/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_sterling -- ------------------------------------------------------ -- 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=100 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `activityloggs` -- LOCK TABLES `activityloggs` WRITE; /*!40000 ALTER TABLE `activityloggs` DISABLE KEYS */; INSERT INTO `activityloggs` VALUES (1,'1','2025-04-23 14:21:32','Admin Changed the price of Special Juice (Ginger+Tumeric+Pawpaw+Watermelon) to: buyingprice =0 ,sellingprice =200, qty= 0.00, items with id 43 . in Main level at 2025-04-23 14:21:32','127.0.0.1',1),(2,'1','2025-04-23 14:28:17','Admin Changed the price of Normal Mineral Water 1000ML to: buyingprice =0 ,sellingprice =80, qty= 0.00, items with id 55 . in Main level at 2025-04-23 14:28:17','127.0.0.1',1),(3,'1','2025-04-23 16:25:23','Admin Updated item with id 1 from maincategory table at 2025-04-23 16:25:23','::1',1),(4,'1','2025-04-23 16:25:51','Admin Updated item with id 3 from maincategory table at 2025-04-23 16:25:51','::1',1),(5,'1','2025-04-23 23:38:49','Admin Deleted item with id 1 from printers table at 2025-04-23 23:38:49','192.168.0.113',1),(6,'1','2025-04-23 23:38:50','Admin Deleted item with id 1 from printers table at 2025-04-23 23:38:49','192.168.0.113',1),(7,'1','2025-04-24 20:25:23','Admin Deleted item with id 2 from maincategory table at 2025-04-24 20:25:22','192.168.0.114',1),(8,'1','2025-04-24 20:25:23','Admin Deleted item with id 2 from maincategory table at 2025-04-24 20:25:22','192.168.0.114',1),(9,'1','2025-04-25 11:55:30','Admin Deleted item with id 3 from printers table at 2025-04-25 11:55:30','192.168.0.114',1),(10,'1','2025-04-25 11:55:30','Admin Deleted item with id 3 from printers table at 2025-04-25 11:55:30','192.168.0.114',1),(11,'1','2025-04-25 12:02:23','Admin Deleted item with id 2 from printers table at 2025-04-25 12:02:23','192.168.0.113',1),(12,'1','2025-04-25 12:02:23','Admin Deleted item with id 2 from printers table at 2025-04-25 12:02:23','192.168.0.113',1),(13,'1','2025-04-25 18:45:04','Admin Deleted item with id 15 from productcategory table at 2025-04-25 18:45:04','192.168.0.113',1),(14,'1','2025-04-25 18:45:04','Admin Deleted item with id 15 from productcategory table at 2025-04-25 18:45:04','192.168.0.113',1),(15,'1','2025-04-25 20:27:31','Admin Changed the price of SODA 350ML - PET to: buyingprice =0 ,sellingprice =70, qty= 0.00, items with id 60 . in Main level at 2025-04-25 20:27:31','192.168.0.113',1),(16,'1','2025-04-25 20:31:53','Admin Changed the price of Milo Sachet to: buyingprice =0 ,sellingprice =25, qty= 0.00, items with id 49 . in Main level at 2025-04-25 20:31:53','192.168.0.113',1),(17,'1','2025-04-25 20:32:36','Admin Changed the price of Liver1/4 to: buyingprice =0 ,sellingprice =400, qty= 0.00, items with id 51 . in Main level at 2025-04-25 20:32:36','192.168.0.113',1),(18,'1','2025-04-25 20:33:45','Admin Changed the price of Mixed Matumbo to: buyingprice =0 ,sellingprice =150, qty= 0.00, items with id 40 . in Main level at 2025-04-25 20:33:45','192.168.0.113',1),(19,'1','2025-04-25 20:35:13','Admin Changed the price of Sachet to: buyingprice =20 ,sellingprice =20, qty= 0.00, items with id 48 . in Main level at 2025-04-25 20:35:13','192.168.0.113',1),(20,'1','2025-04-25 20:35:56','Admin Changed the price of Kichwa Ya Mbuzi to: buyingprice =0 ,sellingprice =600, qty= 0.00, items with id 39 . in Main level at 2025-04-25 20:35:56','192.168.0.113',1),(21,'1','2025-04-25 20:37:42','Admin Changed the price of Vegetable Samosa to: buyingprice =0 ,sellingprice =50, qty= 0.00, items with id 5 . in Main level at 2025-04-25 20:37:42','192.168.0.113',1),(22,'3','2025-04-26 14:07:18','Martin Deleted Shopping bag with code of 81 and available quantity of 0.00 .The Buying price = 10 and selling price = NaN from branch 1 at 2025-04-26 14:07:18','102.0.9.88',1),(23,'3','2025-04-26 14:07:18','Martin Deleted Shopping bag with code of 81 and available quantity of 0.00 .The Buying price = 10 and selling price = NaN from branch 1 at 2025-04-26 14:07:18','102.0.9.88',1),(24,'3','2025-04-26 14:07:44','Martin Changed the price of Shopping bag to: buyingprice =10 ,sellingprice =20, qty= 0.00, items with id 80 . in Main level at 2025-04-26 14:07:44','102.0.9.88',1),(25,'1','2025-04-26 15:06:18','Admin Deleted item with id 9 from people table at 2025-04-26 15:06:18','102.0.9.88',1),(26,'1','2025-04-26 15:06:18','Admin Deleted item with id 9 from people table at 2025-04-26 15:06:18','102.0.9.88',1),(27,'3','2025-04-29 17:18:38','Martin Deleted item with id 20 from people table at 2025-04-29 17:18:38','102.0.9.88',1),(28,'3','2025-04-29 17:18:38','Martin Deleted item with id 20 from people table at 2025-04-29 17:18:38','102.0.9.88',1),(29,'21','2025-05-01 12:38:25','Afia Returned 1.00 SODA 500ML - PET with code (61) at 2025-05-01 12:38:25','102.0.9.88',1),(30,'21','2025-05-01 14:48:43','Afia Returned 1.00 Ugali with code (30) at 2025-05-01 14:48:43','102.0.9.88',1),(31,'21','2025-05-01 15:51:43','Afia Returned 1.00 StrawBerry with code (69) at 2025-05-01 15:51:43','102.0.9.88',1),(32,'1','2025-05-02 13:59:35','Admin Changed the price of White Rice to: buyingprice =0 ,sellingprice =100, qty= 9.00, items with id 29 . in counter (1) at 2025-05-02 13:59:35','102.0.9.88',1),(33,'1','2025-05-02 23:28:58','Admin Deleted Chicken Burger with code of 67 and available quantity of 18.00 .The Buying price = 0 and selling price = 250 from branch 1 at 2025-05-02 23:28:58','102.0.9.88',1),(34,'1','2025-05-02 23:28:58','Admin Deleted Chicken Burger with code of 67 and available quantity of 18.00 .The Buying price = 0 and selling price = 250 from branch 1 at 2025-05-02 23:28:58','102.0.9.88',1),(35,'1','2025-05-02 23:29:21','Admin Deleted Beef Burger with code of 66 and available quantity of 7.00 .The Buying price = 0 and selling price = 250 from branch 1 at 2025-05-02 23:29:21','102.0.9.88',1),(36,'1','2025-05-02 23:29:21','Admin Deleted Beef Burger with code of 66 and available quantity of 7.00 .The Buying price = 0 and selling price = 250 from branch 1 at 2025-05-02 23:29:21','102.0.9.88',1),(37,'1','2025-05-02 23:29:24','Admin Deleted with code of and available quantity of .The Buying price = and selling price = from branch at 2025-05-02 23:29:24','102.0.9.88',1),(38,'1','2025-05-02 23:29:24','Admin Deleted with code of and available quantity of .The Buying price = and selling price = from branch at 2025-05-02 23:29:24','102.0.9.88',1),(39,'1','2025-05-02 23:29:26','Admin Deleted with code of and available quantity of .The Buying price = and selling price = from branch at 2025-05-02 23:29:26','102.0.9.88',1),(40,'1','2025-05-02 23:29:26','Admin Deleted with code of and available quantity of .The Buying price = and selling price = from branch at 2025-05-02 23:29:26','102.0.9.88',1),(41,'1','2025-05-02 23:31:07','Admin Deleted PEPSI with code of 65 and available quantity of 0.00 .The Buying price = 0 and selling price = 0 from branch 1 at 2025-05-02 23:31:07','102.0.9.88',1),(42,'1','2025-05-02 23:31:07','Admin Deleted PEPSI with code of 65 and available quantity of 0.00 .The Buying price = 0 and selling price = 0 from branch 1 at 2025-05-02 23:31:07','102.0.9.88',1),(43,'1','2025-05-02 23:31:31','Admin Deleted DELEMOTE with code of 64 and available quantity of 0.00 .The Buying price = 0 and selling price = 300 from branch 1 at 2025-05-02 23:31:31','102.0.9.88',1),(44,'1','2025-05-02 23:31:31','Admin Deleted DELEMOTE with code of 64 and available quantity of 0.00 .The Buying price = 0 and selling price = 300 from branch 1 at 2025-05-02 23:31:31','102.0.9.88',1),(45,'1','2025-05-02 23:31:56','Admin Deleted Pineapples Juice with code of 42 and available quantity of 0.00 .The Buying price = 0 and selling price = 100 from branch 1 at 2025-05-02 23:31:56','102.0.9.88',1),(46,'1','2025-05-02 23:31:56','Admin Deleted Pineapples Juice with code of 42 and available quantity of 0.00 .The Buying price = 0 and selling price = 100 from branch 1 at 2025-05-02 23:31:56','102.0.9.88',1),(47,'1','2025-05-02 23:43:04','Admin Deleted test with code of 77 and available quantity of 0.00 .The Buying price = 1 and selling price = 2 from Main store and all branches at 2025-05-02 23:43:04','102.0.9.88',1),(48,'1','2025-05-02 23:43:04','Admin Deleted test with code of 77 and available quantity of 0.00 .The Buying price = 1 and selling price = 2 from Main store and all branches at 2025-05-02 23:43:04','102.0.9.88',1),(49,'1','2025-05-02 23:59:17','Admin Deleted Fried or Scrambled Eggs Style with code of 2 and available quantity of 6.00 .The Buying price = 0 and selling price = 100 from branch 1 at 2025-05-02 23:59:17','102.0.9.88',1),(50,'1','2025-05-02 23:59:17','Admin Deleted Fried or Scrambled Eggs Style with code of 2 and available quantity of 6.00 .The Buying price = 0 and selling price = 100 from branch 1 at 2025-05-02 23:59:17','102.0.9.88',1),(51,'1','2025-05-02 23:59:46','Admin Deleted Sterling Full Breakfast (Eggs+Sausage+Cheesed Toast & Chips) with code of 4 and available quantity of 19.00 .The Buying price = 0 and selling price = 200 from branch 1 at 2025-05-02 23:59:46','102.0.9.88',1),(52,'1','2025-05-02 23:59:46','Admin Deleted Sterling Full Breakfast (Eggs+Sausage+Cheesed Toast & Chips) with code of 4 and available quantity of 19.00 .The Buying price = 0 and selling price = 200 from branch 1 at 2025-05-02 23:59:46','102.0.9.88',1),(53,'1','2025-05-02 23:59:48','Admin Deleted with code of and available quantity of .The Buying price = and selling price = from branch at 2025-05-02 23:59:48','102.0.9.88',1),(54,'1','2025-05-02 23:59:48','Admin Deleted with code of and available quantity of .The Buying price = and selling price = from branch at 2025-05-02 23:59:48','102.0.9.88',1),(55,'1','2025-05-03 00:00:13','Admin Deleted Egg Chapati Roll with code of 9 and available quantity of 30.00 .The Buying price = 0 and selling price = 100 from branch 1 at 2025-05-03 00:00:13','102.0.9.88',1),(56,'1','2025-05-03 00:00:13','Admin Deleted Egg Chapati Roll with code of 9 and available quantity of 30.00 .The Buying price = 0 and selling price = 100 from branch 1 at 2025-05-03 00:00:13','102.0.9.88',1),(57,'1','2025-05-03 00:00:29','Admin Deleted Vegetable Samosa with code of 5 and available quantity of 29.00 .The Buying price = 0 and selling price = 50 from branch 1 at 2025-05-03 00:00:29','102.0.9.88',1),(58,'1','2025-05-03 00:00:29','Admin Deleted Vegetable Samosa with code of 5 and available quantity of 29.00 .The Buying price = 0 and selling price = 50 from branch 1 at 2025-05-03 00:00:29','102.0.9.88',1),(59,'1','2025-05-03 00:01:01','Admin Deleted Bhanjia (Viazi Karai) with code of 20 and available quantity of 10.00 .The Buying price = 0 and selling price = 100 from branch 1 at 2025-05-03 00:01:01','102.0.9.88',1),(60,'1','2025-05-03 00:01:01','Admin Deleted Bhanjia (Viazi Karai) with code of 20 and available quantity of 10.00 .The Buying price = 0 and selling price = 100 from branch 1 at 2025-05-03 00:01:01','102.0.9.88',1),(61,'1','2025-05-03 15:05:03','Admin Deleted Biryani with code of 82 and available quantity of 0.00 .The Buying price = 250 and selling price = NaN from branch 1 at 2025-05-03 15:05:02','102.0.9.88',1),(62,'1','2025-05-03 15:05:03','Admin Deleted Biryani with code of 82 and available quantity of 0.00 .The Buying price = 250 and selling price = NaN from branch 1 at 2025-05-03 15:05:02','102.0.9.88',1),(63,'1','2025-05-03 15:09:15','Admin Changed the price of Biryani to: buyingprice =0 ,sellingprice =NaN, qty= 0.00, items with id 83 . in counter (1) at 2025-05-03 15:09:15','102.0.9.88',1),(64,'1','2025-05-03 15:10:03','Admin Changed the price of Biryani to: buyingprice =0 ,sellingprice =250, qty= 0.00, items with id 83 . in Main level at 2025-05-03 15:10:03','102.0.9.88',1),(65,'1','2025-05-03 15:16:08','Admin Changed the price of Strawberry smoothie to: buyingprice =0 ,sellingprice =200, qty= 0.00, items with id 84 . in Main level at 2025-05-03 15:16:08','102.0.9.88',1),(66,'1','2025-05-03 15:17:12','Admin Deleted Biryani with code of 82 and available quantity of 0.00 .The Buying price = 250 and selling price = NaN from Main store and all branches at 2025-05-03 15:17:12','102.0.9.88',1),(67,'1','2025-05-03 15:17:12','Admin Deleted Biryani with code of 82 and available quantity of 0.00 .The Buying price = 250 and selling price = NaN from Main store and all branches at 2025-05-03 15:17:12','102.0.9.88',1),(68,'1','2025-05-03 15:19:15','Admin Deleted Shopping bag with code of 81 and available quantity of 0.00 .The Buying price = 10 and selling price = NaN from Main store and all branches at 2025-05-03 15:19:15','102.0.9.88',1),(69,'1','2025-05-03 15:19:15','Admin Deleted Shopping bag with code of 81 and available quantity of 0.00 .The Buying price = 10 and selling price = NaN from Main store and all branches at 2025-05-03 15:19:15','102.0.9.88',1),(70,'1','2025-05-03 15:26:40','Admin Changed the price of Tropical blue moctails to: buyingprice =0 ,sellingprice =150, qty= 0.00, items with id 88 . in Main level at 2025-05-03 15:26:40','102.0.9.88',1),(71,'1','2025-05-03 15:30:21','Admin Changed the price of Queen cakes to: buyingprice =0 ,sellingprice =50, qty= 0.00, items with id 90 . in Main level at 2025-05-03 15:30:21','102.0.9.88',1),(72,'1','2025-05-03 15:32:34','Admin Changed the price of Muffins cakes to: buyingprice =0 ,sellingprice =100, qty= 0.00, items with id 91 . in Main level at 2025-05-03 15:32:34','102.0.9.88',1),(73,'1','2025-05-03 15:40:31','Admin Changed the price of Biryani to: buyingprice =0 ,sellingprice =300, qty= 15.00, items with id 83 . in Main level at 2025-05-03 15:40:31','102.0.9.88',1),(74,'1','2025-05-03 15:43:25','Admin Changed the price of Miguu ya Mbuzi to: buyingprice =0 ,sellingprice =50, qty= 0.00, items with id 92 . in Main level at 2025-05-03 15:43:25','102.0.9.88',1),(75,'1','2025-05-03 18:01:49','Admin Changed the price of Miguu ya Mbuzi to: buyingprice =0 ,sellingprice =30, qty= 0.00, items with id 92 . in Main level at 2025-05-03 18:01:49','102.0.9.88',1),(76,'1','2025-05-03 21:48:01','Admin Deleted Biryani with code of 83 and available quantity of 20.00 .The Buying price = 0 and selling price = 300 from branch 1 at 2025-05-03 21:48:01','102.0.9.88',1),(77,'1','2025-05-03 21:48:01','Admin Deleted Biryani with code of 83 and available quantity of 20.00 .The Buying price = 0 and selling price = 300 from branch 1 at 2025-05-03 21:48:01','102.0.9.88',1),(78,'1','2025-05-06 20:43:26','Admin Returned 1.00 Chapati with code (8) at 2025-05-06 20:43:26','102.0.9.88',1),(79,'1','2025-05-06 20:43:34','Admin Returned 1.00 Chapati with code (8) at 2025-05-06 20:43:34','102.0.9.88',1),(80,'3','2025-05-07 19:32:43','Martin Deleted Fried eggs with code of 94 and available quantity of 0.00 .The Buying price = 0 and selling price = NaN from Main store and all branches at 2025-05-07 19:32:43','102.0.9.88',1),(81,'3','2025-05-07 19:32:43','Martin Deleted Fried eggs with code of 94 and available quantity of 0.00 .The Buying price = 0 and selling price = NaN from Main store and all branches at 2025-05-07 19:32:43','102.0.9.88',1),(82,'1','2025-05-08 10:05:54','Admin Deleted item with id 4 from people table at 2025-05-08 10:05:54','197.237.225.161',1),(83,'1','2025-05-08 10:05:54','Admin Deleted item with id 4 from people table at 2025-05-08 10:05:54','197.237.225.161',1),(84,'3','2025-05-12 08:05:35','Martin Changed the price of Cheese burger to: buyingprice =0 ,sellingprice =300, qty= 0.00, items with id 96 . in counter (1) at 2025-05-12 08:05:35','102.0.9.88',1),(85,'3','2025-05-12 08:07:45','Martin Changed the price of Cheese burger to: buyingprice =0 ,sellingprice =300, qty= 0.00, items with id 96 . in Main level at 2025-05-12 08:07:45','102.0.9.88',1),(86,'5','2025-05-13 22:32:49','Jane Changed the price of Liver1/4 to: buyingprice =0 ,sellingprice =300, qty= 11.00, items with id 51 . in counter (1) at 2025-05-13 22:32:49','102.0.9.88',1),(87,'5','2025-05-13 22:33:19','Jane Changed the price of Liver1/4 to: buyingprice =0 ,sellingprice =300, qty= 0.00, items with id 51 . in Main level at 2025-05-13 22:33:19','102.0.9.88',1),(88,'5','2025-05-18 19:03:35','Jane Deleted item with id 3 from people table at 2025-05-18 19:03:35','102.0.9.88',1),(89,'5','2025-05-18 19:03:35','Jane Deleted item with id 3 from people table at 2025-05-18 19:03:35','102.0.9.88',1),(90,'5','2025-05-18 19:03:59','Jane Deleted item with id 10 from people table at 2025-05-18 19:03:59','102.0.9.88',1),(91,'5','2025-05-18 19:03:59','Jane Deleted item with id 10 from people table at 2025-05-18 19:03:59','102.0.9.88',1),(92,'5','2025-05-23 16:20:51','Jane Changed the price of Mixed Fruits Served With Yoghurt & Nuts to: buyingprice =0 ,sellingprice =180, qty= 100.00, items with id 10 . in Main level at 2025-05-23 16:20:51','102.0.9.88',1),(93,'5','2025-05-28 16:47:25','Jane Changed the price of Kichwa Cha Mbuzi Full to: buyingprice =0 ,sellingprice =800, qty= 0.00, items with id 39 . in Main level at 2025-05-28 16:47:25','102.0.9.88',1),(94,'5','2025-06-15 18:30:07','Jane Deleted item with id 21 from people table at 2025-06-15 18:30:07','102.0.9.88',1),(95,'5','2025-06-15 18:30:07','Jane Deleted item with id 21 from people table at 2025-06-15 18:30:07','102.0.9.88',1),(96,'5','2025-06-17 13:09:22','Jane Deleted item with id 23 from people table at 2025-06-17 13:09:22','102.0.9.88',1),(97,'5','2025-06-17 13:09:22','Jane Deleted item with id 23 from people table at 2025-06-17 13:09:22','102.0.9.88',1),(98,'5','2025-06-18 16:27:02','Jane Changed the price of LEMON WATER to: buyingprice =20 ,sellingprice =50, qty= 600.00, items with id 103 . in counter (1) at 2025-06-18 16:27:02','102.0.9.88',1),(99,'5','2025-06-20 16:28:06','Jane Changed the price of SOUP SPECIAL to: buyingprice =00 ,sellingprice =100, qty= 0.00, items with id 104 . in Main level at 2025-06-20 16:28:06','102.0.9.88',1); /*!40000 ALTER TABLE `activityloggs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `adjustmentcodes` -- DROP TABLE IF EXISTS `adjustmentcodes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `adjustmentcodes` ( `id` int(50) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `code` varchar(50) NOT NULL, `description` text DEFAULT NULL, `status` varchar(50) NOT NULL, `sort_order` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `adjustmentcodes` -- LOCK TABLES `adjustmentcodes` WRITE; /*!40000 ALTER TABLE `adjustmentcodes` DISABLE KEYS */; INSERT INTO `adjustmentcodes` VALUES (1,'Cargo Transit Out','01',NULL,'Y','1'),(2,'Cargo Transit In','02',NULL,'Y','2'),(3,'Adjustment In','03',NULL,'Y','3'),(4,'Adjustment Out','04',NULL,'Y','4'),(5,'Discarding','05',NULL,'Y','5'),(6,'Processing Raw','06',NULL,'Y','6'),(7,'Processing Result','07',NULL,'Y','7'); /*!40000 ALTER TABLE `adjustmentcodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `admintable` -- DROP TABLE IF EXISTS `admintable`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `admintable` ( `id` int(11) NOT NULL AUTO_INCREMENT, `username` varchar(50) NOT NULL, `password` varchar(20) DEFAULT NULL, `surname` varchar(50) NOT NULL, `firstname` varchar(50) NOT NULL, `phone` varchar(50) NOT NULL, `campus` varchar(30) NOT NULL, `college` varchar(30) NOT NULL, `department` varchar(30) NOT NULL, `type` varchar(50) NOT NULL, `token` text NOT NULL, `email` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL, `idno` varchar(40) NOT NULL, `updatedat` varchar(40) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=33 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `admintable` -- LOCK TABLES `admintable` WRITE; /*!40000 ALTER TABLE `admintable` DISABLE KEYS */; INSERT INTO `admintable` VALUES (1,'admin','Robisearch321','dd','ddd','222222222','','','','','','admqin@gmail.com','','active','2222222','2016-11-07 04:32:35'); /*!40000 ALTER TABLE `admintable` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `advance` -- DROP TABLE IF EXISTS `advance`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `advance` ( `id` int(11) NOT NULL AUTO_INCREMENT, `tenantid` varchar(50) NOT NULL, `todate` varchar(50) NOT NULL, `amount` varchar(50) NOT NULL, `description` text NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `createdat` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `balance` varchar(50) NOT NULL, `closedate` varchar(30) NOT NULL, `startdate` varchar(30) NOT NULL, `paid` decimal(10,0) DEFAULT NULL, `branchid` int(11) NOT NULL DEFAULT 1, `plotno` varchar(50) DEFAULT NULL, `houseno` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `advance` -- LOCK TABLES `advance` WRITE; /*!40000 ALTER TABLE `advance` DISABLE KEYS */; INSERT INTO `advance` VALUES (1,'4 ','','5000','','active','2025-02-13 11:50:54am','1','1','0','2025-02-14 23:59:59','2025-02-13 00:00:00',NULL,1,'','11739436625'); /*!40000 ALTER TABLE `advance` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `advancepayment` -- DROP TABLE IF EXISTS `advancepayment`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `advancepayment` ( `id` int(30) NOT NULL AUTO_INCREMENT, `createdat` varchar(30) NOT NULL, `userid` varchar(30) NOT NULL, `companyid` varchar(30) NOT NULL, `amount` varchar(30) NOT NULL, `balance` varchar(30) NOT NULL, `description` text NOT NULL, `advanceid` int(30) DEFAULT NULL, `branchid` varchar(20) NOT NULL DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `advancepayment` -- LOCK TABLES `advancepayment` WRITE; /*!40000 ALTER TABLE `advancepayment` DISABLE KEYS */; INSERT INTO `advancepayment` VALUES (1,'2025-01-16 09:00:16','1','1','2337','-2337','payment received',NULL,'1'),(2,'2025-02-13 11:45:14','1','1','120','-120','payment received',NULL,'1'); /*!40000 ALTER TABLE `advancepayment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `agent` -- DROP TABLE IF EXISTS `agent`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `agent` ( `id` int(40) NOT NULL, `firstname` varchar(100) NOT NULL, `lastname` varchar(100) NOT NULL, `location` varchar(100) NOT NULL, `phone` varchar(100) NOT NULL, `email` varchar(100) NOT NULL, `description` text NOT NULL, `idno` varchar(100) NOT NULL, `country` varchar(100) NOT NULL, `gender` varchar(10) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `county` varchar(40) NOT NULL, `accountno` varchar(100) NOT NULL, `accountname` varchar(100) NOT NULL, `companyid` varchar(100) NOT NULL, `status` varchar(10) NOT NULL DEFAULT '1', PRIMARY KEY (`id`), UNIQUE KEY `idno` (`idno`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `agent` -- LOCK TABLES `agent` WRITE; /*!40000 ALTER TABLE `agent` DISABLE KEYS */; /*!40000 ALTER TABLE `agent` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `alerts` -- DROP TABLE IF EXISTS `alerts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `alerts` ( `id` int(100) NOT NULL AUTO_INCREMENT, `contact` text NOT NULL, `postedtime` varchar(40) NOT NULL, `message` text NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `duedate` varchar(30) NOT NULL, `duetime` varchar(30) NOT NULL, `deliverystatus` varchar(10) NOT NULL DEFAULT 'new', `name` varchar(30) NOT NULL, `type` varchar(30) NOT NULL, `groupname` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `alerts` -- LOCK TABLES `alerts` WRITE; /*!40000 ALTER TABLE `alerts` DISABLE KEYS */; /*!40000 ALTER TABLE `alerts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `allcurrencies` -- DROP TABLE IF EXISTS `allcurrencies`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `allcurrencies` ( `id` int(10) NOT NULL AUTO_INCREMENT, `country` varchar(100) NOT NULL, `currency` varchar(20) NOT NULL, `code` varchar(20) NOT NULL, `symbol` varchar(10) NOT NULL, `companyid` int(11) NOT NULL DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=80 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `allcurrencies` -- LOCK TABLES `allcurrencies` WRITE; /*!40000 ALTER TABLE `allcurrencies` DISABLE KEYS */; INSERT INTO `allcurrencies` VALUES (1,'Albania','Albanian lek','ALL','L',1),(2,'Argentina','Argentine peso','ARS','$',1),(3,'Armenia','Armenian dram','AMD','?',1),(4,'Australia','Australian dollar','AUD','$',1),(5,'Azerbaijan','Azerbaijani manat','AZN','?',1),(6,'Belarus','Belarusian rubel','BYN','Rbl',1),(7,'Bolivia','Boliviano','BOB','Bs.',1),(8,'Botswana','Botswana pula','BWP','P',1),(9,'Bulgaria','Bulgarian lev','BGN','??.',1),(10,'Brazil','Brazilian real','BRL','R$',1),(11,'Cambodia','Cambodian riel','KHR','?',1),(12,'Canada','Canadian dollar','CAD','$',1),(13,'China','Chinese yuan (Renmin','CNY','?',1),(14,'Colombia','Colombian peso','COP','$',1),(15,'Costa Rica','Costa Rican col?n','CRC','?',1),(16,'Croatia','Croatian kuna','HRK','kn',1),(17,'Cuba','Cuban peso','CUP','$',1),(18,'Czech Republic','Czech koruna','CZK','K?',1),(19,'Denmark','Danish krone','DKK','kr.',1),(20,'Dominican Republic','Dominican peso','DOP','$',1),(21,'Egypt','Egyptian pound','EGP','E?',1),(22,'El Salvador','El Salvador col?n','SVC','?',1),(23,'European Union','Euro','EUR','?',1),(24,'Fiji','Fijian dollar','FJD','FJ$',1),(25,'Ghana','Ghanaian cedi','GHS','GH?',1),(26,'Guatemala','Guatemalan quetzal','GTQ','Q',1),(27,'Guinea','Guinean franc','GNF','FG',1),(28,'Guyana','Guyanese dollar','GYD','$',1),(29,'Hong Kong','Hong Kong dollar','HKD','$',1),(30,'Honduras','Honduran lempira','HNL','L',1),(31,'Hungary','Hungarian forint','HUF','Ft',1),(32,'India','Indian rupee','INR','?',1),(33,'Iceland','Icelandic kr?na','ISK','kr',1),(34,'Iran','Iranian rial','IRR','?',1),(35,'Israel','Israeli shekel','ILS','?',1),(36,'Japan','Japanese yen','JPY','?',1),(37,'Kazakhstan','Kazakhstani tenge','KZT','?',1),(38,'Kenya','Kenyan shilling','KES','Ksh',1),(39,'Kuwait','Kuwaiti dinar','KWD','?.?',1),(40,'Malawi','Malawian kwacha','MWK','MK',1),(41,'Malaysia','Malaysian ringgit','MYR','RM',1),(42,'Mexico','Mexican peso','MXN','$',1),(43,'Morocco','Moroccan dirham','MAD','MAD',1),(44,'Namibia','Namibian dollar','NAD','N$',1),(45,'Nepal','Nepalese rupee','NPR','Rs.',1),(46,'New Zealand','New Zealand dollar','NZD','$',1),(47,'Norway','Norwegian krone','NOK','kr',1),(48,'Oman','Omani rial','OMR','?.?.',1),(49,'Pakistan','Pakistani rupee','PKR','Rs',1),(50,'Peru','Sol','PEN','S/',1),(51,'Philippines','Philippine peso','PHP','?',1),(52,'Poland','Polish z?oty','PLN','z?',1),(53,'Qatar','Qatari riyal','QAR','QR',1),(54,'Romania','Romanian leu','RON','L',1),(55,'Russia','Russian ruble','RUB','?',1),(56,'Saudi Arabia','Saudi riyal','SAR','?.?',1),(57,'Serbia','Serbian dinar','RSD','din',1),(58,'Seychelles','Seychellois rupee','SCR','?',1),(59,'Singapore','Singapore dollar','SGD','$',1),(60,'Solomon Islands','Solomon Islands doll','SBD','Si$',1),(61,'Somalia','Somali shilling','SOS','Sh.so',1),(62,'South Africa','South African rand','ZAR','R',1),(63,'Sri Lanka','Sri Lankan rupee','LKR','Re',1),(64,'Sweden','Swedish krona','SEK','kr',1),(65,'Switzerland','Swiss franc','CHF','CHf.',1),(66,'Syria','Syrian pound','SYP','?S',1),(67,'Taiwan','New Taiwan dollar','TWD','NT$',1),(68,'Thailand','Thai baht','THB','?',1),(69,'Trinidad and Tobago','Trinidad and Tobago ','TTD','TT$',1),(70,'Turkey','Turkish lira','TRY','?',1),(71,'Ukraine','Ukrainian hryvnia','UAH','?',1),(72,'United Kingdom','Pound sterling','GBP','?',1),(73,'United States','United States dollar','USD','$',1),(74,'Uruguay','Uruguayan Peso','UYU','$',1),(75,'Uzbekistan','Uzbekistani sum','UZS','so?m',1),(76,'Venezuela','Venezuelan bol?var','VED','Bs.',1),(77,'Vietnam','Vietnamese dong','VND','?',1),(78,'Yemen','Yemeni rial','YER','?',1),(79,'Zimbabwe','Zimbabwean dollar','ZWL','$',1); /*!40000 ALTER TABLE `allcurrencies` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `alldocuments` -- DROP TABLE IF EXISTS `alldocuments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `alldocuments` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `img_id` varchar(50) NOT NULL, `userid` int(11) NOT NULL, `date` varchar(50) DEFAULT NULL, `documentname` text DEFAULT NULL, `companyid` varchar(100) NOT NULL DEFAULT '1', `branchid` int(11) NOT NULL DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB 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 AUTO_INCREMENT=6 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `approvals` -- LOCK TABLES `approvals` WRITE; /*!40000 ALTER TABLE `approvals` DISABLE KEYS */; INSERT INTO `approvals` VALUES (1,'','','2025-01-23 06:09:40','Approved','1','','1','11736407271',1),(2,'','','2025-01-23 06:17:32','TemporaryApproved','1','','1','11737601984',8),(3,'','','2025-01-23 06:18:36','Approved','1','','1','11737601984',8),(4,'','','2025-01-23 06:44:41','Rejected','1','','1','11737600589',6),(5,'','','2025-01-23 06:44:54','Approved','1','','1','11737600589',6); /*!40000 ALTER TABLE `approvals` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `asignrooms` -- DROP TABLE IF EXISTS `asignrooms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `asignrooms` ( `id` int(11) NOT NULL AUTO_INCREMENT, `roomid` varchar(40) NOT NULL, `plotno` varchar(100) DEFAULT NULL, `houseno` varchar(100) DEFAULT NULL, `status` varchar(40) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `memberid` varchar(50) NOT NULL, `companyid` varchar(30) NOT NULL, `exactdate` varchar(50) NOT NULL, `floor` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `asignrooms` -- LOCK TABLES `asignrooms` WRITE; /*!40000 ALTER TABLE `asignrooms` DISABLE KEYS */; /*!40000 ALTER TABLE `asignrooms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `assessment` -- DROP TABLE IF EXISTS `assessment`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `assessment` ( `id` int(20) NOT NULL AUTO_INCREMENT, `invoice` varchar(50) NOT NULL, `registrationno` varchar(50) NOT NULL, `claimno` varchar(50) NOT NULL, `insurer` varchar(50) NOT NULL, `model` varchar(50) NOT NULL, `color` varchar(50) NOT NULL, `yom` varchar(50) NOT NULL, `tyres` varchar(50) NOT NULL, `policyno` varchar(50) NOT NULL, `make` varchar(50) NOT NULL, `engineno` varchar(50) NOT NULL, `mileage` varchar(50) NOT NULL, `repairer` varchar(50) NOT NULL, `chassisno` varchar(50) NOT NULL, `instructionsby` varchar(50) NOT NULL, `instructions` text NOT NULL, `preaccident` text NOT NULL, `garagedetails` text NOT NULL, `latentdameges` text NOT NULL, `userid` int(11) NOT NULL, `branchid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `dateposted` varchar(30) NOT NULL, `deliverymode` text NOT NULL, `date` varchar(30) NOT NULL, `assessmentdate` varchar(20) NOT NULL, `insuredname` varchar(30) NOT NULL, `colour` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `assessment` -- LOCK TABLES `assessment` WRITE; /*!40000 ALTER TABLE `assessment` DISABLE KEYS */; /*!40000 ALTER TABLE `assessment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `assets` -- DROP TABLE IF EXISTS `assets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `assets` ( `id` int(30) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `category` varchar(50) NOT NULL, `supplier` varchar(50) DEFAULT NULL, `code` varchar(255) DEFAULT NULL, `description` varchar(255) DEFAULT NULL, `tax_included` int(10) NOT NULL DEFAULT 16, `buyingprice` varchar(50) NOT NULL, `assetcondition` varchar(50) DEFAULT NULL, `type` varchar(50) DEFAULT NULL, `assetvalue` varchar(50) NOT NULL, `start_date` date DEFAULT NULL, `end_date` date DEFAULT NULL, `size` varchar(50) DEFAULT NULL, `store` varchar(50) DEFAULT NULL, `serialno` varchar(30) NOT NULL, `imgid` varchar(255) DEFAULT NULL, `override_default_tax` int(1) NOT NULL DEFAULT 0, `is_service` int(1) NOT NULL DEFAULT 0, `deleted` int(1) NOT NULL DEFAULT 0, `qty` decimal(10,2) NOT NULL, `dateposted` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `expdate` date NOT NULL, `orderamount` text NOT NULL, `shortname` varchar(50) NOT NULL, `status` varchar(30) NOT NULL DEFAULT 'active', `uom` varchar(20) NOT NULL DEFAULT 'pcs', `producttype` varchar(30) NOT NULL DEFAULT 'Inventory', `assetaccount` varchar(30) NOT NULL, `salesaccount` varchar(30) NOT NULL, `expenseaccount` varchar(30) NOT NULL, `mode` varchar(50) NOT NULL, `depreciationpercent` varchar(30) NOT NULL, `branch` varchar(30) NOT NULL DEFAULT '1', `invoice` varchar(30) NOT NULL, `depreciation` varchar(30) NOT NULL DEFAULT '', `accumulativeaccount` varchar(30) DEFAULT NULL, `accumdepreciation` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `assets` -- LOCK TABLES `assets` WRITE; /*!40000 ALTER TABLE `assets` DISABLE KEYS */; /*!40000 ALTER TABLE `assets` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `assignbranches` -- DROP TABLE IF EXISTS `assignbranches`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `assignbranches` ( `id` int(11) NOT NULL AUTO_INCREMENT, `branchid` int(11) DEFAULT NULL, `employeeno` int(11) DEFAULT NULL, `status` int(11) NOT NULL, `description` text DEFAULT NULL COMMENT 'Description of a credit / debit', `userid` int(30) NOT NULL, `createdate` varchar(30) NOT NULL, `companyid` int(11) NOT NULL, `updateddate` varchar(40) NOT NULL, PRIMARY KEY (`id`), KEY `contract` (`branchid`), KEY `employee` (`employeeno`), KEY `type` (`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Add or sub entitlement for employees or contracts'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `assignbranches` -- LOCK TABLES `assignbranches` WRITE; /*!40000 ALTER TABLE `assignbranches` DISABLE KEYS */; /*!40000 ALTER TABLE `assignbranches` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `assigntask` -- DROP TABLE IF EXISTS `assigntask`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `assigntask` ( `id` int(30) NOT NULL AUTO_INCREMENT, `branchid` int(11) DEFAULT NULL, `employeeid` int(11) DEFAULT NULL, `status` varchar(11) NOT NULL DEFAULT 'active', `userid` int(30) NOT NULL, `createdate` varchar(30) NOT NULL, `companyid` int(11) NOT NULL, `updateddate` varchar(40) NOT NULL, `taskid` int(11) NOT NULL, `mode` varchar(20) NOT NULL, `target` varchar(20) NOT NULL, `period` varchar(20) NOT NULL, `description` text NOT NULL, `fromdate` varchar(30) NOT NULL, `todate` varchar(30) NOT NULL, `year` varchar(20) NOT NULL, `defaulttype` varchar(20) NOT NULL, `tasktype` varchar(10) NOT NULL DEFAULT 'General', PRIMARY KEY (`id`), KEY `contract` (`branchid`), KEY `employee` (`employeeid`), KEY `type` (`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Add or sub entitlement for employees or contracts'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `assigntask` -- LOCK TABLES `assigntask` WRITE; /*!40000 ALTER TABLE `assigntask` DISABLE KEYS */; /*!40000 ALTER TABLE `assigntask` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `attendance` -- DROP TABLE IF EXISTS `attendance`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `attendance` ( `id` int(100) NOT NULL AUTO_INCREMENT, `idno` varchar(100) NOT NULL, `surname` varchar(100) NOT NULL, `date` datetime NOT NULL, `timein` varchar(100) NOT NULL, `timeout` varchar(100) NOT NULL, `type` varchar(100) NOT NULL, `createddate` varchar(100) NOT NULL, `comment` text NOT NULL, `timediffrence` varchar(5) NOT NULL DEFAULT '0', `device` varchar(30) NOT NULL, `totaltime` varchar(20) DEFAULT NULL, `checkoutime` datetime NOT NULL, `status` int(20) NOT NULL DEFAULT 0, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `attendance` -- LOCK TABLES `attendance` WRITE; /*!40000 ALTER TABLE `attendance` DISABLE KEYS */; /*!40000 ALTER TABLE `attendance` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `backup` -- DROP TABLE IF EXISTS `backup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `backup` ( `id` int(20) NOT NULL AUTO_INCREMENT, `user` text NOT NULL, `host` text NOT NULL, `password` text NOT NULL, `server` text NOT NULL, `path` text NOT NULL, `status` varchar(40) NOT NULL DEFAULT 'active', `createdat` varchar(40) NOT NULL, `userid` int(11) NOT NULL, `companyid` int(11) NOT NULL DEFAULT 1, `database` text NOT NULL, `location` varchar(20) NOT NULL DEFAULT 'offline', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `backup` -- LOCK TABLES `backup` WRITE; /*!40000 ALTER TABLE `backup` DISABLE KEYS */; INSERT INTO `backup` VALUES (1,'root','localhost','robisearchltd@2023','C:\\xampp\\mysql\\bin\\','C:/Backup/','active','2020-10-30 20:47:10',1,1,'robipos','offline'); /*!40000 ALTER TABLE `backup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bankcodes` -- DROP TABLE IF EXISTS `bankcodes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `bankcodes` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `code` varchar(50) NOT NULL, `description` text NOT NULL, `status` varchar(20) NOT NULL, `sort_order` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=48 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `bankcodes` -- LOCK TABLES `bankcodes` WRITE; /*!40000 ALTER TABLE `bankcodes` DISABLE KEYS */; INSERT INTO `bankcodes` VALUES (1,'MAYFAIR BANK LIMITED','1','MAYFAIR BANK LIMITED','Y','1'),(2,'M-PAYMENT','2','M-PAYMENT','Y','2'),(3,'KENYA POST OFFICE SAVINGS BANK','3','KENYA POST OFFICE SAVINGS BANK','Y','3'),(4,'FIRST COMMUNITY BANKS LIMITED','4','FIRST COMMUNITY BANKS LIMITED','Y','4'),(5,'GULF AFRICAN BANK LTD','5','GULF AFRICAN BANK LTD','Y','5'),(6,'FAMILY BANK LTD','6','FAMILY BANK LTD','Y','6'),(7,'EQUITY BANK LIMITED','7','EQUITY BANK LIMITED','Y','7'),(8,'SIDIAN BANK LIMITED','8','SIDIAN BANK LIMITED','Y','8'),(9,'DIAMOND TRUST BANK LIMITED','9','DIAMOND TRUST BANK LIMITED','Y','9'),(10,'HOUSING FINANCE BANK','10','HOUSING FINANCE BANK','Y','10'),(11,'SBM BANK (KENYA) LIMITED','11','SBM BANK (KENYA) LIMITED','Y','11'),(12,'DEVELOPMENT BANK OF KENYA LIMITED','12','DEVELOPMENT BANK OF KENYA LIMITED','Y','12'),(13,'I&M BANK LIMITED','13','I&M BANK LIMITED','Y','13'),(14,'GUARDIAN BANK LIMITED','14','GUARDIAN BANK LIMITED','Y','14'),(15,'VICTORIA COMMERCIAL BANK LIMITED','15','VICTORIA COMMERCIAL BANK LIMITED','Y','15'),(16,'GUARANTY TRUST BANK KENYA LIMITED','16','GUARANTY TRUST BANK KENYA LIMITED','Y','16'),(17,'JAMII BORA BANK','17','JAMII BORA BANK','Y','17'),(18,'PARAMOUNT UNIVERSAL BANK LIMITED','18','PARAMOUNT UNIVERSAL BANK LIMITED','Y','18'),(19,'EQUATORIAL COMMERCIAL HOLDING LIMITED','19','EQUATORIAL COMMERCIAL HOLDING LIMITED','Y','19'),(20,'GIRO COMMERCIAL BANK LIMITED','20','GIRO COMMERCIAL BANK LIMITED','Y','20'),(21,'NIC BANK LIMITED','21','NIC BANK LIMITED','Y','21'),(22,'IMPERIAL BANK LIMITED','22','IMPERIAL BANK LIMITED','Y','22'),(23,'CFC STANBIC BANK KENYA LIMITED','23','CFC STANBIC BANK KENYA LIMITED','Y','23'),(24,'CHASE BANK LIMITED','24','CHASE BANK LIMITED','Y','24'),(25,'ACCESS BANK (KENYA) PLC','25','ACCESS BANK (KENYA) PLC','Y','25'),(26,'CREDIT BANK LIMITED','26','CREDIT BANK LIMITED','Y','26'),(27,'CONSOLIDATED BANK OF KENYA LIMITED','27','CONSOLIDATED BANK OF KENYA LIMITED','Y','27'),(28,'DUBAI BANK KENYA LIMITED','28','DUBAI BANK KENYA LIMITED','Y','28'),(29,'BANK OF AFRICA KENYA LIMITED','29','BANK OF AFRICA KENYA LIMITED','Y','29'),(30,'MIDDLE EAST BANK KENYA LIMITED','30','MIDDLE EAST BANK KENYA LIMITED','Y','30'),(31,'HABIB BANK A.G. ZURICH','31','HABIB BANK A.G. ZURICH','Y','31'),(32,'CITIBANK N.A.','32','CITIBANK N.A.','Y','32'),(33,'ORIENTAL COMMERCIAL BANK LIMITED','33','ORIENTAL COMMERCIAL BANK LIMITED','Y','33'),(34,'NATIONAL BANK OF KENYA LTD','34','NATIONAL BANK OF KENYA LTD','Y','34'),(35,'PRIME BANK LIMITED','35','PRIME BANK LIMITED','Y','35'),(36,'CENTRAL BANK OF KENYA','36','CENTRAL BANK OF KENYA','Y','36'),(37,'HABIB BANK LIMITED','37','HABIB BANK LIMITED','Y','37'),(38,'COMMERCIAL BANK OF AFRICA LIMITED','38','COMMERCIAL BANK OF AFRICA LIMITED','Y','38'),(39,'BANK OF BARODA KENYA LIMITED','39','BANK OF BARODA KENYA LIMITED','Y','39'),(40,'BANK OF INDIA','40','BANK OF INDIA','Y','40'),(41,'ABSA BANK KENYA PLC','41','ABSA BANK KENYA PLC','Y','41'),(42,'STANDARD CHARTERED BANK KENYA LIMITED','42','STANDARD CHARTERED BANK KENYA LIMITED','Y','42'),(43,'KENYA COMMERCIAL BANK LTD','43','KENYA COMMERCIAL BANK LTD','Y','43'),(44,'AFRICAN BANKING CORP BANK LTD','44','AFRICAN BANKING CORP BANK LTD','Y','44'),(45,'ECO BANK LIMITED','45','ECO BANK LIMITED','Y','45'),(46,'UBA KENYA BANK LTD','46','UBA KENYA BANK LTD','Y','46'),(47,'CO-OPERATIVE BANK OF KENYA LIMITED','47','CO-OPERATIVE BANK OF KENYA LIMITED','Y','47'); /*!40000 ALTER TABLE `bankcodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `banks` -- DROP TABLE IF EXISTS `banks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `banks` ( `id` int(50) NOT NULL AUTO_INCREMENT, `expendituretype` varchar(50) NOT NULL, `amount` varchar(50) NOT NULL, `description` text NOT NULL, `paiddate` varchar(50) NOT NULL, `incharge` varchar(40) NOT NULL, `bankname` int(11) NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `entrydate` varchar(50) NOT NULL, `invoice` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `banks` -- LOCK TABLES `banks` WRITE; /*!40000 ALTER TABLE `banks` DISABLE KEYS */; INSERT INTO `banks` VALUES (1,'','0.00','','2025-01-09 11:28:56','ROBERT',1030,'1','1','2025-01-09 11:56:40','BANK-11736412988'); /*!40000 ALTER TABLE `banks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `batchlist` -- DROP TABLE IF EXISTS `batchlist`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `batchlist` ( `id` int(30) NOT NULL AUTO_INCREMENT, `type` varchar(30) NOT NULL, `userid` varchar(30) NOT NULL, `exactime` varchar(50) NOT NULL, `batchid` varchar(50) NOT NULL, `invoice` varchar(30) NOT NULL, `companyid` int(11) NOT NULL, `branchid` int(11) NOT NULL, `batchno` int(11) NOT NULL, `description` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `batchlist` -- LOCK TABLES `batchlist` WRITE; /*!40000 ALTER TABLE `batchlist` DISABLE KEYS */; INSERT INTO `batchlist` VALUES (1,'P.O','1','2025-01-09 10:08:54','11736406513','11736405923',1,1,1,''),(2,'P.O','1','2025-01-09 10:10:39','11736406629','11736405923',1,1,1,''),(3,'P.O','1','2025-02-05 16:42:52','11738762970','11736405923',1,1,1,''),(4,'S.O','1','2025-02-05 16:44:08','11738763045','111736850381',1,1,1,''),(5,'P.O','1','2025-02-13 10:07:56','11739430471','11736405923',1,1,1,''),(6,'P.O','1','2025-03-13 17:38:05','11741876681','11741876437',1,1,1,''),(7,'S.O','1','2025-03-22 11:51:38','11742633497','111742627873',1,1,1,''),(8,'S.O','1','2025-03-22 13:32:47','11742639565','111742639540',1,1,1,''); /*!40000 ALTER TABLE `batchlist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `beds` -- DROP TABLE IF EXISTS `beds`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `beds` ( `id` int(11) NOT NULL AUTO_INCREMENT, `houseno` varchar(100) NOT NULL, `status` varchar(40) NOT NULL DEFAULT 'active', `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `name` varchar(50) NOT NULL, `companyid` varchar(30) NOT NULL, `roomid` varchar(20) NOT NULL, `plotno` varchar(20) DEFAULT NULL, `description` text NOT NULL, `chargeid` int(20) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `beds` -- LOCK TABLES `beds` WRITE; /*!40000 ALTER TABLE `beds` DISABLE KEYS */; /*!40000 ALTER TABLE `beds` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `blog` -- DROP TABLE IF EXISTS `blog`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `blog` ( `id` int(50) NOT NULL AUTO_INCREMENT, `companyid` varchar(60) NOT NULL, `title` text NOT NULL, `answers` text NOT NULL, `email` varchar(50) NOT NULL, `phone` varchar(30) NOT NULL, `date` varchar(60) NOT NULL, `description` text NOT NULL, `postedtime` varchar(60) NOT NULL, `userid` varchar(60) NOT NULL, `invoice` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `blog` -- LOCK TABLES `blog` WRITE; /*!40000 ALTER TABLE `blog` DISABLE KEYS */; /*!40000 ALTER TABLE `blog` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `blogs` -- DROP TABLE IF EXISTS `blogs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `blogs` ( `id` int(50) NOT NULL AUTO_INCREMENT, `companyid` varchar(60) NOT NULL, `title` text NOT NULL, `answers` text NOT NULL, `email` varchar(50) NOT NULL, `phone` varchar(30) NOT NULL, `date` varchar(60) NOT NULL, `description` text NOT NULL, `postedtime` varchar(60) NOT NULL, `userid` varchar(60) NOT NULL, `invoice` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `blogs` -- LOCK TABLES `blogs` WRITE; /*!40000 ALTER TABLE `blogs` DISABLE KEYS */; /*!40000 ALTER TABLE `blogs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bookroom` -- DROP TABLE IF EXISTS `bookroom`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `bookroom` ( `id` int(20) NOT NULL AUTO_INCREMENT, `houseno` varchar(60) NOT NULL, `plotno` varchar(50) NOT NULL, `idno` varchar(50) NOT NULL, `tenantid` varchar(40) NOT NULL, `entrydate` varchar(50) NOT NULL, `description` text NOT NULL, `checkoutdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `createdat` varchar(50) NOT NULL, `updatedat` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `amount` varchar(30) NOT NULL, `paymentstatus` varchar(30) NOT NULL, `paymentmode` varchar(30) NOT NULL, `paymentcode` varchar(30) NOT NULL, `totalamount` decimal(10,2) NOT NULL, `overpayment` decimal(10,2) NOT NULL, `discount` varchar(30) NOT NULL, `transactioncode` varchar(30) NOT NULL, `roomtype` varchar(40) NOT NULL, `number` varchar(10) NOT NULL, `total` varchar(30) NOT NULL, `balance` varchar(30) NOT NULL, `mpesa` varchar(30) NOT NULL, `card` varchar(30) NOT NULL, `bookroom` varchar(20) NOT NULL, `credit` varchar(30) NOT NULL, `voucher` varchar(10) NOT NULL, `cheque` varchar(30) NOT NULL, `points` varchar(30) NOT NULL, `people` varchar(10) NOT NULL, `category` varchar(30) NOT NULL DEFAULT 'accommodation', `deposite` decimal(10,2) NOT NULL, `chargeid` int(11) NOT NULL, `booings` int(11) NOT NULL DEFAULT 1, `branchid` int(10) NOT NULL DEFAULT 1, `tax1` decimal(10,2) NOT NULL, `tax2` decimal(10,2) NOT NULL, `vatable` decimal(10,2) NOT NULL, `mytable` varchar(20) NOT NULL, `salesperson` varchar(20) DEFAULT NULL, `receiptno` varchar(20) DEFAULT NULL, `discountedtotal` varchar(20) NOT NULL DEFAULT '', `bedid` int(11) DEFAULT 1, `bedname` varchar(100) NOT NULL, `currency` varchar(20) DEFAULT NULL, `updatedid` int(20) DEFAULT NULL, `othercurrency` varchar(20) DEFAULT NULL, `othercurrencyamount` decimal(10,4) DEFAULT NULL, `tocurrencyamount` decimal(10,4) DEFAULT NULL, `tocurrencychnage` decimal(10,4) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `bookroom` -- LOCK TABLES `bookroom` WRITE; /*!40000 ALTER TABLE `bookroom` DISABLE KEYS */; /*!40000 ALTER TABLE `bookroom` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `branch` -- DROP TABLE IF EXISTS `branch`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `branch` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `invoice` text NOT NULL, `currency` varchar(20) NOT NULL DEFAULT 'KES', `logo` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `branch` -- LOCK TABLES `branch` WRITE; /*!40000 ALTER TABLE `branch` DISABLE KEYS */; INSERT INTO `branch` VALUES (1,'BRANCH A','<H1 style=\"margin:0px;\">ROBISEARCH LTD( SAMPLE) </H1>\r\nNAIROBI, KENYA,0718667391, www.robisearch.com\r\n</BR>COMPANY PIN: P1XXXXXXX</br>\r\n</BR>TILL NO:111111111</br>\r\nCall us today if you need this Pos :0716413386\r\n\r\n','2025-02-21 12:43:25','active','1','','1','<B> INVOICE TERMS</B></BR>\r\n1. This invoice is payable on demand unless terms specified.<br>\r\n2. Good once sold are not returnable<br>\r\n3. Ownership of the above good will be vested in Dimetrica limited until fully paid\r\n\r\n','KES','2023-08-101691646451.jpeg'); /*!40000 ALTER TABLE `branch` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `branchlist` -- DROP TABLE IF EXISTS `branchlist`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `branchlist` ( `id` int(11) NOT NULL AUTO_INCREMENT, `tin` varchar(50) NOT NULL, `bhfId` varchar(50) NOT NULL, `bhfNm` text NOT NULL, `bhfSttsCd` varchar(50) NOT NULL DEFAULT 'active', `prvncNm` text NOT NULL, `dstrtNm` text NOT NULL, `sctrNm` varchar(50) NOT NULL, `locDesc` varchar(50) DEFAULT NULL, `mgrNm` varchar(50) NOT NULL DEFAULT 'KES', `mgrTelNo` varchar(50) NOT NULL, `mgrEmail` text NOT NULL, `hqYn` text NOT NULL, `branchid` varchar(50) DEFAULT NULL, `companyid` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `branchlist` -- LOCK TABLES `branchlist` WRITE; /*!40000 ALTER TABLE `branchlist` DISABLE KEYS */; /*!40000 ALTER TABLE `branchlist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `brands` -- DROP TABLE IF EXISTS `brands`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `brands` ( `id` int(50) NOT NULL AUTO_INCREMENT, `companyid` varchar(60) NOT NULL, `title` text NOT NULL, `description` text NOT NULL, `email` varchar(50) NOT NULL, `phone` varchar(30) NOT NULL, `date` varchar(60) NOT NULL, `website` text NOT NULL, `postedtime` varchar(60) NOT NULL, `userid` varchar(60) NOT NULL, `invoice` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `brands` -- LOCK TABLES `brands` WRITE; /*!40000 ALTER TABLE `brands` DISABLE KEYS */; INSERT INTO `brands` VALUES (1,'1','JKUAT','Our partner in ICT Field','karenmakena3@gmail.com','0702400635','','http://www.jkuat.ac.ke/','2016-12-13 06:47:33am','',0),(2,'1','SimbaNet','Our partner in in Nikague App','','','','https://www.simbanet.net/','','',0); /*!40000 ALTER TABLE `brands` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `budget` -- DROP TABLE IF EXISTS `budget`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `budget` ( `id` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(20) NOT NULL, `createdate` varchar(20) NOT NULL, `expamount` decimal(10,2) NOT NULL, `usedamount` decimal(10,2) NOT NULL, `balance` decimal(10,2) NOT NULL, `year` varchar(20) NOT NULL, `month` varchar(20) NOT NULL, `userid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `branch` int(11) NOT NULL, `updatedby` int(11) NOT NULL, `description` text NOT NULL, `todate` varchar(30) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `budget` -- LOCK TABLES `budget` WRITE; /*!40000 ALTER TABLE `budget` DISABLE KEYS */; /*!40000 ALTER TABLE `budget` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bulkdispatch` -- DROP TABLE IF EXISTS `bulkdispatch`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `bulkdispatch` ( `id` int(11) NOT NULL AUTO_INCREMENT, `branchid` varchar(100) NOT NULL, `invoice` varchar(100) NOT NULL, `frombranch` varchar(50) NOT NULL, `remarks` varchar(100) NOT NULL DEFAULT 'new', `enddate` varchar(50) NOT NULL, `userid` varchar(20) NOT NULL, `companyid` varchar(20) NOT NULL, `createdate` varchar(50) NOT NULL, `description` text NOT NULL, `name` varchar(50) NOT NULL, `approvedby` int(20) NOT NULL, `dateapproved` int(20) NOT NULL, `tobranch` varchar(20) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'new', `startdate` varchar(20) NOT NULL, `type` varchar(30) NOT NULL DEFAULT 'Transfer', `category` varchar(20) NOT NULL DEFAULT 'products', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `bulkdispatch` -- LOCK TABLES `bulkdispatch` WRITE; /*!40000 ALTER TABLE `bulkdispatch` DISABLE KEYS */; /*!40000 ALTER TABLE `bulkdispatch` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bulkhouse` -- DROP TABLE IF EXISTS `bulkhouse`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `bulkhouse` ( `id` int(40) NOT NULL AUTO_INCREMENT, `plotno` varchar(60) NOT NULL, `houseno` varchar(40) NOT NULL, `tenantid` varchar(100) NOT NULL, `amount` decimal(10,2) NOT NULL, `type` varchar(100) NOT NULL, `description` varchar(100) NOT NULL, `discount` varchar(100) NOT NULL, `idno` varchar(100) NOT NULL, `createdat` datetime NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `duedate` varchar(40) NOT NULL, `paymentstatus` varchar(40) NOT NULL, `paymentmode` varchar(40) NOT NULL, `paymentcode` varchar(100) NOT NULL, `transactioncode` varchar(100) NOT NULL, `approvedby` varchar(60) NOT NULL, `approvaldate` varchar(60) NOT NULL, `phone` varchar(40) NOT NULL, `roomtype` decimal(10,2) NOT NULL, `balance` varchar(40) NOT NULL DEFAULT '0', `companyid` varchar(100) NOT NULL DEFAULT '1', `exactdate` varchar(50) NOT NULL, `vat` decimal(10,2) NOT NULL, `paymentdate` varchar(30) NOT NULL, `name` text NOT NULL, `chargeid` varchar(30) NOT NULL, `branchid` int(11) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `bulkhouse` -- LOCK TABLES `bulkhouse` WRITE; /*!40000 ALTER TABLE `bulkhouse` DISABLE KEYS */; /*!40000 ALTER TABLE `bulkhouse` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bulkreservation` -- DROP TABLE IF EXISTS `bulkreservation`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `bulkreservation` ( `id` int(20) NOT NULL AUTO_INCREMENT, `houseno` varchar(60) NOT NULL, `plotno` varchar(50) NOT NULL, `idno` varchar(50) NOT NULL, `tenantid` varchar(40) NOT NULL, `entrydate` varchar(50) NOT NULL, `description` text NOT NULL, `checkoutdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `createdat` varchar(50) NOT NULL, `updatedat` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `amount` varchar(30) NOT NULL, `paymentstatus` varchar(30) NOT NULL, `paymentmode` varchar(30) NOT NULL, `paymentcode` varchar(30) NOT NULL, `totalamount` decimal(10,2) NOT NULL, `overpayment` decimal(10,2) NOT NULL, `discount` varchar(30) NOT NULL, `transactioncode` varchar(30) NOT NULL, `roomtype` varchar(40) NOT NULL, `number` varchar(10) NOT NULL, `total` varchar(30) NOT NULL, `balance` varchar(30) NOT NULL, `mpesa` varchar(30) NOT NULL, `card` varchar(30) NOT NULL, `bookroom` varchar(20) NOT NULL, `credit` varchar(30) NOT NULL, `voucher` varchar(10) NOT NULL, `cheque` varchar(30) NOT NULL, `points` varchar(30) NOT NULL, `people` varchar(10) NOT NULL, `category` varchar(30) NOT NULL DEFAULT 'accommodation', `deposite` decimal(10,2) NOT NULL, `chargeid` int(11) NOT NULL, `booings` int(11) NOT NULL DEFAULT 1, `branchid` int(10) NOT NULL DEFAULT 1, `currency` varchar(20) DEFAULT NULL, `tax1` decimal(10,2) NOT NULL, `tax2` decimal(10,2) NOT NULL, `vatable` decimal(10,2) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `bulkreservation` -- LOCK TABLES `bulkreservation` WRITE; /*!40000 ALTER TABLE `bulkreservation` DISABLE KEYS */; INSERT INTO `bulkreservation` VALUES (1,'Group','Group','','1','',' ','2024-12-21 10:00:00','new','1','2024-12-20 11:36:05','','1','0','Cleared','Cash','',0.00,0.00,'0','11734683765','0','2','0','0','0','0','','0','0','0','0','2','ict',0.00,0,1,1,NULL,0.00,0.00,0.00),(2,'Group','Group','','1','',' ','2024-12-21 10:00:00','new','1','2024-12-20 11:39:02','','1','0','Cleared','Invoice','Q233457',0.00,0.00,'0','11734683942','8000','4','8000','-6000','2000','0','','6000','0','0','0','4','Business',0.00,0,1,1,NULL,1103.45,0.00,6896.55),(3,'Group','Group','','1','',' ','2024-12-21 10:00:00','new','1','2024-12-20 11:51:07','','1','0','Cleared','Cash','',0.00,0.00,'0','11734684667','8000','3','8000','-8000','0','0','','8000','0','0','0','3','ict',0.00,0,1,1,NULL,1103.45,0.00,6896.55),(4,'Group','Group','','3','',' ','2025-01-29 10:00:00','new','1','2025-01-28 07:28:53','','1','6000','Cleared','Cash','Q233457',0.00,0.00,'0','11738038533','6000','88','6000','0','0','0','','0','0','0','0','88','Business',0.00,0,1,1,NULL,813.56,101.69,5084.75),(5,'Group','Group','','3','',' ','2025-01-29 10:00:00','new','1','2025-01-28 07:30:05','','1','0','Cleared','Cash','',0.00,0.00,'0','11738038605','0','7','0','0','0','0','','0','0','0','0','7','Business',0.00,0,1,1,NULL,0.00,0.00,0.00),(6,'Group','Group','','3','',' ','2025-01-29 10:00:00','new','1','2025-01-28 09:12:45','','1','8000','Cleared','Cash','',0.00,0.00,'0','11738044765','8000','4','8000','0','0','0','','0','0','0','0','4','Business',0.00,0,1,1,NULL,1084.75,135.59,6779.66),(7,'Group','Group','','6','',' ','2025-01-29 10:00:00','new','1','2025-01-28 09:20:45','','1','0','Cleared','Cash','',0.00,0.00,'0','11738045245','0','4','0','0','0','0','','0','0','0','0','4','ict',0.00,0,1,1,NULL,0.00,0.00,0.00),(8,'Group','Group','','4','',' ','2025-02-07 10:00:00','new','1','2025-02-06 18:08:02','','1','0','Cleared','Cash','',0.00,0.00,'0','11738854482','0','4','0','0','0','0','','0','0','0','0','4','Business',0.00,0,1,1,NULL,0.00,0.00,0.00); /*!40000 ALTER TABLE `bulkreservation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `callcenter` -- DROP TABLE IF EXISTS `callcenter`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `callcenter` ( `id` int(11) NOT NULL AUTO_INCREMENT, `subject` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `category` varchar(30) NOT NULL, `messageid` varchar(30) NOT NULL, `updatedby` int(11) NOT NULL, `updateddate` varchar(30) NOT NULL, `callername` text NOT NULL, `receiver` text NOT NULL, `calldate` varchar(30) NOT NULL, `phone` varchar(50) NOT NULL, `media` text NOT NULL, `email` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `callcenter` -- LOCK TABLES `callcenter` WRITE; /*!40000 ALTER TABLE `callcenter` DISABLE KEYS */; /*!40000 ALTER TABLE `callcenter` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `category` -- DROP TABLE IF EXISTS `category`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `category` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=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 (1,'Everyone','','2023-12-29 07:55:55','active','1','','1'),(2,'OTHERS','','2021-08-23 03:04:54pm','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, `branchid` int(20) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `charges` -- LOCK TABLES `charges` WRITE; /*!40000 ALTER TABLE `charges` DISABLE KEYS */; INSERT INTO `charges` VALUES (1,'RENT','','','2018-05-30 14:28:37','','',0,1,NULL),(2,'DEPOSIT','','','2018-05-30 14:27:39','','',0,1,NULL),(3,'WATER/POWER DEPOSIT','','','2018-05-30 14:28:49','','',0,1,NULL),(4,'PENALTY','','','2018-06-25 13:38:03','','',0,1,NULL),(5,'WATER','','','2018-06-27 11:33:55','','',0,1,NULL),(6,'PARTIAL PAYMENT','','','2018-06-29 16:22:30','','',0,1,NULL),(7,'GARBAGE','','','2018-07-03 16:56:46','','',0,1,NULL),(8,'DAMAGES','','','2018-07-17 12:30:05','','',0,1,NULL),(9,'AGREEMENT FORM','','','2018-07-23 10:21:11','','',0,1,NULL),(10,'POWER','','','2018-08-04 10:42:10','','',0,1,NULL),(11,'SEWAGE','SEWAGE','','2020-05-27 16:23:21','','',2,1,NULL),(12,'BED ONLY','','','2020-05-28 15:38:20','','',1,1,NULL),(13,'BED AND BREAKFAST','','','2020-05-28 15:38:39','','',2,1,NULL),(14,'PROJECTOR','','','2023-04-28 08:21:52','','',0,1,NULL),(15,'LAUNDRY','LAUNDRY','','2023-04-28 08:22:20','','',0,1,NULL),(16,'ROOM TRANSFER','200','','2023-04-30 06:16:29','','',2,1,NULL),(17,'BED 1','0','','2023-05-11 11:10:44','','',1,1,NULL),(18,'SERVICE CH DEPOSIT','0','','2023-05-11 11:10:51','','',0,1,NULL),(19,'SERVICE CHARGE','0','','2023-09-01 11:09:35','','',1,1,NULL); /*!40000 ALTER TABLE `charges` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `checkin` -- DROP TABLE IF EXISTS `checkin`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `checkin` ( `id` int(11) NOT NULL AUTO_INCREMENT, `subject` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `category` varchar(30) NOT NULL, `messageid` varchar(30) NOT NULL, `updatedby` int(11) NOT NULL, `updateddate` varchar(30) NOT NULL, `visitorid` int(60) NOT NULL, `receiver` text NOT NULL, `calldate` varchar(30) NOT NULL, `phone` varchar(50) NOT NULL, `media` text NOT NULL, `email` varchar(50) DEFAULT NULL, `idno` varchar(50) NOT NULL, `name` varchar(100) NOT NULL, `business` varchar(100) NOT NULL, `vehicleno` varchar(100) NOT NULL, `vehiclecolor` varchar(100) NOT NULL, `vehiclemodel` varchar(100) NOT NULL, `location` varchar(100) NOT NULL, `checkindate` varchar(100) NOT NULL, `checkoutdate` varchar(100) NOT NULL, `branchid` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `checkin` -- LOCK TABLES `checkin` WRITE; /*!40000 ALTER TABLE `checkin` DISABLE KEYS */; INSERT INTO `checkin` VALUES (1,'','A2','2025-03-13','Closed','1','','1','General','',1,'2025-03-13 14:13:25',1,'1','','254718667391','','director@robisearch.com','23434212','ROBERT','robisearch','KDB634T','WHITE','NISSAN','Main Gate','2025-03-13 14:11:44','2025-03-13 14:13:25',''),(2,'','NA','2025-03-13','Active','1','','1','General','',0,'',2,'1','','254700139073','','mercymwendwa643@gmail.com','23434212','JAMES','UON','KDW3455','WHITE','NISSAN','Main Gate','2025-03-13 14:13:40','',''),(3,'','R00M7','2025-03-13','Closed','1','','1','General','',1,'2025-03-13 14:22:54',3,'1','','254700139076','','gabmureithi50@gmail.com','234342127','TOM','UON','TXE467','WHITE','NISSAN','Main Gate','2025-03-13 14:20:46','2025-03-13 14:22:54',''),(4,'','ROO9','2025-03-13','Active','1','','1','General','',0,'',1,'1','','254718667391','','director@robisearch.com','23434212','ROBERT','robisearch','KDB634T','WHITE','NISSAN','Main Gate','2025-03-13 14:23:21','',''),(5,'0','ROBERT OUMA','2025-03-20','Active','1','','1','General','1',0,'',4,'1','','254718667394','','gabmureithi50@gmail.com','23434212','ROBERT','UON','KDB634R','','','Main Gate','2025-03-20 04:52:05','',''),(6,'1','test','2025-03-20','Active','1','','1','General','1',0,'',3,'1','','254700139076','11742436277','gabmureithi50@gmail.com','234342127','TOM','UON','TXE467','WHITE','NISSAN','Main Gate','2025-03-20 05:04:29','','1'); /*!40000 ALTER TABLE `checkin` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cheque` -- DROP TABLE IF EXISTS `cheque`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `cheque` ( `id` int(50) NOT NULL AUTO_INCREMENT, `expendituretype` varchar(50) NOT NULL, `amount` varchar(50) NOT NULL, `description` text NOT NULL, `paiddate` varchar(50) NOT NULL, `incharge` varchar(40) NOT NULL, `bankname` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `entrydate` varchar(50) NOT NULL, `invoice` varchar(30) NOT NULL, `business` varchar(100) NOT NULL, `type` varchar(15) NOT NULL, `chequenumber` varchar(70) NOT NULL, `exactdate` varchar(30) NOT NULL, `status` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `cheque` -- LOCK TABLES `cheque` WRITE; /*!40000 ALTER TABLE `cheque` DISABLE KEYS */; /*!40000 ALTER TABLE `cheque` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `collection` -- DROP TABLE IF EXISTS `collection`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `collection` ( `id` int(11) NOT NULL AUTO_INCREMENT, `paiddate` varchar(100) NOT NULL, `invoice` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `remarks` varchar(100) NOT NULL, `balance` varchar(30) NOT NULL, `userid` varchar(20) NOT NULL, `companyid` varchar(20) NOT NULL, `paymentmethodes` int(10) NOT NULL, `createdate` varchar(50) NOT NULL, `name` varchar(30) NOT NULL DEFAULT 'payment', `transactioncode` varchar(50) NOT NULL, `supplier` int(11) DEFAULT NULL, `branchid` int(11) DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `collection` -- LOCK TABLES `collection` WRITE; /*!40000 ALTER TABLE `collection` DISABLE KEYS */; INSERT INTO `collection` VALUES (1,'2025-04-26 15:27:15','11745670370','1','cash','1','1','1',1040,'2025-04-26 15:27:40','payment','',13,1),(2,'2025-04-26 15:27:15','11745670370','1','cash','0','1','1',1040,'2025-04-26 15:27:45','payment','',13,1),(3,'2025-04-26 15:36:46','11745670883','2','cash','0','1','1',1040,'2025-04-26 15:37:11','payment','',17,1); /*!40000 ALTER TABLE `collection` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `commission` -- DROP TABLE IF EXISTS `commission`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `commission` ( `id` int(11) NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `name` varchar(50) NOT NULL, `datesold` varchar(40) NOT NULL, `sellingprice` decimal(10,2) NOT NULL, `profit` varchar(50) NOT NULL, `mode` varchar(50) NOT NULL, `code` varchar(50) NOT NULL, `paymentdate` varchar(50) NOT NULL, `rate` varchar(30) NOT NULL, `customer` varchar(30) NOT NULL, `customerphone` varchar(50) NOT NULL, `customeremail` varchar(50) NOT NULL, `customerlocation` varchar(50) NOT NULL, `description` text NOT NULL, `dateposted` varchar(40) NOT NULL, `status` varchar(10) NOT NULL DEFAULT 'New', `paid` decimal(10,2) NOT NULL, `expcommission` decimal(10,2) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `commission` -- LOCK TABLES `commission` WRITE; /*!40000 ALTER TABLE `commission` DISABLE KEYS */; /*!40000 ALTER TABLE `commission` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `complain` -- DROP TABLE IF EXISTS `complain`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `complain` ( `id` int(11) NOT NULL AUTO_INCREMENT, `subject` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) DEFAULT '1', `type` varchar(30) NOT NULL, `messageid` varchar(30) DEFAULT NULL, `updatedby` int(11) NOT NULL, `updateddate` varchar(30) NOT NULL, `serial` varchar(200) NOT NULL, `name` text NOT NULL, `invoice` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB 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 `computers` -- DROP TABLE IF EXISTS `computers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `computers` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `invoice` text NOT NULL, `computerno` text NOT NULL, `fromdate` varchar(30) NOT NULL, `todate` varchar(30) DEFAULT NULL, `receiptno` varchar(50) NOT NULL, `duration` int(11) NOT NULL, `phone` varchar(20) DEFAULT NULL, `extensiontype` varchar(30) NOT NULL, `computernostatus` varchar(20) NOT NULL DEFAULT 'new', `computernodate` varchar(20) NOT NULL, `computernouserdata` text NOT NULL, `updatedid` int(11) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `computers` -- LOCK TABLES `computers` WRITE; /*!40000 ALTER TABLE `computers` DISABLE KEYS */; INSERT INTO `computers` VALUES (1,'ROBISEARCH LTD','e44','2023-02-13 07:08:17','Closed','1','2023-02-13 07:13:34','1','3','B0-22-7A-ED-77-F6','2023-02-24','2023-02-10','',0,NULL,'New Installation','new','','',1); /*!40000 ALTER TABLE `computers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `constants` -- DROP TABLE IF EXISTS `constants`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `constants` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(30) NOT NULL, `amount` decimal(10,2) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'active', `companyid` int(11) NOT NULL, `userid` int(11) NOT NULL, `category` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `constants` -- LOCK TABLES `constants` WRITE; /*!40000 ALTER TABLE `constants` DISABLE KEYS */; INSERT INTO `constants` VALUES (1,'Relief',2400.00,'active',1,1,'Relief'),(2,'Pension',200.00,'active',1,1,'Pension'),(3,'NSSF',200.00,'oldrate',1,1,'NSSF'),(4,'Minimum Paye',24000.00,'active',1,1,'MinimumPaye'),(5,'Housing Levy',1.50,'active',1,1,'Housing Levy'),(6,'Housing Levy Relief',15.00,'active',1,1,'Housing Levy Relief'); /*!40000 ALTER TABLE `constants` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `contact` -- DROP TABLE IF EXISTS `contact`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `contact` ( `id` int(50) NOT NULL AUTO_INCREMENT, `country` varchar(60) NOT NULL, `firstname` varchar(50) NOT NULL, `lastname` varchar(50) NOT NULL, `email` varchar(50) NOT NULL, `phone` varchar(30) NOT NULL, `date` varchar(60) NOT NULL, `description` text NOT NULL, `postedtime` varchar(60) NOT NULL, `userid` varchar(60) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `contact` -- LOCK TABLES `contact` WRITE; /*!40000 ALTER TABLE `contact` DISABLE KEYS */; /*!40000 ALTER TABLE `contact` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `contactdetails` -- DROP TABLE IF EXISTS `contactdetails`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `contactdetails` ( `id` int(50) NOT NULL AUTO_INCREMENT, `title` text NOT NULL, `website` text NOT NULL, `contactdetails` text NOT NULL, `email` text NOT NULL, `phone` text NOT NULL, `date` varchar(60) NOT NULL, `description` text NOT NULL, `postedtime` varchar(60) NOT NULL, `userid` varchar(60) NOT NULL, `companyid` int(11) NOT NULL, `branchid` int(11) NOT NULL, `facebook` text NOT NULL, `twitter` text NOT NULL, `instagram` text NOT NULL, `linkedin` text NOT NULL, `youtube` text NOT NULL, `location` text NOT NULL, `aboutustitle` text NOT NULL, `aboutus` text NOT NULL, `whyustitle` text NOT NULL, `whyus` text NOT NULL, `whatsapp` text NOT NULL, `websites` text NOT NULL, `otherlinks` text NOT NULL, `termstitle` text NOT NULL, `terms` text NOT NULL, `deliverytitle` text NOT NULL, `delivery` text NOT NULL, `privacytitle` text NOT NULL, `privacy` text NOT NULL, `branches` text NOT NULL, `telegram` text NOT NULL, `otherlinktitle` text NOT NULL, `aboutuslogo` text NOT NULL, `businessname` text NOT NULL, `business` varchar(30) NOT NULL, `vision` text NOT NULL, `mission` text NOT NULL, `corevalues` text NOT NULL, `ourpromise` text NOT NULL, `returnpolicy` text NOT NULL, `workinghours` text NOT NULL, `updatedat` varchar(30) NOT NULL, `updatedby` int(11) NOT NULL, `careertitle` text NOT NULL, `career` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `contactdetails` -- LOCK TABLES `contactdetails` WRITE; /*!40000 ALTER TABLE `contactdetails` DISABLE KEYS */; INSERT INTO `contactdetails` VALUES (1,'','https://robisearch.com/','kinoti','karenmakena3@gmail.com','0754413386, 0716413386,0780655987','','We have from 01/07/2020 to 31/8/2010','2016-12-13 06:47:33am','1',1,0,'https://web.facebook.com/Robiearch/','https://twitter.com/robisearch','https://www.linkedin.com/in/robert-manyala-995177122/','https://www.linkedin.com/in/robert-manyala-995177122/','https://www.youtube.com/channel/UC9Z1YpMKlCgwqn4H1nT1hLg/featured','Nairobi -Nara Fourth Floor,</br> Kisii-Oyondi Building','<b>About Us </b>','Robisearch Ltd is an ICT company that begun in 2011 as a result of innovations that transform lives globally. We are a member of the Nairobi Chambers (KNCCI) organization.We have great experience in dealing with customers having handled over 500 clients in all Kenyan towns such as Juja, Nairobi, Mombasa and Kisumu as well as beyond the country.We provide our clients with adequate support thus providing more value to our customers .Our systems are customized to fit a clients particular need.We are the company behind various innovations like…..</br>','Why Us ','We have a well-organized support and maintenance structure that we will sign with you as a Service Level Agreement that guarantees you;','https://api.whatsapp.com/send?phone=254716413386&text=&source=&data=&app_absent=','','POS.robisearch.com/','Terms and Condition ','karenmakena3@gmail.com','Delivery Information','Shipping Agents and Times</br>\r\n\r\nOur products ordered before 3pm are shipped within 24 Hours using the following carriers, Umash Bus Sacco, Easy Coach Sacco, North Rift Sacco or any other of your choice. Orders Placed in later hours are shipped on the following days</br>\r\nZipping Zones and Costs</br>\r\n\r\nOur shipping Zones are categorized into Coast Region, Rift Valley Region, Nairobi Region, North Easter Region and Nyanza Region. All orders to be collected at our shop are not chargeable any shipping cost. However all the other places we charge shipping cost depending with what our shipping agents charges; basically a shipping cost of between Ksh300- 400 applies except for regions within Nairobi County where a fee of roughly Ksh 150 – 200 applies. All shipping cost is subject to change without any notice.</br>','Privacy Details','PRIVACY POLICY</br>\r\n\r\nThis Privacy Policy explains what personal data is collected when you use the jiji.ng any jiji.ng mobile application, or website (“Jiji”, \"Website\", or \"App\") and the services provided through it (together with the Website and the App, the “Service”), how such personal data will be used, shared.</br>\r\n\r\nBY USING THE SERVICE, YOU PROMISE US THAT (I) YOU HAVE READ, UNDERSTOOD AND AGREED TO THIS PRIVACY POLICY, AND (II) YOU ARE OVER 16 YEARS OF AGE (OR HAVE HAD YOUR PARENT OR GUARDIAN READ AND AGREED TO THIS PRIVACY POLICY FOR YOU). If you do not agree or you are unable to make this promise, you must not use the Service. In such case, you must contact the support team via online chat or email to request deletion of your account and data.</br>\r\n\r\nProcess in respect of personal data, means to collect, store, and disclose to others.</br>\r\n\r\nTABLE OF CONTENTS</br>\r\n\r\n1. PERSONAL DATA CONTROLLER</br>\r\n\r\n2. CATEGORIES OF PERSONAL DATA WE COLLECT</br>\r\n\r\n3. FOR WHAT PURPOSES WE PROCESS PERSONAL DATA</br>\r\n\r\n4. AUTHORISED REQUIREMENT FOR PROCESSING YOUR PERSONAL DATA</br>\r\n\r\n5. WHO WE SHARE YOUR PERSONAL DATA WITH\r\n</br>\r\n6. HOW YOU CAN EXERCISE YOUR PRIVACY RIGHTS</br>\r\n\r\n7. AGE LIMITATION</br>\r\n\r\n8. CHANGES TO THIS PRIVACY POLICY</br>\r\n\r\n9. DATA RETENTION\r\n</br>\r\n10. CONTACT US</br>','Juja, Kisii','https://api.whatsapp.com/send?phone=254716413386&text=&source=&data=&app_absent=','POS LINK','2147483647','Robisearch is an ICT business organization that deals ICT based solutions. We have been in the industry since 2011. Our main activity is software developement. ','ROBISEARCH LTD',' Transforming the world through innovation',' To be the best ICT company offering innovate services globally.','nnovation, Integrity, hardwork, commitment, honesty, equality, justice, fairness, love.','To Give the best services at all times','Return Policy</br>\r\n\r\nAll defined terms used below shall have the meanings set forth in our Terms and Conditions. If you are not happy with your purchase, we will accept a return of a unused product within 7 days. Once we receive the returned item Breejoz Baby Shop & Maternity Collections will then give a full refund (excluding shipping as we are unable to refund the initial shipping cost of your order). Please allow 1-2 weeks for your return to be processed.</br>',' WORKING HOURS</br>\r\n\r\n Mon 8:00am - 6:00pm</br>\r\n Tue 8:00am - 6:00pm</br>\r\n Wed 8:00am - 6:00pm</br>\r\n Thur 8:00am - 6:00pm</br>\r\n Fri 8:00am - 6:00pm</br>\r\n Sat 8:00am - 6:00pm</br>\r\n\r\n','2020-07-04 08:44:24',1,'Job Vacancy','Join our sales team as online marketers'); /*!40000 ALTER TABLE `contactdetails` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `countrycodes` -- DROP TABLE IF EXISTS `countrycodes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `countrycodes` ( `id` int(50) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `code` varchar(50) NOT NULL, `description` text DEFAULT NULL, `status` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=253 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `countrycodes` -- LOCK TABLES `countrycodes` WRITE; /*!40000 ALTER TABLE `countrycodes` DISABLE KEYS */; INSERT INTO `countrycodes` VALUES (1,'ASCENSION ISLAND ','AC',NULL,'Y'),(2,'ANDORRA','AD',NULL,'Y'),(3,'UNITED ARAB EMIRATES ','AE',NULL,'Y'),(4,'ANTIGUA AND BARBUDA','AG',NULL,'Y'),(5,'ANGUILLA','AI',NULL,'Y'),(6,'ALBANIA ','AL',NULL,'Y'),(7,'ARMENIA','AM',NULL,'Y'),(8,'NETHERLANDS ANTILLES ','AN',NULL,'Y'),(9,'ANGOLA','AO',NULL,'Y'),(10,'ANTARCTICA','AQ',NULL,'Y'),(11,'ARGENTINA','AR',NULL,'Y'),(12,'AMERICAN SAMOA','AS',NULL,'Y'),(13,'AUSTRIA','AT',NULL,'Y'),(14,'AUSTRALIA','AU',NULL,'Y'),(15,'ARUBA','AW',NULL,'Y'),(16,'ALAND ISLANDS','AX',NULL,'Y'),(17,'AZERBAIJAN','AZ',NULL,'Y'),(18,'BOSNIA AND HERZEGOVINA ','BA',NULL,'Y'),(19,'BARBADOS ','BB',NULL,'Y'),(20,'BANGLADESH ','BD',NULL,'Y'),(21,'BELGIUM ','BE',NULL,'Y'),(22,'BURKINA FASO ','BF',NULL,'Y'),(23,'BULGARIA ','BG',NULL,'Y'),(24,'BAHRAIN','BH',NULL,'Y'),(25,'BURUNDI ','BI',NULL,'Y'),(26,'BENIN ','BJ',NULL,'Y'),(27,'BERMUDA ','BM',NULL,'Y'),(28,'BRUNEI DARUSSALAM ','BN',NULL,'Y'),(29,'BOLIVIA ','BO',NULL,'Y'),(30,'BRAZIL ','BR',NULL,'Y'),(31,'BAHAMAS ','BS',NULL,'Y'),(32,'BHUTAN ','BT',NULL,'Y'),(33,'BOUVET ISLAND ','BV',NULL,'Y'),(34,'BOTSWANA ','BW',NULL,'Y'),(35,'BELARUS ','BY',NULL,'Y'),(36,'BELIZE ','BZ',NULL,'Y'),(37,'CANADA ','CA',NULL,'Y'),(38,'COCOS (KEELING) ISLANDS ','CC',NULL,'Y'),(39,'CONGO, DEMOCRATIC REPUBLIC ','CD',NULL,'Y'),(40,'CENTRAL AFRICAN REPUBLIC ','CF',NULL,'Y'),(41,'CONGO ','CG',NULL,'Y'),(42,'SWITZERLAND ','CH',NULL,'Y'),(43,'COTE D\'IVOIRE (IVORY COAST) ','CI',NULL,'Y'),(44,'COOK ISLANDS ','CK',NULL,'Y'),(45,'CHILE ','CL',NULL,'Y'),(46,'CAMEROON ','CM',NULL,'Y'),(47,'CHINA ','CN',NULL,'Y'),(48,'COLOMBIA ','CO',NULL,'Y'),(49,'COSTA RICA ','CR',NULL,'Y'),(50,'CZECHOSLOVAKIA (FORMER) ','CS',NULL,'Y'),(51,'CUBA ','CU',NULL,'Y'),(52,'CAPE VERDE ','CV',NULL,'Y'),(53,'CHRISTMAS ISLAND ','CX',NULL,'Y'),(54,'CYPRUS ','CY',NULL,'Y'),(55,'CZECH REPUBLIC ','CZ',NULL,'Y'),(56,'GERMANY ','DE',NULL,'Y'),(57,'DJIBOUTI ','DJ',NULL,'Y'),(58,'DENMARK ','DK',NULL,'Y'),(59,'DOMINICA ','DM',NULL,'Y'),(60,'DOMINICAN REPUBLIC ','DO',NULL,'Y'),(61,'ALGERIA','DZ',NULL,'Y'),(62,'ECUADOR ','EC',NULL,'Y'),(63,'ESTONIA ','EE',NULL,'Y'),(64,'EGYPT ','EG',NULL,'Y'),(65,'WESTERN SAHARA ','EH',NULL,'Y'),(66,'ERITREA ','ER',NULL,'Y'),(67,'SPAIN ','ES',NULL,'Y'),(68,'ETHIOPIA ','ET',NULL,'Y'),(69,'EUROPEAN UNION ','EU',NULL,'Y'),(70,'FINLAND ','FI',NULL,'Y'),(71,'FIJI ','FJ',NULL,'Y'),(72,'FALKLAND ISLANDS (MALVINAS) ','FK',NULL,'Y'),(73,'MICRONESIA ','FM',NULL,'Y'),(74,'FAROE ISLANDS ','FO',NULL,'Y'),(75,'FRANCE ','FR',NULL,'Y'),(76,'FRANCE, METROPOLITAN ','FX',NULL,'Y'),(77,'GABON ','GA',NULL,'Y'),(78,'GREAT BRITAIN (UK) ','GB',NULL,'Y'),(79,'GRENADA ','GD',NULL,'Y'),(80,'GEORGIA ','GE',NULL,'Y'),(81,'FRENCH GUIANA ','GF',NULL,'Y'),(82,'GUERNSEY ','GG',NULL,'Y'),(83,'GHANA ','GH',NULL,'Y'),(84,'GIBRALTAR ','GI',NULL,'Y'),(85,'GREENLAND ','GL',NULL,'Y'),(86,'GAMBIA ','GM',NULL,'Y'),(87,'GUINEA ','GN',NULL,'Y'),(88,'GUADELOUPE ','GP',NULL,'Y'),(89,'EQUATORIAL GUINEA ','GQ',NULL,'Y'),(90,'GREECE ','GR',NULL,'Y'),(91,'S. GEORGIA AND S. SANDWICH ISLS. ','GS',NULL,'Y'),(92,'GUATEMALA ','GT',NULL,'Y'),(93,'GUAM ','GU',NULL,'Y'),(94,'GUINEA BISSAU ','GW',NULL,'Y'),(95,'GUYANA ','GY',NULL,'Y'),(96,'HONG KONG ','HK',NULL,'Y'),(97,'HEARD AND MCDONALD ISLANDS ','HM',NULL,'Y'),(98,'HONDURAS ','HN',NULL,'Y'),(99,'CROATIA (HRVATSKA) ','HR',NULL,'Y'),(100,'HAITI ','HT',NULL,'Y'),(101,'HUNGARY ','HU',NULL,'Y'),(102,'INDONESIA ','ID',NULL,'Y'),(103,'IRELAND ','IE',NULL,'Y'),(104,'ISRAEL ','IL',NULL,'Y'),(105,'ISLE OF MAN ','IM',NULL,'Y'),(106,'INDIA ','IN',NULL,'Y'),(107,'BRITISH INDIAN OCEAN TERRITORY ','IO',NULL,'Y'),(108,'IRAQ ','IQ',NULL,'Y'),(109,'IRAN ','IR',NULL,'Y'),(110,'ICELAND ','IS',NULL,'Y'),(111,'ITALY ','IT',NULL,'Y'),(112,'JERSEY ','JE',NULL,'Y'),(113,'JAMAICA ','JM',NULL,'Y'),(114,'JORDAN ','JO',NULL,'Y'),(115,'JAPAN ','JP',NULL,'Y'),(116,'KENYA ','KE',NULL,'Y'),(117,'KYRGYZSTAN ','KG',NULL,'Y'),(118,'CAMBODIA ','KH',NULL,'Y'),(119,'KIRIBATI ','KI',NULL,'Y'),(120,'COMOROS ','KM',NULL,'Y'),(121,'SAINT KITTS AND NEVIS ','KN',NULL,'Y'),(122,'NORTH KOREA','KP',NULL,'Y'),(123,'SOUTH KOREA','KR',NULL,'Y'),(124,'KUWAIT ','KW',NULL,'Y'),(125,'CAYMAN ISLANDS ','KY',NULL,'Y'),(126,'KAZAKHSTAN ','KZ',NULL,'Y'),(127,'LAOS ','LA',NULL,'Y'),(128,'LEBANON ','LB',NULL,'Y'),(129,'SAINT LUCIA ','LC',NULL,'Y'),(130,'LIECHTENSTEIN ','LI',NULL,'Y'),(131,'SRI LANKA ','LK',NULL,'Y'),(132,'LIBERIA ','LR',NULL,'Y'),(133,'LESOTHO ','LS',NULL,'Y'),(134,'LITHUANIA ','LT',NULL,'Y'),(135,'LUXEMBOURG ','LU',NULL,'Y'),(136,'LATVIA ','LV',NULL,'Y'),(137,'LIBYA ','LY',NULL,'Y'),(138,'MOROCCO ','MA',NULL,'Y'),(139,'MONACO ','MC',NULL,'Y'),(140,'MOLDOVA ','MD',NULL,'Y'),(141,'MONTENEGRO ','ME',NULL,'Y'),(142,'MADAGASCAR ','MG',NULL,'Y'),(143,'MARSHALL ISLANDS ','MH',NULL,'Y'),(144,'F.Y.R.O.M. (MACEDONIA) ','MK',NULL,'Y'),(145,'MALI ','ML',NULL,'Y'),(146,'MYANMAR ','MM',NULL,'Y'),(147,'MONGOLIA ','MN',NULL,'Y'),(148,'MACAU ','MO',NULL,'Y'),(149,'NORTHERN MARIANA ISLANDS ','MP',NULL,'Y'),(150,'MARTINIQUE ','MQ',NULL,'Y'),(151,'MAURITANIA ','MR',NULL,'Y'),(152,'MONTSERRAT ','MS',NULL,'Y'),(153,'MALTA ','MT',NULL,'Y'),(154,'MAURITIUS ','MU',NULL,'Y'),(155,'MALDIVES ','MV',NULL,'Y'),(156,'MALAWI ','MW',NULL,'Y'),(157,'MEXICO ','MX',NULL,'Y'),(158,'MALAYSIA ','MY',NULL,'Y'),(159,'MOZAMBIQUE ','MZ',NULL,'Y'),(160,'NAMIBIA ','NA',NULL,'Y'),(161,'NEW CALEDONIA ','NC',NULL,'Y'),(162,'NIGER ','NE',NULL,'Y'),(163,'NORFOLK ISLAND ','NF',NULL,'Y'),(164,'NIGERIA ','NG',NULL,'Y'),(165,'NICARAGUA ','NI',NULL,'Y'),(166,'NETHERLANDS ','NL',NULL,'Y'),(167,'NORWAY ','NO',NULL,'Y'),(168,'NEPAL ','NP',NULL,'Y'),(169,'NAURU ','NR',NULL,'Y'),(170,'NEUTRAL ZONE ','NT',NULL,'Y'),(171,'NIUE ','NU',NULL,'Y'),(172,'NEW ZEALAND (AOTEAROA) ','NZ',NULL,'Y'),(173,'OMAN ','OM',NULL,'Y'),(174,'PANAMA ','PA',NULL,'Y'),(175,'PERU ','PE',NULL,'Y'),(176,'FRENCH POLYNESIA ','PF',NULL,'Y'),(177,'PAPUA NEW GUINEA ','PG',NULL,'Y'),(178,'PHILIPPINES ','PH',NULL,'Y'),(179,'PAKISTAN ','PK',NULL,'Y'),(180,'POLAND ','PL',NULL,'Y'),(181,'ST. PIERRE AND MIQUELON ','PM',NULL,'Y'),(182,'PITCAIRN ','PN',NULL,'Y'),(183,'PUERTO RICO ','PR',NULL,'Y'),(184,'PALESTINIAN TERRITORY, OCCUPIED ','PS',NULL,'Y'),(185,'PORTUGAL ','PT',NULL,'Y'),(186,'PALAU ','PW',NULL,'Y'),(187,'PARAGUAY ','PY',NULL,'Y'),(188,'QATAR ','QA',NULL,'Y'),(189,'REUNION ','RE',NULL,'Y'),(190,'ROMANIA ','RO',NULL,'Y'),(191,'SERBIA ','RS',NULL,'Y'),(192,'RUSSIAN FEDERATION ','RU',NULL,'Y'),(193,'RWANDA ','RW',NULL,'Y'),(194,'SAUDI ARABIA ','SA',NULL,'Y'),(195,'SOLOMON ISLANDS ','SB',NULL,'Y'),(196,'SEYCHELLES ','SC',NULL,'Y'),(197,'SUDAN ','SD',NULL,'Y'),(198,'SWEDEN ','SE',NULL,'Y'),(199,'SINGAPORE ','SG',NULL,'Y'),(200,'ST. HELENA ','SH',NULL,'Y'),(201,'SLOVENIA ','SI',NULL,'Y'),(202,'SVALBARD & JAN MAYEN ISLANDS ','SJ',NULL,'Y'),(203,'SLOVAK REPUBLIC ','SK',NULL,'Y'),(204,'SIERRA LEONE ','SL',NULL,'Y'),(205,'SAN MARINO ','SM',NULL,'Y'),(206,'SENEGAL ','SN',NULL,'Y'),(207,'SOMALIA ','SO',NULL,'Y'),(208,'SURINAME ','SR',NULL,'Y'),(209,'SAO TOME AND PRINCIPE ','ST',NULL,'Y'),(210,'USSR (FORMER) ','SU',NULL,'Y'),(211,'EL SALVADOR ','SV',NULL,'Y'),(212,'SYRIA ','SY',NULL,'Y'),(213,'SWAZILAND ','SZ',NULL,'Y'),(214,'TURKS AND CAICOS ISLANDS ','TC',NULL,'Y'),(215,'CHAD ','TD',NULL,'Y'),(216,'FRENCH SOUTHERN TERRITORIES ','TF',NULL,'Y'),(217,'TOGO ','TG',NULL,'Y'),(218,'THAILAND ','TH',NULL,'Y'),(219,'TAJIKISTAN ','TJ',NULL,'Y'),(220,'TOKELAU ','TK',NULL,'Y'),(221,'TURKMENISTAN ','TM',NULL,'Y'),(222,'TUNISIA ','TN',NULL,'Y'),(223,'TONGA ','TO',NULL,'Y'),(224,'EAST TIMOR ','TP',NULL,'Y'),(225,'TURKEY ','TR',NULL,'Y'),(226,'TRINIDAD AND TOBAGO ','TT',NULL,'Y'),(227,'TUVALU ','TV',NULL,'Y'),(228,'TAIWAN ','TW',NULL,'Y'),(229,'TANZANIA ','TZ',NULL,'Y'),(230,'UKRAINE ','UA',NULL,'Y'),(231,'UGANDA ','UG',NULL,'Y'),(232,'UNITED KINGDOM ','UK',NULL,'Y'),(233,'US MINOR OUTLYING ISLANDS ','UM',NULL,'Y'),(234,'UNITED STATES ','US',NULL,'Y'),(235,'URUGUAY ','UY',NULL,'Y'),(236,'UZBEKISTAN ','UZ',NULL,'Y'),(237,'VATICAN CITY STATE (HOLY SEE) ','VA',NULL,'Y'),(238,'SAINT VINCENT & THE GRENADINES ','VC',NULL,'Y'),(239,'VENEZUELA ','VE',NULL,'Y'),(240,'BRITISH VIRGIN ISLANDS ','VG',NULL,'Y'),(241,'VIRGIN ISLANDS (U.S.) ','VI',NULL,'Y'),(242,'VIET NAM ','VN',NULL,'Y'),(243,'VANUATU ','VU',NULL,'Y'),(244,'WALLIS AND FUTUNA ISLANDS ','WF',NULL,'Y'),(245,'SAMOA ','WS',NULL,'Y'),(246,'YEMEN ','YE',NULL,'Y'),(247,'MAYOTTE ','YT',NULL,'Y'),(248,'SERBIA AND MONTENEGRO (FORMER) ','YU',NULL,'Y'),(249,'SOUTH AFRICA ','ZA',NULL,'Y'),(250,'ZAMBIA ','ZM',NULL,'Y'),(251,'(ZAIRE) SEE CD CONGO, DEMOCRATIC REPUBLIC ','ZR',NULL,'Y'),(252,'ZIMBABWE','ZW',NULL,'Y'); /*!40000 ALTER TABLE `countrycodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `county` -- DROP TABLE IF EXISTS `county`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `county` ( `id` int(40) NOT NULL AUTO_INCREMENT, `code` varchar(50) NOT NULL, `name` varchar(255) DEFAULT NULL, `provincecode` varchar(50) NOT NULL, `description` text NOT NULL, `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=48 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `county` -- LOCK TABLES `county` WRITE; /*!40000 ALTER TABLE `county` DISABLE KEYS */; INSERT INTO `county` VALUES (1,'1','Mombasa','2','Mombasa','0000-00-00 00:00:00','0000-00-00 00:00:00'),(2,'2','Kwale','2','Kwale','0000-00-00 00:00:00','0000-00-00 00:00:00'),(3,'3','Kilifi','2','Kilifi','0000-00-00 00:00:00','0000-00-00 00:00:00'),(4,'4','Tana River','2','Tana River','0000-00-00 00:00:00','0000-00-00 00:00:00'),(5,'5','Lamu','2','Lamu','0000-00-00 00:00:00','0000-00-00 00:00:00'),(6,'6','Taita-Taveta','2','Taita-Taveta','0000-00-00 00:00:00','0000-00-00 00:00:00'),(7,'7','Garissa','5','Garissa','0000-00-00 00:00:00','0000-00-00 00:00:00'),(8,'8','Wajir','5','Wajir','0000-00-00 00:00:00','0000-00-00 00:00:00'),(9,'9','Mandera','5','Mandera','0000-00-00 00:00:00','0000-00-00 00:00:00'),(10,'10','Marsabit','3','Marsabit','0000-00-00 00:00:00','0000-00-00 00:00:00'),(11,'11','Isiolo','3','Isiolo','0000-00-00 00:00:00','0000-00-00 00:00:00'),(12,'12','Meru','3','Meru','0000-00-00 00:00:00','0000-00-00 00:00:00'),(13,'13','Tharaka-Nithi','3','Tharaka-Nithi','0000-00-00 00:00:00','0000-00-00 00:00:00'),(14,'14','Embu','3','Embu','0000-00-00 00:00:00','0000-00-00 00:00:00'),(15,'15','Kitui','3','Kitui','0000-00-00 00:00:00','0000-00-00 00:00:00'),(16,'16','Machakos','3','Machakos','0000-00-00 00:00:00','0000-00-00 00:00:00'),(17,'17','Makueni','3','Makueni','0000-00-00 00:00:00','0000-00-00 00:00:00'),(18,'18','Nyandarua','1','Nyandarua','0000-00-00 00:00:00','0000-00-00 00:00:00'),(19,'19','Nyeri','1','Nyeri','0000-00-00 00:00:00','0000-00-00 00:00:00'),(20,'20','Kirinyaga','1','Kirinyaga','0000-00-00 00:00:00','0000-00-00 00:00:00'),(21,'21','Murang\'a','1','Murang\'a','0000-00-00 00:00:00','0000-00-00 00:00:00'),(22,'22','Kiambu','1','Kiambu','0000-00-00 00:00:00','0000-00-00 00:00:00'),(23,'23','Turkana','7','Turkana','0000-00-00 00:00:00','0000-00-00 00:00:00'),(24,'24','West Pokot','7','West Pokot','0000-00-00 00:00:00','0000-00-00 00:00:00'),(25,'25','Samburu','7','Samburu','0000-00-00 00:00:00','0000-00-00 00:00:00'),(26,'26','Trans-Nzoia','7','Trans-Nzoia','0000-00-00 00:00:00','0000-00-00 00:00:00'),(27,'27','Uasin Gishu','7','Uasin Gishu','0000-00-00 00:00:00','0000-00-00 00:00:00'),(28,'28','Elgeyo-Marakwet','7','Elgeyo-Marakwet','0000-00-00 00:00:00','0000-00-00 00:00:00'),(29,'29','Nandi','7','Nandi','0000-00-00 00:00:00','0000-00-00 00:00:00'),(30,'30','Baringo','7','Baringo','0000-00-00 00:00:00','0000-00-00 00:00:00'),(31,'31','Laikipia','7','Laikipia','0000-00-00 00:00:00','0000-00-00 00:00:00'),(32,'32','Nakuru','7','Nakuru','0000-00-00 00:00:00','0000-00-00 00:00:00'),(33,'33','Narok','7','Narok','0000-00-00 00:00:00','0000-00-00 00:00:00'),(34,'34','Kajiado','7','Kajiado','0000-00-00 00:00:00','0000-00-00 00:00:00'),(35,'35','Kericho','7','Kericho','0000-00-00 00:00:00','0000-00-00 00:00:00'),(36,'36','Bomet','7','Bomet','0000-00-00 00:00:00','0000-00-00 00:00:00'),(37,'37','Kakamega','8','Kakamega','0000-00-00 00:00:00','0000-00-00 00:00:00'),(38,'38','Vihiga','8','Vihiga','0000-00-00 00:00:00','0000-00-00 00:00:00'),(39,'39','Bungoma','8','Bungoma','0000-00-00 00:00:00','0000-00-00 00:00:00'),(40,'40','Busia','8','Busia','0000-00-00 00:00:00','0000-00-00 00:00:00'),(41,'41','Siaya','6','Siaya','0000-00-00 00:00:00','0000-00-00 00:00:00'),(42,'42','Kisumu','6','Kisumu','0000-00-00 00:00:00','0000-00-00 00:00:00'),(43,'43','Homa Bay','6','Homa Bay','0000-00-00 00:00:00','0000-00-00 00:00:00'),(44,'44','Migori','6','Migori','0000-00-00 00:00:00','0000-00-00 00:00:00'),(45,'45','Kisii','6','Kisii','0000-00-00 00:00:00','0000-00-00 00:00:00'),(46,'46','Nyamira','6','Nyamira','0000-00-00 00:00:00','0000-00-00 00:00:00'),(47,'47','Nairobi','4','Nairobi','0000-00-00 00:00:00','0000-00-00 00:00:00'); /*!40000 ALTER TABLE `county` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `currency` -- DROP TABLE IF EXISTS `currency`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `currency` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `branchid` int(20) NOT NULL DEFAULT 1, `basecurrency` varchar(30) NOT NULL, `baseamount` varchar(30) NOT NULL, `tocurrency` varchar(30) NOT NULL, `toamount` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=40 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `currency` -- LOCK TABLES `currency` WRITE; /*!40000 ALTER TABLE `currency` DISABLE KEYS */; INSERT INTO `currency` VALUES (17,'USD','','2023-07-23 15:56:01','active','9','','1',1,'USD','1','','1'),(18,'TZS','','2023-07-23 15:57:10','active','9','','1',1,'USD','1','','2500'),(29,'EUR','','2023-09-28 09:06:17','active','1','','1',1,'EUR','1','','1'),(30,'GBP','','2023-09-28 09:06:28','active','1','','1',1,'GBP','1','','1'),(31,'KES','','2023-09-28 09:06:42','active','1','','1',1,'KES','1','','1'),(32,'TZS','','2023-09-28 09:07:01','active','1','','1',1,'TZS','1','','1'),(33,'KES','','2023-10-24 11:52:59','active','9','','1',1,'USD','1','','150'),(34,'EUR','','2023-10-29 10:31:44','active','9','','1',1,'USD','1','','0.94'),(35,'GBP','','2023-10-29 10:32:02','active','9','','1',1,'USD','1','','0.83'),(36,'USD','','2023-10-30 14:52:36','active','9','','1',1,'KES','1','','0.0067'),(37,'USD','','2023-11-06 12:36:08','active','9','','1',1,'TZS','1','','0.0004'),(39,'UG','','2025-03-10 22:20:16','active','1','','1',1,'KES','1','','28'); /*!40000 ALTER TABLE `currency` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `currencycodes` -- DROP TABLE IF EXISTS `currencycodes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `currencycodes` ( `id` int(50) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `code` varchar(50) NOT NULL, `description` text DEFAULT NULL, `status` varchar(50) NOT NULL, `symbol` varchar(50) NOT NULL, `sort_order` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=180 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `currencycodes` -- LOCK TABLES `currencycodes` WRITE; /*!40000 ALTER TABLE `currencycodes` DISABLE KEYS */; INSERT INTO `currencycodes` VALUES (1,'United Arab Emirates dirham','AED',NULL,'Y','AED','1'),(2,'Afghan afghani','AFN',NULL,'Y','AFN','2'),(3,'Albanian lek','ALL',NULL,'Y','ALL','3'),(4,'Armenian dram','AMD',NULL,'Y','AMD','4'),(5,'Netherlands Antillean guilder','ANG',NULL,'Y','ANG','5'),(6,'Angolan kwanza','AOA',NULL,'Y','AOA','6'),(7,'Argentine peso','ARS',NULL,'Y','ARS','7'),(8,'Australian dollar','AUD',NULL,'Y','AUD','8'),(9,'Aruban florin','AWG',NULL,'Y','AWG','9'),(10,'Azerbaijani manat','AZN',NULL,'Y','AZN','10'),(11,'Bosnia and Herzegovina convertible mark','BAM',NULL,'Y','BAM','11'),(12,'Barbados dollar','BBD',NULL,'Y','BBD','12'),(13,'Bangladeshi taka','BDT',NULL,'Y','BDT','13'),(14,'Bulgarian lev','BGN',NULL,'Y','BGN','14'),(15,'Bahraini dinar','BHD',NULL,'Y','BHD','15'),(16,'Burundian franc','BIF',NULL,'Y','BIF','16'),(17,'Bermudian dollar','BMD',NULL,'Y','BMD','17'),(18,'Brunei dollar','BND',NULL,'Y','BND','18'),(19,'Boliviano','BOB',NULL,'Y','BOB','19'),(20,'Bolivian Mvdol (funds code)','BOV',NULL,'Y','BOV','20'),(21,'Brazilian real','BRL',NULL,'Y','BRL','21'),(22,'Bahamian dollar','BSD',NULL,'Y','BSD','22'),(23,'Bhutanese ngultrum','BTN',NULL,'Y','BTN','23'),(24,'Botswana pula','BWP',NULL,'Y','BWP','24'),(25,'New Belarusian ruble','BYN',NULL,'Y','BYN','25'),(26,'Belarusian ruble','BYR',NULL,'Y','BYR','26'),(27,'Belize dollar','BZD',NULL,'Y','BZD','27'),(28,'Canadian dollar','CAD',NULL,'Y','CAD','28'),(29,'Congolese franc','CDF',NULL,'Y','CDF','29'),(30,'WIR Euro (complementary currency)','CHE',NULL,'Y','CHE','30'),(31,'Swiss franc','CHF',NULL,'Y','CHF','31'),(32,'WIR Franc (complementary currency)','CHW',NULL,'Y','CHW','32'),(33,'Unidad de Fomento (funds code)','CLF',NULL,'Y','CLF','33'),(34,'Chilean peso','CLP',NULL,'Y','CLP','34'),(35,'Chinese yuan','CNY',NULL,'Y','CNY','35'),(36,'Colombian peso','COP',NULL,'Y','COP','36'),(37,'Unidad de Valor Real (UVR) (funds code)','COU',NULL,'Y','COU','37'),(38,'Costa Rican colon','CRC',NULL,'Y','CRC','38'),(39,'Cuban convertible peso','CUC',NULL,'Y','CUC','39'),(40,'Cuban peso','CUP',NULL,'Y','CUP','40'),(41,'Cape Verde escudo','CVE',NULL,'Y','CVE','41'),(42,'Czech koruna','CZK',NULL,'Y','CZK','42'),(43,'Djiboutian franc','DJF',NULL,'Y','DJF','43'),(44,'Danish krone','DKK',NULL,'Y','DKK','44'),(45,'Dominican peso','DOP',NULL,'Y','DOP','45'),(46,'Algerian dinar','DZD',NULL,'Y','DZD','46'),(47,'Egyptian pound','EGP',NULL,'Y','EGP','47'),(48,'Eritrean nakfa','ERN',NULL,'Y','ERN','48'),(49,'Ethiopian birr','ETB',NULL,'Y','ETB','49'),(50,'Euro','EUR',NULL,'Y','EUR','50'),(51,'Fiji dollar','FJD',NULL,'Y','FJD','51'),(52,'Falkland Islands pound','FKP',NULL,'Y','FKP','52'),(53,'Pound sterling','GBP',NULL,'Y','GBP','53'),(54,'Georgian lari','GEL',NULL,'Y','GEL','54'),(55,'Ghanaian cedi','GHS',NULL,'Y','GHS','55'),(56,'Gibraltar pound','GIP',NULL,'Y','GIP','56'),(57,'Gambian dalasi','GMD',NULL,'Y','GMD','57'),(58,'Guinean franc','GNF',NULL,'Y','GNF','58'),(59,'Guatemalan quetzal','GTQ',NULL,'Y','GTQ','59'),(60,'Guyanese dollar','GYD',NULL,'Y','GYD','60'),(61,'Hong Kong dollar','HKD',NULL,'Y','HKD','61'),(62,'Honduran lempira','HNL',NULL,'Y','HNL','62'),(63,'Croatian kuna','HRK',NULL,'Y','HRK','63'),(64,'Haitian gourde','HTG',NULL,'Y','HTG','64'),(65,'Hungarian forint','HUF',NULL,'Y','HUF','65'),(66,'Indonesian rupiah','IDR',NULL,'Y','IDR','66'),(67,'Israeli new shekel','ILS',NULL,'Y','ILS','67'),(68,'Indian rupee','INR',NULL,'Y','INR','68'),(69,'Iraqi dinar','IQD',NULL,'Y','IQD','69'),(70,'Iranian rial','IRR',NULL,'Y','IRR','70'),(71,'Icelandic króna','ISK',NULL,'Y','ISK','71'),(72,'Jamaican dollar','JMD',NULL,'Y','JMD','72'),(73,'Jordanian dinar','JOD',NULL,'Y','JOD','73'),(74,'Japanese yen','JPY',NULL,'Y','JPY','74'),(75,'Kenyan shilling','KES',NULL,'Y','KES','75'),(76,'Kyrgyzstani som','KGS',NULL,'Y','KGS','76'),(77,'Cambodian riel','KHR',NULL,'Y','KHR','77'),(78,'Comoro franc','KMF',NULL,'Y','KMF','78'),(79,'North Korean won','KPW',NULL,'Y','KPW','79'),(80,'South Korean won','KRW',NULL,'Y','KRW','80'),(81,'Kuwaiti dinar','KWD',NULL,'Y','KWD','81'),(82,'Cayman Islands dollar','KYD',NULL,'Y','KYD','82'),(83,'Kazakhstani tenge','KZT',NULL,'Y','KZT','83'),(84,'Lao kip','LAK',NULL,'Y','LAK','84'),(85,'Lebanese pound','LBP',NULL,'Y','LBP','85'),(86,'Sri Lankan rupee','LKR',NULL,'Y','LKR','86'),(87,'Liberian dollar','LRD',NULL,'Y','LRD','87'),(88,'Lesotho loti','LSL',NULL,'Y','LSL','88'),(89,'Libyan dinar','LYD',NULL,'Y','LYD','89'),(90,'Moroccan dirham','MAD',NULL,'Y','MAD','90'),(91,'Moldovan leu','MDL',NULL,'Y','MDL','91'),(92,'Malagasy ariary','MGA',NULL,'Y','MGA','92'),(93,'Macedonian denar','MKD',NULL,'Y','MKD','93'),(94,'Myanmar kyat','MMK',NULL,'Y','MMK','94'),(95,'Mongolian tögrög','MNT',NULL,'Y','MNT','95'),(96,'Macanese pataca','MOP',NULL,'Y','MOP','96'),(97,'Mauritanian ouguiya','MRO',NULL,'Y','MRO','97'),(98,'Mauritian rupee','MUR',NULL,'Y','MUR','98'),(99,'Maldivian rufiyaa','MVR',NULL,'Y','MVR','99'),(100,'Malawian kwacha','MWK',NULL,'Y','MWK','100'),(101,'Mexican peso','MXN',NULL,'Y','MXN','101'),(102,'Mexican Unidad de Inversion (UDI) (funds code)','MXV',NULL,'Y','MXV','102'),(103,'Malaysian ringgit','MYR',NULL,'Y','MYR','103'),(104,'Mozambican metical','MZN',NULL,'Y','MZN','104'),(105,'Namibian dollar','NAD',NULL,'Y','NAD','105'),(106,'Nigerian naira','NGN',NULL,'Y','NGN','106'),(107,'Nicaraguan córdoba','NIO',NULL,'Y','NIO','107'),(108,'Norwegian krone','NOK',NULL,'Y','NOK','108'),(109,'Nepalese rupee','NPR',NULL,'Y','NPR','109'),(110,'New Zealand dollar','NZD',NULL,'Y','NZD','110'),(111,'Omani rial','OMR',NULL,'Y','OMR','111'),(112,'Panamanian balboa','PAB',NULL,'Y','PAB','112'),(113,'Peruvian Sol','PEN',NULL,'Y','PEN','113'),(114,'Papua New Guinean kina','PGK',NULL,'Y','PGK','114'),(115,'Philippine peso','PHP',NULL,'Y','PHP','115'),(116,'Pakistani rupee','PKR',NULL,'Y','PKR','116'),(117,'Polish zloty','PLN',NULL,'Y','PLN','117'),(118,'Paraguayan guaraní','PYG',NULL,'Y','PYG','118'),(119,'Qatari riyal','QAR',NULL,'Y','QAR','119'),(120,'Romanian leu','RON',NULL,'Y','RON','120'),(121,'Serbian dinar','RSD',NULL,'Y','RSD','121'),(122,'Russian ruble','RUB',NULL,'Y','RUB','122'),(123,'Rwandan franc','RWF',NULL,'Y','RWF','123'),(124,'Saudi riyal','SAR',NULL,'Y','SAR','124'),(125,'Solomon Islands dollar','SBD',NULL,'Y','SBD','125'),(126,'Seychelles rupee','SCR',NULL,'Y','SCR','126'),(127,'Sudanese pound','SDG',NULL,'Y','SDG','127'),(128,'Swedish krona/kronor','SEK',NULL,'Y','SEK','128'),(129,'Singapore dollar','SGD',NULL,'Y','SGD','129'),(130,'Saint Helena pound','SHP',NULL,'Y','SHP','130'),(131,'Sierra Leonean leone','SLL',NULL,'Y','SLL','131'),(132,'Somali shilling','SOS',NULL,'Y','SOS','132'),(133,'Surinamese dollar','SRD',NULL,'Y','SRD','133'),(134,'South Sudanese pound','SSP',NULL,'Y','SSP','134'),(135,'São Tomé and Príncipe dobra','STD',NULL,'Y','STD','135'),(136,'Salvadoran colón','SVC',NULL,'Y','SVC','136'),(137,'Syrian pound','SYP',NULL,'Y','SYP','137'),(138,'Swazi lilangeni','SZL',NULL,'Y','SZL','138'),(139,'Thai baht','THB',NULL,'Y','THB','139'),(140,'Tajikistani somoni','TJS',NULL,'Y','TJS','140'),(141,'Turkmenistani manat','TMT',NULL,'Y','TMT','141'),(142,'Tunisian dinar','TND',NULL,'Y','TND','142'),(143,'Tongan pa?anga','TOP',NULL,'Y','TOP','143'),(144,'Turkish lira','TRY',NULL,'Y','TRY','144'),(145,'Trinidad and Tobago dollar','TTD',NULL,'Y','TTD','145'),(146,'New Taiwan dollar','TWD',NULL,'Y','TWD','146'),(147,'Tanzanian shilling','TZS',NULL,'Y','TZS','147'),(148,'Ukrainian hryvnia','UAH',NULL,'Y','UAH','148'),(149,'Ugandan shilling','UGX',NULL,'Y','UGX','149'),(150,'United States dollar','USD',NULL,'Y','USD','150'),(151,'United States dollar (next day) (funds code)','USN',NULL,'Y','USN','151'),(152,'Uruguay Peso en Unidades Indexadas (URUIURUI) (funds code)','UYI',NULL,'Y','UYI','152'),(153,'Uruguayan peso','UYU',NULL,'Y','UYU','153'),(154,'Uzbekistan som','UZS',NULL,'Y','UZS','154'),(155,'Venezuelan bolívar','VEF',NULL,'Y','VEF','155'),(156,'Vietnamese dong','VND',NULL,'Y','VND','156'),(157,'Vanuatu vatu','VUV',NULL,'Y','VUV','157'),(158,'Samoan tala','WST',NULL,'Y','WST','158'),(159,'CFA franc BEAC','XAF',NULL,'Y','XAF','159'),(160,'Silver (one troy ounce)','XAG',NULL,'Y','XAG','160'),(161,'Gold (one troy ounce)','XAU',NULL,'Y','XAU','161'),(162,'European Composite Unit (EURCO) (bond market unit)','XBA',NULL,'Y','XBA','162'),(163,'European Monetary Unit (E.M.U.-6) (bond market unit)','XBB',NULL,'Y','XBB','163'),(164,'European Unit of Account 9 (E.U.A.-9) (bond market unit)','XBC',NULL,'Y','XBC','164'),(165,'European Unit of Account 17 (E.U.A.-17) (bond market unit)','XBD',NULL,'Y','XBD','165'),(166,'East Caribbean dollar','XCD',NULL,'Y','XCD','166'),(167,'Special drawing rights','XDR',NULL,'Y','XDR','167'),(168,'CFA franc BCEAO','XOF',NULL,'Y','XOF','168'),(169,'Palladium (one troy ounce)','XPD',NULL,'Y','XPD','169'),(170,'CFP franc (franc Pacifique)','XPF',NULL,'Y','XPF','170'),(171,'Platinum (one troy ounce)','XPT',NULL,'Y','XPT','171'),(172,'SUCRE','XSU',NULL,'Y','XSU','172'),(173,'Code reserved for testing purposes','XTS',NULL,'Y','XTS','173'),(174,'ADB Unit of Account','XUA',NULL,'Y','XUA','174'),(175,'No currency','XXX',NULL,'Y','XXX','175'),(176,'Yemeni rial','YER',NULL,'Y','YER','176'),(177,'South African rand','ZAR',NULL,'Y','ZAR','177'),(178,'Zambian kwacha','ZMW',NULL,'Y','ZMW','178'),(179,'Zimbabwean dollar A/10','ZWL',NULL,'Y','ZWL','179'); /*!40000 ALTER TABLE `currencycodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `customedproductcategory` -- DROP TABLE IF EXISTS `customedproductcategory`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `customedproductcategory` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `branchid` varchar(30) NOT NULL, `commission` varchar(20) NOT NULL DEFAULT '0', `shipping` varchar(20) NOT NULL, `type` varchar(30) NOT NULL DEFAULT 'Percentage', `imgid` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `customedproductcategory` -- LOCK TABLES `customedproductcategory` WRITE; /*!40000 ALTER TABLE `customedproductcategory` DISABLE KEYS */; /*!40000 ALTER TABLE `customedproductcategory` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `customer` -- DROP TABLE IF EXISTS `customer`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `customer` ( `id` int(11) NOT NULL AUTO_INCREMENT, `firstname` varchar(100) NOT NULL, `surname` varchar(50) NOT NULL, `username` varchar(100) NOT NULL, `phone` varchar(100) NOT NULL, `business` varchar(50) NOT NULL, `county` varchar(50) NOT NULL, `createddate` varchar(50) NOT NULL, `password` varchar(30) NOT NULL, `website` varchar(100) NOT NULL, `dob` varchar(50) NOT NULL, `idno` varchar(50) NOT NULL, `description` text NOT NULL, `box` varchar(50) NOT NULL, `source` varchar(50) DEFAULT NULL, `town` varchar(50) NOT NULL, `country` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `category` varchar(50) NOT NULL, `apiaccount_id` varchar(30) NOT NULL DEFAULT '1', `recoverpassword` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'new', `companyid` int(10) NOT NULL DEFAULT 1, `service` text NOT NULL, `usertype` varchar(50) DEFAULT NULL, `smstype` int(10) NOT NULL DEFAULT 2, `refer` text NOT NULL, `email` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `customer` -- LOCK TABLES `customer` WRITE; /*!40000 ALTER TABLE `customer` DISABLE KEYS */; /*!40000 ALTER TABLE `customer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `customerfiscalyear` -- DROP TABLE IF EXISTS `customerfiscalyear`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `customerfiscalyear` ( `id` int(40) NOT NULL AUTO_INCREMENT, `name` varchar(60) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'active', `startdate` datetime NOT NULL, `enddate` datetime NOT NULL, `companyid` int(11) NOT NULL, `userid` int(11) NOT NULL, `createdate` varchar(30) NOT NULL, `opening` decimal(10,2) NOT NULL, `closing` decimal(10,2) NOT NULL, `priority` int(11) NOT NULL, `number` varchar(50) NOT NULL, `branchid` int(11) NOT NULL DEFAULT 1, `category` varchar(20) NOT NULL DEFAULT 'customer', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `customerfiscalyear` -- LOCK TABLES `customerfiscalyear` WRITE; /*!40000 ALTER TABLE `customerfiscalyear` DISABLE KEYS */; INSERT INTO `customerfiscalyear` VALUES (1,'','active','2022-00-00 00:00:00','2021-00-00 00:00:00',1,1,'\r\n<div style=\"border:1px solid',3333.00,44444.00,0,'1',0,'member'); /*!40000 ALTER TABLE `customerfiscalyear` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `customersupplierbalance` -- DROP TABLE IF EXISTS `customersupplierbalance`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `customersupplierbalance` ( `id` int(40) NOT NULL AUTO_INCREMENT, `description` varchar(60) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'active', `startdate` datetime NOT NULL, `enddate` datetime NOT NULL, `companyid` int(11) NOT NULL, `userid` int(11) NOT NULL, `createdate` varchar(30) NOT NULL, `opening` decimal(10,2) NOT NULL, `closing` decimal(10,2) NOT NULL, `priority` int(11) NOT NULL, `number` varchar(50) NOT NULL, `branchid` int(11) NOT NULL DEFAULT 1, `customerid` int(11) NOT NULL, `type` varchar(20) NOT NULL DEFAULT 'customer', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `customersupplierbalance` -- LOCK TABLES `customersupplierbalance` WRITE; /*!40000 ALTER TABLE `customersupplierbalance` DISABLE KEYS */; /*!40000 ALTER TABLE `customersupplierbalance` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dailycharges` -- DROP TABLE IF EXISTS `dailycharges`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `dailycharges` ( `myinvoice` varchar(50) DEFAULT NULL, `id` int(11) NOT NULL AUTO_INCREMENT, `invoice` varchar(100) NOT NULL, `code` varchar(100) NOT NULL, `qty` varchar(10) NOT NULL, `amount` varchar(100) NOT NULL, `salestype` varchar(100) NOT NULL, `discount` varchar(100) NOT NULL, `dateposted` varchar(50) NOT NULL, `address` text NOT NULL, `description` text NOT NULL, `user` varchar(50) NOT NULL, `bprice` varchar(50) NOT NULL, `type` varchar(50) NOT NULL DEFAULT 'cash', `tax` decimal(10,2) NOT NULL, `sprice` varchar(100) NOT NULL, `balance` varchar(50) NOT NULL, `customer` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `mode` varchar(50) NOT NULL DEFAULT '16', `companyid` varchar(100) NOT NULL, `date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `maincategory` varchar(50) NOT NULL, `category` varchar(50) NOT NULL, `status` varchar(30) DEFAULT 'checkin', `branch` varchar(30) NOT NULL, `ordersales` varchar(20) NOT NULL DEFAULT 'new', `uom` varchar(30) NOT NULL, `sales` varchar(30) NOT NULL, `updatedat` varchar(50) NOT NULL, `updatedby` varchar(10) NOT NULL, `taxindicator` varchar(10) NOT NULL DEFAULT 'yes', `serial` varchar(50) DEFAULT NULL, `tax2` varchar(20) NOT NULL, `discountype` varchar(20) NOT NULL, `discountvalue` varchar(20) NOT NULL, `vattype` varchar(20) NOT NULL, `taxable` decimal(10,2) NOT NULL, `uomqty` varchar(30) NOT NULL DEFAULT '0', `stockbefore` varchar(30) NOT NULL, `stockafter` varchar(30) NOT NULL, `taxtype` varchar(30) NOT NULL DEFAULT 'Inclusive', `stock` varchar(20) NOT NULL DEFAULT 'branch', `producttype` varchar(30) NOT NULL, `assetaccount` varchar(30) NOT NULL, `salesaccount` varchar(30) NOT NULL, `expenseaccount` varchar(30) DEFAULT NULL, `start` varchar(20) NOT NULL, `close` varchar(20) NOT NULL, `transactioncode` varchar(50) NOT NULL, `name` varchar(20) NOT NULL, `chargeid` varchar(20) NOT NULL, `plotno` varchar(20) NOT NULL, `houseno` varchar(20) NOT NULL, `cost` varchar(20) NOT NULL, `createdat` varchar(30) NOT NULL, `discountedtotal` varchar(20) DEFAULT NULL, `idno` varchar(20) DEFAULT NULL, `phone` varchar(50) DEFAULT NULL, `checkin` varchar(30) DEFAULT NULL, `checkout` varchar(30) DEFAULT NULL, `roomtype` varchar(20) DEFAULT NULL, `bedid` varchar(20) DEFAULT NULL, `bedname` varchar(20) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `myinvoice` (`myinvoice`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `dailycharges` -- LOCK TABLES `dailycharges` WRITE; /*!40000 ALTER TABLE `dailycharges` DISABLE KEYS */; /*!40000 ALTER TABLE `dailycharges` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dailycollections` -- DROP TABLE IF EXISTS `dailycollections`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `dailycollections` ( `id` int(40) NOT NULL AUTO_INCREMENT, `idno` varchar(50) NOT NULL, `description` text NOT NULL, `userid` varchar(50) NOT NULL, `createdat` varchar(50) NOT NULL, `updatedat` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `amount` varchar(30) NOT NULL, `name` varchar(30) NOT NULL, `total` varchar(30) NOT NULL, `balance` varchar(30) NOT NULL, `mpesa` varchar(30) NOT NULL, `card` varchar(30) NOT NULL, `credit` varchar(30) NOT NULL, `voucher` varchar(10) NOT NULL, `cheque` varchar(30) NOT NULL, `points` varchar(30) NOT NULL, `controller` varchar(30) NOT NULL, `expense` varchar(30) NOT NULL, `cash` varchar(30) NOT NULL, `discount` varchar(30) NOT NULL, `entrydate` varchar(30) NOT NULL, `contact` varchar(30) NOT NULL, `transactioncode` varchar(30) NOT NULL, `status` varchar(30) NOT NULL DEFAULT 'active', `tax` decimal(10,2) NOT NULL, `sort` decimal(10,2) NOT NULL, `sortmoney` decimal(10,2) NOT NULL, `transactiondate` varchar(30) NOT NULL, `branchid` int(11) NOT NULL, `openingbalance` decimal(10,2) NOT NULL, `closingbalance` decimal(10,2) NOT NULL, `cashcollected` decimal(10,2) NOT NULL, `totalsales` decimal(10,2) NOT NULL, `debt` decimal(10,0) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `dailycollections` -- LOCK TABLES `dailycollections` WRITE; /*!40000 ALTER TABLE `dailycollections` DISABLE KEYS */; /*!40000 ALTER TABLE `dailycollections` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dailytasks` -- DROP TABLE IF EXISTS `dailytasks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `dailytasks` ( `id` int(30) NOT NULL AUTO_INCREMENT, `branchid` int(11) DEFAULT NULL, `status` varchar(11) NOT NULL DEFAULT 'active', `userid` int(30) NOT NULL, `createdate` varchar(30) NOT NULL, `companyid` int(11) NOT NULL, `updateddate` varchar(40) NOT NULL, `taskid` int(11) NOT NULL, `achieved` varchar(20) NOT NULL, `period` varchar(20) NOT NULL, `description` text NOT NULL, `exactdate` varchar(30) NOT NULL, `day` varchar(20) NOT NULL, `comment` text NOT NULL, `updatedby` int(11) NOT NULL, `mykey` varchar(50) NOT NULL, `approval` varchar(20) NOT NULL, PRIMARY KEY (`id`), KEY `contract` (`branchid`), KEY `type` (`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Add or sub entitlement for employees or contracts'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `dailytasks` -- LOCK TABLES `dailytasks` WRITE; /*!40000 ALTER TABLE `dailytasks` DISABLE KEYS */; /*!40000 ALTER TABLE `dailytasks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `damages` -- DROP TABLE IF EXISTS `damages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `damages` ( `id` int(10) NOT NULL AUTO_INCREMENT, `expendituretype` varchar(50) NOT NULL, `user` varchar(50) NOT NULL, `qty` varchar(50) NOT NULL, `details` text NOT NULL, `datedamaged` varchar(50) NOT NULL, `incharge` varchar(40) NOT NULL, `product` text NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(30) NOT NULL, `entrydate` varchar(50) NOT NULL, `supplier` varchar(30) NOT NULL, `original` decimal(10,2) NOT NULL, `balance` decimal(10,2) NOT NULL, `branchid` int(5) DEFAULT 1, `invoice` varchar(50) NOT NULL, `buyingprice` varchar(20) NOT NULL, `ttbrice` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `damages` -- LOCK TABLES `damages` WRITE; /*!40000 ALTER TABLE `damages` DISABLE KEYS */; /*!40000 ALTER TABLE `damages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `deals` -- DROP TABLE IF EXISTS `deals`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `deals` ( `id` int(50) NOT NULL AUTO_INCREMENT, `owner` varchar(100) NOT NULL, `title` varchar(100) NOT NULL, `contact` varchar(100) NOT NULL, `type` varchar(100) NOT NULL, `nextstep` text NOT NULL, `contactname` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `fromdate` datetime NOT NULL, `todate` datetime NOT NULL, `probability` varchar(100) NOT NULL, `expectedrevenue` varchar(100) NOT NULL, `stage` varchar(100) NOT NULL, `status` varchar(100) NOT NULL DEFAULT 'active', `comments` text NOT NULL, `userid` varchar(100) NOT NULL, `dateposted` datetime NOT NULL, `companyid` varchar(100) NOT NULL, `allsteps` text NOT NULL, `dealowner` varchar(30) NOT NULL, `branchid` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB 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 `dealsfeedback` -- DROP TABLE IF EXISTS `dealsfeedback`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `dealsfeedback` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `dealsfeedback` -- LOCK TABLES `dealsfeedback` WRITE; /*!40000 ALTER TABLE `dealsfeedback` DISABLE KEYS */; /*!40000 ALTER TABLE `dealsfeedback` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dealstatus` -- DROP TABLE IF EXISTS `dealstatus`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `dealstatus` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(45) DEFAULT NULL, `companyid` int(11) NOT NULL DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `dealstatus` -- LOCK TABLES `dealstatus` WRITE; /*!40000 ALTER TABLE `dealstatus` DISABLE KEYS */; INSERT INTO `dealstatus` VALUES (1,'Interested',1),(2,'Not Interested',1),(3,'Closed',1),(4,'Don\'t Call me again',1),(5,'Ordered',1),(6,'Not Ordered',1),(7,'Not Picking',1),(8,'Call Later',1); /*!40000 ALTER TABLE `dealstatus` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `debitcredit` -- DROP TABLE IF EXISTS `debitcredit`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `debitcredit` ( `id` int(30) NOT NULL AUTO_INCREMENT, `account` varchar(50) NOT NULL, `code` varchar(50) NOT NULL, `crateddate` datetime NOT NULL, `debit` decimal(10,2) DEFAULT NULL, `credit` decimal(10,2) DEFAULT NULL, `balance` varchar(20) NOT NULL, `userid` varchar(20) NOT NULL, `companyid` varchar(20) NOT NULL, `description` text NOT NULL, `branch` varchar(30) NOT NULL, `supplier` varchar(30) NOT NULL, `type` varchar(30) NOT NULL, `refno` varchar(30) NOT NULL, `mode` varchar(50) NOT NULL, `confirm` varchar(30) NOT NULL DEFAULT 'No', `updatedat` varchar(30) DEFAULT NULL, `updatedby` int(11) DEFAULT NULL, `transactioncode` varchar(50) NOT NULL, PRIMARY KEY (`id`), KEY `id` (`id`,`account`,`code`,`userid`,`branch`) ) ENGINE=InnoDB AUTO_INCREMENT=16241 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `debitcredit` -- LOCK TABLES `debitcredit` WRITE; /*!40000 ALTER TABLE `debitcredit` DISABLE KEYS */; INSERT INTO `debitcredit` VALUES (1,'1000','11745402113','2025-04-23 12:56:46',50.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2,'4000','11745402113','2025-04-23 12:56:46',NULL,50.00,'','1','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3,'1000','11745409950','2025-04-23 15:06:12',50.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4,'4000','11745409950','2025-04-23 15:06:12',NULL,50.00,'','1','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5,'1000','11745415370','2025-04-23 16:36:24',250.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6,'4000','11745415370','2025-04-23 16:36:24',NULL,250.00,'','1','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(7,'1000','11745415394','2025-04-23 16:37:01',250.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8,'4000','11745415394','2025-04-23 16:37:01',NULL,250.00,'','1','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(9,'1000','31745426279','2025-04-23 19:39:40',50.00,NULL,'','3','1','Good sold','1','','sales','','','No',NULL,NULL,'tygfg'),(10,'4000','31745426279','2025-04-23 19:39:40',NULL,50.00,'','3','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11,'1000','11745431639','2025-04-23 21:07:32',50.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12,'4000','11745431639','2025-04-23 21:07:32',NULL,50.00,'','1','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13,'1000','11745431659','2025-04-23 21:08:02',50.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14,'4000','11745431659','2025-04-23 21:08:02',NULL,50.00,'','1','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15,'1000','11745434919','2025-04-23 22:02:27',1120.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16,'4000','11745434919','2025-04-23 22:02:27',NULL,1120.00,'','1','1','Good sold','1','','sales','37','','No',NULL,NULL,''),(19,'1000','11745434966','2025-04-23 22:04:42',1170.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(20,'4000','11745434966','2025-04-23 22:04:42',NULL,1120.00,'','1','1','Good sold','1','','sales','37','','No',NULL,NULL,''),(21,'4000','11745434966','2025-04-23 22:02:46',NULL,50.00,'','1','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(22,'1000','11745440464','2025-04-23 23:34:44',1120.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(23,'4000','11745440464','2025-04-23 23:34:44',NULL,1120.00,'','1','1','Good sold','1','','sales','37','','No',NULL,NULL,''),(24,'1000','11745440495','2025-04-23 23:35:14',1120.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(25,'4000','11745440495','2025-04-23 23:35:14',NULL,1120.00,'','1','1','Good sold','1','','sales','37','','No',NULL,NULL,''),(26,'1000','11745440859','2025-04-23 23:41:11',2.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(27,'4000','11745440859','2025-04-23 23:41:11',NULL,2.00,'','1','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(28,'1000','11745441738','2025-04-23 23:55:52',2.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(29,'4000','11745441738','2025-04-23 23:55:52',NULL,2.00,'','1','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(30,'1000','11745442014','2025-04-24 00:00:34',2.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(31,'4000','11745442014','2025-04-24 00:00:34',NULL,2.00,'','1','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(32,'1000','11745442186','2025-04-24 00:03:18',2.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(33,'4000','11745442186','2025-04-24 00:03:18',NULL,2.00,'','1','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(34,'1000','11745498245','2025-04-24 15:37:39',2.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(35,'4000','11745498245','2025-04-24 15:37:39',NULL,2.00,'','1','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(36,'1000','11745498291','2025-04-24 15:38:26',2.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(37,'4000','11745498291','2025-04-24 15:38:26',NULL,2.00,'','1','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(38,'1000','11745498775','2025-04-24 15:46:28',2.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(39,'4000','11745498775','2025-04-24 15:46:28',NULL,2.00,'','1','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(40,'1000','11745499629','2025-04-24 16:01:55',52.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(41,'4000','11745499629','2025-04-24 16:01:55',NULL,2.00,'','1','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(42,'4000','11745499629','2025-04-24 16:00:29',NULL,50.00,'','1','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(45,'1000','11745499740','2025-04-24 16:02:38',1170.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(46,'4000','11745499740','2025-04-24 16:02:38',NULL,1120.00,'','1','1','Good sold','1','','sales','37','','No',NULL,NULL,''),(47,'4000','11745499740','2025-04-24 16:02:20',NULL,50.00,'','1','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(48,'1000','11745500718','2025-04-24 16:18:48',50.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(49,'4000','11745500718','2025-04-24 16:18:48',NULL,50.00,'','1','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(55,'1000','11745501271','2025-04-24 16:28:01',52.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(56,'4000','11745501271','2025-04-24 16:28:01',NULL,2.00,'','1','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(57,'4000','11745501271','2025-04-24 16:27:51',NULL,50.00,'','1','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(58,'1000','11745501469','2025-04-24 16:31:47',50.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(59,'4000','11745501469','2025-04-24 16:31:47',NULL,50.00,'','1','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(60,'1000','11745503163','2025-04-24 16:59:48',50.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(61,'4000','11745503163','2025-04-24 16:59:48',NULL,50.00,'','1','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(62,'1000','11745503218','2025-04-24 17:01:05',50.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(63,'4000','11745503218','2025-04-24 17:01:05',NULL,50.00,'','1','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(64,'1000','11745503338','2025-04-24 17:02:38',300.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(65,'4000','11745503338','2025-04-24 17:02:38',NULL,300.00,'','1','1','Good sold','1','','sales','64','','No',NULL,NULL,''),(66,'1000','11745503497','2025-04-24 17:05:02',2.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(67,'4000','11745503497','2025-04-24 17:05:02',NULL,2.00,'','1','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(68,'1000','11745503551','2025-04-24 17:06:20',2.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(69,'4000','11745503551','2025-04-24 17:06:20',NULL,2.00,'','1','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(70,'1000','11745503586','2025-04-24 17:06:58',50.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(71,'4000','11745503586','2025-04-24 17:06:58',NULL,50.00,'','1','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(72,'1000','11745506128','2025-04-24 17:48:59',2.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(73,'4000','11745506128','2025-04-24 17:48:59',NULL,2.00,'','1','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(74,'1000','11745503512','2025-04-24 17:56:19',50.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(75,'4000','11745503512','2025-04-24 17:56:19',NULL,50.00,'','1','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(76,'1000','11745506584','2025-04-24 17:57:58',50.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(77,'4000','11745506584','2025-04-24 17:57:58',NULL,50.00,'','1','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(78,'1000','11745506825','2025-04-24 18:02:31',400.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(79,'4000','11745506825','2025-04-24 18:02:31',NULL,200.00,'','1','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(80,'4000','11745506825','2025-04-24 18:00:25',NULL,50.00,'','1','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(81,'4000','11745506825','2025-04-24 18:01:41',NULL,100.00,'','1','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(82,'4000','11745506825','2025-04-24 18:01:54',NULL,50.00,'','1','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(98,'1000','11745507261','2025-04-24 18:14:42',1570.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(99,'4000','11745507261','2025-04-24 18:14:42',NULL,200.00,'','1','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(100,'4000','11745507261','2025-04-24 18:07:41',NULL,1120.00,'','1','1','Good sold','1','','sales','37','','No',NULL,NULL,''),(101,'4000','11745507261','2025-04-24 18:10:38',NULL,50.00,'','1','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(102,'4000','11745507261','2025-04-24 18:12:54',NULL,200.00,'','1','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(109,'1000','11745508903','2025-04-24 18:37:04',1270.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(110,'4000','11745508903','2025-04-24 18:37:04',NULL,50.00,'','1','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(111,'4000','11745508903','2025-04-24 18:35:04',NULL,1120.00,'','1','1','Good sold','1','','sales','37','','No',NULL,NULL,''),(112,'4000','11745508903','2025-04-24 18:36:30',NULL,100.00,'','1','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(113,'1000','11745511533','2025-04-24 19:19:13',1120.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(114,'4000','11745511533','2025-04-24 19:19:13',NULL,1120.00,'','1','1','Good sold','1','','sales','37','','No',NULL,NULL,''),(115,'1000','11745512690','2025-04-24 19:39:39',3516.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(116,'4000','11745512690','2025-04-24 19:39:39',NULL,50.00,'','1','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(117,'4000','11745512690','2025-04-24 19:38:10',NULL,6.00,'','1','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(118,'4000','11745512690','2025-04-24 19:38:29',NULL,3360.00,'','1','1','Good sold','1','','sales','37','','No',NULL,NULL,''),(119,'4000','11745512690','2025-04-24 19:38:52',NULL,100.00,'','1','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(120,'1000','41745513084','2025-04-24 19:47:14',500.00,NULL,'','4','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(121,'4000','41745513084','2025-04-24 19:47:14',NULL,0.00,'','4','1','Good sold','1','','sales','51','','No',NULL,NULL,''),(122,'4000','41745513084','2025-04-24 19:44:44',NULL,100.00,'','4','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(123,'4000','41745513084','2025-04-24 19:45:12',NULL,100.00,'','4','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(124,'4000','41745513084','2025-04-24 19:45:53',NULL,300.00,'','4','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(125,'1000','61745514907','2025-04-24 20:17:30',700.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(126,'4000','61745514907','2025-04-24 20:17:30',NULL,200.00,'','6','1','Good sold','1','','sales','20','','No',NULL,NULL,''),(127,'4000','61745514907','2025-04-24 20:15:07',NULL,100.00,'','6','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(128,'4000','61745514907','2025-04-24 20:16:17',NULL,400.00,'','6','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(129,'1000','11745514947','2025-04-24 20:26:03',1320.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(130,'4000','11745514947','2025-04-24 20:26:03',NULL,1120.00,'','1','1','Good sold','1','','sales','37','','No',NULL,NULL,''),(131,'4000','11745514947','2025-04-24 20:15:47',NULL,100.00,'','1','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(132,'4000','11745514947','2025-04-24 20:16:23',NULL,100.00,'','1','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(133,'1000','11745566170','2025-04-25 10:30:10',102.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(134,'4000','11745566170','2025-04-25 10:30:10',NULL,2.00,'','1','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(135,'4000','11745566170','2025-04-25 10:29:30',NULL,100.00,'','1','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(136,'1000','11745567475','2025-04-25 10:51:44',1220.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(137,'4000','11745567475','2025-04-25 10:51:44',NULL,100.00,'','1','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(138,'4000','11745567475','2025-04-25 10:51:15',NULL,1120.00,'','1','1','Good sold','1','','sales','37','','No',NULL,NULL,''),(142,'1000','11745567524','2025-04-25 10:53:47',1220.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(143,'4000','11745567524','2025-04-25 10:53:47',NULL,1120.00,'','1','1','Good sold','1','','sales','37','','No',NULL,NULL,''),(144,'4000','11745567524','2025-04-25 10:52:04',NULL,100.00,'','1','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(145,'1000','11745567896','2025-04-25 10:58:46',1220.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(146,'4000','11745567896','2025-04-25 10:58:46',NULL,100.00,'','1','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(147,'4000','11745567896','2025-04-25 10:58:16',NULL,1120.00,'','1','1','Good sold','1','','sales','37','','No',NULL,NULL,''),(148,'1000','11745568080','2025-04-25 11:02:21',1220.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(149,'4000','11745568080','2025-04-25 11:02:21',NULL,100.00,'','1','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(150,'4000','11745568080','2025-04-25 11:01:20',NULL,1120.00,'','1','1','Good sold','1','','sales','37','','No',NULL,NULL,''),(151,'1000','11745569515','2025-04-25 11:25:26',1120.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(152,'4000','11745569515','2025-04-25 11:25:26',NULL,1120.00,'','1','1','Good sold','1','','sales','37','','No',NULL,NULL,''),(153,'1000','11745569670','2025-04-25 11:28:09',1120.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(154,'4000','11745569670','2025-04-25 11:28:09',NULL,1120.00,'','1','1','Good sold','1','','sales','37','','No',NULL,NULL,''),(155,'1000','11745569533','2025-04-25 11:34:51',1120.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(156,'4000','11745569533','2025-04-25 11:34:51',NULL,1120.00,'','1','1','Good sold','1','','sales','37','','No',NULL,NULL,''),(157,'1000','11745570897','2025-04-25 11:48:43',1120.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(158,'4000','11745570897','2025-04-25 11:48:43',NULL,1120.00,'','1','1','Good sold','1','','sales','37','','No',NULL,NULL,''),(159,'1000','11745570928','2025-04-25 11:49:44',1120.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(160,'4000','11745570928','2025-04-25 11:49:44',NULL,1120.00,'','1','1','Good sold','1','','sales','37','','No',NULL,NULL,''),(161,'1000','11745571151','2025-04-25 11:52:43',1120.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(162,'4000','11745571151','2025-04-25 11:52:43',NULL,1120.00,'','1','1','Good sold','1','','sales','37','','No',NULL,NULL,''),(163,'1000','11745571228','2025-04-25 11:54:25',1120.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(164,'4000','11745571228','2025-04-25 11:54:25',NULL,1120.00,'','1','1','Good sold','1','','sales','37','','No',NULL,NULL,''),(165,'1000','11745571367','2025-04-25 11:56:32',1120.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(166,'4000','11745571367','2025-04-25 11:56:32',NULL,1120.00,'','1','1','Good sold','1','','sales','37','','No',NULL,NULL,''),(167,'1000','11745571474','2025-04-25 11:59:12',1120.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(168,'4000','11745571474','2025-04-25 11:59:12',NULL,1120.00,'','1','1','Good sold','1','','sales','37','','No',NULL,NULL,''),(169,'1000','11745571628','2025-04-25 12:00:44',50.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(170,'4000','11745571628','2025-04-25 12:00:44',NULL,50.00,'','1','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(171,'1000','11745571653','2025-04-25 12:05:15',50.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(172,'4000','11745571653','2025-04-25 12:05:15',NULL,50.00,'','1','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(173,'1000','11745572439','2025-04-25 12:14:11',50.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(174,'4000','11745572439','2025-04-25 12:14:11',NULL,50.00,'','1','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(175,'1000','11745571563','2025-04-25 12:15:22',50.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(176,'4000','11745571563','2025-04-25 12:15:22',NULL,50.00,'','1','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(177,'1000','11745572536','2025-04-25 12:17:33',50.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(178,'4000','11745572536','2025-04-25 12:17:33',NULL,50.00,'','1','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(179,'1000','11745572480','2025-04-25 12:18:35',50.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(180,'4000','11745572480','2025-04-25 12:18:35',NULL,50.00,'','1','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(181,'1000','11745572729','2025-04-25 12:23:52',50.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(182,'4000','11745572729','2025-04-25 12:23:52',NULL,50.00,'','1','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(183,'1000','11745573192','2025-04-25 12:26:48',250.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(184,'4000','11745573192','2025-04-25 12:26:48',NULL,250.00,'','1','1','Good sold','1','','sales','67','','No',NULL,NULL,''),(185,'1000','11745573308','2025-04-25 12:28:39',250.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(186,'4000','11745573308','2025-04-25 12:28:39',NULL,250.00,'','1','1','Good sold','1','','sales','67','','No',NULL,NULL,''),(187,'1000','11745573436','2025-04-25 12:30:47',50.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(188,'4000','11745573436','2025-04-25 12:30:47',NULL,50.00,'','1','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(191,'1000','81745573786','2025-04-25 12:36:47',150.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(192,'4000','81745573786','2025-04-25 12:36:47',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(193,'4000','81745573786','2025-04-25 12:36:26',NULL,100.00,'','8','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(199,'1000','91745574729','2025-04-25 12:54:24',454.00,NULL,'','9','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(200,'4000','91745574729','2025-04-25 12:54:24',NULL,4.00,'','9','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(201,'4000','91745574729','2025-04-25 12:52:09',NULL,250.00,'','9','1','Good sold','1','','sales','67','','No',NULL,NULL,''),(202,'4000','91745574729','2025-04-25 12:53:55',NULL,200.00,'','9','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(206,'1000','91745575245','2025-04-25 13:03:05',352.00,NULL,'','9','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(207,'4000','91745575245','2025-04-25 13:03:05',NULL,250.00,'','9','1','Good sold','1','','sales','67','','No',NULL,NULL,''),(208,'4000','91745575245','2025-04-25 13:00:45',NULL,2.00,'','9','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(209,'4000','91745575245','2025-04-25 13:01:27',NULL,100.00,'','9','1','Good sold','1','','sales','76','','No',NULL,NULL,''),(213,'1000','81745576151','2025-04-25 13:18:02',152.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(214,'4000','81745576151','2025-04-25 13:18:02',NULL,2.00,'','8','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(215,'4000','81745576151','2025-04-25 13:15:51',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(216,'4000','81745576151','2025-04-25 13:17:39',NULL,100.00,'','8','1','Good sold','1','','sales','76','','No',NULL,NULL,''),(219,'1000','81745577407','2025-04-25 13:36:50',750.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(220,'4000','81745577407','2025-04-25 13:36:50',NULL,250.00,'','8','1','Good sold','1','','sales','67','','No',NULL,NULL,''),(221,'4000','81745577407','2025-04-25 13:36:47',NULL,100.00,'','8','1','Good sold','1','','sales','76','','No',NULL,NULL,''),(222,'4000','81745577407','2025-04-25 13:42:32',NULL,100.00,'','8','1','Good sold','1','','sales','76','','No',NULL,NULL,''),(223,'4000','81745577407','2025-04-25 13:42:40',NULL,300.00,'','8','1','Good sold','1','','sales','76','','No',NULL,NULL,''),(226,'1000','81745578223','2025-04-25 13:50:26',102.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(227,'4000','81745578223','2025-04-25 13:50:26',NULL,2.00,'','8','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(228,'4000','81745578223','2025-04-25 13:50:23',NULL,100.00,'','8','1','Good sold','1','','sales','76','','No',NULL,NULL,''),(229,'1000','81745578389','2025-04-25 13:53:33',102.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(230,'4000','81745578389','2025-04-25 13:53:33',NULL,100.00,'','8','1','Good sold','1','','sales','76','','No',NULL,NULL,''),(231,'4000','81745578389','2025-04-25 13:53:09',NULL,2.00,'','8','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(232,'1000','81745578557','2025-04-25 13:56:24',102.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(233,'4000','81745578557','2025-04-25 13:56:24',NULL,100.00,'','8','1','Good sold','1','','sales','76','','No',NULL,NULL,''),(234,'4000','81745578557','2025-04-25 13:55:58',NULL,2.00,'','8','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(235,'1000','81745578772','2025-04-25 13:59:59',102.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(236,'4000','81745578772','2025-04-25 13:59:59',NULL,2.00,'','8','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(237,'4000','81745578772','2025-04-25 13:59:32',NULL,100.00,'','8','1','Good sold','1','','sales','76','','No',NULL,NULL,''),(238,'1000','81745578860','2025-04-25 14:01:31',102.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(239,'4000','81745578860','2025-04-25 14:01:31',NULL,2.00,'','8','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(240,'4000','81745578860','2025-04-25 14:01:00',NULL,100.00,'','8','1','Good sold','1','','sales','76','','No',NULL,NULL,''),(241,'1000','81745578932','2025-04-25 14:02:35',102.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(242,'4000','81745578932','2025-04-25 14:02:35',NULL,2.00,'','8','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(243,'4000','81745578932','2025-04-25 14:02:12',NULL,100.00,'','8','1','Good sold','1','','sales','76','','No',NULL,NULL,''),(250,'5250','31745579173','2025-04-25 14:07:44',1000.00,NULL,'0','3','1','staff lunch expenses','1','','','3','','No',NULL,NULL,''),(251,'5510','31745579173','2025-04-25 14:07:44',100.00,NULL,'0','3','1','muli mall to biashara branch','1','','','2','','No',NULL,NULL,''),(252,'5900','31745579173','2025-04-25 14:07:44',997.00,NULL,'0','3','1','market supplies','1','','','1','','No',NULL,NULL,''),(253,'1040','31745579173','2025-04-25 14:07:44',NULL,2097.00,'0','3','1','daily expenses for 25th april','1','','','1','','No',NULL,NULL,''),(254,'1000','11745584941','2025-04-25 15:42:47',50.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(255,'4000','11745584941','2025-04-25 15:42:47',NULL,50.00,'','1','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(256,'1000','11745585185','2025-04-25 15:46:37',50.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(257,'4000','11745585185','2025-04-25 15:46:37',NULL,50.00,'','1','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(258,'1000','101745588452','2025-04-25 16:43:13',1500.00,NULL,'','10','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(259,'4000','101745588452','2025-04-25 16:43:13',NULL,300.00,'','10','1','Good sold','1','','sales','64','','No',NULL,NULL,''),(260,'4000','101745588452','2025-04-25 16:40:53',NULL,300.00,'','10','1','Good sold','1','','sales','64','','No',NULL,NULL,''),(261,'4000','101745588452','2025-04-25 16:41:21',NULL,600.00,'','10','1','Good sold','1','','sales','64','','No',NULL,NULL,''),(262,'4000','101745588452','2025-04-25 16:41:38',NULL,250.00,'','10','1','Good sold','1','','sales','67','','No',NULL,NULL,''),(263,'4000','101745588452','2025-04-25 16:42:15',NULL,50.00,'','10','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(264,'1000','101745588777','2025-04-25 16:47:44',550.00,NULL,'','10','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(265,'4000','101745588777','2025-04-25 16:47:44',NULL,250.00,'','10','1','Good sold','1','','sales','67','','No',NULL,NULL,''),(266,'4000','101745588777','2025-04-25 16:46:18',NULL,300.00,'','10','1','Good sold','1','','sales','64','','No',NULL,NULL,''),(267,'1000','101745588881','2025-04-25 16:49:41',300.00,NULL,'','10','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(268,'4000','101745588881','2025-04-25 16:49:41',NULL,300.00,'','10','1','Good sold','1','','sales','64','','No',NULL,NULL,''),(269,'1000','101745589002','2025-04-25 16:52:08',550.00,NULL,'','10','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(270,'4000','101745589002','2025-04-25 16:52:08',NULL,250.00,'','10','1','Good sold','1','','sales','67','','No',NULL,NULL,''),(271,'4000','101745589002','2025-04-25 16:50:02',NULL,300.00,'','10','1','Good sold','1','','sales','64','','No',NULL,NULL,''),(272,'1000','101745589137','2025-04-25 16:54:18',550.00,NULL,'','10','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(273,'4000','101745589137','2025-04-25 16:54:18',NULL,300.00,'','10','1','Good sold','1','','sales','64','','No',NULL,NULL,''),(274,'4000','101745589137','2025-04-25 16:52:17',NULL,250.00,'','10','1','Good sold','1','','sales','67','','No',NULL,NULL,''),(275,'1000','101745589231','2025-04-25 16:55:33',550.00,NULL,'','10','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(276,'4000','101745589231','2025-04-25 16:55:33',NULL,300.00,'','10','1','Good sold','1','','sales','64','','No',NULL,NULL,''),(277,'4000','101745589231','2025-04-25 16:53:51',NULL,250.00,'','10','1','Good sold','1','','sales','67','','No',NULL,NULL,''),(298,'1000','111745589929','2025-04-25 17:09:26',850.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(299,'4000','111745589929','2025-04-25 17:09:26',NULL,300.00,'','11','1','Good sold','1','','sales','64','','No',NULL,NULL,''),(300,'4000','111745589929','2025-04-25 17:05:29',NULL,0.00,'','11','1','Good sold','1','','sales','39','','No',NULL,NULL,''),(301,'4000','111745589929','2025-04-25 17:07:13',NULL,250.00,'','11','1','Good sold','1','','sales','67','','No',NULL,NULL,''),(302,'4000','111745589929','2025-04-25 17:09:04',NULL,300.00,'','11','1','Good sold','1','','sales','64','','No',NULL,NULL,''),(303,'1000','111745589454','2025-04-25 16:59:21',950.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(304,'4000','111745589454','2025-04-25 16:59:21',NULL,250.00,'','11','1','Good sold','1','','sales','67','','No',NULL,NULL,''),(305,'4000','111745589454','2025-04-25 16:57:34',NULL,300.00,'','11','1','Good sold','1','','sales','64','','No',NULL,NULL,''),(306,'4000','111745589454','2025-04-25 16:58:49',NULL,100.00,'','11','1','Good sold','1','','sales','76','','No',NULL,NULL,''),(307,'4000','111745589454','2025-04-25 17:02:47',NULL,300.00,'','11','1','Good sold','1','','sales','64','','No',NULL,NULL,''),(315,'1000','121745592244','2025-04-25 17:46:31',1150.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(316,'4000','121745592244','2025-04-25 17:46:31',NULL,250.00,'','12','1','Good sold','1','','sales','67','','No',NULL,NULL,''),(317,'4000','121745592244','2025-04-25 17:44:04',NULL,300.00,'','12','1','Good sold','1','','sales','64','','No',NULL,NULL,''),(318,'4000','121745592244','2025-04-25 17:44:42',NULL,600.00,'','12','1','Good sold','1','','sales','64','','No',NULL,NULL,''),(335,'1000','121745591638','2025-04-25 17:34:36',700.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(336,'4000','121745591638','2025-04-25 17:34:36',NULL,100.00,'','12','1','Good sold','1','','sales','76','','No',NULL,NULL,''),(337,'4000','121745591638','2025-04-25 17:33:58',NULL,300.00,'','12','1','Good sold','1','','sales','64','','No',NULL,NULL,''),(338,'4000','121745591638','2025-04-25 17:34:18',NULL,250.00,'','12','1','Good sold','1','','sales','67','','No',NULL,NULL,''),(339,'4000','121745591638','2025-04-25 17:34:33',NULL,50.00,'','12','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(348,'1000','11745596005','2025-04-26 12:29:40',250.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(349,'4000','11745596005','2025-04-26 12:29:40',NULL,250.00,'','1','1','Good sold','1','','sales','67','','No',NULL,NULL,''),(350,'1000','11745659793','2025-04-26 12:33:50',2.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(351,'4000','11745659793','2025-04-26 12:33:50',NULL,2.00,'','1','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(352,'1000','11745661255','2025-04-26 12:55:33',2.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(353,'4000','11745661255','2025-04-26 12:55:33',NULL,2.00,'','1','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(354,'1000','11745661422','2025-04-26 12:57:12',600.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(355,'4000','11745661422','2025-04-26 12:57:12',NULL,600.00,'','1','1','Good sold','1','','sales','26','','No',NULL,NULL,''),(356,'1000','11745661478','2025-04-26 13:18:57',2.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(357,'4000','11745661478','2025-04-26 13:18:57',NULL,2.00,'','1','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(358,'1000','11745663148','2025-04-26 13:26:10',2.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(359,'4000','11745663148','2025-04-26 13:26:10',NULL,2.00,'','1','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(360,'1000','11745663433','2025-04-26 13:31:05',2.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(361,'4000','11745663433','2025-04-26 13:31:05',NULL,2.00,'','1','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(362,'1000','11745663186','2025-04-26 13:32:43',2.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(363,'4000','11745663186','2025-04-26 13:32:43',NULL,2.00,'','1','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(364,'1000','11745663728','2025-04-26 13:35:53',100.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(365,'4000','11745663728','2025-04-26 13:35:53',NULL,100.00,'','1','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(366,'1000','11745664052','2025-04-26 13:41:02',2.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(367,'4000','11745664052','2025-04-26 13:41:02',NULL,2.00,'','1','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(368,'1000','11745664103','2025-04-26 13:41:58',2.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(369,'4000','11745664103','2025-04-26 13:41:58',NULL,2.00,'','1','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(384,'1000','121745665425','2025-04-26 14:05:09',390.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(385,'4000','121745665425','2025-04-26 14:05:09',NULL,90.00,'','12','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(386,'4000','121745665425','2025-04-26 14:03:45',NULL,300.00,'','12','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(391,'5900','31745667457','2025-04-26 14:39:15',2280.00,NULL,'0','3','1','market expenses','1','','','4','','No',NULL,NULL,''),(392,'1040','31745667457','2025-04-26 14:39:15',NULL,2280.00,'0','3','1','expenses for 26th april','1','','','4','','No',NULL,NULL,''),(402,'1000','11745664225','2025-04-26 13:44:05',2.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(403,'4000','11745664225','2025-04-26 13:44:05',NULL,2.00,'','1','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(404,'1100','11745670370','2025-04-26 15:26:21',2.00,NULL,'','1','1','Good sold','1','13','sales','','','No',NULL,NULL,''),(405,'4000','11745670370','2025-04-26 15:26:21',NULL,2.00,'','1','1','Good sold','1','13','sales','77','','No',NULL,NULL,''),(406,'1100','11745670370','2025-04-26 15:27:15',NULL,1.00,'','1','1','','1','13','payment','','','No',NULL,NULL,''),(407,'1040','11745670370','2025-04-26 15:27:15',1.00,NULL,'','1','1','','1','13','payment','','1174567046003703323447','No',NULL,NULL,''),(408,'1100','11745670370','2025-04-26 15:27:15',NULL,1.00,'','1','1','','1','13','payment','','','No',NULL,NULL,''),(409,'1040','11745670370','2025-04-26 15:27:15',1.00,NULL,'','1','1','','1','13','payment','','1174567046543221133225','No',NULL,NULL,''),(410,'1100','11745670883','2025-04-26 15:35:02',2.00,NULL,'','1','1','Good sold','1','17','sales','','','No',NULL,NULL,''),(411,'4000','11745670883','2025-04-26 15:35:02',NULL,2.00,'','1','1','Good sold','1','17','sales','77','','No',NULL,NULL,''),(412,'1100','11745670883','2025-04-26 15:36:46',NULL,2.00,'','1','1','','1','17','payment','','','No',NULL,NULL,''),(413,'1040','11745670883','2025-04-26 15:36:46',2.00,NULL,'','1','1','','1','17','payment','','1174567103102137073110','No',NULL,NULL,''),(416,'1000','101745672087','2025-04-26 15:55:07',2.00,NULL,'','10','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(417,'4000','101745672087','2025-04-26 15:55:07',NULL,2.00,'','10','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(418,'1000','81745672661','2025-04-26 16:07:02',850.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(419,'4000','81745672661','2025-04-26 16:07:02',NULL,600.00,'','8','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(420,'4000','81745672661','2025-04-26 16:04:22',NULL,50.00,'','8','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(421,'4000','81745672661','2025-04-26 16:04:53',NULL,50.00,'','8','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(422,'4000','81745672661','2025-04-26 16:06:31',NULL,150.00,'','8','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(423,'1000','81745674518','2025-04-26 16:36:09',200.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(424,'4000','81745674518','2025-04-26 16:36:09',NULL,100.00,'','8','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(425,'4000','81745674518','2025-04-26 16:35:19',NULL,100.00,'','8','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(426,'1000','121745675364','2025-04-26 16:49:36',100.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(427,'4000','121745675364','2025-04-26 16:49:36',NULL,100.00,'','12','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(428,'1000','121745676441','2025-04-26 17:07:36',150.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(429,'4000','121745676441','2025-04-26 17:07:36',NULL,150.00,'','12','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(430,'1000','81745676621','2025-04-26 17:10:54',80.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(431,'4000','81745676621','2025-04-26 17:10:54',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(432,'4000','81745676621','2025-04-26 17:10:21',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(433,'1000','81745650698','2025-04-26 09:58:21',370.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(434,'4000','81745650698','2025-04-26 09:58:21',NULL,200.00,'','8','1','Good sold','1','','sales','4','','No',NULL,NULL,''),(435,'4000','81745650698','2025-04-26 09:58:18',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(436,'4000','81745650698','2025-04-26 10:08:41',NULL,100.00,'','8','1','Good sold','1','','sales','57','','No',NULL,NULL,''),(437,'4000','81745650698','2025-04-26 14:58:04',NULL,20.00,'','8','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(438,'1000','81745664639','2025-04-26 13:51:44',1100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(439,'4000','81745664639','2025-04-26 13:51:44',NULL,50.00,'','8','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(440,'4000','81745664639','2025-04-26 13:50:39',NULL,50.00,'','8','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(441,'4000','81745664639','2025-04-26 13:50:42',NULL,50.00,'','8','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(442,'4000','81745664639','2025-04-26 13:50:50',NULL,600.00,'','8','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(443,'4000','81745664639','2025-04-26 13:51:09',NULL,300.00,'','8','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(444,'4000','81745664639','2025-04-26 13:51:14',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(447,'1000','81745664893','2025-04-26 13:55:14',150.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(448,'4000','81745664893','2025-04-26 13:55:14',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(449,'1000','81745666965','2025-04-26 14:29:31',100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(450,'4000','81745666965','2025-04-26 14:29:31',NULL,100.00,'','8','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(451,'1000','81745678236','2025-04-26 17:37:47',150.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(452,'4000','81745678236','2025-04-26 17:37:47',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(453,'4000','81745678236','2025-04-26 17:37:17',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(454,'4000','81745678236','2025-04-26 17:37:33',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(455,'1000','81745679768','2025-04-26 18:06:50',100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(456,'4000','81745679768','2025-04-26 18:06:50',NULL,100.00,'','8','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(460,'1000','121745680085','2025-04-26 18:08:33',130.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(461,'4000','121745680085','2025-04-26 18:08:33',NULL,50.00,'','12','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(462,'4000','121745680085','2025-04-26 18:08:05',NULL,50.00,'','12','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(463,'4000','121745680085','2025-04-26 18:08:31',NULL,30.00,'','12','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(464,'1000','121745683387','2025-04-26 19:03:12',60.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(465,'4000','121745683387','2025-04-26 19:03:12',NULL,60.00,'','12','1','Good sold','1','','sales','56','','No',NULL,NULL,''),(466,'1000','121745683550','2025-04-26 19:05:52',50.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(467,'4000','121745683550','2025-04-26 19:05:52',NULL,50.00,'','12','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(468,'1000','121745683718','2025-04-26 19:08:40',150.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(469,'4000','121745683718','2025-04-26 19:08:40',NULL,150.00,'','12','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(470,'1000','121745684024','2025-04-26 19:13:49',150.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(471,'4000','121745684024','2025-04-26 19:13:49',NULL,150.00,'','12','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(472,'1000','121745684352','2025-04-26 19:19:15',50.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(473,'4000','121745684352','2025-04-26 19:19:15',NULL,50.00,'','12','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(474,'1000','121745684412','2025-04-26 19:20:15',150.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(475,'4000','121745684412','2025-04-26 19:20:15',NULL,150.00,'','12','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(476,'1000','121745684524','2025-04-26 19:22:07',50.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(477,'4000','121745684524','2025-04-26 19:22:07',NULL,50.00,'','12','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(478,'1000','31745684884','2025-04-26 19:28:25',2.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(479,'4000','31745684884','2025-04-26 19:28:25',NULL,2.00,'','3','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(480,'1000','81745684918','2025-04-26 19:29:16',70.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(481,'4000','81745684918','2025-04-26 19:29:16',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(482,'4000','81745684918','2025-04-26 19:28:38',NULL,20.00,'','8','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(483,'1000','31745684954','2025-04-26 19:30:56',2.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(484,'4000','31745684954','2025-04-26 19:30:56',NULL,2.00,'','3','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(485,'1000','121745685381','2025-04-26 19:36:58',50.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(486,'4000','121745685381','2025-04-26 19:36:58',NULL,50.00,'','12','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(487,'1000','81745685671','2025-04-26 19:41:14',100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(488,'4000','81745685671','2025-04-26 19:41:14',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(489,'4000','81745685671','2025-04-26 19:41:11',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(490,'1000','81745685898','2025-04-26 19:45:04',30.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(491,'4000','81745685898','2025-04-26 19:45:04',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(492,'1000','121745686326','2025-04-26 19:52:07',150.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(493,'4000','121745686326','2025-04-26 19:52:07',NULL,150.00,'','12','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(494,'1000','81745686535','2025-04-26 19:55:36',50.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(495,'4000','81745686535','2025-04-26 19:55:36',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(496,'1000','121745686941','2025-04-26 20:02:24',100.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(497,'4000','121745686941','2025-04-26 20:02:24',NULL,100.00,'','12','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(498,'1000','121745687098','2025-04-26 20:05:00',100.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(499,'4000','121745687098','2025-04-26 20:05:00',NULL,100.00,'','12','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(500,'1000','121745687204','2025-04-26 20:06:47',180.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(501,'4000','121745687204','2025-04-26 20:06:47',NULL,180.00,'','12','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(502,'1000','81745687392','2025-04-26 20:09:53',30.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(503,'4000','81745687392','2025-04-26 20:09:53',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(504,'1000','121745687685','2025-04-26 20:14:47',100.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(505,'4000','121745687685','2025-04-26 20:14:47',NULL,100.00,'','12','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(513,'1000','121745689382','2025-04-26 20:43:11',100.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(514,'4000','121745689382','2025-04-26 20:43:11',NULL,50.00,'','12','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(515,'4000','121745689382','2025-04-26 20:43:02',NULL,50.00,'','12','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(516,'1000','121745689592','2025-04-26 20:46:47',100.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(517,'4000','121745689592','2025-04-26 20:46:47',NULL,50.00,'','12','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(518,'4000','121745689592','2025-04-26 20:46:32',NULL,50.00,'','12','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(519,'1000','121745690149','2025-04-26 20:55:52',60.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(520,'4000','121745690149','2025-04-26 20:55:52',NULL,60.00,'','12','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(521,'1000','81745688721','2025-04-26 20:33:04',550.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(522,'4000','81745688721','2025-04-26 20:33:04',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(523,'4000','81745688721','2025-04-26 20:32:01',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(524,'4000','81745688721','2025-04-26 20:32:04',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(525,'4000','81745688721','2025-04-26 20:32:14',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(526,'4000','81745688721','2025-04-26 20:32:33',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(527,'4000','81745688721','2025-04-26 20:32:41',NULL,50.00,'','8','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(528,'4000','81745688721','2025-04-26 20:33:02',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(529,'4000','81745688721','2025-04-26 20:59:05',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(530,'4000','81745688721','2025-04-26 20:59:09',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(531,'4000','81745688721','2025-04-26 20:59:29',NULL,50.00,'','8','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(532,'1000','121745690438','2025-04-26 21:01:09',100.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(533,'4000','121745690438','2025-04-26 21:01:09',NULL,50.00,'','12','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(534,'4000','121745690438','2025-04-26 21:00:38',NULL,50.00,'','12','1','Good sold','1','','sales','5','','No',NULL,NULL,''),(535,'1000','111745696546','2025-04-26 22:43:15',2.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(536,'4000','111745696546','2025-04-26 22:43:15',NULL,2.00,'','11','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(537,'1000','81745733079','2025-04-27 08:51:20',180.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(538,'4000','81745733079','2025-04-27 08:51:20',NULL,180.00,'','8','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(539,'1000','181745735761','2025-04-27 09:37:35',2.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(540,'4000','181745735761','2025-04-27 09:37:35',NULL,2.00,'','18','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(547,'1000','31745736436','2025-04-27 09:47:36',2.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(548,'4000','31745736436','2025-04-27 09:47:36',NULL,2.00,'','3','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(549,'1000','121745740602','2025-04-27 10:56:43',60.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(550,'4000','121745740602','2025-04-27 10:56:43',NULL,60.00,'','12','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(551,'1000','81745742664','2025-04-27 11:31:05',100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(552,'4000','81745742664','2025-04-27 11:31:05',NULL,100.00,'','8','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(553,'1000','81745746643','2025-04-27 12:40:50',750.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(554,'4000','81745746643','2025-04-27 12:40:50',NULL,300.00,'','8','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(555,'4000','81745746643','2025-04-27 12:37:23',NULL,100.00,'','8','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(556,'4000','81745746643','2025-04-27 12:40:01',NULL,100.00,'','8','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(557,'4000','81745746643','2025-04-27 12:40:05',NULL,200.00,'','8','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(558,'4000','81745746643','2025-04-27 12:40:41',NULL,50.00,'','8','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(559,'1000','121745746897','2025-04-27 12:42:00',380.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(560,'4000','121745746897','2025-04-27 12:42:00',NULL,200.00,'','12','1','Good sold','1','','sales','43','','No',NULL,NULL,''),(561,'4000','121745746897','2025-04-27 12:41:37',NULL,180.00,'','12','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(562,'1000','81745749303','2025-04-27 13:21:45',200.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(563,'4000','81745749303','2025-04-27 13:21:45',NULL,200.00,'','8','1','Good sold','1','','sales','43','','No',NULL,NULL,''),(567,'1000','81745749564','2025-04-27 13:26:13',830.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(568,'4000','81745749564','2025-04-27 13:26:13',NULL,100.00,'','8','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(569,'4000','81745749564','2025-04-27 13:26:04',NULL,300.00,'','8','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(570,'4000','81745749564','2025-04-27 13:26:11',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(571,'4000','81745749564','2025-04-27 13:36:23',NULL,280.00,'','8','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(572,'1000','121745751854','2025-04-27 14:05:16',430.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(573,'4000','121745751854','2025-04-27 14:05:16',NULL,280.00,'','12','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(574,'4000','121745751854','2025-04-27 14:04:14',NULL,150.00,'','12','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(575,'1000','121745752251','2025-04-27 14:10:52',60.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(576,'4000','121745752251','2025-04-27 14:10:52',NULL,60.00,'','12','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(577,'1000','121745752537','2025-04-27 14:15:39',20.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(578,'4000','121745752537','2025-04-27 14:15:39',NULL,20.00,'','12','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(579,'1000','121745752663','2025-04-27 14:18:08',730.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(580,'4000','121745752663','2025-04-27 14:18:08',NULL,450.00,'','12','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(581,'4000','121745752663','2025-04-27 14:17:43',NULL,280.00,'','12','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(582,'1000','81745752759','2025-04-27 14:19:24',100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(583,'4000','81745752759','2025-04-27 14:19:24',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(584,'4000','81745752759','2025-04-27 14:19:19',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(585,'1000','81745753117','2025-04-27 14:25:18',200.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(586,'4000','81745753117','2025-04-27 14:25:18',NULL,200.00,'','8','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(587,'1000','81745754352','2025-04-27 14:45:58',40.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(588,'4000','81745754352','2025-04-27 14:45:58',NULL,20.00,'','8','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(589,'4000','81745754352','2025-04-27 14:45:52',NULL,20.00,'','8','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(594,'1000','81745754931','2025-04-27 14:55:33',250.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(595,'4000','81745754931','2025-04-27 14:55:33',NULL,200.00,'','8','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(596,'4000','81745754931','2025-04-27 14:55:31',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(599,'1000','121745756607','2025-04-27 15:23:29',400.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(600,'4000','121745756607','2025-04-27 15:23:29',NULL,200.00,'','12','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(601,'4000','121745756607','2025-04-27 15:23:27',NULL,200.00,'','12','1','Good sold','1','','sales','43','','No',NULL,NULL,''),(604,'1000','121745759601','2025-04-27 16:13:22',150.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(605,'4000','121745759601','2025-04-27 16:13:22',NULL,100.00,'','12','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(606,'4000','121745759601','2025-04-27 16:13:21',NULL,50.00,'','12','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(607,'1000','81745755602','2025-04-27 15:06:44',30.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(608,'4000','81745755602','2025-04-27 15:06:44',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(609,'1000','81745760496','2025-04-27 16:28:24',100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(610,'4000','81745760496','2025-04-27 16:28:24',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(611,'4000','81745760496','2025-04-27 16:28:16',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(615,'1000','81745760541','2025-04-27 16:29:18',400.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(616,'4000','81745760541','2025-04-27 16:29:18',NULL,300.00,'','8','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(617,'4000','81745760541','2025-04-27 16:29:01',NULL,50.00,'','8','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(618,'4000','81745760541','2025-04-27 16:29:14',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(619,'1000','81745762993','2025-04-27 17:09:55',30.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(620,'4000','81745762993','2025-04-27 17:09:55',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(632,'1000','81745768387','2025-04-27 18:44:25',210.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(633,'4000','81745768387','2025-04-27 18:44:25',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(634,'4000','81745768387','2025-04-27 18:39:47',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(635,'4000','81745768387','2025-04-27 18:39:51',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(636,'4000','81745768387','2025-04-27 18:44:08',NULL,20.00,'','8','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(637,'4000','81745768387','2025-04-27 18:44:23',NULL,20.00,'','8','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(638,'4000','81745768387','2025-04-27 18:47:21',NULL,20.00,'','8','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(639,'1000','121745770179','2025-04-27 19:09:49',330.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(640,'4000','121745770179','2025-04-27 19:09:49',NULL,50.00,'','12','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(641,'4000','121745770179','2025-04-27 19:09:40',NULL,280.00,'','12','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(642,'1000','81745772322','2025-04-27 19:45:36',650.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(643,'4000','81745772322','2025-04-27 19:45:36',NULL,600.00,'','8','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(644,'4000','81745772322','2025-04-27 19:45:22',NULL,50.00,'','8','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(645,'1000','121745773373','2025-04-27 20:02:54',150.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(646,'4000','121745773373','2025-04-27 20:02:54',NULL,150.00,'','12','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(647,'1000','181745735938','2025-04-27 09:39:49',2.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(648,'4000','181745735938','2025-04-27 09:39:49',NULL,2.00,'','18','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(649,'1000','111745696771','2025-04-27 20:25:30',180.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(650,'4000','111745696771','2025-04-27 20:25:30',NULL,180.00,'','11','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(651,'1000','111745774758','2025-04-27 20:26:18',180.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(652,'4000','111745774758','2025-04-27 20:26:18',NULL,180.00,'','11','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(653,'1000','181745774759','2025-04-27 20:26:20',300.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(654,'4000','181745774759','2025-04-27 20:26:20',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(655,'4000','181745774759','2025-04-27 20:25:59',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(656,'1000','111745774786','2025-04-27 20:28:53',100.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(657,'4000','111745774786','2025-04-27 20:28:53',NULL,100.00,'','11','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(658,'1000','111745775062','2025-04-27 20:36:58',390.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(659,'4000','111745775062','2025-04-27 20:36:58',NULL,390.00,'','11','1','Good sold','1','','sales','24','','No',NULL,NULL,''),(664,'1000','181745776114','2025-04-27 20:48:35',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(665,'4000','181745776114','2025-04-27 20:48:35',NULL,100.00,'','18','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(666,'1000','181745775575','2025-04-27 20:39:36',260.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(667,'4000','181745775575','2025-04-27 20:39:36',NULL,130.00,'','18','1','Good sold','1','','sales','24','','No',NULL,NULL,''),(668,'4000','181745775575','2025-04-27 20:39:35',NULL,130.00,'','18','1','Good sold','1','','sales','24','','No',NULL,NULL,''),(669,'1000','181745820334','2025-04-28 09:05:40',60.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(670,'4000','181745820334','2025-04-28 09:05:40',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(671,'4000','181745820334','2025-04-28 09:05:35',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(672,'1000','81745826244','2025-04-28 10:44:09',60.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(673,'4000','81745826244','2025-04-28 10:44:09',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(674,'4000','81745826244','2025-04-28 10:44:04',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(675,'1000','181745826927','2025-04-28 10:55:28',180.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(676,'4000','181745826927','2025-04-28 10:55:28',NULL,180.00,'','18','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(677,'1000','181745829173','2025-04-28 11:44:36',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(678,'4000','181745829173','2025-04-28 11:44:36',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(679,'1000','181745832423','2025-04-28 12:27:05',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(680,'4000','181745832423','2025-04-28 12:27:05',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(681,'1000','181745832549','2025-04-28 12:29:14',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(682,'4000','181745832549','2025-04-28 12:29:14',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(683,'1000','181745834974','2025-04-28 13:10:06',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(684,'4000','181745834974','2025-04-28 13:10:06',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(685,'1000','181745838011','2025-04-28 14:00:19',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(686,'4000','181745838011','2025-04-28 14:00:19',NULL,50.00,'','18','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(687,'1000','181745838537','2025-04-28 14:09:08',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(688,'4000','181745838537','2025-04-28 14:09:08',NULL,100.00,'','18','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(689,'1000','181745839496','2025-04-28 14:25:13',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(690,'4000','181745839496','2025-04-28 14:25:13',NULL,100.00,'','18','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(691,'1000','181745840005','2025-04-28 14:35:20',180.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(692,'4000','181745840005','2025-04-28 14:35:20',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(693,'4000','181745840005','2025-04-28 14:33:26',NULL,150.00,'','18','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(694,'1000','181745840592','2025-04-28 14:43:33',20.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(695,'4000','181745840592','2025-04-28 14:43:33',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(696,'1000','181745842459','2025-04-28 15:18:01',800.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(697,'4000','181745842459','2025-04-28 15:18:01',NULL,600.00,'','18','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(698,'4000','181745842459','2025-04-28 15:14:20',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(699,'4000','181745842459','2025-04-28 15:15:11',NULL,50.00,'','18','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(700,'4000','181745842459','2025-04-28 15:17:34',NULL,50.00,'','18','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(701,'4000','181745842459','2025-04-28 15:17:43',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(706,'1000','181745845370','2025-04-28 16:06:53',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(707,'4000','181745845370','2025-04-28 16:06:53',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(708,'4000','181745845370','2025-04-28 16:02:51',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(709,'4000','181745845370','2025-04-28 16:04:08',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(710,'4000','181745845370','2025-04-28 16:06:46',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(711,'1000','181745846403','2025-04-28 16:23:31',250.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(712,'4000','181745846403','2025-04-28 16:23:31',NULL,150.00,'','18','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(713,'4000','181745846403','2025-04-28 16:20:03',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(714,'4000','181745846403','2025-04-28 16:22:38',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(715,'1000','181745847895','2025-04-28 16:45:07',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(716,'4000','181745847895','2025-04-28 16:45:07',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(717,'4000','181745847895','2025-04-28 16:44:55',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(723,'1000','181745848747','2025-04-28 16:59:10',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(724,'4000','181745848747','2025-04-28 16:59:10',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(725,'1000','181745849158','2025-04-28 17:06:00',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(726,'4000','181745849158','2025-04-28 17:06:00',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(727,'1000','181745848579','2025-04-28 16:56:21',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(728,'4000','181745848579','2025-04-28 16:56:21',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(739,'1000','181745853394','2025-04-28 18:17:50',330.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(740,'4000','181745853394','2025-04-28 18:17:50',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(741,'4000','181745853394','2025-04-28 18:16:34',NULL,280.00,'','18','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(742,'4000','181745853394','2025-04-28 18:16:52',NULL,200.00,'','18','1','Good sold','1','','sales','43','','No',NULL,NULL,''),(743,'1000','181745851110','2025-04-28 17:43:36',1010.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(744,'4000','181745851110','2025-04-28 17:43:36',NULL,180.00,'','18','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(745,'4000','181745851110','2025-04-28 17:38:30',NULL,200.00,'','18','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(746,'4000','181745851110','2025-04-28 17:41:57',NULL,200.00,'','18','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(747,'4000','181745851110','2025-04-28 17:42:02',NULL,200.00,'','18','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(748,'4000','181745851110','2025-04-28 17:43:07',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(749,'4000','181745851110','2025-04-28 17:43:30',NULL,180.00,'','18','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(766,'1000','181745854498','2025-04-28 18:36:44',990.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(767,'4000','181745854498','2025-04-28 18:36:44',NULL,180.00,'','18','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(768,'4000','181745854498','2025-04-28 18:35:04',NULL,360.00,'','18','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(769,'4000','181745854498','2025-04-28 18:35:20',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(770,'4000','181745854498','2025-04-28 18:36:03',NULL,200.00,'','18','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(771,'4000','181745854498','2025-04-28 18:36:28',NULL,200.00,'','18','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(772,'1000','181745853890','2025-04-28 18:25:43',850.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(773,'4000','181745853890','2025-04-28 18:25:43',NULL,600.00,'','18','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(774,'4000','181745853890','2025-04-28 18:24:51',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(775,'4000','181745853890','2025-04-28 18:25:20',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(776,'4000','181745853890','2025-04-28 18:25:24',NULL,50.00,'','18','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(777,'4000','181745853890','2025-04-28 18:25:36',NULL,50.00,'','18','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(778,'4000','181745853890','2025-04-28 18:25:40',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(779,'4000','181745853890','2025-04-28 18:47:11',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(780,'1000','181745854028','2025-04-28 18:28:34',300.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(781,'4000','181745854028','2025-04-28 18:28:34',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(782,'4000','181745854028','2025-04-28 18:27:08',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(783,'4000','181745854028','2025-04-28 18:27:27',NULL,100.00,'','18','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(784,'4000','181745854028','2025-04-28 18:27:51',NULL,100.00,'','18','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(785,'1000','181745856209','2025-04-28 19:04:41',320.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(786,'4000','181745856209','2025-04-28 19:04:41',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(787,'4000','181745856209','2025-04-28 19:03:29',NULL,200.00,'','18','1','Good sold','1','','sales','43','','No',NULL,NULL,''),(788,'4000','181745856209','2025-04-28 19:03:57',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(789,'4000','181745856209','2025-04-28 19:04:12',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(790,'1000','81745856539','2025-04-28 19:09:07',100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(791,'4000','81745856539','2025-04-28 19:09:07',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(792,'4000','81745856539','2025-04-28 19:08:59',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(793,'1000','181745856712','2025-04-28 19:11:57',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(794,'4000','181745856712','2025-04-28 19:11:57',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(795,'1000','181745857378','2025-04-28 19:23:25',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(796,'4000','181745857378','2025-04-28 19:23:25',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(797,'4000','181745857378','2025-04-28 19:22:58',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(798,'1000','81745860432','2025-04-28 20:13:56',60.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(799,'4000','81745860432','2025-04-28 20:13:56',NULL,60.00,'','8','1','Good sold','1','','sales','56','','No',NULL,NULL,''),(802,'1000','81745860514','2025-04-28 20:15:16',100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(803,'4000','81745860514','2025-04-28 20:15:16',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(804,'4000','81745860514','2025-04-28 20:15:14',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(805,'1000','81745861017','2025-04-28 20:23:55',150.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(806,'4000','81745861017','2025-04-28 20:23:55',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(809,'1000','81745861202','2025-04-28 20:26:47',100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(810,'4000','81745861202','2025-04-28 20:26:47',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(811,'4000','81745861202','2025-04-28 20:26:42',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(812,'1000','81745861914','2025-04-28 20:38:35',150.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(813,'4000','81745861914','2025-04-28 20:38:35',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(814,'1000','111745775946','2025-04-27 20:46:23',130.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(815,'4000','111745775946','2025-04-27 20:46:23',NULL,130.00,'','11','1','Good sold','1','','sales','24','','No',NULL,NULL,''),(816,'1000','111745862346','2025-04-28 20:45:48',200.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(817,'4000','111745862346','2025-04-28 20:45:48',NULL,200.00,'','11','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(818,'1000','181745847972','2025-04-28 16:55:03',750.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(819,'4000','181745847972','2025-04-28 16:55:03',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(820,'4000','181745847972','2025-04-28 16:46:12',NULL,300.00,'','18','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(821,'4000','181745847972','2025-04-28 16:55:00',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(822,'4000','181745847972','2025-04-28 17:25:54',NULL,300.00,'','18','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(823,'4000','181745847972','2025-04-28 20:51:21',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(824,'1000','181745861097','2025-04-28 20:24:59',260.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(825,'4000','181745861097','2025-04-28 20:24:59',NULL,150.00,'','18','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(826,'4000','181745861097','2025-04-28 20:24:57',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(827,'4000','181745861097','2025-04-28 20:54:10',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(828,'1000','181745863050','2025-04-28 20:57:31',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(829,'4000','181745863050','2025-04-28 20:57:31',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(835,'1000','181745865268','2025-04-28 21:34:29',60.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(836,'4000','181745865268','2025-04-28 21:34:29',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(843,'1000','181745865217','2025-04-28 21:33:55',600.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(844,'4000','181745865217','2025-04-28 21:33:55',NULL,100.00,'','18','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(845,'4000','181745865217','2025-04-28 21:33:37',NULL,100.00,'','18','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(846,'4000','181745865217','2025-04-28 21:33:44',NULL,100.00,'','18','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(847,'4000','181745865217','2025-04-28 21:33:48',NULL,100.00,'','18','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(848,'4000','181745865217','2025-04-28 21:33:53',NULL,100.00,'','18','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(849,'4000','181745865217','2025-04-28 21:37:43',NULL,100.00,'','18','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(850,'1000','111745866032','2025-04-28 21:48:27',100.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(851,'4000','111745866032','2025-04-28 21:48:27',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(852,'4000','111745866032','2025-04-28 21:47:12',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(853,'1000','111745866324','2025-04-28 21:52:34',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(854,'4000','111745866324','2025-04-28 21:52:34',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(855,'1000','111745866880','2025-04-28 22:01:21',100.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(856,'4000','111745866880','2025-04-28 22:01:21',NULL,100.00,'','11','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(857,'1000','111745902690','2025-04-29 07:58:19',90.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(858,'4000','111745902690','2025-04-29 07:58:19',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(859,'4000','111745902690','2025-04-29 07:58:10',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(860,'4000','111745902690','2025-04-29 07:58:14',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(861,'1000','181745903494','2025-04-29 08:12:00',90.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(862,'4000','181745903494','2025-04-29 08:12:00',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(863,'4000','181745903494','2025-04-29 08:11:34',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(864,'4000','181745903494','2025-04-29 08:11:52',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(865,'1000','181745905778','2025-04-29 08:49:40',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(866,'4000','181745905778','2025-04-29 08:49:40',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(867,'1000','181745905814','2025-04-29 08:50:15',20.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(868,'4000','181745905814','2025-04-29 08:50:15',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(869,'1000','181745905857','2025-04-29 08:50:59',30.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(870,'4000','181745905857','2025-04-29 08:50:59',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(871,'1000','181745905938','2025-04-29 08:52:19',20.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(872,'4000','181745905938','2025-04-29 08:52:19',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(873,'1000','181745905954','2025-04-29 08:52:36',20.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(874,'4000','181745905954','2025-04-29 08:52:36',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(875,'1000','181745906495','2025-04-29 09:02:56',260.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(876,'4000','181745906495','2025-04-29 09:02:56',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(877,'4000','181745906495','2025-04-29 09:01:35',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(878,'4000','181745906495','2025-04-29 09:01:38',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(879,'4000','181745906495','2025-04-29 09:02:06',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(880,'4000','181745906495','2025-04-29 09:02:16',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(881,'4000','181745906495','2025-04-29 09:02:23',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(882,'4000','181745906495','2025-04-29 09:02:44',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(887,'1000','181745911062','2025-04-29 10:19:16',240.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(888,'4000','181745911062','2025-04-29 10:19:16',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(889,'4000','181745911062','2025-04-29 10:17:42',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(890,'4000','181745911062','2025-04-29 10:17:46',NULL,150.00,'','18','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(891,'4000','181745911062','2025-04-29 10:17:59',NULL,50.00,'','18','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(895,'1000','181745915856','2025-04-29 11:37:43',60.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(896,'4000','181745915856','2025-04-29 11:37:43',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(897,'4000','181745915856','2025-04-29 11:37:36',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(898,'1000','181745918454','2025-04-29 12:21:06',360.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(899,'4000','181745918454','2025-04-29 12:21:06',NULL,180.00,'','18','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(900,'4000','181745918454','2025-04-29 12:20:54',NULL,180.00,'','18','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(901,'1000','181745918748','2025-04-29 12:27:55',310.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(902,'4000','181745918748','2025-04-29 12:27:55',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(903,'4000','181745918748','2025-04-29 12:25:48',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(904,'4000','181745918748','2025-04-29 12:26:10',NULL,200.00,'','18','1','Good sold','1','','sales','43','','No',NULL,NULL,''),(905,'1000','181745907828','2025-04-29 09:23:49',330.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(906,'4000','181745907828','2025-04-29 09:23:49',NULL,180.00,'','18','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(907,'4000','181745907828','2025-04-29 09:23:48',NULL,100.00,'','18','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(908,'4000','181745907828','2025-04-29 10:41:38',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(909,'1000','181745919686','2025-04-29 12:41:35',330.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(910,'4000','181745919686','2025-04-29 12:41:35',NULL,130.00,'','18','1','Good sold','1','','sales','24','','No',NULL,NULL,''),(911,'4000','181745919686','2025-04-29 12:41:26',NULL,200.00,'','18','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(912,'1000','181745919995','2025-04-29 12:46:38',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(913,'4000','181745919995','2025-04-29 12:46:38',NULL,100.00,'','18','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(916,'1000','181745921452','2025-04-29 13:11:20',620.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(917,'4000','181745921452','2025-04-29 13:11:20',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(918,'4000','181745921452','2025-04-29 13:10:52',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(919,'4000','181745921452','2025-04-29 13:10:55',NULL,280.00,'','18','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(920,'4000','181745921452','2025-04-29 13:11:11',NULL,280.00,'','18','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(921,'1000','181745921004','2025-04-29 13:03:29',400.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(922,'4000','181745921004','2025-04-29 13:03:29',NULL,200.00,'','18','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(923,'4000','181745921004','2025-04-29 13:03:24',NULL,100.00,'','18','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(924,'4000','181745921004','2025-04-29 13:25:35',NULL,100.00,'','18','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(925,'1000','181745922399','2025-04-29 13:27:07',250.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(926,'4000','181745922399','2025-04-29 13:27:07',NULL,200.00,'','18','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(927,'4000','181745922399','2025-04-29 13:26:39',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(928,'1000','181745922841','2025-04-29 13:34:44',250.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(929,'4000','181745922841','2025-04-29 13:34:44',NULL,200.00,'','18','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(930,'4000','181745922841','2025-04-29 13:34:02',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(933,'1000','181745923177','2025-04-29 13:40:22',200.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(934,'4000','181745923177','2025-04-29 13:40:22',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(935,'4000','181745923177','2025-04-29 13:39:37',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(936,'1000','181745922949','2025-04-29 13:35:54',250.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(937,'4000','181745922949','2025-04-29 13:35:54',NULL,200.00,'','18','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(938,'4000','181745922949','2025-04-29 13:35:50',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(939,'1000','181745923962','2025-04-29 13:52:59',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(940,'4000','181745923962','2025-04-29 13:52:59',NULL,100.00,'','18','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(943,'1000','181745925129','2025-04-29 14:12:11',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(944,'4000','181745925129','2025-04-29 14:12:11',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(950,'1000','181745924815','2025-04-29 14:06:56',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(951,'4000','181745924815','2025-04-29 14:06:56',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(952,'1000','181745927025','2025-04-29 14:44:20',300.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(953,'4000','181745927025','2025-04-29 14:44:20',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(954,'4000','181745927025','2025-04-29 14:43:45',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(955,'1000','181745927172','2025-04-29 14:46:14',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(956,'4000','181745927172','2025-04-29 14:46:14',NULL,100.00,'','18','1','Good sold','1','','sales','57','','No',NULL,NULL,''),(957,'1000','181745925317','2025-04-29 14:16:13',1280.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(958,'4000','181745925317','2025-04-29 14:16:13',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(959,'4000','181745925317','2025-04-29 14:15:17',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(960,'4000','181745925317','2025-04-29 14:15:23',NULL,350.00,'','18','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(961,'4000','181745925317','2025-04-29 14:16:05',NULL,350.00,'','18','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(962,'4000','181745925317','2025-04-29 14:16:10',NULL,280.00,'','18','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(963,'1000','181745928214','2025-04-29 15:03:36',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(964,'4000','181745928214','2025-04-29 15:03:36',NULL,150.00,'','18','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(965,'1000','181745928966','2025-04-29 15:16:09',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(966,'4000','181745928966','2025-04-29 15:16:09',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(967,'1000','181745930337','2025-04-29 15:38:59',20.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(968,'4000','181745930337','2025-04-29 15:38:59',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(969,'1000','181745930375','2025-04-29 15:39:37',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(970,'4000','181745930375','2025-04-29 15:39:37',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(971,'1000','181745930873','2025-04-29 15:48:11',200.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(972,'4000','181745930873','2025-04-29 15:48:11',NULL,150.00,'','18','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(973,'4000','181745930873','2025-04-29 15:47:53',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(974,'1000','181745931726','2025-04-29 16:02:08',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(975,'4000','181745931726','2025-04-29 16:02:08',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(976,'1000','181745934552','2025-04-29 16:49:15',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(977,'4000','181745934552','2025-04-29 16:49:15',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(978,'1000','181745934611','2025-04-29 16:50:16',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(979,'4000','181745934611','2025-04-29 16:50:16',NULL,150.00,'','18','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(980,'1000','181745934687','2025-04-29 16:51:40',60.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(981,'4000','181745934687','2025-04-29 16:51:40',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(982,'4000','181745934687','2025-04-29 16:51:27',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(983,'1000','181745934991','2025-04-29 16:56:36',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(984,'4000','181745934991','2025-04-29 16:56:36',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(987,'1000','181745935845','2025-04-29 17:10:49',30.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(988,'4000','181745935845','2025-04-29 17:10:49',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(989,'1000','181745935574','2025-04-29 17:06:17',170.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(990,'4000','181745935574','2025-04-29 17:06:17',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(991,'4000','181745935574','2025-04-29 17:06:14',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(992,'4000','181745935574','2025-04-29 17:17:48',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(993,'1000','181745936341','2025-04-29 17:19:05',30.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(994,'4000','181745936341','2025-04-29 17:19:05',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(997,'1000','211745936819','2025-04-29 17:27:00',0.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(998,'1000','181745938357','2025-04-29 17:52:58',700.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(999,'4000','181745938357','2025-04-29 17:52:58',NULL,600.00,'','18','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(1000,'4000','181745938357','2025-04-29 17:52:37',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(1001,'4000','181745938357','2025-04-29 17:52:47',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(1002,'1000','181745936805','2025-04-29 17:26:48',400.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1003,'4000','181745936805','2025-04-29 17:26:48',NULL,100.00,'','18','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1004,'4000','181745936805','2025-04-29 17:26:46',NULL,100.00,'','18','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1005,'4000','181745936805','2025-04-29 18:31:45',NULL,100.00,'','18','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1006,'4000','181745936805','2025-04-29 18:32:26',NULL,100.00,'','18','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1007,'1000','181745941520','2025-04-29 18:47:00',240.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1008,'4000','181745941520','2025-04-29 18:47:00',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1009,'4000','181745941520','2025-04-29 18:45:20',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1010,'4000','181745941520','2025-04-29 18:45:59',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1011,'4000','181745941520','2025-04-29 18:46:23',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1012,'1000','181745942293','2025-04-29 18:58:29',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1013,'4000','181745942293','2025-04-29 18:58:29',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1014,'4000','181745942293','2025-04-29 18:58:13',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1015,'1000','181745942428','2025-04-29 19:00:51',530.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1016,'4000','181745942428','2025-04-29 19:00:51',NULL,300.00,'','18','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(1017,'4000','181745942428','2025-04-29 19:00:28',NULL,180.00,'','18','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(1018,'4000','181745942428','2025-04-29 19:00:39',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(1019,'1000','181745942747','2025-04-29 19:05:55',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1020,'4000','181745942747','2025-04-29 19:05:55',NULL,50.00,'','18','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(1021,'1000','181745942975','2025-04-29 19:10:05',120.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1022,'4000','181745942975','2025-04-29 19:10:05',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1023,'4000','181745942975','2025-04-29 19:09:36',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1024,'1000','181745943889','2025-04-29 19:25:07',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1025,'4000','181745943889','2025-04-29 19:25:07',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1026,'4000','181745943889','2025-04-29 19:24:49',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1027,'1000','181745943999','2025-04-29 19:27:24',110.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1028,'4000','181745943999','2025-04-29 19:27:24',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1029,'4000','181745943999','2025-04-29 19:26:39',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(1030,'4000','181745943999','2025-04-29 19:27:03',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(1031,'4000','181745943999','2025-04-29 19:27:08',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(1032,'1000','181745944782','2025-04-29 19:41:42',1040.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1033,'4000','181745944782','2025-04-29 19:41:42',NULL,130.00,'','18','1','Good sold','1','','sales','24','','No',NULL,NULL,''),(1034,'4000','181745944782','2025-04-29 19:39:42',NULL,130.00,'','18','1','Good sold','1','','sales','24','','No',NULL,NULL,''),(1035,'4000','181745944782','2025-04-29 19:39:48',NULL,130.00,'','18','1','Good sold','1','','sales','24','','No',NULL,NULL,''),(1036,'4000','181745944782','2025-04-29 19:40:36',NULL,150.00,'','18','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(1037,'4000','181745944782','2025-04-29 19:41:02',NULL,250.00,'','18','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(1038,'4000','181745944782','2025-04-29 19:41:24',NULL,250.00,'','18','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(1039,'1000','181745945532','2025-04-29 19:52:15',280.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1040,'4000','181745945532','2025-04-29 19:52:15',NULL,280.00,'','18','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(1041,'1000','111745902781','2025-04-29 19:57:36',30.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1042,'4000','111745902781','2025-04-29 19:57:36',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1043,'1000','111745945927','2025-04-29 20:00:52',200.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1044,'4000','111745945927','2025-04-29 20:00:52',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1045,'4000','111745945927','2025-04-29 19:58:47',NULL,150.00,'','11','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(1046,'1000','111745946498','2025-04-29 20:08:44',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1047,'4000','111745946498','2025-04-29 20:08:44',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1048,'1000','181745907588','2025-04-29 09:19:50',180.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1049,'4000','181745907588','2025-04-29 09:19:50',NULL,180.00,'','18','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(1050,'1000','181745947750','2025-04-29 20:29:11',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1051,'4000','181745947750','2025-04-29 20:29:11',NULL,50.00,'','18','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(1052,'1000','111745947938','2025-04-29 20:32:45',100.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1053,'4000','111745947938','2025-04-29 20:32:45',NULL,100.00,'','11','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1054,'1000','111745948622','2025-04-29 20:44:18',200.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1055,'4000','111745948622','2025-04-29 20:44:18',NULL,100.00,'','11','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1056,'4000','111745948622','2025-04-29 20:43:42',NULL,100.00,'','11','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1057,'1000','111745949582','2025-04-29 21:00:39',90.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1058,'4000','111745949582','2025-04-29 21:00:39',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(1059,'4000','111745949582','2025-04-29 20:59:42',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(1060,'4000','111745949582','2025-04-29 21:00:01',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1061,'1000','111745956045','2025-04-29 22:47:54',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1062,'4000','111745956045','2025-04-29 22:47:54',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(1063,'1000','111745956188','2025-04-29 22:50:14',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1064,'4000','111745956188','2025-04-29 22:50:14',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(1065,'1000','111745961093','2025-04-30 00:14:13',100.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1066,'4000','111745961093','2025-04-30 00:14:13',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1067,'4000','111745961093','2025-04-30 00:11:33',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1068,'1000','111745961351','2025-04-30 00:16:39',330.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1069,'4000','111745961351','2025-04-30 00:16:39',NULL,50.00,'','11','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(1070,'4000','111745961351','2025-04-30 00:15:51',NULL,280.00,'','11','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(1071,'1000','111745961512','2025-04-30 00:18:55',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1072,'4000','111745961512','2025-04-30 00:18:55',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(1073,'1000','111745962350','2025-04-30 00:37:03',280.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1074,'4000','111745962350','2025-04-30 00:37:03',NULL,280.00,'','11','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(1075,'1000','111745963654','2025-04-30 00:55:43',250.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1076,'4000','111745963654','2025-04-30 00:55:43',NULL,200.00,'','11','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(1077,'4000','111745963654','2025-04-30 00:54:14',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1078,'1000','111745964191','2025-04-30 01:04:01',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1079,'4000','111745964191','2025-04-30 01:04:01',NULL,50.00,'','11','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(1080,'1000','111745977316','2025-04-30 04:42:13',200.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1081,'4000','111745977316','2025-04-30 04:42:13',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1082,'4000','111745977316','2025-04-30 04:41:56',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1083,'4000','111745977316','2025-04-30 04:42:06',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1084,'4000','111745977316','2025-04-30 04:42:09',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1085,'1000','181745993077','2025-04-30 09:04:38',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1086,'4000','181745993077','2025-04-30 09:04:38',NULL,50.00,'','18','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(1087,'1000','211745994087','2025-04-30 09:33:20',2.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1088,'4000','211745994087','2025-04-30 09:33:20',NULL,2.00,'','21','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(1089,'1000','181745995187','2025-04-30 09:42:11',130.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1090,'4000','181745995187','2025-04-30 09:42:11',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(1091,'4000','181745995187','2025-04-30 09:39:47',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(1092,'4000','181745995187','2025-04-30 09:40:12',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1093,'4000','181745995187','2025-04-30 09:40:21',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1094,'1000','181745995365','2025-04-30 09:43:12',160.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1095,'4000','181745995365','2025-04-30 09:43:12',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(1096,'4000','181745995365','2025-04-30 09:42:45',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1097,'4000','181745995365','2025-04-30 09:42:49',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(1098,'4000','181745995365','2025-04-30 09:42:56',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1099,'1000','181745996374','2025-04-30 09:59:36',20.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1100,'4000','181745996374','2025-04-30 09:59:36',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(1101,'1000','211745997232','2025-04-30 10:14:06',60.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1102,'4000','211745997232','2025-04-30 10:14:06',NULL,60.00,'','21','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1103,'1000','181745998552','2025-04-30 10:36:09',110.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1104,'4000','181745998552','2025-04-30 10:36:09',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1105,'4000','181745998552','2025-04-30 10:35:52',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1106,'1000','181745998845','2025-04-30 10:40:48',60.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1107,'4000','181745998845','2025-04-30 10:40:48',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1111,'1000','181745999344','2025-04-30 10:49:05',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1112,'4000','181745999344','2025-04-30 10:49:05',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(1113,'1000','181745999047','2025-04-30 10:44:27',110.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1114,'4000','181745999047','2025-04-30 10:44:27',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1115,'4000','181745999047','2025-04-30 10:44:07',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1116,'4000','181745999047','2025-04-30 10:44:25',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1117,'1000','181746000126','2025-04-30 11:02:08',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1118,'4000','181746000126','2025-04-30 11:02:08',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1119,'1000','11746000178','2025-04-30 11:03:19',30.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1120,'4000','11746000178','2025-04-30 11:03:19',NULL,30.00,'','1','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1121,'1000','181746000425','2025-04-30 11:07:08',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1122,'4000','181746000425','2025-04-30 11:07:08',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(1123,'1000','181746000502','2025-04-30 11:08:25',60.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1124,'4000','181746000502','2025-04-30 11:08:25',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1125,'1000','211746000662','2025-04-30 11:11:10',150.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1126,'4000','211746000662','2025-04-30 11:11:10',NULL,150.00,'','21','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(1127,'1000','211746000740','2025-04-30 11:12:30',50.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1128,'4000','211746000740','2025-04-30 11:12:30',NULL,50.00,'','21','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1129,'1000','181746000834','2025-04-30 11:13:56',30.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1130,'4000','181746000834','2025-04-30 11:13:56',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1131,'1000','11746002150','2025-04-30 11:35:53',250.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1132,'4000','11746002150','2025-04-30 11:35:53',NULL,250.00,'','1','1','Good sold','1','','sales','66','','No',NULL,NULL,''),(1133,'1000','11746003039','2025-04-30 11:50:42',300.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1134,'4000','11746003039','2025-04-30 11:50:42',NULL,300.00,'','1','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(1135,'1000','11746003112','2025-04-30 11:51:57',150.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1136,'4000','11746003112','2025-04-30 11:51:57',NULL,150.00,'','1','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(1137,'1000','181746003438','2025-04-30 11:57:20',180.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1138,'4000','181746003438','2025-04-30 11:57:20',NULL,180.00,'','18','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(1139,'1000','181746003490','2025-04-30 11:58:30',60.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1140,'4000','181746003490','2025-04-30 11:58:30',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1141,'1000','211746003950','2025-04-30 12:05:56',180.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1142,'4000','211746003950','2025-04-30 12:05:56',NULL,180.00,'','21','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(1143,'1000','211746004026','2025-04-30 12:07:11',60.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1144,'4000','211746004026','2025-04-30 12:07:11',NULL,60.00,'','21','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1145,'1000','31746004520','2025-04-30 12:15:56',2.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1146,'4000','31746004520','2025-04-30 12:15:56',NULL,2.00,'','3','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(1147,'1000','31746004595','2025-04-30 12:17:10',2.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1148,'4000','31746004595','2025-04-30 12:17:10',NULL,2.00,'','3','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(1149,'1000','31746004682','2025-04-30 12:18:12',200.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1150,'4000','31746004682','2025-04-30 12:18:12',NULL,200.00,'','3','1','Good sold','1','','sales','43','','No',NULL,NULL,''),(1153,'1000','31746004737','2025-04-30 12:19:04',150.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1154,'4000','31746004737','2025-04-30 12:19:04',NULL,150.00,'','3','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(1155,'1000','211746004890','2025-04-30 12:21:36',50.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1156,'4000','211746004890','2025-04-30 12:21:36',NULL,50.00,'','21','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(1157,'1000','181746006900','2025-04-30 12:55:10',330.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1158,'4000','181746006900','2025-04-30 12:55:10',NULL,280.00,'','18','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(1159,'4000','181746006900','2025-04-30 12:55:00',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(1160,'1000','181746006981','2025-04-30 12:56:49',480.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1161,'4000','181746006981','2025-04-30 12:56:49',NULL,200.00,'','18','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(1162,'4000','181746006981','2025-04-30 12:56:21',NULL,280.00,'','18','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(1163,'1000','181746008119','2025-04-30 13:15:55',380.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1164,'4000','181746008119','2025-04-30 13:15:55',NULL,280.00,'','18','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(1165,'4000','181746008119','2025-04-30 13:15:20',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(1166,'4000','181746008119','2025-04-30 13:15:32',NULL,50.00,'','18','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(1167,'1000','181746009161','2025-04-30 13:32:43',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1168,'4000','181746009161','2025-04-30 13:32:43',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1172,'1000','181746011218','2025-04-30 14:07:27',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1173,'4000','181746011218','2025-04-30 14:07:27',NULL,100.00,'','18','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(1174,'1000','211746011448','2025-04-30 14:12:01',750.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1175,'4000','211746011448','2025-04-30 14:12:01',NULL,600.00,'','21','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(1176,'4000','211746011448','2025-04-30 14:10:48',NULL,50.00,'','21','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(1177,'4000','211746011448','2025-04-30 14:11:24',NULL,50.00,'','21','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(1178,'4000','211746011448','2025-04-30 14:11:47',NULL,50.00,'','21','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(1179,'1000','181746011596','2025-04-30 14:17:04',330.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1180,'4000','181746011596','2025-04-30 14:17:04',NULL,280.00,'','18','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(1181,'4000','181746011596','2025-04-30 14:13:16',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(1182,'1000','181746012038','2025-04-30 14:20:58',120.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1183,'4000','181746012038','2025-04-30 14:20:58',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1184,'4000','181746012038','2025-04-30 14:20:38',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(1185,'4000','181746012038','2025-04-30 14:20:52',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(1186,'1000','211746013122','2025-04-30 14:38:45',50.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1187,'4000','211746013122','2025-04-30 14:38:45',NULL,50.00,'','21','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(1188,'1000','211746010322','2025-04-30 13:53:25',400.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1189,'4000','211746010322','2025-04-30 13:53:25',NULL,280.00,'','21','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(1190,'4000','211746010322','2025-04-30 13:52:02',NULL,30.00,'','21','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1191,'4000','211746010322','2025-04-30 13:52:26',NULL,30.00,'','21','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1192,'4000','211746010322','2025-04-30 14:47:54',NULL,30.00,'','21','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1193,'4000','211746010322','2025-04-30 14:48:01',NULL,30.00,'','21','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1194,'1000','181746014072','2025-04-30 14:54:38',1200.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1195,'4000','181746014072','2025-04-30 14:54:38',NULL,600.00,'','18','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(1196,'4000','181746014072','2025-04-30 14:54:32',NULL,600.00,'','18','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(1197,'1000','181746018235','2025-04-30 16:04:03',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1198,'4000','181746018235','2025-04-30 16:04:03',NULL,100.00,'','18','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(1199,'1000','181746018669','2025-04-30 16:11:19',200.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1200,'4000','181746018669','2025-04-30 16:11:19',NULL,100.00,'','18','1','Good sold','1','','sales','76','','No',NULL,NULL,''),(1201,'4000','181746018669','2025-04-30 16:11:09',NULL,100.00,'','18','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(1205,'1000','181746018722','2025-04-30 16:12:12',200.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1206,'4000','181746018722','2025-04-30 16:12:12',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(1207,'4000','181746018722','2025-04-30 16:12:02',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(1208,'4000','181746018722','2025-04-30 16:12:10',NULL,100.00,'','18','1','Good sold','1','','sales','76','','No',NULL,NULL,''),(1209,'1000','181746019205','2025-04-30 16:20:07',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1210,'4000','181746019205','2025-04-30 16:20:07',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(1219,'1000','181746023556','2025-04-30 17:32:50',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1220,'4000','181746023556','2025-04-30 17:32:50',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1221,'1000','181746024444','2025-04-30 17:47:38',180.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1222,'4000','181746024444','2025-04-30 17:47:38',NULL,180.00,'','18','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(1230,'1000','181746026596','2025-04-30 18:24:15',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1231,'4000','181746026596','2025-04-30 18:24:15',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1232,'4000','181746026596','2025-04-30 18:23:17',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1233,'4000','181746026596','2025-04-30 18:23:27',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(1242,'1000','181746028961','2025-04-30 19:02:47',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1243,'4000','181746028961','2025-04-30 19:02:47',NULL,150.00,'','18','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(1254,'1000','211746020354','2025-04-30 16:39:51',1500.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1255,'4000','211746020354','2025-04-30 16:39:51',NULL,50.00,'','21','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(1256,'4000','211746020354','2025-04-30 16:39:14',NULL,600.00,'','21','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(1257,'4000','211746020354','2025-04-30 16:49:45',NULL,50.00,'','21','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(1258,'4000','211746020354','2025-04-30 16:50:34',NULL,180.00,'','21','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(1259,'4000','211746020354','2025-04-30 18:08:53',NULL,180.00,'','21','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(1260,'4000','211746020354','2025-04-30 18:09:09',NULL,20.00,'','21','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(1261,'4000','211746020354','2025-04-30 18:11:02',NULL,20.00,'','21','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(1262,'4000','211746020354','2025-04-30 18:35:47',NULL,50.00,'','21','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(1263,'4000','211746020354','2025-04-30 18:56:38',NULL,50.00,'','21','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(1264,'4000','211746020354','2025-04-30 18:56:51',NULL,150.00,'','21','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(1265,'4000','211746020354','2025-04-30 19:14:25',NULL,150.00,'','21','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(1268,'1000','181746029965','2025-04-30 19:20:14',200.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1269,'4000','181746029965','2025-04-30 19:20:14',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1270,'4000','181746029965','2025-04-30 19:19:25',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(1271,'1000','181746030588','2025-04-30 19:30:38',120.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1272,'4000','181746030588','2025-04-30 19:30:38',NULL,50.00,'','18','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(1273,'4000','181746030588','2025-04-30 19:29:48',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1274,'4000','181746030588','2025-04-30 19:29:56',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(1275,'1000','181746029816','2025-04-30 19:16:57',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1276,'4000','181746029816','2025-04-30 19:16:57',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1277,'4000','181746029816','2025-04-30 19:16:56',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1278,'1000','181746031457','2025-04-30 19:44:19',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1279,'4000','181746031457','2025-04-30 19:44:19',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1280,'1000','181746031849','2025-04-30 19:50:50',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1281,'4000','181746031849','2025-04-30 19:50:50',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(1282,'1000','181746032035','2025-04-30 19:53:57',60.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1283,'4000','181746032035','2025-04-30 19:53:57',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1284,'1000','181746032361','2025-04-30 19:59:22',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1285,'4000','181746032361','2025-04-30 19:59:22',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1286,'1000','181746033114','2025-04-30 20:11:55',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1287,'4000','181746033114','2025-04-30 20:11:55',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1288,'1000','181746033815','2025-04-30 20:23:36',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1289,'4000','181746033815','2025-04-30 20:23:36',NULL,150.00,'','18','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(1290,'1000','181746033864','2025-04-30 20:24:48',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1291,'4000','181746033864','2025-04-30 20:24:48',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1292,'1000','111746034324','2025-04-30 20:32:19',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1293,'4000','111746034324','2025-04-30 20:32:19',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1294,'1000','111746034425','2025-04-30 20:35:13',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1295,'4000','111746034425','2025-04-30 20:35:13',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1296,'1000','181746034881','2025-04-30 20:46:44',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1297,'4000','181746034881','2025-04-30 20:46:44',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1298,'1000','181746035286','2025-04-30 20:48:39',140.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1299,'4000','181746035286','2025-04-30 20:48:39',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1300,'4000','181746035286','2025-04-30 20:48:06',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1301,'4000','181746035286','2025-04-30 20:48:10',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(1302,'4000','181746035286','2025-04-30 20:48:30',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(1303,'1000','111746035364','2025-04-30 20:50:24',320.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1304,'4000','111746035364','2025-04-30 20:50:24',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1305,'4000','111746035364','2025-04-30 20:49:24',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1306,'4000','111746035364','2025-04-30 20:49:44',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1307,'4000','111746035364','2025-04-30 20:49:54',NULL,100.00,'','11','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1308,'4000','111746035364','2025-04-30 20:50:03',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1309,'1000','111746035501','2025-04-30 20:51:42',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1310,'4000','111746035501','2025-04-30 20:51:42',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(1311,'1000','211746035612','2025-04-30 20:54:24',220.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1312,'4000','211746035612','2025-04-30 20:54:24',NULL,60.00,'','21','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1313,'4000','211746035612','2025-04-30 20:53:32',NULL,60.00,'','21','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1314,'4000','211746035612','2025-04-30 20:53:37',NULL,50.00,'','21','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1315,'4000','211746035612','2025-04-30 20:54:17',NULL,50.00,'','21','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1316,'1000','181746035935','2025-04-30 20:58:56',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1317,'4000','181746035935','2025-04-30 20:58:56',NULL,150.00,'','18','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(1318,'1000','211746036361','2025-04-30 21:06:07',100.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1319,'4000','211746036361','2025-04-30 21:06:07',NULL,100.00,'','21','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(1320,'1000','181746036549','2025-04-30 21:09:27',110.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1321,'4000','181746036549','2025-04-30 21:09:27',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1322,'4000','181746036549','2025-04-30 21:09:09',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1323,'1000','211746036728','2025-04-30 21:12:11',60.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1324,'4000','211746036728','2025-04-30 21:12:11',NULL,60.00,'','21','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1325,'1000','111746036825','2025-04-30 21:14:01',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1326,'4000','111746036825','2025-04-30 21:14:01',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(1337,'1000','111746037424','2025-04-30 21:23:45',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1338,'4000','111746037424','2025-04-30 21:23:45',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1350,'1000','211746038172','2025-04-30 21:36:14',100.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1351,'4000','211746038172','2025-04-30 21:36:14',NULL,100.00,'','21','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1352,'1000','111746038244','2025-04-30 21:38:13',280.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1353,'4000','111746038244','2025-04-30 21:38:13',NULL,280.00,'','11','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(1354,'1000','111746038789','2025-04-30 21:46:56',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1355,'4000','111746038789','2025-04-30 21:46:56',NULL,300.00,'','11','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(1356,'1000','111746037120','2025-04-30 21:22:32',2640.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1357,'4000','111746037120','2025-04-30 21:22:32',NULL,50.00,'','11','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(1358,'4000','111746037120','2025-04-30 21:18:40',NULL,100.00,'','11','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(1359,'4000','111746037120','2025-04-30 21:19:18',NULL,300.00,'','11','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(1360,'4000','111746037120','2025-04-30 21:21:16',NULL,300.00,'','11','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(1361,'4000','111746037120','2025-04-30 21:21:19',NULL,300.00,'','11','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(1362,'4000','111746037120','2025-04-30 21:21:23',NULL,300.00,'','11','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(1363,'4000','111746037120','2025-04-30 21:21:27',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1364,'4000','111746037120','2025-04-30 21:21:44',NULL,50.00,'','11','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(1365,'4000','111746037120','2025-04-30 21:22:21',NULL,50.00,'','11','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(1366,'4000','111746037120','2025-04-30 21:22:30',NULL,560.00,'','11','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(1367,'4000','111746037120','2025-04-30 21:34:36',NULL,600.00,'','11','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(1368,'1000','111746039580','2025-04-30 22:01:18',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1369,'4000','111746039580','2025-04-30 22:01:18',NULL,150.00,'','11','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(1370,'1000','111746040046','2025-04-30 22:07:44',60.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1371,'4000','111746040046','2025-04-30 22:07:44',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1372,'1000','111746040551','2025-04-30 22:16:17',200.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1373,'4000','111746040551','2025-04-30 22:16:17',NULL,200.00,'','11','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(1374,'1000','181746040736','2025-04-30 22:18:57',300.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1375,'4000','181746040736','2025-04-30 22:18:57',NULL,300.00,'','18','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(1376,'1000','111746041027','2025-04-30 22:23:48',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1377,'4000','111746041027','2025-04-30 22:23:48',NULL,150.00,'','11','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(1378,'1000','111746041858','2025-04-30 22:38:04',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1379,'4000','111746041858','2025-04-30 22:38:04',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(1380,'1000','101745672061','2025-04-26 15:54:40',2.00,NULL,'','10','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1381,'4000','101745672061','2025-04-26 15:54:40',NULL,2.00,'','10','1','Good sold','1','','sales','77','','No',NULL,NULL,''),(1382,'1000','101746042761','2025-04-30 22:54:08',270.00,NULL,'','10','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1383,'4000','101746042761','2025-04-30 22:54:08',NULL,60.00,'','10','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1384,'4000','101746042761','2025-04-30 22:52:41',NULL,60.00,'','10','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1385,'4000','101746042761','2025-04-30 22:53:12',NULL,150.00,'','10','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(1386,'1000','101746042886','2025-04-30 22:55:52',270.00,NULL,'','10','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1387,'4000','101746042886','2025-04-30 22:55:52',NULL,60.00,'','10','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1388,'4000','101746042886','2025-04-30 22:54:46',NULL,60.00,'','10','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1389,'4000','101746042886','2025-04-30 22:55:14',NULL,150.00,'','10','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(1390,'1000','101746043777','2025-04-30 23:12:14',270.00,NULL,'','10','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1391,'4000','101746043777','2025-04-30 23:12:14',NULL,60.00,'','10','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1392,'4000','101746043777','2025-04-30 23:09:38',NULL,60.00,'','10','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1393,'4000','101746043777','2025-04-30 23:11:35',NULL,150.00,'','10','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(1394,'1000','101746043969','2025-04-30 23:15:10',270.00,NULL,'','10','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1395,'4000','101746043969','2025-04-30 23:15:10',NULL,60.00,'','10','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1396,'4000','101746043969','2025-04-30 23:12:50',NULL,60.00,'','10','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1397,'4000','101746043969','2025-04-30 23:14:21',NULL,150.00,'','10','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(1398,'1000','111746074066','2025-05-01 07:34:31',60.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1399,'4000','111746074066','2025-05-01 07:34:31',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1400,'4000','111746074066','2025-05-01 07:34:26',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1401,'1000','211746078899','2025-05-01 08:55:02',30.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1402,'4000','211746078899','2025-05-01 08:55:02',NULL,30.00,'','21','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1403,'1000','211746079696','2025-05-01 09:08:24',20.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1404,'4000','211746079696','2025-05-01 09:08:24',NULL,20.00,'','21','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(1405,'1000','211746079938','2025-05-01 09:12:21',50.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1406,'4000','211746079938','2025-05-01 09:12:21',NULL,50.00,'','21','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1407,'1000','211746080247','2025-05-01 09:17:29',60.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1408,'4000','211746080247','2025-05-01 09:17:29',NULL,60.00,'','21','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1409,'1000','211746080284','2025-05-01 09:18:08',50.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1410,'4000','211746080284','2025-05-01 09:18:08',NULL,50.00,'','21','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(1411,'1000','211746080309','2025-05-01 09:18:31',20.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1412,'4000','211746080309','2025-05-01 09:18:31',NULL,20.00,'','21','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(1413,'1000','211746081167','2025-05-01 09:32:49',50.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1414,'4000','211746081167','2025-05-01 09:32:49',NULL,50.00,'','21','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1415,'1000','211746081234','2025-05-01 09:33:56',20.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1416,'4000','211746081234','2025-05-01 09:33:56',NULL,20.00,'','21','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(1417,'1000','181746081441','2025-05-01 09:37:22',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1418,'4000','181746081441','2025-05-01 09:37:22',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(1419,'1000','181746081477','2025-05-01 09:37:58',20.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1420,'4000','181746081477','2025-05-01 09:37:58',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(1421,'1000','211746081580','2025-05-01 09:39:43',50.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1422,'4000','211746081580','2025-05-01 09:39:43',NULL,50.00,'','21','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(1425,'1000','211746083747','2025-05-01 10:15:50',80.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1426,'4000','211746083747','2025-05-01 10:15:50',NULL,50.00,'','21','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1427,'4000','211746083747','2025-05-01 10:15:47',NULL,30.00,'','21','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1428,'1000','211746084071','2025-05-01 10:21:13',50.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1429,'4000','211746084071','2025-05-01 10:21:13',NULL,50.00,'','21','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1432,'1000','211746084216','2025-05-01 10:23:39',80.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1433,'4000','211746084216','2025-05-01 10:23:39',NULL,50.00,'','21','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1434,'4000','211746084216','2025-05-01 10:23:36',NULL,30.00,'','21','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1435,'1000','181746088860','2025-05-01 11:41:20',250.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1436,'4000','181746088860','2025-05-01 11:41:20',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(1437,'4000','181746088860','2025-05-01 11:41:00',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(1438,'4000','181746088860','2025-05-01 11:41:03',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(1439,'1000','211746089216','2025-05-01 11:46:59',100.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1440,'4000','211746089216','2025-05-01 11:46:59',NULL,100.00,'','21','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1441,'1000','211746089872','2025-05-01 11:57:53',50.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1442,'4000','211746089872','2025-05-01 11:57:53',NULL,50.00,'','21','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(1443,'1000','181746090334','2025-05-01 12:05:35',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1444,'4000','181746090334','2025-05-01 12:05:35',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(1445,'1000','181746090482','2025-05-01 12:08:04',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1446,'4000','181746090482','2025-05-01 12:08:04',NULL,50.00,'','18','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(1458,'1000','181746091144','2025-05-01 12:19:09',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1459,'4000','181746091144','2025-05-01 12:19:09',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1460,'4000','181746091144','2025-05-01 12:19:04',NULL,50.00,'','18','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(1461,'1000','211746092236','2025-05-01 12:37:20',100.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1462,'4000','211746092236','2025-05-01 12:37:20',NULL,100.00,'','21','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(1463,'4000','211746092236','2025-05-01 12:38:25',100.00,NULL,'','21','1','Returned products','1','','return','','','No',NULL,NULL,''),(1464,'1000','211746092236','2025-05-01 12:38:25',NULL,100.00,'','21','1','Returned products','1','','return','','','No',NULL,NULL,''),(1465,'5500','211746092236','2025-05-01 12:38:25',NULL,0.00,'','21','1','Cost of goods returned','1','','sales','61','','No',NULL,NULL,''),(1466,'1110','211746092236','2025-05-01 12:38:25',0.00,NULL,'','21','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(1467,'1000','211746092368','2025-05-01 12:39:31',50.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1468,'4000','211746092368','2025-05-01 12:39:31',NULL,50.00,'','21','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(1482,'1000','181746091673','2025-05-01 12:28:19',410.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1483,'4000','181746091673','2025-05-01 12:28:19',NULL,100.00,'','18','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1484,'4000','181746091673','2025-05-01 12:27:53',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1485,'4000','181746091673','2025-05-01 12:27:59',NULL,50.00,'','18','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(1486,'4000','181746091673','2025-05-01 12:28:16',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1487,'4000','181746091673','2025-05-01 12:56:54',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1488,'4000','181746091673','2025-05-01 12:57:05',NULL,100.00,'','18','1','Good sold','1','','sales','2','','No',NULL,NULL,''),(1489,'4000','181746091673','2025-05-01 12:57:57',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1493,'1000','181746091567','2025-05-01 12:26:29',350.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1494,'4000','181746091567','2025-05-01 12:26:29',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1495,'4000','181746091567','2025-05-01 12:26:07',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1496,'4000','181746091567','2025-05-01 12:26:11',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1497,'4000','181746091567','2025-05-01 12:26:23',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1498,'4000','181746091567','2025-05-01 12:26:27',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1499,'4000','181746091567','2025-05-01 12:49:23',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1500,'4000','181746091567','2025-05-01 12:53:04',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1507,'1000','181746093740','2025-05-01 13:02:30',850.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1508,'4000','181746093740','2025-05-01 13:02:30',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(1509,'4000','181746093740','2025-05-01 13:02:21',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(1510,'4000','181746093740','2025-05-01 13:02:27',NULL,600.00,'','18','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(1511,'4000','181746093740','2025-05-01 14:01:35',NULL,50.00,'','18','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(1512,'4000','181746093740','2025-05-01 14:01:47',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(1513,'4000','181746093740','2025-05-01 14:02:00',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(1519,'1000','181746097556','2025-05-01 14:05:58',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1520,'4000','181746097556','2025-05-01 14:05:58',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(1526,'1000','181746096538','2025-05-01 13:49:13',310.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1527,'4000','181746096538','2025-05-01 13:49:13',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1528,'4000','181746096538','2025-05-01 13:48:58',NULL,150.00,'','18','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(1529,'4000','181746096538','2025-05-01 13:49:11',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1530,'4000','181746096538','2025-05-01 14:09:51',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(1531,'4000','181746096538','2025-05-01 14:09:58',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1541,'1000','181746098493','2025-05-01 14:21:44',650.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1542,'4000','181746098493','2025-05-01 14:21:44',NULL,600.00,'','18','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(1543,'4000','181746098493','2025-05-01 14:21:33',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(1544,'1000','181746099217','2025-05-01 14:33:43',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1545,'4000','181746099217','2025-05-01 14:33:43',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1546,'4000','181746099217','2025-05-01 14:33:37',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1547,'1000','211746097216','2025-05-01 14:00:34',820.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1548,'4000','211746097216','2025-05-01 14:00:34',NULL,180.00,'','21','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(1549,'4000','211746097216','2025-05-01 14:00:16',NULL,50.00,'','21','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(1550,'4000','211746097216','2025-05-01 14:00:24',NULL,180.00,'','21','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(1551,'4000','211746097216','2025-05-01 14:03:50',NULL,50.00,'','21','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(1552,'4000','211746097216','2025-05-01 14:04:05',NULL,50.00,'','21','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(1553,'4000','211746097216','2025-05-01 14:17:55',NULL,50.00,'','21','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(1554,'4000','211746097216','2025-05-01 14:18:02',NULL,180.00,'','21','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(1555,'4000','211746097216','2025-05-01 14:19:31',NULL,50.00,'','21','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(1556,'4000','211746097216','2025-05-01 14:19:47',NULL,30.00,'','21','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1559,'1000','211746100058','2025-05-01 14:48:19',50.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1560,'4000','211746100058','2025-05-01 14:48:19',NULL,50.00,'','21','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(1561,'4000','211746100058','2025-05-01 14:48:43',50.00,NULL,'','21','1','Returned products','1','','return','','','No',NULL,NULL,''),(1562,'1000','211746100058','2025-05-01 14:48:43',NULL,50.00,'','21','1','Returned products','1','','return','','','No',NULL,NULL,''),(1563,'5500','211746100058','2025-05-01 14:48:43',NULL,0.00,'','21','1','Cost of goods returned','1','','sales','30','','No',NULL,NULL,''),(1564,'1110','211746100058','2025-05-01 14:48:43',0.00,NULL,'','21','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(1572,'1000','211746100030','2025-05-01 14:47:16',650.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1573,'4000','211746100030','2025-05-01 14:47:16',NULL,600.00,'','21','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(1574,'4000','211746100030','2025-05-01 14:47:10',NULL,50.00,'','21','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(1575,'1000','211746101255','2025-05-01 15:07:38',50.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1576,'4000','211746101255','2025-05-01 15:07:38',NULL,50.00,'','21','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(1577,'1000','181746101320','2025-05-01 15:08:42',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1578,'4000','181746101320','2025-05-01 15:08:42',NULL,100.00,'','18','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1605,'1000','211746101327','2025-05-01 15:10:24',550.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1606,'4000','211746101327','2025-05-01 15:10:24',NULL,300.00,'','21','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(1607,'4000','211746101327','2025-05-01 15:08:47',NULL,250.00,'','21','1','Good sold','1','','sales','69','','No',NULL,NULL,''),(1608,'1000','211746102888','2025-05-01 15:35:41',200.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1609,'4000','211746102888','2025-05-01 15:35:41',NULL,200.00,'','21','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(1610,'1000','181746100244','2025-05-01 14:52:20',1060.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1611,'4000','181746100244','2025-05-01 14:52:20',NULL,280.00,'','18','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(1612,'4000','181746100244','2025-05-01 14:50:44',NULL,280.00,'','18','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(1613,'4000','181746100244','2025-05-01 14:50:50',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1614,'4000','181746100244','2025-05-01 14:51:42',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1615,'4000','181746100244','2025-05-01 14:51:46',NULL,200.00,'','18','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(1616,'4000','181746100244','2025-05-01 14:52:02',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1617,'4000','181746100244','2025-05-01 14:52:18',NULL,80.00,'','18','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(1618,'4000','181746100244','2025-05-01 15:09:27',NULL,60.00,'','18','1','Good sold','1','','sales','56','','No',NULL,NULL,''),(1619,'4000','181746100244','2025-05-01 15:14:41',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(1620,'1000','211746103743','2025-05-01 15:49:32',350.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1621,'4000','211746103743','2025-05-01 15:49:32',NULL,300.00,'','21','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(1622,'4000','211746103743','2025-05-01 15:49:03',NULL,50.00,'','21','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(1623,'1000','211746103845','2025-05-01 15:50:50',250.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1624,'4000','211746103845','2025-05-01 15:50:50',NULL,250.00,'','21','1','Good sold','1','','sales','69','','No',NULL,NULL,''),(1625,'1000','211746103883','2025-05-01 15:51:25',300.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1626,'4000','211746103883','2025-05-01 15:51:25',NULL,300.00,'','21','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(1627,'4000','211746103845','2025-05-01 15:51:43',250.00,NULL,'','21','1','Returned products','1','','return','','','No',NULL,NULL,''),(1628,'1000','211746103845','2025-05-01 15:51:43',NULL,250.00,'','21','1','Returned products','1','','return','','','No',NULL,NULL,''),(1629,'5500','211746103845','2025-05-01 15:51:43',NULL,0.00,'','21','1','Cost of goods returned','1','','sales','69','','No',NULL,NULL,''),(1630,'1110','211746103845','2025-05-01 15:51:43',0.00,NULL,'','21','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(1631,'1000','211746103951','2025-05-01 15:58:39',250.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1632,'4000','211746103951','2025-05-01 15:58:39',NULL,50.00,'','21','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1633,'4000','211746103951','2025-05-01 15:52:32',NULL,200.00,'','21','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(1641,'1000','181746104456','2025-05-01 16:01:12',390.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1642,'4000','181746104456','2025-05-01 16:01:12',NULL,280.00,'','18','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(1643,'4000','181746104456','2025-05-01 16:00:56',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1644,'4000','181746104456','2025-05-01 16:01:09',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1645,'4000','181746104456','2025-05-01 16:15:16',NULL,50.00,'','18','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(1646,'1000','181746109283','2025-05-01 17:21:35',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1647,'4000','181746109283','2025-05-01 17:21:35',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1648,'4000','181746109283','2025-05-01 17:21:23',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1649,'4000','181746109283','2025-05-01 17:21:27',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1650,'1000','181746113774','2025-05-01 18:57:58',240.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1651,'4000','181746113774','2025-05-01 18:57:58',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(1652,'4000','181746113774','2025-05-01 18:36:14',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(1653,'4000','181746113774','2025-05-01 18:56:47',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(1654,'4000','181746113774','2025-05-01 18:57:04',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(1655,'4000','181746113774','2025-05-01 18:57:15',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1656,'4000','181746113774','2025-05-01 18:57:46',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1659,'1000','181746115141','2025-05-01 18:59:40',200.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1660,'4000','181746115141','2025-05-01 18:59:40',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(1661,'4000','181746115141','2025-05-01 18:59:02',NULL,50.00,'','18','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(1662,'1000','181746115665','2025-05-01 19:08:18',750.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1663,'4000','181746115665','2025-05-01 19:08:18',NULL,600.00,'','18','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(1664,'4000','181746115665','2025-05-01 19:07:45',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(1665,'1000','181746116223','2025-05-01 19:17:14',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1666,'4000','181746116223','2025-05-01 19:17:14',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1667,'4000','181746116223','2025-05-01 19:17:03',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1668,'1000','181746116352','2025-05-01 19:25:02',80.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1669,'4000','181746116352','2025-05-01 19:25:02',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1670,'4000','181746116352','2025-05-01 19:19:12',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1671,'1000','181746117452','2025-05-01 19:37:38',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1672,'4000','181746117452','2025-05-01 19:37:38',NULL,100.00,'','18','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(1673,'1000','181746118558','2025-05-01 19:56:28',110.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1674,'4000','181746118558','2025-05-01 19:56:28',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1675,'4000','181746118558','2025-05-01 19:55:58',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1676,'1000','181746122169','2025-05-01 20:57:38',550.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1677,'4000','181746122169','2025-05-01 20:57:38',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1678,'4000','181746122169','2025-05-01 20:56:09',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1679,'4000','181746122169','2025-05-01 20:56:31',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1680,'4000','181746122169','2025-05-01 20:56:40',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1681,'4000','181746122169','2025-05-01 20:56:48',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1682,'4000','181746122169','2025-05-01 20:56:54',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1683,'4000','181746122169','2025-05-01 20:57:13',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1684,'4000','181746122169','2025-05-01 20:57:18',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1685,'4000','181746122169','2025-05-01 20:57:23',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1686,'4000','181746122169','2025-05-01 20:57:30',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(1687,'1000','111746123972','2025-05-01 21:26:28',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1688,'4000','111746123972','2025-05-01 21:26:28',NULL,200.00,'','11','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(1689,'4000','111746123972','2025-05-01 21:26:12',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(1690,'1000','111746130451','2025-05-01 23:15:15',200.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1691,'4000','111746130451','2025-05-01 23:15:15',NULL,100.00,'','11','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(1692,'4000','111746130451','2025-05-01 23:14:11',NULL,100.00,'','11','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(1693,'1000','111746164020','2025-05-02 08:33:47',60.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1694,'4000','111746164020','2025-05-02 08:33:47',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1695,'4000','111746164020','2025-05-02 08:33:40',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1696,'1000','181746165902','2025-05-02 09:05:07',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1697,'4000','181746165902','2025-05-02 09:05:07',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(1698,'4000','181746165902','2025-05-02 09:05:02',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(1699,'1000','181746167460','2025-05-02 09:31:02',180.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1700,'4000','181746167460','2025-05-02 09:31:02',NULL,180.00,'','18','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(1701,'1000','181746167520','2025-05-02 09:32:03',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1702,'4000','181746167520','2025-05-02 09:32:03',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(1703,'1000','181746170729','2025-05-02 10:25:36',60.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1704,'4000','181746170729','2025-05-02 10:25:36',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1705,'4000','181746170729','2025-05-02 10:25:29',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1706,'1000','181746173805','2025-05-02 11:17:00',30.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1707,'4000','181746173805','2025-05-02 11:17:00',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1708,'1000','181746173921','2025-05-02 11:18:42',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1709,'4000','181746173921','2025-05-02 11:18:42',NULL,50.00,'','18','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(1710,'1000','181746174063','2025-05-02 11:21:35',70.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1711,'4000','181746174063','2025-05-02 11:21:35',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(1712,'4000','181746174063','2025-05-02 11:21:03',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1713,'1000','181746175498','2025-05-02 11:45:01',20.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1714,'4000','181746175498','2025-05-02 11:45:01',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(1715,'1000','181746179152','2025-05-02 12:45:54',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1716,'4000','181746179152','2025-05-02 12:45:54',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(1717,'1000','181746179327','2025-05-02 12:48:49',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1718,'4000','181746179327','2025-05-02 12:48:49',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1719,'1000','181746179919','2025-05-02 12:58:42',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1720,'4000','181746179919','2025-05-02 12:58:42',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(1721,'1000','181746180550','2025-05-02 13:09:20',280.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1722,'4000','181746180550','2025-05-02 13:09:20',NULL,280.00,'','18','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(1726,'1000','221746181251','2025-05-02 13:21:28',1050.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1727,'4000','221746181251','2025-05-02 13:21:28',NULL,300.00,'','22','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(1728,'4000','221746181251','2025-05-02 13:20:51',NULL,300.00,'','22','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(1729,'4000','221746181251','2025-05-02 13:21:01',NULL,300.00,'','22','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(1730,'4000','221746181251','2025-05-02 13:21:07',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(1731,'4000','221746181251','2025-05-02 13:21:16',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(1732,'4000','221746181251','2025-05-02 13:21:21',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(1733,'1000','181746181837','2025-05-02 13:31:27',1050.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1734,'4000','181746181837','2025-05-02 13:31:27',NULL,300.00,'','18','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(1735,'4000','181746181837','2025-05-02 13:30:37',NULL,300.00,'','18','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(1736,'4000','181746181837','2025-05-02 13:30:43',NULL,300.00,'','18','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(1737,'4000','181746181837','2025-05-02 13:30:47',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(1738,'4000','181746181837','2025-05-02 13:31:11',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(1739,'4000','181746181837','2025-05-02 13:31:14',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(1740,'1000','181746182343','2025-05-02 13:39:05',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1741,'4000','181746182343','2025-05-02 13:39:05',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1742,'1000','181746182386','2025-05-02 13:39:47',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1743,'4000','181746182386','2025-05-02 13:39:47',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(1744,'1000','181746182847','2025-05-02 13:47:29',80.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1745,'4000','181746182847','2025-05-02 13:47:29',NULL,80.00,'','18','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(1746,'1000','181746182996','2025-05-02 13:49:57',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1747,'4000','181746182996','2025-05-02 13:49:57',NULL,100.00,'','18','1','Good sold','1','','sales','57','','No',NULL,NULL,''),(1748,'1000','181746180982','2025-05-02 13:18:03',340.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1749,'4000','181746180982','2025-05-02 13:18:03',NULL,280.00,'','18','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(1750,'4000','181746180982','2025-05-02 13:16:23',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1751,'4000','181746180982','2025-05-02 13:18:01',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1752,'1000','181746183823','2025-05-02 14:04:04',300.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1753,'4000','181746183823','2025-05-02 14:04:04',NULL,100.00,'','18','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(1754,'4000','181746183823','2025-05-02 14:03:43',NULL,100.00,'','18','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(1755,'4000','181746183823','2025-05-02 14:03:52',NULL,100.00,'','18','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(1762,'1000','181746184463','2025-05-02 14:15:02',450.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1763,'4000','181746184463','2025-05-02 14:15:02',NULL,180.00,'','18','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(1764,'4000','181746184463','2025-05-02 14:14:23',NULL,180.00,'','18','1','Good sold','1','','sales','22','','No',NULL,NULL,''),(1765,'4000','181746184463','2025-05-02 14:14:28',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1766,'4000','181746184463','2025-05-02 14:14:48',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1767,'4000','181746184463','2025-05-02 14:14:54',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1773,'1000','181746184970','2025-05-02 14:22:52',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1774,'4000','181746184970','2025-05-02 14:22:52',NULL,50.00,'','18','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(1775,'1000','181746184518','2025-05-02 14:15:20',730.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1776,'4000','181746184518','2025-05-02 14:15:20',NULL,200.00,'','18','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(1777,'4000','181746184518','2025-05-02 14:15:18',NULL,50.00,'','18','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(1778,'4000','181746184518','2025-05-02 14:21:17',NULL,280.00,'','18','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(1779,'4000','181746184518','2025-05-02 14:30:57',NULL,200.00,'','18','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(1780,'1000','181746183942','2025-05-02 14:05:44',580.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1781,'4000','181746183942','2025-05-02 14:05:44',NULL,50.00,'','18','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(1782,'4000','181746183942','2025-05-02 14:05:42',NULL,300.00,'','18','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(1783,'4000','181746183942','2025-05-02 14:09:53',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(1784,'4000','181746183942','2025-05-02 14:10:04',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1785,'4000','181746183942','2025-05-02 14:35:12',NULL,150.00,'','18','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(1786,'1000','181746186825','2025-05-02 14:54:02',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1787,'4000','181746186825','2025-05-02 14:54:02',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(1788,'1000','181746187375','2025-05-02 15:03:24',350.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1789,'4000','181746187375','2025-05-02 15:03:24',NULL,300.00,'','18','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(1790,'4000','181746187375','2025-05-02 15:02:56',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(1791,'1000','181746188047','2025-05-02 15:14:10',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1792,'4000','181746188047','2025-05-02 15:14:10',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1795,'1000','181746188089','2025-05-02 15:14:55',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1796,'4000','181746188089','2025-05-02 15:14:55',NULL,100.00,'','18','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1797,'4000','181746188089','2025-05-02 15:14:50',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1798,'1000','181746191113','2025-05-02 16:05:24',200.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1799,'4000','181746191113','2025-05-02 16:05:24',NULL,200.00,'','18','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(1800,'1000','181746191297','2025-05-02 16:08:20',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1801,'4000','181746191297','2025-05-02 16:08:20',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(1805,'1000','181746192089','2025-05-02 16:21:45',200.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1806,'4000','181746192089','2025-05-02 16:21:45',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(1807,'4000','181746192089','2025-05-02 16:21:29',NULL,150.00,'','18','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(1808,'1000','181746192412','2025-05-02 16:26:54',200.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1809,'4000','181746192412','2025-05-02 16:26:54',NULL,200.00,'','18','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(1816,'1000','181746193032','2025-05-02 16:37:16',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1817,'4000','181746193032','2025-05-02 16:37:16',NULL,50.00,'','18','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(1821,'1000','211746193435','2025-05-02 16:45:30',400.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1822,'4000','211746193435','2025-05-02 16:45:30',NULL,300.00,'','21','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(1823,'4000','211746193435','2025-05-02 16:43:55',NULL,50.00,'','21','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(1824,'4000','211746193435','2025-05-02 16:44:32',NULL,50.00,'','21','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(1825,'1000','211746191968','2025-05-02 16:19:47',380.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1826,'4000','211746191968','2025-05-02 16:19:47',NULL,280.00,'','21','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(1827,'4000','211746191968','2025-05-02 16:19:28',NULL,50.00,'','21','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(1828,'4000','211746191968','2025-05-02 16:19:39',NULL,50.00,'','21','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(1829,'1000','211746193922','2025-05-02 16:53:16',380.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1830,'4000','211746193922','2025-05-02 16:53:16',NULL,280.00,'','21','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(1831,'4000','211746193922','2025-05-02 16:52:02',NULL,50.00,'','21','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(1832,'4000','211746193922','2025-05-02 16:52:44',NULL,50.00,'','21','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(1833,'1000','211746192776','2025-05-02 16:33:05',300.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1834,'4000','211746192776','2025-05-02 16:33:05',NULL,150.00,'','21','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(1835,'4000','211746192776','2025-05-02 16:32:56',NULL,100.00,'','21','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(1836,'4000','211746192776','2025-05-02 16:33:02',NULL,50.00,'','21','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(1837,'1000','211746192673','2025-05-02 16:31:25',450.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1838,'4000','211746192673','2025-05-02 16:31:25',NULL,300.00,'','21','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(1839,'4000','211746192673','2025-05-02 16:31:13',NULL,50.00,'','21','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(1840,'4000','211746192673','2025-05-02 16:31:20',NULL,50.00,'','21','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(1841,'4000','211746192673','2025-05-02 16:58:02',NULL,50.00,'','21','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(1842,'1000','211746194615','2025-05-02 17:03:41',50.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1843,'4000','211746194615','2025-05-02 17:03:41',NULL,50.00,'','21','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1844,'1000','211746195223','2025-05-02 17:13:49',150.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1845,'4000','211746195223','2025-05-02 17:13:49',NULL,150.00,'','21','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(1846,'1000','181746195310','2025-05-02 17:15:21',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1847,'4000','181746195310','2025-05-02 17:15:21',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(1848,'4000','181746195310','2025-05-02 17:15:11',NULL,50.00,'','18','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(1849,'1000','181746195378','2025-05-02 17:16:22',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1850,'4000','181746195378','2025-05-02 17:16:22',NULL,50.00,'','18','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(1851,'1000','181746196174','2025-05-02 17:29:36',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1852,'4000','181746196174','2025-05-02 17:29:36',NULL,100.00,'','18','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(1853,'1000','181746196471','2025-05-02 17:34:33',30.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1854,'4000','181746196471','2025-05-02 17:34:33',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1864,'1000','211746199179','2025-05-02 18:21:42',300.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1865,'4000','211746199179','2025-05-02 18:21:42',NULL,50.00,'','21','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(1866,'4000','211746199179','2025-05-02 18:19:39',NULL,50.00,'','21','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(1867,'4000','211746199179','2025-05-02 18:19:57',NULL,50.00,'','21','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(1868,'4000','211746199179','2025-05-02 18:20:16',NULL,50.00,'','21','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1869,'4000','211746199179','2025-05-02 18:20:46',NULL,50.00,'','21','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1870,'4000','211746199179','2025-05-02 18:21:15',NULL,50.00,'','21','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1871,'1000','181746198769','2025-05-02 18:13:05',400.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1872,'4000','181746198769','2025-05-02 18:13:05',NULL,150.00,'','18','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(1873,'4000','181746198769','2025-05-02 18:12:49',NULL,150.00,'','18','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(1874,'4000','181746198769','2025-05-02 18:13:02',NULL,100.00,'','18','1','Good sold','1','','sales','76','','No',NULL,NULL,''),(1875,'1000','221746198223','2025-05-02 18:10:02',1170.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1876,'4000','221746198223','2025-05-02 18:10:02',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(1877,'4000','221746198223','2025-05-02 18:03:43',NULL,60.00,'','22','1','Good sold','1','','sales','56','','No',NULL,NULL,''),(1878,'4000','221746198223','2025-05-02 18:04:50',NULL,200.00,'','22','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(1879,'4000','221746198223','2025-05-02 18:06:09',NULL,560.00,'','22','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(1880,'4000','221746198223','2025-05-02 18:06:24',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1881,'4000','221746198223','2025-05-02 18:09:30',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(1882,'1000','181746199648','2025-05-02 18:27:40',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1883,'4000','181746199648','2025-05-02 18:27:40',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1884,'4000','181746199648','2025-05-02 18:27:28',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1887,'1000','221746201406','2025-05-02 18:57:06',260.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1888,'4000','221746201406','2025-05-02 18:57:06',NULL,120.00,'','22','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(1889,'4000','221746201406','2025-05-02 18:56:47',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1890,'4000','221746201406','2025-05-02 19:00:58',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1891,'4000','221746201406','2025-05-02 19:01:03',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(1892,'4000','221746201406','2025-05-02 19:01:25',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(1893,'1000','211746202285','2025-05-02 19:11:30',30.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1894,'4000','211746202285','2025-05-02 19:11:30',NULL,30.00,'','21','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1895,'1000','221746202462','2025-05-02 19:14:44',150.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1896,'4000','221746202462','2025-05-02 19:14:44',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1897,'4000','221746202462','2025-05-02 19:14:22',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1898,'4000','221746202462','2025-05-02 19:14:32',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1899,'1000','181746202880','2025-05-02 19:22:15',250.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1900,'4000','181746202880','2025-05-02 19:22:15',NULL,200.00,'','18','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(1901,'4000','181746202880','2025-05-02 19:21:21',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(1902,'1000','211746204767','2025-05-02 19:53:03',150.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1903,'4000','211746204767','2025-05-02 19:53:03',NULL,50.00,'','21','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(1904,'4000','211746204767','2025-05-02 19:52:47',NULL,50.00,'','21','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(1905,'4000','211746204767','2025-05-02 19:52:54',NULL,50.00,'','21','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(1906,'1000','211746204873','2025-05-02 19:54:35',50.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1907,'4000','211746204873','2025-05-02 19:54:35',NULL,50.00,'','21','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(1908,'1000','221746205240','2025-05-02 20:00:51',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1909,'4000','221746205240','2025-05-02 20:00:51',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(1910,'1000','211746205691','2025-05-02 20:08:14',50.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1911,'4000','211746205691','2025-05-02 20:08:14',NULL,50.00,'','21','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(1912,'1000','221746207054','2025-05-02 20:30:57',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1913,'4000','221746207054','2025-05-02 20:30:57',NULL,100.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1914,'1000','231746207323','2025-05-02 20:35:25',200.00,NULL,'','23','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1915,'4000','231746207323','2025-05-02 20:35:25',NULL,200.00,'','23','1','Good sold','1','','sales','43','','No',NULL,NULL,''),(1916,'1000','181746207511','2025-05-02 20:38:36',200.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1917,'4000','181746207511','2025-05-02 20:38:36',NULL,100.00,'','18','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(1918,'4000','181746207511','2025-05-02 20:38:31',NULL,100.00,'','18','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(1940,'1000','221746207811','2025-05-02 20:43:38',1280.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1941,'4000','221746207811','2025-05-02 20:43:38',NULL,600.00,'','22','1','Good sold','1','','sales','39','','No',NULL,NULL,''),(1942,'4000','221746207811','2025-05-02 20:43:31',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1943,'4000','221746207811','2025-05-02 20:54:11',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1944,'4000','221746207811','2025-05-02 20:54:19',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1945,'4000','221746207811','2025-05-02 20:54:24',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1946,'4000','221746207811','2025-05-02 20:54:28',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1947,'4000','221746207811','2025-05-02 20:54:54',NULL,100.00,'','22','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(1948,'4000','221746207811','2025-05-02 20:55:13',NULL,280.00,'','22','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(1949,'4000','221746207811','2025-05-02 20:55:38',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(1950,'4000','221746207811','2025-05-02 21:13:17',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(1951,'4000','221746207811','2025-05-02 21:18:24',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(1952,'1000','111746212025','2025-05-02 21:54:58',360.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1953,'4000','111746212025','2025-05-02 21:54:58',NULL,280.00,'','11','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(1954,'4000','111746212025','2025-05-02 21:53:45',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1955,'4000','111746212025','2025-05-02 21:54:05',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1956,'1000','111746212153','2025-05-02 21:56:11',20.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1957,'4000','111746212153','2025-05-02 21:56:11',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(1961,'1000','111746212727','2025-05-02 22:06:44',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1962,'4000','111746212727','2025-05-02 22:06:44',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(1963,'4000','111746212727','2025-05-02 22:05:27',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(1964,'4000','111746212727','2025-05-02 22:06:31',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1965,'1000','111746213505','2025-05-02 22:18:50',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1966,'4000','111746213505','2025-05-02 22:18:50',NULL,300.00,'','11','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(1967,'1000','111746217971','2025-05-02 23:32:52',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1968,'4000','111746217971','2025-05-02 23:32:52',NULL,150.00,'','11','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(1969,'1000','111746220707','2025-05-03 00:18:28',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1970,'4000','111746220707','2025-05-03 00:18:28',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1971,'1000','111746250718','2025-05-03 08:38:39',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1972,'4000','111746250718','2025-05-03 08:38:39',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1973,'1000','111746251331','2025-05-03 08:48:52',30.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1974,'4000','111746251331','2025-05-03 08:48:52',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1975,'1000','111746251835','2025-05-03 08:57:21',90.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1976,'4000','111746251835','2025-05-03 08:57:21',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1977,'4000','111746251835','2025-05-03 08:57:15',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1978,'4000','111746251835','2025-05-03 08:57:16',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1979,'1000','221746265442','2025-05-03 12:44:11',150.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1980,'4000','221746265442','2025-05-03 12:44:11',NULL,150.00,'','22','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(1981,'1110','181746265481','2025-05-03 12:46:04',NULL,0.00,'','18','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(1982,'1110','181746265481','2025-05-03 12:44:41',NULL,0.00,'','18','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(1983,'1110','181746265481','2025-05-03 12:44:56',NULL,20.00,'','18','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(1984,'5500','181746265481','2025-05-03 12:46:02',20.00,NULL,'','18','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(1985,'1000','181746265481','2025-05-03 12:46:04',250.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1986,'4000','181746265481','2025-05-03 12:46:04',NULL,180.00,'','18','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(1987,'4000','181746265481','2025-05-03 12:44:41',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(1988,'4000','181746265481','2025-05-03 12:44:56',NULL,20.00,'','18','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(1989,'1000','221746265566','2025-05-03 12:46:13',200.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1990,'4000','221746265566','2025-05-03 12:46:13',NULL,200.00,'','22','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(1993,'1000','181746265613','2025-05-03 12:47:51',560.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(1994,'4000','181746265613','2025-05-03 12:47:51',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(1995,'4000','181746265613','2025-05-03 12:46:53',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(1996,'4000','181746265613','2025-05-03 12:46:58',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1997,'4000','181746265613','2025-05-03 12:47:05',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(1998,'4000','181746265613','2025-05-03 12:47:10',NULL,300.00,'','18','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(1999,'4000','181746265613','2025-05-03 12:47:22',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2000,'4000','181746265613','2025-05-03 12:47:42',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2004,'1000','221746265646','2025-05-03 12:47:30',210.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2005,'4000','221746265646','2025-05-03 12:47:30',NULL,100.00,'','22','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(2006,'4000','221746265646','2025-05-03 12:47:26',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2007,'4000','221746265646','2025-05-03 12:48:28',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(2008,'1000','181746266057','2025-05-03 12:54:35',350.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2009,'4000','181746266057','2025-05-03 12:54:35',NULL,200.00,'','18','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(2010,'4000','181746266057','2025-05-03 12:54:17',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(2021,'1000','181746267322','2025-05-03 13:15:23',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2022,'4000','181746267322','2025-05-03 13:15:23',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(2023,'1000','221746266119','2025-05-03 12:55:24',500.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2024,'4000','221746266119','2025-05-03 12:55:24',NULL,200.00,'','22','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(2025,'4000','221746266119','2025-05-03 12:55:19',NULL,200.00,'','22','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(2026,'4000','221746266119','2025-05-03 12:57:26',NULL,100.00,'','22','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2027,'1000','221746267450','2025-05-03 13:17:36',30.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2028,'4000','221746267450','2025-05-03 13:17:36',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(2029,'1000','181746269325','2025-05-03 13:48:46',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2030,'4000','181746269325','2025-05-03 13:48:46',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(2042,'1000','221746269635','2025-05-03 13:53:59',600.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2043,'4000','221746269635','2025-05-03 13:53:59',NULL,200.00,'','22','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(2044,'4000','221746269635','2025-05-03 13:53:55',NULL,200.00,'','22','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(2045,'4000','221746269635','2025-05-03 14:02:24',NULL,200.00,'','22','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(2048,'1000','181746271545','2025-05-03 14:25:48',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2049,'4000','181746271545','2025-05-03 14:25:48',NULL,50.00,'','18','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(2050,'1000','221746271974','2025-05-03 14:32:59',180.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2051,'4000','221746271974','2025-05-03 14:32:59',NULL,180.00,'','22','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(2052,'1000','181746270778','2025-05-03 14:13:00',230.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2053,'4000','181746270778','2025-05-03 14:13:00',NULL,180.00,'','18','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(2054,'4000','181746270778','2025-05-03 14:12:58',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(2062,'1000','221746272163','2025-05-03 14:36:08',250.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2063,'4000','221746272163','2025-05-03 14:36:08',NULL,100.00,'','22','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(2064,'4000','221746272163','2025-05-03 14:36:03',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(2065,'1000','181746272263','2025-05-03 14:38:11',430.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2066,'4000','181746272263','2025-05-03 14:38:11',NULL,200.00,'','18','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(2067,'4000','181746272263','2025-05-03 14:37:43',NULL,130.00,'','18','1','Good sold','1','','sales','24','','No',NULL,NULL,''),(2068,'4000','181746272263','2025-05-03 14:38:09',NULL,100.00,'','18','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(2069,'1000','181746273578','2025-05-03 15:01:57',200.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2070,'4000','181746273578','2025-05-03 15:01:57',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(2071,'4000','181746273578','2025-05-03 14:59:38',NULL,150.00,'','18','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(2072,'1000','181746274847','2025-05-03 15:21:28',70.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2073,'4000','181746274847','2025-05-03 15:21:28',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(2074,'4000','181746274847','2025-05-03 15:20:47',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2075,'1000','221746276088','2025-05-03 15:41:32',600.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2076,'4000','221746276088','2025-05-03 15:41:32',NULL,600.00,'','22','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(2077,'1000','221746276137','2025-05-03 15:42:48',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2078,'4000','221746276137','2025-05-03 15:42:48',NULL,100.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(2079,'1000','181746276496','2025-05-03 15:52:34',410.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2080,'4000','181746276496','2025-05-03 15:52:34',NULL,150.00,'','18','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(2081,'4000','181746276496','2025-05-03 15:48:16',NULL,150.00,'','18','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(2082,'4000','181746276496','2025-05-03 15:48:25',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(2083,'4000','181746276496','2025-05-03 15:52:14',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(2084,'4000','181746276496','2025-05-03 15:52:26',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(2085,'1000','181746276948','2025-05-03 15:55:59',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2086,'4000','181746276948','2025-05-03 15:55:59',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(2087,'4000','181746276948','2025-05-03 15:55:48',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(2088,'1000','181746277678','2025-05-03 16:08:11',750.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2089,'4000','181746277678','2025-05-03 16:08:11',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(2090,'4000','181746277678','2025-05-03 16:07:58',NULL,600.00,'','18','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(2091,'1000','181746277722','2025-05-03 16:08:55',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2092,'4000','181746277722','2025-05-03 16:08:55',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(2093,'4000','181746277722','2025-05-03 16:08:42',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(2094,'4000','181746277722','2025-05-03 16:08:45',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(2095,'1000','181746278239','2025-05-03 16:17:22',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2096,'4000','181746278239','2025-05-03 16:17:22',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(2102,'1000','181746282562','2025-05-03 17:30:27',70.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2103,'4000','181746282562','2025-05-03 17:30:27',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(2104,'4000','181746282562','2025-05-03 17:29:22',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2105,'1000','181746282708','2025-05-03 17:31:51',30.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2106,'4000','181746282708','2025-05-03 17:31:51',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(2119,'1000','221746280146','2025-05-03 16:49:35',1300.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2120,'4000','221746280146','2025-05-03 16:49:35',NULL,200.00,'','22','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(2121,'4000','221746280146','2025-05-03 16:49:06',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(2122,'4000','221746280146','2025-05-03 17:08:56',NULL,600.00,'','22','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(2123,'4000','221746280146','2025-05-03 17:51:27',NULL,300.00,'','22','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(2124,'4000','221746280146','2025-05-03 17:53:03',NULL,150.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(2125,'1000','181746284427','2025-05-03 18:00:53',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2126,'4000','181746284427','2025-05-03 18:00:53',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(2127,'4000','181746284427','2025-05-03 18:00:27',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(2128,'4000','181746284427','2025-05-03 18:00:40',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(2129,'1000','181746285623','2025-05-03 18:20:29',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2130,'4000','181746285623','2025-05-03 18:20:29',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2133,'1000','221746288001','2025-05-03 19:01:00',60.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2134,'4000','221746288001','2025-05-03 19:01:00',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2135,'1000','181746288281','2025-05-03 19:06:41',230.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2136,'4000','181746288281','2025-05-03 19:06:41',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2137,'4000','181746288281','2025-05-03 19:04:42',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2138,'4000','181746288281','2025-05-03 19:05:47',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2139,'4000','181746288281','2025-05-03 19:06:19',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2140,'1000','221746288527','2025-05-03 19:09:15',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2141,'4000','221746288527','2025-05-03 19:09:15',NULL,100.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2142,'1000','221746288629','2025-05-03 19:10:43',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2143,'4000','221746288629','2025-05-03 19:10:43',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(2144,'1000','221746289154','2025-05-03 19:19:20',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2145,'4000','221746289154','2025-05-03 19:19:20',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(2146,'1110','221746290022','2025-05-03 19:34:10',NULL,20.00,'','22','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(2147,'5500','221746290022','2025-05-03 19:33:43',20.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2148,'1000','221746290022','2025-05-03 19:34:10',20.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2149,'4000','221746290022','2025-05-03 19:34:10',NULL,20.00,'','22','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(2154,'1000','221746290631','2025-05-03 19:44:03',80.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2155,'4000','221746290631','2025-05-03 19:44:03',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(2156,'4000','221746290631','2025-05-03 19:43:52',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(2159,'1000','221746292319','2025-05-03 20:12:01',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2160,'4000','221746292319','2025-05-03 20:12:01',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(2161,'1000','181746293008','2025-05-03 20:23:34',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2162,'4000','181746293008','2025-05-03 20:23:34',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2163,'1000','221746293070','2025-05-03 20:24:44',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2164,'4000','221746293070','2025-05-03 20:24:44',NULL,100.00,'','22','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(2165,'1000','221746293178','2025-05-03 20:26:38',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2166,'4000','221746293178','2025-05-03 20:26:38',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2167,'1000','181746295845','2025-05-03 21:10:57',260.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2168,'4000','181746295845','2025-05-03 21:10:57',NULL,130.00,'','18','1','Good sold','1','','sales','24','','No',NULL,NULL,''),(2169,'4000','181746295845','2025-05-03 21:10:45',NULL,130.00,'','18','1','Good sold','1','','sales','24','','No',NULL,NULL,''),(2170,'1000','111746296448','2025-05-03 21:23:31',900.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2171,'4000','111746296448','2025-05-03 21:23:31',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2172,'4000','111746296448','2025-05-03 21:20:48',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2173,'4000','111746296448','2025-05-03 21:20:57',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2174,'4000','111746296448','2025-05-03 21:21:03',NULL,50.00,'','11','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(2175,'4000','111746296448','2025-05-03 21:21:42',NULL,50.00,'','11','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(2176,'4000','111746296448','2025-05-03 21:22:09',NULL,50.00,'','11','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(2177,'4000','111746296448','2025-05-03 21:22:22',NULL,600.00,'','11','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(2178,'1000','111746298567','2025-05-03 22:01:08',710.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2179,'4000','111746298567','2025-05-03 22:01:08',NULL,50.00,'','11','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(2180,'4000','111746298567','2025-05-03 21:56:07',NULL,50.00,'','11','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(2181,'4000','111746298567','2025-05-03 21:58:22',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(2182,'4000','111746298567','2025-05-03 22:00:22',NULL,280.00,'','11','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(2183,'4000','111746298567','2025-05-03 22:01:01',NULL,280.00,'','11','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(2184,'1000','11746297770','2025-05-03 22:26:59',60.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2185,'4000','11746297770','2025-05-03 22:26:59',NULL,60.00,'','1','1','Good sold','1','','sales','56','','No',NULL,NULL,''),(2186,'1000','11746300484','2025-05-03 22:28:07',150.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2187,'4000','11746300484','2025-05-03 22:28:07',NULL,150.00,'','1','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(2201,'1000','181746341209','2025-05-04 10:27:43',80.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2202,'4000','181746341209','2025-05-04 10:27:43',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(2203,'4000','181746341209','2025-05-04 09:46:49',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(2204,'4000','181746341209','2025-05-04 09:47:01',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(2205,'4000','181746341209','2025-05-04 09:47:04',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(2206,'1000','181746343723','2025-05-04 10:28:48',40.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2207,'4000','181746343723','2025-05-04 10:28:48',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(2208,'4000','181746343723','2025-05-04 10:28:43',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(2209,'1000','221746341929','2025-05-04 09:59:01',380.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2210,'4000','221746341929','2025-05-04 09:59:01',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2211,'4000','221746341929','2025-05-04 09:58:49',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2212,'4000','221746341929','2025-05-04 09:58:57',NULL,40.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(2213,'4000','221746341929','2025-05-04 10:15:49',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2214,'4000','221746341929','2025-05-04 10:17:25',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2215,'4000','221746341929','2025-05-04 10:18:56',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(2216,'4000','221746341929','2025-05-04 10:19:40',NULL,100.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2217,'1000','181746345541','2025-05-04 10:59:17',80.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2218,'4000','181746345541','2025-05-04 10:59:17',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(2219,'4000','181746345541','2025-05-04 10:59:01',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(2220,'1000','221746349429','2025-05-04 12:04:10',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2221,'4000','221746349429','2025-05-04 12:04:10',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(2224,'1000','221746349658','2025-05-04 12:07:41',130.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2225,'4000','221746349658','2025-05-04 12:07:41',NULL,100.00,'','22','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(2226,'4000','221746349658','2025-05-04 12:07:38',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(2229,'1000','11746350865','2025-05-04 12:27:50',300.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2230,'4000','11746350865','2025-05-04 12:27:50',NULL,300.00,'','1','1','Good sold','1','','sales','93','','No',NULL,NULL,''),(2231,'1000','221746350782','2025-05-04 12:26:48',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2232,'4000','221746350782','2025-05-04 12:26:48',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2233,'4000','221746350782','2025-05-04 12:26:22',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(2236,'1000','181746353057','2025-05-04 13:04:19',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2237,'4000','181746353057','2025-05-04 13:04:19',NULL,50.00,'','18','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(2240,'1000','181746353996','2025-05-04 13:19:58',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2241,'4000','181746353996','2025-05-04 13:19:58',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(2245,'1000','181746353493','2025-05-04 13:11:35',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2246,'4000','181746353493','2025-05-04 13:11:35',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2247,'4000','181746353493','2025-05-04 13:11:33',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2248,'4000','181746353493','2025-05-04 13:29:30',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2249,'1000','181746355435','2025-05-04 13:43:57',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2250,'4000','181746355435','2025-05-04 13:43:57',NULL,50.00,'','18','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(2251,'1000','181746357927','2025-05-04 14:25:37',280.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2252,'4000','181746357927','2025-05-04 14:25:37',NULL,130.00,'','18','1','Good sold','1','','sales','24','','No',NULL,NULL,''),(2253,'4000','181746357927','2025-05-04 14:25:27',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(2254,'1000','181746358383','2025-05-04 14:33:04',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2255,'4000','181746358383','2025-05-04 14:33:04',NULL,100.00,'','18','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(2256,'1000','181746359593','2025-05-04 14:53:21',60.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2257,'4000','181746359593','2025-05-04 14:53:21',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(2258,'4000','181746359593','2025-05-04 14:53:13',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(2259,'1000','221746352248','2025-05-04 12:50:52',250.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2260,'4000','221746352248','2025-05-04 12:50:52',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(2261,'4000','221746352248','2025-05-04 12:50:48',NULL,100.00,'','22','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(2262,'1000','181746360564','2025-05-04 15:09:34',450.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2263,'4000','181746360564','2025-05-04 15:09:34',NULL,250.00,'','18','1','Good sold','1','','sales','69','','No',NULL,NULL,''),(2264,'4000','181746360564','2025-05-04 15:09:24',NULL,200.00,'','18','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(2265,'1000','181746360643','2025-05-04 15:10:44',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2266,'4000','181746360643','2025-05-04 15:10:44',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(2267,'1000','221746360881','2025-05-04 15:14:44',20.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2268,'4000','221746360881','2025-05-04 15:14:44',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(2273,'1000','221746361568','2025-05-04 15:26:11',150.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2274,'4000','221746361568','2025-05-04 15:26:11',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(2275,'1000','181746361170','2025-05-04 15:19:52',850.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2276,'4000','181746361170','2025-05-04 15:19:52',NULL,600.00,'','18','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(2277,'4000','181746361170','2025-05-04 15:19:30',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(2278,'4000','181746361170','2025-05-04 15:19:42',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(2279,'4000','181746361170','2025-05-04 15:19:50',NULL,150.00,'','18','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(2280,'1000','221746361969','2025-05-04 15:33:07',200.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2281,'4000','221746361969','2025-05-04 15:33:07',NULL,150.00,'','22','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(2282,'4000','221746361969','2025-05-04 15:32:49',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(2283,'1000','181746362556','2025-05-04 15:42:37',20.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2284,'4000','181746362556','2025-05-04 15:42:37',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(2294,'1000','221746363510','2025-05-04 15:58:33',430.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2295,'4000','221746363510','2025-05-04 15:58:33',NULL,300.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(2296,'4000','221746363510','2025-05-04 15:58:30',NULL,130.00,'','22','1','Good sold','1','','sales','24','','No',NULL,NULL,''),(2305,'1000','221746364159','2025-05-04 16:09:24',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2306,'4000','221746364159','2025-05-04 16:09:24',NULL,50.00,'','22','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(2307,'1000','181746363019','2025-05-04 15:55:37',1790.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2308,'4000','181746363019','2025-05-04 15:55:37',NULL,200.00,'','18','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(2309,'4000','181746363019','2025-05-04 15:50:19',NULL,200.00,'','18','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(2310,'4000','181746363019','2025-05-04 15:50:23',NULL,600.00,'','18','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(2311,'4000','181746363019','2025-05-04 15:50:37',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(2312,'4000','181746363019','2025-05-04 15:50:51',NULL,130.00,'','18','1','Good sold','1','','sales','24','','No',NULL,NULL,''),(2313,'4000','181746363019','2025-05-04 15:55:30',NULL,130.00,'','18','1','Good sold','1','','sales','24','','No',NULL,NULL,''),(2314,'4000','181746363019','2025-05-04 15:55:35',NULL,200.00,'','18','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(2315,'4000','181746363019','2025-05-04 16:09:01',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(2316,'4000','181746363019','2025-05-04 16:34:12',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(2317,'4000','181746363019','2025-05-04 16:34:18',NULL,80.00,'','18','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(2320,'1000','221746366181','2025-05-04 16:43:05',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2321,'4000','221746366181','2025-05-04 16:43:05',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(2322,'1000','221746366563','2025-05-04 16:49:26',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2323,'4000','221746366563','2025-05-04 16:49:26',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2326,'1000','181746368369','2025-05-04 17:19:35',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2327,'4000','181746368369','2025-05-04 17:19:35',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(2328,'4000','181746368369','2025-05-04 17:19:29',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(2329,'1000','221746367005','2025-05-04 16:56:51',250.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2330,'4000','221746367005','2025-05-04 16:56:51',NULL,200.00,'','22','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(2331,'4000','221746367005','2025-05-04 16:56:45',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(2332,'1000','221746365973','2025-05-04 16:39:41',600.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2333,'4000','221746365973','2025-05-04 16:39:41',NULL,400.00,'','22','1','Good sold','1','','sales','84','','No',NULL,NULL,''),(2334,'4000','221746365973','2025-05-04 16:39:33',NULL,200.00,'','22','1','Good sold','1','','sales','84','','No',NULL,NULL,''),(2335,'1000','221746369297','2025-05-04 17:35:23',150.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2336,'4000','221746369297','2025-05-04 17:35:23',NULL,150.00,'','22','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(2337,'1000','181746369527','2025-05-04 17:38:50',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2338,'4000','181746369527','2025-05-04 17:38:50',NULL,150.00,'','18','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(2339,'1000','221746370703','2025-05-04 17:58:28',200.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2340,'4000','221746370703','2025-05-04 17:58:28',NULL,200.00,'','22','1','Good sold','1','','sales','76','','No',NULL,NULL,''),(2341,'1000','221746370800','2025-05-04 18:00:05',150.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2342,'4000','221746370800','2025-05-04 18:00:05',NULL,150.00,'','22','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(2343,'1000','181746370731','2025-05-04 18:04:23',400.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2344,'4000','181746370731','2025-05-04 18:04:23',NULL,300.00,'','18','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(2345,'4000','181746370731','2025-05-04 17:58:51',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(2346,'4000','181746370731','2025-05-04 17:58:58',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(2349,'1000','181746372108','2025-05-04 18:21:50',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2350,'4000','181746372108','2025-05-04 18:21:50',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(2351,'1000','181746371119','2025-05-04 18:05:22',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2352,'4000','181746371119','2025-05-04 18:05:22',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(2353,'4000','181746371119','2025-05-04 18:05:19',NULL,100.00,'','18','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(2363,'1000','181746374290','2025-05-04 19:06:30',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2364,'4000','181746374290','2025-05-04 19:06:30',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2365,'1000','181746374828','2025-05-04 19:07:25',350.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2366,'4000','181746374828','2025-05-04 19:07:25',NULL,300.00,'','18','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(2367,'4000','181746374828','2025-05-04 19:07:09',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(2380,'1000','221746373331','2025-05-04 18:42:14',370.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2381,'4000','221746373331','2025-05-04 18:42:14',NULL,100.00,'','22','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(2382,'4000','221746373331','2025-05-04 18:42:11',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(2383,'4000','221746373331','2025-05-04 18:43:05',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2384,'4000','221746373331','2025-05-04 18:59:30',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2385,'4000','221746373331','2025-05-04 19:19:58',NULL,120.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2386,'1000','181746375699','2025-05-04 19:21:40',600.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2387,'4000','181746375699','2025-05-04 19:21:40',NULL,100.00,'','18','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(2388,'4000','181746375699','2025-05-04 19:21:39',NULL,300.00,'','18','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(2389,'4000','181746375699','2025-05-04 19:25:59',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(2390,'4000','181746375699','2025-05-04 19:26:07',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(2391,'1000','181746376020','2025-05-04 19:27:29',220.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2392,'4000','181746376020','2025-05-04 19:27:29',NULL,100.00,'','18','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(2393,'4000','181746376020','2025-05-04 19:27:00',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2394,'4000','181746376020','2025-05-04 19:27:19',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2404,'1000','181746377831','2025-05-04 19:57:13',20.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2405,'4000','181746377831','2025-05-04 19:57:13',NULL,20.00,'','18','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(2417,'1000','221746378907','2025-05-04 20:15:38',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2418,'4000','221746378907','2025-05-04 20:15:38',NULL,100.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(2419,'1000','221746377298','2025-05-04 19:48:31',1150.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2420,'4000','221746377298','2025-05-04 19:48:31',NULL,100.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(2421,'4000','221746377298','2025-05-04 19:48:18',NULL,600.00,'','22','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(2422,'4000','221746377298','2025-05-04 19:49:01',NULL,50.00,'','22','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(2423,'4000','221746377298','2025-05-04 19:56:04',NULL,50.00,'','22','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(2424,'4000','221746377298','2025-05-04 20:03:29',NULL,300.00,'','22','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(2425,'4000','221746377298','2025-05-04 20:06:13',NULL,50.00,'','22','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(2437,'1000','221746380000','2025-05-04 20:33:25',710.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2438,'4000','221746380000','2025-05-04 20:33:25',NULL,300.00,'','22','1','Good sold','1','','sales','93','','No',NULL,NULL,''),(2439,'4000','221746380000','2025-05-04 20:33:20',NULL,180.00,'','22','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(2440,'4000','221746380000','2025-05-04 20:39:13',NULL,130.00,'','22','1','Good sold','1','','sales','24','','No',NULL,NULL,''),(2441,'4000','221746380000','2025-05-04 20:40:12',NULL,100.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(2442,'1000','221746381279','2025-05-04 20:54:46',600.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2443,'4000','221746381279','2025-05-04 20:54:46',NULL,400.00,'','22','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(2444,'4000','221746381279','2025-05-04 20:54:40',NULL,200.00,'','22','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(2445,'1000','111746392378','2025-05-05 00:00:49',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2446,'4000','111746392378','2025-05-05 00:00:49',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2447,'1000','111746393079','2025-05-05 00:11:57',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2448,'4000','111746393079','2025-05-05 00:11:57',NULL,50.00,'','11','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(2449,'1000','111746422775','2025-05-05 08:26:16',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2450,'4000','111746422775','2025-05-05 08:26:16',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2464,'1000','111746423141','2025-05-05 08:33:20',400.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2465,'4000','111746423141','2025-05-05 08:33:20',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2466,'4000','111746423141','2025-05-05 08:32:21',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2467,'4000','111746423141','2025-05-05 08:32:25',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(2468,'4000','111746423141','2025-05-05 08:32:48',NULL,180.00,'','11','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(2469,'4000','111746423141','2025-05-05 08:33:05',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2470,'4000','111746423141','2025-05-05 08:33:19',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(2471,'4000','111746423141','2025-05-05 08:36:23',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(2474,'1000','111746424735','2025-05-05 08:58:56',240.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2475,'4000','111746424735','2025-05-05 08:58:56',NULL,180.00,'','11','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(2476,'4000','111746424735','2025-05-05 08:58:55',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(2477,'4000','111746424735','2025-05-05 09:11:30',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(2478,'1000','181746426703','2025-05-05 09:32:37',130.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2479,'4000','181746426703','2025-05-05 09:32:37',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(2480,'4000','181746426703','2025-05-05 09:31:43',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2481,'4000','181746426703','2025-05-05 09:31:50',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2482,'1000','181746427695','2025-05-05 09:48:18',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2483,'4000','181746427695','2025-05-05 09:48:18',NULL,50.00,'','18','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(2484,'1000','221746430227','2025-05-05 10:30:30',20.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2485,'4000','221746430227','2025-05-05 10:30:30',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(2501,'1000','221746431512','2025-05-05 10:52:33',250.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2502,'4000','221746431512','2025-05-05 10:52:33',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2503,'4000','221746431512','2025-05-05 10:51:52',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(2504,'4000','221746431512','2025-05-05 10:52:28',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(2505,'4000','221746431512','2025-05-05 10:52:31',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(2506,'4000','221746431512','2025-05-05 10:53:20',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2507,'4000','221746431512','2025-05-05 10:57:01',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2510,'1000','181746433317','2025-05-05 11:22:00',200.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2511,'4000','181746433317','2025-05-05 11:22:00',NULL,200.00,'','18','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(2512,'1000','221746433921','2025-05-05 11:32:05',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2513,'4000','221746433921','2025-05-05 11:32:05',NULL,50.00,'','22','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(2514,'1000','221746434560','2025-05-05 11:42:45',200.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2515,'4000','221746434560','2025-05-05 11:42:45',NULL,200.00,'','22','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(2516,'1000','181746435680','2025-05-05 12:01:23',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2517,'4000','181746435680','2025-05-05 12:01:23',NULL,50.00,'','18','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(2518,'1000','221746438816','2025-05-05 12:53:40',20.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2519,'4000','221746438816','2025-05-05 12:53:40',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(2531,'1000','181746445410','2025-05-05 14:43:33',200.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2532,'4000','181746445410','2025-05-05 14:43:33',NULL,200.00,'','18','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(2533,'1000','181746446857','2025-05-05 15:07:40',20.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2534,'4000','181746446857','2025-05-05 15:07:40',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(2545,'1000','221746448065','2025-05-05 15:27:50',130.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2546,'4000','221746448065','2025-05-05 15:27:50',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(2547,'4000','221746448065','2025-05-05 15:27:45',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(2548,'4000','221746448065','2025-05-05 15:28:17',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(2551,'1000','181746451283','2025-05-05 16:21:25',20.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2552,'4000','181746451283','2025-05-05 16:21:25',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(2553,'1000','181746451605','2025-05-05 16:26:46',130.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2554,'4000','181746451605','2025-05-05 16:26:46',NULL,130.00,'','18','1','Good sold','1','','sales','24','','No',NULL,NULL,''),(2557,'1110','181746451683','2025-05-05 16:38:52',NULL,0.00,'','18','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(2558,'1110','181746451683','2025-05-05 16:28:03',NULL,20.00,'','18','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(2559,'5500','181746451683','2025-05-05 16:38:48',20.00,NULL,'','18','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(2560,'1000','181746451683','2025-05-05 16:38:52',70.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2561,'4000','181746451683','2025-05-05 16:38:52',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2562,'4000','181746451683','2025-05-05 16:28:03',NULL,20.00,'','18','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(2563,'1000','181746452363','2025-05-05 16:39:37',400.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2564,'4000','181746452363','2025-05-05 16:39:37',NULL,200.00,'','18','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(2565,'4000','181746452363','2025-05-05 16:39:23',NULL,200.00,'','18','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(2566,'1000','221746451930','2025-05-05 16:32:14',280.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2567,'4000','221746451930','2025-05-05 16:32:14',NULL,150.00,'','22','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(2568,'4000','221746451930','2025-05-05 16:32:10',NULL,130.00,'','22','1','Good sold','1','','sales','24','','No',NULL,NULL,''),(2569,'1000','221746447234','2025-05-05 15:13:58',350.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2570,'4000','221746447234','2025-05-05 15:13:58',NULL,100.00,'','22','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(2571,'4000','221746447234','2025-05-05 15:13:54',NULL,100.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(2572,'4000','221746447234','2025-05-05 15:17:40',NULL,150.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2573,'1000','181746453453','2025-05-05 16:59:19',1240.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2574,'4000','181746453453','2025-05-05 16:59:19',NULL,280.00,'','18','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(2575,'4000','181746453453','2025-05-05 16:57:33',NULL,280.00,'','18','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(2576,'4000','181746453453','2025-05-05 16:57:37',NULL,280.00,'','18','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(2577,'4000','181746453453','2025-05-05 16:58:06',NULL,100.00,'','18','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(2578,'4000','181746453453','2025-05-05 16:58:15',NULL,100.00,'','18','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(2579,'4000','181746453453','2025-05-05 16:58:25',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(2580,'4000','181746453453','2025-05-05 16:58:40',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(2581,'1000','221746432177','2025-05-05 11:03:04',80.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2582,'4000','221746432177','2025-05-05 11:03:04',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(2583,'4000','221746432177','2025-05-05 11:02:57',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(2584,'1000','181746454861','2025-05-05 17:21:23',200.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2585,'4000','181746454861','2025-05-05 17:21:23',NULL,120.00,'','18','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2586,'4000','181746454861','2025-05-05 17:21:01',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(2587,'4000','181746454861','2025-05-05 17:21:07',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2590,'1000','221746455726','2025-05-05 17:35:34',90.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2591,'4000','221746455726','2025-05-05 17:35:34',NULL,40.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(2592,'4000','221746455726','2025-05-05 17:35:26',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2593,'1000','221746456108','2025-05-05 17:41:57',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2594,'4000','221746456108','2025-05-05 17:41:57',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(2595,'1000','181746450907','2025-05-05 16:15:09',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2596,'4000','181746450907','2025-05-05 16:15:09',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(2597,'1000','221746441888','2025-05-05 13:45:12',400.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2598,'4000','221746441888','2025-05-05 13:45:12',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2599,'4000','221746441888','2025-05-05 13:44:48',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(2600,'4000','221746441888','2025-05-05 13:46:09',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2601,'4000','221746441888','2025-05-05 13:47:01',NULL,40.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(2602,'4000','221746441888','2025-05-05 14:08:28',NULL,200.00,'','22','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(2603,'1000','181746456939','2025-05-05 17:57:18',170.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2604,'4000','181746456939','2025-05-05 17:57:18',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2605,'4000','181746456939','2025-05-05 17:55:39',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2606,'4000','181746456939','2025-05-05 17:55:45',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2607,'1000','181746458287','2025-05-05 18:18:09',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2608,'4000','181746458287','2025-05-05 18:18:09',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2611,'1000','221746458803','2025-05-05 18:26:49',280.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2612,'4000','221746458803','2025-05-05 18:26:49',NULL,180.00,'','22','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(2613,'4000','221746458803','2025-05-05 18:26:43',NULL,100.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2616,'1000','221746462050','2025-05-05 19:21:01',150.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2617,'4000','221746462050','2025-05-05 19:21:01',NULL,150.00,'','22','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(2629,'1000','181746461906','2025-05-05 19:18:28',720.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2630,'4000','181746461906','2025-05-05 19:18:28',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2631,'4000','181746461906','2025-05-05 19:18:26',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2632,'4000','181746461906','2025-05-05 19:23:03',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2633,'4000','181746461906','2025-05-05 19:24:52',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2634,'4000','181746461906','2025-05-05 19:24:56',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2635,'4000','181746461906','2025-05-05 19:25:01',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2636,'4000','181746461906','2025-05-05 19:25:10',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2637,'4000','181746461906','2025-05-05 19:25:30',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2638,'4000','181746461906','2025-05-05 19:25:33',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2639,'4000','181746461906','2025-05-05 19:25:39',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2640,'4000','181746461906','2025-05-05 19:25:48',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2641,'4000','181746461906','2025-05-05 19:31:19',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2642,'4000','181746461906','2025-05-05 19:31:33',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2648,'1000','221746463500','2025-05-05 19:45:08',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2649,'4000','221746463500','2025-05-05 19:45:08',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2650,'4000','221746463500','2025-05-05 19:45:01',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2662,'1000','221746462760','2025-05-05 19:32:47',430.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2663,'4000','221746462760','2025-05-05 19:32:47',NULL,100.00,'','22','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(2664,'4000','221746462760','2025-05-05 19:32:41',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2665,'4000','221746462760','2025-05-05 19:33:30',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2666,'4000','221746462760','2025-05-05 19:55:27',NULL,100.00,'','22','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(2667,'4000','221746462760','2025-05-05 20:02:20',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(2668,'4000','221746462760','2025-05-05 20:02:49',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2669,'4000','221746462760','2025-05-05 20:03:09',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(2670,'1000','221746465314','2025-05-05 20:15:26',30.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2671,'4000','221746465314','2025-05-05 20:15:26',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(2672,'1000','221746466007','2025-05-05 20:31:36',80.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2673,'4000','221746466007','2025-05-05 20:31:36',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2674,'4000','221746466007','2025-05-05 20:26:47',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(2677,'1000','181746466953','2025-05-05 20:42:40',300.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2678,'4000','181746466953','2025-05-05 20:42:40',NULL,150.00,'','18','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(2679,'4000','181746466953','2025-05-05 20:42:33',NULL,150.00,'','18','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(2687,'1000','181746468042','2025-05-05 21:00:57',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2688,'4000','181746468042','2025-05-05 21:00:57',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(2689,'4000','181746468042','2025-05-05 21:00:42',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2704,'1000','221746466933','2025-05-05 20:42:17',1110.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2705,'4000','221746466933','2025-05-05 20:42:17',NULL,280.00,'','22','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(2706,'4000','221746466933','2025-05-05 20:42:13',NULL,100.00,'','22','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(2707,'4000','221746466933','2025-05-05 20:42:45',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(2708,'4000','221746466933','2025-05-05 20:51:13',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(2709,'4000','221746466933','2025-05-05 21:04:54',NULL,50.00,'','22','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(2710,'4000','221746466933','2025-05-05 21:05:09',NULL,280.00,'','22','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(2711,'4000','221746466933','2025-05-05 21:21:49',NULL,280.00,'','22','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(2712,'4000','221746466933','2025-05-05 21:24:04',NULL,20.00,'','22','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(2713,'1000','181746512764','2025-05-06 09:26:16',70.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2714,'4000','181746512764','2025-05-06 09:26:16',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2715,'4000','181746512764','2025-05-06 09:26:04',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(2716,'1000','181746514247','2025-05-06 09:50:56',60.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2717,'4000','181746514247','2025-05-06 09:50:56',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(2718,'4000','181746514247','2025-05-06 09:50:47',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(2719,'4000','181746514247','2025-05-06 09:50:50',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(2720,'1000','181746514403','2025-05-06 09:53:24',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2721,'4000','181746514403','2025-05-06 09:53:24',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2722,'1000','11746515917','2025-05-06 10:18:57',60.00,NULL,'','1','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2723,'4000','11746515917','2025-05-06 10:18:57',NULL,30.00,'','1','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(2724,'4000','11746515917','2025-05-06 10:18:37',NULL,30.00,'','1','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(2725,'1000','81746519375','2025-05-06 11:16:31',150.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2726,'4000','81746519375','2025-05-06 11:16:31',NULL,100.00,'','8','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(2727,'4000','81746519375','2025-05-06 11:16:15',NULL,50.00,'','8','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(2730,'1000','81746520753','2025-05-06 11:39:15',30.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2731,'4000','81746520753','2025-05-06 11:39:15',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(2736,'1000','81746523284','2025-05-06 12:21:26',100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2737,'4000','81746523284','2025-05-06 12:21:26',NULL,100.00,'','8','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(2741,'1000','81746524886','2025-05-06 12:48:12',200.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2742,'4000','81746524886','2025-05-06 12:48:12',NULL,200.00,'','8','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(2743,'1000','81746523111','2025-05-06 12:18:34',350.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2744,'4000','81746523111','2025-05-06 12:18:34',NULL,200.00,'','8','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(2745,'4000','81746523111','2025-05-06 12:18:31',NULL,100.00,'','8','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(2746,'4000','81746523111','2025-05-06 12:32:38',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2751,'1000','81746531365','2025-05-06 14:36:06',150.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2752,'4000','81746531365','2025-05-06 14:36:06',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(2753,'1000','81746533053','2025-05-06 15:04:33',310.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2754,'4000','81746533053','2025-05-06 15:04:33',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(2755,'4000','81746533053','2025-05-06 15:04:13',NULL,280.00,'','8','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(2773,'1000','81746535659','2025-05-06 15:47:52',150.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2774,'4000','81746535659','2025-05-06 15:47:52',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(2775,'4000','81746535659','2025-05-06 15:47:39',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2776,'4000','81746535659','2025-05-06 15:47:50',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2782,'1000','81746521839','2025-05-06 11:57:20',40.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2783,'4000','81746521839','2025-05-06 11:57:20',NULL,20.00,'','8','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(2784,'4000','81746521839','2025-05-06 11:57:19',NULL,20.00,'','8','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(2785,'1000','81746536363','2025-05-06 16:00:10',280.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2786,'4000','81746536363','2025-05-06 16:00:10',NULL,100.00,'','8','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(2787,'4000','81746536363','2025-05-06 15:59:23',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(2788,'4000','81746536363','2025-05-06 15:59:42',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(2789,'4000','81746536363','2025-05-06 16:00:03',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(2790,'4000','81746536363','2025-05-06 16:13:48',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(2791,'1000','81746533202','2025-05-06 15:06:43',680.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2792,'4000','81746533202','2025-05-06 15:06:43',NULL,200.00,'','8','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(2793,'4000','81746533202','2025-05-06 15:06:42',NULL,50.00,'','8','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(2794,'4000','81746533202','2025-05-06 15:13:24',NULL,280.00,'','8','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(2795,'4000','81746533202','2025-05-06 15:13:28',NULL,150.00,'','8','1','Good sold','1','','sales','87','','No',NULL,NULL,''),(2796,'1000','81746535560','2025-05-06 15:46:33',1050.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2797,'4000','81746535560','2025-05-06 15:46:33',NULL,600.00,'','8','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(2798,'4000','81746535560','2025-05-06 15:46:00',NULL,50.00,'','8','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(2799,'4000','81746535560','2025-05-06 15:46:19',NULL,50.00,'','8','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(2800,'4000','81746535560','2025-05-06 15:46:32',NULL,200.00,'','8','1','Good sold','1','','sales','84','','No',NULL,NULL,''),(2801,'4000','81746535560','2025-05-06 16:40:59',NULL,150.00,'','8','1','Good sold','1','','sales','87','','No',NULL,NULL,''),(2802,'1000','81746519631','2025-05-06 11:20:33',280.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2803,'4000','81746519631','2025-05-06 11:20:33',NULL,50.00,'','8','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(2804,'4000','81746519631','2025-05-06 11:20:31',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(2805,'4000','81746519631','2025-05-06 14:31:32',NULL,150.00,'','8','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(2806,'4000','81746519631','2025-05-06 14:32:06',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2807,'1000','81746540332','2025-05-06 17:05:36',150.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2808,'4000','81746540332','2025-05-06 17:05:36',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(2812,'1000','81746540798','2025-05-06 17:13:51',230.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2813,'4000','81746540798','2025-05-06 17:13:51',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2814,'4000','81746540798','2025-05-06 17:13:19',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2815,'4000','81746540798','2025-05-06 17:13:21',NULL,50.00,'','8','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(2816,'4000','81746540798','2025-05-06 17:23:01',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(2817,'4000','81746540798','2025-05-06 17:23:14',NULL,50.00,'','8','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(2818,'1000','81746542587','2025-05-06 17:44:07',200.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2819,'4000','81746542587','2025-05-06 17:44:07',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2820,'4000','81746542587','2025-05-06 17:43:07',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2821,'4000','81746542587','2025-05-06 17:43:12',NULL,50.00,'','8','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(2822,'4000','81746542587','2025-05-06 17:43:45',NULL,50.00,'','8','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(2823,'1000','81746543146','2025-05-06 17:52:34',50.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2824,'4000','81746543146','2025-05-06 17:52:34',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2825,'1000','81746546784','2025-05-06 18:53:05',100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2826,'4000','81746546784','2025-05-06 18:53:05',NULL,100.00,'','8','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(2827,'1000','81746548354','2025-05-06 19:19:38',110.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2828,'4000','81746548354','2025-05-06 19:19:38',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2829,'4000','81746548354','2025-05-06 19:19:15',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2830,'1000','81746548493','2025-05-06 19:22:14',220.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2831,'4000','81746548493','2025-05-06 19:22:14',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2832,'4000','81746548493','2025-05-06 19:21:33',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2833,'4000','81746548493','2025-05-06 19:21:47',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2834,'4000','81746548493','2025-05-06 19:22:06',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2841,'1000','81746549181','2025-05-06 19:33:04',650.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2842,'4000','81746549181','2025-05-06 19:33:04',NULL,150.00,'','8','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(2843,'4000','81746549181','2025-05-06 19:33:01',NULL,150.00,'','8','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(2844,'4000','81746549181','2025-05-06 19:34:45',NULL,150.00,'','8','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(2845,'4000','81746549181','2025-05-06 19:34:51',NULL,200.00,'','8','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(2846,'4000','11746515917','2025-05-06 20:43:26',30.00,NULL,'','1','1','Returned products','1','','return','','','No',NULL,NULL,''),(2847,'1000','11746515917','2025-05-06 20:43:26',NULL,30.00,'','1','1','Returned products','1','','return','','','No',NULL,NULL,''),(2848,'5500','11746515917','2025-05-06 20:43:26',NULL,0.00,'','1','1','Cost of goods returned','1','','sales','8','','No',NULL,NULL,''),(2849,'1110','11746515917','2025-05-06 20:43:26',0.00,NULL,'','1','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(2850,'4000','11746515917','2025-05-06 20:43:34',30.00,NULL,'','1','1','Returned products','1','','return','','','No',NULL,NULL,''),(2851,'1000','11746515917','2025-05-06 20:43:34',NULL,30.00,'','1','1','Returned products','1','','return','','','No',NULL,NULL,''),(2852,'5500','11746515917','2025-05-06 20:43:34',NULL,0.00,'','1','1','Cost of goods returned','1','','sales','8','','No',NULL,NULL,''),(2853,'1110','11746515917','2025-05-06 20:43:34',0.00,NULL,'','1','1','Inventory retuned ','1','','sales','','','No',NULL,NULL,''),(2860,'1000','221746558493','2025-05-06 22:08:15',120.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2861,'4000','221746558493','2025-05-06 22:08:15',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(2862,'4000','221746558493','2025-05-06 22:08:13',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(2863,'4000','221746558493','2025-05-06 22:08:14',NULL,80.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(2864,'1000','221746559033','2025-05-06 22:17:14',20.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2865,'4000','221746559033','2025-05-06 22:17:14',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(2880,'1000','221746570751','2025-05-07 01:32:54',180.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2881,'4000','221746570751','2025-05-07 01:32:54',NULL,180.00,'','22','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(2882,'1000','221746569371','2025-05-07 01:09:32',490.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2883,'4000','221746569371','2025-05-07 01:09:32',NULL,150.00,'','22','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(2884,'4000','221746569371','2025-05-07 01:09:31',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(2885,'4000','221746569371','2025-05-07 01:10:17',NULL,150.00,'','22','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(2886,'4000','221746569371','2025-05-07 01:11:31',NULL,50.00,'','22','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(2887,'4000','221746569371','2025-05-07 01:13:29',NULL,50.00,'','22','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(2888,'4000','221746569371','2025-05-07 01:51:42',NULL,40.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(2889,'1000','221746591545','2025-05-07 07:19:17',80.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2890,'4000','221746591545','2025-05-07 07:19:17',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(2891,'4000','221746591545','2025-05-07 07:19:05',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(2892,'4000','221746591545','2025-05-07 07:19:06',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(2893,'4000','221746591545','2025-05-07 07:19:13',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(2894,'1000','211746594044','2025-05-07 08:01:22',170.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2895,'4000','211746594044','2025-05-07 08:01:22',NULL,50.00,'','21','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2896,'4000','211746594044','2025-05-07 08:00:44',NULL,50.00,'','21','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2897,'4000','211746594044','2025-05-07 08:00:50',NULL,20.00,'','21','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(2898,'4000','211746594044','2025-05-07 08:01:15',NULL,50.00,'','21','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(2899,'1000','211746597753','2025-05-07 09:02:49',150.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2900,'4000','211746597753','2025-05-07 09:02:49',NULL,100.00,'','21','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(2901,'4000','211746597753','2025-05-07 09:02:33',NULL,50.00,'','21','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(2902,'1000','211746597796','2025-05-07 09:04:36',190.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2903,'4000','211746597796','2025-05-07 09:04:36',NULL,50.00,'','21','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(2904,'4000','211746597796','2025-05-07 09:03:16',NULL,20.00,'','21','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(2905,'4000','211746597796','2025-05-07 09:03:36',NULL,120.00,'','21','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(2906,'1000','81746599078','2025-05-07 09:24:40',30.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2907,'4000','81746599078','2025-05-07 09:24:40',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(2908,'1000','211746601352','2025-05-07 10:04:55',100.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2909,'4000','211746601352','2025-05-07 10:04:55',NULL,50.00,'','21','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(2910,'4000','211746601352','2025-05-07 10:02:32',NULL,50.00,'','21','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(2911,'1000','81746601967','2025-05-07 10:12:49',50.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2912,'4000','81746601967','2025-05-07 10:12:49',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2913,'1000','81746603649','2025-05-07 10:41:00',380.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2914,'4000','81746603649','2025-05-07 10:41:00',NULL,100.00,'','8','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(2915,'4000','81746603649','2025-05-07 10:40:49',NULL,280.00,'','8','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(2916,'1000','81746607567','2025-05-07 11:46:09',30.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2917,'4000','81746607567','2025-05-07 11:46:09',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(2918,'1000','81746612426','2025-05-07 13:07:13',50.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2919,'4000','81746612426','2025-05-07 13:07:13',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(2920,'1000','81746613048','2025-05-07 13:17:33',30.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2921,'4000','81746613048','2025-05-07 13:17:33',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(2922,'1000','81746613525','2025-05-07 13:25:33',300.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2923,'4000','81746613525','2025-05-07 13:25:33',NULL,150.00,'','8','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(2924,'4000','81746613525','2025-05-07 13:25:25',NULL,150.00,'','8','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(2930,'1000','81746614588','2025-05-07 13:43:14',280.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2931,'4000','81746614588','2025-05-07 13:43:14',NULL,100.00,'','8','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(2932,'4000','81746614588','2025-05-07 13:43:08',NULL,180.00,'','8','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(2933,'1000','81746614306','2025-05-07 13:39:50',530.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2934,'4000','81746614306','2025-05-07 13:39:50',NULL,50.00,'','8','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(2935,'4000','81746614306','2025-05-07 13:38:26',NULL,400.00,'','8','1','Good sold','1','','sales','51','','No',NULL,NULL,''),(2936,'4000','81746614306','2025-05-07 13:39:42',NULL,80.00,'','8','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(2937,'1000','81746616355','2025-05-07 14:12:45',200.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2938,'4000','81746616355','2025-05-07 14:12:45',NULL,200.00,'','8','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(2939,'1000','81746617144','2025-05-07 14:25:54',100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2940,'4000','81746617144','2025-05-07 14:25:54',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(2941,'4000','81746617144','2025-05-07 14:25:44',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(2942,'1000','81746618377','2025-05-07 14:46:33',50.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2943,'4000','81746618377','2025-05-07 14:46:33',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(2946,'1000','81746620166','2025-05-07 15:16:14',230.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2947,'4000','81746620166','2025-05-07 15:16:14',NULL,180.00,'','8','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(2948,'4000','81746620166','2025-05-07 15:16:07',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(2949,'1000','81746622043','2025-05-07 15:48:17',80.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2950,'4000','81746622043','2025-05-07 15:48:17',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(2951,'4000','81746622043','2025-05-07 15:47:24',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2952,'1000','81746622642','2025-05-07 15:57:25',30.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2953,'4000','81746622642','2025-05-07 15:57:25',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(2954,'1000','81746623391','2025-05-07 16:09:59',50.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2955,'4000','81746623391','2025-05-07 16:09:59',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(2956,'1000','211746624649','2025-05-07 16:31:54',760.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2957,'4000','211746624649','2025-05-07 16:31:54',NULL,280.00,'','21','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(2958,'4000','211746624649','2025-05-07 16:30:49',NULL,280.00,'','21','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(2959,'4000','211746624649','2025-05-07 16:31:07',NULL,100.00,'','21','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(2960,'4000','211746624649','2025-05-07 16:31:24',NULL,100.00,'','21','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(2961,'1000','81746627752','2025-05-07 17:22:33',50.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2962,'4000','81746627752','2025-05-07 17:22:33',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2963,'1000','81746627819','2025-05-07 17:23:42',50.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2964,'4000','81746627819','2025-05-07 17:23:42',NULL,50.00,'','8','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(2972,'1000','81746628863','2025-05-07 17:41:05',70.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2973,'4000','81746628863','2025-05-07 17:41:05',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2974,'4000','81746628863','2025-05-07 17:41:03',NULL,20.00,'','8','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(2975,'1000','81746629923','2025-05-07 17:58:46',50.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2976,'4000','81746629923','2025-05-07 17:58:46',NULL,50.00,'','8','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(2977,'1000','81746628617','2025-05-07 17:37:31',340.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2978,'4000','81746628617','2025-05-07 17:37:31',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2979,'4000','81746628617','2025-05-07 17:36:57',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2980,'4000','81746628617','2025-05-07 17:37:03',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2981,'4000','81746628617','2025-05-07 17:37:18',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2982,'4000','81746628617','2025-05-07 17:37:28',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2983,'4000','81746628617','2025-05-07 18:20:19',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2984,'1000','81746633998','2025-05-07 19:06:46',50.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2985,'4000','81746633998','2025-05-07 19:06:46',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2986,'1000','81746634440','2025-05-07 19:14:53',360.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2987,'4000','81746634440','2025-05-07 19:14:53',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2988,'4000','81746634440','2025-05-07 19:14:00',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2989,'4000','81746634440','2025-05-07 19:14:15',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2990,'4000','81746634440','2025-05-07 19:14:20',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2991,'4000','81746634440','2025-05-07 19:14:32',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2992,'4000','81746634440','2025-05-07 19:14:46',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(2993,'1000','81746634561','2025-05-07 19:16:06',50.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(2994,'4000','81746634561','2025-05-07 19:16:06',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(2995,'1110','81746635730','2025-05-07 19:36:08',NULL,1.00,'','8','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(2996,'1110','81746635730','2025-05-07 19:35:31',NULL,1.00,'','8','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(2997,'1110','81746635730','2025-05-07 19:35:50',NULL,1.00,'','8','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(2998,'1110','81746635730','2025-05-07 19:35:56',NULL,1.00,'','8','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(2999,'1110','81746635730','2025-05-07 19:36:00',NULL,1.00,'','8','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(3000,'5500','81746635730','2025-05-07 19:36:06',5.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3001,'1000','81746635730','2025-05-07 19:36:08',500.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3002,'4000','81746635730','2025-05-07 19:36:08',NULL,100.00,'','8','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(3003,'4000','81746635730','2025-05-07 19:35:31',NULL,100.00,'','8','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(3004,'4000','81746635730','2025-05-07 19:35:50',NULL,100.00,'','8','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(3005,'4000','81746635730','2025-05-07 19:35:56',NULL,100.00,'','8','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(3006,'4000','81746635730','2025-05-07 19:36:00',NULL,100.00,'','8','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(3007,'1000','81746637543','2025-05-07 20:05:44',20.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3008,'4000','81746637543','2025-05-07 20:05:44',NULL,20.00,'','8','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(3012,'1000','81746638349','2025-05-07 20:19:23',440.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3013,'4000','81746638349','2025-05-07 20:19:23',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3014,'4000','81746638349','2025-05-07 20:19:09',NULL,150.00,'','8','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(3015,'4000','81746638349','2025-05-07 20:19:21',NULL,120.00,'','8','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3016,'4000','81746638349','2025-05-07 20:25:26',NULL,120.00,'','8','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3017,'1000','111746682271','2025-05-08 08:31:35',110.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3018,'4000','111746682271','2025-05-08 08:31:35',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3019,'4000','111746682271','2025-05-08 08:31:11',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3020,'4000','111746682271','2025-05-08 08:31:17',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3021,'4000','111746682271','2025-05-08 08:31:29',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(3031,'1000','221746685024','2025-05-08 09:17:06',150.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3032,'4000','221746685024','2025-05-08 09:17:06',NULL,150.00,'','22','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(3033,'1000','81746685829','2025-05-08 09:30:37',30.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3034,'4000','81746685829','2025-05-08 09:30:37',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3042,'1000','221746684063','2025-05-08 09:01:25',560.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3043,'4000','221746684063','2025-05-08 09:01:25',NULL,300.00,'','22','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(3044,'4000','221746684063','2025-05-08 09:01:03',NULL,100.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(3045,'4000','221746684063','2025-05-08 09:01:48',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(3046,'4000','221746684063','2025-05-08 09:03:10',NULL,40.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(3047,'4000','221746684063','2025-05-08 09:35:38',NULL,100.00,'','22','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(3048,'1000','81746687495','2025-05-08 09:58:17',150.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3049,'4000','81746687495','2025-05-08 09:58:17',NULL,150.00,'','8','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(3053,'1000','81746686060','2025-05-08 09:34:22',110.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3054,'4000','81746686060','2025-05-08 09:34:22',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3055,'4000','81746686060','2025-05-08 09:34:20',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3056,'4000','81746686060','2025-05-08 10:12:55',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3059,'1000','81746688998','2025-05-08 10:23:19',50.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3060,'4000','81746688998','2025-05-08 10:23:19',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3064,'1110','221746688632','2025-05-08 10:17:13',NULL,0.00,'','22','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(3065,'1110','221746688632','2025-05-08 10:17:12',NULL,0.00,'','22','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(3066,'1110','221746688632','2025-05-08 10:47:02',NULL,0.00,'','22','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(3067,'1110','221746688632','2025-05-08 10:47:28',NULL,1.00,'','22','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(3068,'5500','221746688632','2025-05-08 10:47:43',1.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3069,'1000','221746688632','2025-05-08 10:17:13',260.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3070,'4000','221746688632','2025-05-08 10:17:13',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3071,'4000','221746688632','2025-05-08 10:17:12',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3072,'4000','221746688632','2025-05-08 10:47:02',NULL,60.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3073,'4000','221746688632','2025-05-08 10:47:28',NULL,100.00,'','22','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(3074,'1000','221746692433','2025-05-08 11:21:21',200.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3075,'4000','221746692433','2025-05-08 11:21:21',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(3076,'4000','221746692433','2025-05-08 11:20:33',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(3077,'4000','221746692433','2025-05-08 11:20:46',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(3078,'4000','221746692433','2025-05-08 11:21:15',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(3079,'1000','221746694529','2025-05-08 11:55:31',30.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3080,'4000','221746694529','2025-05-08 11:55:31',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3081,'1000','221746694958','2025-05-08 12:02:41',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3082,'4000','221746694958','2025-05-08 12:02:41',NULL,50.00,'','22','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(3083,'1000','221746697815','2025-05-08 12:50:16',20.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3084,'4000','221746697815','2025-05-08 12:50:16',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(3085,'1000','221746698193','2025-05-08 12:56:37',20.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3086,'4000','221746698193','2025-05-08 12:56:37',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(3087,'1000','221746698996','2025-05-08 13:09:58',20.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3088,'4000','221746698996','2025-05-08 13:09:58',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(3091,'1000','221746699674','2025-05-08 13:21:46',400.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3092,'4000','221746699674','2025-05-08 13:21:46',NULL,300.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(3093,'4000','221746699674','2025-05-08 13:21:14',NULL,100.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(3098,'1000','221746700931','2025-05-08 13:42:13',150.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3099,'4000','221746700931','2025-05-08 13:42:13',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(3100,'1000','221746700486','2025-05-08 13:35:46',260.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3101,'4000','221746700486','2025-05-08 13:35:46',NULL,150.00,'','22','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(3102,'4000','221746700486','2025-05-08 13:34:47',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3103,'4000','221746700486','2025-05-08 13:35:06',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3104,'4000','221746700486','2025-05-08 13:35:44',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3105,'1000','221746703677','2025-05-08 14:27:59',20.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3106,'4000','221746703677','2025-05-08 14:27:59',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(3107,'1000','211746704419','2025-05-08 14:40:20',150.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3108,'4000','211746704419','2025-05-08 14:40:20',NULL,150.00,'','21','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(3109,'1000','81746704569','2025-05-08 14:43:01',80.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3110,'4000','81746704569','2025-05-08 14:43:01',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(3111,'4000','81746704569','2025-05-08 14:42:49',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3114,'1000','81746705033','2025-05-08 14:50:35',210.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3115,'4000','81746705033','2025-05-08 14:50:35',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(3116,'4000','81746705033','2025-05-08 14:50:33',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(3124,'1000','221746706904','2025-05-08 15:22:04',700.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3125,'4000','221746706904','2025-05-08 15:22:04',NULL,600.00,'','22','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(3126,'4000','221746706904','2025-05-08 15:21:44',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(3127,'4000','221746706904','2025-05-08 15:22:02',NULL,50.00,'','22','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(3128,'1000','81746705951','2025-05-08 15:07:12',390.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3129,'4000','81746705951','2025-05-08 15:07:12',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(3130,'4000','81746705951','2025-05-08 15:05:51',NULL,280.00,'','8','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(3131,'4000','81746705951','2025-05-08 15:06:40',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3132,'4000','81746705951','2025-05-08 15:06:52',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3133,'1000','221746707362','2025-05-08 15:30:49',750.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3134,'4000','221746707362','2025-05-08 15:30:49',NULL,600.00,'','22','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(3135,'4000','221746707362','2025-05-08 15:29:23',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(3136,'4000','221746707362','2025-05-08 15:29:54',NULL,50.00,'','22','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(3137,'4000','221746707362','2025-05-08 15:30:23',NULL,50.00,'','22','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(3138,'1000','81746712001','2025-05-08 16:46:44',50.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3139,'4000','81746712001','2025-05-08 16:46:44',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(3140,'1000','221746713335','2025-05-08 17:08:58',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3141,'4000','221746713335','2025-05-08 17:08:58',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(3145,'1000','81746714019','2025-05-08 17:21:25',450.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3146,'4000','81746714019','2025-05-08 17:21:25',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(3147,'4000','81746714019','2025-05-08 17:20:19',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(3148,'4000','81746714019','2025-05-08 17:20:42',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(3149,'1000','211746714390','2025-05-08 17:26:37',50.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3150,'4000','211746714390','2025-05-08 17:26:37',NULL,50.00,'','21','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3151,'1000','81746714690','2025-05-08 17:31:51',50.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3152,'4000','81746714690','2025-05-08 17:31:51',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3155,'1000','221746717600','2025-05-08 18:20:04',70.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3156,'4000','221746717600','2025-05-08 18:20:04',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3157,'4000','221746717600','2025-05-08 18:20:01',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(3158,'1000','81746718113','2025-05-08 18:29:04',250.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3159,'4000','81746718113','2025-05-08 18:29:04',NULL,200.00,'','8','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(3160,'4000','81746718113','2025-05-08 18:28:34',NULL,50.00,'','8','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(3164,'1000','221746719352','2025-05-08 18:49:22',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3165,'4000','221746719352','2025-05-08 18:49:22',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3166,'4000','221746719352','2025-05-08 18:49:12',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3167,'1000','81746721741','2025-05-08 19:29:11',50.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3168,'4000','81746721741','2025-05-08 19:29:11',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3169,'1000','81746725713','2025-05-08 20:35:15',200.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3170,'4000','81746725713','2025-05-08 20:35:15',NULL,200.00,'','8','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(3171,'1000','221746725778','2025-05-08 20:37:18',450.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3172,'4000','221746725778','2025-05-08 20:37:18',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(3173,'4000','221746725778','2025-05-08 20:36:18',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(3174,'4000','221746725778','2025-05-08 20:37:02',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(3182,'1000','111746728164','2025-05-08 21:16:46',330.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3183,'4000','111746728164','2025-05-08 21:16:46',NULL,180.00,'','11','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(3184,'4000','111746728164','2025-05-08 21:16:04',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3185,'4000','111746728164','2025-05-08 21:16:44',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3186,'4000','111746728164','2025-05-08 21:27:48',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(3187,'1000','111746729526','2025-05-08 21:38:48',200.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3188,'4000','111746729526','2025-05-08 21:38:48',NULL,200.00,'','11','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(3189,'1000','111746731255','2025-05-08 22:07:47',40.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3190,'4000','111746731255','2025-05-08 22:07:47',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(3191,'4000','111746731255','2025-05-08 22:07:35',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(3198,'1000','111746733414','2025-05-08 22:45:14',900.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3199,'4000','111746733414','2025-05-08 22:45:14',NULL,280.00,'','11','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(3200,'4000','111746733414','2025-05-08 22:43:34',NULL,280.00,'','11','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(3201,'4000','111746733414','2025-05-08 22:43:40',NULL,100.00,'','11','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(3202,'4000','111746733414','2025-05-08 22:43:50',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3203,'4000','111746733414','2025-05-08 22:44:01',NULL,180.00,'','11','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(3204,'4000','111746733414','2025-05-08 22:44:32',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3205,'1000','111746735545','2025-05-08 23:19:06',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3206,'4000','111746735545','2025-05-08 23:19:06',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(3209,'1000','111746736352','2025-05-08 23:32:33',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3210,'4000','111746736352','2025-05-08 23:32:33',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3211,'4000','111746736352','2025-05-08 23:32:32',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3212,'4000','111746736352','2025-05-08 23:34:13',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3213,'1110','101746763519','2025-05-09 07:10:33',NULL,0.00,'','10','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(3214,'1110','101746763519','2025-05-09 07:05:19',NULL,0.00,'','10','1','Inventory sold','1','','sales','13','','No',NULL,NULL,''),(3215,'1110','101746763519','2025-05-09 07:05:37',NULL,0.00,'','10','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(3216,'1110','101746763519','2025-05-09 07:06:35',NULL,0.00,'','10','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(3217,'1110','101746763519','2025-05-09 07:08:10',NULL,1.00,'','10','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(3218,'1110','101746763519','2025-05-09 07:09:07',NULL,1.00,'','10','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(3219,'5500','101746763519','2025-05-09 07:10:03',2.00,NULL,'','10','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3220,'1000','101746763519','2025-05-09 07:10:33',410.00,NULL,'','10','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3221,'4000','101746763519','2025-05-09 07:10:33',NULL,50.00,'','10','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3222,'4000','101746763519','2025-05-09 07:05:19',NULL,100.00,'','10','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(3223,'4000','101746763519','2025-05-09 07:05:37',NULL,30.00,'','10','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3224,'4000','101746763519','2025-05-09 07:06:35',NULL,30.00,'','10','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3225,'4000','101746763519','2025-05-09 07:08:10',NULL,100.00,'','10','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(3226,'4000','101746763519','2025-05-09 07:09:07',NULL,100.00,'','10','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(3227,'1000','111746765112','2025-05-09 07:31:53',30.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3228,'4000','111746765112','2025-05-09 07:31:53',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3229,'1000','111746765348','2025-05-09 07:37:13',190.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3230,'4000','111746765348','2025-05-09 07:37:13',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(3231,'4000','111746765348','2025-05-09 07:35:48',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(3232,'4000','111746765348','2025-05-09 07:35:55',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(3233,'4000','111746765348','2025-05-09 07:36:06',NULL,100.00,'','11','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(3234,'1000','111746770225','2025-05-09 08:57:22',290.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3235,'4000','111746770225','2025-05-09 08:57:22',NULL,200.00,'','11','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(3236,'4000','111746770225','2025-05-09 08:57:05',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3237,'4000','111746770225','2025-05-09 08:57:15',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3238,'4000','111746770225','2025-05-09 08:57:18',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3239,'1000','81746772324','2025-05-09 09:32:06',30.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3240,'4000','81746772324','2025-05-09 09:32:06',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3241,'1000','81746775570','2025-05-09 10:26:12',50.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3242,'4000','81746775570','2025-05-09 10:26:12',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3243,'1000','81746779384','2025-05-09 11:30:17',140.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3244,'4000','81746779384','2025-05-09 11:30:17',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3245,'4000','81746779384','2025-05-09 11:29:44',NULL,20.00,'','8','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(3246,'4000','81746779384','2025-05-09 11:29:59',NULL,20.00,'','8','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(3247,'4000','81746779384','2025-05-09 11:30:05',NULL,50.00,'','8','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(3251,'1000','81746780513','2025-05-09 11:48:35',180.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3252,'4000','81746780513','2025-05-09 11:48:35',NULL,180.00,'','8','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(3253,'1000','211746780466','2025-05-09 11:48:03',160.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3254,'4000','211746780466','2025-05-09 11:48:03',NULL,50.00,'','21','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3255,'4000','211746780466','2025-05-09 11:47:46',NULL,50.00,'','21','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(3256,'4000','211746780466','2025-05-09 11:48:01',NULL,60.00,'','21','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(3257,'1000','81746781358','2025-05-09 12:02:52',180.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3258,'4000','81746781358','2025-05-09 12:02:52',NULL,180.00,'','8','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(3259,'1000','81746782198','2025-05-09 12:17:09',140.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3260,'4000','81746782198','2025-05-09 12:17:09',NULL,100.00,'','8','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(3261,'4000','81746782198','2025-05-09 12:16:38',NULL,20.00,'','8','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(3262,'4000','81746782198','2025-05-09 12:17:04',NULL,20.00,'','8','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(3263,'1000','81746783653','2025-05-09 12:40:55',150.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3264,'4000','81746783653','2025-05-09 12:40:55',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(3265,'1000','81746785596','2025-05-09 13:13:20',200.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3266,'4000','81746785596','2025-05-09 13:13:20',NULL,200.00,'','8','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(3267,'1000','81746788044','2025-05-09 13:54:06',30.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3268,'4000','81746788044','2025-05-09 13:54:06',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3269,'1000','211746789060','2025-05-09 14:11:01',150.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3270,'4000','211746789060','2025-05-09 14:11:01',NULL,150.00,'','21','1','Good sold','1','','sales','87','','No',NULL,NULL,''),(3271,'1000','81746789400','2025-05-09 14:16:42',50.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3272,'4000','81746789400','2025-05-09 14:16:42',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3273,'1000','81746791935','2025-05-09 14:58:57',50.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3274,'4000','81746791935','2025-05-09 14:58:57',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(3275,'1000','211746796456','2025-05-09 16:14:29',50.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3276,'4000','211746796456','2025-05-09 16:14:29',NULL,50.00,'','21','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(3277,'1000','211746796680','2025-05-09 16:18:04',150.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3278,'4000','211746796680','2025-05-09 16:18:04',NULL,150.00,'','21','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(3279,'1000','211746797918','2025-05-09 16:38:40',50.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3280,'4000','211746797918','2025-05-09 16:38:40',NULL,50.00,'','21','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(3281,'1000','81746798382','2025-05-09 16:46:27',50.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3282,'4000','81746798382','2025-05-09 16:46:27',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(3283,'1000','81746798526','2025-05-09 16:48:49',50.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3284,'4000','81746798526','2025-05-09 16:48:49',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(3285,'1000','81746799591','2025-05-09 17:06:48',200.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3286,'4000','81746799591','2025-05-09 17:06:48',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(3287,'4000','81746799591','2025-05-09 17:06:31',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(3288,'4000','81746799591','2025-05-09 17:06:36',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(3289,'4000','81746799591','2025-05-09 17:06:41',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(3290,'1000','81746800412','2025-05-09 17:20:13',50.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3291,'4000','81746800412','2025-05-09 17:20:13',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3292,'1000','81746802467','2025-05-09 17:55:14',160.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3293,'4000','81746802467','2025-05-09 17:55:14',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3294,'4000','81746802467','2025-05-09 17:54:28',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3295,'4000','81746802467','2025-05-09 17:54:33',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(3296,'1000','211746802783','2025-05-09 18:00:19',100.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3297,'4000','211746802783','2025-05-09 18:00:19',NULL,50.00,'','21','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3298,'4000','211746802783','2025-05-09 17:59:44',NULL,50.00,'','21','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(3299,'1000','81746803193','2025-05-09 18:06:35',50.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3300,'4000','81746803193','2025-05-09 18:06:35',NULL,50.00,'','8','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(3304,'1000','211746803380','2025-05-09 18:09:42',200.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3305,'4000','211746803380','2025-05-09 18:09:42',NULL,200.00,'','21','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(3306,'1000','81746803273','2025-05-09 18:08:02',150.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3307,'4000','81746803273','2025-05-09 18:08:02',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(3308,'4000','81746803273','2025-05-09 18:07:53',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(3309,'4000','81746803273','2025-05-09 18:07:58',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(3313,'1000','211746803409','2025-05-09 18:19:58',100.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3314,'4000','211746803409','2025-05-09 18:19:58',NULL,100.00,'','21','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(3315,'1000','81746803789','2025-05-09 18:16:38',100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3316,'4000','81746803789','2025-05-09 18:16:38',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3317,'4000','81746803789','2025-05-09 18:16:29',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3318,'1000','211746806340','2025-05-09 18:59:08',50.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3319,'4000','211746806340','2025-05-09 18:59:08',NULL,50.00,'','21','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3320,'1000','211746806702','2025-05-09 19:07:17',680.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3321,'4000','211746806702','2025-05-09 19:07:17',NULL,280.00,'','21','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(3322,'4000','211746806702','2025-05-09 19:05:02',NULL,280.00,'','21','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(3323,'4000','211746806702','2025-05-09 19:05:14',NULL,30.00,'','21','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3324,'4000','211746806702','2025-05-09 19:06:06',NULL,30.00,'','21','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3325,'4000','211746806702','2025-05-09 19:06:17',NULL,30.00,'','21','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3326,'4000','211746806702','2025-05-09 19:06:29',NULL,30.00,'','21','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3327,'1000','81746806827','2025-05-09 19:07:28',270.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3328,'4000','81746806827','2025-05-09 19:07:28',NULL,150.00,'','8','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(3329,'4000','81746806827','2025-05-09 19:07:07',NULL,120.00,'','8','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3330,'1000','81746808410','2025-05-09 19:33:33',50.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3331,'4000','81746808410','2025-05-09 19:33:33',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(3332,'1000','211746808499','2025-05-09 19:35:25',170.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3333,'4000','211746808499','2025-05-09 19:35:25',NULL,120.00,'','21','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3334,'4000','211746808499','2025-05-09 19:34:59',NULL,50.00,'','21','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(3338,'1000','81746809037','2025-05-09 19:44:12',200.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3339,'4000','81746809037','2025-05-09 19:44:12',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(3340,'4000','81746809037','2025-05-09 19:43:57',NULL,50.00,'','8','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(3341,'1000','211746809138','2025-05-09 19:45:47',100.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3342,'4000','211746809138','2025-05-09 19:45:47',NULL,50.00,'','21','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(3343,'4000','211746809138','2025-05-09 19:45:38',NULL,50.00,'','21','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(3344,'1000','211746809922','2025-05-09 19:59:03',110.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3345,'4000','211746809922','2025-05-09 19:59:03',NULL,50.00,'','21','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3346,'4000','211746809922','2025-05-09 19:58:42',NULL,60.00,'','21','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(3347,'1000','81746808843','2025-05-09 19:41:05',400.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3348,'4000','81746808843','2025-05-09 19:41:05',NULL,50.00,'','8','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(3349,'4000','81746808843','2025-05-09 19:40:44',NULL,300.00,'','8','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(3350,'4000','81746808843','2025-05-09 19:41:02',NULL,50.00,'','8','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(3351,'1000','211746810332','2025-05-09 20:05:33',20.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3352,'4000','211746810332','2025-05-09 20:05:33',NULL,20.00,'','21','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(3353,'1000','211746811394','2025-05-09 20:23:15',50.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3354,'4000','211746811394','2025-05-09 20:23:15',NULL,50.00,'','21','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(3355,'1000','111746813980','2025-05-09 21:06:21',200.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3356,'4000','111746813980','2025-05-09 21:06:21',NULL,200.00,'','11','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(3357,'1000','111746814043','2025-05-09 21:07:24',200.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3358,'4000','111746814043','2025-05-09 21:07:24',NULL,200.00,'','11','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(3359,'1000','81746814131','2025-05-09 21:08:53',30.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3360,'4000','81746814131','2025-05-09 21:08:53',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3361,'1000','111746814774','2025-05-09 21:19:35',30.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3362,'4000','111746814774','2025-05-09 21:19:35',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3363,'1000','111746815316','2025-05-09 21:28:42',40.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3364,'4000','111746815316','2025-05-09 21:28:42',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(3365,'4000','111746815316','2025-05-09 21:28:36',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(3366,'1000','111746820148','2025-05-09 22:49:10',20.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3367,'4000','111746820148','2025-05-09 22:49:10',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(3368,'1000','111746820183','2025-05-09 22:56:43',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3369,'4000','111746820183','2025-05-09 22:56:43',NULL,50.00,'','11','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(3370,'1000','221746820731','2025-05-09 22:58:52',150.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3371,'4000','221746820731','2025-05-09 22:58:52',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(3372,'1000','111746856723','2025-05-10 08:59:05',90.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3373,'4000','111746856723','2025-05-10 08:59:05',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(3374,'4000','111746856723','2025-05-10 08:58:43',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(3375,'4000','111746856723','2025-05-10 08:58:48',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3379,'1000','81746858249','2025-05-10 09:24:21',120.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3380,'4000','81746858249','2025-05-10 09:24:21',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3381,'4000','81746858249','2025-05-10 09:24:09',NULL,20.00,'','8','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(3382,'4000','81746858249','2025-05-10 09:24:19',NULL,50.00,'','8','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(3383,'1000','81746861224','2025-05-10 10:13:46',30.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3384,'4000','81746861224','2025-05-10 10:13:46',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3385,'1000','81746862986','2025-05-10 10:43:10',60.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3386,'4000','81746862986','2025-05-10 10:43:10',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3387,'4000','81746862986','2025-05-10 10:43:06',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3388,'1000','211746863145','2025-05-10 10:45:58',30.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3389,'4000','211746863145','2025-05-10 10:45:58',NULL,30.00,'','21','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3393,'1000','81746864720','2025-05-10 11:12:02',30.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3394,'4000','81746864720','2025-05-10 11:12:02',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3400,'1000','81746864377','2025-05-10 11:06:30',1010.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3401,'4000','81746864377','2025-05-10 11:06:30',NULL,300.00,'','8','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(3402,'4000','81746864377','2025-05-10 11:06:17',NULL,50.00,'','8','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(3403,'4000','81746864377','2025-05-10 11:06:27',NULL,50.00,'','8','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(3404,'4000','81746864377','2025-05-10 11:20:35',NULL,280.00,'','8','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(3405,'4000','81746864377','2025-05-10 11:20:44',NULL,50.00,'','8','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(3406,'4000','81746864377','2025-05-10 11:33:00',NULL,280.00,'','8','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(3411,'1000','81746869279','2025-05-10 12:28:00',100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3412,'4000','81746869279','2025-05-10 12:28:00',NULL,100.00,'','8','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(3413,'1000','81746869586','2025-05-10 12:33:10',40.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3414,'4000','81746869586','2025-05-10 12:33:10',NULL,20.00,'','8','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(3415,'4000','81746869586','2025-05-10 12:33:06',NULL,20.00,'','8','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(3429,'1000','81746870800','2025-05-10 12:53:21',20.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3430,'4000','81746870800','2025-05-10 12:53:21',NULL,20.00,'','8','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(3431,'1000','211746872089','2025-05-10 13:14:51',200.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3432,'4000','211746872089','2025-05-10 13:14:51',NULL,200.00,'','21','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(3433,'1000','211746872200','2025-05-10 13:17:36',300.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3434,'4000','211746872200','2025-05-10 13:17:36',NULL,200.00,'','21','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(3435,'4000','211746872200','2025-05-10 13:16:41',NULL,100.00,'','21','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(3442,'1000','81746873433','2025-05-10 13:37:15',20.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3443,'4000','81746873433','2025-05-10 13:37:15',NULL,20.00,'','8','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(3444,'1000','211746873367','2025-05-10 13:36:50',900.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3445,'4000','211746873367','2025-05-10 13:36:50',NULL,150.00,'','21','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(3446,'4000','211746873367','2025-05-10 13:36:07',NULL,100.00,'','21','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(3447,'4000','211746873367','2025-05-10 13:36:11',NULL,200.00,'','21','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(3448,'4000','211746873367','2025-05-10 13:36:19',NULL,200.00,'','21','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(3449,'4000','211746873367','2025-05-10 13:36:24',NULL,200.00,'','21','1','Good sold','1','','sales','43','','No',NULL,NULL,''),(3450,'4000','211746873367','2025-05-10 13:36:48',NULL,50.00,'','21','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(3475,'1000','81746875065','2025-05-10 14:04:47',990.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3476,'4000','81746875065','2025-05-10 14:04:47',NULL,250.00,'','8','1','Good sold','1','','sales','69','','No',NULL,NULL,''),(3477,'4000','81746875065','2025-05-10 14:04:25',NULL,200.00,'','8','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(3478,'4000','81746875065','2025-05-10 14:04:45',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(3479,'4000','81746875065','2025-05-10 14:19:18',NULL,150.00,'','8','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(3480,'4000','81746875065','2025-05-10 14:19:23',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3481,'4000','81746875065','2025-05-10 14:19:42',NULL,280.00,'','8','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(3482,'4000','81746875065','2025-05-10 14:41:05',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3483,'1000','51746879209','2025-05-10 15:13:35',180.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3484,'4000','51746879209','2025-05-10 15:13:35',NULL,180.00,'','5','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(3492,'1000','211746883887','2025-05-10 16:31:37',200.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3493,'4000','211746883887','2025-05-10 16:31:37',NULL,50.00,'','21','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(3494,'4000','211746883887','2025-05-10 16:31:27',NULL,50.00,'','21','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(3495,'4000','211746883887','2025-05-10 16:31:34',NULL,50.00,'','21','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(3496,'4000','211746883887','2025-05-10 16:38:31',NULL,50.00,'','21','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(3497,'1000','81746882344','2025-05-10 16:06:26',550.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3498,'4000','81746882344','2025-05-10 16:06:26',NULL,50.00,'','8','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(3499,'4000','81746882344','2025-05-10 16:05:45',NULL,300.00,'','8','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(3500,'4000','81746882344','2025-05-10 16:06:05',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(3501,'4000','81746882344','2025-05-10 16:06:22',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(3512,'1000','211746885124','2025-05-10 16:52:38',210.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3513,'4000','211746885124','2025-05-10 16:52:38',NULL,150.00,'','21','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(3514,'4000','211746885124','2025-05-10 16:52:04',NULL,30.00,'','21','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3515,'4000','211746885124','2025-05-10 16:52:25',NULL,30.00,'','21','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3516,'1000','211746886198','2025-05-10 17:11:03',150.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3517,'4000','211746886198','2025-05-10 17:11:03',NULL,50.00,'','21','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(3518,'4000','211746886198','2025-05-10 17:09:58',NULL,50.00,'','21','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(3519,'4000','211746886198','2025-05-10 17:10:21',NULL,50.00,'','21','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(3522,'1000','211746888979','2025-05-10 17:56:25',150.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3523,'4000','211746888979','2025-05-10 17:56:25',NULL,150.00,'','21','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(3548,'1000','211746868430','2025-05-10 12:14:24',1560.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3549,'4000','211746868430','2025-05-10 12:14:24',NULL,50.00,'','21','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(3550,'4000','211746868430','2025-05-10 12:13:50',NULL,120.00,'','21','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3551,'4000','211746868430','2025-05-10 12:14:07',NULL,30.00,'','21','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3552,'4000','211746868430','2025-05-10 12:14:22',NULL,120.00,'','21','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(3553,'4000','211746868430','2025-05-10 12:40:48',NULL,30.00,'','21','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3554,'4000','211746868430','2025-05-10 12:40:54',NULL,50.00,'','21','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3555,'4000','211746868430','2025-05-10 12:49:45',NULL,80.00,'','21','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(3556,'4000','211746868430','2025-05-10 14:08:02',NULL,180.00,'','21','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(3557,'4000','211746868430','2025-05-10 16:46:19',NULL,50.00,'','21','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(3558,'4000','211746868430','2025-05-10 16:46:39',NULL,50.00,'','21','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(3559,'4000','211746868430','2025-05-10 18:01:14',NULL,600.00,'','21','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(3560,'4000','211746868430','2025-05-10 18:03:27',NULL,50.00,'','21','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(3561,'4000','211746868430','2025-05-10 18:03:56',NULL,150.00,'','21','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(3562,'1000','211746890123','2025-05-10 18:15:54',150.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3563,'4000','211746890123','2025-05-10 18:15:54',NULL,50.00,'','21','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(3564,'4000','211746890123','2025-05-10 18:15:23',NULL,50.00,'','21','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(3565,'4000','211746890123','2025-05-10 18:15:32',NULL,50.00,'','21','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3566,'1000','211746891968','2025-05-10 18:46:12',50.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3567,'4000','211746891968','2025-05-10 18:46:12',NULL,50.00,'','21','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3599,'1000','81746892264','2025-05-10 18:51:16',150.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3600,'4000','81746892264','2025-05-10 18:51:16',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3601,'4000','81746892264','2025-05-10 18:51:05',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3602,'4000','81746892264','2025-05-10 18:51:15',NULL,50.00,'','8','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(3603,'1000','211746892435','2025-05-10 18:54:05',150.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3604,'4000','211746892435','2025-05-10 18:54:05',NULL,50.00,'','21','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(3605,'4000','211746892435','2025-05-10 18:53:55',NULL,50.00,'','21','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(3606,'4000','211746892435','2025-05-10 18:54:03',NULL,50.00,'','21','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(3607,'1000','211746886337','2025-05-10 17:12:26',170.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3608,'4000','211746886337','2025-05-10 17:12:26',NULL,50.00,'','21','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3609,'4000','211746886337','2025-05-10 17:12:17',NULL,50.00,'','21','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3610,'4000','211746886337','2025-05-10 19:13:25',NULL,50.00,'','21','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3611,'4000','211746886337','2025-05-10 19:14:05',NULL,20.00,'','21','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(3612,'1000','211746894326','2025-05-10 19:25:27',150.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3613,'4000','211746894326','2025-05-10 19:25:27',NULL,150.00,'','21','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(3630,'1000','211746895408','2025-05-10 19:43:30',50.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3631,'4000','211746895408','2025-05-10 19:43:30',NULL,50.00,'','21','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3634,'1000','81746895664','2025-05-10 19:47:49',300.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3635,'4000','81746895664','2025-05-10 19:47:49',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(3636,'4000','81746895664','2025-05-10 19:47:44',NULL,150.00,'','8','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(3637,'1000','81746893555','2025-05-10 19:14:01',2250.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3638,'4000','81746893555','2025-05-10 19:14:01',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(3639,'4000','81746893555','2025-05-10 19:12:35',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(3640,'4000','81746893555','2025-05-10 19:12:39',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(3641,'4000','81746893555','2025-05-10 19:12:41',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(3642,'4000','81746893555','2025-05-10 19:12:48',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(3643,'4000','81746893555','2025-05-10 19:12:59',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(3644,'4000','81746893555','2025-05-10 19:13:05',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(3645,'4000','81746893555','2025-05-10 19:13:22',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(3646,'4000','81746893555','2025-05-10 19:13:27',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(3647,'4000','81746893555','2025-05-10 19:13:34',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(3648,'4000','81746893555','2025-05-10 19:13:39',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(3649,'4000','81746893555','2025-05-10 19:13:43',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(3650,'4000','81746893555','2025-05-10 19:13:47',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(3651,'4000','81746893555','2025-05-10 19:13:52',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(3652,'4000','81746893555','2025-05-10 19:13:59',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(3653,'4000','81746893555','2025-05-10 19:38:50',NULL,350.00,'','8','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(3654,'4000','81746893555','2025-05-10 20:08:18',NULL,350.00,'','8','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(3655,'4000','81746893555','2025-05-10 20:08:26',NULL,50.00,'','8','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(3656,'4000','81746893555','2025-05-10 20:08:56',NULL,50.00,'','8','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(3657,'1000','81746892010','2025-05-10 18:46:56',250.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3658,'4000','81746892010','2025-05-10 18:46:56',NULL,100.00,'','8','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(3659,'4000','81746892010','2025-05-10 18:46:50',NULL,150.00,'','8','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(3662,'1000','211746897761','2025-05-10 20:23:09',180.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3663,'4000','211746897761','2025-05-10 20:23:09',NULL,100.00,'','21','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(3664,'4000','211746897761','2025-05-10 20:22:41',NULL,50.00,'','21','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3665,'4000','211746897761','2025-05-10 20:22:50',NULL,30.00,'','21','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3666,'1000','211746897113','2025-05-10 20:11:54',80.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3667,'4000','211746897113','2025-05-10 20:11:54',NULL,50.00,'','21','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3668,'4000','211746897113','2025-05-10 20:11:53',NULL,30.00,'','21','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3673,'1000','221746902161','2025-05-10 21:36:03',200.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3674,'4000','221746902161','2025-05-10 21:36:03',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(3675,'4000','221746902161','2025-05-10 21:36:01',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3676,'1000','221746901662','2025-05-10 21:27:44',70.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3677,'4000','221746901662','2025-05-10 21:27:44',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3678,'4000','221746901662','2025-05-10 21:27:42',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(3679,'1000','221746906487','2025-05-10 22:48:14',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3680,'4000','221746906487','2025-05-10 22:48:14',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(3681,'4000','221746906487','2025-05-10 22:48:07',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(3682,'1000','221746908357','2025-05-10 23:19:19',150.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3683,'4000','221746908357','2025-05-10 23:19:19',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(3684,'1110','221746908604','2025-05-10 23:23:44',NULL,20.00,'','22','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(3685,'1110','221746908604','2025-05-10 23:23:24',NULL,20.00,'','22','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(3686,'1110','221746908604','2025-05-10 23:23:32',NULL,20.00,'','22','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(3687,'1110','221746908604','2025-05-10 23:23:37',NULL,20.00,'','22','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(3688,'5500','221746908604','2025-05-10 23:23:42',80.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3689,'1000','221746908604','2025-05-10 23:23:44',80.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3690,'4000','221746908604','2025-05-10 23:23:44',NULL,20.00,'','22','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(3691,'4000','221746908604','2025-05-10 23:23:24',NULL,20.00,'','22','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(3692,'4000','221746908604','2025-05-10 23:23:32',NULL,20.00,'','22','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(3693,'4000','221746908604','2025-05-10 23:23:37',NULL,20.00,'','22','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(3694,'1000','51746916238','2025-05-11 01:42:28',100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3695,'4000','51746916238','2025-05-11 01:42:28',NULL,100.00,'','5','1','Good sold','1','','sales','57','','No',NULL,NULL,''),(3698,'1000','111746923987','2025-05-11 03:40:09',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3699,'4000','111746923987','2025-05-11 03:40:09',NULL,100.00,'','11','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(3700,'4000','111746923987','2025-05-11 03:39:47',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3701,'1000','221746942417','2025-05-11 08:47:34',400.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3702,'4000','221746942417','2025-05-11 08:47:34',NULL,150.00,'','22','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(3703,'4000','221746942417','2025-05-11 08:46:57',NULL,150.00,'','22','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(3704,'4000','221746942417','2025-05-11 08:47:01',NULL,50.00,'','22','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(3705,'4000','221746942417','2025-05-11 08:47:28',NULL,50.00,'','22','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(3706,'1000','211746948756','2025-05-11 10:32:48',200.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3707,'4000','211746948756','2025-05-11 10:32:48',NULL,100.00,'','21','1','Good sold','1','','sales','76','','No',NULL,NULL,''),(3708,'4000','211746948756','2025-05-11 10:32:36',NULL,100.00,'','21','1','Good sold','1','','sales','76','','No',NULL,NULL,''),(3709,'1000','181746949170','2025-05-11 10:39:35',40.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3710,'4000','181746949170','2025-05-11 10:39:35',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(3711,'4000','181746949170','2025-05-11 10:39:30',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(3712,'1000','181746949313','2025-05-11 10:41:55',20.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3713,'4000','181746949313','2025-05-11 10:41:55',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(3714,'1000','181746949893','2025-05-11 10:51:35',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3715,'4000','181746949893','2025-05-11 10:51:35',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(3716,'1000','211746950050','2025-05-11 10:54:11',60.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3717,'4000','211746950050','2025-05-11 10:54:11',NULL,60.00,'','21','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(3718,'1000','181746951707','2025-05-11 11:30:05',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3719,'4000','181746951707','2025-05-11 11:30:05',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3720,'4000','181746951707','2025-05-11 11:21:47',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(3721,'1000','181746952637','2025-05-11 11:37:18',200.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3722,'4000','181746952637','2025-05-11 11:37:18',NULL,200.00,'','18','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(3723,'1000','211746952829','2025-05-11 11:40:31',50.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3724,'4000','211746952829','2025-05-11 11:40:31',NULL,50.00,'','21','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3730,'1000','181746955556','2025-05-11 12:25:57',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3731,'4000','181746955556','2025-05-11 12:25:57',NULL,50.00,'','18','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(3732,'1000','211746953651','2025-05-11 11:54:52',550.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3733,'4000','211746953651','2025-05-11 11:54:52',NULL,150.00,'','21','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(3734,'4000','211746953651','2025-05-11 11:54:11',NULL,150.00,'','21','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(3735,'4000','211746953651','2025-05-11 11:54:15',NULL,50.00,'','21','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(3736,'4000','211746953651','2025-05-11 11:54:37',NULL,50.00,'','21','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(3737,'4000','211746953651','2025-05-11 11:54:42',NULL,150.00,'','21','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(3740,'1000','181746957112','2025-05-11 12:51:54',250.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3741,'4000','181746957112','2025-05-11 12:51:54',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(3742,'4000','181746957112','2025-05-11 12:51:52',NULL,100.00,'','18','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(3743,'1000','211746959826','2025-05-11 13:37:08',200.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3744,'4000','211746959826','2025-05-11 13:37:08',NULL,200.00,'','21','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(3745,'1000','181746960616','2025-05-11 13:50:18',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3746,'4000','181746960616','2025-05-11 13:50:18',NULL,100.00,'','18','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(3750,'1000','181746961187','2025-05-11 13:59:49',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3751,'4000','181746961187','2025-05-11 13:59:49',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(3756,'1000','181746961495','2025-05-11 14:04:57',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3757,'4000','181746961495','2025-05-11 14:04:57',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(3758,'1000','181746961434','2025-05-11 14:04:15',320.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3759,'4000','181746961434','2025-05-11 14:04:15',NULL,100.00,'','18','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(3760,'4000','181746961434','2025-05-11 14:03:54',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(3761,'4000','181746961434','2025-05-11 14:04:07',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(3762,'4000','181746961434','2025-05-11 14:04:12',NULL,100.00,'','18','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(3767,'1000','211746963184','2025-05-11 14:33:37',630.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3768,'4000','211746963184','2025-05-11 14:33:37',NULL,200.00,'','21','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(3769,'4000','211746963184','2025-05-11 14:33:05',NULL,280.00,'','21','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(3770,'4000','211746963184','2025-05-11 14:33:18',NULL,100.00,'','21','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(3771,'4000','211746963184','2025-05-11 14:33:35',NULL,50.00,'','21','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(3779,'1000','211746963652','2025-05-11 14:41:05',400.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3780,'4000','211746963652','2025-05-11 14:41:05',NULL,300.00,'','21','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(3781,'4000','211746963652','2025-05-11 14:40:52',NULL,100.00,'','21','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(3782,'1000','181746963552','2025-05-11 14:40:15',1480.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3783,'4000','181746963552','2025-05-11 14:40:15',NULL,600.00,'','18','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(3784,'4000','181746963552','2025-05-11 14:39:12',NULL,300.00,'','18','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(3785,'4000','181746963552','2025-05-11 14:39:17',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(3786,'4000','181746963552','2025-05-11 14:39:31',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(3787,'4000','181746963552','2025-05-11 14:39:39',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(3788,'4000','181746963552','2025-05-11 14:39:43',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(3789,'4000','181746963552','2025-05-11 14:40:13',NULL,80.00,'','18','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(3797,'1000','211746966298','2025-05-11 15:25:07',530.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3798,'4000','211746966298','2025-05-11 15:25:07',NULL,280.00,'','21','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(3799,'4000','211746966298','2025-05-11 15:24:58',NULL,150.00,'','21','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(3800,'4000','211746966298','2025-05-11 15:25:06',NULL,100.00,'','21','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(3801,'1000','181746965653','2025-05-11 15:14:43',780.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3802,'4000','181746965653','2025-05-11 15:14:43',NULL,200.00,'','18','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(3803,'4000','181746965653','2025-05-11 15:14:13',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(3804,'4000','181746965653','2025-05-11 15:14:23',NULL,130.00,'','18','1','Good sold','1','','sales','24','','No',NULL,NULL,''),(3805,'4000','181746965653','2025-05-11 15:14:42',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(3806,'4000','181746965653','2025-05-11 15:31:19',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(3811,'1000','181746970446','2025-05-11 16:34:08',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3812,'4000','181746970446','2025-05-11 16:34:08',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(3813,'1000','211746960840','2025-05-11 13:54:16',400.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3814,'4000','211746960840','2025-05-11 13:54:16',NULL,150.00,'','21','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(3815,'4000','211746960840','2025-05-11 13:54:01',NULL,100.00,'','21','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(3816,'4000','211746960840','2025-05-11 13:54:15',NULL,100.00,'','21','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(3817,'4000','211746960840','2025-05-11 15:49:13',NULL,50.00,'','21','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(3818,'1000','211746970759','2025-05-11 16:39:21',100.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3819,'4000','211746970759','2025-05-11 16:39:21',NULL,100.00,'','21','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(3820,'1000','181746973297','2025-05-11 17:21:54',660.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3821,'4000','181746973297','2025-05-11 17:21:54',NULL,130.00,'','18','1','Good sold','1','','sales','24','','No',NULL,NULL,''),(3822,'4000','181746973297','2025-05-11 17:21:37',NULL,130.00,'','18','1','Good sold','1','','sales','24','','No',NULL,NULL,''),(3823,'4000','181746973297','2025-05-11 17:21:40',NULL,200.00,'','18','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(3824,'4000','181746973297','2025-05-11 17:21:45',NULL,200.00,'','18','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(3827,'1000','181746973663','2025-05-11 17:27:45',200.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3828,'4000','181746973663','2025-05-11 17:27:45',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(3829,'4000','181746973663','2025-05-11 17:27:43',NULL,50.00,'','18','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(3830,'1000','211746975065','2025-05-11 17:51:07',280.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3831,'4000','211746975065','2025-05-11 17:51:07',NULL,280.00,'','21','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(3832,'1000','211746980589','2025-05-11 19:23:22',100.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3833,'4000','211746980589','2025-05-11 19:23:22',NULL,50.00,'','21','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3834,'4000','211746980589','2025-05-11 19:23:09',NULL,50.00,'','21','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(3835,'1000','211746981449','2025-05-11 19:38:06',200.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3836,'4000','211746981449','2025-05-11 19:38:06',NULL,150.00,'','21','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(3837,'4000','211746981449','2025-05-11 19:37:29',NULL,50.00,'','21','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3838,'1000','181746981634','2025-05-11 19:40:48',120.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3839,'4000','181746981634','2025-05-11 19:40:48',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(3840,'4000','181746981634','2025-05-11 19:40:34',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(3844,'1000','211746982656','2025-05-11 19:57:43',300.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3845,'4000','211746982656','2025-05-11 19:57:43',NULL,150.00,'','21','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(3846,'4000','211746982656','2025-05-11 19:57:36',NULL,150.00,'','21','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(3847,'1000','181746982689','2025-05-11 19:58:12',20.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3848,'4000','181746982689','2025-05-11 19:58:12',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(3849,'1000','181746983178','2025-05-11 20:06:19',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3850,'4000','181746983178','2025-05-11 20:06:19',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(3851,'1000','181746982514','2025-05-11 19:55:24',290.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3852,'4000','181746982514','2025-05-11 19:55:24',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(3853,'4000','181746982514','2025-05-11 19:55:14',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(3854,'4000','181746982514','2025-05-11 19:55:22',NULL,80.00,'','18','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(3855,'1000','181746985198','2025-05-11 20:40:02',200.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3856,'4000','181746985198','2025-05-11 20:40:02',NULL,200.00,'','18','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(3857,'1000','211746985179','2025-05-11 20:44:30',800.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3858,'4000','211746985179','2025-05-11 20:44:30',NULL,50.00,'','21','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(3859,'4000','211746985179','2025-05-11 20:39:39',NULL,50.00,'','21','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(3860,'4000','211746985179','2025-05-11 20:39:54',NULL,50.00,'','21','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(3861,'4000','211746985179','2025-05-11 20:40:03',NULL,50.00,'','21','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(3862,'4000','211746985179','2025-05-11 20:40:22',NULL,50.00,'','21','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(3863,'4000','211746985179','2025-05-11 20:40:28',NULL,100.00,'','21','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(3864,'4000','211746985179','2025-05-11 20:41:00',NULL,50.00,'','21','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3865,'4000','211746985179','2025-05-11 20:41:30',NULL,20.00,'','21','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(3866,'4000','211746985179','2025-05-11 20:41:44',NULL,30.00,'','21','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3867,'4000','211746985179','2025-05-11 20:42:56',NULL,150.00,'','21','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(3868,'4000','211746985179','2025-05-11 20:43:11',NULL,100.00,'','21','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(3869,'4000','211746985179','2025-05-11 20:43:26',NULL,50.00,'','21','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(3870,'4000','211746985179','2025-05-11 20:43:47',NULL,50.00,'','21','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(3871,'1000','51746985523','2025-05-11 20:45:29',50.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3872,'4000','51746985523','2025-05-11 20:45:29',NULL,50.00,'','5','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3875,'1000','181746986374','2025-05-11 20:59:35',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3876,'4000','181746986374','2025-05-11 20:59:35',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3877,'1000','181746986736','2025-05-11 21:05:37',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3878,'4000','181746986736','2025-05-11 21:05:37',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3879,'1000','181746986788','2025-05-11 21:06:30',20.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3880,'4000','181746986788','2025-05-11 21:06:30',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(3881,'1000','51746987595','2025-05-11 21:20:00',60.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3882,'4000','51746987595','2025-05-11 21:20:00',NULL,60.00,'','5','1','Good sold','1','','sales','56','','No',NULL,NULL,''),(3883,'1000','221746988469','2025-05-11 21:34:30',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3884,'4000','221746988469','2025-05-11 21:34:30',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3885,'1000','221746988602','2025-05-11 21:36:44',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3886,'4000','221746988602','2025-05-11 21:36:44',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3889,'1000','221746989280','2025-05-11 21:48:02',250.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3890,'4000','221746989280','2025-05-11 21:48:02',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(3891,'4000','221746989280','2025-05-11 21:48:00',NULL,100.00,'','22','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(3892,'1000','221746989500','2025-05-11 21:51:42',30.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3893,'4000','221746989500','2025-05-11 21:51:42',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3894,'1000','221746992759','2025-05-11 22:46:07',60.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3895,'4000','221746992759','2025-05-11 22:46:07',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3896,'4000','221746992759','2025-05-11 22:45:59',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3897,'1000','221747017474','2025-05-12 05:38:21',400.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3898,'4000','221747017474','2025-05-12 05:38:21',NULL,400.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3899,'1000','221747017960','2025-05-12 05:46:37',400.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3900,'4000','221747017960','2025-05-12 05:46:37',NULL,400.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3901,'1000','221747026759','2025-05-12 08:13:15',450.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3902,'4000','221747026759','2025-05-12 08:13:15',NULL,300.00,'','22','1','Good sold','1','','sales','96','','No',NULL,NULL,''),(3903,'4000','221747026759','2025-05-12 08:12:39',NULL,50.00,'','22','1','Good sold','1','','sales','97','','No',NULL,NULL,''),(3904,'4000','221747026759','2025-05-12 08:13:05',NULL,100.00,'','22','1','Good sold','1','','sales','76','','No',NULL,NULL,''),(3912,'1000','81747035794','2025-05-12 10:43:15',200.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3913,'4000','81747035794','2025-05-12 10:43:15',NULL,200.00,'','8','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(3914,'1000','81747034473','2025-05-12 10:21:18',510.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3915,'4000','81747034473','2025-05-12 10:21:18',NULL,200.00,'','8','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(3916,'4000','81747034473','2025-05-12 10:21:13',NULL,200.00,'','8','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(3917,'4000','81747034473','2025-05-12 10:21:16',NULL,50.00,'','8','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(3918,'4000','81747034473','2025-05-12 10:42:10',NULL,60.00,'','8','1','Good sold','1','','sales','56','','No',NULL,NULL,''),(3919,'1000','61747036601','2025-05-12 10:56:43',20.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3920,'4000','61747036601','2025-05-12 10:56:43',NULL,20.00,'','6','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(3930,'1000','81747042463','2025-05-12 12:34:25',150.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3931,'4000','81747042463','2025-05-12 12:34:25',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(3932,'1000','81747042912','2025-05-12 12:42:11',200.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3933,'4000','81747042912','2025-05-12 12:42:11',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(3934,'4000','81747042912','2025-05-12 12:41:52',NULL,50.00,'','8','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(3947,'1000','81747044598','2025-05-12 13:10:17',450.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3948,'4000','81747044598','2025-05-12 13:10:17',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(3949,'4000','81747044598','2025-05-12 13:09:58',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(3950,'4000','81747044598','2025-05-12 13:10:00',NULL,50.00,'','8','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(3951,'4000','81747044598','2025-05-12 13:10:15',NULL,50.00,'','8','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(3952,'4000','81747044598','2025-05-12 13:14:15',NULL,50.00,'','8','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(3953,'1000','81747044930','2025-05-12 13:15:51',360.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3954,'4000','81747044930','2025-05-12 13:15:51',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3955,'4000','81747044930','2025-05-12 13:15:30',NULL,280.00,'','8','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(3956,'4000','81747044930','2025-05-12 13:15:38',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(3957,'1000','81747045106','2025-05-12 13:18:28',200.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3958,'4000','81747045106','2025-05-12 13:18:28',NULL,200.00,'','8','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(3959,'1000','81747040032','2025-05-12 11:53:55',510.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3960,'4000','81747040032','2025-05-12 11:53:55',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3961,'4000','81747040032','2025-05-12 11:53:52',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(3962,'4000','81747040032','2025-05-12 12:00:18',NULL,180.00,'','8','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(3963,'4000','81747040032','2025-05-12 12:04:13',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3964,'4000','81747040032','2025-05-12 12:53:58',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3965,'4000','81747040032','2025-05-12 12:54:04',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3966,'4000','81747040032','2025-05-12 12:54:10',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3967,'4000','81747040032','2025-05-12 12:54:30',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(3968,'1000','81747045654','2025-05-12 13:27:59',420.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3969,'4000','81747045654','2025-05-12 13:27:59',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(3970,'4000','81747045654','2025-05-12 13:27:34',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(3971,'4000','81747045654','2025-05-12 13:27:38',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(3972,'4000','81747045654','2025-05-12 13:27:48',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(3973,'1000','81747045781','2025-05-12 13:29:43',200.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3974,'4000','81747045781','2025-05-12 13:29:43',NULL,200.00,'','8','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(3975,'1000','121747046685','2025-05-12 13:45:20',500.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3976,'4000','121747046685','2025-05-12 13:45:20',NULL,350.00,'','12','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(3977,'4000','121747046685','2025-05-12 13:44:45',NULL,100.00,'','12','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(3978,'4000','121747046685','2025-05-12 13:44:52',NULL,50.00,'','12','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(3979,'1000','81747046944','2025-05-12 13:49:07',150.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3980,'4000','81747046944','2025-05-12 13:49:07',NULL,150.00,'','8','1','Good sold','1','','sales','87','','No',NULL,NULL,''),(3981,'1000','121747048318','2025-05-12 14:12:00',50.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3982,'4000','121747048318','2025-05-12 14:12:00',NULL,50.00,'','12','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(3983,'1110','81747048386','2025-05-12 14:13:19',NULL,20.00,'','8','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(3984,'1110','81747048386','2025-05-12 14:13:06',NULL,20.00,'','8','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(3985,'1110','81747048386','2025-05-12 14:13:13',NULL,20.00,'','8','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(3986,'5500','81747048386','2025-05-12 14:13:17',60.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3987,'1000','81747048386','2025-05-12 14:13:19',60.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(3988,'4000','81747048386','2025-05-12 14:13:19',NULL,20.00,'','8','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(3989,'4000','81747048386','2025-05-12 14:13:06',NULL,20.00,'','8','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(3990,'4000','81747048386','2025-05-12 14:13:13',NULL,20.00,'','8','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(4000,'1000','121747050114','2025-05-12 14:41:56',200.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4001,'4000','121747050114','2025-05-12 14:41:56',NULL,200.00,'','12','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(4002,'1000','81747049236','2025-05-12 14:27:22',360.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4003,'4000','81747049236','2025-05-12 14:27:22',NULL,60.00,'','8','1','Good sold','1','','sales','56','','No',NULL,NULL,''),(4004,'4000','81747049236','2025-05-12 14:27:16',NULL,60.00,'','8','1','Good sold','1','','sales','56','','No',NULL,NULL,''),(4005,'4000','81747049236','2025-05-12 14:27:20',NULL,60.00,'','8','1','Good sold','1','','sales','56','','No',NULL,NULL,''),(4006,'4000','81747049236','2025-05-12 14:29:49',NULL,60.00,'','8','1','Good sold','1','','sales','56','','No',NULL,NULL,''),(4007,'4000','81747049236','2025-05-12 14:29:54',NULL,60.00,'','8','1','Good sold','1','','sales','56','','No',NULL,NULL,''),(4008,'4000','81747049236','2025-05-12 14:29:59',NULL,60.00,'','8','1','Good sold','1','','sales','56','','No',NULL,NULL,''),(4009,'1000','121747050752','2025-05-12 14:52:36',200.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4010,'4000','121747050752','2025-05-12 14:52:36',NULL,200.00,'','12','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(4011,'1000','121747051066','2025-05-12 14:57:48',80.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4012,'4000','121747051066','2025-05-12 14:57:48',NULL,80.00,'','12','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(4013,'1000','121747052849','2025-05-12 15:27:33',50.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4014,'4000','121747052849','2025-05-12 15:27:33',NULL,50.00,'','12','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(4015,'1000','121747053834','2025-05-12 15:44:07',350.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4016,'4000','121747053834','2025-05-12 15:44:07',NULL,300.00,'','12','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(4017,'4000','121747053834','2025-05-12 15:43:54',NULL,50.00,'','12','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(4018,'1000','81747054327','2025-05-12 15:52:08',30.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4019,'4000','81747054327','2025-05-12 15:52:08',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4026,'1000','81747056667','2025-05-12 16:31:10',50.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4027,'4000','81747056667','2025-05-12 16:31:10',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(4028,'1000','81747057387','2025-05-12 16:43:09',30.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4029,'4000','81747057387','2025-05-12 16:43:09',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4030,'1000','81747057491','2025-05-12 16:45:41',310.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4031,'4000','81747057491','2025-05-12 16:45:41',NULL,150.00,'','8','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(4032,'4000','81747057491','2025-05-12 16:44:51',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4033,'4000','81747057491','2025-05-12 16:45:06',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(4034,'4000','81747057491','2025-05-12 16:45:25',NULL,50.00,'','8','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(4035,'1000','81747055994','2025-05-12 16:20:03',150.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4036,'4000','81747055994','2025-05-12 16:20:03',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4037,'4000','81747055994','2025-05-12 16:19:54',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4038,'4000','81747055994','2025-05-12 16:19:58',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4039,'1000','81747055142','2025-05-12 16:06:08',200.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4040,'4000','81747055142','2025-05-12 16:06:08',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4041,'4000','81747055142','2025-05-12 16:05:42',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4042,'4000','81747055142','2025-05-12 16:06:05',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4043,'4000','81747055142','2025-05-12 17:32:23',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4046,'1000','121747060854','2025-05-12 17:40:56',150.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4047,'4000','121747060854','2025-05-12 17:40:56',NULL,150.00,'','12','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(4048,'1000','81747060802','2025-05-12 17:40:05',150.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4049,'4000','81747060802','2025-05-12 17:40:05',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(4050,'4000','81747060802','2025-05-12 17:40:02',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(4051,'4000','81747060802','2025-05-12 17:46:28',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(4056,'1000','81747061450','2025-05-12 17:50:54',100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4057,'4000','81747061450','2025-05-12 17:50:54',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4058,'4000','81747061450','2025-05-12 17:50:50',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4059,'1000','81747063331','2025-05-12 18:22:18',530.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4060,'4000','81747063331','2025-05-12 18:22:18',NULL,200.00,'','8','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(4061,'4000','81747063331','2025-05-12 18:22:12',NULL,280.00,'','8','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(4062,'4000','81747063331','2025-05-12 18:27:28',NULL,50.00,'','8','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(4065,'1000','121747064822','2025-05-12 18:47:03',300.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4066,'4000','121747064822','2025-05-12 18:47:03',NULL,200.00,'','12','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(4067,'4000','121747064822','2025-05-12 18:47:02',NULL,100.00,'','12','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(4068,'1000','121747065546','2025-05-12 18:59:07',150.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4069,'4000','121747065546','2025-05-12 18:59:07',NULL,150.00,'','12','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(4070,'1000','81747065643','2025-05-12 19:01:49',100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4071,'4000','81747065643','2025-05-12 19:01:49',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4072,'4000','81747065643','2025-05-12 19:00:43',NULL,50.00,'','8','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(4073,'1000','81747066641','2025-05-12 19:17:23',50.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4074,'4000','81747066641','2025-05-12 19:17:23',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4075,'1000','121747066750','2025-05-12 19:19:11',50.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4076,'4000','121747066750','2025-05-12 19:19:11',NULL,50.00,'','12','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(4081,'1000','81747066899','2025-05-12 19:22:08',260.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4082,'4000','81747066899','2025-05-12 19:22:08',NULL,150.00,'','8','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(4083,'4000','81747066899','2025-05-12 19:21:39',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4084,'4000','81747066899','2025-05-12 19:21:51',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4085,'4000','81747066899','2025-05-12 19:22:06',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4086,'1000','81747067510','2025-05-12 19:31:52',30.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4087,'4000','81747067510','2025-05-12 19:31:52',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4088,'1000','121747067708','2025-05-12 19:35:25',70.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4089,'4000','121747067708','2025-05-12 19:35:25',NULL,20.00,'','12','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4090,'4000','121747067708','2025-05-12 19:35:08',NULL,50.00,'','12','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4091,'1000','81747068236','2025-05-12 19:43:58',50.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4092,'4000','81747068236','2025-05-12 19:43:58',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(4093,'1000','81747070789','2025-05-12 20:26:36',100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4094,'4000','81747070789','2025-05-12 20:26:36',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4095,'4000','81747070789','2025-05-12 20:26:29',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4096,'1000','81747071347','2025-05-12 20:35:49',150.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4097,'4000','81747071347','2025-05-12 20:35:49',NULL,150.00,'','8','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(4098,'1000','221747074739','2025-05-12 21:32:20',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4099,'4000','221747074739','2025-05-12 21:32:20',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4100,'1000','221747074811','2025-05-12 21:33:40',330.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4101,'4000','221747074811','2025-05-12 21:33:40',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(4102,'4000','221747074811','2025-05-12 21:33:31',NULL,280.00,'','22','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(4106,'1000','221747074851','2025-05-12 21:34:17',380.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4107,'4000','221747074851','2025-05-12 21:34:17',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(4108,'4000','221747074851','2025-05-12 21:34:11',NULL,280.00,'','22','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(4109,'4000','221747074851','2025-05-12 21:34:15',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(4110,'1000','221747081735','2025-05-12 23:28:56',20.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4111,'4000','221747081735','2025-05-12 23:28:56',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4112,'1110','221747102526','2025-05-13 05:15:53',NULL,1.00,'','22','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(4113,'1110','221747102526','2025-05-13 05:15:26',NULL,0.00,'','22','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(4114,'5500','221747102526','2025-05-13 05:15:51',1.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4115,'1000','221747102526','2025-05-13 05:15:53',150.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4116,'4000','221747102526','2025-05-13 05:15:53',NULL,100.00,'','22','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(4117,'4000','221747102526','2025-05-13 05:15:26',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4120,'1000','221747102587','2025-05-13 05:16:29',70.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4121,'4000','221747102587','2025-05-13 05:16:29',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4122,'4000','221747102587','2025-05-13 05:16:27',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4123,'1000','221747113315','2025-05-13 08:15:16',30.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4124,'4000','221747113315','2025-05-13 08:15:16',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4125,'1000','221747115669','2025-05-13 08:54:37',40.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4126,'4000','221747115669','2025-05-13 08:54:37',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4127,'4000','221747115669','2025-05-13 08:54:29',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4131,'1000','81747119401','2025-05-13 09:56:43',20.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4132,'4000','81747119401','2025-05-13 09:56:43',NULL,20.00,'','8','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4133,'1000','81747119335','2025-05-13 09:55:47',160.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4134,'4000','81747119335','2025-05-13 09:55:47',NULL,50.00,'','8','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(4135,'4000','81747119335','2025-05-13 09:55:35',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4136,'4000','81747119335','2025-05-13 09:55:45',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4137,'4000','81747119335','2025-05-13 10:11:05',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4138,'1000','181747121464','2025-05-13 10:31:20',120.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4139,'4000','181747121464','2025-05-13 10:31:20',NULL,100.00,'','18','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(4140,'4000','181747121464','2025-05-13 10:31:04',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4141,'1000','81747121941','2025-05-13 10:39:12',150.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4142,'4000','81747121941','2025-05-13 10:39:12',NULL,100.00,'','8','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(4143,'4000','81747121941','2025-05-13 10:39:01',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(4144,'1000','181747121993','2025-05-13 10:39:55',20.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4145,'4000','181747121993','2025-05-13 10:39:55',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4148,'1000','81747123493','2025-05-13 11:04:54',130.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4149,'4000','81747123493','2025-05-13 11:04:54',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4150,'4000','81747123493','2025-05-13 11:04:53',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(4151,'4000','81747123493','2025-05-13 11:08:46',NULL,20.00,'','8','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4152,'1000','181747124108','2025-05-13 11:15:10',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4153,'4000','181747124108','2025-05-13 11:15:10',NULL,50.00,'','18','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(4154,'1000','81747125602','2025-05-13 11:40:04',50.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4155,'4000','81747125602','2025-05-13 11:40:04',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4156,'1000','181747128125','2025-05-13 12:35:03',300.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4157,'4000','181747128125','2025-05-13 12:35:03',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(4158,'4000','181747128125','2025-05-13 12:22:05',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(4159,'1000','181747128950','2025-05-13 12:36:11',600.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4160,'4000','181747128950','2025-05-13 12:36:11',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(4161,'4000','181747128950','2025-05-13 12:35:51',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(4162,'4000','181747128950','2025-05-13 12:35:57',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(4163,'4000','181747128950','2025-05-13 12:36:01',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(4164,'1000','81747129173','2025-05-13 12:39:35',200.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4165,'4000','81747129173','2025-05-13 12:39:35',NULL,200.00,'','8','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(4166,'1000','81747129756','2025-05-13 12:49:21',330.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4167,'4000','81747129756','2025-05-13 12:49:21',NULL,280.00,'','8','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(4168,'4000','81747129756','2025-05-13 12:49:16',NULL,50.00,'','8','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(4169,'1000','181747130505','2025-05-13 13:01:47',20.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4170,'4000','181747130505','2025-05-13 13:01:47',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4185,'1000','81747132536','2025-05-13 13:35:38',200.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4186,'4000','81747132536','2025-05-13 13:35:38',NULL,200.00,'','8','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(4187,'1000','81747131121','2025-05-13 13:12:43',630.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4188,'4000','81747131121','2025-05-13 13:12:43',NULL,50.00,'','8','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(4189,'4000','81747131121','2025-05-13 13:12:01',NULL,50.00,'','8','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(4190,'4000','81747131121','2025-05-13 13:12:06',NULL,200.00,'','8','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(4191,'4000','81747131121','2025-05-13 13:12:23',NULL,150.00,'','8','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(4192,'4000','81747131121','2025-05-13 13:12:28',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4193,'4000','81747131121','2025-05-13 13:12:37',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4194,'4000','81747131121','2025-05-13 13:12:41',NULL,60.00,'','8','1','Good sold','1','','sales','56','','No',NULL,NULL,''),(4195,'4000','81747131121','2025-05-13 13:46:21',NULL,60.00,'','8','1','Good sold','1','','sales','56','','No',NULL,NULL,''),(4196,'1000','181747133457','2025-05-13 13:51:06',200.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4197,'4000','181747133457','2025-05-13 13:51:06',NULL,100.00,'','18','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4198,'4000','181747133457','2025-05-13 13:50:58',NULL,100.00,'','18','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4199,'1000','81747134554','2025-05-13 14:09:15',50.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4200,'4000','81747134554','2025-05-13 14:09:15',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(4201,'1000','181747134637','2025-05-13 14:10:39',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4202,'4000','181747134637','2025-05-13 14:10:39',NULL,50.00,'','18','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(4203,'1000','81747135619','2025-05-13 14:28:04',440.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4204,'4000','81747135619','2025-05-13 14:28:04',NULL,280.00,'','8','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(4205,'4000','81747135619','2025-05-13 14:26:59',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4206,'4000','81747135619','2025-05-13 14:27:08',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4207,'4000','81747135619','2025-05-13 14:27:12',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4208,'4000','81747135619','2025-05-13 14:27:33',NULL,50.00,'','8','1','Good sold','1','','sales','97','','No',NULL,NULL,''),(4209,'1000','81747135747','2025-05-13 14:29:09',50.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4210,'4000','81747135747','2025-05-13 14:29:09',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(4211,'1000','181747135901','2025-05-13 14:32:04',70.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4212,'4000','181747135901','2025-05-13 14:32:04',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4213,'4000','181747135901','2025-05-13 14:31:41',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4214,'1000','181747137440','2025-05-13 14:57:51',1200.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4215,'4000','181747137440','2025-05-13 14:57:51',NULL,350.00,'','18','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(4216,'4000','181747137440','2025-05-13 14:57:20',NULL,350.00,'','18','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(4217,'4000','181747137440','2025-05-13 14:57:25',NULL,350.00,'','18','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(4218,'4000','181747137440','2025-05-13 14:57:30',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(4219,'4000','181747137440','2025-05-13 14:57:36',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(4220,'4000','181747137440','2025-05-13 14:57:44',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(4221,'1000','181747138822','2025-05-13 15:20:23',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4222,'4000','181747138822','2025-05-13 15:20:23',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(4223,'1000','181747139112','2025-05-13 15:25:25',180.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4224,'4000','181747139112','2025-05-13 15:25:25',NULL,150.00,'','18','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(4225,'4000','181747139112','2025-05-13 15:25:12',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4226,'1000','81747139743','2025-05-13 15:35:45',200.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4227,'4000','81747139743','2025-05-13 15:35:45',NULL,200.00,'','8','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(4228,'1000','81747141043','2025-05-13 15:57:25',50.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4229,'4000','81747141043','2025-05-13 15:57:25',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(4230,'1000','181747144253','2025-05-13 16:50:56',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4231,'4000','181747144253','2025-05-13 16:50:56',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4232,'1000','81747144660','2025-05-13 16:57:57',80.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4233,'4000','81747144660','2025-05-13 16:57:57',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4234,'4000','81747144660','2025-05-13 16:57:40',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4235,'1000','81747146649','2025-05-13 17:30:50',100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4236,'4000','81747146649','2025-05-13 17:30:50',NULL,100.00,'','8','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(4237,'1000','81747148103','2025-05-13 17:55:39',350.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4238,'4000','81747148103','2025-05-13 17:55:39',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4239,'4000','81747148103','2025-05-13 17:55:03',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4240,'4000','81747148103','2025-05-13 17:55:08',NULL,100.00,'','8','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(4241,'4000','81747148103','2025-05-13 17:55:23',NULL,150.00,'','8','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(4242,'1000','81747148897','2025-05-13 18:08:19',50.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4243,'4000','81747148897','2025-05-13 18:08:19',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(4247,'1000','81747150114','2025-05-13 18:28:54',580.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4248,'4000','81747150114','2025-05-13 18:28:54',NULL,180.00,'','8','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(4249,'4000','81747150114','2025-05-13 18:28:34',NULL,350.00,'','8','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(4250,'4000','81747150114','2025-05-13 18:28:52',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(4251,'1000','181747150836','2025-05-13 18:45:04',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4252,'4000','181747150836','2025-05-13 18:45:04',NULL,100.00,'','18','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(4253,'4000','181747150836','2025-05-13 18:40:37',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4254,'1000','181747151549','2025-05-13 18:52:35',160.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4255,'4000','181747151549','2025-05-13 18:52:35',NULL,100.00,'','18','1','Good sold','1','','sales','57','','No',NULL,NULL,''),(4256,'4000','181747151549','2025-05-13 18:52:29',NULL,60.00,'','18','1','Good sold','1','','sales','56','','No',NULL,NULL,''),(4257,'1000','81747152169','2025-05-13 19:03:14',180.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4258,'4000','81747152169','2025-05-13 19:03:14',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(4259,'4000','81747152169','2025-05-13 19:02:50',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(4260,'4000','81747152169','2025-05-13 19:02:56',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(4261,'4000','81747152169','2025-05-13 19:03:03',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4262,'1000','81747152488','2025-05-13 19:08:11',50.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4263,'4000','81747152488','2025-05-13 19:08:11',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4264,'1000','81747152753','2025-05-13 19:13:16',140.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4265,'4000','81747152753','2025-05-13 19:13:16',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4266,'4000','81747152753','2025-05-13 19:12:33',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4267,'4000','81747152753','2025-05-13 19:12:38',NULL,20.00,'','8','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4268,'4000','81747152753','2025-05-13 19:12:58',NULL,20.00,'','8','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4269,'1000','181747152877','2025-05-13 19:15:11',140.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4270,'4000','181747152877','2025-05-13 19:15:11',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4271,'4000','181747152877','2025-05-13 19:14:37',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4272,'4000','181747152877','2025-05-13 19:14:40',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4273,'4000','181747152877','2025-05-13 19:15:02',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4276,'1000','81747153644','2025-05-13 19:27:27',50.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4277,'4000','81747153644','2025-05-13 19:27:27',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(4278,'1000','181747153831','2025-05-13 19:30:37',40.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4279,'4000','181747153831','2025-05-13 19:30:37',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4280,'4000','181747153831','2025-05-13 19:30:31',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4286,'1000','81747153597','2025-05-13 19:26:39',120.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4287,'4000','81747153597','2025-05-13 19:26:39',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4288,'4000','81747153597','2025-05-13 19:26:37',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4289,'4000','81747153597','2025-05-13 19:43:00',NULL,20.00,'','8','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4294,'1000','181747154667','2025-05-13 19:44:29',180.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4295,'4000','181747154667','2025-05-13 19:44:29',NULL,130.00,'','18','1','Good sold','1','','sales','24','','No',NULL,NULL,''),(4296,'4000','181747154667','2025-05-13 19:44:27',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4297,'1000','181747155993','2025-05-13 20:06:35',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4298,'4000','181747155993','2025-05-13 20:06:35',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4306,'1000','181747157184','2025-05-13 20:33:56',500.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4307,'4000','181747157184','2025-05-13 20:33:56',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(4308,'4000','181747157184','2025-05-13 20:26:24',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(4309,'4000','181747157184','2025-05-13 20:26:29',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(4310,'4000','181747157184','2025-05-13 20:26:53',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(4311,'4000','181747157184','2025-05-13 20:33:36',NULL,80.00,'','18','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(4320,'1000','81747158192','2025-05-13 20:43:14',150.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4321,'4000','81747158192','2025-05-13 20:43:14',NULL,150.00,'','8','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(4331,'1000','181747158654','2025-05-13 20:50:56',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4332,'4000','181747158654','2025-05-13 20:50:56',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(4333,'1000','181747158719','2025-05-13 20:52:01',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4334,'4000','181747158719','2025-05-13 20:52:01',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(4335,'1000','81747154986','2025-05-13 19:50:05',1400.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4336,'4000','81747154986','2025-05-13 19:50:05',NULL,100.00,'','8','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4337,'4000','81747154986','2025-05-13 19:49:46',NULL,600.00,'','8','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(4338,'4000','81747154986','2025-05-13 19:49:58',NULL,50.00,'','8','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(4339,'4000','81747154986','2025-05-13 19:50:02',NULL,50.00,'','8','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(4340,'4000','81747154986','2025-05-13 20:07:38',NULL,50.00,'','8','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(4341,'4000','81747154986','2025-05-13 20:20:41',NULL,400.00,'','8','1','Good sold','1','','sales','51','','No',NULL,NULL,''),(4342,'4000','81747154986','2025-05-13 20:21:02',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4343,'4000','81747154986','2025-05-13 20:36:20',NULL,50.00,'','8','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(4344,'4000','81747154986','2025-05-13 20:49:11',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4349,'1110','221747167509','2025-05-13 23:18:31',NULL,0.00,'','22','1','Inventory sold','1','','sales','44','','No',NULL,NULL,''),(4350,'1110','221747167509','2025-05-13 23:18:29',NULL,20.00,'','22','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(4351,'1110','221747167509','2025-05-13 23:51:36',NULL,20.00,'','22','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(4352,'5500','221747167509','2025-05-13 23:51:41',40.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4353,'1000','221747167509','2025-05-13 23:18:31',190.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4354,'4000','221747167509','2025-05-13 23:18:31',NULL,150.00,'','22','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(4355,'4000','221747167509','2025-05-13 23:18:29',NULL,20.00,'','22','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(4356,'4000','221747167509','2025-05-13 23:51:36',NULL,20.00,'','22','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(4357,'1110','221747166084','2025-05-13 22:54:47',NULL,0.00,'','22','1','Inventory sold','1','','sales','45','','No',NULL,NULL,''),(4358,'1110','221747166084','2025-05-13 22:54:44',NULL,20.00,'','22','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(4359,'1110','221747166084','2025-05-13 23:54:15',NULL,20.00,'','22','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(4360,'5500','221747166084','2025-05-13 23:54:21',40.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4361,'1000','221747166084','2025-05-13 22:54:47',220.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4362,'4000','221747166084','2025-05-13 22:54:47',NULL,180.00,'','22','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(4363,'4000','221747166084','2025-05-13 22:54:44',NULL,20.00,'','22','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(4364,'4000','221747166084','2025-05-13 23:54:15',NULL,20.00,'','22','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(4365,'1000','221747194871','2025-05-14 06:55:33',230.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4366,'4000','221747194871','2025-05-14 06:55:33',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(4367,'4000','221747194871','2025-05-14 06:54:31',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(4368,'4000','221747194871','2025-05-14 06:54:49',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4369,'4000','221747194871','2025-05-14 06:55:08',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4370,'4000','221747194871','2025-05-14 06:55:13',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4371,'1000','221747197465','2025-05-14 07:38:09',170.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4372,'4000','221747197465','2025-05-14 07:38:09',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(4373,'4000','221747197465','2025-05-14 07:37:45',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(4374,'4000','221747197465','2025-05-14 07:37:50',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4375,'1000','221747197512','2025-05-14 07:38:54',130.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4376,'4000','221747197512','2025-05-14 07:38:54',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4377,'4000','221747197512','2025-05-14 07:38:32',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(4378,'4000','221747197512','2025-05-14 07:38:37',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4379,'1000','221747202474','2025-05-14 09:01:47',90.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4380,'4000','221747202474','2025-05-14 09:01:47',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4381,'4000','221747202474','2025-05-14 09:01:15',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4382,'4000','221747202474','2025-05-14 09:01:25',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4383,'4000','221747202474','2025-05-14 09:01:34',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4384,'1000','221747202587','2025-05-14 09:03:23',90.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4385,'4000','221747202587','2025-05-14 09:03:23',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4386,'4000','221747202587','2025-05-14 09:03:07',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4387,'4000','221747202587','2025-05-14 09:03:12',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4388,'4000','221747202587','2025-05-14 09:03:16',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4389,'1000','221747203003','2025-05-14 09:10:04',20.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4390,'4000','221747203003','2025-05-14 09:10:04',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4391,'1000','81747203079','2025-05-14 09:12:06',90.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4392,'4000','81747203079','2025-05-14 09:12:06',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4393,'4000','81747203079','2025-05-14 09:11:19',NULL,20.00,'','8','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4394,'4000','81747203079','2025-05-14 09:12:01',NULL,20.00,'','8','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4395,'1000','181747203207','2025-05-14 09:13:28',20.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4396,'4000','181747203207','2025-05-14 09:13:28',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4397,'1000','181747205348','2025-05-14 09:49:09',30.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4398,'4000','181747205348','2025-05-14 09:49:09',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4406,'1000','81747209390','2025-05-14 10:56:37',310.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4407,'4000','81747209390','2025-05-14 10:56:37',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4408,'4000','81747209390','2025-05-14 10:56:31',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4409,'4000','81747209390','2025-05-14 10:56:35',NULL,150.00,'','8','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(4410,'4000','81747209390','2025-05-14 11:02:36',NULL,20.00,'','8','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4411,'4000','81747209390','2025-05-14 11:07:02',NULL,20.00,'','8','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4412,'4000','81747209390','2025-05-14 11:07:08',NULL,20.00,'','8','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4413,'1000','81747210928','2025-05-14 11:22:15',120.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4414,'4000','81747210928','2025-05-14 11:22:15',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(4415,'4000','81747210928','2025-05-14 11:22:08',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(4416,'1000','81747217154','2025-05-14 13:06:35',860.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4417,'4000','81747217154','2025-05-14 13:06:35',NULL,280.00,'','8','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(4418,'4000','81747217154','2025-05-14 13:05:54',NULL,280.00,'','8','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(4419,'4000','81747217154','2025-05-14 13:06:10',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(4420,'4000','81747217154','2025-05-14 13:06:24',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(4421,'1000','181747217891','2025-05-14 13:18:13',200.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4422,'4000','181747217891','2025-05-14 13:18:13',NULL,200.00,'','18','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(4423,'1000','181747218466','2025-05-14 13:27:48',200.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4424,'4000','181747218466','2025-05-14 13:27:48',NULL,200.00,'','18','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(4429,'1000','181747219458','2025-05-14 13:44:36',780.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4430,'4000','181747219458','2025-05-14 13:44:36',NULL,280.00,'','18','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(4431,'4000','181747219458','2025-05-14 13:44:18',NULL,200.00,'','18','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(4432,'4000','181747219458','2025-05-14 13:44:24',NULL,100.00,'','18','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(4433,'4000','181747219458','2025-05-14 13:44:34',NULL,200.00,'','18','1','Good sold','1','','sales','43','','No',NULL,NULL,''),(4434,'1000','181747221561','2025-05-14 14:19:23',200.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4435,'4000','181747221561','2025-05-14 14:19:23',NULL,200.00,'','18','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(4436,'1000','181747221842','2025-05-14 14:24:05',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4437,'4000','181747221842','2025-05-14 14:24:05',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(4438,'1000','181747222980','2025-05-14 14:43:02',20.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4439,'4000','181747222980','2025-05-14 14:43:02',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4440,'1000','81747224235','2025-05-14 15:05:03',50.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4441,'4000','81747224235','2025-05-14 15:05:03',NULL,50.00,'','8','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(4450,'1000','181747224886','2025-05-14 15:14:53',320.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4451,'4000','181747224886','2025-05-14 15:14:53',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4452,'4000','181747224886','2025-05-14 15:14:46',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4453,'4000','181747224886','2025-05-14 15:14:52',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4454,'4000','181747224886','2025-05-14 15:19:39',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(4455,'4000','181747224886','2025-05-14 15:19:56',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4456,'1000','81747225656','2025-05-14 15:27:43',70.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4457,'4000','81747225656','2025-05-14 15:27:43',NULL,50.00,'','8','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(4458,'4000','81747225656','2025-05-14 15:27:36',NULL,20.00,'','8','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4462,'1000','81747226992','2025-05-14 15:50:02',100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4463,'4000','81747226992','2025-05-14 15:50:02',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4464,'4000','81747226992','2025-05-14 15:49:52',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(4465,'1000','181747227253','2025-05-14 15:54:15',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4466,'4000','181747227253','2025-05-14 15:54:15',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(4467,'1000','81747226944','2025-05-14 15:49:25',450.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4468,'4000','81747226944','2025-05-14 15:49:25',NULL,200.00,'','8','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(4469,'4000','81747226944','2025-05-14 15:49:04',NULL,200.00,'','8','1','Good sold','1','','sales','43','','No',NULL,NULL,''),(4470,'4000','81747226944','2025-05-14 15:49:23',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(4480,'1000','81747229140','2025-05-14 16:25:43',270.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4481,'4000','81747229140','2025-05-14 16:25:43',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(4482,'4000','81747229140','2025-05-14 16:25:40',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(4483,'4000','81747229140','2025-05-14 16:28:38',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(4484,'4000','81747229140','2025-05-14 16:28:43',NULL,50.00,'','8','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(4485,'4000','81747229140','2025-05-14 16:28:48',NULL,50.00,'','8','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(4486,'1000','81747228211','2025-05-14 16:10:28',400.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4487,'4000','81747228211','2025-05-14 16:10:28',NULL,150.00,'','8','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(4488,'4000','81747228211','2025-05-14 16:10:11',NULL,20.00,'','8','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4489,'4000','81747228211','2025-05-14 16:10:27',NULL,150.00,'','8','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(4490,'4000','81747228211','2025-05-14 16:24:24',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(4491,'4000','81747228211','2025-05-14 16:45:10',NULL,20.00,'','8','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4492,'1000','181747230487','2025-05-14 16:48:40',170.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4493,'4000','181747230487','2025-05-14 16:48:40',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(4494,'4000','181747230487','2025-05-14 16:48:07',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(4495,'4000','181747230487','2025-05-14 16:48:20',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(4496,'1000','81747230922','2025-05-14 16:56:46',350.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4497,'4000','81747230922','2025-05-14 16:56:46',NULL,100.00,'','8','1','Good sold','1','','sales','75','','No',NULL,NULL,''),(4498,'4000','81747230922','2025-05-14 16:55:22',NULL,50.00,'','8','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(4499,'4000','81747230922','2025-05-14 16:55:44',NULL,100.00,'','8','1','Good sold','1','','sales','76','','No',NULL,NULL,''),(4500,'4000','81747230922','2025-05-14 16:56:35',NULL,100.00,'','8','1','Good sold','1','','sales','76','','No',NULL,NULL,''),(4508,'1000','181747235710','2025-05-14 18:15:33',250.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4509,'4000','181747235710','2025-05-14 18:15:33',NULL,150.00,'','18','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(4510,'4000','181747235710','2025-05-14 18:15:10',NULL,100.00,'','18','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(4511,'1000','81747234902','2025-05-14 18:01:58',270.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4512,'4000','81747234902','2025-05-14 18:01:58',NULL,50.00,'','8','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(4513,'4000','81747234902','2025-05-14 18:01:42',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(4514,'4000','81747234902','2025-05-14 18:01:56',NULL,100.00,'','8','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(4515,'4000','81747234902','2025-05-14 18:07:04',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(4516,'1000','181747236067','2025-05-14 18:21:12',80.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4517,'4000','181747236067','2025-05-14 18:21:12',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(4518,'4000','181747236067','2025-05-14 18:21:07',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4519,'1000','181747237592','2025-05-14 18:46:34',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4520,'4000','181747237592','2025-05-14 18:46:34',NULL,150.00,'','18','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(4524,'1000','181747237748','2025-05-14 18:49:30',750.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4525,'4000','181747237748','2025-05-14 18:49:30',NULL,300.00,'','18','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(4526,'4000','181747237748','2025-05-14 18:49:08',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(4527,'4000','181747237748','2025-05-14 18:49:29',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(4528,'4000','181747237748','2025-05-14 18:55:41',NULL,350.00,'','18','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(4529,'1000','181747238598','2025-05-14 19:03:25',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4530,'4000','181747238598','2025-05-14 19:03:25',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4531,'4000','181747238598','2025-05-14 19:03:18',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4532,'1000','181747238884','2025-05-14 19:08:13',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4533,'4000','181747238884','2025-05-14 19:08:13',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4534,'4000','181747238884','2025-05-14 19:08:04',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4547,'1000','181747238918','2025-05-14 19:08:39',190.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4548,'4000','181747238918','2025-05-14 19:08:39',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(4549,'4000','181747238918','2025-05-14 19:08:38',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(4550,'4000','181747238918','2025-05-14 19:15:50',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4551,'4000','181747238918','2025-05-14 19:30:33',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4552,'4000','181747238918','2025-05-14 19:30:39',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4553,'1000','181747238944','2025-05-14 19:09:50',250.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4554,'4000','181747238944','2025-05-14 19:09:50',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(4555,'4000','181747238944','2025-05-14 19:09:05',NULL,150.00,'','18','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(4556,'4000','181747238944','2025-05-14 19:09:21',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(4557,'1000','181747240362','2025-05-14 19:32:44',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4558,'4000','181747240362','2025-05-14 19:32:44',NULL,150.00,'','18','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(4559,'1000','181747240428','2025-05-14 19:33:50',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4560,'4000','181747240428','2025-05-14 19:33:50',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(4561,'1000','81747239550','2025-05-14 19:19:37',140.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4562,'4000','81747239550','2025-05-14 19:19:37',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4563,'4000','81747239550','2025-05-14 19:19:10',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4564,'4000','81747239550','2025-05-14 19:19:15',NULL,20.00,'','8','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4565,'4000','81747239550','2025-05-14 19:19:34',NULL,20.00,'','8','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4566,'1000','81747240580','2025-05-14 19:36:23',100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4567,'4000','81747240580','2025-05-14 19:36:23',NULL,100.00,'','8','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(4568,'1000','181747241542','2025-05-14 19:52:35',350.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4569,'4000','181747241542','2025-05-14 19:52:35',NULL,300.00,'','18','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(4570,'4000','181747241542','2025-05-14 19:52:22',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(4574,'1000','81747241634','2025-05-14 19:54:09',200.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4575,'4000','81747241634','2025-05-14 19:54:09',NULL,150.00,'','8','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(4576,'4000','81747241634','2025-05-14 19:53:54',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4577,'1000','81747241737','2025-05-14 19:56:23',250.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4578,'4000','81747241737','2025-05-14 19:56:23',NULL,100.00,'','8','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(4579,'4000','81747241737','2025-05-14 19:55:38',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4580,'4000','81747241737','2025-05-14 19:55:56',NULL,50.00,'','8','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(4581,'4000','81747241737','2025-05-14 19:56:15',NULL,50.00,'','8','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(4582,'1000','181747241822','2025-05-14 19:57:16',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4583,'4000','181747241822','2025-05-14 19:57:16',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(4584,'4000','181747241822','2025-05-14 19:57:02',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(4585,'1000','181747242625','2025-05-14 20:10:27',350.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4586,'4000','181747242625','2025-05-14 20:10:27',NULL,350.00,'','18','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(4587,'1000','181747242952','2025-05-14 20:15:54',350.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4588,'4000','181747242952','2025-05-14 20:15:54',NULL,350.00,'','18','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(4589,'1000','181747243443','2025-05-14 20:24:30',400.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4590,'4000','181747243443','2025-05-14 20:24:30',NULL,350.00,'','18','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(4591,'4000','181747243443','2025-05-14 20:24:03',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4592,'1000','181747246576','2025-05-14 21:16:22',60.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4593,'4000','181747246576','2025-05-14 21:16:22',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4594,'4000','181747246576','2025-05-14 21:16:16',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4608,'1000','81747236686','2025-05-14 19:18:40',400.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4609,'4000','81747236686','2025-05-14 19:18:40',NULL,150.00,'','8','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(4610,'4000','81747236686','2025-05-14 18:31:26',NULL,150.00,'','8','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(4611,'4000','81747236686','2025-05-14 19:11:47',NULL,100.00,'','8','1','Good sold','1','','sales','91','','No',NULL,NULL,''),(4612,'1000','81747246776','2025-05-14 21:21:21',2280.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4613,'4000','81747246776','2025-05-14 21:21:21',NULL,350.00,'','8','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(4614,'4000','81747246776','2025-05-14 21:19:36',NULL,350.00,'','8','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(4615,'4000','81747246776','2025-05-14 21:19:40',NULL,350.00,'','8','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(4616,'4000','81747246776','2025-05-14 21:19:45',NULL,350.00,'','8','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(4617,'4000','81747246776','2025-05-14 21:19:49',NULL,50.00,'','8','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(4618,'4000','81747246776','2025-05-14 21:19:54',NULL,50.00,'','8','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(4619,'4000','81747246776','2025-05-14 21:19:58',NULL,50.00,'','8','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(4620,'4000','81747246776','2025-05-14 21:20:03',NULL,50.00,'','8','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(4621,'4000','81747246776','2025-05-14 21:20:08',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(4622,'4000','81747246776','2025-05-14 21:20:17',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4623,'4000','81747246776','2025-05-14 21:21:07',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4624,'4000','81747246776','2025-05-14 21:21:12',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4625,'4000','81747246776','2025-05-14 21:21:19',NULL,280.00,'','8','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(4626,'4000','81747246776','2025-05-14 21:26:32',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(4627,'4000','81747246776','2025-05-14 21:26:47',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(4628,'1000','31747252950','2025-05-14 23:02:47',400.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4629,'4000','31747252950','2025-05-14 23:02:47',NULL,100.00,'','3','1','Good sold','1','','sales','91','','No',NULL,NULL,''),(4630,'4000','31747252950','2025-05-14 23:02:30',NULL,100.00,'','3','1','Good sold','1','','sales','91','','No',NULL,NULL,''),(4631,'4000','31747252950','2025-05-14 23:02:32',NULL,100.00,'','3','1','Good sold','1','','sales','91','','No',NULL,NULL,''),(4632,'4000','31747252950','2025-05-14 23:02:41',NULL,100.00,'','3','1','Good sold','1','','sales','91','','No',NULL,NULL,''),(4633,'1000','31747260850','2025-05-15 01:14:11',150.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4634,'4000','31747260850','2025-05-15 01:14:11',NULL,150.00,'','3','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(4635,'1000','31747281329','2025-05-15 07:00:29',80.00,NULL,'','3','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4636,'4000','31747281329','2025-05-15 07:00:29',NULL,20.00,'','3','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4637,'4000','31747281329','2025-05-15 06:55:29',NULL,20.00,'','3','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4638,'4000','31747281329','2025-05-15 06:55:55',NULL,20.00,'','3','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4639,'4000','31747281329','2025-05-15 07:00:22',NULL,20.00,'','3','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4642,'1000','81747290201','2025-05-15 09:23:23',400.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4643,'4000','81747290201','2025-05-15 09:23:23',NULL,200.00,'','8','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(4644,'4000','81747290201','2025-05-15 09:23:21',NULL,200.00,'','8','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(4645,'1000','81747292240','2025-05-15 09:57:26',50.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4646,'4000','81747292240','2025-05-15 09:57:26',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4652,'1000','181747292779','2025-05-15 10:06:26',60.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4653,'4000','181747292779','2025-05-15 10:06:26',NULL,30.00,'','18','1','Good sold','1','','sales','92','','No',NULL,NULL,''),(4654,'4000','181747292779','2025-05-15 10:06:19',NULL,30.00,'','18','1','Good sold','1','','sales','92','','No',NULL,NULL,''),(4655,'1000','181747292813','2025-05-15 10:06:55',30.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4656,'4000','181747292813','2025-05-15 10:06:55',NULL,30.00,'','18','1','Good sold','1','','sales','92','','No',NULL,NULL,''),(4657,'1000','181747292852','2025-05-15 10:07:34',30.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4658,'4000','181747292852','2025-05-15 10:07:34',NULL,30.00,'','18','1','Good sold','1','','sales','92','','No',NULL,NULL,''),(4659,'1000','81747292652','2025-05-15 10:04:35',300.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4660,'4000','81747292652','2025-05-15 10:04:35',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4661,'4000','81747292652','2025-05-15 10:04:12',NULL,50.00,'','8','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(4662,'4000','81747292652','2025-05-15 10:04:25',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(4663,'4000','81747292652','2025-05-15 10:04:29',NULL,120.00,'','8','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4664,'4000','81747292652','2025-05-15 10:04:33',NULL,20.00,'','8','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4665,'1110','181747294474','2025-05-15 10:35:18',NULL,0.00,'','18','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(4666,'1110','181747294474','2025-05-15 10:34:35',NULL,0.00,'','18','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(4667,'1110','181747294474','2025-05-15 10:34:38',NULL,1.00,'','18','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(4668,'1110','181747294474','2025-05-15 10:35:11',NULL,1.00,'','18','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(4669,'5500','181747294474','2025-05-15 10:35:16',2.00,NULL,'','18','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4670,'1000','181747294474','2025-05-15 10:35:18',300.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4671,'4000','181747294474','2025-05-15 10:35:18',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4672,'4000','181747294474','2025-05-15 10:34:35',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4673,'4000','181747294474','2025-05-15 10:34:38',NULL,100.00,'','18','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(4674,'4000','181747294474','2025-05-15 10:35:11',NULL,100.00,'','18','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(4675,'1110','81747295308','2025-05-15 10:48:40',NULL,0.00,'','8','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(4676,'1110','81747295308','2025-05-15 10:48:28',NULL,1.00,'','8','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(4677,'5500','81747295308','2025-05-15 10:48:38',1.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4678,'1000','81747295308','2025-05-15 10:48:40',150.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4679,'4000','81747295308','2025-05-15 10:48:40',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4680,'4000','81747295308','2025-05-15 10:48:28',NULL,100.00,'','8','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(4681,'1000','181747295825','2025-05-15 10:58:11',40.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4682,'4000','181747295825','2025-05-15 10:58:11',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4683,'4000','181747295825','2025-05-15 10:57:19',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4684,'1000','181747295915','2025-05-15 10:58:56',110.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4685,'4000','181747295915','2025-05-15 10:58:56',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(4686,'4000','181747295915','2025-05-15 10:58:36',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4697,'1110','181747295959','2025-05-15 10:59:53',NULL,0.00,'','18','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(4698,'1110','181747295959','2025-05-15 10:59:19',NULL,0.00,'','18','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(4699,'1110','181747295959','2025-05-15 10:59:29',NULL,0.00,'','18','1','Inventory sold','1','','sales','7','','No',NULL,NULL,''),(4700,'1110','181747295959','2025-05-15 10:59:47',NULL,1.00,'','18','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(4701,'1110','181747295959','2025-05-15 10:59:51',NULL,0.00,'','18','1','Inventory sold','1','','sales','7','','No',NULL,NULL,''),(4702,'5500','181747295959','2025-05-15 11:02:05',1.00,NULL,'','18','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4703,'1000','181747295959','2025-05-15 10:59:53',290.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4704,'4000','181747295959','2025-05-15 10:59:53',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4705,'4000','181747295959','2025-05-15 10:59:19',NULL,100.00,'','18','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(4706,'4000','181747295959','2025-05-15 10:59:29',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4707,'4000','181747295959','2025-05-15 10:59:47',NULL,100.00,'','18','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(4708,'4000','181747295959','2025-05-15 10:59:51',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4709,'1000','181747296809','2025-05-15 11:13:31',20.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4710,'4000','181747296809','2025-05-15 11:13:31',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4711,'1000','81747297135','2025-05-15 11:19:14',160.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4712,'4000','81747297135','2025-05-15 11:19:14',NULL,50.00,'','8','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(4713,'4000','81747297135','2025-05-15 11:18:55',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(4714,'4000','81747297135','2025-05-15 11:18:57',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4718,'1000','181747299982','2025-05-15 12:19:19',170.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4719,'4000','181747299982','2025-05-15 12:19:19',NULL,120.00,'','18','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4720,'4000','181747299982','2025-05-15 12:06:22',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4721,'1000','181747299947','2025-05-15 12:05:55',300.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4722,'4000','181747299947','2025-05-15 12:05:55',NULL,100.00,'','18','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(4723,'4000','181747299947','2025-05-15 12:05:47',NULL,100.00,'','18','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(4724,'4000','181747299947','2025-05-15 12:05:54',NULL,100.00,'','18','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(4727,'1000','181747304585','2025-05-15 13:23:06',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4728,'4000','181747304585','2025-05-15 13:23:06',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(4729,'1000','81747303371','2025-05-15 13:02:52',100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4730,'4000','81747303371','2025-05-15 13:02:52',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(4731,'4000','81747303371','2025-05-15 13:02:51',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(4736,'1000','181747305355','2025-05-15 13:35:57',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4737,'4000','181747305355','2025-05-15 13:35:57',NULL,50.00,'','18','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(4738,'1000','81747305888','2025-05-15 13:44:50',50.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4739,'4000','81747305888','2025-05-15 13:44:50',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(4740,'1000','81747306034','2025-05-15 13:47:17',200.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4741,'4000','81747306034','2025-05-15 13:47:17',NULL,200.00,'','8','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(4749,'1000','181747306595','2025-05-15 13:56:44',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4750,'4000','181747306595','2025-05-15 13:56:44',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(4751,'4000','181747306595','2025-05-15 13:56:35',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4761,'1000','81747307337','2025-05-15 14:08:58',360.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4762,'4000','81747307337','2025-05-15 14:08:58',NULL,200.00,'','8','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(4763,'4000','81747307337','2025-05-15 14:08:57',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4764,'4000','81747307337','2025-05-15 14:14:23',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4765,'4000','81747307337','2025-05-15 14:25:12',NULL,100.00,'','8','1','Good sold','1','','sales','75','','No',NULL,NULL,''),(4766,'1000','181747307981','2025-05-15 14:19:56',1190.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4767,'4000','181747307981','2025-05-15 14:19:56',NULL,280.00,'','18','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(4768,'4000','181747307981','2025-05-15 14:19:41',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(4769,'4000','181747307981','2025-05-15 14:19:48',NULL,200.00,'','18','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(4770,'4000','181747307981','2025-05-15 14:19:55',NULL,280.00,'','18','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(4771,'4000','181747307981','2025-05-15 14:37:40',NULL,280.00,'','18','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(4772,'4000','181747307981','2025-05-15 14:37:46',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(4773,'4000','181747307981','2025-05-15 14:37:51',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(4774,'1000','81747305292','2025-05-15 13:35:23',880.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4775,'4000','81747305292','2025-05-15 13:35:23',NULL,50.00,'','8','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(4776,'4000','81747305292','2025-05-15 13:34:52',NULL,50.00,'','8','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(4777,'4000','81747305292','2025-05-15 13:35:08',NULL,150.00,'','8','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(4778,'4000','81747305292','2025-05-15 13:35:19',NULL,150.00,'','8','1','Good sold','1','','sales','87','','No',NULL,NULL,''),(4779,'4000','81747305292','2025-05-15 13:54:48',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(4780,'4000','81747305292','2025-05-15 13:55:07',NULL,280.00,'','8','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(4781,'4000','81747305292','2025-05-15 13:55:19',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(4782,'1000','181747309753','2025-05-15 14:49:15',20.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4783,'4000','181747309753','2025-05-15 14:49:15',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4784,'1000','181747309803','2025-05-15 14:50:16',80.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4785,'4000','181747309803','2025-05-15 14:50:16',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4786,'4000','181747309803','2025-05-15 14:50:03',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4787,'1000','81747310313','2025-05-15 14:59:47',1100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4788,'4000','81747310313','2025-05-15 14:59:47',NULL,300.00,'','8','1','Good sold','1','','sales','96','','No',NULL,NULL,''),(4789,'4000','81747310313','2025-05-15 14:58:33',NULL,300.00,'','8','1','Good sold','1','','sales','96','','No',NULL,NULL,''),(4790,'4000','81747310313','2025-05-15 14:59:17',NULL,300.00,'','8','1','Good sold','1','','sales','96','','No',NULL,NULL,''),(4791,'4000','81747310313','2025-05-15 14:59:24',NULL,100.00,'','8','1','Good sold','1','','sales','76','','No',NULL,NULL,''),(4792,'4000','81747310313','2025-05-15 14:59:39',NULL,100.00,'','8','1','Good sold','1','','sales','76','','No',NULL,NULL,''),(4793,'1000','181747310918','2025-05-15 15:08:48',330.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4794,'4000','181747310918','2025-05-15 15:08:48',NULL,280.00,'','18','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(4795,'4000','181747310918','2025-05-15 15:08:38',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(4796,'1000','181747311631','2025-05-15 15:20:34',200.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4797,'4000','181747311631','2025-05-15 15:20:34',NULL,200.00,'','18','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(4798,'1000','81747311791','2025-05-15 15:23:27',80.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4799,'4000','81747311791','2025-05-15 15:23:27',NULL,20.00,'','8','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4800,'4000','81747311791','2025-05-15 15:23:11',NULL,20.00,'','8','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4801,'4000','81747311791','2025-05-15 15:23:16',NULL,20.00,'','8','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4802,'4000','81747311791','2025-05-15 15:23:19',NULL,20.00,'','8','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4803,'1000','181747311919','2025-05-15 15:25:46',260.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4804,'4000','181747311919','2025-05-15 15:25:46',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(4805,'4000','181747311919','2025-05-15 15:25:19',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(4806,'4000','181747311919','2025-05-15 15:25:28',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(4807,'1000','81747313306','2025-05-15 15:48:32',60.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4808,'4000','81747313306','2025-05-15 15:48:32',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4809,'4000','81747313306','2025-05-15 15:48:26',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4810,'1000','181747313363','2025-05-15 15:49:25',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4811,'4000','181747313363','2025-05-15 15:49:25',NULL,50.00,'','18','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(4812,'1000','181747313481','2025-05-15 15:51:22',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4813,'4000','181747313481','2025-05-15 15:51:22',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(4814,'1000','81747313840','2025-05-15 15:57:28',60.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4815,'4000','81747313840','2025-05-15 15:57:28',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4816,'4000','81747313840','2025-05-15 15:57:20',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4817,'1000','81747316511','2025-05-15 16:42:02',300.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4818,'4000','81747316511','2025-05-15 16:42:02',NULL,150.00,'','8','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(4819,'4000','81747316511','2025-05-15 16:41:51',NULL,150.00,'','8','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(4824,'1000','81747317670','2025-05-15 17:01:23',650.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4825,'4000','81747317670','2025-05-15 17:01:23',NULL,150.00,'','8','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(4826,'4000','81747317670','2025-05-15 17:01:10',NULL,150.00,'','8','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(4827,'4000','81747317670','2025-05-15 17:01:13',NULL,150.00,'','8','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(4828,'4000','81747317670','2025-05-15 17:01:17',NULL,100.00,'','8','1','Good sold','1','','sales','91','','No',NULL,NULL,''),(4829,'4000','81747317670','2025-05-15 17:37:15',NULL,100.00,'','8','1','Good sold','1','','sales','91','','No',NULL,NULL,''),(4830,'1000','81747321106','2025-05-15 17:58:28',50.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4831,'4000','81747321106','2025-05-15 17:58:28',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4832,'1000','181747321373','2025-05-15 18:03:16',170.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4833,'4000','181747321373','2025-05-15 18:03:16',NULL,120.00,'','18','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4834,'4000','181747321373','2025-05-15 18:02:53',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4835,'1000','181747321587','2025-05-15 18:06:28',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4836,'4000','181747321587','2025-05-15 18:06:28',NULL,150.00,'','18','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(4837,'1000','181747321624','2025-05-15 18:07:06',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4838,'4000','181747321624','2025-05-15 18:07:06',NULL,150.00,'','18','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(4839,'1000','81747322134','2025-05-15 18:15:45',100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4840,'4000','81747322134','2025-05-15 18:15:45',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4841,'4000','81747322134','2025-05-15 18:15:34',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(4842,'1000','181747323159','2025-05-15 18:32:42',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4843,'4000','181747323159','2025-05-15 18:32:42',NULL,100.00,'','18','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(4847,'1000','181747325414','2025-05-15 19:10:16',300.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4848,'4000','181747325414','2025-05-15 19:10:16',NULL,300.00,'','18','1','Good sold','1','','sales','98','','No',NULL,NULL,''),(4852,'1000','181747325655','2025-05-15 19:14:18',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4853,'4000','181747325655','2025-05-15 19:14:18',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4854,'1000','181747325984','2025-05-15 19:19:46',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4855,'4000','181747325984','2025-05-15 19:19:46',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4856,'1000','81747325197','2025-05-15 19:06:43',350.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4857,'4000','81747325197','2025-05-15 19:06:43',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(4858,'4000','81747325197','2025-05-15 19:06:37',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(4859,'4000','81747325197','2025-05-15 19:06:40',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4860,'1000','81747326249','2025-05-15 19:24:11',50.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4861,'4000','81747326249','2025-05-15 19:24:11',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(4865,'1000','81747325556','2025-05-15 19:12:56',200.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4866,'4000','81747325556','2025-05-15 19:12:56',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4867,'4000','81747325556','2025-05-15 19:12:36',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(4868,'4000','81747325556','2025-05-15 19:12:53',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(4869,'4000','81747325556','2025-05-15 19:25:46',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(4870,'1000','81747326873','2025-05-15 19:34:58',260.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4871,'4000','81747326873','2025-05-15 19:34:58',NULL,100.00,'','8','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(4872,'4000','81747326873','2025-05-15 19:34:33',NULL,100.00,'','8','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(4873,'4000','81747326873','2025-05-15 19:34:43',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(4874,'1000','181747328625','2025-05-15 20:03:52',330.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4875,'4000','181747328625','2025-05-15 20:03:52',NULL,280.00,'','18','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(4876,'4000','181747328625','2025-05-15 20:03:45',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(4877,'1000','81747329083','2025-05-15 20:11:38',530.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4878,'4000','81747329083','2025-05-15 20:11:38',NULL,180.00,'','8','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(4879,'4000','81747329083','2025-05-15 20:11:23',NULL,350.00,'','8','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(4880,'1000','181747329295','2025-05-15 20:15:04',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4881,'4000','181747329295','2025-05-15 20:15:04',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(4882,'4000','181747329295','2025-05-15 20:14:55',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(4883,'1000','81747326290','2025-05-15 19:25:01',250.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4884,'4000','81747326290','2025-05-15 19:25:01',NULL,150.00,'','8','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(4885,'4000','81747326290','2025-05-15 19:24:51',NULL,50.00,'','8','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(4886,'4000','81747326290','2025-05-15 19:24:59',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4887,'1000','81747329758','2025-05-15 20:22:51',270.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4888,'4000','81747329758','2025-05-15 20:22:51',NULL,150.00,'','8','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(4889,'4000','81747329758','2025-05-15 20:22:38',NULL,120.00,'','8','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(4890,'1000','181747330050','2025-05-15 20:27:55',360.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4891,'4000','181747330050','2025-05-15 20:27:55',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(4892,'4000','181747330050','2025-05-15 20:27:30',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(4893,'4000','181747330050','2025-05-15 20:27:40',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(4894,'1000','81747330980','2025-05-15 20:43:02',150.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4895,'4000','81747330980','2025-05-15 20:43:02',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(4896,'1000','221747335951','2025-05-15 22:05:53',300.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4897,'4000','221747335951','2025-05-15 22:05:53',NULL,300.00,'','22','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(4898,'1110','221747338033','2025-05-15 22:41:19',NULL,1.00,'','22','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(4899,'1110','221747338033','2025-05-15 22:40:33',NULL,0.00,'','22','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(4900,'1110','221747338033','2025-05-15 22:40:41',NULL,0.00,'','22','1','Inventory sold','1','','sales','50','','No',NULL,NULL,''),(4901,'1110','221747338033','2025-05-15 22:40:55',NULL,0.00,'','22','1','Inventory sold','1','','sales','12','','No',NULL,NULL,''),(4902,'1110','221747338033','2025-05-15 22:41:10',NULL,0.00,'','22','1','Inventory sold','1','','sales','12','','No',NULL,NULL,''),(4903,'5500','221747338033','2025-05-15 22:41:17',1.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4904,'1000','221747338033','2025-05-15 22:41:19',300.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4905,'4000','221747338033','2025-05-15 22:41:19',NULL,100.00,'','22','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(4906,'4000','221747338033','2025-05-15 22:40:33',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(4907,'4000','221747338033','2025-05-15 22:40:41',NULL,50.00,'','22','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(4908,'4000','221747338033','2025-05-15 22:40:55',NULL,50.00,'','22','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(4909,'4000','221747338033','2025-05-15 22:41:10',NULL,50.00,'','22','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(4910,'1110','221747338114','2025-05-15 22:42:57',NULL,1.00,'','22','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(4911,'1110','221747338114','2025-05-15 22:41:54',NULL,0.00,'','22','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(4912,'1110','221747338114','2025-05-15 22:42:14',NULL,0.00,'','22','1','Inventory sold','1','','sales','12','','No',NULL,NULL,''),(4913,'1110','221747338114','2025-05-15 22:42:32',NULL,0.00,'','22','1','Inventory sold','1','','sales','12','','No',NULL,NULL,''),(4914,'1110','221747338114','2025-05-15 22:42:38',NULL,0.00,'','22','1','Inventory sold','1','','sales','50','','No',NULL,NULL,''),(4915,'5500','221747338114','2025-05-15 22:42:56',1.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4916,'1000','221747338114','2025-05-15 22:42:57',300.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4917,'4000','221747338114','2025-05-15 22:42:57',NULL,100.00,'','22','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(4918,'4000','221747338114','2025-05-15 22:41:54',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(4919,'4000','221747338114','2025-05-15 22:42:14',NULL,50.00,'','22','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(4920,'4000','221747338114','2025-05-15 22:42:32',NULL,50.00,'','22','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(4921,'4000','221747338114','2025-05-15 22:42:38',NULL,50.00,'','22','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(4922,'1110','221747341559','2025-05-15 23:42:07',NULL,0.00,'','22','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(4923,'1110','221747341559','2025-05-15 23:39:19',NULL,0.00,'','22','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(4924,'1110','221747341559','2025-05-15 23:39:24',NULL,0.00,'','22','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(4925,'1110','221747341559','2025-05-15 23:40:00',NULL,0.00,'','22','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(4926,'1110','221747341559','2025-05-15 23:40:05',NULL,0.00,'','22','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(4927,'1110','221747341559','2025-05-15 23:40:36',NULL,0.00,'','22','1','Inventory sold','1','','sales','29','','No',NULL,NULL,''),(4928,'1110','221747341559','2025-05-15 23:40:52',NULL,1.00,'','22','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(4929,'1110','221747341559','2025-05-15 23:41:08',NULL,0.00,'','22','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(4930,'1110','221747341559','2025-05-15 23:41:50',NULL,0.00,'','22','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(4931,'1110','221747341559','2025-05-15 23:41:55',NULL,0.00,'','22','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(4932,'1110','221747341559','2025-05-15 23:42:00',NULL,0.00,'','22','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(4933,'5500','221747341559','2025-05-15 23:42:05',1.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4934,'1000','221747341559','2025-05-15 23:42:07',1750.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4935,'4000','221747341559','2025-05-15 23:42:07',NULL,600.00,'','22','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(4936,'4000','221747341559','2025-05-15 23:39:19',NULL,600.00,'','22','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(4937,'4000','221747341559','2025-05-15 23:39:24',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(4938,'4000','221747341559','2025-05-15 23:40:00',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(4939,'4000','221747341559','2025-05-15 23:40:05',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(4940,'4000','221747341559','2025-05-15 23:40:36',NULL,100.00,'','22','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(4941,'4000','221747341559','2025-05-15 23:40:52',NULL,100.00,'','22','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(4942,'4000','221747341559','2025-05-15 23:41:08',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4943,'4000','221747341559','2025-05-15 23:41:50',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4944,'4000','221747341559','2025-05-15 23:41:55',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4945,'4000','221747341559','2025-05-15 23:42:00',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4946,'1000','221747341930','2025-05-15 23:45:32',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4947,'4000','221747341930','2025-05-15 23:45:32',NULL,50.00,'','22','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(4948,'1000','221747341955','2025-05-15 23:45:56',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4949,'4000','221747341955','2025-05-15 23:45:56',NULL,50.00,'','22','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(4950,'1110','221747343033','2025-05-16 00:15:20',NULL,0.00,'','22','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(4951,'1110','221747343033','2025-05-16 00:03:53',NULL,0.00,'','22','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(4952,'1110','221747343033','2025-05-16 00:03:58',NULL,1.00,'','22','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(4953,'1110','221747343033','2025-05-16 00:04:20',NULL,0.00,'','22','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(4954,'1110','221747343033','2025-05-16 00:04:57',NULL,0.00,'','22','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(4955,'1110','221747343033','2025-05-16 00:05:05',NULL,0.00,'','22','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(4956,'1110','221747343033','2025-05-16 00:14:06',NULL,0.00,'','22','1','Inventory sold','1','','sales','29','','No',NULL,NULL,''),(4957,'1110','221747343033','2025-05-16 00:14:13',NULL,0.00,'','22','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(4958,'1110','221747343033','2025-05-16 00:14:53',NULL,0.00,'','22','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(4959,'1110','221747343033','2025-05-16 00:14:58',NULL,0.00,'','22','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(4960,'1110','221747343033','2025-05-16 00:15:03',NULL,0.00,'','22','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(4961,'1110','221747343033','2025-05-16 00:15:11',NULL,0.00,'','22','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(4962,'5500','221747343033','2025-05-16 00:15:18',1.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(4963,'1000','221747343033','2025-05-16 00:15:20',1800.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4964,'4000','221747343033','2025-05-16 00:15:20',NULL,600.00,'','22','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(4965,'4000','221747343033','2025-05-16 00:03:53',NULL,600.00,'','22','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(4966,'4000','221747343033','2025-05-16 00:03:58',NULL,100.00,'','22','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(4967,'4000','221747343033','2025-05-16 00:04:20',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(4968,'4000','221747343033','2025-05-16 00:04:57',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(4969,'4000','221747343033','2025-05-16 00:05:05',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(4970,'4000','221747343033','2025-05-16 00:14:06',NULL,100.00,'','22','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(4971,'4000','221747343033','2025-05-16 00:14:13',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4972,'4000','221747343033','2025-05-16 00:14:53',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4973,'4000','221747343033','2025-05-16 00:14:58',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4974,'4000','221747343033','2025-05-16 00:15:03',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4975,'4000','221747343033','2025-05-16 00:15:11',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(4976,'1000','221747344221','2025-05-16 00:23:43',150.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4977,'4000','221747344221','2025-05-16 00:23:43',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(4978,'1000','221747346014','2025-05-16 00:54:00',150.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4979,'4000','221747346014','2025-05-16 00:54:00',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4980,'4000','221747346014','2025-05-16 00:53:34',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4981,'4000','221747346014','2025-05-16 00:53:42',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4982,'4000','221747346014','2025-05-16 00:53:48',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4983,'4000','221747346014','2025-05-16 00:53:52',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4984,'1000','221747372441','2025-05-16 08:14:03',20.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4985,'4000','221747372441','2025-05-16 08:14:03',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4986,'1000','221747373026','2025-05-16 08:23:52',60.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4987,'4000','221747373026','2025-05-16 08:23:52',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4988,'4000','221747373026','2025-05-16 08:23:46',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(4995,'1000','221747374361','2025-05-16 08:46:03',160.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(4996,'4000','221747374361','2025-05-16 08:46:03',NULL,100.00,'','22','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(4997,'4000','221747374361','2025-05-16 08:46:01',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4998,'4000','221747374361','2025-05-16 08:49:39',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(4999,'4000','221747374361','2025-05-16 08:49:43',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(5000,'1000','221747373639','2025-05-16 08:34:09',120.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5001,'4000','221747373639','2025-05-16 08:34:09',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5002,'4000','221747373639','2025-05-16 08:33:59',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5003,'4000','221747373639','2025-05-16 08:34:03',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5004,'4000','221747373639','2025-05-16 08:34:08',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5005,'1000','181747376290','2025-05-16 09:18:22',70.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5006,'4000','181747376290','2025-05-16 09:18:22',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5007,'4000','181747376290','2025-05-16 09:18:10',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(5008,'1000','181747376855','2025-05-16 09:27:37',20.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5009,'4000','181747376855','2025-05-16 09:27:37',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(5010,'1000','81747377463','2025-05-16 09:37:44',30.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5011,'4000','81747377463','2025-05-16 09:37:44',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5012,'1000','81747380761','2025-05-16 10:32:43',30.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5013,'4000','81747380761','2025-05-16 10:32:43',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5014,'1000','181747383263','2025-05-16 11:14:25',180.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5015,'4000','181747383263','2025-05-16 11:14:25',NULL,180.00,'','18','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(5016,'1000','181747384724','2025-05-16 11:38:46',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5017,'4000','181747384724','2025-05-16 11:38:46',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(5018,'1000','81747385696','2025-05-16 11:55:11',150.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5019,'4000','81747385696','2025-05-16 11:55:11',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(5020,'4000','81747385696','2025-05-16 11:54:56',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(5021,'4000','81747385696','2025-05-16 11:55:03',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(5022,'1000','81747387982','2025-05-16 12:33:19',180.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5023,'4000','81747387982','2025-05-16 12:33:19',NULL,150.00,'','8','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(5024,'4000','81747387982','2025-05-16 12:33:02',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5025,'1000','181747394734','2025-05-16 14:25:38',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5026,'4000','181747394734','2025-05-16 14:25:38',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(5027,'1000','181747395005','2025-05-16 14:30:07',30.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5028,'4000','181747395005','2025-05-16 14:30:07',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5029,'1000','181747396643','2025-05-16 14:57:25',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5030,'4000','181747396643','2025-05-16 14:57:25',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(5033,'1000','81747396740','2025-05-16 14:59:03',100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5034,'4000','81747396740','2025-05-16 14:59:03',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5035,'4000','81747396740','2025-05-16 14:59:00',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(5036,'1000','81747397152','2025-05-16 15:06:07',380.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5037,'4000','81747397152','2025-05-16 15:06:07',NULL,350.00,'','8','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(5038,'4000','81747397152','2025-05-16 15:05:52',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5039,'1000','181747402376','2025-05-16 16:32:58',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5040,'4000','181747402376','2025-05-16 16:32:58',NULL,150.00,'','18','1','Good sold','1','','sales','87','','No',NULL,NULL,''),(5041,'1000','81747402503','2025-05-16 16:35:04',50.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5042,'4000','81747402503','2025-05-16 16:35:04',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(5046,'1000','181747403072','2025-05-16 16:45:14',170.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5047,'4000','181747403072','2025-05-16 16:45:14',NULL,100.00,'','18','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(5048,'4000','181747403072','2025-05-16 16:44:32',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(5049,'4000','181747403072','2025-05-16 16:45:09',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(5050,'1000','181747403296','2025-05-16 16:48:19',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5051,'4000','181747403296','2025-05-16 16:48:19',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(5052,'1000','181747403587','2025-05-16 16:53:36',110.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5053,'4000','181747403587','2025-05-16 16:53:36',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5054,'4000','181747403587','2025-05-16 16:53:07',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(5055,'1000','81747402618','2025-05-16 16:37:49',100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5056,'4000','81747402618','2025-05-16 16:37:49',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5057,'4000','81747402618','2025-05-16 16:36:58',NULL,50.00,'','8','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(5058,'1000','181747406613','2025-05-16 17:45:58',250.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5059,'4000','181747406613','2025-05-16 17:45:58',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(5060,'4000','181747406613','2025-05-16 17:43:34',NULL,150.00,'','18','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(5061,'4000','181747406613','2025-05-16 17:45:03',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(5062,'1000','81747407687','2025-05-16 18:01:29',50.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5063,'4000','81747407687','2025-05-16 18:01:29',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5064,'1000','81747408441','2025-05-16 18:14:03',200.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5065,'4000','81747408441','2025-05-16 18:14:03',NULL,200.00,'','8','1','Good sold','1','','sales','43','','No',NULL,NULL,''),(5074,'1000','81747408896','2025-05-16 18:30:55',450.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5075,'4000','81747408896','2025-05-16 18:30:55',NULL,100.00,'','8','1','Good sold','1','','sales','91','','No',NULL,NULL,''),(5076,'4000','81747408896','2025-05-16 18:21:36',NULL,100.00,'','8','1','Good sold','1','','sales','91','','No',NULL,NULL,''),(5077,'4000','81747408896','2025-05-16 18:21:46',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(5078,'4000','81747408896','2025-05-16 18:22:25',NULL,100.00,'','8','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(5079,'4000','81747408896','2025-05-16 18:30:53',NULL,100.00,'','8','1','Good sold','1','','sales','91','','No',NULL,NULL,''),(5082,'1000','81747410474','2025-05-16 18:48:02',500.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5083,'4000','81747410474','2025-05-16 18:48:02',NULL,250.00,'','8','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(5084,'4000','81747410474','2025-05-16 18:47:54',NULL,250.00,'','8','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(5089,'1000','81747409997','2025-05-16 18:40:07',100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5090,'4000','81747409997','2025-05-16 18:40:07',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(5091,'4000','81747409997','2025-05-16 18:39:57',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(5095,'1000','181747411709','2025-05-16 19:08:50',230.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5096,'4000','181747411709','2025-05-16 19:08:50',NULL,100.00,'','18','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(5097,'4000','181747411709','2025-05-16 19:08:30',NULL,130.00,'','18','1','Good sold','1','','sales','24','','No',NULL,NULL,''),(5098,'1000','81747411789','2025-05-16 19:10:15',150.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5099,'4000','81747411789','2025-05-16 19:10:15',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(5100,'4000','81747411789','2025-05-16 19:09:50',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(5101,'4000','81747411789','2025-05-16 19:10:00',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(5102,'1000','181747412123','2025-05-16 19:15:27',130.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5103,'4000','181747412123','2025-05-16 19:15:27',NULL,130.00,'','18','1','Good sold','1','','sales','24','','No',NULL,NULL,''),(5104,'1000','181747410581','2025-05-16 18:50:20',400.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5105,'4000','181747410581','2025-05-16 18:50:20',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5106,'4000','181747410581','2025-05-16 18:49:41',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5107,'4000','181747410581','2025-05-16 18:49:51',NULL,120.00,'','18','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5108,'4000','181747410581','2025-05-16 18:50:14',NULL,180.00,'','18','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(5109,'1000','181747411360','2025-05-16 19:07:43',160.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5110,'4000','181747411360','2025-05-16 19:07:43',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5111,'4000','181747411360','2025-05-16 19:02:40',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5112,'4000','181747411360','2025-05-16 19:07:39',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5113,'4000','181747411360','2025-05-16 19:20:08',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5114,'1000','81747412761','2025-05-16 19:26:04',150.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5115,'4000','81747412761','2025-05-16 19:26:04',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(5116,'1000','81747412811','2025-05-16 19:26:53',20.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5117,'4000','81747412811','2025-05-16 19:26:53',NULL,20.00,'','8','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(5118,'1000','181747409803','2025-05-16 18:37:03',200.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5119,'4000','181747409803','2025-05-16 18:37:03',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5120,'4000','181747409803','2025-05-16 18:36:43',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(5121,'4000','181747409803','2025-05-16 18:37:00',NULL,100.00,'','18','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(5122,'1000','181747414426','2025-05-16 19:53:53',330.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5123,'4000','181747414426','2025-05-16 19:53:53',NULL,280.00,'','18','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(5124,'4000','181747414426','2025-05-16 19:53:46',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(5125,'1000','81747417434','2025-05-16 20:44:08',250.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5126,'4000','81747417434','2025-05-16 20:44:08',NULL,150.00,'','8','1','Good sold','1','','sales','87','','No',NULL,NULL,''),(5127,'4000','81747417434','2025-05-16 20:43:54',NULL,100.00,'','8','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(5130,'1000','221747418193','2025-05-16 20:56:35',150.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5131,'4000','221747418193','2025-05-16 20:56:35',NULL,100.00,'','22','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(5132,'4000','221747418193','2025-05-16 20:56:33',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(5133,'1000','221747420725','2025-05-16 21:39:33',1050.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5134,'4000','221747420725','2025-05-16 21:39:33',NULL,600.00,'','22','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(5135,'4000','221747420725','2025-05-16 21:38:45',NULL,300.00,'','22','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(5136,'4000','221747420725','2025-05-16 21:38:54',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(5137,'4000','221747420725','2025-05-16 21:39:21',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(5138,'4000','221747420725','2025-05-16 21:39:27',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(5139,'1000','221747426648','2025-05-16 23:17:34',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5140,'4000','221747426648','2025-05-16 23:17:34',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(5141,'4000','221747426648','2025-05-16 23:17:28',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(5142,'1000','221747428641','2025-05-16 23:51:01',700.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5143,'4000','221747428641','2025-05-16 23:51:01',NULL,600.00,'','22','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(5144,'4000','221747428641','2025-05-16 23:50:41',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(5145,'4000','221747428641','2025-05-16 23:50:55',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(5149,'1000','221747455532','2025-05-17 07:19:01',140.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5150,'4000','221747455532','2025-05-17 07:19:01',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5151,'4000','221747455532','2025-05-17 07:18:52',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5152,'4000','221747455532','2025-05-17 07:18:59',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(5153,'4000','221747455532','2025-05-17 07:23:15',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(5154,'1000','221747460374','2025-05-17 08:39:42',300.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5155,'4000','221747460374','2025-05-17 08:39:42',NULL,150.00,'','22','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(5156,'4000','221747460374','2025-05-17 08:39:34',NULL,150.00,'','22','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(5157,'1000','81747464237','2025-05-17 09:44:27',90.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5158,'4000','81747464237','2025-05-17 09:44:27',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5159,'4000','81747464237','2025-05-17 09:43:57',NULL,20.00,'','8','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(5160,'4000','81747464237','2025-05-17 09:44:16',NULL,20.00,'','8','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(5161,'1000','81747464449','2025-05-17 09:47:43',80.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5162,'4000','81747464449','2025-05-17 09:47:43',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5163,'4000','81747464449','2025-05-17 09:47:29',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5167,'1000','81747465364','2025-05-17 10:03:59',140.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5168,'4000','81747465364','2025-05-17 10:03:59',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5169,'4000','81747465364','2025-05-17 10:02:44',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5170,'4000','81747465364','2025-05-17 10:02:55',NULL,20.00,'','8','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(5171,'4000','81747465364','2025-05-17 10:03:48',NULL,20.00,'','8','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(5172,'1000','81747465754','2025-05-17 10:09:29',120.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5173,'4000','81747465754','2025-05-17 10:09:29',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5174,'4000','81747465754','2025-05-17 10:09:14',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5175,'4000','81747465754','2025-05-17 10:09:18',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5176,'4000','81747465754','2025-05-17 10:09:23',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5177,'1000','61747464771','2025-05-17 09:53:40',70.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5178,'4000','61747464771','2025-05-17 09:53:40',NULL,50.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5179,'4000','61747464771','2025-05-17 09:52:51',NULL,20.00,'','6','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(5185,'1000','61747472430','2025-05-17 12:00:33',100.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5186,'4000','61747472430','2025-05-17 12:00:33',NULL,100.00,'','6','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(5193,'1000','61747473356','2025-05-17 12:22:09',100.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5194,'4000','61747473356','2025-05-17 12:22:09',NULL,50.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5195,'4000','61747473356','2025-05-17 12:15:56',NULL,50.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5196,'1000','61747472902','2025-05-17 12:14:08',1000.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5197,'4000','61747472902','2025-05-17 12:14:08',NULL,250.00,'','6','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(5198,'4000','61747472902','2025-05-17 12:08:22',NULL,100.00,'','6','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(5199,'4000','61747472902','2025-05-17 12:08:45',NULL,150.00,'','6','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(5200,'4000','61747472902','2025-05-17 12:08:51',NULL,150.00,'','6','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(5201,'4000','61747472902','2025-05-17 12:09:01',NULL,100.00,'','6','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(5202,'4000','61747472902','2025-05-17 12:14:05',NULL,250.00,'','6','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(5203,'1000','111747475792','2025-05-17 12:56:51',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5204,'4000','111747475792','2025-05-17 12:56:51',NULL,150.00,'','11','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(5205,'1000','211746986081','2025-05-11 20:54:42',50.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5206,'4000','211746986081','2025-05-11 20:54:42',NULL,50.00,'','21','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5207,'1000','211747476416','2025-05-17 13:07:02',600.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5208,'4000','211747476416','2025-05-17 13:07:02',NULL,300.00,'','21','1','Good sold','1','','sales','93','','No',NULL,NULL,''),(5209,'4000','211747476416','2025-05-17 13:06:56',NULL,300.00,'','21','1','Good sold','1','','sales','93','','No',NULL,NULL,''),(5210,'1000','111747476803','2025-05-17 13:19:55',960.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5211,'4000','111747476803','2025-05-17 13:19:55',NULL,150.00,'','11','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(5212,'4000','111747476803','2025-05-17 13:13:24',NULL,150.00,'','11','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(5213,'4000','111747476803','2025-05-17 13:13:43',NULL,150.00,'','11','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(5214,'4000','111747476803','2025-05-17 13:14:11',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(5215,'4000','111747476803','2025-05-17 13:14:46',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(5216,'4000','111747476803','2025-05-17 13:15:26',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(5217,'4000','111747476803','2025-05-17 13:16:53',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(5218,'4000','111747476803','2025-05-17 13:17:26',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5219,'4000','111747476803','2025-05-17 13:18:08',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5220,'4000','111747476803','2025-05-17 13:18:13',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5221,'4000','111747476803','2025-05-17 13:18:17',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(5222,'4000','111747476803','2025-05-17 13:18:35',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(5223,'4000','111747476803','2025-05-17 13:18:47',NULL,50.00,'','11','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(5224,'4000','111747476803','2025-05-17 13:18:50',NULL,50.00,'','11','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(5225,'1000','61747476558','2025-05-17 13:22:39',200.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5226,'4000','61747476558','2025-05-17 13:22:39',NULL,50.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5227,'4000','61747476558','2025-05-17 13:09:18',NULL,50.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5228,'4000','61747476558','2025-05-17 13:09:25',NULL,100.00,'','6','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(5229,'1000','61747477519','2025-05-17 13:38:05',1400.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5230,'4000','61747477519','2025-05-17 13:38:05',NULL,100.00,'','6','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(5231,'4000','61747477519','2025-05-17 13:25:19',NULL,100.00,'','6','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(5232,'4000','61747477519','2025-05-17 13:25:35',NULL,150.00,'','6','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(5233,'4000','61747477519','2025-05-17 13:25:48',NULL,150.00,'','6','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(5234,'4000','61747477519','2025-05-17 13:25:59',NULL,150.00,'','6','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(5235,'4000','61747477519','2025-05-17 13:28:55',NULL,150.00,'','6','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(5236,'4000','61747477519','2025-05-17 13:29:01',NULL,50.00,'','6','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(5237,'4000','61747477519','2025-05-17 13:32:18',NULL,50.00,'','6','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(5238,'4000','61747477519','2025-05-17 13:32:26',NULL,250.00,'','6','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(5239,'4000','61747477519','2025-05-17 13:37:05',NULL,250.00,'','6','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(5240,'1110','61747478521','2025-05-17 13:43:20',NULL,0.00,'','6','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(5241,'1110','61747478521','2025-05-17 13:42:01',NULL,0.00,'','6','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(5242,'1110','61747478521','2025-05-17 13:42:15',NULL,1.00,'','6','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(5243,'1110','61747478521','2025-05-17 13:42:42',NULL,1.00,'','6','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(5244,'1110','61747478521','2025-05-17 13:42:49',NULL,0.00,'','6','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(5245,'5500','61747478521','2025-05-17 13:43:15',2.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5246,'1000','61747478521','2025-05-17 13:43:20',900.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5247,'4000','61747478521','2025-05-17 13:43:20',NULL,50.00,'','6','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(5248,'4000','61747478521','2025-05-17 13:42:01',NULL,50.00,'','6','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(5249,'4000','61747478521','2025-05-17 13:42:15',NULL,100.00,'','6','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(5250,'4000','61747478521','2025-05-17 13:42:42',NULL,100.00,'','6','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(5251,'4000','61747478521','2025-05-17 13:42:49',NULL,600.00,'','6','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(5252,'1000','111747482406','2025-05-17 14:46:49',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5253,'4000','111747482406','2025-05-17 14:46:49',NULL,300.00,'','11','1','Good sold','1','','sales','93','','No',NULL,NULL,''),(5254,'1000','61747479097','2025-05-17 14:56:02',200.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5255,'4000','61747479097','2025-05-17 14:56:02',NULL,100.00,'','6','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(5256,'4000','61747479097','2025-05-17 13:51:37',NULL,100.00,'','6','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(5257,'1000','61747483026','2025-05-17 15:01:41',420.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5258,'4000','61747483026','2025-05-17 15:01:41',NULL,150.00,'','6','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(5259,'4000','61747483026','2025-05-17 14:57:07',NULL,150.00,'','6','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(5260,'4000','61747483026','2025-05-17 14:58:01',NULL,60.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(5261,'4000','61747483026','2025-05-17 14:59:12',NULL,60.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(5262,'1000','111747483472','2025-05-17 15:04:37',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5263,'4000','111747483472','2025-05-17 15:04:37',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(5264,'1000','111747486437','2025-05-17 15:54:07',30.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5265,'4000','111747486437','2025-05-17 15:54:07',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5266,'1000','111747486541','2025-05-17 15:57:02',450.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5267,'4000','111747486541','2025-05-17 15:57:02',NULL,100.00,'','11','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(5268,'4000','111747486541','2025-05-17 15:55:41',NULL,350.00,'','11','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(5269,'1000','211747490131','2025-05-17 17:07:33',700.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5270,'4000','211747490131','2025-05-17 17:07:33',NULL,250.00,'','21','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(5271,'4000','211747490131','2025-05-17 16:55:31',NULL,250.00,'','21','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(5272,'4000','211747490131','2025-05-17 17:04:41',NULL,200.00,'','21','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(5273,'1000','211747491218','2025-05-17 17:14:43',560.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5274,'4000','211747491218','2025-05-17 17:14:43',NULL,150.00,'','21','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(5275,'4000','211747491218','2025-05-17 17:13:39',NULL,150.00,'','21','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(5276,'4000','211747491218','2025-05-17 17:14:07',NULL,130.00,'','21','1','Good sold','1','','sales','24','','No',NULL,NULL,''),(5277,'4000','211747491218','2025-05-17 17:14:23',NULL,130.00,'','21','1','Good sold','1','','sales','24','','No',NULL,NULL,''),(5278,'1000','61747469558','2025-05-17 11:14:44',470.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5279,'4000','61747469558','2025-05-17 11:14:44',NULL,150.00,'','6','1','Good sold','1','','sales','87','','No',NULL,NULL,''),(5280,'4000','61747469558','2025-05-17 11:12:38',NULL,100.00,'','6','1','Good sold','1','','sales','75','','No',NULL,NULL,''),(5281,'4000','61747469558','2025-05-17 11:13:02',NULL,100.00,'','6','1','Good sold','1','','sales','75','','No',NULL,NULL,''),(5282,'4000','61747469558','2025-05-17 11:14:37',NULL,100.00,'','6','1','Good sold','1','','sales','75','','No',NULL,NULL,''),(5283,'4000','61747469558','2025-05-17 11:14:42',NULL,20.00,'','6','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(5284,'1000','61747494062','2025-05-17 18:01:03',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5285,'4000','61747494062','2025-05-17 18:01:03',NULL,150.00,'','6','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(5286,'1000','61747494225','2025-05-17 18:05:44',100.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5287,'4000','61747494225','2025-05-17 18:05:44',NULL,100.00,'','6','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(5288,'1000','61747494946','2025-05-17 18:16:14',100.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5289,'4000','61747494946','2025-05-17 18:16:14',NULL,50.00,'','6','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(5290,'4000','61747494946','2025-05-17 18:15:46',NULL,50.00,'','6','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(5291,'1000','61747495624','2025-05-17 18:27:11',50.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5292,'4000','61747495624','2025-05-17 18:27:11',NULL,50.00,'','6','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(5293,'1000','61747497109','2025-05-17 18:51:54',50.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5294,'4000','61747497109','2025-05-17 18:51:54',NULL,50.00,'','6','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(5295,'1000','211747497160','2025-05-17 18:53:07',360.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5296,'4000','211747497160','2025-05-17 18:53:07',NULL,180.00,'','21','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(5297,'4000','211747497160','2025-05-17 18:52:40',NULL,180.00,'','21','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(5298,'1000','61747497830','2025-05-17 19:12:38',1110.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5299,'4000','61747497830','2025-05-17 19:12:38',NULL,280.00,'','6','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(5300,'4000','61747497830','2025-05-17 19:03:50',NULL,100.00,'','6','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(5301,'4000','61747497830','2025-05-17 19:04:29',NULL,120.00,'','6','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5302,'4000','61747497830','2025-05-17 19:04:48',NULL,150.00,'','6','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(5303,'4000','61747497830','2025-05-17 19:05:51',NULL,180.00,'','6','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(5304,'4000','61747497830','2025-05-17 19:07:27',NULL,280.00,'','6','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(5307,'1000','61747498630','2025-05-17 19:17:20',360.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5308,'4000','61747498630','2025-05-17 19:17:20',NULL,180.00,'','6','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(5309,'4000','61747498630','2025-05-17 19:17:10',NULL,180.00,'','6','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(5310,'1000','61747499696','2025-05-17 19:35:34',100.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5311,'4000','61747499696','2025-05-17 19:35:34',NULL,50.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5312,'4000','61747499696','2025-05-17 19:34:57',NULL,50.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5313,'1000','111747500844','2025-05-17 19:54:35',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5314,'4000','111747500844','2025-05-17 19:54:35',NULL,150.00,'','11','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(5315,'4000','111747500844','2025-05-17 19:54:04',NULL,150.00,'','11','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(5316,'4000','111747500844','2025-05-17 19:54:10',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(5320,'1000','61747500971','2025-05-17 19:56:14',50.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5321,'4000','61747500971','2025-05-17 19:56:14',NULL,50.00,'','6','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(5322,'1000','121747501076','2025-05-17 19:58:19',350.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5323,'4000','121747501076','2025-05-17 19:58:19',NULL,300.00,'','12','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(5324,'4000','121747501076','2025-05-17 19:57:56',NULL,50.00,'','12','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(5325,'1000','61747501175','2025-05-17 20:06:23',1050.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5326,'4000','61747501175','2025-05-17 20:06:23',NULL,200.00,'','6','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(5327,'4000','61747501175','2025-05-17 19:59:35',NULL,50.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5328,'4000','61747501175','2025-05-17 20:02:30',NULL,150.00,'','6','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(5329,'4000','61747501175','2025-05-17 20:03:12',NULL,300.00,'','6','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(5330,'4000','61747501175','2025-05-17 20:04:48',NULL,300.00,'','6','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(5331,'4000','61747501175','2025-05-17 20:06:06',NULL,50.00,'','6','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(5332,'1000','111747500926','2025-05-17 19:55:34',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5333,'4000','111747500926','2025-05-17 19:55:34',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5334,'4000','111747500926','2025-05-17 19:55:26',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5335,'4000','111747500926','2025-05-17 19:55:31',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5336,'1000','121747501909','2025-05-17 20:11:51',150.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5337,'4000','121747501909','2025-05-17 20:11:51',NULL,150.00,'','12','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(5338,'1000','111747502173','2025-05-17 20:16:16',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5339,'4000','111747502173','2025-05-17 20:16:16',NULL,150.00,'','11','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(5340,'1000','61747501709','2025-05-17 20:21:04',500.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5341,'4000','61747501709','2025-05-17 20:21:04',NULL,50.00,'','6','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(5342,'4000','61747501709','2025-05-17 20:08:29',NULL,450.00,'','6','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(5346,'1000','121747502680','2025-05-17 20:25:35',220.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5347,'4000','121747502680','2025-05-17 20:25:35',NULL,100.00,'','12','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5348,'4000','121747502680','2025-05-17 20:24:40',NULL,120.00,'','12','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(5349,'1000','121747503478','2025-05-17 20:38:00',20.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5350,'4000','121747503478','2025-05-17 20:38:00',NULL,20.00,'','12','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(5351,'1000','111747504019','2025-05-17 20:47:44',200.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5352,'4000','111747504019','2025-05-17 20:47:44',NULL,150.00,'','11','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(5353,'4000','111747504019','2025-05-17 20:47:17',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5354,'1000','221747507027','2025-05-17 21:37:09',200.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5355,'4000','221747507027','2025-05-17 21:37:09',NULL,200.00,'','22','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(5356,'1000','221747507772','2025-05-17 21:50:03',400.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5357,'4000','221747507772','2025-05-17 21:50:03',NULL,100.00,'','22','1','Good sold','1','','sales','91','','No',NULL,NULL,''),(5358,'4000','221747507772','2025-05-17 21:49:32',NULL,100.00,'','22','1','Good sold','1','','sales','91','','No',NULL,NULL,''),(5359,'4000','221747507772','2025-05-17 21:49:37',NULL,100.00,'','22','1','Good sold','1','','sales','91','','No',NULL,NULL,''),(5360,'4000','221747507772','2025-05-17 21:49:41',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(5361,'4000','221747507772','2025-05-17 21:49:53',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(5362,'1000','61747503852','2025-05-17 22:08:13',180.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5363,'4000','61747503852','2025-05-17 22:08:13',NULL,90.00,'','6','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5364,'4000','61747503852','2025-05-17 20:44:12',NULL,90.00,'','6','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5365,'1000','221747509342','2025-05-17 22:16:36',300.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5366,'4000','221747509342','2025-05-17 22:16:36',NULL,150.00,'','22','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(5367,'4000','221747509342','2025-05-17 22:15:42',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5368,'4000','221747509342','2025-05-17 22:16:10',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(5369,'4000','221747509342','2025-05-17 22:16:18',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(5370,'1000','221747510315','2025-05-17 22:32:03',60.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5371,'4000','221747510315','2025-05-17 22:32:03',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5372,'4000','221747510315','2025-05-17 22:31:55',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5373,'1000','221747511252','2025-05-17 22:48:13',400.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5374,'4000','221747511252','2025-05-17 22:48:13',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(5375,'4000','221747511252','2025-05-17 22:47:32',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(5376,'4000','221747511252','2025-05-17 22:47:41',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5377,'4000','221747511252','2025-05-17 22:48:02',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5378,'1000','221747513255','2025-05-17 23:21:03',60.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5379,'4000','221747513255','2025-05-17 23:21:03',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5380,'4000','221747513255','2025-05-17 23:20:55',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5381,'1000','221747540843','2025-05-18 07:01:01',80.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5382,'4000','221747540843','2025-05-18 07:01:01',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(5383,'4000','221747540843','2025-05-18 07:00:43',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(5384,'4000','221747540843','2025-05-18 07:00:48',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(5385,'4000','221747540843','2025-05-18 07:00:52',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(5386,'1000','221747540893','2025-05-18 07:01:34',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5387,'4000','221747540893','2025-05-18 07:01:34',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5388,'1000','221747540916','2025-05-18 07:01:58',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5389,'4000','221747540916','2025-05-18 07:01:58',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5390,'1000','221747540940','2025-05-18 07:02:21',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5391,'4000','221747540940','2025-05-18 07:02:21',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5392,'1000','221747540961','2025-05-18 07:02:43',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5393,'4000','221747540961','2025-05-18 07:02:43',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5394,'1000','221747541006','2025-05-18 07:03:27',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5395,'4000','221747541006','2025-05-18 07:03:27',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5396,'1000','221747547342','2025-05-18 08:49:04',30.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5397,'4000','221747547342','2025-05-18 08:49:04',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5398,'1000','181747548675','2025-05-18 09:11:17',20.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5399,'4000','181747548675','2025-05-18 09:11:17',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(5400,'1000','181747550094','2025-05-18 09:34:55',20.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5401,'4000','181747550094','2025-05-18 09:34:55',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(5402,'1000','181747552237','2025-05-18 10:11:06',290.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5403,'4000','181747552237','2025-05-18 10:11:06',NULL,200.00,'','18','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(5404,'4000','181747552237','2025-05-18 10:10:37',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5405,'4000','181747552237','2025-05-18 10:10:49',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5406,'4000','181747552237','2025-05-18 10:10:57',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5407,'1000','181747555293','2025-05-18 11:01:39',40.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5408,'4000','181747555293','2025-05-18 11:01:39',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(5409,'4000','181747555293','2025-05-18 11:01:33',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(5410,'1000','181747558807','2025-05-18 12:00:22',480.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5411,'4000','181747558807','2025-05-18 12:00:22',NULL,180.00,'','18','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(5412,'4000','181747558807','2025-05-18 12:00:07',NULL,300.00,'','18','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(5413,'1000','181747558884','2025-05-18 12:01:26',30.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5414,'4000','181747558884','2025-05-18 12:01:26',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5415,'1000','181747560194','2025-05-18 12:23:16',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5416,'4000','181747560194','2025-05-18 12:23:16',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5420,'1000','181747560710','2025-05-18 12:31:52',20.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5421,'4000','181747560710','2025-05-18 12:31:52',NULL,20.00,'','18','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(5422,'1000','181747560630','2025-05-18 12:30:50',110.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5423,'4000','181747560630','2025-05-18 12:30:50',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5424,'4000','181747560630','2025-05-18 12:30:30',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5425,'4000','181747560630','2025-05-18 12:30:47',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5429,'1000','181747562700','2025-05-18 13:05:03',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5430,'4000','181747562700','2025-05-18 13:05:03',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(5431,'1000','181747562303','2025-05-18 12:58:32',200.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5432,'4000','181747562303','2025-05-18 12:58:32',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(5433,'4000','181747562303','2025-05-18 12:58:23',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(5434,'4000','181747562303','2025-05-18 12:58:31',NULL,100.00,'','18','1','Good sold','1','','sales','91','','No',NULL,NULL,''),(5435,'1000','181747563833','2025-05-18 13:24:00',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5436,'4000','181747563833','2025-05-18 13:24:00',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(5437,'4000','181747563833','2025-05-18 13:23:53',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(5438,'1000','181747563972','2025-05-18 13:26:37',600.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5439,'4000','181747563972','2025-05-18 13:26:37',NULL,300.00,'','18','1','Good sold','1','','sales','93','','No',NULL,NULL,''),(5440,'4000','181747563972','2025-05-18 13:26:12',NULL,300.00,'','18','1','Good sold','1','','sales','93','','No',NULL,NULL,''),(5441,'1000','181747565267','2025-05-18 13:47:57',380.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5442,'4000','181747565267','2025-05-18 13:47:57',NULL,280.00,'','18','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(5443,'4000','181747565267','2025-05-18 13:47:47',NULL,100.00,'','18','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(5444,'1000','181747566548','2025-05-18 14:09:22',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5445,'4000','181747566548','2025-05-18 14:09:22',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(5446,'4000','181747566548','2025-05-18 14:09:08',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(5447,'1000','181747567557','2025-05-18 14:25:59',200.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5448,'4000','181747567557','2025-05-18 14:25:59',NULL,200.00,'','18','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(5449,'1000','181747568168','2025-05-18 14:37:32',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5450,'4000','181747568168','2025-05-18 14:37:32',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(5451,'4000','181747568168','2025-05-18 14:36:08',NULL,50.00,'','18','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(5452,'1000','181747568486','2025-05-18 14:41:30',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5453,'4000','181747568486','2025-05-18 14:41:30',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(5454,'1000','181747569096','2025-05-18 14:51:38',180.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5455,'4000','181747569096','2025-05-18 14:51:38',NULL,180.00,'','18','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(5456,'1000','181747569209','2025-05-18 14:53:37',330.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5457,'4000','181747569209','2025-05-18 14:53:37',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(5458,'4000','181747569209','2025-05-18 14:53:29',NULL,280.00,'','18','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(5459,'1000','181747570174','2025-05-18 15:10:29',930.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5460,'4000','181747570174','2025-05-18 15:10:29',NULL,180.00,'','18','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(5461,'4000','181747570174','2025-05-18 15:09:34',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(5462,'4000','181747570174','2025-05-18 15:09:39',NULL,150.00,'','18','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(5463,'4000','181747570174','2025-05-18 15:10:04',NULL,150.00,'','18','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(5464,'4000','181747570174','2025-05-18 15:10:11',NULL,150.00,'','18','1','Good sold','1','','sales','87','','No',NULL,NULL,''),(5465,'4000','181747570174','2025-05-18 15:10:19',NULL,150.00,'','18','1','Good sold','1','','sales','87','','No',NULL,NULL,''),(5466,'1000','181747570946','2025-05-18 15:24:23',60.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5467,'4000','181747570946','2025-05-18 15:24:23',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5468,'4000','181747570946','2025-05-18 15:22:26',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5469,'1000','181747571132','2025-05-18 15:25:46',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5470,'4000','181747571132','2025-05-18 15:25:46',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(5471,'4000','181747571132','2025-05-18 15:25:32',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(5472,'4000','181747571132','2025-05-18 15:25:35',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(5473,'1000','181747571404','2025-05-18 15:30:06',20.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5474,'4000','181747571404','2025-05-18 15:30:06',NULL,20.00,'','18','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(5475,'1000','181747572579','2025-05-18 15:51:24',160.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5476,'4000','181747572579','2025-05-18 15:51:24',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(5477,'4000','181747572579','2025-05-18 15:49:39',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5478,'4000','181747572579','2025-05-18 15:50:23',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5479,'4000','181747572579','2025-05-18 15:50:29',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(5480,'1000','181747576072','2025-05-18 16:47:54',180.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5481,'4000','181747576072','2025-05-18 16:47:54',NULL,180.00,'','18','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(5482,'1000','181747576339','2025-05-18 16:52:22',30.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5483,'4000','181747576339','2025-05-18 16:52:22',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5490,'1000','181747577825','2025-05-18 17:17:59',630.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5491,'4000','181747577825','2025-05-18 17:17:59',NULL,180.00,'','18','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(5492,'4000','181747577825','2025-05-18 17:17:05',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(5493,'4000','181747577825','2025-05-18 17:17:15',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(5494,'4000','181747577825','2025-05-18 17:17:44',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(5495,'4000','181747577825','2025-05-18 17:17:51',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(5496,'4000','181747577825','2025-05-18 17:17:57',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(5497,'1000','181747578873','2025-05-18 17:34:35',180.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5498,'4000','181747578873','2025-05-18 17:34:35',NULL,180.00,'','18','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(5499,'1000','181747580148','2025-05-18 18:08:55',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5500,'4000','181747580148','2025-05-18 18:08:55',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5501,'4000','181747580148','2025-05-18 17:55:48',NULL,100.00,'','18','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(5502,'1000','181747581295','2025-05-18 18:14:58',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5503,'4000','181747581295','2025-05-18 18:14:58',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(5504,'1000','181747582852','2025-05-18 18:40:55',200.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5505,'4000','181747582852','2025-05-18 18:40:55',NULL,200.00,'','18','1','Good sold','1','','sales','84','','No',NULL,NULL,''),(5506,'1000','181747583384','2025-05-18 18:49:57',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5507,'4000','181747583384','2025-05-18 18:49:57',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5508,'4000','181747583384','2025-05-18 18:49:44',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5509,'1000','181747585034','2025-05-18 19:17:23',380.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5510,'4000','181747585034','2025-05-18 19:17:23',NULL,280.00,'','18','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(5511,'4000','181747585034','2025-05-18 19:17:14',NULL,100.00,'','18','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(5512,'1000','181747585194','2025-05-18 19:21:23',300.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5513,'4000','181747585194','2025-05-18 19:21:23',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5514,'4000','181747585194','2025-05-18 19:19:55',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5515,'4000','181747585194','2025-05-18 19:20:04',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(5516,'4000','181747585194','2025-05-18 19:20:49',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(5517,'4000','181747585194','2025-05-18 19:20:55',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(5518,'4000','181747585194','2025-05-18 19:21:10',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(5519,'1000','181747585863','2025-05-18 19:32:39',360.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5520,'4000','181747585863','2025-05-18 19:32:39',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5521,'4000','181747585863','2025-05-18 19:31:03',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5522,'4000','181747585863','2025-05-18 19:31:08',NULL,150.00,'','18','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(5523,'4000','181747585863','2025-05-18 19:32:28',NULL,150.00,'','18','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(5524,'1000','181747587767','2025-05-18 20:03:04',700.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5525,'4000','181747587767','2025-05-18 20:03:04',NULL,600.00,'','18','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(5526,'4000','181747587767','2025-05-18 20:02:47',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(5527,'4000','181747587767','2025-05-18 20:02:57',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(5528,'1000','181747587840','2025-05-18 20:04:30',300.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5529,'4000','181747587840','2025-05-18 20:04:30',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5530,'4000','181747587840','2025-05-18 20:04:00',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5531,'4000','181747587840','2025-05-18 20:04:05',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5532,'4000','181747587840','2025-05-18 20:04:08',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5533,'4000','181747587840','2025-05-18 20:04:16',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5534,'4000','181747587840','2025-05-18 20:04:20',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5535,'1000','181747587934','2025-05-18 20:05:55',270.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5536,'4000','181747587934','2025-05-18 20:05:55',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(5537,'4000','181747587934','2025-05-18 20:05:34',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(5538,'4000','181747587934','2025-05-18 20:05:38',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(5539,'4000','181747587934','2025-05-18 20:05:44',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(5540,'4000','181747587934','2025-05-18 20:05:48',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(5541,'1000','181747588011','2025-05-18 20:07:18',250.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5542,'4000','181747588011','2025-05-18 20:07:18',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(5543,'4000','181747588011','2025-05-18 20:06:51',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(5544,'4000','181747588011','2025-05-18 20:06:56',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(5545,'4000','181747588011','2025-05-18 20:07:03',NULL,50.00,'','18','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(5546,'4000','181747588011','2025-05-18 20:07:11',NULL,50.00,'','18','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(5547,'1000','181747588090','2025-05-18 20:08:13',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5548,'4000','181747588090','2025-05-18 20:08:13',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5549,'1000','181747588825','2025-05-18 20:21:18',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5550,'4000','181747588825','2025-05-18 20:21:18',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5551,'1000','181747589420','2025-05-18 20:30:22',80.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5552,'4000','181747589420','2025-05-18 20:30:22',NULL,80.00,'','18','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(5553,'1000','181747589904','2025-05-18 20:38:56',400.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5554,'4000','181747589904','2025-05-18 20:38:56',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(5555,'4000','181747589904','2025-05-18 20:38:24',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(5556,'4000','181747589904','2025-05-18 20:38:29',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5557,'4000','181747589904','2025-05-18 20:38:49',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5558,'1000','181747589957','2025-05-18 20:39:31',360.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5559,'4000','181747589957','2025-05-18 20:39:31',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(5560,'4000','181747589957','2025-05-18 20:39:17',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(5561,'4000','181747589957','2025-05-18 20:39:21',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(5562,'1000','181747590228','2025-05-18 20:44:09',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5563,'4000','181747590228','2025-05-18 20:44:09',NULL,100.00,'','18','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(5564,'4000','181747590228','2025-05-18 20:43:48',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(5565,'1000','221747591965','2025-05-18 21:12:47',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5566,'4000','221747591965','2025-05-18 21:12:47',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5567,'1000','221747592012','2025-05-18 21:14:28',120.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5568,'4000','221747592012','2025-05-18 21:14:28',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(5569,'4000','221747592012','2025-05-18 21:13:32',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(5570,'4000','221747592012','2025-05-18 21:13:37',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(5571,'4000','221747592012','2025-05-18 21:13:42',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(5572,'4000','221747592012','2025-05-18 21:13:53',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(5573,'4000','221747592012','2025-05-18 21:14:02',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(5574,'1000','221747593129','2025-05-18 21:32:10',20.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5575,'4000','221747593129','2025-05-18 21:32:10',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(5579,'1000','221747599825','2025-05-18 23:23:47',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5580,'4000','221747599825','2025-05-18 23:23:47',NULL,100.00,'','22','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(5581,'1000','221747599986','2025-05-18 23:29:19',820.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5582,'4000','221747599986','2025-05-18 23:29:19',NULL,600.00,'','22','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(5583,'4000','221747599986','2025-05-18 23:26:26',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5584,'4000','221747599986','2025-05-18 23:27:13',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5585,'4000','221747599986','2025-05-18 23:27:19',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5586,'4000','221747599986','2025-05-18 23:27:24',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5587,'4000','221747599986','2025-05-18 23:27:29',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(5588,'4000','221747599986','2025-05-18 23:27:43',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(5589,'4000','221747599986','2025-05-18 23:27:48',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(5590,'4000','221747599986','2025-05-18 23:27:54',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(5591,'4000','221747599986','2025-05-18 23:27:59',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(5592,'1000','221747599145','2025-05-18 23:12:32',450.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5593,'4000','221747599145','2025-05-18 23:12:32',NULL,200.00,'','22','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(5594,'4000','221747599145','2025-05-18 23:12:25',NULL,200.00,'','22','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(5595,'4000','221747599145','2025-05-18 23:12:31',NULL,50.00,'','22','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(5596,'1000','221747630059','2025-05-19 07:47:46',60.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5597,'4000','221747630059','2025-05-19 07:47:46',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5598,'4000','221747630059','2025-05-19 07:47:39',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5599,'1000','221747631069','2025-05-19 08:04:31',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5600,'4000','221747631069','2025-05-19 08:04:31',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5601,'1000','221747631127','2025-05-19 08:06:04',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5602,'4000','221747631127','2025-05-19 08:06:04',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5603,'4000','221747631127','2025-05-19 08:05:27',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5604,'1000','221747631217','2025-05-19 08:06:59',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5605,'4000','221747631217','2025-05-19 08:06:59',NULL,50.00,'','22','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(5608,'1000','181747635859','2025-05-19 09:24:36',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5609,'4000','181747635859','2025-05-19 09:24:36',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5610,'4000','181747635859','2025-05-19 09:24:19',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(5611,'1000','181747635909','2025-05-19 09:25:22',90.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5612,'4000','181747635909','2025-05-19 09:25:22',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5613,'4000','181747635909','2025-05-19 09:25:09',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5614,'4000','181747635909','2025-05-19 09:25:14',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5615,'1000','181747635072','2025-05-19 09:11:13',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5616,'4000','181747635072','2025-05-19 09:11:13',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(5617,'4000','181747635072','2025-05-19 09:11:12',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5618,'1000','181747637841','2025-05-19 09:57:22',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5619,'4000','181747637841','2025-05-19 09:57:22',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5620,'1000','181747638428','2025-05-19 10:07:11',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5621,'4000','181747638428','2025-05-19 10:07:11',NULL,150.00,'','18','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(5622,'1000','181747640000','2025-05-19 10:33:22',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5623,'4000','181747640000','2025-05-19 10:33:22',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(5624,'1000','181747641435','2025-05-19 10:57:33',220.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5625,'4000','181747641435','2025-05-19 10:57:33',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(5626,'4000','181747641435','2025-05-19 10:57:15',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(5627,'4000','181747641435','2025-05-19 10:57:23',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(5628,'4000','181747641435','2025-05-19 10:57:28',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(5629,'1000','181747642480','2025-05-19 11:14:54',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5630,'4000','181747642480','2025-05-19 11:14:54',NULL,50.00,'','18','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(5631,'4000','181747642480','2025-05-19 11:14:40',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5632,'4000','181747642480','2025-05-19 11:14:46',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5633,'1000','181747642543','2025-05-19 11:15:56',60.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5634,'4000','181747642543','2025-05-19 11:15:56',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5635,'4000','181747642543','2025-05-19 11:15:43',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5636,'1000','181747643175','2025-05-19 11:26:22',400.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5637,'4000','181747643175','2025-05-19 11:26:22',NULL,350.00,'','18','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(5638,'4000','181747643175','2025-05-19 11:26:15',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(5639,'1000','181747643395','2025-05-19 11:30:08',300.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5640,'4000','181747643395','2025-05-19 11:30:08',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(5641,'4000','181747643395','2025-05-19 11:29:56',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(5642,'1000','181747644199','2025-05-19 11:43:34',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5643,'4000','181747644199','2025-05-19 11:43:34',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(5644,'4000','181747644199','2025-05-19 11:43:19',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(5645,'1000','181747645391','2025-05-19 12:09:44',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5646,'4000','181747645391','2025-05-19 12:09:44',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(5647,'4000','181747645391','2025-05-19 12:03:11',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(5652,'1000','181747646249','2025-05-19 12:19:07',860.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5653,'4000','181747646249','2025-05-19 12:19:07',NULL,600.00,'','18','1','Good sold','1','','sales','26','','No',NULL,NULL,''),(5654,'4000','181747646249','2025-05-19 12:17:29',NULL,60.00,'','18','1','Good sold','1','','sales','56','','No',NULL,NULL,''),(5655,'4000','181747646249','2025-05-19 12:17:56',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(5656,'4000','181747646249','2025-05-19 12:19:03',NULL,150.00,'','18','1','Good sold','1','','sales','87','','No',NULL,NULL,''),(5657,'1000','181747647635','2025-05-19 12:40:51',40.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5658,'4000','181747647635','2025-05-19 12:40:51',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(5659,'4000','181747647635','2025-05-19 12:40:36',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(5660,'1000','181747650198','2025-05-19 13:23:36',60.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5661,'4000','181747650198','2025-05-19 13:23:36',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5662,'4000','181747650198','2025-05-19 13:23:18',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5663,'1000','181747650294','2025-05-19 13:25:05',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5664,'4000','181747650294','2025-05-19 13:25:05',NULL,100.00,'','18','1','Good sold','1','','sales','57','','No',NULL,NULL,''),(5665,'1000','181747655714','2025-05-19 14:55:22',30.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5666,'4000','181747655714','2025-05-19 14:55:22',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5669,'1000','181747656072','2025-05-19 15:01:16',350.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5670,'4000','181747656072','2025-05-19 15:01:16',NULL,200.00,'','18','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(5671,'4000','181747656072','2025-05-19 15:01:12',NULL,150.00,'','18','1','Good sold','1','','sales','87','','No',NULL,NULL,''),(5675,'1000','181747657301','2025-05-19 15:22:04',230.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5676,'4000','181747657301','2025-05-19 15:22:04',NULL,150.00,'','18','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(5677,'4000','181747657301','2025-05-19 15:21:42',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5678,'4000','181747657301','2025-05-19 15:21:57',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(5679,'1000','181747658411','2025-05-19 15:40:22',400.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5680,'4000','181747658411','2025-05-19 15:40:22',NULL,200.00,'','18','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(5681,'4000','181747658411','2025-05-19 15:40:12',NULL,200.00,'','18','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(5682,'1000','181747659141','2025-05-19 15:52:23',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5683,'4000','181747659141','2025-05-19 15:52:23',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(5696,'1000','181747663826','2025-05-19 17:10:36',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5697,'4000','181747663826','2025-05-19 17:10:36',NULL,150.00,'','18','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(5702,'1000','181747664597','2025-05-19 17:23:40',2270.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5703,'4000','181747664597','2025-05-19 17:23:40',NULL,180.00,'','18','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(5704,'4000','181747664597','2025-05-19 17:23:18',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(5705,'4000','181747664597','2025-05-19 17:23:29',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(5706,'4000','181747664597','2025-05-19 17:23:35',NULL,300.00,'','18','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(5707,'4000','181747664597','2025-05-19 17:37:48',NULL,300.00,'','18','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(5708,'4000','181747664597','2025-05-19 18:02:23',NULL,300.00,'','18','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(5709,'4000','181747664597','2025-05-19 18:03:16',NULL,300.00,'','18','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(5710,'4000','181747664597','2025-05-19 18:03:51',NULL,180.00,'','18','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(5711,'4000','181747664597','2025-05-19 18:05:38',NULL,350.00,'','18','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(5712,'4000','181747664597','2025-05-19 18:07:36',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5713,'4000','181747664597','2025-05-19 18:08:01',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5714,'1000','181747661647','2025-05-19 16:34:50',1460.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5715,'4000','181747661647','2025-05-19 16:34:50',NULL,280.00,'','18','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(5716,'4000','181747661647','2025-05-19 16:34:08',NULL,300.00,'','18','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(5717,'4000','181747661647','2025-05-19 16:34:19',NULL,180.00,'','18','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(5718,'4000','181747661647','2025-05-19 16:34:36',NULL,200.00,'','18','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(5719,'4000','181747661647','2025-05-19 16:34:48',NULL,150.00,'','18','1','Good sold','1','','sales','87','','No',NULL,NULL,''),(5720,'4000','181747661647','2025-05-19 16:35:59',NULL,150.00,'','18','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(5721,'4000','181747661647','2025-05-19 16:36:09',NULL,100.00,'','18','1','Good sold','1','','sales','76','','No',NULL,NULL,''),(5722,'4000','181747661647','2025-05-19 18:13:58',NULL,100.00,'','18','1','Good sold','1','','sales','76','','No',NULL,NULL,''),(5723,'1000','181747670029','2025-05-19 18:54:05',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5724,'4000','181747670029','2025-05-19 18:54:05',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(5725,'4000','181747670029','2025-05-19 18:53:49',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(5726,'1000','181747670953','2025-05-19 19:09:26',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5727,'4000','181747670953','2025-05-19 19:09:26',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5728,'4000','181747670953','2025-05-19 19:09:13',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5732,'1000','181747671296','2025-05-19 19:15:07',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5733,'4000','181747671296','2025-05-19 19:15:07',NULL,100.00,'','18','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(5734,'1000','181747671725','2025-05-19 19:22:16',380.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5735,'4000','181747671725','2025-05-19 19:22:16',NULL,280.00,'','18','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(5736,'4000','181747671725','2025-05-19 19:22:06',NULL,100.00,'','18','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(5737,'1000','181747672258','2025-05-19 19:31:09',330.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5738,'4000','181747672258','2025-05-19 19:31:09',NULL,280.00,'','18','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(5739,'4000','181747672258','2025-05-19 19:30:59',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(5742,'1000','181747672830','2025-05-19 19:42:12',180.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5743,'4000','181747672830','2025-05-19 19:42:12',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(5744,'4000','181747672830','2025-05-19 19:40:30',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(5745,'4000','181747672830','2025-05-19 19:40:34',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(5746,'4000','181747672830','2025-05-19 19:40:58',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(5747,'4000','181747672830','2025-05-19 19:41:14',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5748,'4000','181747672830','2025-05-19 19:41:45',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5749,'1000','181747672704','2025-05-19 19:38:28',300.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5750,'4000','181747672704','2025-05-19 19:38:28',NULL,150.00,'','18','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(5751,'4000','181747672704','2025-05-19 19:38:25',NULL,150.00,'','18','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(5752,'1000','181747671119','2025-05-19 19:12:35',460.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5753,'4000','181747671119','2025-05-19 19:12:35',NULL,180.00,'','18','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(5754,'4000','181747671119','2025-05-19 19:12:01',NULL,180.00,'','18','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(5755,'4000','181747671119','2025-05-19 19:12:24',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(5756,'4000','181747671119','2025-05-19 19:45:20',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(5761,'1000','181747674290','2025-05-19 20:05:21',200.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5762,'4000','181747674290','2025-05-19 20:05:21',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(5763,'4000','181747674290','2025-05-19 20:04:50',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(5764,'4000','181747674290','2025-05-19 20:04:53',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(5765,'4000','181747674290','2025-05-19 20:05:06',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(5766,'1000','181747674560','2025-05-19 20:10:13',480.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5767,'4000','181747674560','2025-05-19 20:10:13',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(5768,'4000','181747674560','2025-05-19 20:09:20',NULL,280.00,'','18','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(5769,'4000','181747674560','2025-05-19 20:09:46',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(5770,'1000','181747674165','2025-05-19 20:03:02',700.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5771,'4000','181747674165','2025-05-19 20:03:02',NULL,350.00,'','18','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(5772,'4000','181747674165','2025-05-19 20:02:45',NULL,200.00,'','18','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(5773,'4000','181747674165','2025-05-19 20:02:53',NULL,100.00,'','18','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(5774,'4000','181747674165','2025-05-19 20:03:00',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(5775,'1000','181747675941','2025-05-19 20:33:16',450.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5776,'4000','181747675941','2025-05-19 20:33:16',NULL,100.00,'','18','1','Good sold','1','','sales','91','','No',NULL,NULL,''),(5777,'4000','181747675941','2025-05-19 20:32:21',NULL,150.00,'','18','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(5778,'4000','181747675941','2025-05-19 20:32:36',NULL,150.00,'','18','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(5779,'4000','181747675941','2025-05-19 20:32:41',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(5780,'1000','181747676066','2025-05-19 20:34:27',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5781,'4000','181747676066','2025-05-19 20:34:27',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(5782,'1000','181747676289','2025-05-19 20:38:22',350.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5783,'4000','181747676289','2025-05-19 20:38:22',NULL,300.00,'','18','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(5784,'4000','181747676289','2025-05-19 20:38:09',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(5787,'1000','181747677458','2025-05-19 20:59:42',630.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5788,'4000','181747677458','2025-05-19 20:59:42',NULL,150.00,'','18','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(5789,'4000','181747677458','2025-05-19 20:57:38',NULL,50.00,'','18','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(5790,'4000','181747677458','2025-05-19 20:57:47',NULL,280.00,'','18','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(5791,'4000','181747677458','2025-05-19 20:59:32',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(5792,'1000','181747677702','2025-05-19 21:01:52',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5793,'4000','181747677702','2025-05-19 21:01:52',NULL,100.00,'','18','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(5794,'4000','181747677702','2025-05-19 21:01:42',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(5795,'1000','181747676510','2025-05-19 20:41:52',250.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5796,'4000','181747676510','2025-05-19 20:41:52',NULL,200.00,'','18','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(5797,'4000','181747676510','2025-05-19 20:41:50',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5798,'1000','181747680269','2025-05-19 21:44:31',30.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5799,'4000','181747680269','2025-05-19 21:44:31',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5800,'1000','181747680314','2025-05-19 21:45:16',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5801,'4000','181747680314','2025-05-19 21:45:16',NULL,100.00,'','18','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(5802,'1000','191747722314','2025-05-20 09:25:17',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5803,'4000','191747722314','2025-05-20 09:25:17',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5804,'1000','191747722376','2025-05-20 09:26:17',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5805,'4000','191747722376','2025-05-20 09:26:17',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5806,'1000','191747722397','2025-05-20 09:26:39',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5807,'4000','191747722397','2025-05-20 09:26:39',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5808,'1000','191747722419','2025-05-20 09:27:01',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5809,'4000','191747722419','2025-05-20 09:27:01',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5810,'1000','191747722439','2025-05-20 09:27:35',70.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5811,'4000','191747722439','2025-05-20 09:27:35',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5812,'4000','191747722439','2025-05-20 09:27:19',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(5813,'1000','191747722473','2025-05-20 09:27:55',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5814,'4000','191747722473','2025-05-20 09:27:55',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5815,'1000','191747722493','2025-05-20 09:28:51',140.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5816,'4000','191747722493','2025-05-20 09:28:51',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5817,'4000','191747722493','2025-05-20 09:28:13',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5818,'4000','191747722493','2025-05-20 09:28:30',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(5819,'4000','191747722493','2025-05-20 09:28:43',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(5820,'1000','191747722556','2025-05-20 09:29:23',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5821,'4000','191747722556','2025-05-20 09:29:23',NULL,50.00,'','19','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(5822,'1000','191747722583','2025-05-20 09:30:07',90.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5823,'4000','191747722583','2025-05-20 09:30:07',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5824,'4000','191747722583','2025-05-20 09:29:43',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(5825,'4000','191747722583','2025-05-20 09:29:55',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(5826,'1000','191747722646','2025-05-20 09:30:53',60.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5827,'4000','191747722646','2025-05-20 09:30:53',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5828,'4000','191747722646','2025-05-20 09:30:46',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5829,'1110','191747722681','2025-05-20 09:32:20',NULL,0.00,'','19','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(5830,'1110','191747722681','2025-05-20 09:31:21',NULL,0.00,'','19','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(5831,'1110','191747722681','2025-05-20 09:31:52',NULL,1.00,'','19','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(5832,'1110','191747722681','2025-05-20 09:32:10',NULL,1.00,'','19','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(5833,'5500','191747722681','2025-05-20 09:32:18',2.00,NULL,'','19','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5834,'1000','191747722681','2025-05-20 09:32:20',350.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5835,'4000','191747722681','2025-05-20 09:32:20',NULL,100.00,'','19','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(5836,'4000','191747722681','2025-05-20 09:31:21',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5837,'4000','191747722681','2025-05-20 09:31:52',NULL,100.00,'','19','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(5838,'4000','191747722681','2025-05-20 09:32:10',NULL,100.00,'','19','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(5849,'1110','181747724422','2025-05-20 10:00:47',NULL,0.00,'','18','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(5850,'1110','181747724422','2025-05-20 10:00:22',NULL,1.00,'','18','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(5851,'1110','181747724422','2025-05-20 10:00:28',NULL,0.00,'','18','1','Inventory sold','1','','sales','7','','No',NULL,NULL,''),(5852,'1110','181747724422','2025-05-20 10:00:40',NULL,0.00,'','18','1','Inventory sold','1','','sales','7','','No',NULL,NULL,''),(5853,'1110','181747724422','2025-05-20 10:00:45',NULL,0.00,'','18','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(5854,'1110','181747724422','2025-05-20 10:07:07',NULL,0.00,'','18','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(5855,'5500','181747724422','2025-05-20 10:07:13',1.00,NULL,'','18','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5856,'1000','181747724422','2025-05-20 10:00:47',560.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5857,'4000','181747724422','2025-05-20 10:00:47',NULL,120.00,'','18','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(5858,'4000','181747724422','2025-05-20 10:00:22',NULL,100.00,'','18','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(5859,'4000','181747724422','2025-05-20 10:00:28',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(5860,'4000','181747724422','2025-05-20 10:00:40',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(5861,'4000','181747724422','2025-05-20 10:00:45',NULL,150.00,'','18','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(5862,'4000','181747724422','2025-05-20 10:07:07',NULL,150.00,'','18','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(5866,'1000','221747725538','2025-05-20 10:19:35',140.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5867,'4000','221747725538','2025-05-20 10:19:35',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5868,'4000','221747725538','2025-05-20 10:18:58',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5869,'4000','221747725538','2025-05-20 10:19:03',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(5870,'4000','221747725538','2025-05-20 10:19:26',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(5871,'1000','181747725258','2025-05-20 10:14:22',110.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5872,'4000','181747725258','2025-05-20 10:14:22',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(5873,'4000','181747725258','2025-05-20 10:14:18',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(5874,'1000','181747727896','2025-05-20 10:58:23',40.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5875,'4000','181747727896','2025-05-20 10:58:23',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(5876,'4000','181747727896','2025-05-20 10:58:16',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(5877,'1000','221747728377','2025-05-20 11:06:39',90.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5878,'4000','221747728377','2025-05-20 11:06:39',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5879,'4000','221747728377','2025-05-20 11:06:17',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5880,'4000','221747728377','2025-05-20 11:06:29',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5881,'1110','221747729264','2025-05-20 11:21:57',NULL,0.00,'','22','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(5882,'1110','221747729264','2025-05-20 11:21:04',NULL,0.00,'','22','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(5883,'1110','221747729264','2025-05-20 11:21:10',NULL,1.00,'','22','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(5884,'1110','221747729264','2025-05-20 11:21:17',NULL,1.00,'','22','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(5885,'1110','221747729264','2025-05-20 11:21:27',NULL,0.00,'','22','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(5886,'1110','221747729264','2025-05-20 11:21:46',NULL,0.00,'','22','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(5887,'5500','221747729264','2025-05-20 11:21:54',2.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(5888,'1000','221747729264','2025-05-20 11:21:57',360.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5889,'4000','221747729264','2025-05-20 11:21:57',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5890,'4000','221747729264','2025-05-20 11:21:04',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5891,'4000','221747729264','2025-05-20 11:21:10',NULL,100.00,'','22','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(5892,'4000','221747729264','2025-05-20 11:21:17',NULL,100.00,'','22','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(5893,'4000','221747729264','2025-05-20 11:21:27',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5894,'4000','221747729264','2025-05-20 11:21:46',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5901,'1000','221747730863','2025-05-20 11:47:45',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5902,'4000','221747730863','2025-05-20 11:47:45',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5903,'1000','181747731224','2025-05-20 11:53:51',330.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5904,'4000','181747731224','2025-05-20 11:53:51',NULL,280.00,'','18','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(5905,'4000','181747731224','2025-05-20 11:53:44',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(5906,'1000','181747731251','2025-05-20 11:54:13',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5907,'4000','181747731251','2025-05-20 11:54:13',NULL,100.00,'','18','1','Good sold','1','','sales','57','','No',NULL,NULL,''),(5908,'1000','221747730736','2025-05-20 11:45:37',80.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5909,'4000','221747730736','2025-05-20 11:45:37',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5910,'4000','221747730736','2025-05-20 11:45:36',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5911,'1000','221747730773','2025-05-20 11:46:15',80.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5912,'4000','221747730773','2025-05-20 11:46:15',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5913,'4000','221747730773','2025-05-20 11:46:13',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5914,'1000','221747730805','2025-05-20 11:46:47',80.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5915,'4000','221747730805','2025-05-20 11:46:47',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(5916,'4000','221747730805','2025-05-20 11:46:45',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(5917,'1000','181747734353','2025-05-20 12:46:00',300.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5918,'4000','181747734353','2025-05-20 12:46:00',NULL,150.00,'','18','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(5919,'4000','181747734353','2025-05-20 12:45:53',NULL,150.00,'','18','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(5931,'1000','221747738268','2025-05-20 13:51:13',200.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5932,'4000','221747738268','2025-05-20 13:51:13',NULL,200.00,'','22','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(5935,'1000','181747739370','2025-05-20 14:09:32',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5936,'4000','181747739370','2025-05-20 14:09:32',NULL,100.00,'','18','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(5937,'1000','181747739603','2025-05-20 14:13:25',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5938,'4000','181747739603','2025-05-20 14:13:25',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(5939,'1000','221747737247','2025-05-20 13:35:30',910.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5940,'4000','221747737247','2025-05-20 13:35:30',NULL,280.00,'','22','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(5941,'4000','221747737247','2025-05-20 13:34:07',NULL,280.00,'','22','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(5942,'4000','221747737247','2025-05-20 13:34:14',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(5943,'4000','221747737247','2025-05-20 13:34:33',NULL,100.00,'','22','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(5944,'4000','221747737247','2025-05-20 13:34:50',NULL,150.00,'','22','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(5945,'4000','221747737247','2025-05-20 13:35:28',NULL,50.00,'','22','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(5946,'1000','221747738297','2025-05-20 13:51:39',400.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5947,'4000','221747738297','2025-05-20 13:51:39',NULL,200.00,'','22','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(5948,'4000','221747738297','2025-05-20 13:51:37',NULL,200.00,'','22','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(5949,'1000','181747740391','2025-05-20 14:26:33',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5950,'4000','181747740391','2025-05-20 14:26:33',NULL,150.00,'','18','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(5951,'1000','181747740535','2025-05-20 14:29:04',400.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5952,'4000','181747740535','2025-05-20 14:29:04',NULL,200.00,'','18','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(5953,'4000','181747740535','2025-05-20 14:28:55',NULL,200.00,'','18','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(5956,'1000','181747741106','2025-05-20 14:38:42',450.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5957,'4000','181747741106','2025-05-20 14:38:42',NULL,100.00,'','18','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(5958,'4000','181747741106','2025-05-20 14:38:26',NULL,150.00,'','18','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(5959,'4000','181747741106','2025-05-20 14:38:32',NULL,200.00,'','18','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(5960,'1000','181747741302','2025-05-20 14:41:44',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5961,'4000','181747741302','2025-05-20 14:41:44',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(5962,'1000','181747740588','2025-05-20 14:30:49',200.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5963,'4000','181747740588','2025-05-20 14:30:49',NULL,100.00,'','18','1','Good sold','1','','sales','91','','No',NULL,NULL,''),(5964,'4000','181747740588','2025-05-20 14:29:48',NULL,100.00,'','18','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(5965,'1000','221747742181','2025-05-20 14:56:47',400.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5966,'4000','221747742181','2025-05-20 14:56:47',NULL,100.00,'','22','1','Good sold','1','','sales','75','','No',NULL,NULL,''),(5967,'4000','221747742181','2025-05-20 14:56:21',NULL,100.00,'','22','1','Good sold','1','','sales','75','','No',NULL,NULL,''),(5968,'4000','221747742181','2025-05-20 14:56:27',NULL,100.00,'','22','1','Good sold','1','','sales','76','','No',NULL,NULL,''),(5969,'4000','221747742181','2025-05-20 14:56:35',NULL,100.00,'','22','1','Good sold','1','','sales','76','','No',NULL,NULL,''),(5970,'1000','181747743451','2025-05-20 15:17:45',160.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5971,'4000','181747743451','2025-05-20 15:17:45',NULL,80.00,'','18','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(5972,'4000','181747743451','2025-05-20 15:17:31',NULL,80.00,'','18','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(5976,'1000','221747744222','2025-05-20 15:31:39',570.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5977,'4000','221747744222','2025-05-20 15:31:39',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(5978,'4000','221747744222','2025-05-20 15:30:22',NULL,150.00,'','22','1','Good sold','1','','sales','87','','No',NULL,NULL,''),(5979,'4000','221747744222','2025-05-20 15:31:37',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(5980,'4000','221747744222','2025-05-20 15:50:16',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(5981,'4000','221747744222','2025-05-20 15:50:32',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(5982,'1000','221747746647','2025-05-20 16:10:56',300.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5983,'4000','221747746647','2025-05-20 16:10:56',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(5984,'4000','221747746647','2025-05-20 16:10:47',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(5985,'1000','221747746710','2025-05-20 16:11:52',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5986,'4000','221747746710','2025-05-20 16:11:52',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(5987,'1000','221747746768','2025-05-20 16:13:25',170.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5988,'4000','221747746768','2025-05-20 16:13:25',NULL,150.00,'','22','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(5989,'4000','221747746768','2025-05-20 16:12:48',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(5990,'1000','221747737413','2025-05-20 13:37:14',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(5991,'4000','221747737413','2025-05-20 13:37:14',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(5992,'4000','221747737413','2025-05-20 13:36:53',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(5993,'4000','221747737413','2025-05-20 13:36:58',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(5994,'4000','221747737413','2025-05-20 13:37:04',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(5995,'4000','221747737413','2025-05-20 13:37:12',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(6002,'1000','181747748278','2025-05-20 16:38:30',180.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6003,'4000','181747748278','2025-05-20 16:38:30',NULL,80.00,'','18','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(6004,'4000','181747748278','2025-05-20 16:37:58',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(6005,'4000','181747748278','2025-05-20 16:38:25',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(6006,'1000','181747749576','2025-05-20 17:00:58',190.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6007,'4000','181747749576','2025-05-20 17:00:58',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(6008,'4000','181747749576','2025-05-20 16:59:36',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(6009,'4000','181747749576','2025-05-20 16:59:45',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6010,'4000','181747749576','2025-05-20 17:00:22',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6011,'4000','181747749576','2025-05-20 17:00:42',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6012,'1000','181747748162','2025-05-20 16:36:14',530.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6013,'4000','181747748162','2025-05-20 16:36:14',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(6014,'4000','181747748162','2025-05-20 16:36:02',NULL,280.00,'','18','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(6015,'4000','181747748162','2025-05-20 16:36:11',NULL,100.00,'','18','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6016,'4000','181747748162','2025-05-20 17:13:06',NULL,100.00,'','18','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6017,'1000','181747751314','2025-05-20 17:28:38',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6018,'4000','181747751314','2025-05-20 17:28:38',NULL,100.00,'','18','1','Good sold','1','','sales','91','','No',NULL,NULL,''),(6027,'1110','181747751973','2025-05-20 17:40:40',NULL,0.00,'','18','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(6028,'1110','181747751973','2025-05-20 17:39:34',NULL,0.00,'','18','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(6029,'1110','181747751973','2025-05-20 17:39:43',NULL,1.00,'','18','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(6030,'1110','181747751973','2025-05-20 17:40:36',NULL,0.00,'','18','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(6031,'5500','181747751973','2025-05-20 17:53:23',1.00,NULL,'','18','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6032,'1000','181747751973','2025-05-20 17:40:40',230.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6033,'4000','181747751973','2025-05-20 17:40:40',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6034,'4000','181747751973','2025-05-20 17:39:34',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6035,'4000','181747751973','2025-05-20 17:39:43',NULL,100.00,'','18','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(6036,'4000','181747751973','2025-05-20 17:40:36',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6037,'1000','181747753076','2025-05-20 17:57:59',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6038,'4000','181747753076','2025-05-20 17:57:59',NULL,150.00,'','18','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(6042,'1000','221747753664','2025-05-20 18:08:12',80.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6043,'4000','221747753664','2025-05-20 18:08:12',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6044,'4000','221747753664','2025-05-20 18:07:45',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6045,'1000','221747753851','2025-05-20 18:11:31',80.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6046,'4000','221747753851','2025-05-20 18:11:31',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6047,'4000','221747753851','2025-05-20 18:10:52',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6048,'1000','221747753973','2025-05-20 18:13:28',80.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6049,'4000','221747753973','2025-05-20 18:13:28',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6050,'4000','221747753973','2025-05-20 18:12:53',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6051,'1000','221747754047','2025-05-20 18:15:15',80.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6052,'4000','221747754047','2025-05-20 18:15:15',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6053,'4000','221747754047','2025-05-20 18:14:07',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6054,'1000','221747754164','2025-05-20 18:17:09',90.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6055,'4000','221747754164','2025-05-20 18:17:09',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6056,'4000','221747754164','2025-05-20 18:16:04',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(6057,'4000','221747754164','2025-05-20 18:16:42',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(6058,'1000','221747754297','2025-05-20 18:20:07',70.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6059,'4000','221747754297','2025-05-20 18:20:07',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6060,'4000','221747754297','2025-05-20 18:18:17',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(6063,'1000','221747754518','2025-05-20 18:22:38',200.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6064,'4000','221747754518','2025-05-20 18:22:38',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(6065,'4000','221747754518','2025-05-20 18:21:59',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(6066,'1000','221747754452','2025-05-20 18:20:57',80.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6067,'4000','221747754452','2025-05-20 18:20:57',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(6068,'4000','221747754452','2025-05-20 18:20:52',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6071,'1000','181747757930','2025-05-20 19:19:40',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6072,'4000','181747757930','2025-05-20 19:19:40',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(6073,'4000','181747757930','2025-05-20 19:18:51',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(6074,'4000','181747757930','2025-05-20 19:19:12',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(6084,'1000','181747758315','2025-05-20 19:25:19',60.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6085,'4000','181747758315','2025-05-20 19:25:19',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6086,'4000','181747758315','2025-05-20 19:25:16',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6096,'1000','181747758007','2025-05-20 19:24:26',180.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6097,'4000','181747758007','2025-05-20 19:24:26',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(6098,'4000','181747758007','2025-05-20 19:20:08',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(6099,'4000','181747758007','2025-05-20 19:20:24',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6100,'4000','181747758007','2025-05-20 19:38:01',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(6101,'1000','181747759426','2025-05-20 19:43:57',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6102,'4000','181747759426','2025-05-20 19:43:57',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(6103,'4000','181747759426','2025-05-20 19:43:46',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(6104,'1000','221747758457','2025-05-20 19:28:57',480.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6105,'4000','221747758457','2025-05-20 19:28:57',NULL,280.00,'','22','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(6106,'4000','221747758457','2025-05-20 19:27:37',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6107,'4000','221747758457','2025-05-20 19:28:26',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6108,'4000','221747758457','2025-05-20 19:28:43',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6109,'4000','221747758457','2025-05-20 19:39:56',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6110,'1000','181747759681','2025-05-20 19:48:12',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6111,'4000','181747759681','2025-05-20 19:48:12',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(6112,'4000','181747759681','2025-05-20 19:48:01',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(6113,'1000','181747759780','2025-05-20 19:49:59',40.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6114,'4000','181747759780','2025-05-20 19:49:59',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(6115,'4000','181747759780','2025-05-20 19:49:41',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(6116,'1000','221747756667','2025-05-20 18:57:53',200.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6117,'4000','221747756667','2025-05-20 18:57:53',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6118,'4000','221747756667','2025-05-20 18:57:47',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6119,'4000','221747756667','2025-05-20 19:57:10',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(6120,'4000','221747756667','2025-05-20 19:57:40',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(6121,'1000','221747760544','2025-05-20 20:02:53',300.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6122,'4000','221747760544','2025-05-20 20:02:53',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(6123,'4000','221747760544','2025-05-20 20:02:24',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(6124,'4000','221747760544','2025-05-20 20:02:31',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6125,'4000','221747760544','2025-05-20 20:02:47',NULL,150.00,'','22','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(6126,'1000','181747760895','2025-05-20 20:08:48',130.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6127,'4000','181747760895','2025-05-20 20:08:48',NULL,100.00,'','18','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(6128,'4000','181747760895','2025-05-20 20:08:15',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6129,'1000','181747761625','2025-05-20 20:21:24',200.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6130,'4000','181747761625','2025-05-20 20:21:24',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(6131,'4000','181747761625','2025-05-20 20:20:25',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6132,'1000','181747764237','2025-05-20 21:03:58',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6133,'4000','181747764237','2025-05-20 21:03:58',NULL,150.00,'','18','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(6134,'1000','181747764459','2025-05-20 21:07:41',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6135,'4000','181747764459','2025-05-20 21:07:41',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(6136,'1000','181747765488','2025-05-20 21:25:20',350.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6137,'4000','181747765488','2025-05-20 21:25:20',NULL,300.00,'','18','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(6138,'4000','181747765488','2025-05-20 21:24:48',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(6139,'1000','191747766511','2025-05-20 21:41:52',30.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6140,'4000','191747766511','2025-05-20 21:41:52',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6141,'1000','191747766558','2025-05-20 23:20:55',30.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6142,'4000','191747766558','2025-05-20 23:20:55',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6143,'1000','191747772525','2025-05-20 23:22:15',500.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6144,'4000','191747772525','2025-05-20 23:22:15',NULL,350.00,'','19','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(6145,'4000','191747772525','2025-05-20 23:22:05',NULL,150.00,'','19','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(6146,'1000','191747772676','2025-05-20 23:26:28',60.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6147,'4000','191747772676','2025-05-20 23:26:28',NULL,60.00,'','19','1','Good sold','1','','sales','56','','No',NULL,NULL,''),(6148,'1000','191747773368','2025-05-20 23:36:10',20.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6149,'4000','191747773368','2025-05-20 23:36:10',NULL,20.00,'','19','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(6150,'1000','191747774735','2025-05-20 23:58:57',150.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6151,'4000','191747774735','2025-05-20 23:58:57',NULL,150.00,'','19','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(6152,'1000','191747805915','2025-05-21 08:38:42',100.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6153,'4000','191747805915','2025-05-21 08:38:42',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6154,'4000','191747805915','2025-05-21 08:38:35',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6155,'1000','191747806079','2025-05-21 08:41:42',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6156,'4000','191747806079','2025-05-21 08:41:42',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6157,'1000','191747806171','2025-05-21 08:44:13',150.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6158,'4000','191747806171','2025-05-21 08:44:13',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6159,'4000','191747806171','2025-05-21 08:42:51',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6160,'4000','191747806171','2025-05-21 08:44:06',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6161,'1000','191747807586','2025-05-21 09:06:28',150.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6162,'4000','191747807586','2025-05-21 09:06:28',NULL,150.00,'','19','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(6163,'1000','191747807668','2025-05-21 09:08:37',260.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6164,'4000','191747807668','2025-05-21 09:08:37',NULL,200.00,'','19','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(6165,'4000','191747807668','2025-05-21 09:07:48',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6166,'4000','191747807668','2025-05-21 09:08:21',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6167,'1000','181747812193','2025-05-21 10:23:33',350.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6168,'4000','181747812193','2025-05-21 10:23:33',NULL,200.00,'','18','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(6169,'4000','181747812193','2025-05-21 10:23:13',NULL,150.00,'','18','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(6170,'1110','221747813102','2025-05-21 10:38:52',NULL,0.00,'','22','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(6171,'1110','221747813102','2025-05-21 10:38:22',NULL,1.00,'','22','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(6172,'1110','221747813102','2025-05-21 10:38:44',NULL,0.00,'','22','1','Inventory sold','1','','sales','7','','No',NULL,NULL,''),(6173,'5500','221747813102','2025-05-21 10:38:50',1.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6174,'1000','221747813102','2025-05-21 10:38:52',170.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6175,'4000','221747813102','2025-05-21 10:38:52',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6176,'4000','221747813102','2025-05-21 10:38:22',NULL,100.00,'','22','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(6177,'4000','221747813102','2025-05-21 10:38:44',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(6178,'1000','221747815486','2025-05-21 11:31:32',170.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6179,'4000','221747815486','2025-05-21 11:31:32',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6180,'4000','221747815486','2025-05-21 11:18:06',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(6181,'4000','221747815486','2025-05-21 11:20:33',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(6182,'4000','221747815486','2025-05-21 11:31:22',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(6183,'1000','181747817971','2025-05-21 12:00:45',220.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6184,'4000','181747817971','2025-05-21 12:00:45',NULL,100.00,'','18','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(6185,'4000','181747817971','2025-05-21 11:59:31',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(6186,'4000','181747817971','2025-05-21 12:00:12',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(6187,'1000','181747820161','2025-05-21 12:36:05',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6188,'4000','181747820161','2025-05-21 12:36:05',NULL,100.00,'','18','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(6192,'1000','221747821308','2025-05-21 12:56:18',200.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6193,'4000','221747821308','2025-05-21 12:56:18',NULL,150.00,'','22','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(6194,'4000','221747821308','2025-05-21 12:55:08',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(6195,'1000','221747820739','2025-05-21 12:46:31',200.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6196,'4000','221747820739','2025-05-21 12:46:31',NULL,150.00,'','22','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(6197,'4000','221747820739','2025-05-21 12:45:39',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(6198,'1000','221747821888','2025-05-21 13:06:01',150.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6199,'4000','221747821888','2025-05-21 13:06:01',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(6200,'4000','221747821888','2025-05-21 13:04:49',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(6201,'4000','221747821888','2025-05-21 13:04:58',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(6202,'4000','221747821888','2025-05-21 13:05:09',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(6203,'4000','221747821888','2025-05-21 13:05:15',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(6204,'4000','221747821888','2025-05-21 13:05:23',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(6207,'1000','181747822049','2025-05-21 13:07:32',200.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6208,'4000','181747822049','2025-05-21 13:07:32',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(6209,'4000','181747822049','2025-05-21 13:07:29',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(6210,'1000','181747823736','2025-05-21 13:37:30',360.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6211,'4000','181747823736','2025-05-21 13:37:30',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(6212,'4000','181747823736','2025-05-21 13:35:37',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(6213,'4000','181747823736','2025-05-21 13:35:43',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(6214,'4000','181747823736','2025-05-21 13:35:50',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(6215,'4000','181747823736','2025-05-21 13:36:10',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(6216,'4000','181747823736','2025-05-21 13:36:28',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(6217,'4000','181747823736','2025-05-21 13:36:38',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(6218,'4000','181747823736','2025-05-21 13:36:45',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(6219,'4000','181747823736','2025-05-21 13:36:56',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6220,'4000','181747823736','2025-05-21 13:37:05',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(6233,'1000','181747824171','2025-05-21 13:42:54',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6234,'4000','181747824171','2025-05-21 13:42:54',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(6235,'4000','181747824171','2025-05-21 13:42:51',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(6236,'1000','221747825371','2025-05-21 14:04:27',930.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6237,'4000','221747825371','2025-05-21 14:04:27',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(6238,'4000','221747825371','2025-05-21 14:02:51',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(6239,'4000','221747825371','2025-05-21 14:02:58',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(6240,'4000','221747825371','2025-05-21 14:03:05',NULL,200.00,'','22','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(6241,'4000','221747825371','2025-05-21 14:03:45',NULL,200.00,'','22','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(6242,'4000','221747825371','2025-05-21 14:03:56',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(6243,'4000','221747825371','2025-05-21 14:04:16',NULL,280.00,'','22','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(6244,'4000','221747825371','2025-05-21 14:04:23',NULL,50.00,'','22','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(6245,'1000','181747826841','2025-05-21 14:27:25',20.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6246,'4000','181747826841','2025-05-21 14:27:25',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(6247,'1000','181747827329','2025-05-21 14:35:37',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6248,'4000','181747827329','2025-05-21 14:35:37',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6249,'1000','221747824370','2025-05-21 13:46:14',250.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6250,'4000','221747824370','2025-05-21 13:46:14',NULL,200.00,'','22','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(6251,'4000','221747824370','2025-05-21 13:46:10',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(6252,'1000','221747829226','2025-05-21 15:07:09',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6253,'4000','221747829226','2025-05-21 15:07:09',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(6254,'1000','221747829587','2025-05-21 15:13:09',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6255,'4000','221747829587','2025-05-21 15:13:09',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6256,'1000','221747829704','2025-05-21 15:15:09',250.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6257,'4000','221747829704','2025-05-21 15:15:09',NULL,250.00,'','22','1','Good sold','1','','sales','69','','No',NULL,NULL,''),(6258,'1000','221747832090','2025-05-21 15:54:59',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6259,'4000','221747832090','2025-05-21 15:54:59',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6260,'4000','221747832090','2025-05-21 15:54:51',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6261,'1000','181747833385','2025-05-21 16:16:29',200.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6262,'4000','181747833385','2025-05-21 16:16:29',NULL,200.00,'','18','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(6263,'1000','181747833830','2025-05-21 16:23:54',60.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6264,'4000','181747833830','2025-05-21 16:23:54',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(6271,'1000','181747834514','2025-05-21 16:35:54',1130.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6272,'4000','181747834514','2025-05-21 16:35:54',NULL,300.00,'','18','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(6273,'4000','181747834514','2025-05-21 16:35:14',NULL,150.00,'','18','1','Good sold','1','','sales','87','','No',NULL,NULL,''),(6274,'4000','181747834514','2025-05-21 16:35:52',NULL,200.00,'','18','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(6275,'4000','181747834514','2025-05-21 16:53:49',NULL,200.00,'','18','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(6276,'4000','181747834514','2025-05-21 16:53:56',NULL,280.00,'','18','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(6277,'1000','181747834257','2025-05-21 16:32:15',400.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6278,'4000','181747834257','2025-05-21 16:32:15',NULL,200.00,'','18','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(6279,'4000','181747834257','2025-05-21 16:30:57',NULL,150.00,'','18','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(6280,'4000','181747834257','2025-05-21 16:32:09',NULL,50.00,'','18','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(6281,'1000','181747836849','2025-05-21 17:14:13',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6282,'4000','181747836849','2025-05-21 17:14:13',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6285,'1000','221747838594','2025-05-21 17:43:19',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6286,'4000','221747838594','2025-05-21 17:43:19',NULL,100.00,'','22','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(6289,'1000','181747838751','2025-05-21 17:46:28',700.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6290,'4000','181747838751','2025-05-21 17:46:28',NULL,600.00,'','18','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(6291,'4000','181747838751','2025-05-21 17:45:52',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(6292,'4000','181747838751','2025-05-21 17:46:20',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(6304,'1000','221747838670','2025-05-21 17:44:35',180.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6305,'4000','221747838670','2025-05-21 17:44:35',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6306,'4000','221747838670','2025-05-21 17:44:31',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6307,'4000','221747838670','2025-05-21 17:54:54',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6308,'4000','221747838670','2025-05-21 18:15:01',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6311,'1000','221747841248','2025-05-21 18:27:41',260.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6312,'4000','221747841248','2025-05-21 18:27:41',NULL,150.00,'','22','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(6313,'4000','221747841248','2025-05-21 18:27:29',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(6314,'4000','221747841248','2025-05-21 18:34:08',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(6335,'1000','221747842455','2025-05-21 18:48:49',900.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6336,'4000','221747842455','2025-05-21 18:48:49',NULL,300.00,'','22','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(6337,'4000','221747842455','2025-05-21 18:47:35',NULL,300.00,'','22','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(6338,'4000','221747842455','2025-05-21 18:47:56',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(6339,'4000','221747842455','2025-05-21 18:48:23',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(6340,'4000','221747842455','2025-05-21 18:48:29',NULL,50.00,'','22','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(6341,'4000','221747842455','2025-05-21 18:48:46',NULL,50.00,'','22','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(6342,'4000','221747842455','2025-05-21 19:26:42',NULL,100.00,'','22','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(6343,'1000','221747840552','2025-05-21 18:16:24',420.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6344,'4000','221747840552','2025-05-21 18:16:24',NULL,200.00,'','22','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(6345,'4000','221747840552','2025-05-21 18:15:52',NULL,60.00,'','22','1','Good sold','1','','sales','56','','No',NULL,NULL,''),(6346,'4000','221747840552','2025-05-21 18:16:20',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6347,'4000','221747840552','2025-05-21 18:49:44',NULL,60.00,'','22','1','Good sold','1','','sales','56','','No',NULL,NULL,''),(6348,'4000','221747840552','2025-05-21 19:31:56',NULL,50.00,'','22','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(6349,'1000','221747841791','2025-05-21 18:36:34',540.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6350,'4000','221747841791','2025-05-21 18:36:34',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6351,'4000','221747841791','2025-05-21 18:36:32',NULL,150.00,'','22','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(6352,'4000','221747841791','2025-05-21 19:00:23',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(6353,'4000','221747841791','2025-05-21 19:01:16',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(6354,'4000','221747841791','2025-05-21 19:01:22',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(6355,'4000','221747841791','2025-05-21 19:16:20',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(6356,'4000','221747841791','2025-05-21 19:16:50',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6357,'4000','221747841791','2025-05-21 19:18:39',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6360,'1000','221747845946','2025-05-21 19:45:49',300.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6361,'4000','221747845946','2025-05-21 19:45:49',NULL,150.00,'','22','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(6362,'4000','221747845946','2025-05-21 19:45:47',NULL,150.00,'','22','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(6379,'1000','181747837370','2025-05-21 17:22:53',2180.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6380,'4000','181747837370','2025-05-21 17:22:53',NULL,80.00,'','18','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(6381,'4000','181747837370','2025-05-21 17:22:50',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(6382,'4000','181747837370','2025-05-21 20:08:14',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(6383,'4000','181747837370','2025-05-21 20:08:55',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(6384,'4000','181747837370','2025-05-21 20:08:59',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(6385,'4000','181747837370','2025-05-21 20:12:20',NULL,350.00,'','18','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(6386,'4000','181747837370','2025-05-21 20:16:38',NULL,350.00,'','18','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(6387,'4000','181747837370','2025-05-21 20:16:47',NULL,350.00,'','18','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(6388,'4000','181747837370','2025-05-21 20:16:57',NULL,350.00,'','18','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(6389,'4000','181747837370','2025-05-21 20:17:08',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6390,'4000','181747837370','2025-05-21 20:24:15',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6391,'4000','181747837370','2025-05-21 20:24:20',NULL,100.00,'','18','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(6392,'4000','181747837370','2025-05-21 20:24:34',NULL,100.00,'','18','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(6393,'4000','181747837370','2025-05-21 20:24:39',NULL,100.00,'','18','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(6394,'1000','221747848601','2025-05-21 20:30:06',150.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6395,'4000','221747848601','2025-05-21 20:30:06',NULL,150.00,'','22','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(6396,'1000','181747848847','2025-05-21 20:35:14',400.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6397,'4000','181747848847','2025-05-21 20:35:14',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(6398,'4000','181747848847','2025-05-21 20:34:07',NULL,100.00,'','18','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(6399,'4000','181747848847','2025-05-21 20:34:49',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6400,'4000','181747848847','2025-05-21 20:35:02',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6401,'4000','181747848847','2025-05-21 20:35:08',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6412,'1000','181747848975','2025-05-21 20:37:43',930.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6413,'4000','181747848975','2025-05-21 20:37:43',NULL,180.00,'','18','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(6414,'4000','181747848975','2025-05-21 20:36:15',NULL,180.00,'','18','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(6415,'4000','181747848975','2025-05-21 20:36:20',NULL,50.00,'','18','1','Good sold','1','','sales','97','','No',NULL,NULL,''),(6416,'4000','181747848975','2025-05-21 20:36:34',NULL,100.00,'','18','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(6417,'4000','181747848975','2025-05-21 20:36:47',NULL,100.00,'','18','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(6418,'4000','181747848975','2025-05-21 20:36:53',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(6419,'4000','181747848975','2025-05-21 20:37:07',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6420,'4000','181747848975','2025-05-21 20:37:20',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(6421,'4000','181747848975','2025-05-21 20:37:35',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(6422,'4000','181747848975','2025-05-21 20:37:40',NULL,100.00,'','18','1','Good sold','1','','sales','76','','No',NULL,NULL,''),(6423,'1000','181747850733','2025-05-21 21:06:15',250.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6424,'4000','181747850733','2025-05-21 21:06:15',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(6425,'4000','181747850733','2025-05-21 21:05:33',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(6426,'4000','181747850733','2025-05-21 21:05:48',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(6427,'4000','181747850733','2025-05-21 21:05:56',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(6428,'4000','181747850733','2025-05-21 21:06:02',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(6429,'1000','221747851418','2025-05-21 21:16:59',180.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6430,'4000','221747851418','2025-05-21 21:16:59',NULL,180.00,'','22','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(6431,'1000','191747855780','2025-05-21 22:30:11',180.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6432,'4000','191747855780','2025-05-21 22:30:11',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6433,'4000','191747855780','2025-05-21 22:29:40',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6434,'4000','191747855780','2025-05-21 22:29:45',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6435,'4000','191747855780','2025-05-21 22:29:50',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6436,'4000','191747855780','2025-05-21 22:29:57',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6437,'4000','191747855780','2025-05-21 22:30:03',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6438,'1000','191747856098','2025-05-21 22:35:17',70.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6439,'4000','191747856098','2025-05-21 22:35:17',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6440,'4000','191747856098','2025-05-21 22:34:58',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(6441,'1000','191747862191','2025-05-22 00:16:33',200.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6442,'4000','191747862191','2025-05-22 00:16:33',NULL,200.00,'','19','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(6443,'1000','191747864515','2025-05-22 00:55:16',150.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6444,'4000','191747864515','2025-05-22 00:55:16',NULL,150.00,'','19','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(6445,'1000','191747865181','2025-05-22 01:06:23',20.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6446,'4000','191747865181','2025-05-22 01:06:23',NULL,20.00,'','19','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(6447,'1000','191747889954','2025-05-22 07:59:16',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6448,'4000','191747889954','2025-05-22 07:59:16',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6449,'1000','191747890055','2025-05-22 08:01:32',230.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6450,'4000','191747890055','2025-05-22 08:01:32',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6451,'4000','191747890055','2025-05-22 08:00:55',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6452,'4000','191747890055','2025-05-22 08:00:59',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6453,'4000','191747890055','2025-05-22 08:01:04',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6454,'4000','191747890055','2025-05-22 08:01:09',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6455,'1000','191747891722','2025-05-22 08:28:48',100.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6456,'4000','191747891722','2025-05-22 08:28:48',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6457,'4000','191747891722','2025-05-22 08:28:42',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6458,'1000','191747892764','2025-05-22 08:47:08',270.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6459,'4000','191747892764','2025-05-22 08:47:08',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6460,'4000','191747892764','2025-05-22 08:46:04',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6461,'4000','191747892764','2025-05-22 08:46:15',NULL,100.00,'','19','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(6462,'4000','191747892764','2025-05-22 08:46:26',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(6463,'4000','191747892764','2025-05-22 08:46:48',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(6464,'4000','191747892764','2025-05-22 08:47:00',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6465,'1000','191747893560','2025-05-22 08:59:22',30.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6466,'4000','191747893560','2025-05-22 08:59:22',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6467,'1000','191747894503','2025-05-22 09:15:39',160.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6468,'4000','191747894503','2025-05-22 09:15:39',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6469,'4000','191747894503','2025-05-22 09:15:03',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6470,'4000','191747894503','2025-05-22 09:15:05',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6471,'4000','191747894503','2025-05-22 09:15:19',NULL,50.00,'','19','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(6472,'1000','221747897428','2025-05-22 10:04:09',40.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6473,'4000','221747897428','2025-05-22 10:04:09',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(6474,'4000','221747897428','2025-05-22 10:03:48',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(6475,'1000','181747900836','2025-05-22 11:01:05',130.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6476,'4000','181747900836','2025-05-22 11:01:05',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6477,'4000','181747900836','2025-05-22 11:00:36',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6478,'4000','181747900836','2025-05-22 11:00:45',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6479,'4000','181747900836','2025-05-22 11:00:50',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(6480,'4000','181747900836','2025-05-22 11:00:59',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(6481,'1000','221747901191','2025-05-22 11:06:34',150.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6482,'4000','221747901191','2025-05-22 11:06:34',NULL,150.00,'','22','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(6487,'1000','181747902399','2025-05-22 11:26:41',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6488,'4000','181747902399','2025-05-22 11:26:41',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(6489,'1000','221747903278','2025-05-22 11:41:21',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6490,'4000','221747903278','2025-05-22 11:41:21',NULL,50.00,'','22','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(6494,'1000','221747903705','2025-05-22 11:48:38',130.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6495,'4000','221747903705','2025-05-22 11:48:38',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(6496,'4000','221747903705','2025-05-22 11:48:25',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(6497,'4000','221747903705','2025-05-22 11:48:36',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6498,'1000','181747904912','2025-05-22 12:09:05',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6499,'4000','181747904912','2025-05-22 12:09:05',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6500,'4000','181747904912','2025-05-22 12:08:32',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(6503,'1000','181747907091','2025-05-22 12:44:52',250.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6504,'4000','181747907091','2025-05-22 12:44:52',NULL,200.00,'','18','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(6505,'4000','181747907091','2025-05-22 12:44:51',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6506,'1000','221747908474','2025-05-22 13:07:57',150.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6507,'4000','221747908474','2025-05-22 13:07:57',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(6508,'1000','221747908943','2025-05-22 13:15:45',60.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6509,'4000','221747908943','2025-05-22 13:15:45',NULL,60.00,'','22','1','Good sold','1','','sales','56','','No',NULL,NULL,''),(6510,'1000','221747913361','2025-05-22 14:29:54',80.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6511,'4000','221747913361','2025-05-22 14:29:54',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6512,'4000','221747913361','2025-05-22 14:29:21',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6513,'1000','181747914460','2025-05-22 14:47:50',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6514,'4000','181747914460','2025-05-22 14:47:50',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(6515,'4000','181747914460','2025-05-22 14:47:40',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(6516,'1000','181747914617','2025-05-22 14:50:20',200.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6517,'4000','181747914617','2025-05-22 14:50:20',NULL,200.00,'','18','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(6518,'1000','181747917176','2025-05-22 15:33:15',200.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6519,'4000','181747917176','2025-05-22 15:33:15',NULL,150.00,'','18','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(6520,'4000','181747917176','2025-05-22 15:32:56',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6521,'1000','181747917697','2025-05-22 15:41:48',450.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6522,'4000','181747917697','2025-05-22 15:41:48',NULL,300.00,'','18','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(6523,'4000','181747917697','2025-05-22 15:41:37',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(6524,'1000','181747917733','2025-05-22 15:42:15',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6525,'4000','181747917733','2025-05-22 15:42:15',NULL,100.00,'','18','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(6526,'1000','181747918981','2025-05-22 16:03:04',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6527,'4000','181747918981','2025-05-22 16:03:04',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(6528,'1000','181747920109','2025-05-22 16:22:07',450.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6529,'4000','181747920109','2025-05-22 16:22:07',NULL,300.00,'','18','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(6530,'4000','181747920109','2025-05-22 16:21:49',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(6531,'1000','221747921816','2025-05-22 16:50:30',200.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6532,'4000','221747921816','2025-05-22 16:50:30',NULL,100.00,'','22','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(6533,'4000','221747921816','2025-05-22 16:50:16',NULL,100.00,'','22','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(6534,'1110','221747923941','2025-05-22 17:26:54',NULL,1.00,'','22','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(6535,'1110','221747923941','2025-05-22 17:25:42',NULL,0.00,'','22','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(6536,'1110','221747923941','2025-05-22 17:26:01',NULL,0.00,'','22','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(6537,'1110','221747923941','2025-05-22 17:26:19',NULL,0.00,'','22','1','Inventory sold','1','','sales','59','','No',NULL,NULL,''),(6538,'5500','221747923941','2025-05-22 17:26:49',1.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6539,'1000','221747923941','2025-05-22 17:26:54',260.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6540,'4000','221747923941','2025-05-22 17:26:54',NULL,100.00,'','22','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(6541,'4000','221747923941','2025-05-22 17:25:42',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(6542,'4000','221747923941','2025-05-22 17:26:01',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(6543,'4000','221747923941','2025-05-22 17:26:19',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(6547,'1000','221747924064','2025-05-22 17:28:18',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6548,'4000','221747924064','2025-05-22 17:28:18',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6549,'4000','221747924064','2025-05-22 17:27:44',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6550,'4000','221747924064','2025-05-22 17:28:14',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(6551,'1000','221747925475','2025-05-22 17:52:21',160.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6552,'4000','221747925475','2025-05-22 17:52:21',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(6553,'4000','221747925475','2025-05-22 17:51:15',NULL,60.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(6554,'4000','221747925475','2025-05-22 17:51:18',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(6558,'1000','221747925737','2025-05-22 17:55:42',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6559,'4000','221747925737','2025-05-22 17:55:42',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(6560,'1000','221747926098','2025-05-22 18:07:55',130.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6561,'4000','221747926098','2025-05-22 18:07:55',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6562,'4000','221747926098','2025-05-22 18:01:38',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(6563,'4000','221747926098','2025-05-22 18:03:52',NULL,50.00,'','22','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(6564,'1000','221747925660','2025-05-22 17:54:45',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6565,'4000','221747925660','2025-05-22 17:54:45',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6566,'4000','221747925660','2025-05-22 17:54:21',NULL,50.00,'','22','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(6567,'4000','221747925660','2025-05-22 17:54:40',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(6572,'1000','181747927144','2025-05-22 18:20:07',700.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6573,'4000','181747927144','2025-05-22 18:20:07',NULL,300.00,'','18','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(6574,'4000','181747927144','2025-05-22 18:19:05',NULL,300.00,'','18','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(6575,'4000','181747927144','2025-05-22 18:19:40',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(6576,'4000','181747927144','2025-05-22 18:19:58',NULL,50.00,'','18','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(6577,'1000','181747927420','2025-05-22 18:25:21',340.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6578,'4000','181747927420','2025-05-22 18:25:21',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(6579,'4000','181747927420','2025-05-22 18:23:40',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(6580,'4000','181747927420','2025-05-22 18:23:55',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(6581,'4000','181747927420','2025-05-22 18:24:01',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(6582,'4000','181747927420','2025-05-22 18:24:16',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6583,'4000','181747927420','2025-05-22 18:24:56',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(6584,'1000','181747929317','2025-05-22 18:55:20',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6585,'4000','181747929317','2025-05-22 18:55:20',NULL,50.00,'','18','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(6586,'1000','221747930884','2025-05-22 19:21:33',20.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6587,'4000','221747930884','2025-05-22 19:21:33',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(6593,'1000','181747932646','2025-05-22 19:57:38',250.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6594,'4000','181747932646','2025-05-22 19:57:38',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(6595,'4000','181747932646','2025-05-22 19:50:46',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(6596,'4000','181747932646','2025-05-22 19:51:01',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(6597,'4000','181747932646','2025-05-22 19:51:32',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(6598,'4000','181747932646','2025-05-22 19:57:07',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(6609,'1000','221747933370','2025-05-22 20:02:55',450.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6610,'4000','221747933370','2025-05-22 20:02:55',NULL,200.00,'','22','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(6611,'4000','221747933370','2025-05-22 20:02:50',NULL,150.00,'','22','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(6612,'4000','221747933370','2025-05-22 20:06:47',NULL,100.00,'','22','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(6613,'1000','221747932806','2025-05-22 19:54:20',1420.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6614,'4000','221747932806','2025-05-22 19:54:20',NULL,350.00,'','22','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(6615,'4000','221747932806','2025-05-22 19:53:26',NULL,350.00,'','22','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(6616,'4000','221747932806','2025-05-22 19:53:49',NULL,350.00,'','22','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(6617,'4000','221747932806','2025-05-22 19:53:55',NULL,350.00,'','22','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(6618,'4000','221747932806','2025-05-22 19:54:08',NULL,20.00,'','22','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(6619,'1110','221747933280','2025-05-22 20:02:01',NULL,0.00,'','22','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(6620,'1110','221747933280','2025-05-22 20:01:20',NULL,20.00,'','22','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(6621,'1110','221747933280','2025-05-22 20:01:53',NULL,20.00,'','22','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(6622,'1110','221747933280','2025-05-22 20:01:59',NULL,0.00,'','22','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(6623,'5500','221747933280','2025-05-22 20:19:10',40.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(6624,'1000','221747933280','2025-05-22 20:02:01',140.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6625,'4000','221747933280','2025-05-22 20:02:01',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6626,'4000','221747933280','2025-05-22 20:01:20',NULL,20.00,'','22','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(6627,'4000','221747933280','2025-05-22 20:01:53',NULL,20.00,'','22','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(6628,'4000','221747933280','2025-05-22 20:01:59',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(6629,'1000','221747934604','2025-05-22 20:23:50',70.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6630,'4000','221747934604','2025-05-22 20:23:50',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6631,'4000','221747934604','2025-05-22 20:23:24',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(6632,'1000','191747938673','2025-05-22 21:31:23',90.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6633,'4000','191747938673','2025-05-22 21:31:23',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6634,'4000','191747938673','2025-05-22 21:31:13',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6635,'4000','191747938673','2025-05-22 21:31:17',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6636,'1000','191747947436','2025-05-22 23:57:17',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6637,'4000','191747947436','2025-05-22 23:57:17',NULL,50.00,'','19','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(6638,'1000','191747966567','2025-05-23 05:18:47',420.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6639,'4000','191747966567','2025-05-23 05:18:47',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6640,'4000','191747966567','2025-05-23 05:16:07',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6641,'4000','191747966567','2025-05-23 05:16:13',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6642,'4000','191747966567','2025-05-23 05:16:17',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6643,'4000','191747966567','2025-05-23 05:16:21',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6644,'4000','191747966567','2025-05-23 05:16:26',NULL,50.00,'','19','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(6645,'4000','191747966567','2025-05-23 05:18:03',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6646,'4000','191747966567','2025-05-23 05:18:22',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6647,'4000','191747966567','2025-05-23 05:18:27',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(6648,'4000','191747966567','2025-05-23 05:18:32',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(6649,'4000','191747966567','2025-05-23 05:18:41',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(6650,'1000','191747975652','2025-05-23 07:47:56',170.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6651,'4000','191747975652','2025-05-23 07:47:56',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6652,'4000','191747975652','2025-05-23 07:47:32',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(6653,'4000','191747975652','2025-05-23 07:47:50',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(6654,'1000','191747976254','2025-05-23 07:57:39',40.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6655,'4000','191747976254','2025-05-23 07:57:39',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(6656,'4000','191747976254','2025-05-23 07:57:34',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(6657,'1000','221747979698','2025-05-23 08:55:05',40.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6658,'4000','221747979698','2025-05-23 08:55:05',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(6659,'4000','221747979698','2025-05-23 08:54:58',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(6660,'1000','221747980843','2025-05-23 09:14:05',30.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6661,'4000','221747980843','2025-05-23 09:14:05',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6662,'1000','111747982292','2025-05-23 09:38:14',30.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6663,'4000','111747982292','2025-05-23 09:38:14',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6664,'1000','111747983916','2025-05-23 10:05:22',60.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6665,'4000','111747983916','2025-05-23 10:05:22',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6666,'4000','111747983916','2025-05-23 10:05:16',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6667,'1000','111747985245','2025-05-23 10:28:02',210.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6668,'4000','111747985245','2025-05-23 10:28:02',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6669,'4000','111747985245','2025-05-23 10:27:25',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6670,'4000','111747985245','2025-05-23 10:27:30',NULL,100.00,'','11','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(6671,'4000','111747985245','2025-05-23 10:27:42',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(6672,'1000','111747987448','2025-05-23 11:04:10',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6673,'4000','111747987448','2025-05-23 11:04:10',NULL,150.00,'','11','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(6674,'1000','111747989228','2025-05-23 11:33:59',100.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6675,'4000','111747989228','2025-05-23 11:33:59',NULL,50.00,'','11','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(6676,'4000','111747989228','2025-05-23 11:33:48',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(6680,'1000','111747991865','2025-05-23 12:17:47',100.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6681,'4000','111747991865','2025-05-23 12:17:47',NULL,100.00,'','11','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(6682,'1000','111747991899','2025-05-23 12:18:20',180.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6683,'4000','111747991899','2025-05-23 12:18:20',NULL,180.00,'','11','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(6684,'1000','111747991819','2025-05-23 12:17:08',190.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6685,'4000','111747991819','2025-05-23 12:17:08',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6686,'4000','111747991819','2025-05-23 12:16:59',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6687,'4000','111747991819','2025-05-23 12:17:07',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6688,'4000','111747991819','2025-05-23 12:34:07',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6689,'4000','111747991819','2025-05-23 12:34:10',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6690,'1000','221747994491','2025-05-23 13:02:09',900.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6691,'4000','221747994491','2025-05-23 13:02:09',NULL,300.00,'','22','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(6692,'4000','221747994491','2025-05-23 13:01:31',NULL,300.00,'','22','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(6693,'4000','221747994491','2025-05-23 13:01:38',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(6694,'4000','221747994491','2025-05-23 13:02:02',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(6710,'1000','221747995311','2025-05-23 13:15:12',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6711,'4000','221747995311','2025-05-23 13:15:12',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6712,'1000','111747993990','2025-05-23 13:09:36',610.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6713,'4000','111747993990','2025-05-23 13:09:36',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(6714,'4000','111747993990','2025-05-23 12:53:10',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(6715,'4000','111747993990','2025-05-23 12:53:15',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(6716,'4000','111747993990','2025-05-23 12:53:19',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(6717,'4000','111747993990','2025-05-23 12:53:24',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(6718,'4000','111747993990','2025-05-23 12:53:28',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(6719,'4000','111747993990','2025-05-23 12:53:33',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(6720,'4000','111747993990','2025-05-23 12:53:38',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(6721,'4000','111747993990','2025-05-23 12:53:44',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6722,'4000','111747993990','2025-05-23 12:58:11',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6723,'4000','111747993990','2025-05-23 12:58:15',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6724,'4000','111747993990','2025-05-23 13:09:15',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6725,'4000','111747993990','2025-05-23 13:09:21',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6726,'4000','111747993990','2025-05-23 13:09:30',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6727,'4000','111747993990','2025-05-23 13:09:34',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6728,'1000','111747996864','2025-05-23 13:41:06',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6729,'4000','111747996864','2025-05-23 13:41:06',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6730,'1000','221747996955','2025-05-23 13:43:00',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6731,'4000','221747996955','2025-05-23 13:43:00',NULL,100.00,'','22','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6732,'1000','111747997098','2025-05-23 13:45:00',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6733,'4000','111747997098','2025-05-23 13:45:00',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(6734,'1000','111747998327','2025-05-23 14:05:51',110.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6735,'4000','111747998327','2025-05-23 14:05:51',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6736,'4000','111747998327','2025-05-23 14:05:27',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6737,'4000','111747998327','2025-05-23 14:05:40',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6738,'1000','111747998382','2025-05-23 14:06:35',80.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6739,'4000','111747998382','2025-05-23 14:06:35',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6740,'4000','111747998382','2025-05-23 14:06:22',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6741,'1000','221747998490','2025-05-23 14:08:12',300.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6742,'4000','221747998490','2025-05-23 14:08:12',NULL,300.00,'','22','1','Good sold','1','','sales','93','','No',NULL,NULL,''),(6743,'1000','221747999336','2025-05-23 14:22:57',350.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6744,'4000','221747999336','2025-05-23 14:22:57',NULL,300.00,'','22','1','Good sold','1','','sales','93','','No',NULL,NULL,''),(6745,'4000','221747999336','2025-05-23 14:22:16',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(6748,'1000','221747999661','2025-05-23 14:27:43',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6749,'4000','221747999661','2025-05-23 14:27:43',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6752,'1000','111747999515','2025-05-23 14:33:05',800.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6753,'4000','111747999515','2025-05-23 14:33:05',NULL,600.00,'','11','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(6754,'4000','111747999515','2025-05-23 14:25:15',NULL,50.00,'','11','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(6755,'4000','111747999515','2025-05-23 14:25:37',NULL,150.00,'','11','1','Good sold','1','','sales','87','','No',NULL,NULL,''),(6756,'1000','111748000028','2025-05-23 14:34:10',130.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6757,'4000','111748000028','2025-05-23 14:34:10',NULL,100.00,'','11','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(6758,'4000','111748000028','2025-05-23 14:33:48',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6759,'1000','111748000268','2025-05-23 14:38:12',180.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6760,'4000','111748000268','2025-05-23 14:38:12',NULL,150.00,'','11','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(6761,'4000','111748000268','2025-05-23 14:37:48',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6766,'1000','111748002278','2025-05-23 15:11:20',200.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6767,'4000','111748002278','2025-05-23 15:11:20',NULL,200.00,'','11','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(6768,'1000','221747999739','2025-05-23 14:29:01',510.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6769,'4000','221747999739','2025-05-23 14:29:01',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(6770,'4000','221747999739','2025-05-23 14:28:59',NULL,350.00,'','22','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(6771,'4000','221747999739','2025-05-23 14:44:51',NULL,50.00,'','22','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(6772,'4000','221747999739','2025-05-23 14:45:12',NULL,60.00,'','22','1','Good sold','1','','sales','56','','No',NULL,NULL,''),(6775,'1000','111748003769','2025-05-23 15:45:08',200.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6776,'4000','111748003769','2025-05-23 15:45:08',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(6777,'4000','111748003769','2025-05-23 15:36:09',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(6778,'4000','111748003769','2025-05-23 15:44:49',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(6779,'4000','111748003769','2025-05-23 15:44:59',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(6780,'1000','221748004988','2025-05-23 15:59:49',500.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6781,'4000','221748004988','2025-05-23 15:59:49',NULL,300.00,'','22','1','Good sold','1','','sales','93','','No',NULL,NULL,''),(6782,'4000','221748004988','2025-05-23 15:56:28',NULL,100.00,'','22','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(6783,'4000','221748004988','2025-05-23 15:59:39',NULL,100.00,'','22','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(6787,'1000','221747999447','2025-05-23 14:24:11',480.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6788,'4000','221747999447','2025-05-23 14:24:11',NULL,150.00,'','22','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(6789,'4000','221747999447','2025-05-23 14:24:07',NULL,150.00,'','22','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(6790,'4000','221747999447','2025-05-23 16:02:18',NULL,180.00,'','22','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6793,'1000','111748007194','2025-05-23 16:33:16',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6794,'4000','111748007194','2025-05-23 16:33:16',NULL,100.00,'','11','1','Good sold','1','','sales','76','','No',NULL,NULL,''),(6795,'4000','111748007194','2025-05-23 16:33:14',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6813,'1000','111748011131','2025-05-23 17:39:36',610.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6814,'4000','111748011131','2025-05-23 17:39:36',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(6815,'4000','111748011131','2025-05-23 17:38:51',NULL,200.00,'','11','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(6816,'4000','111748011131','2025-05-23 17:39:14',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(6817,'4000','111748011131','2025-05-23 17:39:31',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6818,'4000','111748011131','2025-05-23 18:10:11',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6819,'4000','111748011131','2025-05-23 18:10:36',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6820,'4000','111748011131','2025-05-23 18:10:46',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(6821,'4000','111748011131','2025-05-23 18:11:22',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6822,'1000','111748013476','2025-05-23 18:21:46',400.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6823,'4000','111748013476','2025-05-23 18:21:46',NULL,200.00,'','11','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(6824,'4000','111748013476','2025-05-23 18:17:56',NULL,200.00,'','11','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(6825,'1000','111748011328','2025-05-23 17:51:52',240.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6826,'4000','111748011328','2025-05-23 17:51:52',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6827,'4000','111748011328','2025-05-23 17:42:08',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6828,'4000','111748011328','2025-05-23 17:42:14',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(6829,'4000','111748011328','2025-05-23 17:51:43',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(6830,'4000','111748011328','2025-05-23 17:51:49',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6831,'4000','111748011328','2025-05-23 18:23:16',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6837,'1000','221748015891','2025-05-23 19:10:33',710.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6838,'4000','221748015891','2025-05-23 19:10:33',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6839,'4000','221748015891','2025-05-23 18:58:11',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(6840,'4000','221748015891','2025-05-23 18:58:51',NULL,250.00,'','22','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(6841,'4000','221748015891','2025-05-23 18:59:16',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6842,'4000','221748015891','2025-05-23 19:09:48',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(6843,'4000','221748015891','2025-05-23 19:10:10',NULL,280.00,'','22','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(6844,'1000','221748014581','2025-05-23 18:37:03',350.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6845,'4000','221748014581','2025-05-23 18:37:03',NULL,150.00,'','22','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(6846,'4000','221748014581','2025-05-23 18:36:21',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6847,'4000','221748014581','2025-05-23 18:36:31',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6848,'4000','221748014581','2025-05-23 18:36:41',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6849,'4000','221748014581','2025-05-23 18:36:54',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6854,'1000','221748017340','2025-05-23 19:22:31',300.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6855,'4000','221748017340','2025-05-23 19:22:31',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(6856,'4000','221748017340','2025-05-23 19:22:20',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(6857,'1000','111748017593','2025-05-23 19:26:35',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6858,'4000','111748017593','2025-05-23 19:26:35',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6859,'1000','111748017626','2025-05-23 19:27:45',250.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6860,'4000','111748017626','2025-05-23 19:27:45',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(6861,'4000','111748017626','2025-05-23 19:27:07',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(6862,'4000','111748017626','2025-05-23 19:27:10',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(6863,'4000','111748017626','2025-05-23 19:27:16',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(6864,'4000','111748017626','2025-05-23 19:27:19',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(6865,'1000','111748017033','2025-05-23 19:19:11',275.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6866,'4000','111748017033','2025-05-23 19:19:11',NULL,150.00,'','11','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(6867,'4000','111748017033','2025-05-23 19:17:13',NULL,25.00,'','11','1','Good sold','1','','sales','49','','No',NULL,NULL,''),(6868,'4000','111748017033','2025-05-23 19:17:36',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6869,'4000','111748017033','2025-05-23 19:19:08',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6870,'1000','111748018752','2025-05-23 19:45:54',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6871,'4000','111748018752','2025-05-23 19:45:54',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6872,'1000','111748019581','2025-05-23 19:59:52',100.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6873,'4000','111748019581','2025-05-23 19:59:52',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6874,'4000','111748019581','2025-05-23 19:59:41',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6875,'1000','221748021409','2025-05-23 20:30:11',150.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6876,'4000','221748021409','2025-05-23 20:30:11',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(6880,'1000','111748022327','2025-05-23 20:45:36',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6881,'4000','111748022327','2025-05-23 20:45:36',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6882,'4000','111748022327','2025-05-23 20:45:27',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6883,'4000','111748022327','2025-05-23 20:45:35',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6884,'1000','221748022817','2025-05-23 20:54:02',650.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6885,'4000','221748022817','2025-05-23 20:54:02',NULL,300.00,'','22','1','Good sold','1','','sales','93','','No',NULL,NULL,''),(6886,'4000','221748022817','2025-05-23 20:53:37',NULL,300.00,'','22','1','Good sold','1','','sales','93','','No',NULL,NULL,''),(6887,'4000','221748022817','2025-05-23 20:53:43',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6888,'1000','221748023637','2025-05-23 21:10:26',790.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6889,'4000','221748023637','2025-05-23 21:10:26',NULL,300.00,'','22','1','Good sold','1','','sales','93','','No',NULL,NULL,''),(6890,'4000','221748023637','2025-05-23 21:07:17',NULL,300.00,'','22','1','Good sold','1','','sales','93','','No',NULL,NULL,''),(6891,'4000','221748023637','2025-05-23 21:07:22',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6892,'4000','221748023637','2025-05-23 21:07:50',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(6893,'4000','221748023637','2025-05-23 21:08:21',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(6894,'4000','221748023637','2025-05-23 21:09:22',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(6895,'4000','221748023637','2025-05-23 21:10:18',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(6896,'1000','181748025631','2025-05-23 21:41:10',380.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6897,'4000','181748025631','2025-05-23 21:41:10',NULL,80.00,'','18','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(6898,'4000','181748025631','2025-05-23 21:40:31',NULL,100.00,'','18','1','Good sold','1','','sales','91','','No',NULL,NULL,''),(6899,'4000','181748025631','2025-05-23 21:40:42',NULL,100.00,'','18','1','Good sold','1','','sales','91','','No',NULL,NULL,''),(6900,'4000','181748025631','2025-05-23 21:40:48',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6901,'4000','181748025631','2025-05-23 21:41:04',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6902,'1000','191748026393','2025-05-23 21:54:41',410.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6903,'4000','191748026393','2025-05-23 21:54:41',NULL,150.00,'','19','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(6904,'4000','191748026393','2025-05-23 21:53:13',NULL,200.00,'','19','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(6905,'4000','191748026393','2025-05-23 21:53:31',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6906,'4000','191748026393','2025-05-23 21:54:35',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6907,'1000','191748030060','2025-05-23 22:54:22',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6908,'4000','191748030060','2025-05-23 22:54:22',NULL,50.00,'','19','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(6909,'1000','191748030533','2025-05-23 23:03:15',150.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6910,'4000','191748030533','2025-05-23 23:03:15',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6911,'4000','191748030533','2025-05-23 23:02:13',NULL,50.00,'','19','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(6912,'4000','191748030533','2025-05-23 23:02:26',NULL,50.00,'','19','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(6913,'1000','191748030861','2025-05-23 23:12:59',150.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6914,'4000','191748030861','2025-05-23 23:12:59',NULL,150.00,'','19','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(6915,'1000','191748031243','2025-05-23 23:14:04',180.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6916,'4000','191748031243','2025-05-23 23:14:04',NULL,180.00,'','19','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(6917,'1000','191748031979','2025-05-23 23:26:24',100.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6918,'4000','191748031979','2025-05-23 23:26:24',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6919,'4000','191748031979','2025-05-23 23:26:19',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6920,'1000','191748032808','2025-05-23 23:40:21',360.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6921,'4000','191748032808','2025-05-23 23:40:21',NULL,180.00,'','19','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6922,'4000','191748032808','2025-05-23 23:40:08',NULL,180.00,'','19','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6923,'1000','191748033987','2025-05-23 23:59:49',100.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6924,'4000','191748033987','2025-05-23 23:59:49',NULL,100.00,'','19','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(6925,'1000','191748034093','2025-05-24 00:01:35',100.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6926,'4000','191748034093','2025-05-24 00:01:35',NULL,100.00,'','19','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(6927,'1000','191748064640','2025-05-24 08:31:25',150.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6928,'4000','191748064640','2025-05-24 08:31:25',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6929,'4000','191748064640','2025-05-24 08:30:40',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6930,'4000','191748064640','2025-05-24 08:30:45',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6934,'1000','191748064738','2025-05-24 08:32:25',620.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6935,'4000','191748064738','2025-05-24 08:32:25',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6936,'4000','191748064738','2025-05-24 08:32:18',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6937,'4000','191748064738','2025-05-24 08:32:23',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6938,'4000','191748064738','2025-05-24 08:33:38',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6939,'4000','191748064738','2025-05-24 08:33:43',NULL,180.00,'','19','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(6940,'4000','191748064738','2025-05-24 08:36:12',NULL,280.00,'','19','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(6941,'1000','191748065710','2025-05-24 08:48:48',430.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6942,'4000','191748065710','2025-05-24 08:48:48',NULL,280.00,'','19','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(6943,'4000','191748065710','2025-05-24 08:48:30',NULL,150.00,'','19','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(6944,'1000','221748067111','2025-05-24 09:11:53',30.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6945,'4000','221748067111','2025-05-24 09:11:53',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6946,'1000','191748068610','2025-05-24 09:36:52',30.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6947,'4000','191748068610','2025-05-24 09:36:52',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6948,'1000','111748072050','2025-05-24 10:34:54',190.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6949,'4000','111748072050','2025-05-24 10:34:54',NULL,100.00,'','11','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(6950,'4000','111748072050','2025-05-24 10:34:10',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6951,'4000','111748072050','2025-05-24 10:34:39',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(6952,'4000','111748072050','2025-05-24 10:34:44',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(6953,'4000','111748072050','2025-05-24 10:34:48',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(6954,'1000','221748074101','2025-05-24 11:08:23',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6955,'4000','221748074101','2025-05-24 11:08:23',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(6956,'1000','221748074710','2025-05-24 11:18:31',60.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6957,'4000','221748074710','2025-05-24 11:18:31',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(6958,'1000','221748074813','2025-05-24 11:20:20',40.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6959,'4000','221748074813','2025-05-24 11:20:20',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(6960,'4000','221748074813','2025-05-24 11:20:13',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(6961,'1000','111748077500','2025-05-24 12:11:39',310.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6962,'4000','111748077500','2025-05-24 12:11:39',NULL,280.00,'','11','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(6963,'4000','111748077500','2025-05-24 12:05:00',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6964,'1000','111748078750','2025-05-24 12:25:57',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6965,'4000','111748078750','2025-05-24 12:25:57',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(6966,'1000','111748080453','2025-05-24 12:57:21',80.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6967,'4000','111748080453','2025-05-24 12:57:21',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(6968,'4000','111748080453','2025-05-24 12:54:13',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(6969,'1000','111748080965','2025-05-24 13:03:14',180.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6970,'4000','111748080965','2025-05-24 13:03:14',NULL,180.00,'','11','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6976,'1000','111748081936','2025-05-24 13:18:58',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6977,'4000','111748081936','2025-05-24 13:18:58',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(6978,'4000','111748081936','2025-05-24 13:18:56',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(6979,'4000','111748081936','2025-05-24 13:30:33',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(6980,'1000','221748083022','2025-05-24 13:38:35',980.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6981,'4000','221748083022','2025-05-24 13:38:35',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(6982,'4000','221748083022','2025-05-24 13:37:02',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(6983,'4000','221748083022','2025-05-24 13:37:08',NULL,280.00,'','22','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(6984,'4000','221748083022','2025-05-24 13:37:21',NULL,350.00,'','22','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(6985,'4000','221748083022','2025-05-24 13:38:11',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(6986,'1000','221748083434','2025-05-24 13:43:57',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6987,'4000','221748083434','2025-05-24 13:43:57',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(6988,'1000','221748084255','2025-05-24 13:57:51',180.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6989,'4000','221748084255','2025-05-24 13:57:51',NULL,180.00,'','22','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(6990,'1000','221748086143','2025-05-24 14:29:08',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6991,'4000','221748086143','2025-05-24 14:29:08',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(6992,'1000','111748086866','2025-05-24 14:41:32',220.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(6993,'4000','111748086866','2025-05-24 14:41:32',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(6994,'4000','111748086866','2025-05-24 14:41:06',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(6995,'4000','111748086866','2025-05-24 14:41:10',NULL,100.00,'','11','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(7000,'1000','221748089708','2025-05-24 15:33:37',2440.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7001,'4000','221748089708','2025-05-24 15:33:37',NULL,280.00,'','22','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(7002,'4000','221748089708','2025-05-24 15:28:28',NULL,280.00,'','22','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(7003,'4000','221748089708','2025-05-24 15:28:35',NULL,280.00,'','22','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(7004,'4000','221748089708','2025-05-24 15:28:41',NULL,280.00,'','22','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(7005,'4000','221748089708','2025-05-24 15:28:50',NULL,280.00,'','22','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(7006,'4000','221748089708','2025-05-24 15:29:00',NULL,280.00,'','22','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(7007,'4000','221748089708','2025-05-24 15:29:14',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(7008,'4000','221748089708','2025-05-24 15:29:29',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(7009,'4000','221748089708','2025-05-24 15:29:34',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(7010,'4000','221748089708','2025-05-24 15:29:40',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(7011,'4000','221748089708','2025-05-24 15:29:46',NULL,50.00,'','22','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(7012,'4000','221748089708','2025-05-24 15:31:07',NULL,50.00,'','22','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(7013,'4000','221748089708','2025-05-24 15:31:24',NULL,50.00,'','22','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(7014,'4000','221748089708','2025-05-24 15:31:30',NULL,60.00,'','22','1','Good sold','1','','sales','56','','No',NULL,NULL,''),(7015,'4000','221748089708','2025-05-24 15:31:59',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(7016,'4000','221748089708','2025-05-24 15:32:11',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(7017,'4000','221748089708','2025-05-24 15:32:18',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(7018,'4000','221748089708','2025-05-24 15:32:24',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(7019,'4000','221748089708','2025-05-24 15:32:38',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(7020,'4000','221748089708','2025-05-24 15:32:48',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(7021,'4000','221748089708','2025-05-24 15:33:19',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(7022,'1000','111748090689','2025-05-24 15:45:37',400.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7023,'4000','111748090689','2025-05-24 15:45:37',NULL,200.00,'','11','1','Good sold','1','','sales','43','','No',NULL,NULL,''),(7024,'4000','111748090689','2025-05-24 15:44:49',NULL,200.00,'','11','1','Good sold','1','','sales','43','','No',NULL,NULL,''),(7025,'1000','111748092365','2025-05-24 16:12:47',100.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7026,'4000','111748092365','2025-05-24 16:12:47',NULL,100.00,'','11','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(7027,'1000','111748087167','2025-05-24 14:46:42',460.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7028,'4000','111748087167','2025-05-24 14:46:42',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(7029,'4000','111748087167','2025-05-24 14:46:07',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(7030,'4000','111748087167','2025-05-24 14:46:17',NULL,200.00,'','11','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(7031,'4000','111748087167','2025-05-24 14:46:40',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(7032,'1000','111748093601','2025-05-24 16:34:47',200.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7033,'4000','111748093601','2025-05-24 16:34:47',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7034,'4000','111748093601','2025-05-24 16:33:36',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7035,'4000','111748093601','2025-05-24 16:33:47',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(7036,'4000','111748093601','2025-05-24 16:34:40',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(7041,'1000','111748093743','2025-05-24 16:36:51',430.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7042,'4000','111748093743','2025-05-24 16:36:51',NULL,300.00,'','11','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(7043,'4000','111748093743','2025-05-24 16:35:43',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7044,'4000','111748093743','2025-05-24 16:35:57',NULL,50.00,'','11','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(7045,'4000','111748093743','2025-05-24 16:36:08',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(7046,'1000','111748094703','2025-05-24 16:54:03',750.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7047,'4000','111748094703','2025-05-24 16:54:03',NULL,50.00,'','11','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(7048,'4000','111748094703','2025-05-24 16:51:43',NULL,300.00,'','11','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(7049,'4000','111748094703','2025-05-24 16:51:56',NULL,100.00,'','11','1','Good sold','1','','sales','75','','No',NULL,NULL,''),(7050,'4000','111748094703','2025-05-24 16:52:22',NULL,100.00,'','11','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(7051,'4000','111748094703','2025-05-24 16:52:32',NULL,100.00,'','11','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(7052,'4000','111748094703','2025-05-24 16:53:39',NULL,100.00,'','11','1','Good sold','1','','sales','76','','No',NULL,NULL,''),(7053,'1000','221748095525','2025-05-24 17:05:31',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7054,'4000','221748095525','2025-05-24 17:05:31',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(7055,'4000','221748095525','2025-05-24 17:05:25',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(7056,'1000','221748095773','2025-05-24 17:09:38',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7057,'4000','221748095773','2025-05-24 17:09:38',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(7058,'1000','111748099056','2025-05-24 18:04:53',100.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7059,'4000','111748099056','2025-05-24 18:04:53',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7060,'4000','111748099056','2025-05-24 18:04:16',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7061,'1000','221748099454','2025-05-24 18:10:59',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7062,'4000','221748099454','2025-05-24 18:10:59',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(7063,'1000','111748099984','2025-05-24 18:19:48',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7064,'4000','111748099984','2025-05-24 18:19:48',NULL,150.00,'','11','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(7065,'1000','221748100574','2025-05-24 18:29:49',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7066,'4000','221748100574','2025-05-24 18:29:49',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7067,'4000','221748100574','2025-05-24 18:29:34',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7071,'1000','221748100836','2025-05-24 18:34:02',160.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7072,'4000','221748100836','2025-05-24 18:34:02',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(7073,'4000','221748100836','2025-05-24 18:33:56',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(7074,'4000','221748100836','2025-05-24 18:34:00',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7075,'4000','221748100836','2025-05-24 18:51:27',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7076,'1000','221748101948','2025-05-24 18:52:49',110.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7077,'4000','221748101948','2025-05-24 18:52:49',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7078,'4000','221748101948','2025-05-24 18:52:28',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(7082,'1000','111748102525','2025-05-24 19:02:25',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7083,'4000','111748102525','2025-05-24 19:02:25',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(7084,'1000','221748103081','2025-05-24 19:11:24',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7085,'4000','221748103081','2025-05-24 19:11:24',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7086,'1000','111748102480','2025-05-24 19:01:36',750.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7087,'4000','111748102480','2025-05-24 19:01:36',NULL,600.00,'','11','1','Good sold','1','','sales','26','','No',NULL,NULL,''),(7088,'4000','111748102480','2025-05-24 19:01:20',NULL,50.00,'','11','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(7089,'4000','111748102480','2025-05-24 19:01:34',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(7090,'4000','111748102480','2025-05-24 19:19:11',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(7091,'1000','221748104073','2025-05-24 19:29:24',1550.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7092,'4000','221748104073','2025-05-24 19:29:24',NULL,600.00,'','22','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(7093,'4000','221748104073','2025-05-24 19:27:54',NULL,600.00,'','22','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(7094,'4000','221748104073','2025-05-24 19:28:02',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(7095,'4000','221748104073','2025-05-24 19:28:31',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(7096,'4000','221748104073','2025-05-24 19:28:48',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(7097,'4000','221748104073','2025-05-24 19:28:59',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(7098,'4000','221748104073','2025-05-24 19:29:12',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(7099,'1000','221748104391','2025-05-24 19:33:15',150.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7100,'4000','221748104391','2025-05-24 19:33:15',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(7101,'1000','221748104638','2025-05-24 19:37:21',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7102,'4000','221748104638','2025-05-24 19:37:21',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(7103,'1000','111748105718','2025-05-24 19:55:20',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7104,'4000','111748105718','2025-05-24 19:55:20',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(7115,'1000','111748106033','2025-05-24 20:02:06',650.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7116,'4000','111748106033','2025-05-24 20:02:06',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(7117,'4000','111748106033','2025-05-24 20:00:33',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(7118,'4000','111748106033','2025-05-24 20:00:37',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(7119,'4000','111748106033','2025-05-24 20:00:42',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(7120,'4000','111748106033','2025-05-24 20:00:47',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7121,'4000','111748106033','2025-05-24 20:00:57',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7122,'4000','111748106033','2025-05-24 20:01:03',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7123,'4000','111748106033','2025-05-24 20:01:22',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7124,'4000','111748106033','2025-05-24 20:01:37',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(7125,'4000','111748106033','2025-05-24 20:02:01',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(7126,'4000','111748106033','2025-05-24 20:19:51',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7127,'1000','221748108583','2025-05-24 20:43:26',70.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7128,'4000','221748108583','2025-05-24 20:43:26',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7129,'4000','221748108583','2025-05-24 20:43:03',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(7140,'1000','221748109567','2025-05-24 20:59:39',300.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7141,'4000','221748109567','2025-05-24 20:59:39',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(7142,'4000','221748109567','2025-05-24 20:59:27',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(7143,'1000','221748108637','2025-05-24 20:45:14',460.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7144,'4000','221748108637','2025-05-24 20:45:14',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7145,'4000','221748108637','2025-05-24 20:43:57',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7146,'4000','221748108637','2025-05-24 20:44:04',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7147,'4000','221748108637','2025-05-24 20:44:11',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7148,'4000','221748108637','2025-05-24 20:44:30',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7149,'4000','221748108637','2025-05-24 20:44:39',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7150,'4000','221748108637','2025-05-24 20:44:51',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7151,'4000','221748108637','2025-05-24 20:44:58',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(7152,'4000','221748108637','2025-05-24 20:45:04',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(7153,'4000','221748108637','2025-05-24 20:45:12',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7154,'4000','221748108637','2025-05-24 21:02:37',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7155,'4000','221748108637','2025-05-24 21:02:44',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7156,'1000','221748110072','2025-05-24 21:07:59',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7157,'4000','221748110072','2025-05-24 21:07:59',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(7158,'4000','221748110072','2025-05-24 21:07:52',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(7159,'1000','111748110892','2025-05-24 21:21:34',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7160,'4000','111748110892','2025-05-24 21:21:34',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(7164,'1000','111748111222','2025-05-24 21:27:17',420.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7165,'4000','111748111222','2025-05-24 21:27:17',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(7166,'4000','111748111222','2025-05-24 21:27:02',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(7167,'4000','111748111222','2025-05-24 21:27:08',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(7168,'4000','111748111222','2025-05-24 21:28:49',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(7169,'1000','221748111520','2025-05-24 21:32:02',600.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7170,'4000','221748111520','2025-05-24 21:32:02',NULL,600.00,'','22','1','Good sold','1','','sales','26','','No',NULL,NULL,''),(7171,'1000','191748112624','2025-05-24 21:52:09',480.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7172,'4000','191748112624','2025-05-24 21:52:09',NULL,50.00,'','19','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(7173,'4000','191748112624','2025-05-24 21:50:24',NULL,280.00,'','19','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(7174,'4000','191748112624','2025-05-24 21:50:34',NULL,150.00,'','19','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(7175,'1000','191748115581','2025-05-24 22:39:43',180.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7176,'4000','191748115581','2025-05-24 22:39:43',NULL,180.00,'','19','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(7177,'1000','191748115649','2025-05-24 22:40:50',20.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7178,'4000','191748115649','2025-05-24 22:40:50',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(7179,'1000','191748119463','2025-05-24 23:44:54',120.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7180,'4000','191748119463','2025-05-24 23:44:54',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7181,'4000','191748119463','2025-05-24 23:44:23',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7182,'4000','191748119463','2025-05-24 23:44:27',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(7183,'1000','191748120038','2025-05-24 23:54:39',210.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7184,'4000','191748120038','2025-05-24 23:54:39',NULL,150.00,'','19','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(7185,'4000','191748120038','2025-05-24 23:53:58',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(7186,'1000','191748152493','2025-05-25 08:55:12',80.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7187,'4000','191748152493','2025-05-25 08:55:12',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(7188,'4000','191748152493','2025-05-25 08:54:53',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(7189,'4000','191748152493','2025-05-25 08:54:55',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(7190,'4000','191748152493','2025-05-25 08:55:03',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(7191,'1000','191748153616','2025-05-25 09:14:17',280.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7192,'4000','191748153616','2025-05-25 09:14:17',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7193,'4000','191748153616','2025-05-25 09:13:36',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7194,'4000','191748153616','2025-05-25 09:13:42',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(7195,'4000','191748153616','2025-05-25 09:13:57',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(7196,'4000','191748153616','2025-05-25 09:14:02',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(7197,'4000','191748153616','2025-05-25 09:14:06',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(7198,'4000','191748153616','2025-05-25 09:14:11',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(7199,'1000','191748154118','2025-05-25 09:22:00',20.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7200,'4000','191748154118','2025-05-25 09:22:00',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(7201,'1000','191748154345','2025-05-25 09:26:12',20.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7202,'4000','191748154345','2025-05-25 09:26:12',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(7203,'1000','191748156288','2025-05-25 09:58:47',130.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7204,'4000','191748156288','2025-05-25 09:58:47',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7205,'4000','191748156288','2025-05-25 09:58:08',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7206,'4000','191748156288','2025-05-25 09:58:13',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7207,'1000','191748156386','2025-05-25 10:01:11',180.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7208,'4000','191748156386','2025-05-25 10:01:11',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7209,'4000','191748156386','2025-05-25 09:59:46',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7210,'4000','191748156386','2025-05-25 09:59:50',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7211,'4000','191748156386','2025-05-25 09:59:59',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7217,'1000','111748157672','2025-05-25 10:21:46',130.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7218,'4000','111748157672','2025-05-25 10:21:46',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7219,'4000','111748157672','2025-05-25 10:21:12',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7220,'4000','111748157672','2025-05-25 10:21:17',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(7221,'4000','111748157672','2025-05-25 10:21:21',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(7222,'1000','111748156602','2025-05-25 10:03:24',120.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7223,'4000','111748156602','2025-05-25 10:03:24',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7224,'4000','111748156602','2025-05-25 10:03:22',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(7225,'4000','111748156602','2025-05-25 10:08:45',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7226,'1110','181748162275','2025-05-25 11:38:11',NULL,0.00,'','18','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(7227,'1110','181748162275','2025-05-25 11:37:55',NULL,0.00,'','18','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(7228,'1110','181748162275','2025-05-25 11:38:04',NULL,1.00,'','18','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(7229,'5500','181748162275','2025-05-25 11:38:09',1.00,NULL,'','18','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7230,'1000','181748162275','2025-05-25 11:38:11',460.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7231,'4000','181748162275','2025-05-25 11:38:11',NULL,180.00,'','18','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(7232,'4000','181748162275','2025-05-25 11:37:55',NULL,180.00,'','18','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7233,'4000','181748162275','2025-05-25 11:38:04',NULL,100.00,'','18','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(7234,'1110','181748164286','2025-05-25 12:11:48',NULL,0.00,'','18','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(7235,'1110','181748164286','2025-05-25 12:11:26',NULL,0.00,'','18','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(7236,'1110','181748164286','2025-05-25 12:11:39',NULL,1.00,'','18','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(7237,'5500','181748164286','2025-05-25 12:11:47',1.00,NULL,'','18','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7238,'1000','181748164286','2025-05-25 12:11:48',460.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7239,'4000','181748164286','2025-05-25 12:11:48',NULL,180.00,'','18','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(7240,'4000','181748164286','2025-05-25 12:11:26',NULL,180.00,'','18','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7241,'4000','181748164286','2025-05-25 12:11:39',NULL,100.00,'','18','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(7242,'1000','181748164975','2025-05-25 12:22:57',80.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7243,'4000','181748164975','2025-05-25 12:22:57',NULL,80.00,'','18','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(7244,'1000','181748166021','2025-05-25 12:40:23',30.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7245,'4000','181748166021','2025-05-25 12:40:23',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7249,'1000','181748166494','2025-05-25 12:48:21',280.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7250,'4000','181748166494','2025-05-25 12:48:21',NULL,100.00,'','18','1','Good sold','1','','sales','91','','No',NULL,NULL,''),(7251,'4000','181748166494','2025-05-25 12:48:14',NULL,100.00,'','18','1','Good sold','1','','sales','91','','No',NULL,NULL,''),(7252,'4000','181748166494','2025-05-25 12:48:19',NULL,80.00,'','18','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(7257,'1000','181748169068','2025-05-25 13:31:10',280.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7258,'4000','181748169068','2025-05-25 13:31:10',NULL,100.00,'','18','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(7259,'4000','181748169068','2025-05-25 13:31:08',NULL,180.00,'','18','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(7260,'1000','111748168117','2025-05-25 13:15:50',1000.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7261,'4000','111748168117','2025-05-25 13:15:50',NULL,200.00,'','11','1','Good sold','1','','sales','43','','No',NULL,NULL,''),(7262,'4000','111748168117','2025-05-25 13:15:17',NULL,200.00,'','11','1','Good sold','1','','sales','43','','No',NULL,NULL,''),(7263,'4000','111748168117','2025-05-25 13:32:55',NULL,300.00,'','11','1','Good sold','1','','sales','93','','No',NULL,NULL,''),(7264,'4000','111748168117','2025-05-25 13:33:34',NULL,300.00,'','11','1','Good sold','1','','sales','93','','No',NULL,NULL,''),(7265,'1000','111748169431','2025-05-25 13:38:00',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7266,'4000','111748169431','2025-05-25 13:38:00',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(7267,'4000','111748169431','2025-05-25 13:37:11',NULL,100.00,'','11','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(7268,'4000','111748169431','2025-05-25 13:37:54',NULL,100.00,'','11','1','Good sold','1','','sales','75','','No',NULL,NULL,''),(7269,'1000','181748170720','2025-05-25 13:58:50',350.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7270,'4000','181748170720','2025-05-25 13:58:50',NULL,300.00,'','18','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(7271,'4000','181748170720','2025-05-25 13:58:40',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(7272,'1000','111748171638','2025-05-25 14:14:00',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7273,'4000','111748171638','2025-05-25 14:14:00',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(7278,'1000','111748172797','2025-05-25 14:33:28',470.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7279,'4000','111748172797','2025-05-25 14:33:28',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(7280,'4000','111748172797','2025-05-25 14:33:17',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(7281,'4000','111748172797','2025-05-25 14:33:22',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(7282,'4000','111748172797','2025-05-25 14:33:26',NULL,20.00,'','11','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(7283,'1000','181748173551','2025-05-25 14:45:52',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7284,'4000','181748173551','2025-05-25 14:45:52',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(7285,'1000','181748173577','2025-05-25 14:46:19',180.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7286,'4000','181748173577','2025-05-25 14:46:19',NULL,180.00,'','18','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(7287,'1000','181748175636','2025-05-25 15:20:38',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7288,'4000','181748175636','2025-05-25 15:20:38',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(7289,'1000','111748176387','2025-05-25 15:33:13',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7290,'4000','111748176387','2025-05-25 15:33:13',NULL,150.00,'','11','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(7291,'4000','111748176387','2025-05-25 15:33:07',NULL,150.00,'','11','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(7292,'1000','181748176441','2025-05-25 15:34:07',300.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7293,'4000','181748176441','2025-05-25 15:34:07',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(7294,'4000','181748176441','2025-05-25 15:34:01',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(7295,'1000','181748177300','2025-05-25 15:48:31',230.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7296,'4000','181748177300','2025-05-25 15:48:31',NULL,180.00,'','18','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(7297,'4000','181748177300','2025-05-25 15:48:20',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(7298,'1000','111748177420','2025-05-25 15:50:39',80.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7299,'4000','111748177420','2025-05-25 15:50:39',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7300,'4000','111748177420','2025-05-25 15:50:20',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7307,'1000','181748177646','2025-05-25 15:55:39',610.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7308,'4000','181748177646','2025-05-25 15:55:39',NULL,150.00,'','18','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(7309,'4000','181748177646','2025-05-25 15:54:06',NULL,150.00,'','18','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(7310,'4000','181748177646','2025-05-25 15:54:13',NULL,150.00,'','18','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(7311,'4000','181748177646','2025-05-25 15:54:21',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(7312,'4000','181748177646','2025-05-25 15:54:39',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(7313,'4000','181748177646','2025-05-25 15:54:45',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7314,'4000','181748177646','2025-05-25 15:59:24',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7315,'1000','181748178303','2025-05-25 16:05:05',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7316,'4000','181748178303','2025-05-25 16:05:05',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(7317,'1000','111748179229','2025-05-25 16:20:47',100.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7318,'4000','111748179229','2025-05-25 16:20:47',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7319,'4000','111748179229','2025-05-25 16:20:29',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7320,'1000','111748179410','2025-05-25 16:23:49',180.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7321,'4000','111748179410','2025-05-25 16:23:49',NULL,180.00,'','11','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7322,'1000','181748179972','2025-05-25 16:33:31',900.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7323,'4000','181748179972','2025-05-25 16:33:31',NULL,150.00,'','18','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(7324,'4000','181748179972','2025-05-25 16:32:52',NULL,150.00,'','18','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(7325,'4000','181748179972','2025-05-25 16:32:57',NULL,150.00,'','18','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(7326,'4000','181748179972','2025-05-25 16:33:01',NULL,150.00,'','18','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(7327,'4000','181748179972','2025-05-25 16:33:07',NULL,150.00,'','18','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(7328,'4000','181748179972','2025-05-25 16:33:12',NULL,150.00,'','18','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(7329,'1000','111748180535','2025-05-25 16:42:17',100.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7330,'4000','111748180535','2025-05-25 16:42:17',NULL,100.00,'','11','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(7331,'1000','181748180634','2025-05-25 16:43:56',200.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7332,'4000','181748180634','2025-05-25 16:43:56',NULL,200.00,'','18','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(7333,'1000','111748180725','2025-05-25 16:46:10',200.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7334,'4000','111748180725','2025-05-25 16:46:10',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7335,'4000','111748180725','2025-05-25 16:45:25',NULL,150.00,'','11','1','Good sold','1','','sales','87','','No',NULL,NULL,''),(7336,'1000','111748181268','2025-05-25 16:57:44',280.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7337,'4000','111748181268','2025-05-25 16:57:44',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(7338,'4000','111748181268','2025-05-25 16:54:28',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(7339,'4000','111748181268','2025-05-25 16:54:34',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(7340,'4000','111748181268','2025-05-25 16:54:39',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(7341,'4000','111748181268','2025-05-25 16:54:42',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(7342,'4000','111748181268','2025-05-25 16:57:31',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(7343,'4000','111748181268','2025-05-25 16:57:35',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(7344,'4000','111748181268','2025-05-25 16:57:38',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(7345,'1000','111748183092','2025-05-25 17:24:55',200.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7346,'4000','111748183092','2025-05-25 17:24:55',NULL,200.00,'','11','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(7347,'1000','111748185087','2025-05-25 17:58:40',370.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7348,'4000','111748185087','2025-05-25 17:58:40',NULL,100.00,'','11','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(7349,'4000','111748185087','2025-05-25 17:58:07',NULL,100.00,'','11','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(7350,'4000','111748185087','2025-05-25 17:58:12',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(7351,'4000','111748185087','2025-05-25 17:58:28',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(7352,'4000','111748185087','2025-05-25 17:58:32',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(7353,'1000','111748185897','2025-05-25 18:11:39',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7354,'4000','111748185897','2025-05-25 18:11:39',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7357,'1000','181748187025','2025-05-25 18:30:27',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7358,'4000','181748187025','2025-05-25 18:30:27',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7363,'1000','111748186797','2025-05-25 18:26:39',160.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7364,'4000','111748186797','2025-05-25 18:26:39',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7365,'4000','111748186797','2025-05-25 18:26:37',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7366,'4000','111748186797','2025-05-25 18:36:10',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7367,'4000','111748186797','2025-05-25 18:36:34',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7368,'1000','111748188676','2025-05-25 18:58:24',500.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7369,'4000','111748188676','2025-05-25 18:58:24',NULL,150.00,'','11','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(7370,'4000','111748188676','2025-05-25 18:57:56',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(7371,'4000','111748188676','2025-05-25 18:58:11',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(7372,'4000','111748188676','2025-05-25 18:58:15',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(7373,'1000','181748188742','2025-05-25 18:59:05',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7374,'4000','181748188742','2025-05-25 18:59:05',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(7381,'1000','181748189195','2025-05-25 19:07:04',760.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7382,'4000','181748189195','2025-05-25 19:07:04',NULL,130.00,'','18','1','Good sold','1','','sales','24','','No',NULL,NULL,''),(7383,'4000','181748189195','2025-05-25 19:06:35',NULL,280.00,'','18','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(7384,'4000','181748189195','2025-05-25 19:06:54',NULL,100.00,'','18','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(7385,'4000','181748189195','2025-05-25 19:07:00',NULL,100.00,'','18','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(7386,'4000','181748189195','2025-05-25 19:08:09',NULL,150.00,'','18','1','Good sold','1','','sales','87','','No',NULL,NULL,''),(7390,'1000','111748189583','2025-05-25 19:13:29',400.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7391,'4000','111748189583','2025-05-25 19:13:29',NULL,100.00,'','11','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(7392,'4000','111748189583','2025-05-25 19:13:03',NULL,100.00,'','11','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(7393,'4000','111748189583','2025-05-25 19:13:10',NULL,200.00,'','11','1','Good sold','1','','sales','84','','No',NULL,NULL,''),(7394,'1000','181748189922','2025-05-25 19:18:47',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7395,'4000','181748189922','2025-05-25 19:18:47',NULL,100.00,'','18','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(7396,'1000','181748190000','2025-05-25 19:20:03',300.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7397,'4000','181748190000','2025-05-25 19:20:03',NULL,300.00,'','18','1','Good sold','1','','sales','93','','No',NULL,NULL,''),(7398,'1000','181748190030','2025-05-25 19:20:33',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7399,'4000','181748190030','2025-05-25 19:20:33',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7400,'1000','111748188829','2025-05-25 19:00:34',120.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7401,'4000','111748188829','2025-05-25 19:00:34',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7402,'4000','111748188829','2025-05-25 19:00:29',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(7403,'4000','111748188829','2025-05-25 19:11:31',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7404,'1000','111748191070','2025-05-25 19:38:23',140.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7405,'4000','111748191070','2025-05-25 19:38:23',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7406,'4000','111748191070','2025-05-25 19:37:50',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7407,'4000','111748191070','2025-05-25 19:37:57',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(7408,'4000','111748191070','2025-05-25 19:38:17',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(7409,'1000','111748194065','2025-05-25 20:28:36',100.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7410,'4000','111748194065','2025-05-25 20:28:36',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(7411,'4000','111748194065','2025-05-25 20:27:45',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7414,'1000','111748194940','2025-05-25 20:42:35',130.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7415,'4000','111748194940','2025-05-25 20:42:35',NULL,100.00,'','11','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(7416,'4000','111748194940','2025-05-25 20:42:20',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7417,'1000','111748195149','2025-05-25 20:46:05',80.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7418,'4000','111748195149','2025-05-25 20:46:05',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7419,'4000','111748195149','2025-05-25 20:45:49',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7420,'1000','181748194778','2025-05-25 20:39:40',250.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7421,'4000','181748194778','2025-05-25 20:39:40',NULL,100.00,'','18','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(7422,'4000','181748194778','2025-05-25 20:39:38',NULL,150.00,'','18','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(7423,'1000','181748195888','2025-05-25 20:59:20',400.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7424,'4000','181748195888','2025-05-25 20:59:20',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7425,'4000','181748195888','2025-05-25 20:58:08',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7426,'4000','181748195888','2025-05-25 20:58:14',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7427,'4000','181748195888','2025-05-25 20:58:19',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7428,'4000','181748195888','2025-05-25 20:58:23',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7429,'4000','181748195888','2025-05-25 20:58:59',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7430,'4000','181748195888','2025-05-25 20:59:07',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7431,'4000','181748195888','2025-05-25 20:59:14',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7432,'1000','111748196121','2025-05-25 21:03:08',520.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7433,'4000','111748196121','2025-05-25 21:03:08',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(7434,'4000','111748196121','2025-05-25 21:02:01',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(7435,'4000','111748196121','2025-05-25 21:02:06',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(7436,'4000','111748196121','2025-05-25 21:02:09',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(7437,'4000','111748196121','2025-05-25 21:02:13',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(7438,'4000','111748196121','2025-05-25 21:02:18',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(7439,'4000','111748196121','2025-05-25 21:02:22',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(7440,'4000','111748196121','2025-05-25 21:02:50',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(7441,'4000','111748196121','2025-05-25 21:02:54',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(7442,'4000','111748196121','2025-05-25 21:03:01',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(7443,'1000','111748196238','2025-05-25 21:04:00',200.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7444,'4000','111748196238','2025-05-25 21:04:00',NULL,200.00,'','11','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(7445,'1000','111748196490','2025-05-25 21:08:29',200.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7446,'4000','111748196490','2025-05-25 21:08:29',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7447,'4000','111748196490','2025-05-25 21:08:10',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7448,'4000','111748196490','2025-05-25 21:08:16',NULL,100.00,'','11','1','Good sold','1','','sales','75','','No',NULL,NULL,''),(7449,'1000','181748197364','2025-05-25 21:22:54',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7450,'4000','181748197364','2025-05-25 21:22:54',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(7451,'4000','181748197364','2025-05-25 21:22:44',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(7452,'4000','181748197364','2025-05-25 21:22:48',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(7453,'1000','181748198105','2025-05-25 21:36:26',660.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7454,'4000','181748198105','2025-05-25 21:36:26',NULL,130.00,'','18','1','Good sold','1','','sales','24','','No',NULL,NULL,''),(7455,'4000','181748198105','2025-05-25 21:35:05',NULL,130.00,'','18','1','Good sold','1','','sales','24','','No',NULL,NULL,''),(7456,'4000','181748198105','2025-05-25 21:35:11',NULL,100.00,'','18','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(7457,'4000','181748198105','2025-05-25 21:35:15',NULL,100.00,'','18','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(7458,'4000','181748198105','2025-05-25 21:35:21',NULL,150.00,'','18','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(7459,'4000','181748198105','2025-05-25 21:35:55',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(7460,'1000','111748198263','2025-05-25 21:38:02',340.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7461,'4000','111748198263','2025-05-25 21:38:02',NULL,280.00,'','11','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(7462,'4000','111748198263','2025-05-25 21:37:43',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7463,'4000','111748198263','2025-05-25 21:37:53',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7464,'1000','111748198307','2025-05-25 21:38:40',340.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7465,'4000','111748198307','2025-05-25 21:38:40',NULL,280.00,'','11','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(7466,'4000','111748198307','2025-05-25 21:38:27',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7467,'4000','111748198307','2025-05-25 21:38:34',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7468,'1000','111748198342','2025-05-25 21:39:04',200.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7469,'4000','111748198342','2025-05-25 21:39:04',NULL,200.00,'','11','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(7476,'1000','111748198929','2025-05-25 21:48:50',100.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7477,'4000','111748198929','2025-05-25 21:48:50',NULL,100.00,'','11','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(7478,'1000','181748200165','2025-05-25 22:09:34',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7479,'4000','181748200165','2025-05-25 22:09:34',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7480,'4000','181748200165','2025-05-25 22:09:25',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7481,'1000','181748202043','2025-05-25 22:40:45',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7482,'4000','181748202043','2025-05-25 22:40:45',NULL,150.00,'','18','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(7483,'1000','191748202622','2025-05-25 22:50:23',30.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7484,'4000','191748202622','2025-05-25 22:50:23',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7485,'1000','221748198414','2025-05-25 21:40:16',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7486,'4000','221748198414','2025-05-25 21:40:16',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7487,'4000','221748198414','2025-05-25 21:40:14',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7488,'1000','221748198563','2025-05-25 21:42:45',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7489,'4000','221748198563','2025-05-25 21:42:45',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7490,'4000','221748198563','2025-05-25 21:42:43',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7491,'1000','221748198587','2025-05-25 21:43:09',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7492,'4000','221748198587','2025-05-25 21:43:09',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7493,'4000','221748198587','2025-05-25 21:43:07',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7494,'1000','191748232390','2025-05-26 07:06:31',180.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7495,'4000','191748232390','2025-05-26 07:06:31',NULL,180.00,'','19','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(7496,'1000','191748232470','2025-05-26 07:07:52',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7497,'4000','191748232470','2025-05-26 07:07:52',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7498,'1000','191748232543','2025-05-26 07:09:05',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7499,'4000','191748232543','2025-05-26 07:09:05',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7500,'1000','191748239356','2025-05-26 09:03:10',100.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7501,'4000','191748239356','2025-05-26 09:03:10',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7502,'4000','191748239356','2025-05-26 09:02:36',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7503,'4000','191748239356','2025-05-26 09:02:41',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(7504,'4000','191748239356','2025-05-26 09:02:46',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(7505,'1000','181748240589','2025-05-26 09:23:10',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7506,'4000','181748240589','2025-05-26 09:23:10',NULL,100.00,'','18','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(7507,'1000','111748242995','2025-05-26 10:03:22',40.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7508,'4000','111748242995','2025-05-26 10:03:22',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(7509,'4000','111748242995','2025-05-26 10:03:15',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(7510,'1000','111748243858','2025-05-26 10:17:40',20.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7511,'4000','111748243858','2025-05-26 10:17:40',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(7516,'1000','181748243759','2025-05-26 10:18:02',210.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7517,'4000','181748243759','2025-05-26 10:18:02',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7518,'4000','181748243759','2025-05-26 10:15:59',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(7519,'4000','181748243759','2025-05-26 10:16:34',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(7520,'4000','181748243759','2025-05-26 10:16:39',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(7521,'4000','181748243759','2025-05-26 10:23:48',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(7522,'1000','111748248849','2025-05-26 11:40:50',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7523,'4000','111748248849','2025-05-26 11:40:50',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7527,'1000','111748252796','2025-05-26 12:46:51',200.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7528,'4000','111748252796','2025-05-26 12:46:51',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(7529,'4000','111748252796','2025-05-26 12:46:36',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(7530,'1000','181748250917','2025-05-26 12:15:25',1160.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7531,'4000','181748250917','2025-05-26 12:15:25',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(7532,'4000','181748250917','2025-05-26 12:15:17',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(7533,'4000','181748250917','2025-05-26 12:15:22',NULL,280.00,'','18','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(7534,'4000','181748250917','2025-05-26 12:16:01',NULL,150.00,'','18','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(7535,'4000','181748250917','2025-05-26 12:52:07',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(7536,'4000','181748250917','2025-05-26 12:52:52',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(7537,'4000','181748250917','2025-05-26 12:53:03',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(7538,'4000','181748250917','2025-05-26 12:53:09',NULL,280.00,'','18','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(7547,'1110','111748253514','2025-05-26 12:58:56',NULL,1.00,'','11','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(7548,'1110','111748253514','2025-05-26 12:58:34',NULL,0.00,'','11','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(7549,'1110','111748253514','2025-05-26 12:58:38',NULL,0.00,'','11','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(7550,'1110','111748253514','2025-05-26 12:58:54',NULL,0.00,'','11','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(7551,'5500','111748253514','2025-05-26 13:11:04',1.00,NULL,'','11','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7552,'1000','111748253514','2025-05-26 12:58:56',210.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7553,'4000','111748253514','2025-05-26 12:58:56',NULL,100.00,'','11','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(7554,'4000','111748253514','2025-05-26 12:58:34',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7555,'4000','111748253514','2025-05-26 12:58:38',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7556,'4000','111748253514','2025-05-26 12:58:54',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7559,'1000','181748255539','2025-05-26 13:32:20',30.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7560,'4000','181748255539','2025-05-26 13:32:20',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7561,'1000','181748254492','2025-05-26 13:14:54',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7562,'4000','181748254492','2025-05-26 13:14:54',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(7563,'4000','181748254492','2025-05-26 13:14:52',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(7564,'1000','111748255841','2025-05-26 13:37:22',180.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7565,'4000','111748255841','2025-05-26 13:37:22',NULL,180.00,'','11','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(7568,'1000','181748260533','2025-05-26 14:55:35',320.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7569,'4000','181748260533','2025-05-26 14:55:35',NULL,150.00,'','18','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(7570,'4000','181748260533','2025-05-26 14:55:33',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7571,'4000','181748260533','2025-05-26 15:03:59',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(7572,'4000','181748260533','2025-05-26 15:04:14',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(7578,'1000','181748262813','2025-05-26 15:34:20',90.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7579,'4000','181748262813','2025-05-26 15:34:20',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7580,'4000','181748262813','2025-05-26 15:33:33',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7581,'4000','181748262813','2025-05-26 15:33:40',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7597,'1000','111748261662','2025-05-26 15:14:23',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7598,'4000','111748261662','2025-05-26 15:14:23',NULL,100.00,'','11','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(7599,'4000','111748261662','2025-05-26 15:14:22',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(7600,'1000','111748261918','2025-05-26 15:19:21',930.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7601,'4000','111748261918','2025-05-26 15:19:21',NULL,50.00,'','11','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(7602,'4000','111748261918','2025-05-26 15:18:38',NULL,300.00,'','11','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(7603,'4000','111748261918','2025-05-26 15:19:19',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(7604,'4000','111748261918','2025-05-26 16:26:58',NULL,280.00,'','11','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(7605,'4000','111748261918','2025-05-26 16:27:55',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7606,'4000','111748261918','2025-05-26 16:28:30',NULL,100.00,'','11','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(7607,'1000','181748266378','2025-05-26 16:33:00',490.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7608,'4000','181748266378','2025-05-26 16:33:00',NULL,50.00,'','18','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(7609,'4000','181748266378','2025-05-26 16:32:58',NULL,100.00,'','18','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(7610,'4000','181748266378','2025-05-26 16:44:33',NULL,50.00,'','18','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(7611,'4000','181748266378','2025-05-26 16:44:45',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(7612,'4000','181748266378','2025-05-26 16:45:13',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(7613,'4000','181748266378','2025-05-26 16:45:18',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7614,'4000','181748266378','2025-05-26 16:45:26',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(7615,'1000','111748269992','2025-05-26 17:33:47',200.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7616,'4000','111748269992','2025-05-26 17:33:47',NULL,50.00,'','11','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(7617,'4000','111748269992','2025-05-26 17:33:12',NULL,150.00,'','11','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(7618,'1000','181748270106','2025-05-26 17:36:44',390.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7619,'4000','181748270106','2025-05-26 17:36:44',NULL,250.00,'','18','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(7620,'4000','181748270106','2025-05-26 17:35:07',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(7621,'4000','181748270106','2025-05-26 17:35:35',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(7622,'4000','181748270106','2025-05-26 17:35:44',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(7623,'4000','181748270106','2025-05-26 17:35:55',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7624,'1000','181748271058','2025-05-26 17:51:01',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7625,'4000','181748271058','2025-05-26 17:51:01',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(7626,'1000','111748272552','2025-05-26 18:16:55',250.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7627,'4000','111748272552','2025-05-26 18:16:55',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7628,'4000','111748272552','2025-05-26 18:15:52',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7629,'4000','111748272552','2025-05-26 18:15:57',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7630,'4000','111748272552','2025-05-26 18:16:04',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(7631,'4000','111748272552','2025-05-26 18:16:34',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(7632,'4000','111748272552','2025-05-26 18:16:43',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(7633,'1000','181748273182','2025-05-26 18:26:24',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7634,'4000','181748273182','2025-05-26 18:26:24',NULL,150.00,'','18','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(7635,'1000','181748275790','2025-05-26 19:11:22',250.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7636,'4000','181748275790','2025-05-26 19:11:22',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(7637,'4000','181748275790','2025-05-26 19:09:50',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(7638,'4000','181748275790','2025-05-26 19:10:01',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(7639,'4000','181748275790','2025-05-26 19:10:19',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(7640,'4000','181748275790','2025-05-26 19:10:50',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(7641,'1000','111748276076','2025-05-26 19:15:32',400.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7642,'4000','111748276076','2025-05-26 19:15:32',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(7643,'4000','111748276076','2025-05-26 19:14:36',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(7644,'4000','111748276076','2025-05-26 19:14:40',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7645,'4000','111748276076','2025-05-26 19:15:02',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7646,'4000','111748276076','2025-05-26 19:15:09',NULL,180.00,'','11','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(7647,'1000','181748277231','2025-05-26 19:34:13',80.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7648,'4000','181748277231','2025-05-26 19:34:13',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7649,'4000','181748277231','2025-05-26 19:33:52',NULL,50.00,'','18','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(7656,'1000','181748279348','2025-05-26 20:09:10',300.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7657,'4000','181748279348','2025-05-26 20:09:10',NULL,300.00,'','18','1','Good sold','1','','sales','93','','No',NULL,NULL,''),(7658,'1000','111748278267','2025-05-26 19:51:23',120.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7659,'4000','111748278267','2025-05-26 19:51:23',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7660,'4000','111748278267','2025-05-26 19:51:07',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(7661,'4000','111748278267','2025-05-26 19:51:22',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(7662,'1000','111748277520','2025-05-26 19:39:19',450.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7663,'4000','111748277520','2025-05-26 19:39:19',NULL,350.00,'','11','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(7664,'4000','111748277520','2025-05-26 19:38:40',NULL,50.00,'','11','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(7665,'4000','111748277520','2025-05-26 19:39:17',NULL,50.00,'','11','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(7666,'1000','111748280701','2025-05-26 20:31:42',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7667,'4000','111748280701','2025-05-26 20:31:42',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(7668,'1000','111748281302','2025-05-26 20:41:43',100.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7669,'4000','111748281302','2025-05-26 20:41:43',NULL,100.00,'','11','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(7670,'1000','191748315877','2025-05-27 08:27:00',40.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7671,'4000','191748315877','2025-05-27 08:27:00',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(7672,'4000','191748315877','2025-05-27 06:17:57',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(7673,'1000','191748323730','2025-05-27 08:29:28',170.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7674,'4000','191748323730','2025-05-27 08:29:28',NULL,50.00,'','19','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(7675,'4000','191748323730','2025-05-27 08:28:50',NULL,50.00,'','19','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(7676,'4000','191748323730','2025-05-27 08:28:59',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(7677,'4000','191748323730','2025-05-27 08:29:03',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7678,'1000','191748325038','2025-05-27 08:50:40',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7679,'4000','191748325038','2025-05-27 08:50:40',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7680,'1000','111748326900','2025-05-27 09:25:33',200.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7681,'4000','111748326900','2025-05-27 09:25:33',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7682,'4000','111748326900','2025-05-27 09:21:40',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7683,'4000','111748326900','2025-05-27 09:21:45',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(7684,'4000','111748326900','2025-05-27 09:25:27',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(7685,'1000','111748327648','2025-05-27 09:34:18',60.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7686,'4000','111748327648','2025-05-27 09:34:18',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(7687,'4000','111748327648','2025-05-27 09:34:08',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(7688,'4000','111748327648','2025-05-27 09:34:12',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(7689,'1000','111748329135','2025-05-27 09:58:58',180.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7690,'4000','111748329135','2025-05-27 09:58:58',NULL,180.00,'','11','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(7691,'1000','221748330398','2025-05-27 10:20:11',40.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7692,'4000','221748330398','2025-05-27 10:20:11',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(7693,'4000','221748330398','2025-05-27 10:19:58',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(7694,'1000','221748331974','2025-05-27 10:46:16',30.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7695,'4000','221748331974','2025-05-27 10:46:16',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7696,'1000','221748332067','2025-05-27 10:47:49',200.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7697,'4000','221748332067','2025-05-27 10:47:49',NULL,200.00,'','22','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(7698,'1000','111748334372','2025-05-27 11:26:14',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7699,'4000','111748334372','2025-05-27 11:26:14',NULL,150.00,'','11','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(7700,'1000','111748335597','2025-05-27 11:48:17',510.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7701,'4000','111748335597','2025-05-27 11:48:17',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(7702,'4000','111748335597','2025-05-27 11:46:37',NULL,100.00,'','11','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(7703,'4000','111748335597','2025-05-27 11:46:59',NULL,300.00,'','11','1','Good sold','1','','sales','72','','No',NULL,NULL,''),(7704,'4000','111748335597','2025-05-27 11:47:56',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(7705,'1110','221748335865','2025-05-27 11:52:26',NULL,0.00,'','22','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(7706,'1110','221748335865','2025-05-27 11:51:05',NULL,0.00,'','22','1','Inventory sold','1','','sales','54','','No',NULL,NULL,''),(7707,'1110','221748335865','2025-05-27 11:51:29',NULL,0.00,'','22','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(7708,'1110','221748335865','2025-05-27 11:52:11',NULL,1.00,'','22','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(7709,'5500','221748335865','2025-05-27 11:52:23',1.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7710,'1000','221748335865','2025-05-27 11:52:26',230.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7711,'4000','221748335865','2025-05-27 11:52:26',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7712,'4000','221748335865','2025-05-27 11:51:05',NULL,50.00,'','22','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(7713,'4000','221748335865','2025-05-27 11:51:29',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7714,'4000','221748335865','2025-05-27 11:52:11',NULL,100.00,'','22','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(7715,'1000','221748338182','2025-05-27 12:29:44',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7716,'4000','221748338182','2025-05-27 12:29:44',NULL,100.00,'','22','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(7717,'1000','221748341848','2025-05-27 13:31:03',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7718,'4000','221748341848','2025-05-27 13:31:03',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(7719,'4000','221748341848','2025-05-27 13:30:48',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(7720,'1000','111748343408','2025-05-27 13:57:35',200.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7721,'4000','111748343408','2025-05-27 13:57:35',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(7722,'4000','111748343408','2025-05-27 13:56:48',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(7723,'4000','111748343408','2025-05-27 13:56:55',NULL,100.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(7724,'1000','111748344367','2025-05-27 14:13:29',470.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7725,'4000','111748344367','2025-05-27 14:13:29',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(7726,'4000','111748344367','2025-05-27 14:12:47',NULL,200.00,'','11','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(7727,'4000','111748344367','2025-05-27 14:13:02',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(7728,'4000','111748344367','2025-05-27 14:13:11',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(7732,'1000','221748344943','2025-05-27 14:22:33',400.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7733,'4000','221748344943','2025-05-27 14:22:33',NULL,200.00,'','22','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(7734,'4000','221748344943','2025-05-27 14:22:23',NULL,200.00,'','22','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(7735,'1000','221748344689','2025-05-27 14:18:20',380.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7736,'4000','221748344689','2025-05-27 14:18:20',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(7737,'4000','221748344689','2025-05-27 14:18:09',NULL,280.00,'','22','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(7738,'4000','221748344689','2025-05-27 14:18:17',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(7750,'1000','221748346298','2025-05-27 14:45:51',1110.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7751,'4000','221748346298','2025-05-27 14:45:51',NULL,300.00,'','22','1','Good sold','1','','sales','72','','No',NULL,NULL,''),(7752,'4000','221748346298','2025-05-27 14:44:58',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(7753,'4000','221748346298','2025-05-27 14:45:12',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(7754,'4000','221748346298','2025-05-27 14:45:41',NULL,280.00,'','22','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(7755,'4000','221748346298','2025-05-27 14:45:48',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(7756,'4000','221748346298','2025-05-27 15:02:33',NULL,100.00,'','22','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(7757,'4000','221748346298','2025-05-27 15:07:05',NULL,280.00,'','22','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(7758,'1000','111748349557','2025-05-27 15:39:21',30.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7759,'4000','111748349557','2025-05-27 15:39:21',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7760,'1000','111748352355','2025-05-27 16:26:59',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7761,'4000','111748352355','2025-05-27 16:26:59',NULL,150.00,'','11','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(7762,'4000','111748352355','2025-05-27 16:25:55',NULL,150.00,'','11','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(7763,'1000','111748352546','2025-05-27 16:29:09',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7764,'4000','111748352546','2025-05-27 16:29:09',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(7765,'1000','221748353250','2025-05-27 16:40:53',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7766,'4000','221748353250','2025-05-27 16:40:53',NULL,50.00,'','22','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(7769,'1000','221748356129','2025-05-27 17:29:04',230.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7770,'4000','221748356129','2025-05-27 17:29:04',NULL,180.00,'','22','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(7771,'4000','221748356129','2025-05-27 17:28:49',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(7786,'1000','111748355206','2025-05-27 17:13:28',100.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7787,'4000','111748355206','2025-05-27 17:13:28',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(7788,'4000','111748355206','2025-05-27 17:13:26',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(7795,'1000','111748357536','2025-05-27 17:52:49',450.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7796,'4000','111748357536','2025-05-27 17:52:49',NULL,200.00,'','11','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(7797,'4000','111748357536','2025-05-27 17:52:21',NULL,200.00,'','11','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(7798,'4000','111748357536','2025-05-27 17:52:25',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7799,'1000','111748356692','2025-05-27 17:38:29',260.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7800,'4000','111748356692','2025-05-27 17:38:29',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(7801,'4000','111748356692','2025-05-27 17:38:12',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(7802,'4000','111748356692','2025-05-27 17:38:16',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7803,'4000','111748356692','2025-05-27 17:38:23',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7804,'4000','111748356692','2025-05-27 17:38:27',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(7805,'4000','111748356692','2025-05-27 17:47:50',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(7806,'1000','111748356768','2025-05-27 17:39:50',250.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7807,'4000','111748356768','2025-05-27 17:39:50',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(7808,'4000','111748356768','2025-05-27 17:39:28',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(7809,'4000','111748356768','2025-05-27 17:39:33',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7810,'4000','111748356768','2025-05-27 17:39:48',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(7811,'4000','111748356768','2025-05-27 17:42:07',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(7814,'1000','111748358237','2025-05-27 18:04:02',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7815,'4000','111748358237','2025-05-27 18:04:02',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7823,'1000','111748358595','2025-05-27 18:11:31',530.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7824,'4000','111748358595','2025-05-27 18:11:31',NULL,100.00,'','11','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(7825,'4000','111748358595','2025-05-27 18:09:55',NULL,150.00,'','11','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(7826,'4000','111748358595','2025-05-27 18:11:13',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(7827,'4000','111748358595','2025-05-27 18:11:29',NULL,200.00,'','11','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(7828,'4000','111748358595','2025-05-27 18:19:50',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7829,'1000','221748359963','2025-05-27 18:32:54',180.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7830,'4000','221748359963','2025-05-27 18:32:54',NULL,150.00,'','22','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(7831,'4000','221748359963','2025-05-27 18:32:43',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7832,'1000','221748357878','2025-05-27 17:58:01',500.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7833,'4000','221748357878','2025-05-27 17:58:01',NULL,200.00,'','22','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(7834,'4000','221748357878','2025-05-27 17:57:58',NULL,200.00,'','22','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(7835,'4000','221748357878','2025-05-27 18:06:14',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(7836,'4000','221748357878','2025-05-27 18:36:35',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(7837,'1000','221748360645','2025-05-27 18:44:07',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7838,'4000','221748360645','2025-05-27 18:44:07',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(7843,'1000','111748361210','2025-05-27 18:53:49',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7844,'4000','111748361210','2025-05-27 18:53:49',NULL,300.00,'','11','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(7845,'4000','111748361210','2025-05-27 18:53:30',NULL,50.00,'','11','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(7846,'1000','111748361617','2025-05-27 19:00:29',100.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7847,'4000','111748361617','2025-05-27 19:00:29',NULL,100.00,'','11','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(7853,'1000','221748360944','2025-05-27 18:50:32',740.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7854,'4000','221748360944','2025-05-27 18:50:32',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(7855,'4000','221748360944','2025-05-27 18:49:04',NULL,280.00,'','22','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(7856,'4000','221748360944','2025-05-27 18:49:57',NULL,100.00,'','22','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(7857,'4000','221748360944','2025-05-27 18:50:30',NULL,100.00,'','22','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(7858,'4000','221748360944','2025-05-27 19:02:31',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7859,'4000','221748360944','2025-05-27 19:09:27',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7860,'4000','221748360944','2025-05-27 19:09:34',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(7861,'1000','221748362293','2025-05-27 19:11:35',300.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7862,'4000','221748362293','2025-05-27 19:11:35',NULL,300.00,'','22','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(7863,'1000','111748362341','2025-05-27 19:12:23',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7864,'4000','111748362341','2025-05-27 19:12:23',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7865,'1000','111748362367','2025-05-27 19:13:01',70.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7866,'4000','111748362367','2025-05-27 19:13:01',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(7867,'4000','111748362367','2025-05-27 19:12:47',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(7874,'1000','221748363312','2025-05-27 19:28:57',250.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7875,'4000','221748363312','2025-05-27 19:28:57',NULL,150.00,'','22','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(7876,'4000','221748363312','2025-05-27 19:28:32',NULL,100.00,'','22','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(7880,'1000','111748362566','2025-05-27 19:16:28',180.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7881,'4000','111748362566','2025-05-27 19:16:28',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7882,'4000','111748362566','2025-05-27 19:16:06',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7883,'4000','111748362566','2025-05-27 19:16:10',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7884,'4000','111748362566','2025-05-27 19:16:25',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7885,'1000','221748364819','2025-05-27 19:54:06',150.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7886,'4000','221748364819','2025-05-27 19:54:06',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7887,'4000','221748364819','2025-05-27 19:53:39',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(7888,'4000','221748364819','2025-05-27 19:53:59',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(7889,'1000','111748365142','2025-05-27 20:05:38',2020.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7890,'4000','111748365142','2025-05-27 20:05:38',NULL,200.00,'','11','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(7891,'4000','111748365142','2025-05-27 19:59:02',NULL,200.00,'','11','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(7892,'4000','111748365142','2025-05-27 19:59:07',NULL,280.00,'','11','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(7893,'4000','111748365142','2025-05-27 20:02:20',NULL,280.00,'','11','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(7894,'4000','111748365142','2025-05-27 20:02:24',NULL,180.00,'','11','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(7895,'4000','111748365142','2025-05-27 20:02:36',NULL,180.00,'','11','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(7896,'4000','111748365142','2025-05-27 20:02:40',NULL,350.00,'','11','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(7897,'4000','111748365142','2025-05-27 20:04:56',NULL,350.00,'','11','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(7900,'1000','221748365645','2025-05-27 20:07:27',300.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7901,'4000','221748365645','2025-05-27 20:07:27',NULL,150.00,'','22','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(7902,'4000','221748365645','2025-05-27 20:07:25',NULL,150.00,'','22','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(7903,'1000','221748366030','2025-05-27 20:13:56',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7904,'4000','221748366030','2025-05-27 20:13:56',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7905,'4000','221748366030','2025-05-27 20:13:50',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7906,'1000','111748363051','2025-05-27 19:24:13',750.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7907,'4000','111748363051','2025-05-27 19:24:13',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(7908,'4000','111748363051','2025-05-27 19:24:11',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(7909,'4000','111748363051','2025-05-27 19:37:07',NULL,100.00,'','11','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(7910,'4000','111748363051','2025-05-27 20:27:13',NULL,350.00,'','11','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(7911,'1000','221748369078','2025-05-27 21:05:15',330.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7912,'4000','221748369078','2025-05-27 21:05:15',NULL,150.00,'','22','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(7913,'4000','221748369078','2025-05-27 21:04:38',NULL,180.00,'','22','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(7914,'1000','111748369654','2025-05-27 21:14:16',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7915,'4000','111748369654','2025-05-27 21:14:16',NULL,150.00,'','11','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(7916,'1000','191748371831','2025-05-27 21:50:48',650.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7917,'4000','191748371831','2025-05-27 21:50:48',NULL,600.00,'','19','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(7918,'4000','191748371831','2025-05-27 21:50:31',NULL,50.00,'','19','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(7919,'1000','181748372612','2025-05-27 22:03:34',80.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7920,'4000','181748372612','2025-05-27 22:03:34',NULL,80.00,'','18','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(7921,'1000','191748373356','2025-05-27 22:15:58',180.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7922,'4000','191748373356','2025-05-27 22:15:58',NULL,180.00,'','19','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(7923,'1000','191748380800','2025-05-28 00:20:02',100.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7924,'4000','191748380800','2025-05-28 00:20:02',NULL,100.00,'','19','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(7925,'1000','191748395912','2025-05-28 04:32:02',150.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7926,'4000','191748395912','2025-05-28 04:32:02',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7927,'4000','191748395912','2025-05-28 04:31:52',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7928,'4000','191748395912','2025-05-28 04:31:56',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7929,'1000','191748406621','2025-05-28 07:31:06',280.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7930,'4000','191748406621','2025-05-28 07:31:06',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7931,'4000','191748406621','2025-05-28 07:30:21',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7932,'4000','191748406621','2025-05-28 07:30:25',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7933,'4000','191748406621','2025-05-28 07:30:42',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7934,'4000','191748406621','2025-05-28 07:30:47',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(7935,'4000','191748406621','2025-05-28 07:30:59',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(7938,'1110','191748414031','2025-05-28 09:35:10',NULL,0.00,'','19','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(7939,'1110','191748414031','2025-05-28 09:33:51',NULL,0.00,'','19','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(7940,'1110','191748414031','2025-05-28 09:33:55',NULL,0.00,'','19','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(7941,'1110','191748414031','2025-05-28 09:34:00',NULL,0.00,'','19','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(7942,'1110','191748414031','2025-05-28 09:34:05',NULL,0.00,'','19','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(7943,'1110','191748414031','2025-05-28 09:34:10',NULL,0.00,'','19','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(7944,'1110','191748414031','2025-05-28 09:34:26',NULL,0.00,'','19','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(7945,'1110','191748414031','2025-05-28 09:34:33',NULL,0.00,'','19','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(7946,'1110','191748414031','2025-05-28 09:34:45',NULL,1.00,'','19','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(7947,'5500','191748414031','2025-05-28 09:35:08',1.00,NULL,'','19','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7948,'1000','191748414031','2025-05-28 09:35:10',500.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7949,'4000','191748414031','2025-05-28 09:35:10',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7950,'4000','191748414031','2025-05-28 09:33:51',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7951,'4000','191748414031','2025-05-28 09:33:55',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7952,'4000','191748414031','2025-05-28 09:34:00',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7953,'4000','191748414031','2025-05-28 09:34:05',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7954,'4000','191748414031','2025-05-28 09:34:10',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7955,'4000','191748414031','2025-05-28 09:34:26',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7956,'4000','191748414031','2025-05-28 09:34:33',NULL,150.00,'','19','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(7957,'4000','191748414031','2025-05-28 09:34:45',NULL,100.00,'','19','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(7958,'1000','191748414192','2025-05-28 09:37:45',210.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7959,'4000','191748414192','2025-05-28 09:37:45',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(7960,'4000','191748414192','2025-05-28 09:36:32',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(7961,'4000','191748414192','2025-05-28 09:36:36',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7962,'4000','191748414192','2025-05-28 09:37:03',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(7963,'4000','191748414192','2025-05-28 09:37:31',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(7964,'1000','191748414321','2025-05-28 09:38:42',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7965,'4000','191748414321','2025-05-28 09:38:42',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7966,'1000','221748413909','2025-05-28 09:31:50',110.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7967,'4000','221748413909','2025-05-28 09:31:50',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7968,'4000','221748413909','2025-05-28 09:31:49',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7969,'4000','221748413909','2025-05-28 09:42:52',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(7972,'1000','221748416185','2025-05-28 10:09:47',140.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7973,'4000','221748416185','2025-05-28 10:09:47',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7974,'4000','221748416185','2025-05-28 10:09:45',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(7975,'4000','221748416185','2025-05-28 10:15:47',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(7976,'4000','221748416185','2025-05-28 10:15:52',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(7977,'1110','221748417592','2025-05-28 10:33:30',NULL,0.00,'','22','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(7978,'1110','221748417592','2025-05-28 10:33:12',NULL,1.00,'','22','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(7979,'5500','221748417592','2025-05-28 10:33:28',1.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7980,'1000','221748417592','2025-05-28 10:33:30',150.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7981,'4000','221748417592','2025-05-28 10:33:30',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7982,'4000','221748417592','2025-05-28 10:33:12',NULL,100.00,'','22','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(7983,'1000','221748418051','2025-05-28 10:42:00',240.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7984,'4000','221748418051','2025-05-28 10:42:00',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7985,'4000','221748418051','2025-05-28 10:40:51',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(7986,'4000','221748418051','2025-05-28 10:41:29',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(7987,'4000','221748418051','2025-05-28 10:41:37',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(7988,'4000','221748418051','2025-05-28 10:41:43',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(7989,'4000','221748418051','2025-05-28 10:41:49',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(7990,'1110','211748418955','2025-05-28 10:56:38',NULL,0.00,'','21','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(7991,'1110','211748418955','2025-05-28 10:55:55',NULL,0.00,'','21','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(7992,'1110','211748418955','2025-05-28 10:56:17',NULL,1.00,'','21','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(7993,'5500','211748418955','2025-05-28 10:56:32',1.00,NULL,'','21','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(7994,'1000','211748418955','2025-05-28 10:56:38',210.00,NULL,'','21','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(7995,'4000','211748418955','2025-05-28 10:56:38',NULL,50.00,'','21','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(7996,'4000','211748418955','2025-05-28 10:55:55',NULL,60.00,'','21','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(7997,'4000','211748418955','2025-05-28 10:56:17',NULL,100.00,'','21','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(8000,'1000','221748421239','2025-05-28 11:34:01',110.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8001,'4000','221748421239','2025-05-28 11:34:01',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8002,'4000','221748421239','2025-05-28 11:33:59',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(8006,'1000','221748423265','2025-05-28 12:07:47',80.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8007,'4000','221748423265','2025-05-28 12:07:47',NULL,80.00,'','22','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(8008,'1000','221748422343','2025-05-28 11:52:47',350.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8009,'4000','221748422343','2025-05-28 11:52:47',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8010,'4000','221748422343','2025-05-28 11:52:23',NULL,150.00,'','22','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(8011,'4000','221748422343','2025-05-28 11:52:46',NULL,150.00,'','22','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(8022,'1000','221748426016','2025-05-28 12:53:47',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8023,'4000','221748426016','2025-05-28 12:53:47',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8024,'4000','221748426016','2025-05-28 12:53:36',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8025,'1000','221748426071','2025-05-28 12:54:43',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8026,'4000','221748426071','2025-05-28 12:54:43',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8027,'4000','221748426071','2025-05-28 12:54:31',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8033,'1000','221748426964','2025-05-28 13:09:27',420.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8034,'4000','221748426964','2025-05-28 13:09:27',NULL,150.00,'','22','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(8035,'4000','221748426964','2025-05-28 13:09:24',NULL,100.00,'','22','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(8036,'4000','221748426964','2025-05-28 13:31:49',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(8037,'4000','221748426964','2025-05-28 13:32:33',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(8038,'4000','221748426964','2025-05-28 13:32:38',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(8039,'1000','221748424833','2025-05-28 12:33:55',350.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8040,'4000','221748424833','2025-05-28 12:33:55',NULL,200.00,'','22','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(8041,'4000','221748424833','2025-05-28 12:33:53',NULL,150.00,'','22','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(8042,'1000','221748427888','2025-05-28 13:25:25',250.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8043,'4000','221748427888','2025-05-28 13:25:25',NULL,200.00,'','22','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(8044,'4000','221748427888','2025-05-28 13:24:49',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8045,'1000','221748431500','2025-05-28 14:25:03',150.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8046,'4000','221748431500','2025-05-28 14:25:03',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(8052,'1000','221748432824','2025-05-28 14:47:07',200.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8053,'4000','221748432824','2025-05-28 14:47:07',NULL,200.00,'','22','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(8060,'1000','221748434633','2025-05-28 15:20:03',270.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8061,'4000','221748434633','2025-05-28 15:20:03',NULL,30.00,'','22','1','Good sold','1','','sales','92','','No',NULL,NULL,''),(8062,'4000','221748434633','2025-05-28 15:17:13',NULL,30.00,'','22','1','Good sold','1','','sales','92','','No',NULL,NULL,''),(8063,'4000','221748434633','2025-05-28 15:17:23',NULL,30.00,'','22','1','Good sold','1','','sales','92','','No',NULL,NULL,''),(8064,'4000','221748434633','2025-05-28 15:18:15',NULL,30.00,'','22','1','Good sold','1','','sales','92','','No',NULL,NULL,''),(8065,'4000','221748434633','2025-05-28 15:18:26',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(8066,'4000','221748434633','2025-05-28 15:18:51',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(8067,'4000','221748434633','2025-05-28 15:19:38',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(8068,'4000','221748434633','2025-05-28 15:19:45',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(8069,'4000','221748434633','2025-05-28 15:19:53',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(8073,'1000','221748434898','2025-05-28 15:21:58',400.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8074,'4000','221748434898','2025-05-28 15:21:58',NULL,200.00,'','22','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(8075,'4000','221748434898','2025-05-28 15:21:39',NULL,100.00,'','22','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(8076,'4000','221748434898','2025-05-28 15:21:56',NULL,100.00,'','22','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(8079,'1000','191748436652','2025-05-28 15:51:29',200.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8080,'4000','191748436652','2025-05-28 15:51:29',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8081,'4000','191748436652','2025-05-28 15:50:52',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8082,'4000','191748436652','2025-05-28 15:50:57',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(8083,'4000','191748436652','2025-05-28 15:51:16',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(8084,'4000','191748436652','2025-05-28 15:51:19',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(8085,'1000','191748437525','2025-05-28 16:06:11',120.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8086,'4000','191748437525','2025-05-28 16:06:11',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8087,'4000','191748437525','2025-05-28 16:05:25',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(8088,'4000','191748437525','2025-05-28 16:05:56',NULL,50.00,'','19','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(8093,'1110','221748424891','2025-05-28 12:35:26',NULL,0.00,'','22','1','Inventory sold','1','','sales','44','','No',NULL,NULL,''),(8094,'1110','221748424891','2025-05-28 12:34:51',NULL,20.00,'','22','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(8095,'1110','221748424891','2025-05-28 12:35:20',NULL,20.00,'','22','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(8096,'1110','221748424891','2025-05-28 12:35:23',NULL,0.00,'','22','1','Inventory sold','1','','sales','43','','No',NULL,NULL,''),(8097,'1110','221748424891','2025-05-28 15:57:17',NULL,0.00,'','22','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(8098,'5500','221748424891','2025-05-28 16:09:55',40.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8099,'1000','221748424891','2025-05-28 12:35:26',570.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8100,'4000','221748424891','2025-05-28 12:35:26',NULL,150.00,'','22','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(8101,'4000','221748424891','2025-05-28 12:34:51',NULL,20.00,'','22','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(8102,'4000','221748424891','2025-05-28 12:35:20',NULL,20.00,'','22','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(8103,'4000','221748424891','2025-05-28 12:35:23',NULL,200.00,'','22','1','Good sold','1','','sales','43','','No',NULL,NULL,''),(8104,'4000','221748424891','2025-05-28 15:57:17',NULL,180.00,'','22','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8105,'1000','191748440094','2025-05-28 16:51:04',1100.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8106,'4000','191748440094','2025-05-28 16:51:04',NULL,100.00,'','19','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(8107,'4000','191748440094','2025-05-28 16:48:14',NULL,150.00,'','19','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(8108,'4000','191748440094','2025-05-28 16:50:30',NULL,50.00,'','19','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(8109,'4000','191748440094','2025-05-28 16:50:49',NULL,800.00,'','19','1','Good sold','1','','sales','39','','No',NULL,NULL,''),(8110,'1000','191748441312','2025-05-28 17:08:37',60.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8111,'4000','191748441312','2025-05-28 17:08:37',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(8112,'1000','221748432662','2025-05-28 14:45:34',690.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8113,'4000','221748432662','2025-05-28 14:45:34',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(8114,'4000','221748432662','2025-05-28 14:44:22',NULL,280.00,'','22','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(8115,'4000','221748432662','2025-05-28 14:45:17',NULL,280.00,'','22','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(8116,'4000','221748432662','2025-05-28 14:45:24',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(8117,'4000','221748432662','2025-05-28 14:45:32',NULL,50.00,'','22','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(8126,'1000','191748437652','2025-05-28 16:08:19',230.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8127,'4000','191748437652','2025-05-28 16:08:19',NULL,50.00,'','19','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(8128,'4000','191748437652','2025-05-28 16:07:32',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(8129,'4000','191748437652','2025-05-28 16:08:12',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(8130,'4000','191748437652','2025-05-28 16:08:17',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(8131,'4000','191748437652','2025-05-28 17:19:16',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(8132,'4000','191748437652','2025-05-28 17:19:27',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(8133,'4000','191748437652','2025-05-28 17:19:32',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(8134,'1000','191748442837','2025-05-28 17:33:59',150.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8135,'4000','191748442837','2025-05-28 17:33:59',NULL,150.00,'','19','1','Good sold','1','','sales','87','','No',NULL,NULL,''),(8136,'1000','191748442966','2025-05-28 17:36:08',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8137,'4000','191748442966','2025-05-28 17:36:08',NULL,50.00,'','19','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(8138,'1000','221748443220','2025-05-28 17:40:35',360.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8139,'4000','221748443220','2025-05-28 17:40:35',NULL,180.00,'','22','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8140,'4000','221748443220','2025-05-28 17:40:21',NULL,180.00,'','22','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8141,'1000','191748443858','2025-05-28 17:51:23',210.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8142,'4000','191748443858','2025-05-28 17:51:23',NULL,150.00,'','19','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(8143,'4000','191748443858','2025-05-28 17:50:58',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(8154,'1000','191748445826','2025-05-28 18:23:55',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8155,'4000','191748445826','2025-05-28 18:23:55',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8156,'4000','191748445826','2025-05-28 18:23:47',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8157,'1000','191748447679','2025-05-28 18:56:02',280.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8158,'4000','191748447679','2025-05-28 18:56:02',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8159,'4000','191748447679','2025-05-28 18:54:39',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8160,'4000','191748447679','2025-05-28 18:54:50',NULL,120.00,'','19','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(8161,'4000','191748447679','2025-05-28 18:55:44',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(8162,'1000','191748448428','2025-05-28 19:07:11',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8163,'4000','191748448428','2025-05-28 19:07:11',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8166,'1000','191748449188','2025-05-28 19:20:32',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8167,'4000','191748449188','2025-05-28 19:20:32',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8177,'1000','191748450843','2025-05-28 19:47:27',180.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8178,'4000','191748450843','2025-05-28 19:47:27',NULL,180.00,'','19','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8190,'1000','191748450527','2025-05-28 19:42:19',500.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8191,'4000','191748450527','2025-05-28 19:42:19',NULL,200.00,'','19','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(8192,'4000','191748450527','2025-05-28 19:42:07',NULL,200.00,'','19','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(8193,'4000','191748450527','2025-05-28 19:42:17',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8194,'4000','191748450527','2025-05-28 20:00:26',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8195,'1000','191748452290','2025-05-28 20:11:47',150.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8196,'4000','191748452290','2025-05-28 20:11:47',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8197,'4000','191748452290','2025-05-28 20:11:30',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8198,'4000','191748452290','2025-05-28 20:11:36',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8199,'1000','191748452423','2025-05-28 20:14:53',300.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8200,'4000','191748452423','2025-05-28 20:14:53',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8201,'4000','191748452423','2025-05-28 20:13:43',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8202,'4000','191748452423','2025-05-28 20:13:48',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8203,'4000','191748452423','2025-05-28 20:13:54',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8204,'4000','191748452423','2025-05-28 20:14:01',NULL,50.00,'','19','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(8205,'4000','191748452423','2025-05-28 20:14:22',NULL,50.00,'','19','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(8209,'1000','221748436549','2025-05-28 15:49:12',770.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8210,'4000','221748436549','2025-05-28 15:49:12',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8211,'4000','221748436549','2025-05-28 15:49:09',NULL,600.00,'','22','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(8212,'4000','221748436549','2025-05-28 19:55:39',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(8213,'4000','221748436549','2025-05-28 19:56:13',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(8214,'4000','221748436549','2025-05-28 19:56:18',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(8215,'4000','221748436549','2025-05-28 20:20:21',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(8225,'1000','191748452701','2025-05-28 20:18:31',440.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8226,'4000','191748452701','2025-05-28 20:18:31',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8227,'4000','191748452701','2025-05-28 20:18:21',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8228,'4000','191748452701','2025-05-28 20:18:28',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(8229,'4000','191748452701','2025-05-28 20:30:17',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(8230,'4000','191748452701','2025-05-28 20:30:21',NULL,200.00,'','19','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(8231,'4000','191748452701','2025-05-28 20:30:39',NULL,100.00,'','19','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(8246,'1000','191748448857','2025-05-28 19:14:20',750.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8247,'4000','191748448857','2025-05-28 19:14:20',NULL,100.00,'','19','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(8248,'4000','191748448857','2025-05-28 19:14:18',NULL,600.00,'','19','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(8249,'4000','191748448857','2025-05-28 20:59:07',NULL,50.00,'','19','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(8250,'1000','191748455265','2025-05-28 21:01:42',750.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8251,'4000','191748455265','2025-05-28 21:01:42',NULL,600.00,'','19','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(8252,'4000','191748455265','2025-05-28 21:01:05',NULL,50.00,'','19','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(8253,'4000','191748455265','2025-05-28 21:01:14',NULL,100.00,'','19','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(8254,'1000','191748455526','2025-05-28 21:05:27',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8255,'4000','191748455526','2025-05-28 21:05:27',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8256,'1000','221748449402','2025-05-28 19:23:26',1160.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8257,'4000','221748449402','2025-05-28 19:23:26',NULL,100.00,'','22','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(8258,'4000','221748449402','2025-05-28 19:23:22',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(8259,'4000','221748449402','2025-05-28 19:30:53',NULL,350.00,'','22','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(8260,'4000','221748449402','2025-05-28 19:31:14',NULL,100.00,'','22','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(8261,'4000','221748449402','2025-05-28 19:57:28',NULL,100.00,'','22','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(8262,'4000','221748449402','2025-05-28 19:57:38',NULL,100.00,'','22','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(8263,'4000','221748449402','2025-05-28 20:21:32',NULL,60.00,'','22','1','Good sold','1','','sales','56','','No',NULL,NULL,''),(8264,'4000','221748449402','2025-05-28 20:21:38',NULL,100.00,'','22','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(8265,'4000','221748449402','2025-05-28 20:22:20',NULL,100.00,'','22','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(8266,'1000','191748455781','2025-05-28 21:11:15',150.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8267,'4000','191748455781','2025-05-28 21:11:15',NULL,50.00,'','19','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(8268,'4000','191748455781','2025-05-28 21:09:41',NULL,50.00,'','19','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(8269,'4000','191748455781','2025-05-28 21:10:38',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8270,'1000','191748456539','2025-05-28 21:26:33',690.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8271,'4000','191748456539','2025-05-28 21:26:33',NULL,200.00,'','19','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(8272,'4000','191748456539','2025-05-28 21:22:19',NULL,200.00,'','19','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(8273,'4000','191748456539','2025-05-28 21:22:27',NULL,100.00,'','19','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(8274,'4000','191748456539','2025-05-28 21:25:59',NULL,100.00,'','19','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(8275,'4000','191748456539','2025-05-28 21:26:04',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(8276,'4000','191748456539','2025-05-28 21:26:17',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(8277,'4000','191748456539','2025-05-28 21:26:22',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8278,'1000','181748456915','2025-05-28 21:36:11',3820.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8279,'4000','181748456915','2025-05-28 21:36:11',NULL,600.00,'','18','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(8280,'4000','181748456915','2025-05-28 21:28:35',NULL,600.00,'','18','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(8281,'4000','181748456915','2025-05-28 21:28:40',NULL,600.00,'','18','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(8282,'4000','181748456915','2025-05-28 21:28:44',NULL,600.00,'','18','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(8283,'4000','181748456915','2025-05-28 21:28:48',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(8284,'4000','181748456915','2025-05-28 21:28:58',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(8285,'4000','181748456915','2025-05-28 21:29:02',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(8286,'4000','181748456915','2025-05-28 21:29:11',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(8287,'4000','181748456915','2025-05-28 21:29:15',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(8288,'4000','181748456915','2025-05-28 21:29:20',NULL,280.00,'','18','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(8289,'4000','181748456915','2025-05-28 21:29:26',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(8290,'4000','181748456915','2025-05-28 21:29:51',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(8291,'4000','181748456915','2025-05-28 21:34:16',NULL,50.00,'','18','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(8292,'4000','181748456915','2025-05-28 21:34:26',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(8293,'4000','181748456915','2025-05-28 21:34:35',NULL,150.00,'','18','1','Good sold','1','','sales','87','','No',NULL,NULL,''),(8294,'4000','181748456915','2025-05-28 21:35:49',NULL,200.00,'','18','1','Good sold','1','','sales','43','','No',NULL,NULL,''),(8295,'4000','181748456915','2025-05-28 21:36:05',NULL,200.00,'','18','1','Good sold','1','','sales','43','','No',NULL,NULL,''),(8296,'1000','181748459129','2025-05-28 22:05:47',420.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8297,'4000','181748459129','2025-05-28 22:05:47',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(8298,'4000','181748459129','2025-05-28 22:05:29',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(8299,'4000','181748459129','2025-05-28 22:05:33',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(8300,'4000','181748459129','2025-05-28 22:05:41',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(8301,'1000','181748459288','2025-05-28 22:08:19',200.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8302,'4000','181748459288','2025-05-28 22:08:19',NULL,150.00,'','18','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(8303,'4000','181748459288','2025-05-28 22:08:08',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8304,'1000','191748454863','2025-05-28 20:54:25',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8305,'4000','191748454863','2025-05-28 20:54:25',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8306,'1110','221748444897','2025-05-28 18:09:40',NULL,0.00,'','22','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(8307,'1110','221748444897','2025-05-28 18:08:17',NULL,0.00,'','22','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(8308,'1110','221748444897','2025-05-28 18:08:28',NULL,1.00,'','22','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(8309,'1110','221748444897','2025-05-28 18:09:20',NULL,0.00,'','22','1','Inventory sold','1','','sales','7','','No',NULL,NULL,''),(8310,'1110','221748444897','2025-05-28 18:09:31',NULL,0.00,'','22','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(8311,'5500','221748444897','2025-05-28 20:43:54',1.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8312,'1000','221748444897','2025-05-28 18:09:40',270.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8313,'4000','221748444897','2025-05-28 18:09:40',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8314,'4000','221748444897','2025-05-28 18:08:17',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8315,'4000','221748444897','2025-05-28 18:08:28',NULL,100.00,'','22','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(8316,'4000','221748444897','2025-05-28 18:09:20',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(8317,'4000','221748444897','2025-05-28 18:09:31',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8321,'1000','181748463106','2025-05-28 23:11:52',750.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8322,'4000','181748463106','2025-05-28 23:11:52',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(8323,'4000','181748463106','2025-05-28 23:11:46',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(8324,'4000','181748463106','2025-05-28 23:11:51',NULL,600.00,'','18','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(8325,'4000','181748463106','2025-05-28 23:12:41',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(8326,'1000','181748463214','2025-05-28 23:14:18',350.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8327,'4000','181748463214','2025-05-28 23:14:18',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8328,'4000','181748463214','2025-05-28 23:13:34',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8329,'4000','181748463214','2025-05-28 23:13:39',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8330,'4000','181748463214','2025-05-28 23:13:44',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8331,'4000','181748463214','2025-05-28 23:13:49',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8332,'4000','181748463214','2025-05-28 23:13:54',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8333,'4000','181748463214','2025-05-28 23:13:58',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8334,'1000','181748463412','2025-05-28 23:19:55',830.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8335,'4000','181748463412','2025-05-28 23:19:55',NULL,100.00,'','18','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(8336,'4000','181748463412','2025-05-28 23:16:52',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(8337,'4000','181748463412','2025-05-28 23:17:02',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(8338,'4000','181748463412','2025-05-28 23:17:05',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(8339,'4000','181748463412','2025-05-28 23:17:23',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8340,'4000','181748463412','2025-05-28 23:17:37',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8341,'4000','181748463412','2025-05-28 23:17:40',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8342,'4000','181748463412','2025-05-28 23:17:43',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8343,'4000','181748463412','2025-05-28 23:17:46',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(8344,'4000','181748463412','2025-05-28 23:18:03',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(8345,'4000','181748463412','2025-05-28 23:18:05',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(8346,'4000','181748463412','2025-05-28 23:18:08',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8347,'4000','181748463412','2025-05-28 23:18:26',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8348,'4000','181748463412','2025-05-28 23:19:00',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8349,'4000','181748463412','2025-05-28 23:19:06',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(8350,'1110','181748463656','2025-05-28 23:21:50',NULL,0.00,'','18','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(8351,'1110','181748463656','2025-05-28 23:20:56',NULL,0.00,'','18','1','Inventory sold','1','','sales','52','','No',NULL,NULL,''),(8352,'1110','181748463656','2025-05-28 23:21:08',NULL,0.00,'','18','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(8353,'1110','181748463656','2025-05-28 23:21:21',NULL,1.00,'','18','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(8354,'1110','181748463656','2025-05-28 23:21:33',NULL,0.00,'','18','1','Inventory sold','1','','sales','55','','No',NULL,NULL,''),(8355,'5500','181748463656','2025-05-28 23:21:49',1.00,NULL,'','18','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8356,'1000','181748463656','2025-05-28 23:21:50',410.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8357,'4000','181748463656','2025-05-28 23:21:50',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(8358,'4000','181748463656','2025-05-28 23:20:56',NULL,150.00,'','18','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(8359,'4000','181748463656','2025-05-28 23:21:08',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8360,'4000','181748463656','2025-05-28 23:21:21',NULL,100.00,'','18','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(8361,'4000','181748463656','2025-05-28 23:21:33',NULL,80.00,'','18','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(8362,'1000','181748463755','2025-05-28 23:24:05',250.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8363,'4000','181748463755','2025-05-28 23:24:05',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8364,'4000','181748463755','2025-05-28 23:22:35',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8365,'4000','181748463755','2025-05-28 23:22:37',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(8366,'4000','181748463755','2025-05-28 23:23:09',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8367,'4000','181748463755','2025-05-28 23:23:23',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(8375,'1000','111748500493','2025-05-29 09:34:58',60.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8376,'4000','111748500493','2025-05-29 09:34:58',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(8377,'4000','111748500493','2025-05-29 09:34:53',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(8378,'1000','111748500425','2025-05-29 09:34:13',270.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8379,'4000','111748500425','2025-05-29 09:34:13',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8380,'4000','111748500425','2025-05-29 09:33:45',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8381,'4000','111748500425','2025-05-29 09:33:48',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8382,'4000','111748500425','2025-05-29 09:33:52',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8383,'4000','111748500425','2025-05-29 09:33:56',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(8384,'4000','111748500425','2025-05-29 09:34:07',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(8385,'4000','111748500425','2025-05-29 09:34:11',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(8386,'1000','111748501213','2025-05-29 09:47:19',180.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8387,'4000','111748501213','2025-05-29 09:47:19',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8388,'4000','111748501213','2025-05-29 09:46:53',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(8389,'4000','111748501213','2025-05-29 09:47:06',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(8390,'4000','111748501213','2025-05-29 09:47:13',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(8399,'1000','111748503687','2025-05-29 10:28:09',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8400,'4000','111748503687','2025-05-29 10:28:09',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8415,'1000','221748508076','2025-05-29 11:41:45',90.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8416,'4000','221748508076','2025-05-29 11:41:45',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(8417,'4000','221748508076','2025-05-29 11:41:16',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(8418,'4000','221748508076','2025-05-29 11:41:22',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8421,'1000','221748503000','2025-05-29 10:17:00',750.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8422,'4000','221748503000','2025-05-29 10:17:00',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8423,'4000','221748503000','2025-05-29 10:16:40',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8424,'4000','221748503000','2025-05-29 10:16:45',NULL,180.00,'','22','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8425,'4000','221748503000','2025-05-29 10:16:59',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(8426,'4000','221748503000','2025-05-29 10:45:25',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(8427,'4000','221748503000','2025-05-29 10:45:29',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(8428,'4000','221748503000','2025-05-29 10:45:34',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(8429,'4000','221748503000','2025-05-29 10:45:40',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(8430,'4000','221748503000','2025-05-29 10:45:44',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(8431,'4000','221748503000','2025-05-29 10:53:56',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(8432,'4000','221748503000','2025-05-29 10:54:02',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(8433,'4000','221748503000','2025-05-29 10:54:26',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8434,'4000','221748503000','2025-05-29 10:55:21',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8435,'4000','221748503000','2025-05-29 10:55:25',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(8436,'1000','221748511468','2025-05-29 12:37:50',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8437,'4000','221748511468','2025-05-29 12:37:50',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(8438,'1000','221748512219','2025-05-29 12:50:21',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8439,'4000','221748512219','2025-05-29 12:50:21',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(8442,'1000','221748513057','2025-05-29 13:04:19',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8443,'4000','221748513057','2025-05-29 13:04:19',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(8444,'1000','221748513137','2025-05-29 13:05:49',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8445,'4000','221748513137','2025-05-29 13:05:49',NULL,50.00,'','22','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(8446,'4000','221748513137','2025-05-29 13:05:37',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(8447,'1000','111748515194','2025-05-29 13:39:56',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8448,'4000','111748515194','2025-05-29 13:39:56',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8449,'1000','221748515938','2025-05-29 13:53:57',930.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8450,'4000','221748515938','2025-05-29 13:53:57',NULL,100.00,'','22','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(8451,'4000','221748515938','2025-05-29 13:52:19',NULL,350.00,'','22','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(8452,'4000','221748515938','2025-05-29 13:52:35',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(8453,'4000','221748515938','2025-05-29 13:52:42',NULL,280.00,'','22','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(8454,'4000','221748515938','2025-05-29 13:53:09',NULL,50.00,'','22','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(8455,'4000','221748515938','2025-05-29 13:53:29',NULL,50.00,'','22','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(8456,'4000','221748515938','2025-05-29 13:53:35',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(8467,'1000','221748517341','2025-05-29 14:15:43',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8468,'4000','221748517341','2025-05-29 14:15:43',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8472,'1000','221748516104','2025-05-29 13:56:07',1030.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8473,'4000','221748516104','2025-05-29 13:56:07',NULL,280.00,'','22','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(8474,'4000','221748516104','2025-05-29 13:55:04',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(8475,'4000','221748516104','2025-05-29 13:55:12',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(8476,'4000','221748516104','2025-05-29 13:55:19',NULL,350.00,'','22','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(8477,'4000','221748516104','2025-05-29 13:55:26',NULL,50.00,'','22','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(8478,'4000','221748516104','2025-05-29 13:55:35',NULL,50.00,'','22','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(8479,'4000','221748516104','2025-05-29 13:55:40',NULL,100.00,'','22','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(8480,'4000','221748516104','2025-05-29 13:56:04',NULL,100.00,'','22','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(8484,'1000','111748518084','2025-05-29 14:28:26',130.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8485,'4000','111748518084','2025-05-29 14:28:26',NULL,80.00,'','11','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(8486,'4000','111748518084','2025-05-29 14:28:04',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8487,'1000','221748508291','2025-05-29 11:44:52',560.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8488,'4000','221748508291','2025-05-29 11:44:52',NULL,180.00,'','22','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8489,'4000','221748508291','2025-05-29 11:44:51',NULL,100.00,'','22','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(8490,'4000','221748508291','2025-05-29 14:33:53',NULL,280.00,'','22','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(8491,'1000','111748518599','2025-05-29 14:36:43',200.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8492,'4000','111748518599','2025-05-29 14:36:43',NULL,200.00,'','11','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(8497,'1000','111748524023','2025-05-29 16:07:05',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8498,'4000','111748524023','2025-05-29 16:07:05',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8499,'1000','111748524040','2025-05-29 16:07:41',180.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8500,'4000','111748524040','2025-05-29 16:07:41',NULL,180.00,'','11','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8504,'1000','111748524581','2025-05-29 16:16:26',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8505,'4000','111748524581','2025-05-29 16:16:26',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8506,'4000','111748524581','2025-05-29 16:16:21',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8507,'4000','111748524581','2025-05-29 16:16:24',NULL,50.00,'','11','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(8508,'1000','221748524937','2025-05-29 16:22:24',250.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8509,'4000','221748524937','2025-05-29 16:22:24',NULL,100.00,'','22','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(8510,'4000','221748524937','2025-05-29 16:22:17',NULL,150.00,'','22','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(8518,'1000','111748516292','2025-05-29 13:58:14',750.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8519,'4000','111748516292','2025-05-29 13:58:14',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(8520,'4000','111748516292','2025-05-29 13:58:12',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(8521,'4000','111748516292','2025-05-29 14:16:53',NULL,300.00,'','11','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(8522,'4000','111748516292','2025-05-29 14:52:10',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8523,'4000','111748516292','2025-05-29 16:42:35',NULL,100.00,'','11','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(8524,'1000','111748526534','2025-05-29 16:49:07',180.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8525,'4000','111748526534','2025-05-29 16:49:07',NULL,180.00,'','11','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8526,'1000','221748528635','2025-05-29 17:24:15',80.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8527,'4000','221748528635','2025-05-29 17:24:15',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8528,'4000','221748528635','2025-05-29 17:23:55',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(8529,'1000','111748529002','2025-05-29 17:32:32',330.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8530,'4000','111748529002','2025-05-29 17:32:32',NULL,200.00,'','11','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(8531,'4000','111748529002','2025-05-29 17:30:02',NULL,130.00,'','11','1','Good sold','1','','sales','24','','No',NULL,NULL,''),(8532,'1000','111748529182','2025-05-29 17:34:50',230.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8533,'4000','111748529182','2025-05-29 17:34:50',NULL,50.00,'','11','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(8534,'4000','111748529182','2025-05-29 17:33:02',NULL,50.00,'','11','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(8535,'4000','111748529182','2025-05-29 17:34:07',NULL,130.00,'','11','1','Good sold','1','','sales','24','','No',NULL,NULL,''),(8536,'1000','111748529329','2025-05-29 17:35:55',110.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8537,'4000','111748529329','2025-05-29 17:35:55',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(8538,'4000','111748529329','2025-05-29 17:35:30',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(8539,'4000','111748529329','2025-05-29 17:35:37',NULL,50.00,'','11','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(8540,'1000','221748529448','2025-05-29 17:37:37',350.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8541,'4000','221748529448','2025-05-29 17:37:37',NULL,200.00,'','22','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(8542,'4000','221748529448','2025-05-29 17:37:28',NULL,150.00,'','22','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(8543,'1000','111748529629','2025-05-29 17:41:03',100.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8544,'4000','111748529629','2025-05-29 17:41:03',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8545,'4000','111748529629','2025-05-29 17:40:29',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8546,'1000','221748530387','2025-05-29 17:53:32',110.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8547,'4000','221748530387','2025-05-29 17:53:32',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(8548,'4000','221748530387','2025-05-29 17:53:08',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(8549,'4000','221748530387','2025-05-29 17:53:17',NULL,50.00,'','22','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(8550,'1000','111748530579','2025-05-29 17:57:05',220.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8551,'4000','111748530579','2025-05-29 17:57:05',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8552,'4000','111748530579','2025-05-29 17:56:20',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8553,'4000','111748530579','2025-05-29 17:56:31',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(8554,'4000','111748530579','2025-05-29 17:56:59',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(8555,'1000','111748597329','2025-05-30 12:29:19',280.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8556,'4000','111748597329','2025-05-30 12:29:19',NULL,200.00,'','11','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(8557,'4000','111748597329','2025-05-30 12:28:49',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(8558,'4000','111748597329','2025-05-30 12:29:02',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(8559,'4000','111748597329','2025-05-30 12:29:08',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(8560,'4000','111748597329','2025-05-30 12:29:12',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(8561,'1000','111748597398','2025-05-30 12:30:01',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8562,'4000','111748597398','2025-05-30 12:30:01',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8563,'1000','221748526298','2025-05-29 16:44:59',250.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8564,'4000','221748526298','2025-05-29 16:44:59',NULL,200.00,'','22','1','Good sold','1','','sales','43','','No',NULL,NULL,''),(8565,'4000','221748526298','2025-05-29 16:44:58',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(8566,'1000','221748598002','2025-05-30 12:40:04',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8567,'4000','221748598002','2025-05-30 12:40:04',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8568,'1000','221748598034','2025-05-30 12:40:41',600.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8569,'4000','221748598034','2025-05-30 12:40:41',NULL,300.00,'','22','1','Good sold','1','','sales','93','','No',NULL,NULL,''),(8570,'4000','221748598034','2025-05-30 12:40:34',NULL,300.00,'','22','1','Good sold','1','','sales','93','','No',NULL,NULL,''),(8571,'1000','111748598183','2025-05-30 12:43:05',30.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8572,'4000','111748598183','2025-05-30 12:43:05',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(8573,'1000','111748598221','2025-05-30 12:44:05',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8574,'4000','111748598221','2025-05-30 12:44:05',NULL,150.00,'','11','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(8575,'1000','221748615835','2025-05-30 17:38:22',380.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8576,'4000','221748615835','2025-05-30 17:38:22',NULL,280.00,'','22','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(8577,'4000','221748615835','2025-05-30 17:37:16',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(8578,'4000','221748615835','2025-05-30 17:37:36',NULL,50.00,'','22','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(8579,'1000','221748615982','2025-05-30 17:41:10',650.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8580,'4000','221748615982','2025-05-30 17:41:10',NULL,100.00,'','22','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(8581,'4000','221748615982','2025-05-30 17:39:42',NULL,350.00,'','22','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(8582,'4000','221748615982','2025-05-30 17:40:33',NULL,200.00,'','22','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(8585,'1000','111748616439','2025-05-30 17:47:43',250.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8586,'4000','111748616439','2025-05-30 17:47:43',NULL,200.00,'','11','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(8587,'4000','111748616439','2025-05-30 17:47:19',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8588,'1000','111748616534','2025-05-30 17:48:56',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8589,'4000','111748616534','2025-05-30 17:48:56',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(8590,'1000','111748616575','2025-05-30 17:49:48',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8591,'4000','111748616575','2025-05-30 17:49:48',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8592,'4000','111748616575','2025-05-30 17:49:35',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(8593,'1000','111748616683','2025-05-30 17:53:22',460.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8594,'4000','111748616683','2025-05-30 17:53:22',NULL,300.00,'','11','1','Good sold','1','','sales','72','','No',NULL,NULL,''),(8595,'4000','111748616683','2025-05-30 17:51:23',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8596,'4000','111748616683','2025-05-30 17:52:02',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(8597,'4000','111748616683','2025-05-30 17:52:30',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8598,'1000','111748617085','2025-05-30 17:59:13',260.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8599,'4000','111748617085','2025-05-30 17:59:13',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(8600,'4000','111748617085','2025-05-30 17:58:05',NULL,150.00,'','11','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(8601,'4000','111748617085','2025-05-30 17:58:29',NULL,80.00,'','11','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(8602,'1000','111748617380','2025-05-30 18:04:26',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8603,'4000','111748617380','2025-05-30 18:04:26',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8604,'4000','111748617380','2025-05-30 18:03:00',NULL,100.00,'','11','1','Good sold','1','','sales','76','','No',NULL,NULL,''),(8605,'1000','221748617382','2025-05-30 18:05:10',240.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8606,'4000','221748617382','2025-05-30 18:05:10',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8607,'4000','221748617382','2025-05-30 18:03:02',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8608,'4000','221748617382','2025-05-30 18:03:14',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8609,'4000','221748617382','2025-05-30 18:03:28',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(8610,'4000','221748617382','2025-05-30 18:04:09',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(8611,'4000','221748617382','2025-05-30 18:04:48',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(8615,'1000','111748617533','2025-05-30 18:05:57',200.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8616,'4000','111748617533','2025-05-30 18:05:57',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(8617,'4000','111748617533','2025-05-30 18:05:33',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8618,'1000','221748616140','2025-05-30 17:42:28',180.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8619,'4000','221748616140','2025-05-30 17:42:28',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8620,'4000','221748616140','2025-05-30 17:42:20',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8621,'4000','221748616140','2025-05-30 18:10:16',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(8622,'4000','221748616140','2025-05-30 18:11:19',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(8623,'1000','221748618006','2025-05-30 18:13:32',150.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8624,'4000','221748618006','2025-05-30 18:13:32',NULL,150.00,'','22','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(8625,'1000','221748618739','2025-05-30 18:26:02',70.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8626,'4000','221748618739','2025-05-30 18:26:02',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(8627,'4000','221748618739','2025-05-30 18:25:39',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(8628,'4000','221748618739','2025-05-30 18:25:47',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(8629,'1000','111748619568','2025-05-30 18:39:44',360.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8630,'4000','111748619568','2025-05-30 18:39:44',NULL,180.00,'','11','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(8631,'4000','111748619568','2025-05-30 18:39:28',NULL,180.00,'','11','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(8632,'1000','221748619610','2025-05-30 18:41:55',250.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8633,'4000','221748619610','2025-05-30 18:41:55',NULL,150.00,'','22','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(8634,'4000','221748619610','2025-05-30 18:40:11',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(8635,'4000','221748619610','2025-05-30 18:41:26',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8636,'1000','111748620439','2025-05-30 18:54:31',330.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8637,'4000','111748620439','2025-05-30 18:54:31',NULL,150.00,'','11','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(8638,'4000','111748620439','2025-05-30 18:53:59',NULL,180.00,'','11','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8639,'1000','221748623748','2025-05-30 19:49:12',150.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8640,'4000','221748623748','2025-05-30 19:49:12',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(8653,'1000','221748624658','2025-05-30 20:04:20',250.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8654,'4000','221748624658','2025-05-30 20:04:20',NULL,200.00,'','22','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(8655,'4000','221748624658','2025-05-30 20:04:18',NULL,50.00,'','22','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(8656,'1000','221748624872','2025-05-30 20:08:57',460.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8657,'4000','221748624872','2025-05-30 20:08:57',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(8658,'4000','221748624872','2025-05-30 20:07:52',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(8659,'4000','221748624872','2025-05-30 20:07:56',NULL,150.00,'','22','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(8660,'4000','221748624872','2025-05-30 20:08:19',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8661,'4000','221748624872','2025-05-30 20:08:45',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8662,'4000','221748624872','2025-05-30 20:08:50',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8663,'4000','221748624872','2025-05-30 20:08:55',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8664,'4000','221748624872','2025-05-30 20:14:53',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8665,'1000','111748624345','2025-05-30 19:59:17',200.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8666,'4000','111748624345','2025-05-30 19:59:17',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8667,'4000','111748624345','2025-05-30 19:59:05',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8668,'4000','111748624345','2025-05-30 19:59:14',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(8669,'4000','111748624345','2025-05-30 20:17:01',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(8672,'1000','111748625872','2025-05-30 20:24:36',200.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8673,'4000','111748625872','2025-05-30 20:24:36',NULL,150.00,'','11','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(8674,'4000','111748625872','2025-05-30 20:24:32',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8675,'1000','111748626432','2025-05-30 20:34:06',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8676,'4000','111748626432','2025-05-30 20:34:06',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8677,'4000','111748626432','2025-05-30 20:33:52',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8678,'4000','111748626432','2025-05-30 20:33:59',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8679,'1000','221748626898','2025-05-30 20:41:39',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8680,'4000','221748626898','2025-05-30 20:41:39',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8681,'1000','111748627712','2025-05-30 20:55:14',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8682,'4000','111748627712','2025-05-30 20:55:14',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8683,'1000','111748628680','2025-05-30 21:11:22',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8684,'4000','111748628680','2025-05-30 21:11:22',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(8687,'1000','181748630030','2025-05-30 21:34:00',470.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8688,'4000','181748630030','2025-05-30 21:34:00',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(8689,'4000','181748630030','2025-05-30 21:33:50',NULL,200.00,'','18','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(8690,'4000','181748630030','2025-05-30 21:35:59',NULL,50.00,'','18','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(8691,'4000','181748630030','2025-05-30 21:36:10',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(8692,'4000','181748630030','2025-05-30 21:36:37',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(8693,'4000','181748630030','2025-05-30 21:36:41',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(8694,'4000','181748630030','2025-05-30 21:36:46',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(8695,'4000','181748630030','2025-05-30 21:36:51',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(8696,'4000','181748630030','2025-05-30 21:36:56',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(8697,'4000','181748630030','2025-05-30 21:37:00',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(8698,'1000','181748631795','2025-05-30 22:03:21',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8699,'4000','181748631795','2025-05-30 22:03:21',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8700,'4000','181748631795','2025-05-30 22:03:15',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8703,'1000','181748633788','2025-05-30 22:36:29',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8704,'4000','181748633788','2025-05-30 22:36:29',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8705,'1000','181748669120','2025-05-31 08:25:21',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8706,'4000','181748669120','2025-05-31 08:25:21',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8707,'1000','221748675555','2025-05-31 10:13:00',90.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8708,'4000','221748675555','2025-05-31 10:13:00',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(8709,'4000','221748675555','2025-05-31 10:12:35',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(8710,'4000','221748675555','2025-05-31 10:12:39',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8711,'1000','111748676643','2025-05-31 10:31:03',90.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8712,'4000','111748676643','2025-05-31 10:31:03',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8713,'4000','111748676643','2025-05-31 10:30:43',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(8714,'4000','111748676643','2025-05-31 10:30:52',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(8717,'1000','221748679125','2025-05-31 11:12:10',80.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8718,'4000','221748679125','2025-05-31 11:12:10',NULL,80.00,'','22','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(8719,'1000','111748679334','2025-05-31 11:15:58',180.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8720,'4000','111748679334','2025-05-31 11:15:58',NULL,180.00,'','11','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8724,'1000','111748681753','2025-05-31 11:56:30',360.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8725,'4000','111748681753','2025-05-31 11:56:30',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8726,'4000','111748681753','2025-05-31 11:55:53',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8727,'4000','111748681753','2025-05-31 11:55:55',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8728,'4000','111748681753','2025-05-31 11:56:00',NULL,150.00,'','11','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(8729,'4000','111748681753','2025-05-31 11:56:07',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(8730,'4000','111748681753','2025-05-31 11:56:22',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(8731,'4000','111748681753','2025-05-31 11:56:24',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(8732,'1000','111748682922','2025-05-31 12:15:33',200.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8733,'4000','111748682922','2025-05-31 12:15:33',NULL,100.00,'','11','1','Good sold','1','','sales','76','','No',NULL,NULL,''),(8734,'4000','111748682922','2025-05-31 12:15:22',NULL,100.00,'','11','1','Good sold','1','','sales','75','','No',NULL,NULL,''),(8735,'1000','111748682971','2025-05-31 12:17:18',450.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8736,'4000','111748682971','2025-05-31 12:17:18',NULL,100.00,'','11','1','Good sold','1','','sales','76','','No',NULL,NULL,''),(8737,'4000','111748682971','2025-05-31 12:16:11',NULL,50.00,'','11','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(8738,'4000','111748682971','2025-05-31 12:16:52',NULL,300.00,'','11','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(8747,'1000','111748683252','2025-05-31 12:20:54',200.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8748,'4000','111748683252','2025-05-31 12:20:54',NULL,200.00,'','11','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(8749,'1000','111748683622','2025-05-31 12:27:04',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8750,'4000','111748683622','2025-05-31 12:27:04',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(8751,'1000','221748684067','2025-05-31 12:36:18',600.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8752,'4000','221748684067','2025-05-31 12:36:18',NULL,200.00,'','22','1','Good sold','1','','sales','43','','No',NULL,NULL,''),(8753,'4000','221748684067','2025-05-31 12:34:27',NULL,350.00,'','22','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(8754,'4000','221748684067','2025-05-31 12:35:22',NULL,50.00,'','22','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(8765,'1000','111748685765','2025-05-31 13:02:48',200.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8766,'4000','111748685765','2025-05-31 13:02:48',NULL,200.00,'','11','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(8767,'1000','111748686483','2025-05-31 13:14:46',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8768,'4000','111748686483','2025-05-31 13:14:46',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8781,'1000','111748687304','2025-05-31 13:34:39',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8782,'4000','111748687304','2025-05-31 13:34:39',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(8783,'4000','111748687304','2025-05-31 13:28:24',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8784,'4000','111748687304','2025-05-31 13:28:49',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8785,'1110','221748682978','2025-05-31 12:17:18',NULL,1.00,'','22','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(8786,'1110','221748682978','2025-05-31 12:16:19',NULL,0.00,'','22','1','Inventory sold','1','','sales','7','','No',NULL,NULL,''),(8787,'1110','221748682978','2025-05-31 12:16:38',NULL,0.00,'','22','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(8788,'1110','221748682978','2025-05-31 12:17:14',NULL,0.00,'','22','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(8789,'1110','221748682978','2025-05-31 12:37:30',NULL,0.00,'','22','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(8790,'1110','221748682978','2025-05-31 13:20:31',NULL,0.00,'','22','1','Inventory sold','1','','sales','7','','No',NULL,NULL,''),(8791,'5500','221748682978','2025-05-31 13:40:48',1.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(8792,'1000','221748682978','2025-05-31 12:17:18',290.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8793,'4000','221748682978','2025-05-31 12:17:18',NULL,100.00,'','22','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(8794,'4000','221748682978','2025-05-31 12:16:19',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(8795,'4000','221748682978','2025-05-31 12:16:38',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8796,'4000','221748682978','2025-05-31 12:17:14',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(8797,'4000','221748682978','2025-05-31 12:37:30',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8798,'4000','221748682978','2025-05-31 13:20:31',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(8799,'1000','221748688646','2025-05-31 13:50:48',20.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8800,'4000','221748688646','2025-05-31 13:50:48',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(8801,'1000','221748689166','2025-05-31 13:59:45',110.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8802,'4000','221748689166','2025-05-31 13:59:45',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(8803,'4000','221748689166','2025-05-31 13:59:26',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(8804,'4000','221748689166','2025-05-31 13:59:31',NULL,50.00,'','22','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(8805,'1000','111748690770','2025-05-31 14:26:36',200.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8806,'4000','111748690770','2025-05-31 14:26:36',NULL,200.00,'','11','1','Good sold','1','','sales','86','','No',NULL,NULL,''),(8807,'1000','111748691304','2025-05-31 14:35:06',30.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8808,'4000','111748691304','2025-05-31 14:35:06',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(8809,'1000','221748691741','2025-05-31 14:43:03',150.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8810,'4000','221748691741','2025-05-31 14:43:03',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(8811,'4000','221748691741','2025-05-31 14:42:21',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8812,'4000','221748691741','2025-05-31 14:42:48',NULL,50.00,'','22','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(8824,'1000','221748693440','2025-05-31 15:10:44',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8825,'4000','221748693440','2025-05-31 15:10:44',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8826,'1000','111748694349','2025-05-31 15:25:52',20.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8827,'4000','111748694349','2025-05-31 15:25:52',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(8828,'1000','111748691938','2025-05-31 14:46:06',600.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8829,'4000','111748691938','2025-05-31 14:46:06',NULL,150.00,'','11','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(8830,'4000','111748691938','2025-05-31 14:45:38',NULL,200.00,'','11','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(8831,'4000','111748691938','2025-05-31 14:46:02',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(8832,'4000','111748691938','2025-05-31 14:59:13',NULL,100.00,'','11','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(8833,'1000','221748679022','2025-05-31 11:10:24',440.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8834,'4000','221748679022','2025-05-31 11:10:24',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(8835,'4000','221748679022','2025-05-31 11:10:22',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(8836,'4000','221748679022','2025-05-31 11:16:24',NULL,300.00,'','22','1','Good sold','1','','sales','93','','No',NULL,NULL,''),(8837,'4000','221748679022','2025-05-31 14:58:14',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8838,'4000','221748679022','2025-05-31 15:40:07',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(8839,'1000','221748695466','2025-05-31 15:44:27',180.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8840,'4000','221748695466','2025-05-31 15:44:27',NULL,180.00,'','22','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(8844,'1000','221748697786','2025-05-31 16:23:11',500.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8845,'4000','221748697786','2025-05-31 16:23:11',NULL,250.00,'','22','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(8846,'4000','221748697786','2025-05-31 16:23:06',NULL,250.00,'','22','1','Good sold','1','','sales','69','','No',NULL,NULL,''),(8849,'1000','111748700357','2025-05-31 17:18:26',420.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8850,'4000','111748700357','2025-05-31 17:18:26',NULL,150.00,'','11','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(8851,'4000','111748700357','2025-05-31 17:05:57',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(8852,'4000','111748700357','2025-05-31 17:06:12',NULL,150.00,'','11','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(8853,'4000','111748700357','2025-05-31 17:17:50',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(8858,'1000','111748702314','2025-05-31 17:38:40',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8859,'4000','111748702314','2025-05-31 17:38:40',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(8863,'1000','221748700678','2025-05-31 17:11:25',300.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8864,'4000','221748700678','2025-05-31 17:11:25',NULL,100.00,'','22','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(8865,'4000','221748700678','2025-05-31 17:11:18',NULL,100.00,'','22','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(8866,'4000','221748700678','2025-05-31 17:24:57',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(8867,'4000','221748700678','2025-05-31 17:25:05',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(8868,'1000','221748702880','2025-05-31 17:48:19',450.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8869,'4000','221748702880','2025-05-31 17:48:19',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(8870,'4000','221748702880','2025-05-31 17:48:00',NULL,300.00,'','22','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(8871,'1000','111748702373','2025-05-31 17:39:47',320.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8872,'4000','111748702373','2025-05-31 17:39:47',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8873,'4000','111748702373','2025-05-31 17:39:33',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8874,'4000','111748702373','2025-05-31 17:39:39',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8875,'4000','111748702373','2025-05-31 17:48:40',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8876,'4000','111748702373','2025-05-31 17:48:44',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(8877,'4000','111748702373','2025-05-31 17:49:46',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(8878,'4000','111748702373','2025-05-31 17:49:52',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(8879,'4000','111748702373','2025-05-31 17:50:09',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(8880,'1000','111748703307','2025-05-31 17:55:10',80.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8881,'4000','111748703307','2025-05-31 17:55:10',NULL,80.00,'','11','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(8884,'1000','111748704667','2025-05-31 18:17:50',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8885,'4000','111748704667','2025-05-31 18:17:50',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(8886,'1000','221748704817','2025-05-31 18:20:50',110.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8887,'4000','221748704817','2025-05-31 18:20:50',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(8888,'4000','221748704817','2025-05-31 18:20:17',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8889,'1000','221748704971','2025-05-31 18:23:19',110.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8890,'4000','221748704971','2025-05-31 18:23:19',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(8891,'4000','221748704971','2025-05-31 18:22:51',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(8892,'4000','221748704971','2025-05-31 18:23:08',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(8893,'4000','221748704971','2025-05-31 18:23:14',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(8900,'1000','221748705358','2025-05-31 18:29:58',110.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8901,'4000','221748705358','2025-05-31 18:29:58',NULL,50.00,'','22','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(8902,'4000','221748705358','2025-05-31 18:29:18',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(8909,'1000','221748705084','2025-05-31 18:24:48',400.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8910,'4000','221748705084','2025-05-31 18:24:48',NULL,300.00,'','22','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(8911,'4000','221748705084','2025-05-31 18:24:45',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(8912,'4000','221748705084','2025-05-31 18:35:04',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8913,'1000','221748706272','2025-05-31 18:45:19',110.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8914,'4000','221748706272','2025-05-31 18:45:19',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(8915,'4000','221748706272','2025-05-31 18:44:32',NULL,50.00,'','22','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(8916,'1000','111748705020','2025-05-31 18:24:10',530.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8917,'4000','111748705020','2025-05-31 18:24:10',NULL,280.00,'','11','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(8918,'4000','111748705020','2025-05-31 18:23:41',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(8919,'4000','111748705020','2025-05-31 18:23:53',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(8920,'4000','111748705020','2025-05-31 18:24:06',NULL,50.00,'','11','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(8921,'1000','111748705865','2025-05-31 18:37:57',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8922,'4000','111748705865','2025-05-31 18:37:57',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8923,'4000','111748705865','2025-05-31 18:37:45',NULL,100.00,'','11','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(8924,'4000','111748705865','2025-05-31 18:37:55',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(8925,'4000','111748705865','2025-05-31 18:52:08',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(8926,'4000','111748705865','2025-05-31 18:52:13',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(8927,'4000','111748705865','2025-05-31 18:52:18',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(8928,'1000','111748706781','2025-05-31 18:53:04',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8929,'4000','111748706781','2025-05-31 18:53:04',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(8934,'1000','111748704022','2025-05-31 18:07:07',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8935,'4000','111748704022','2025-05-31 18:07:07',NULL,200.00,'','11','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(8936,'4000','111748704022','2025-05-31 18:07:02',NULL,100.00,'','11','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(8937,'1000','221748708176','2025-05-31 19:16:18',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8938,'4000','221748708176','2025-05-31 19:16:18',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8942,'1000','221748708502','2025-05-31 19:22:05',300.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8943,'4000','221748708502','2025-05-31 19:22:05',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8944,'4000','221748708502','2025-05-31 19:21:42',NULL,200.00,'','22','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(8945,'4000','221748708502','2025-05-31 19:22:02',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8946,'1000','221748710270','2025-05-31 19:51:23',300.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8947,'4000','221748710270','2025-05-31 19:51:23',NULL,100.00,'','22','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(8948,'4000','221748710270','2025-05-31 19:51:10',NULL,100.00,'','22','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(8949,'4000','221748710270','2025-05-31 19:51:16',NULL,100.00,'','22','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(8950,'1000','221748711614','2025-05-31 20:13:39',40.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8951,'4000','221748711614','2025-05-31 20:13:39',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(8952,'4000','221748711614','2025-05-31 20:13:34',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(8956,'1000','111748712023','2025-05-31 20:21:05',400.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8957,'4000','111748712023','2025-05-31 20:21:05',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8958,'4000','111748712023','2025-05-31 20:20:23',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8959,'4000','111748712023','2025-05-31 20:20:28',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8960,'4000','111748712023','2025-05-31 20:20:33',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8961,'4000','111748712023','2025-05-31 20:20:40',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8962,'4000','111748712023','2025-05-31 20:20:45',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8963,'4000','111748712023','2025-05-31 20:20:51',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8964,'4000','111748712023','2025-05-31 20:20:56',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(8965,'1000','111748711875','2025-05-31 20:18:14',170.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8966,'4000','111748711875','2025-05-31 20:18:14',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8967,'4000','111748711875','2025-05-31 20:17:55',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(8968,'4000','111748711875','2025-05-31 20:18:12',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(8969,'1000','111748707359','2025-05-31 19:03:17',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8970,'4000','111748707359','2025-05-31 19:03:17',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8971,'4000','111748707359','2025-05-31 19:02:39',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8972,'4000','111748707359','2025-05-31 19:02:47',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(8976,'1000','191748715931','2025-05-31 21:26:18',630.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8977,'4000','191748715931','2025-05-31 21:26:18',NULL,200.00,'','19','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(8978,'4000','191748715931','2025-05-31 21:25:31',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(8979,'4000','191748715931','2025-05-31 21:26:17',NULL,300.00,'','19','1','Good sold','1','','sales','51','','No',NULL,NULL,''),(8980,'4000','191748715931','2025-05-31 21:32:04',NULL,50.00,'','19','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(8981,'4000','191748715931','2025-05-31 21:36:39',NULL,50.00,'','19','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(8982,'1000','191748716792','2025-05-31 21:39:59',200.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8983,'4000','191748716792','2025-05-31 21:39:59',NULL,100.00,'','19','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(8984,'4000','191748716792','2025-05-31 21:39:52',NULL,100.00,'','19','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(8985,'1000','181748761990','2025-06-01 10:13:40',120.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8986,'4000','181748761990','2025-06-01 10:13:40',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(8987,'4000','181748761990','2025-06-01 10:13:10',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(8988,'4000','181748761990','2025-06-01 10:13:17',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(8989,'4000','181748761990','2025-06-01 10:13:24',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(8990,'4000','181748761990','2025-06-01 10:13:34',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(8991,'1000','181748766998','2025-06-01 11:37:52',500.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8992,'4000','181748766998','2025-06-01 11:37:52',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(8993,'4000','181748766998','2025-06-01 11:36:38',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(8994,'4000','181748766998','2025-06-01 11:37:04',NULL,300.00,'','18','1','Good sold','1','','sales','51','','No',NULL,NULL,''),(8995,'1000','181748772274','2025-06-01 13:05:17',300.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(8996,'4000','181748772274','2025-06-01 13:05:17',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8997,'4000','181748772274','2025-06-01 13:04:34',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8998,'4000','181748772274','2025-06-01 13:04:38',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(8999,'4000','181748772274','2025-06-01 13:04:46',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(9000,'4000','181748772274','2025-06-01 13:04:57',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(9001,'4000','181748772274','2025-06-01 13:05:03',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(9002,'4000','181748772274','2025-06-01 13:05:05',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(9003,'4000','181748772274','2025-06-01 13:05:11',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(9004,'1000','181748775104','2025-06-01 13:51:46',200.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9005,'4000','181748775104','2025-06-01 13:51:46',NULL,200.00,'','18','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(9006,'1000','181748775128','2025-06-01 13:52:19',350.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9007,'4000','181748775128','2025-06-01 13:52:19',NULL,300.00,'','18','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(9008,'4000','181748775128','2025-06-01 13:52:08',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(9009,'1000','181748777312','2025-06-01 14:28:33',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9010,'4000','181748777312','2025-06-01 14:28:33',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(9011,'1000','111748777642','2025-06-01 14:36:34',1550.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9012,'4000','111748777642','2025-06-01 14:36:34',NULL,350.00,'','11','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(9013,'4000','111748777642','2025-06-01 14:34:02',NULL,350.00,'','11','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(9014,'4000','111748777642','2025-06-01 14:34:32',NULL,350.00,'','11','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(9015,'4000','111748777642','2025-06-01 14:34:48',NULL,350.00,'','11','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(9016,'4000','111748777642','2025-06-01 14:35:04',NULL,50.00,'','11','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(9017,'4000','111748777642','2025-06-01 14:36:11',NULL,50.00,'','11','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(9018,'4000','111748777642','2025-06-01 14:36:16',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(9019,'1000','111748782122','2025-06-01 15:48:45',180.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9020,'4000','111748782122','2025-06-01 15:48:45',NULL,180.00,'','11','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(9021,'1000','111748782400','2025-06-01 15:53:40',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9022,'4000','111748782400','2025-06-01 15:53:40',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9023,'4000','111748782400','2025-06-01 15:53:21',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9024,'1000','111748783332','2025-06-01 16:09:50',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9025,'4000','111748783332','2025-06-01 16:09:50',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9026,'4000','111748783332','2025-06-01 16:08:52',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9027,'4000','111748783332','2025-06-01 16:09:27',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(9030,'1000','111748788376','2025-06-01 17:33:20',250.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9031,'4000','111748788376','2025-06-01 17:33:20',NULL,150.00,'','11','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(9032,'4000','111748788376','2025-06-01 17:32:57',NULL,100.00,'','11','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(9033,'1000','181748788999','2025-06-01 17:43:21',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9034,'4000','181748788999','2025-06-01 17:43:21',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(9035,'1000','111748787995','2025-06-01 17:26:54',200.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9036,'4000','111748787995','2025-06-01 17:26:54',NULL,100.00,'','11','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(9037,'4000','111748787995','2025-06-01 17:26:36',NULL,100.00,'','11','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(9038,'1000','111748790290','2025-06-01 18:06:37',1210.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9039,'4000','111748790290','2025-06-01 18:06:37',NULL,180.00,'','11','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(9040,'4000','111748790290','2025-06-01 18:04:50',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9041,'4000','111748790290','2025-06-01 18:04:54',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9042,'4000','111748790290','2025-06-01 18:04:59',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(9043,'4000','111748790290','2025-06-01 18:05:15',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(9044,'4000','111748790290','2025-06-01 18:05:20',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(9045,'4000','111748790290','2025-06-01 18:05:26',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(9046,'4000','111748790290','2025-06-01 18:05:32',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(9047,'4000','111748790290','2025-06-01 18:05:40',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9048,'4000','111748790290','2025-06-01 18:05:59',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9049,'4000','111748790290','2025-06-01 18:06:07',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9050,'4000','111748790290','2025-06-01 18:06:14',NULL,300.00,'','11','1','Good sold','1','','sales','93','','No',NULL,NULL,''),(9051,'1000','181748790896','2025-06-01 18:16:33',550.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9052,'4000','181748790896','2025-06-01 18:16:33',NULL,250.00,'','18','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(9053,'4000','181748790896','2025-06-01 18:14:56',NULL,100.00,'','18','1','Good sold','1','','sales','76','','No',NULL,NULL,''),(9054,'4000','181748790896','2025-06-01 18:15:15',NULL,100.00,'','18','1','Good sold','1','','sales','76','','No',NULL,NULL,''),(9055,'4000','181748790896','2025-06-01 18:16:01',NULL,100.00,'','18','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(9056,'1000','111748791125','2025-06-01 18:18:49',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9057,'4000','111748791125','2025-06-01 18:18:49',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(9063,'1000','111748791214','2025-06-01 18:20:31',70.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9064,'4000','111748791214','2025-06-01 18:20:31',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9065,'4000','111748791214','2025-06-01 18:20:14',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(9066,'1000','181748791226','2025-06-01 18:20:48',80.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9067,'4000','181748791226','2025-06-01 18:20:48',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9068,'4000','181748791226','2025-06-01 18:20:26',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(9069,'1000','111748791162','2025-06-01 18:19:46',550.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9070,'4000','111748791162','2025-06-01 18:19:46',NULL,150.00,'','11','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(9071,'4000','111748791162','2025-06-01 18:19:22',NULL,250.00,'','11','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(9072,'4000','111748791162','2025-06-01 18:19:44',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9073,'1000','181748791193','2025-06-01 18:19:55',430.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9074,'4000','181748791193','2025-06-01 18:19:55',NULL,50.00,'','18','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(9075,'4000','181748791193','2025-06-01 18:19:53',NULL,280.00,'','18','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(9076,'4000','181748791193','2025-06-01 18:38:32',NULL,100.00,'','18','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(9077,'1000','111748792870','2025-06-01 18:47:53',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9078,'4000','111748792870','2025-06-01 18:47:53',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9079,'1000','111748793631','2025-06-01 19:00:33',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9080,'4000','111748793631','2025-06-01 19:00:33',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9081,'1000','181748793768','2025-06-01 19:03:00',300.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9082,'4000','181748793768','2025-06-01 19:03:00',NULL,300.00,'','18','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(9083,'1000','111748794602','2025-06-01 19:16:51',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9084,'4000','111748794602','2025-06-01 19:16:51',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9085,'1000','111748795274','2025-06-01 19:28:24',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9086,'4000','111748795274','2025-06-01 19:28:24',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9087,'4000','111748795274','2025-06-01 19:27:54',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9088,'4000','111748795274','2025-06-01 19:27:59',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9089,'1000','111748795557','2025-06-01 19:34:06',110.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9090,'4000','111748795557','2025-06-01 19:34:06',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9091,'4000','111748795557','2025-06-01 19:32:37',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9092,'1000','181748795944','2025-06-01 19:39:30',450.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9093,'4000','181748795944','2025-06-01 19:39:30',NULL,150.00,'','18','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(9094,'4000','181748795944','2025-06-01 19:39:05',NULL,150.00,'','18','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(9095,'4000','181748795944','2025-06-01 19:39:18',NULL,150.00,'','18','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(9096,'1000','181748796116','2025-06-01 19:45:33',220.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9097,'4000','181748796116','2025-06-01 19:45:33',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9098,'4000','181748796116','2025-06-01 19:41:56',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9099,'4000','181748796116','2025-06-01 19:42:16',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9100,'4000','181748796116','2025-06-01 19:45:15',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9101,'1000','181748796977','2025-06-01 19:56:22',80.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9102,'4000','181748796977','2025-06-01 19:56:22',NULL,80.00,'','18','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(9103,'1000','111748797051','2025-06-01 19:58:33',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9104,'4000','111748797051','2025-06-01 19:58:33',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9105,'4000','111748797051','2025-06-01 19:57:32',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9106,'4000','111748797051','2025-06-01 19:57:50',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(9107,'4000','111748797051','2025-06-01 19:58:21',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(9108,'1000','111748797174','2025-06-01 19:59:39',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9109,'4000','111748797174','2025-06-01 19:59:39',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(9113,'1000','111748797929','2025-06-01 20:13:57',510.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9114,'4000','111748797929','2025-06-01 20:13:57',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(9115,'4000','111748797929','2025-06-01 20:12:09',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(9116,'4000','111748797929','2025-06-01 20:12:15',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9117,'4000','111748797929','2025-06-01 20:12:36',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9118,'4000','111748797929','2025-06-01 20:12:42',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9119,'4000','111748797929','2025-06-01 20:12:49',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9120,'4000','111748797929','2025-06-01 20:12:55',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9121,'4000','111748797929','2025-06-01 20:13:26',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9122,'4000','111748797929','2025-06-01 20:13:43',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9123,'4000','111748797929','2025-06-01 20:13:49',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9124,'1000','111748797656','2025-06-01 20:08:02',120.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9125,'4000','111748797656','2025-06-01 20:08:02',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9126,'4000','111748797656','2025-06-01 20:07:36',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(9127,'4000','111748797656','2025-06-01 20:08:00',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9128,'1000','181748798526','2025-06-01 20:22:08',200.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9129,'4000','181748798526','2025-06-01 20:22:08',NULL,200.00,'','18','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(9130,'1000','181748799985','2025-06-01 20:46:30',650.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9131,'4000','181748799985','2025-06-01 20:46:30',NULL,600.00,'','18','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(9132,'4000','181748799985','2025-06-01 20:46:25',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9135,'1000','191748801371','2025-06-01 21:09:33',100.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9136,'4000','191748801371','2025-06-01 21:09:33',NULL,100.00,'','19','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(9137,'1000','191748800833','2025-06-01 21:00:35',100.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9138,'4000','191748800833','2025-06-01 21:00:35',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9139,'4000','191748800833','2025-06-01 21:00:33',NULL,50.00,'','19','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(9140,'1000','181748801983','2025-06-01 21:20:21',400.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9141,'4000','181748801983','2025-06-01 21:20:21',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9142,'4000','181748801983','2025-06-01 21:19:43',NULL,300.00,'','18','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(9143,'4000','181748801983','2025-06-01 21:19:55',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(9144,'1000','181748802078','2025-06-01 21:21:20',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9145,'4000','181748802078','2025-06-01 21:21:20',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9146,'1000','221748805648','2025-06-01 22:21:02',210.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9147,'4000','221748805648','2025-06-01 22:21:02',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9148,'4000','221748805648','2025-06-01 22:20:48',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9149,'1000','221748809709','2025-06-01 23:28:30',20.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9150,'4000','221748809709','2025-06-01 23:28:30',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(9151,'1000','221748836476','2025-06-02 06:55:06',120.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9152,'4000','221748836476','2025-06-02 06:55:06',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(9153,'4000','221748836476','2025-06-02 06:54:36',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(9154,'4000','221748836476','2025-06-02 06:54:43',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(9155,'4000','221748836476','2025-06-02 06:54:47',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(9156,'4000','221748836476','2025-06-02 06:54:50',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(9157,'4000','221748836476','2025-06-02 06:54:53',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(9158,'1000','221748839079','2025-06-02 07:38:00',150.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9159,'4000','221748839079','2025-06-02 07:38:00',NULL,150.00,'','22','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(9160,'1000','221748840519','2025-06-02 08:02:07',60.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9161,'4000','221748840519','2025-06-02 08:02:07',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(9162,'4000','221748840519','2025-06-02 08:01:59',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(9163,'4000','221748840519','2025-06-02 08:02:02',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(9164,'1000','111748845464','2025-06-02 09:24:26',100.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9165,'4000','111748845464','2025-06-02 09:24:26',NULL,100.00,'','11','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(9166,'1000','111748845987','2025-06-02 09:33:09',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9167,'4000','111748845987','2025-06-02 09:33:09',NULL,50.00,'','11','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(9171,'1000','181748851549','2025-06-02 11:10:57',2550.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9172,'4000','181748851549','2025-06-02 11:10:57',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9173,'4000','181748851549','2025-06-02 11:05:49',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9174,'4000','181748851549','2025-06-02 11:05:55',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9175,'4000','181748851549','2025-06-02 11:06:00',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9176,'4000','181748851549','2025-06-02 11:06:04',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9177,'4000','181748851549','2025-06-02 11:06:07',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9178,'4000','181748851549','2025-06-02 11:06:10',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9179,'4000','181748851549','2025-06-02 11:06:23',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9180,'4000','181748851549','2025-06-02 11:06:31',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9181,'4000','181748851549','2025-06-02 11:06:35',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9182,'4000','181748851549','2025-06-02 11:09:31',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9183,'4000','181748851549','2025-06-02 11:09:34',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9184,'4000','181748851549','2025-06-02 11:09:39',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9185,'4000','181748851549','2025-06-02 11:09:44',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9186,'4000','181748851549','2025-06-02 11:09:49',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9187,'4000','181748851549','2025-06-02 11:09:55',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9188,'4000','181748851549','2025-06-02 11:10:01',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9189,'1000','181748850564','2025-06-02 10:49:48',590.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9190,'4000','181748850564','2025-06-02 10:49:48',NULL,200.00,'','18','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(9191,'4000','181748850564','2025-06-02 10:49:24',NULL,150.00,'','18','1','Good sold','1','','sales','87','','No',NULL,NULL,''),(9192,'4000','181748850564','2025-06-02 10:49:46',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(9193,'4000','181748850564','2025-06-02 11:20:42',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(9194,'4000','181748850564','2025-06-02 11:21:20',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(9195,'4000','181748850564','2025-06-02 11:21:25',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(9196,'4000','181748850564','2025-06-02 11:21:31',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(9197,'4000','181748850564','2025-06-02 11:21:40',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(9198,'4000','181748850564','2025-06-02 11:21:45',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(9199,'4000','181748850564','2025-06-02 11:21:49',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(9200,'1000','181748853331','2025-06-02 11:35:56',80.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9201,'4000','181748853331','2025-06-02 11:35:56',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9202,'4000','181748853331','2025-06-02 11:35:31',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(9203,'1000','181748853486','2025-06-02 11:38:08',30.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9204,'4000','181748853486','2025-06-02 11:38:08',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(9205,'1000','181748854528','2025-06-02 11:56:02',230.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9206,'4000','181748854528','2025-06-02 11:56:02',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(9207,'4000','181748854528','2025-06-02 11:55:28',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9208,'4000','181748854528','2025-06-02 11:55:44',NULL,150.00,'','18','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(9209,'1000','181748854581','2025-06-02 11:56:24',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9210,'4000','181748854581','2025-06-02 11:56:24',NULL,150.00,'','18','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(9211,'1000','181748854939','2025-06-02 12:02:47',190.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9212,'4000','181748854939','2025-06-02 12:02:47',NULL,150.00,'','18','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(9213,'4000','181748854939','2025-06-02 12:02:19',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(9214,'4000','181748854939','2025-06-02 12:02:40',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(9215,'1000','181748855639','2025-06-02 12:14:17',200.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9216,'4000','181748855639','2025-06-02 12:14:17',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(9217,'4000','181748855639','2025-06-02 12:13:59',NULL,150.00,'','18','1','Good sold','1','','sales','87','','No',NULL,NULL,''),(9218,'1000','181748859028','2025-06-02 13:10:35',380.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9219,'4000','181748859028','2025-06-02 13:10:35',NULL,100.00,'','18','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(9220,'4000','181748859028','2025-06-02 13:10:28',NULL,280.00,'','18','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(9221,'1000','181748859056','2025-06-02 13:10:59',200.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9222,'4000','181748859056','2025-06-02 13:10:59',NULL,200.00,'','18','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(9223,'1000','181748859351','2025-06-02 13:47:51',8850.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9224,'4000','181748859351','2025-06-02 13:47:51',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9225,'4000','181748859351','2025-06-02 13:15:51',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9226,'4000','181748859351','2025-06-02 13:15:54',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9227,'4000','181748859351','2025-06-02 13:15:58',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9228,'4000','181748859351','2025-06-02 13:16:00',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9229,'4000','181748859351','2025-06-02 13:16:03',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9230,'4000','181748859351','2025-06-02 13:16:05',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9231,'4000','181748859351','2025-06-02 13:16:11',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9232,'4000','181748859351','2025-06-02 13:16:15',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9233,'4000','181748859351','2025-06-02 13:16:17',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9234,'4000','181748859351','2025-06-02 13:16:21',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9235,'4000','181748859351','2025-06-02 13:16:24',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9236,'4000','181748859351','2025-06-02 13:16:26',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9237,'4000','181748859351','2025-06-02 13:16:29',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9238,'4000','181748859351','2025-06-02 13:16:31',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9239,'4000','181748859351','2025-06-02 13:16:34',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9240,'4000','181748859351','2025-06-02 13:16:37',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9241,'4000','181748859351','2025-06-02 13:16:39',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9242,'4000','181748859351','2025-06-02 13:16:41',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9243,'4000','181748859351','2025-06-02 13:16:44',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9244,'4000','181748859351','2025-06-02 13:16:49',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9245,'4000','181748859351','2025-06-02 13:41:44',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9246,'4000','181748859351','2025-06-02 13:41:49',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9247,'4000','181748859351','2025-06-02 13:41:53',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9248,'4000','181748859351','2025-06-02 13:41:58',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9249,'4000','181748859351','2025-06-02 13:42:03',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9250,'4000','181748859351','2025-06-02 13:42:05',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9251,'4000','181748859351','2025-06-02 13:42:09',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9252,'4000','181748859351','2025-06-02 13:42:12',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9253,'4000','181748859351','2025-06-02 13:42:14',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9254,'4000','181748859351','2025-06-02 13:42:17',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9255,'4000','181748859351','2025-06-02 13:42:19',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9256,'4000','181748859351','2025-06-02 13:42:21',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9257,'4000','181748859351','2025-06-02 13:42:24',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9258,'4000','181748859351','2025-06-02 13:45:34',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9259,'4000','181748859351','2025-06-02 13:45:38',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9260,'4000','181748859351','2025-06-02 13:45:43',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9261,'4000','181748859351','2025-06-02 13:45:48',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9262,'4000','181748859351','2025-06-02 13:45:53',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9263,'4000','181748859351','2025-06-02 13:45:56',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9264,'4000','181748859351','2025-06-02 13:46:00',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9265,'4000','181748859351','2025-06-02 13:46:06',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9266,'4000','181748859351','2025-06-02 13:46:09',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9267,'4000','181748859351','2025-06-02 13:46:12',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9268,'4000','181748859351','2025-06-02 13:46:15',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9269,'4000','181748859351','2025-06-02 13:46:21',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9270,'4000','181748859351','2025-06-02 13:46:25',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9271,'4000','181748859351','2025-06-02 13:46:33',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9272,'4000','181748859351','2025-06-02 13:46:38',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9273,'4000','181748859351','2025-06-02 13:46:47',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9274,'4000','181748859351','2025-06-02 13:46:54',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9275,'4000','181748859351','2025-06-02 13:47:00',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9276,'4000','181748859351','2025-06-02 13:47:06',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9277,'4000','181748859351','2025-06-02 13:47:14',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9278,'4000','181748859351','2025-06-02 13:47:18',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9279,'4000','181748859351','2025-06-02 13:47:26',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9280,'4000','181748859351','2025-06-02 13:47:32',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9281,'4000','181748859351','2025-06-02 13:47:38',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9282,'4000','181748859351','2025-06-02 13:47:43',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9283,'1000','181748861473','2025-06-02 13:51:30',210.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9284,'4000','181748861473','2025-06-02 13:51:30',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9285,'4000','181748861473','2025-06-02 13:51:13',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9290,'1000','191748863711','2025-06-02 14:28:33',300.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9291,'4000','191748863711','2025-06-02 14:28:33',NULL,300.00,'','19','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(9292,'1000','191748862659','2025-06-02 14:11:40',1040.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9293,'4000','191748862659','2025-06-02 14:11:40',NULL,560.00,'','19','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(9294,'4000','191748862659','2025-06-02 14:10:59',NULL,50.00,'','19','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(9295,'4000','191748862659','2025-06-02 14:11:20',NULL,150.00,'','19','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9296,'4000','191748862659','2025-06-02 14:11:38',NULL,100.00,'','19','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(9297,'4000','191748862659','2025-06-02 14:42:21',NULL,180.00,'','19','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(9298,'1000','191748866428','2025-06-02 15:13:52',150.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9299,'4000','191748866428','2025-06-02 15:13:52',NULL,150.00,'','19','1','Good sold','1','','sales','87','','No',NULL,NULL,''),(9300,'1000','191748867153','2025-06-02 15:26:44',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9301,'4000','191748867153','2025-06-02 15:26:44',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9302,'1000','191748867366','2025-06-02 15:29:28',200.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9303,'4000','191748867366','2025-06-02 15:29:28',NULL,200.00,'','19','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(9304,'1000','191748869411','2025-06-02 16:11:04',980.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9305,'4000','191748869411','2025-06-02 16:11:04',NULL,50.00,'','19','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(9306,'4000','191748869411','2025-06-02 16:03:32',NULL,250.00,'','19','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(9307,'4000','191748869411','2025-06-02 16:04:46',NULL,100.00,'','19','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(9308,'4000','191748869411','2025-06-02 16:10:06',NULL,200.00,'','19','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(9309,'4000','191748869411','2025-06-02 16:10:31',NULL,200.00,'','19','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(9310,'4000','191748869411','2025-06-02 16:10:38',NULL,180.00,'','19','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(9311,'1000','191748870340','2025-06-02 16:19:31',150.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9312,'4000','191748870340','2025-06-02 16:19:31',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9313,'4000','191748870340','2025-06-02 16:19:01',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9314,'4000','191748870340','2025-06-02 16:19:12',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9315,'1000','191748871409','2025-06-02 16:36:54',150.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9316,'4000','191748871409','2025-06-02 16:36:54',NULL,150.00,'','19','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9317,'1000','191748871575','2025-06-02 16:39:37',150.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9318,'4000','191748871575','2025-06-02 16:39:37',NULL,150.00,'','19','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9319,'1000','191748871880','2025-06-02 16:44:42',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9320,'4000','191748871880','2025-06-02 16:44:42',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9321,'1000','181748872369','2025-06-02 16:52:59',240.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9322,'4000','181748872369','2025-06-02 16:52:59',NULL,80.00,'','18','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(9323,'4000','181748872369','2025-06-02 16:52:49',NULL,80.00,'','18','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(9324,'4000','181748872369','2025-06-02 16:52:53',NULL,80.00,'','18','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(9325,'1000','181748872427','2025-06-02 16:54:04',80.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9326,'4000','181748872427','2025-06-02 16:54:04',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9327,'4000','181748872427','2025-06-02 16:53:47',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(9328,'1000','191748872647','2025-06-02 16:57:37',30.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9329,'4000','191748872647','2025-06-02 16:57:37',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(9330,'1000','181748872889','2025-06-02 17:03:07',370.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9331,'4000','181748872889','2025-06-02 17:03:07',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(9332,'4000','181748872889','2025-06-02 17:01:29',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(9333,'4000','181748872889','2025-06-02 17:01:33',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(9334,'4000','181748872889','2025-06-02 17:01:38',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(9335,'4000','181748872889','2025-06-02 17:01:41',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(9336,'4000','181748872889','2025-06-02 17:01:53',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(9337,'4000','181748872889','2025-06-02 17:02:19',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9338,'4000','181748872889','2025-06-02 17:02:40',NULL,50.00,'','18','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(9339,'4000','181748872889','2025-06-02 17:03:01',NULL,50.00,'','18','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(9340,'1000','191748873461','2025-06-02 17:11:13',200.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9341,'4000','191748873461','2025-06-02 17:11:13',NULL,100.00,'','19','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(9342,'4000','191748873461','2025-06-02 17:11:01',NULL,100.00,'','19','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(9343,'1000','191748873785','2025-06-02 17:16:42',60.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9344,'4000','191748873785','2025-06-02 17:16:42',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(9345,'4000','191748873785','2025-06-02 17:16:25',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(9346,'1000','181748874364','2025-06-02 17:26:09',200.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9347,'4000','181748874364','2025-06-02 17:26:09',NULL,200.00,'','18','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(9348,'1000','191748874689','2025-06-02 17:31:35',100.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9349,'4000','191748874689','2025-06-02 17:31:35',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9350,'4000','191748874689','2025-06-02 17:31:29',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9351,'1000','181748876148','2025-06-02 17:55:50',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9352,'4000','181748876148','2025-06-02 17:55:50',NULL,50.00,'','18','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(9353,'1000','181748876272','2025-06-02 17:57:55',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9354,'4000','181748876272','2025-06-02 17:57:55',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9355,'1000','181748876659','2025-06-02 18:04:24',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9356,'4000','181748876659','2025-06-02 18:04:24',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9357,'1000','181748877205','2025-06-02 18:13:38',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9358,'4000','181748877205','2025-06-02 18:13:38',NULL,50.00,'','18','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(9359,'4000','181748877205','2025-06-02 18:13:25',NULL,50.00,'','18','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(9360,'1000','181748878689','2025-06-02 18:38:36',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9361,'4000','181748878689','2025-06-02 18:38:36',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9362,'4000','181748878689','2025-06-02 18:38:10',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9363,'4000','181748878689','2025-06-02 18:38:17',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9366,'1000','191748880480','2025-06-02 19:08:04',280.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9367,'4000','191748880480','2025-06-02 19:08:04',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9368,'4000','191748880480','2025-06-02 19:08:00',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9369,'4000','191748880480','2025-06-02 19:15:35',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9370,'4000','191748880480','2025-06-02 19:17:59',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9371,'4000','191748880480','2025-06-02 19:18:11',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(9372,'4000','191748880480','2025-06-02 19:18:42',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(9373,'4000','191748880480','2025-06-02 19:18:49',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(9374,'4000','191748880480','2025-06-02 19:18:57',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(9384,'1000','181748881997','2025-06-02 19:36:15',370.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9385,'4000','181748881997','2025-06-02 19:36:15',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(9386,'4000','181748881997','2025-06-02 19:33:18',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(9387,'4000','181748881997','2025-06-02 19:33:32',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(9388,'4000','181748881997','2025-06-02 19:33:42',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(9389,'4000','181748881997','2025-06-02 19:34:57',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9390,'4000','181748881997','2025-06-02 19:35:13',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9391,'4000','181748881997','2025-06-02 19:35:23',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9392,'4000','181748881997','2025-06-02 19:35:55',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9393,'4000','181748881997','2025-06-02 19:36:12',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9399,'1000','181748882874','2025-06-02 19:48:55',600.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9400,'4000','181748882874','2025-06-02 19:48:55',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(9401,'4000','181748882874','2025-06-02 19:47:54',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(9402,'4000','181748882874','2025-06-02 19:47:59',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(9403,'4000','181748882874','2025-06-02 19:48:03',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(9404,'4000','181748882874','2025-06-02 19:48:07',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(9405,'4000','181748882874','2025-06-02 19:48:14',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(9406,'4000','181748882874','2025-06-02 19:48:21',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(9407,'4000','181748882874','2025-06-02 19:48:26',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(9408,'4000','181748882874','2025-06-02 19:48:33',NULL,200.00,'','18','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(9409,'1000','191748882717','2025-06-02 19:45:21',150.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9410,'4000','191748882717','2025-06-02 19:45:21',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9411,'4000','191748882717','2025-06-02 19:45:17',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9412,'4000','191748882717','2025-06-02 19:48:35',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9413,'1000','181748883393','2025-06-02 19:56:49',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9414,'4000','181748883393','2025-06-02 19:56:49',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9415,'4000','181748883393','2025-06-02 19:56:33',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9419,'1000','191748884520','2025-06-02 20:15:32',100.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9420,'4000','191748884520','2025-06-02 20:15:32',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9421,'4000','191748884520','2025-06-02 20:15:20',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9422,'1000','181748884082','2025-06-02 20:08:11',300.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9423,'4000','181748884082','2025-06-02 20:08:11',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9424,'4000','181748884082','2025-06-02 20:08:02',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9425,'4000','181748884082','2025-06-02 20:08:09',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9426,'4000','181748884082','2025-06-02 20:40:00',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9427,'4000','181748884082','2025-06-02 20:40:07',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9428,'4000','181748884082','2025-06-02 20:40:10',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9434,'1000','191748886595','2025-06-02 20:50:02',480.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9435,'4000','191748886595','2025-06-02 20:50:02',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9436,'4000','191748886595','2025-06-02 20:49:55',NULL,150.00,'','19','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(9437,'4000','191748886595','2025-06-02 20:50:00',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(9438,'4000','191748886595','2025-06-02 21:08:45',NULL,50.00,'','19','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(9439,'4000','191748886595','2025-06-02 21:08:48',NULL,50.00,'','19','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(9440,'4000','191748886595','2025-06-02 21:08:56',NULL,150.00,'','19','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(9441,'1000','181748887444','2025-06-02 21:04:05',300.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9442,'4000','181748887444','2025-06-02 21:04:05',NULL,100.00,'','18','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(9443,'4000','181748887444','2025-06-02 21:04:04',NULL,200.00,'','18','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(9444,'1000','191748888574','2025-06-02 21:22:56',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9445,'4000','191748888574','2025-06-02 21:22:56',NULL,50.00,'','19','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(9446,'1000','181748890256','2025-06-02 21:51:02',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9447,'4000','181748890256','2025-06-02 21:51:02',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(9448,'4000','181748890256','2025-06-02 21:50:57',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(9449,'1000','221748893069','2025-06-02 22:37:50',200.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9450,'4000','221748893069','2025-06-02 22:37:50',NULL,200.00,'','22','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(9451,'1000','221748923632','2025-06-03 07:07:13',20.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9452,'4000','221748923632','2025-06-03 07:07:13',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(9458,'1000','111748930874','2025-06-03 09:08:30',270.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9459,'4000','111748930874','2025-06-03 09:08:30',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9460,'4000','111748930874','2025-06-03 09:07:54',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9461,'4000','111748930874','2025-06-03 09:07:58',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9462,'4000','111748930874','2025-06-03 09:08:23',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9463,'4000','111748930874','2025-06-03 09:08:28',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9464,'1000','111748944652','2025-06-03 12:58:29',250.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9465,'4000','111748944652','2025-06-03 12:58:29',NULL,150.00,'','11','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(9466,'4000','111748944652','2025-06-03 12:57:32',NULL,50.00,'','11','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(9467,'4000','111748944652','2025-06-03 12:58:00',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9468,'1000','111748944749','2025-06-03 12:59:11',200.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9469,'4000','111748944749','2025-06-03 12:59:11',NULL,200.00,'','11','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(9470,'1000','111748944781','2025-06-03 13:00:22',180.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9471,'4000','111748944781','2025-06-03 13:00:22',NULL,180.00,'','11','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9472,'1000','111748947445','2025-06-03 13:44:26',380.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9473,'4000','111748947445','2025-06-03 13:44:26',NULL,100.00,'','11','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(9474,'4000','111748947445','2025-06-03 13:44:05',NULL,280.00,'','11','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(9475,'1000','111748948176','2025-06-03 13:59:15',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9476,'4000','111748948176','2025-06-03 13:59:15',NULL,350.00,'','11','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(9477,'1000','111748951952','2025-06-03 14:59:15',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9478,'4000','111748951952','2025-06-03 14:59:15',NULL,150.00,'','11','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(9479,'1000','111748952008','2025-06-03 15:01:14',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9480,'4000','111748952008','2025-06-03 15:01:14',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9481,'4000','111748952008','2025-06-03 15:00:09',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(9482,'4000','111748952008','2025-06-03 15:00:47',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(9483,'4000','111748952008','2025-06-03 15:00:57',NULL,50.00,'','11','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(9489,'1000','111748952293','2025-06-03 15:05:15',200.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9490,'4000','111748952293','2025-06-03 15:05:15',NULL,150.00,'','11','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(9491,'4000','111748952293','2025-06-03 15:04:53',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9492,'1000','111748952218','2025-06-03 15:04:07',970.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9493,'4000','111748952218','2025-06-03 15:04:07',NULL,180.00,'','11','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(9494,'4000','111748952218','2025-06-03 15:03:38',NULL,180.00,'','11','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(9495,'4000','111748952218','2025-06-03 15:03:44',NULL,180.00,'','11','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(9496,'4000','111748952218','2025-06-03 15:03:49',NULL,350.00,'','11','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(9497,'4000','111748952218','2025-06-03 15:03:52',NULL,80.00,'','11','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(9498,'1000','111748953469','2025-06-03 15:25:06',610.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9499,'4000','111748953469','2025-06-03 15:25:06',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(9500,'4000','111748953469','2025-06-03 15:24:29',NULL,200.00,'','11','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(9501,'4000','111748953469','2025-06-03 15:24:38',NULL,280.00,'','11','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(9502,'4000','111748953469','2025-06-03 15:24:44',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9503,'4000','111748953469','2025-06-03 15:24:57',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9511,'1000','221748954314','2025-06-03 15:38:37',300.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9512,'4000','221748954314','2025-06-03 15:38:37',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9513,'4000','221748954314','2025-06-03 15:38:34',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9514,'1000','221748955894','2025-06-03 16:10:38',200.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9515,'4000','221748955894','2025-06-03 16:10:38',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9516,'4000','221748955894','2025-06-03 16:04:54',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9522,'1000','111748958461','2025-06-03 16:48:05',80.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9523,'4000','111748958461','2025-06-03 16:48:05',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9524,'4000','111748958461','2025-06-03 16:47:41',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(9525,'1000','111748954066','2025-06-03 15:35:08',230.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9526,'4000','111748954066','2025-06-03 15:35:08',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(9527,'4000','111748954066','2025-06-03 15:34:26',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(9528,'4000','111748954066','2025-06-03 15:34:32',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9529,'4000','111748954066','2025-06-03 15:34:43',NULL,50.00,'','11','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(9530,'4000','111748954066','2025-06-03 15:35:06',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(9531,'1000','221748959361','2025-06-03 17:02:43',20.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9532,'4000','221748959361','2025-06-03 17:02:43',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(9536,'1000','221748963125','2025-06-03 18:06:33',260.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9537,'4000','221748963125','2025-06-03 18:06:33',NULL,100.00,'','22','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(9538,'4000','221748963125','2025-06-03 18:05:25',NULL,100.00,'','22','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(9539,'4000','221748963125','2025-06-03 18:05:43',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9540,'1000','111748959433','2025-06-03 17:04:31',160.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9541,'4000','111748959433','2025-06-03 17:04:31',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9542,'4000','111748959433','2025-06-03 17:03:53',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9543,'4000','111748959433','2025-06-03 17:04:26',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9546,'1000','111748965543','2025-06-03 18:47:05',320.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9547,'4000','111748965543','2025-06-03 18:47:05',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9548,'4000','111748965543','2025-06-03 18:45:44',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9549,'4000','111748965543','2025-06-03 18:46:05',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(9550,'4000','111748965543','2025-06-03 18:46:40',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(9551,'4000','111748965543','2025-06-03 18:46:49',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9552,'4000','111748965543','2025-06-03 18:46:55',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9553,'1000','111748965766','2025-06-03 18:50:20',270.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9554,'4000','111748965766','2025-06-03 18:50:20',NULL,150.00,'','11','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(9555,'4000','111748965766','2025-06-03 18:49:26',NULL,120.00,'','11','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(9556,'1000','221748965939','2025-06-03 18:54:15',620.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9557,'4000','221748965939','2025-06-03 18:54:15',NULL,100.00,'','22','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(9558,'4000','221748965939','2025-06-03 18:52:19',NULL,100.00,'','22','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(9559,'4000','221748965939','2025-06-03 18:52:27',NULL,100.00,'','22','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(9560,'4000','221748965939','2025-06-03 18:52:37',NULL,100.00,'','22','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(9561,'4000','221748965939','2025-06-03 18:52:52',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9562,'4000','221748965939','2025-06-03 18:53:27',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9563,'4000','221748965939','2025-06-03 18:53:36',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(9564,'4000','221748965939','2025-06-03 18:53:47',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(9565,'1000','221748966799','2025-06-03 19:06:51',120.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9566,'4000','221748966799','2025-06-03 19:06:51',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9567,'4000','221748966799','2025-06-03 19:06:39',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9573,'1000','221748967928','2025-06-03 19:25:31',300.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9574,'4000','221748967928','2025-06-03 19:25:31',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9575,'4000','221748967928','2025-06-03 19:25:28',NULL,200.00,'','22','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(9576,'4000','221748967928','2025-06-03 19:42:09',NULL,50.00,'','22','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(9582,'1000','221748964580','2025-06-03 18:29:43',500.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9583,'4000','221748964580','2025-06-03 18:29:43',NULL,100.00,'','22','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(9584,'4000','221748964580','2025-06-03 18:29:40',NULL,300.00,'','22','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(9585,'4000','221748964580','2025-06-03 19:45:27',NULL,50.00,'','22','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(9586,'4000','221748964580','2025-06-03 19:45:43',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(9587,'1000','111748969439','2025-06-03 19:50:52',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9588,'4000','111748969439','2025-06-03 19:50:52',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9589,'4000','111748969439','2025-06-03 19:50:39',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9590,'4000','111748969439','2025-06-03 19:50:44',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9598,'1000','221748967589','2025-06-03 19:22:59',510.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9599,'4000','221748967589','2025-06-03 19:22:59',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9600,'4000','221748967589','2025-06-03 19:19:49',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9601,'4000','221748967589','2025-06-03 19:22:57',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(9602,'4000','221748967589','2025-06-03 19:43:13',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(9603,'4000','221748967589','2025-06-03 19:43:19',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9604,'4000','221748967589','2025-06-03 20:08:17',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9605,'4000','221748967589','2025-06-03 20:08:22',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9606,'4000','221748967589','2025-06-03 20:22:57',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9607,'4000','221748967589','2025-06-03 20:23:25',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9608,'1000','221748971887','2025-06-03 20:31:50',250.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9609,'4000','221748971887','2025-06-03 20:31:50',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9610,'4000','221748971887','2025-06-03 20:31:27',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9611,'4000','221748971887','2025-06-03 20:31:30',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9612,'4000','221748971887','2025-06-03 20:31:34',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9613,'4000','221748971887','2025-06-03 20:31:43',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9614,'1000','221748972722','2025-06-03 20:47:39',250.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9615,'4000','221748972722','2025-06-03 20:47:39',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9616,'4000','221748972722','2025-06-03 20:45:22',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9617,'4000','221748972722','2025-06-03 20:45:26',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9618,'4000','221748972722','2025-06-03 20:45:36',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9619,'4000','221748972722','2025-06-03 20:47:07',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9620,'1000','221748973777','2025-06-03 21:03:26',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9621,'4000','221748973777','2025-06-03 21:03:26',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9622,'4000','221748973777','2025-06-03 21:02:57',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9623,'1000','221748974204','2025-06-03 21:10:06',150.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9624,'4000','221748974204','2025-06-03 21:10:06',NULL,150.00,'','22','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(9625,'1000','181748974301','2025-06-03 21:11:43',30.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9626,'4000','181748974301','2025-06-03 21:11:43',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(9627,'1000','181748974785','2025-06-03 21:19:46',300.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9628,'4000','181748974785','2025-06-03 21:19:46',NULL,300.00,'','18','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(9629,'1000','181748977745','2025-06-03 22:09:16',160.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9630,'4000','181748977745','2025-06-03 22:09:16',NULL,60.00,'','18','1','Good sold','1','','sales','56','','No',NULL,NULL,''),(9631,'4000','181748977745','2025-06-03 22:09:05',NULL,100.00,'','18','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(9632,'1000','191749017505','2025-06-04 09:11:46',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9633,'4000','191749017505','2025-06-04 09:11:46',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9634,'1000','191749018596','2025-06-04 09:30:23',90.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9635,'4000','191749018596','2025-06-04 09:30:23',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9636,'4000','191749018596','2025-06-04 09:29:56',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(9637,'4000','191749018596','2025-06-04 09:30:17',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(9638,'1000','191749019700','2025-06-04 09:50:45',300.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9639,'4000','191749019700','2025-06-04 09:50:45',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9640,'4000','191749019700','2025-06-04 09:48:20',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9641,'4000','191749019700','2025-06-04 09:48:26',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9642,'4000','191749019700','2025-06-04 09:48:37',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9643,'4000','191749019700','2025-06-04 09:50:30',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9644,'4000','191749019700','2025-06-04 09:50:38',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(9645,'1000','191749021069','2025-06-04 10:11:35',260.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9646,'4000','191749021069','2025-06-04 10:11:35',NULL,150.00,'','19','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(9647,'4000','191749021069','2025-06-04 10:11:09',NULL,50.00,'','19','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(9648,'4000','191749021069','2025-06-04 10:11:28',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9649,'1000','191749021174','2025-06-04 10:12:56',30.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9650,'4000','191749021174','2025-06-04 10:12:56',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(9651,'1000','191749026464','2025-06-04 11:41:25',200.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9652,'4000','191749026464','2025-06-04 11:41:25',NULL,50.00,'','19','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(9653,'4000','191749026464','2025-06-04 11:41:04',NULL,50.00,'','19','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(9654,'4000','191749026464','2025-06-04 11:41:14',NULL,50.00,'','19','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(9655,'4000','191749026464','2025-06-04 11:41:19',NULL,50.00,'','19','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(9656,'1000','191749027931','2025-06-04 12:05:33',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9657,'4000','191749027931','2025-06-04 12:05:33',NULL,50.00,'','19','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(9658,'1000','111749030698','2025-06-04 12:54:09',220.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9659,'4000','111749030698','2025-06-04 12:54:09',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9660,'4000','111749030698','2025-06-04 12:51:38',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(9661,'4000','111749030698','2025-06-04 12:52:48',NULL,100.00,'','11','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(9662,'4000','111749030698','2025-06-04 12:53:58',NULL,50.00,'','11','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(9663,'1000','191749034049','2025-06-04 13:48:39',350.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9664,'4000','191749034049','2025-06-04 13:48:39',NULL,300.00,'','19','1','Good sold','1','','sales','51','','No',NULL,NULL,''),(9665,'4000','191749034049','2025-06-04 13:47:29',NULL,50.00,'','19','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(9666,'1000','111749034215','2025-06-04 13:50:38',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9667,'4000','111749034215','2025-06-04 13:50:38',NULL,200.00,'','11','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(9668,'4000','111749034215','2025-06-04 13:50:15',NULL,100.00,'','11','1','Good sold','1','','sales','76','','No',NULL,NULL,''),(9669,'1000','191749035120','2025-06-04 14:05:26',100.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9670,'4000','191749035120','2025-06-04 14:05:26',NULL,50.00,'','19','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(9671,'4000','191749035120','2025-06-04 14:05:20',NULL,50.00,'','19','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(9672,'1000','111749035356','2025-06-04 14:09:35',100.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9673,'4000','111749035356','2025-06-04 14:09:35',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(9674,'4000','111749035356','2025-06-04 14:09:16',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9678,'1000','191749035853','2025-06-04 14:27:14',560.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9679,'4000','191749035853','2025-06-04 14:27:14',NULL,180.00,'','19','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(9680,'4000','191749035853','2025-06-04 14:17:33',NULL,280.00,'','19','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(9681,'4000','191749035853','2025-06-04 14:27:12',NULL,100.00,'','19','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(9690,'1000','191749037783','2025-06-04 14:50:16',680.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9691,'4000','191749037783','2025-06-04 14:50:16',NULL,200.00,'','19','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(9692,'4000','191749037783','2025-06-04 14:49:43',NULL,280.00,'','19','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(9693,'4000','191749037783','2025-06-04 14:49:58',NULL,100.00,'','19','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(9694,'4000','191749037783','2025-06-04 14:50:14',NULL,100.00,'','19','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(9695,'1000','111749038090','2025-06-04 14:57:34',500.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9696,'4000','111749038090','2025-06-04 14:57:34',NULL,80.00,'','11','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(9697,'4000','111749038090','2025-06-04 14:54:50',NULL,150.00,'','11','1','Good sold','1','','sales','87','','No',NULL,NULL,''),(9698,'4000','111749038090','2025-06-04 14:55:59',NULL,150.00,'','11','1','Good sold','1','','sales','87','','No',NULL,NULL,''),(9699,'4000','111749038090','2025-06-04 14:57:02',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(9700,'4000','111749038090','2025-06-04 15:25:22',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(9701,'4000','111749038090','2025-06-04 15:25:28',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(9702,'4000','111749038090','2025-06-04 15:25:33',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(9703,'1000','111749040499','2025-06-04 15:35:02',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9704,'4000','111749040499','2025-06-04 15:35:02',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(9705,'1000','191749042183','2025-06-04 16:06:57',380.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9706,'4000','191749042183','2025-06-04 16:06:57',NULL,100.00,'','19','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(9707,'4000','191749042183','2025-06-04 16:03:04',NULL,280.00,'','19','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(9712,'1000','111749042615','2025-06-04 16:10:17',100.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9713,'4000','111749042615','2025-06-04 16:10:17',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(9714,'4000','111749042615','2025-06-04 16:10:15',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(9715,'1000','191749046849','2025-06-04 17:20:53',150.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9716,'4000','191749046849','2025-06-04 17:20:53',NULL,150.00,'','19','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(9717,'1110','191749046929','2025-06-04 17:22:20',NULL,1.00,'','19','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(9718,'1110','191749046929','2025-06-04 17:22:10',NULL,1.00,'','19','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(9719,'5500','191749046929','2025-06-04 17:22:17',2.00,NULL,'','19','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9720,'1000','191749046929','2025-06-04 17:22:20',200.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9721,'4000','191749046929','2025-06-04 17:22:20',NULL,100.00,'','19','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(9722,'4000','191749046929','2025-06-04 17:22:10',NULL,100.00,'','19','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(9723,'1000','51749047715','2025-06-04 17:35:38',30.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9724,'4000','51749047715','2025-06-04 17:35:38',NULL,30.00,'','5','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(9725,'1000','51749047865','2025-06-04 17:37:50',200.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9726,'4000','51749047865','2025-06-04 17:37:50',NULL,200.00,'','5','1','Good sold','1','','sales','43','','No',NULL,NULL,''),(9727,'1000','51749048776','2025-06-04 17:53:23',100.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9728,'4000','51749048776','2025-06-04 17:53:23',NULL,100.00,'','5','1','Good sold','1','','sales','91','','No',NULL,NULL,''),(9729,'1000','121749056685','2025-06-04 20:08:54',580.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9730,'4000','121749056685','2025-06-04 20:08:54',NULL,50.00,'','12','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9731,'4000','121749056685','2025-06-04 20:04:45',NULL,50.00,'','12','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9732,'4000','121749056685','2025-06-04 20:04:59',NULL,150.00,'','12','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(9733,'4000','121749056685','2025-06-04 20:05:35',NULL,30.00,'','12','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(9734,'4000','121749056685','2025-06-04 20:05:58',NULL,50.00,'','12','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(9735,'4000','121749056685','2025-06-04 20:06:04',NULL,100.00,'','12','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(9736,'4000','121749056685','2025-06-04 20:06:45',NULL,150.00,'','12','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9750,'1000','111749057081','2025-06-04 20:13:28',650.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9751,'4000','111749057081','2025-06-04 20:13:28',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9752,'4000','111749057081','2025-06-04 20:11:21',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9753,'4000','111749057081','2025-06-04 20:11:29',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9754,'4000','111749057081','2025-06-04 20:11:33',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9755,'4000','111749057081','2025-06-04 20:11:43',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9756,'4000','111749057081','2025-06-04 20:11:54',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9757,'4000','111749057081','2025-06-04 20:11:59',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9758,'4000','111749057081','2025-06-04 20:12:02',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9759,'4000','111749057081','2025-06-04 20:12:06',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(9760,'4000','111749057081','2025-06-04 20:12:33',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(9761,'4000','111749057081','2025-06-04 20:12:42',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(9762,'4000','111749057081','2025-06-04 20:13:19',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(9763,'4000','111749057081','2025-06-04 20:13:26',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(9764,'1000','111749058080','2025-06-04 20:29:04',490.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9765,'4000','111749058080','2025-06-04 20:29:04',NULL,50.00,'','11','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(9766,'4000','111749058080','2025-06-04 20:28:00',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9767,'4000','111749058080','2025-06-04 20:28:04',NULL,100.00,'','11','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(9768,'4000','111749058080','2025-06-04 20:28:13',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9769,'4000','111749058080','2025-06-04 20:28:27',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9770,'4000','111749058080','2025-06-04 20:28:35',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9771,'4000','111749058080','2025-06-04 20:28:40',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9772,'4000','111749058080','2025-06-04 20:28:44',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(9779,'1000','121749058438','2025-06-04 20:34:01',50.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9780,'4000','121749058438','2025-06-04 20:34:01',NULL,50.00,'','12','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9781,'1000','121749058579','2025-06-04 20:36:21',100.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9782,'4000','121749058579','2025-06-04 20:36:21',NULL,100.00,'','12','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9783,'1000','51749058822','2025-06-04 20:40:24',50.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9784,'4000','51749058822','2025-06-04 20:40:24',NULL,50.00,'','5','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(9785,'1000','111749058224','2025-06-04 20:31:18',290.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9786,'4000','111749058224','2025-06-04 20:31:18',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9787,'4000','111749058224','2025-06-04 20:30:24',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9788,'4000','111749058224','2025-06-04 20:30:32',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9789,'4000','111749058224','2025-06-04 20:30:56',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(9790,'4000','111749058224','2025-06-04 20:31:08',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(9791,'4000','111749058224','2025-06-04 20:31:16',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9792,'4000','111749058224','2025-06-04 20:32:34',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9793,'1000','111749059561','2025-06-04 20:52:43',30.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9794,'4000','111749059561','2025-06-04 20:52:43',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(9795,'1000','111749059658','2025-06-04 20:54:38',400.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9796,'4000','111749059658','2025-06-04 20:54:38',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9797,'4000','111749059658','2025-06-04 20:54:18',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9798,'4000','111749059658','2025-06-04 20:54:21',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9799,'4000','111749059658','2025-06-04 20:54:33',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9800,'1000','191749042815','2025-06-04 16:13:37',100.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9801,'4000','191749042815','2025-06-04 16:13:37',NULL,50.00,'','19','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(9802,'4000','191749042815','2025-06-04 16:13:35',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9803,'1000','191749060445','2025-06-04 21:07:38',110.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9804,'4000','191749060445','2025-06-04 21:07:38',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9805,'4000','191749060445','2025-06-04 21:07:25',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9806,'1000','191749060478','2025-06-04 21:09:41',310.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9807,'4000','191749060478','2025-06-04 21:09:41',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9808,'4000','191749060478','2025-06-04 21:07:58',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9809,'4000','191749060478','2025-06-04 21:08:04',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(9810,'4000','191749060478','2025-06-04 21:08:13',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9811,'4000','191749060478','2025-06-04 21:08:35',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(9812,'4000','191749060478','2025-06-04 21:08:47',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(9813,'4000','191749060478','2025-06-04 21:08:48',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9814,'4000','191749060478','2025-06-04 21:09:11',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9815,'1000','191749060602','2025-06-04 21:10:08',300.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9816,'4000','191749060602','2025-06-04 21:10:08',NULL,150.00,'','19','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(9817,'4000','191749060602','2025-06-04 21:10:02',NULL,150.00,'','19','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(9818,'1000','191749060627','2025-06-04 21:10:54',360.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9819,'4000','191749060627','2025-06-04 21:10:54',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(9820,'4000','191749060627','2025-06-04 21:10:27',NULL,280.00,'','19','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(9821,'4000','191749060627','2025-06-04 21:10:36',NULL,50.00,'','19','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(9822,'1110','191749060682','2025-06-04 21:12:00',NULL,1.00,'','19','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(9823,'1110','191749060682','2025-06-04 21:11:22',NULL,1.00,'','19','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(9824,'1110','191749060682','2025-06-04 21:11:25',NULL,1.00,'','19','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(9825,'1110','191749060682','2025-06-04 21:11:27',NULL,1.00,'','19','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(9826,'1110','191749060682','2025-06-04 21:11:29',NULL,1.00,'','19','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(9827,'1110','191749060682','2025-06-04 21:11:33',NULL,0.00,'','19','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(9828,'1110','191749060682','2025-06-04 21:11:42',NULL,0.00,'','19','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(9829,'1110','191749060682','2025-06-04 21:11:45',NULL,0.00,'','19','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(9830,'5500','191749060682','2025-06-04 21:11:58',5.00,NULL,'','19','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9831,'1000','191749060682','2025-06-04 21:12:00',850.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9832,'4000','191749060682','2025-06-04 21:12:00',NULL,100.00,'','19','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(9833,'4000','191749060682','2025-06-04 21:11:22',NULL,100.00,'','19','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(9834,'4000','191749060682','2025-06-04 21:11:25',NULL,100.00,'','19','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(9835,'4000','191749060682','2025-06-04 21:11:27',NULL,100.00,'','19','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(9836,'4000','191749060682','2025-06-04 21:11:29',NULL,100.00,'','19','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(9837,'4000','191749060682','2025-06-04 21:11:33',NULL,150.00,'','19','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9838,'4000','191749060682','2025-06-04 21:11:42',NULL,150.00,'','19','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9839,'4000','191749060682','2025-06-04 21:11:45',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9840,'1000','191749060763','2025-06-04 21:12:49',200.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9841,'4000','191749060763','2025-06-04 21:12:49',NULL,100.00,'','19','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(9842,'4000','191749060763','2025-06-04 21:12:43',NULL,100.00,'','19','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(9843,'1000','191749060790','2025-06-04 21:13:39',370.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9844,'4000','191749060790','2025-06-04 21:13:39',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9845,'4000','191749060790','2025-06-04 21:13:10',NULL,50.00,'','19','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(9846,'4000','191749060790','2025-06-04 21:13:20',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(9847,'4000','191749060790','2025-06-04 21:13:22',NULL,200.00,'','19','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(9848,'4000','191749060790','2025-06-04 21:13:29',NULL,50.00,'','19','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(9849,'1000','51749060837','2025-06-04 21:13:59',60.00,NULL,'','5','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9850,'4000','51749060837','2025-06-04 21:13:59',NULL,60.00,'','5','1','Good sold','1','','sales','56','','No',NULL,NULL,''),(9851,'1000','111749061311','2025-06-04 21:25:50',930.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9852,'4000','111749061311','2025-06-04 21:25:50',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9853,'4000','111749061311','2025-06-04 21:21:51',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9854,'4000','111749061311','2025-06-04 21:23:16',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9855,'4000','111749061311','2025-06-04 21:23:20',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9856,'4000','111749061311','2025-06-04 21:23:23',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9857,'4000','111749061311','2025-06-04 21:23:31',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9858,'4000','111749061311','2025-06-04 21:23:36',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(9859,'4000','111749061311','2025-06-04 21:23:50',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(9860,'4000','111749061311','2025-06-04 21:23:53',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(9861,'4000','111749061311','2025-06-04 21:23:57',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(9862,'4000','111749061311','2025-06-04 21:24:04',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(9863,'4000','111749061311','2025-06-04 21:24:12',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(9864,'4000','111749061311','2025-06-04 21:24:20',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(9865,'4000','111749061311','2025-06-04 21:24:27',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(9866,'4000','111749061311','2025-06-04 21:24:31',NULL,50.00,'','11','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(9867,'4000','111749061311','2025-06-04 21:24:46',NULL,50.00,'','11','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(9868,'4000','111749061311','2025-06-04 21:24:54',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(9869,'4000','111749061311','2025-06-04 21:25:12',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9870,'4000','111749061311','2025-06-04 21:25:36',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9871,'1000','181749062005','2025-06-04 21:33:26',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9872,'4000','181749062005','2025-06-04 21:33:26',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9873,'1000','121749063453','2025-06-04 21:57:34',50.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9874,'4000','121749063453','2025-06-04 21:57:34',NULL,50.00,'','12','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(9875,'1000','181749064053','2025-06-04 22:07:52',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9876,'4000','181749064053','2025-06-04 22:07:52',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9877,'4000','181749064053','2025-06-04 22:07:33',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9878,'4000','181749064053','2025-06-04 22:07:45',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9879,'1000','181749064104','2025-06-04 22:08:25',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9880,'4000','181749064104','2025-06-04 22:08:25',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9881,'1000','181749072622','2025-06-05 00:30:23',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9882,'4000','181749072622','2025-06-05 00:30:23',NULL,50.00,'','18','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(9883,'1000','181749101398','2025-06-05 08:29:59',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9884,'4000','181749101398','2025-06-05 08:29:59',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9885,'1000','221749107111','2025-06-05 10:05:16',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9886,'4000','221749107111','2025-06-05 10:05:16',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9887,'4000','221749107111','2025-06-05 10:05:11',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9888,'1000','221749109712','2025-06-05 10:48:58',180.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9889,'4000','221749109712','2025-06-05 10:48:58',NULL,180.00,'','22','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(9895,'1000','111749116487','2025-06-05 12:41:35',250.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9896,'4000','111749116487','2025-06-05 12:41:35',NULL,200.00,'','11','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(9897,'4000','111749116487','2025-06-05 12:41:27',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9906,'1000','221749116790','2025-06-05 12:47:10',410.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9907,'4000','221749116790','2025-06-05 12:47:10',NULL,280.00,'','22','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(9908,'4000','221749116790','2025-06-05 12:46:30',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(9909,'4000','221749116790','2025-06-05 12:46:50',NULL,50.00,'','22','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(9910,'4000','221749116790','2025-06-05 12:47:08',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(9911,'1000','221749112651','2025-06-05 11:37:32',300.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9912,'4000','221749112651','2025-06-05 11:37:32',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(9913,'4000','221749112651','2025-06-05 11:37:31',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9914,'4000','221749112651','2025-06-05 13:02:55',NULL,100.00,'','22','1','Good sold','1','','sales','76','','No',NULL,NULL,''),(9915,'1000','221749119616','2025-06-05 13:39:14',200.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9916,'4000','221749119616','2025-06-05 13:39:14',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(9917,'4000','221749119616','2025-06-05 13:33:37',NULL,150.00,'','22','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(9921,'1000','221749120033','2025-06-05 13:40:52',340.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9922,'4000','221749120033','2025-06-05 13:40:52',NULL,280.00,'','22','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(9923,'4000','221749120033','2025-06-05 13:40:33',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(9924,'4000','221749120033','2025-06-05 13:40:50',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(9929,'1000','221749120504','2025-06-05 13:48:27',200.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9930,'4000','221749120504','2025-06-05 13:48:27',NULL,200.00,'','22','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(9931,'1000','221749120345','2025-06-05 13:46:31',390.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9932,'4000','221749120345','2025-06-05 13:46:31',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(9933,'4000','221749120345','2025-06-05 13:45:45',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(9934,'4000','221749120345','2025-06-05 13:45:51',NULL,280.00,'','22','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(9935,'4000','221749120345','2025-06-05 13:46:27',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(9941,'1110','221749127712','2025-06-05 15:48:55',NULL,0.00,'','22','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(9942,'1110','221749127712','2025-06-05 15:48:32',NULL,1.00,'','22','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(9943,'5500','221749127712','2025-06-05 15:48:52',1.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9944,'1000','221749127712','2025-06-05 15:48:55',150.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9945,'4000','221749127712','2025-06-05 15:48:55',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9946,'4000','221749127712','2025-06-05 15:48:32',NULL,100.00,'','22','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(9949,'1110','221749127920','2025-06-05 15:52:09',NULL,0.00,'','22','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(9950,'1110','221749127920','2025-06-05 15:52:01',NULL,1.00,'','22','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(9951,'1110','221749127920','2025-06-05 15:56:10',NULL,0.00,'','22','1','Inventory sold','1','','sales','55','','No',NULL,NULL,''),(9952,'1110','221749127920','2025-06-05 15:58:34',NULL,0.00,'','22','1','Inventory sold','1','','sales','55','','No',NULL,NULL,''),(9953,'5500','221749127920','2025-06-05 15:59:03',1.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(9954,'1000','221749127920','2025-06-05 15:52:09',440.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9955,'4000','221749127920','2025-06-05 15:52:09',NULL,180.00,'','22','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(9956,'4000','221749127920','2025-06-05 15:52:01',NULL,100.00,'','22','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(9957,'4000','221749127920','2025-06-05 15:56:10',NULL,80.00,'','22','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(9958,'4000','221749127920','2025-06-05 15:58:34',NULL,80.00,'','22','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(9959,'1000','221749130137','2025-06-05 16:32:46',170.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9960,'4000','221749130137','2025-06-05 16:32:46',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9961,'4000','221749130137','2025-06-05 16:28:57',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9962,'4000','221749130137','2025-06-05 16:29:31',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9963,'1000','221749131080','2025-06-05 16:45:38',170.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9964,'4000','221749131080','2025-06-05 16:45:38',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9965,'4000','221749131080','2025-06-05 16:44:41',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9966,'4000','221749131080','2025-06-05 16:45:12',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(9967,'1000','111749133064','2025-06-05 17:18:08',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9968,'4000','111749133064','2025-06-05 17:18:08',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(9969,'4000','111749133064','2025-06-05 17:17:44',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(9970,'4000','111749133064','2025-06-05 17:17:52',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9974,'1000','111749134550','2025-06-05 17:42:40',100.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9975,'4000','111749134550','2025-06-05 17:42:40',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9976,'4000','111749134550','2025-06-05 17:42:30',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(9983,'1000','111749133895','2025-06-05 17:31:41',200.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(9984,'4000','111749133895','2025-06-05 17:31:41',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9985,'4000','111749133895','2025-06-05 17:31:35',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9986,'4000','111749133895','2025-06-05 17:31:40',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(9987,'4000','111749133895','2025-06-05 17:45:58',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(10014,'1000','111749136209','2025-06-05 18:10:33',450.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10015,'4000','111749136209','2025-06-05 18:10:33',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10016,'4000','111749136209','2025-06-05 18:10:09',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10017,'4000','111749136209','2025-06-05 18:10:14',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10018,'4000','111749136209','2025-06-05 18:10:29',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10019,'4000','111749136209','2025-06-05 18:41:59',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10020,'4000','111749136209','2025-06-05 18:42:03',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10021,'4000','111749136209','2025-06-05 18:42:07',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10022,'4000','111749136209','2025-06-05 18:42:12',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(10023,'4000','111749136209','2025-06-05 18:50:34',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(10024,'1000','111749134800','2025-06-05 17:46:49',250.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10025,'4000','111749134800','2025-06-05 17:46:49',NULL,100.00,'','11','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(10026,'4000','111749134800','2025-06-05 17:46:41',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10027,'4000','111749134800','2025-06-05 18:17:41',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10028,'4000','111749134800','2025-06-05 19:28:04',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(10029,'1000','221749139831','2025-06-05 19:10:34',410.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10030,'4000','221749139831','2025-06-05 19:10:34',NULL,180.00,'','22','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(10031,'4000','221749139831','2025-06-05 19:10:31',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(10032,'4000','221749139831','2025-06-05 19:40:52',NULL,180.00,'','22','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(10033,'1000','111749141889','2025-06-05 19:44:56',100.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10034,'4000','111749141889','2025-06-05 19:44:56',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(10035,'4000','111749141889','2025-06-05 19:44:49',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(10036,'1000','111749142515','2025-06-05 19:55:38',200.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10037,'4000','111749142515','2025-06-05 19:55:38',NULL,100.00,'','11','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(10038,'4000','111749142515','2025-06-05 19:55:15',NULL,100.00,'','11','1','Good sold','1','','sales','91','','No',NULL,NULL,''),(10039,'1000','111749142561','2025-06-05 19:56:02',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10040,'4000','111749142561','2025-06-05 19:56:02',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(10050,'1000','221749142733','2025-06-05 19:58:55',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10051,'4000','221749142733','2025-06-05 19:58:55',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10052,'4000','221749142733','2025-06-05 19:58:53',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(10053,'1000','111749142603','2025-06-05 19:56:45',270.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10054,'4000','111749142603','2025-06-05 19:56:45',NULL,150.00,'','11','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(10055,'4000','111749142603','2025-06-05 19:56:43',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(10056,'4000','111749142603','2025-06-05 20:04:45',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(10057,'1000','111749143175','2025-06-05 20:06:21',100.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10058,'4000','111749143175','2025-06-05 20:06:21',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(10059,'4000','111749143175','2025-06-05 20:06:15',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(10060,'1000','111749142614','2025-06-05 19:56:56',180.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10061,'4000','111749142614','2025-06-05 19:56:56',NULL,100.00,'','11','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(10062,'4000','111749142614','2025-06-05 19:56:54',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(10063,'4000','111749142614','2025-06-05 20:14:11',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(10064,'4000','111749142614','2025-06-05 20:14:15',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(10065,'4000','111749142614','2025-06-05 20:14:19',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(10066,'1000','221749142760','2025-06-05 19:59:33',130.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10067,'4000','221749142760','2025-06-05 19:59:33',NULL,50.00,'','22','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(10068,'4000','221749142760','2025-06-05 19:59:20',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(10069,'4000','221749142760','2025-06-05 19:59:31',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10070,'1000','221749144236','2025-06-05 20:23:58',150.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10071,'4000','221749144236','2025-06-05 20:23:58',NULL,150.00,'','22','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(10072,'1000','111749144847','2025-06-05 20:34:08',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10073,'4000','111749144847','2025-06-05 20:34:08',NULL,150.00,'','11','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(10074,'1000','221749145224','2025-06-05 20:40:25',30.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10075,'4000','221749145224','2025-06-05 20:40:25',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(10076,'1000','221749145921','2025-06-05 20:52:03',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10077,'4000','221749145921','2025-06-05 20:52:03',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10078,'1000','221749114219','2025-06-05 12:03:56',370.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10079,'4000','221749114219','2025-06-05 12:03:56',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10080,'4000','221749114219','2025-06-05 12:03:39',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(10081,'4000','221749114219','2025-06-05 12:03:54',NULL,200.00,'','22','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(10082,'4000','221749114219','2025-06-05 12:57:59',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(10083,'4000','221749114219','2025-06-05 14:57:55',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10084,'1000','181749147733','2025-06-05 21:22:36',110.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10085,'4000','181749147733','2025-06-05 21:22:36',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(10086,'4000','181749147733','2025-06-05 21:22:13',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(10087,'4000','181749147733','2025-06-05 21:22:25',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(10088,'4000','181749147733','2025-06-05 21:22:29',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(10094,'1000','181749147778','2025-06-05 21:23:15',600.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10095,'4000','181749147778','2025-06-05 21:23:15',NULL,300.00,'','18','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(10096,'4000','181749147778','2025-06-05 21:22:58',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(10097,'4000','181749147778','2025-06-05 21:23:07',NULL,100.00,'','18','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(10098,'4000','181749147778','2025-06-05 21:23:10',NULL,150.00,'','18','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(10099,'1000','181749147982','2025-06-05 21:26:35',40.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10100,'4000','181749147982','2025-06-05 21:26:35',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(10101,'4000','181749147982','2025-06-05 21:26:22',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(10102,'1000','181749150785','2025-06-05 22:13:18',200.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10103,'4000','181749150785','2025-06-05 22:13:18',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(10104,'4000','181749150785','2025-06-05 22:13:05',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(10105,'4000','181749150785','2025-06-05 22:13:11',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(10106,'4000','181749150785','2025-06-05 22:13:14',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(10107,'1000','181749157843','2025-06-06 00:10:44',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10108,'4000','181749157843','2025-06-06 00:10:44',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(10109,'1000','181749157868','2025-06-06 00:11:09',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10110,'4000','181749157868','2025-06-06 00:11:09',NULL,100.00,'','18','1','Good sold','1','','sales','63','','No',NULL,NULL,''),(10111,'1110','181749181232','2025-06-06 06:40:49',NULL,0.00,'','18','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(10112,'1110','181749181232','2025-06-06 06:40:32',NULL,1.00,'','18','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(10113,'5500','181749181232','2025-06-06 06:40:47',1.00,NULL,'','18','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10114,'1000','181749181232','2025-06-06 06:40:49',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10115,'4000','181749181232','2025-06-06 06:40:49',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10116,'4000','181749181232','2025-06-06 06:40:32',NULL,100.00,'','18','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(10117,'1000','181749182723','2025-06-06 07:05:49',230.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10118,'4000','181749182723','2025-06-06 07:05:49',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10119,'4000','181749182723','2025-06-06 07:05:23',NULL,120.00,'','18','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(10120,'4000','181749182723','2025-06-06 07:05:43',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(10121,'1000','181749189522','2025-06-06 08:58:44',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10122,'4000','181749189522','2025-06-06 08:58:44',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10123,'1000','181749191995','2025-06-06 09:40:18',90.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10124,'4000','181749191995','2025-06-06 09:40:18',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(10125,'4000','181749191995','2025-06-06 09:39:55',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(10126,'4000','181749191995','2025-06-06 09:39:58',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10127,'1110','221749194142','2025-06-06 10:16:49',NULL,0.00,'','22','1','Inventory sold','1','','sales','3','','No',NULL,NULL,''),(10128,'1110','221749194142','2025-06-06 10:15:42',NULL,1.00,'','22','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(10129,'1110','221749194142','2025-06-06 10:15:47',NULL,0.00,'','22','1','Inventory sold','1','','sales','7','','No',NULL,NULL,''),(10130,'1110','221749194142','2025-06-06 10:15:53',NULL,0.00,'','22','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(10131,'1110','221749194142','2025-06-06 10:16:40',NULL,0.00,'','22','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(10132,'5500','221749194142','2025-06-06 10:16:47',1.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10133,'1000','221749194142','2025-06-06 10:16:49',340.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10134,'4000','221749194142','2025-06-06 10:16:49',NULL,120.00,'','22','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(10135,'4000','221749194142','2025-06-06 10:15:42',NULL,100.00,'','22','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(10136,'4000','221749194142','2025-06-06 10:15:47',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(10137,'4000','221749194142','2025-06-06 10:15:53',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10138,'4000','221749194142','2025-06-06 10:16:40',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10142,'1000','111749203167','2025-06-06 12:46:14',400.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10143,'4000','111749203167','2025-06-06 12:46:14',NULL,200.00,'','11','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(10144,'4000','111749203167','2025-06-06 12:46:07',NULL,200.00,'','11','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(10150,'1000','221749203004','2025-06-06 12:43:45',250.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10151,'4000','221749203004','2025-06-06 12:43:45',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10152,'4000','221749203004','2025-06-06 12:43:24',NULL,120.00,'','22','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(10153,'4000','221749203004','2025-06-06 12:43:44',NULL,80.00,'','22','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(10156,'1000','221749203273','2025-06-06 13:41:29',640.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10157,'4000','221749203273','2025-06-06 13:41:29',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10158,'4000','221749203273','2025-06-06 12:47:53',NULL,280.00,'','22','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(10159,'4000','221749203273','2025-06-06 13:38:02',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(10160,'4000','221749203273','2025-06-06 13:40:53',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(10161,'4000','221749203273','2025-06-06 13:41:17',NULL,250.00,'','22','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(10166,'1000','221749214394','2025-06-06 15:53:29',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10167,'4000','221749214394','2025-06-06 15:53:29',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(10168,'4000','221749214394','2025-06-06 15:53:14',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(10169,'1000','221749214519','2025-06-06 15:55:22',30.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10170,'4000','221749214519','2025-06-06 15:55:22',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(10171,'1000','111749213702','2025-06-06 15:41:51',250.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10172,'4000','111749213702','2025-06-06 15:41:51',NULL,150.00,'','11','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(10173,'4000','111749213702','2025-06-06 15:41:42',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(10174,'4000','111749213702','2025-06-06 16:04:09',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(10179,'1000','111749214258','2025-06-06 15:52:23',550.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10180,'4000','111749214258','2025-06-06 15:52:23',NULL,50.00,'','11','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(10181,'4000','111749214258','2025-06-06 15:50:58',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(10182,'4000','111749214258','2025-06-06 15:51:47',NULL,300.00,'','11','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(10183,'4000','111749214258','2025-06-06 15:52:17',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(10184,'1000','111749216652','2025-06-06 16:30:53',200.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10185,'4000','111749216652','2025-06-06 16:30:53',NULL,200.00,'','11','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(10186,'1000','221749216457','2025-06-06 16:28:02',370.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10187,'4000','221749216457','2025-06-06 16:28:02',NULL,200.00,'','22','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(10188,'4000','221749216457','2025-06-06 16:27:37',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(10189,'4000','221749216457','2025-06-06 16:27:53',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(10190,'4000','221749216457','2025-06-06 16:28:00',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(10204,'1000','221749219066','2025-06-06 17:11:14',380.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10205,'4000','221749219066','2025-06-06 17:11:14',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(10206,'4000','221749219066','2025-06-06 17:11:06',NULL,280.00,'','22','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(10207,'4000','221749219066','2025-06-06 17:11:12',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(10208,'1000','221749219840','2025-06-06 17:38:16',450.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10209,'4000','221749219840','2025-06-06 17:38:16',NULL,250.00,'','22','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(10210,'4000','221749219840','2025-06-06 17:24:00',NULL,100.00,'','22','1','Good sold','1','','sales','76','','No',NULL,NULL,''),(10211,'4000','221749219840','2025-06-06 17:35:05',NULL,100.00,'','22','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(10212,'1110','221749221282','2025-06-06 17:48:35',NULL,65.00,'','22','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(10213,'1110','221749221282','2025-06-06 17:48:02',NULL,65.00,'','22','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(10214,'1110','221749221282','2025-06-06 17:48:08',NULL,0.00,'','22','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(10215,'5500','221749221282','2025-06-06 17:48:33',130.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10216,'1000','221749221282','2025-06-06 17:48:35',360.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10217,'4000','221749221282','2025-06-06 17:48:35',NULL,90.00,'','22','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(10218,'4000','221749221282','2025-06-06 17:48:02',NULL,90.00,'','22','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(10219,'4000','221749221282','2025-06-06 17:48:08',NULL,180.00,'','22','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(10220,'1000','221749218902','2025-06-06 17:09:15',1500.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10221,'4000','221749218902','2025-06-06 17:09:15',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(10222,'4000','221749218902','2025-06-06 17:08:22',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(10223,'4000','221749218902','2025-06-06 17:08:26',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(10224,'4000','221749218902','2025-06-06 17:08:30',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(10225,'4000','221749218902','2025-06-06 17:08:34',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(10226,'4000','221749218902','2025-06-06 17:08:43',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(10227,'4000','221749218902','2025-06-06 17:08:48',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(10228,'4000','221749218902','2025-06-06 17:08:58',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(10229,'4000','221749218902','2025-06-06 17:09:07',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(10230,'4000','221749218902','2025-06-06 17:09:13',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(10231,'1110','111749222795','2025-06-06 18:20:19',NULL,30.00,'','11','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(10232,'1110','111749222795','2025-06-06 18:13:16',NULL,0.00,'','11','1','Inventory sold','1','','sales','59','','No',NULL,NULL,''),(10233,'1110','111749222795','2025-06-06 18:18:05',NULL,0.00,'','11','1','Inventory sold','1','','sales','59','','No',NULL,NULL,''),(10234,'1110','111749222795','2025-06-06 18:18:23',NULL,0.00,'','11','1','Inventory sold','1','','sales','59','','No',NULL,NULL,''),(10235,'1110','111749222795','2025-06-06 18:18:28',NULL,0.00,'','11','1','Inventory sold','1','','sales','59','','No',NULL,NULL,''),(10236,'1110','111749222795','2025-06-06 18:18:32',NULL,0.00,'','11','1','Inventory sold','1','','sales','59','','No',NULL,NULL,''),(10237,'1110','111749222795','2025-06-06 18:18:39',NULL,0.00,'','11','1','Inventory sold','1','','sales','59','','No',NULL,NULL,''),(10238,'1110','111749222795','2025-06-06 18:18:45',NULL,0.00,'','11','1','Inventory sold','1','','sales','59','','No',NULL,NULL,''),(10239,'1110','111749222795','2025-06-06 18:18:51',NULL,0.00,'','11','1','Inventory sold','1','','sales','59','','No',NULL,NULL,''),(10240,'1110','111749222795','2025-06-06 18:18:58',NULL,30.00,'','11','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(10241,'5500','111749222795','2025-06-06 18:19:59',60.00,NULL,'','11','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10242,'1000','111749222795','2025-06-06 18:20:19',500.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10243,'4000','111749222795','2025-06-06 18:20:19',NULL,50.00,'','11','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(10244,'4000','111749222795','2025-06-06 18:13:16',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(10245,'4000','111749222795','2025-06-06 18:18:05',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(10246,'4000','111749222795','2025-06-06 18:18:23',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(10247,'4000','111749222795','2025-06-06 18:18:28',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(10248,'4000','111749222795','2025-06-06 18:18:32',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(10249,'4000','111749222795','2025-06-06 18:18:39',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(10250,'4000','111749222795','2025-06-06 18:18:45',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(10251,'4000','111749222795','2025-06-06 18:18:51',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(10252,'4000','111749222795','2025-06-06 18:18:58',NULL,50.00,'','11','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(10253,'1000','111749223332','2025-06-06 18:22:27',110.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10254,'4000','111749223332','2025-06-06 18:22:27',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10255,'4000','111749223332','2025-06-06 18:22:12',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(10256,'1000','221749223414','2025-06-06 18:24:09',260.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10257,'4000','221749223414','2025-06-06 18:24:09',NULL,150.00,'','22','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(10258,'4000','221749223414','2025-06-06 18:23:34',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(10259,'4000','221749223414','2025-06-06 18:23:46',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(10260,'4000','221749223414','2025-06-06 18:23:51',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(10261,'1000','111749223371','2025-06-06 18:24:13',330.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10262,'4000','111749223371','2025-06-06 18:24:13',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10263,'4000','111749223371','2025-06-06 18:22:51',NULL,150.00,'','11','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(10264,'4000','111749223371','2025-06-06 18:23:24',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(10265,'4000','111749223371','2025-06-06 18:23:54',NULL,100.00,'','11','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(10271,'1000','111749223515','2025-06-06 18:26:13',200.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10272,'4000','111749223515','2025-06-06 18:26:13',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(10273,'4000','111749223515','2025-06-06 18:25:15',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(10274,'4000','111749223515','2025-06-06 18:26:09',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(10275,'4000','111749223515','2025-06-06 18:55:15',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(10276,'1000','221749227390','2025-06-06 19:34:34',250.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10277,'4000','221749227390','2025-06-06 19:34:34',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10278,'4000','221749227390','2025-06-06 19:29:50',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10279,'4000','221749227390','2025-06-06 19:29:58',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10280,'4000','221749227390','2025-06-06 19:30:27',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10281,'4000','221749227390','2025-06-06 19:33:08',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10282,'1000','111749227598','2025-06-06 19:35:38',460.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10283,'4000','111749227598','2025-06-06 19:35:38',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10284,'4000','111749227598','2025-06-06 19:33:19',NULL,50.00,'','11','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(10285,'4000','111749227598','2025-06-06 19:33:24',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(10286,'4000','111749227598','2025-06-06 19:33:44',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(10287,'4000','111749227598','2025-06-06 19:34:24',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(10288,'4000','111749227598','2025-06-06 19:34:32',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(10289,'4000','111749227598','2025-06-06 19:34:36',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(10290,'4000','111749227598','2025-06-06 19:34:52',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(10291,'4000','111749227598','2025-06-06 19:35:13',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(10292,'1000','221749228554','2025-06-06 19:49:20',300.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10293,'4000','221749228554','2025-06-06 19:49:20',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(10294,'4000','221749228554','2025-06-06 19:49:14',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(10300,'1000','121749229500','2025-06-06 20:05:08',300.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10301,'4000','121749229500','2025-06-06 20:05:08',NULL,150.00,'','12','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(10302,'4000','121749229500','2025-06-06 20:05:00',NULL,150.00,'','12','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(10303,'1000','111749229047','2025-06-06 20:06:18',1080.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10304,'4000','111749229047','2025-06-06 20:06:18',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(10305,'4000','111749229047','2025-06-06 19:57:27',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(10306,'4000','111749229047','2025-06-06 19:57:31',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(10307,'4000','111749229047','2025-06-06 19:57:34',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(10308,'4000','111749229047','2025-06-06 19:57:37',NULL,280.00,'','11','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(10309,'4000','111749229047','2025-06-06 19:57:49',NULL,280.00,'','11','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(10310,'4000','111749229047','2025-06-06 19:57:53',NULL,200.00,'','11','1','Good sold','1','','sales','86','','No',NULL,NULL,''),(10311,'4000','111749229047','2025-06-06 20:06:08',NULL,200.00,'','11','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(10312,'1000','111749229704','2025-06-06 20:08:44',250.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10313,'4000','111749229704','2025-06-06 20:08:44',NULL,150.00,'','11','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10314,'4000','111749229704','2025-06-06 20:08:24',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(10315,'4000','111749229704','2025-06-06 20:08:35',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(10316,'1000','221749224040','2025-06-06 18:34:06',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10317,'4000','221749224040','2025-06-06 18:34:06',NULL,100.00,'','22','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(10318,'1000','121749230445','2025-06-06 20:20:46',50.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10319,'4000','121749230445','2025-06-06 20:20:46',NULL,50.00,'','12','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10320,'1000','111749230564','2025-06-06 20:22:58',200.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10321,'4000','111749230564','2025-06-06 20:22:58',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(10322,'4000','111749230564','2025-06-06 20:22:44',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10323,'1000','121749230869','2025-06-06 20:27:51',50.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10324,'4000','121749230869','2025-06-06 20:27:51',NULL,50.00,'','12','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10325,'1000','121749230977','2025-06-06 20:29:38',50.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10326,'4000','121749230977','2025-06-06 20:29:38',NULL,50.00,'','12','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(10327,'1000','221749231061','2025-06-06 20:31:03',150.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10328,'4000','221749231061','2025-06-06 20:31:03',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(10329,'1000','221749231656','2025-06-06 20:40:57',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10330,'4000','221749231656','2025-06-06 20:40:57',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(10331,'1000','111749231652','2025-06-06 20:42:56',1230.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10332,'4000','111749231652','2025-06-06 20:42:56',NULL,180.00,'','11','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(10333,'4000','111749231652','2025-06-06 20:40:52',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(10334,'4000','111749231652','2025-06-06 20:40:56',NULL,350.00,'','11','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(10335,'4000','111749231652','2025-06-06 20:42:32',NULL,350.00,'','11','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(10336,'4000','111749231652','2025-06-06 20:42:37',NULL,100.00,'','11','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(10337,'4000','111749231652','2025-06-06 20:42:49',NULL,100.00,'','11','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(10338,'1000','111749231824','2025-06-06 20:44:24',630.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10339,'4000','111749231824','2025-06-06 20:44:24',NULL,200.00,'','11','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(10340,'4000','111749231824','2025-06-06 20:43:44',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(10341,'4000','111749231824','2025-06-06 20:43:54',NULL,280.00,'','11','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(10342,'1000','121749229363','2025-06-06 20:03:36',170.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10343,'4000','121749229363','2025-06-06 20:03:36',NULL,50.00,'','12','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10344,'4000','121749229363','2025-06-06 20:02:43',NULL,50.00,'','12','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10345,'4000','121749229363','2025-06-06 20:02:45',NULL,30.00,'','12','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(10346,'4000','121749229363','2025-06-06 20:03:28',NULL,40.00,'','12','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(10347,'1000','221749232116','2025-06-06 20:48:54',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10348,'4000','221749232116','2025-06-06 20:48:54',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(10349,'4000','221749232116','2025-06-06 20:48:36',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(10350,'1000','121749232134','2025-06-06 20:48:56',100.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10351,'4000','121749232134','2025-06-06 20:48:56',NULL,100.00,'','12','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10352,'1000','111749233160','2025-06-06 21:06:31',250.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10353,'4000','111749233160','2025-06-06 21:06:31',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(10354,'4000','111749233160','2025-06-06 21:06:00',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(10355,'4000','111749233160','2025-06-06 21:06:04',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(10356,'4000','111749233160','2025-06-06 21:06:07',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(10357,'4000','111749233160','2025-06-06 21:06:10',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(10358,'1000','111749233209','2025-06-06 21:07:04',200.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10359,'4000','111749233209','2025-06-06 21:07:04',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(10360,'4000','111749233209','2025-06-06 21:06:49',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(10361,'4000','111749233209','2025-06-06 21:06:53',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(10362,'4000','111749233209','2025-06-06 21:06:57',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(10363,'1000','221749234229','2025-06-06 21:23:50',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10364,'4000','221749234229','2025-06-06 21:23:50',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10365,'1000','111749234242','2025-06-06 21:24:39',810.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10366,'4000','111749234242','2025-06-06 21:24:39',NULL,280.00,'','11','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(10367,'4000','111749234242','2025-06-06 21:24:02',NULL,280.00,'','11','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(10368,'4000','111749234242','2025-06-06 21:24:07',NULL,50.00,'','11','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(10369,'4000','111749234242','2025-06-06 21:24:20',NULL,50.00,'','11','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(10370,'4000','111749234242','2025-06-06 21:24:24',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(10371,'1000','181749234303','2025-06-06 21:25:05',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10372,'4000','181749234303','2025-06-06 21:25:05',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10373,'1000','181749234330','2025-06-06 21:25:31',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10374,'4000','181749234330','2025-06-06 21:25:31',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(10375,'1000','181749235804','2025-06-06 21:50:16',200.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10376,'4000','181749235804','2025-06-06 21:50:16',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(10377,'4000','181749235804','2025-06-06 21:50:04',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(10378,'4000','181749235804','2025-06-06 21:50:08',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(10379,'4000','181749235804','2025-06-06 21:50:11',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(10380,'1000','181749237218','2025-06-06 22:14:08',600.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10381,'4000','181749237218','2025-06-06 22:14:08',NULL,300.00,'','18','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(10382,'4000','181749237218','2025-06-06 22:13:38',NULL,200.00,'','18','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(10383,'4000','181749237218','2025-06-06 22:13:47',NULL,100.00,'','18','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(10384,'1000','181749237858','2025-06-06 22:24:19',200.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10385,'4000','181749237858','2025-06-06 22:24:19',NULL,200.00,'','18','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(10388,'1000','181749245936','2025-06-07 00:38:58',250.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10389,'4000','181749245936','2025-06-07 00:38:58',NULL,200.00,'','18','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(10390,'4000','181749245936','2025-06-07 00:38:56',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10391,'1000','181749270340','2025-06-07 07:25:45',40.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10392,'4000','181749270340','2025-06-07 07:25:45',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(10393,'4000','181749270340','2025-06-07 07:25:40',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(10394,'1000','181749273075','2025-06-07 08:11:16',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10395,'4000','181749273075','2025-06-07 08:11:16',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10399,'1000','111749277948','2025-06-07 09:32:41',90.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10400,'4000','111749277948','2025-06-07 09:32:41',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10401,'4000','111749277948','2025-06-07 09:32:28',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(10402,'4000','111749277948','2025-06-07 09:32:40',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(10403,'1000','111749287717','2025-06-07 12:15:39',170.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10404,'4000','111749287717','2025-06-07 12:15:39',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10405,'4000','111749287717','2025-06-07 12:15:17',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(10406,'4000','111749287717','2025-06-07 12:15:33',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(10407,'1000','221749288003','2025-06-07 12:21:57',270.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10408,'4000','221749288003','2025-06-07 12:21:57',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(10409,'4000','221749288003','2025-06-07 12:20:03',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(10410,'4000','221749288003','2025-06-07 12:21:47',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(10441,'1000','221749291293','2025-06-07 13:14:56',1280.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10442,'4000','221749291293','2025-06-07 13:14:56',NULL,80.00,'','22','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(10443,'4000','221749291293','2025-06-07 13:14:53',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(10444,'4000','221749291293','2025-06-07 13:44:12',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(10445,'4000','221749291293','2025-06-07 13:44:19',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(10446,'4000','221749291293','2025-06-07 13:44:26',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(10447,'4000','221749291293','2025-06-07 13:44:36',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(10448,'4000','221749291293','2025-06-07 13:44:44',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(10449,'4000','221749291293','2025-06-07 13:44:51',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(10450,'4000','221749291293','2025-06-07 13:45:48',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(10451,'4000','221749291293','2025-06-07 13:46:11',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(10452,'4000','221749291293','2025-06-07 13:46:16',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(10453,'4000','221749291293','2025-06-07 13:46:21',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(10454,'4000','221749291293','2025-06-07 13:46:27',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(10455,'4000','221749291293','2025-06-07 13:46:40',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(10456,'4000','221749291293','2025-06-07 13:46:49',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(10457,'4000','221749291293','2025-06-07 13:46:59',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(10458,'4000','221749291293','2025-06-07 13:47:06',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(10459,'4000','221749291293','2025-06-07 13:53:09',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(10460,'4000','221749291293','2025-06-07 13:53:16',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(10461,'4000','221749291293','2025-06-07 13:54:58',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(10462,'4000','221749291293','2025-06-07 13:58:20',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(10463,'4000','221749291293','2025-06-07 13:58:37',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(10464,'4000','221749291293','2025-06-07 13:58:41',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(10465,'4000','221749291293','2025-06-07 13:58:47',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(10466,'4000','221749291293','2025-06-07 13:58:58',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(10467,'4000','221749291293','2025-06-07 13:59:06',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(10468,'4000','221749291293','2025-06-07 13:59:18',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(10469,'4000','221749291293','2025-06-07 13:59:30',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(10470,'4000','221749291293','2025-06-07 15:33:06',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(10471,'1000','111749299663','2025-06-07 15:34:50',940.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10472,'4000','111749299663','2025-06-07 15:34:50',NULL,840.00,'','11','1','Good sold','1','','sales','36','','No',NULL,NULL,''),(10473,'4000','111749299663','2025-06-07 15:34:23',NULL,50.00,'','11','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(10474,'4000','111749299663','2025-06-07 15:34:37',NULL,50.00,'','11','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(10475,'1000','221749299700','2025-06-07 15:35:04',80.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10476,'4000','221749299700','2025-06-07 15:35:04',NULL,80.00,'','22','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(10477,'1000','221749299754','2025-06-07 15:35:59',150.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10478,'4000','221749299754','2025-06-07 15:35:59',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(10479,'1000','221749299797','2025-06-07 15:36:39',300.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10480,'4000','221749299797','2025-06-07 15:36:39',NULL,300.00,'','22','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(10486,'1000','111749299711','2025-06-07 15:36:39',680.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10487,'4000','111749299711','2025-06-07 15:36:39',NULL,200.00,'','11','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(10488,'4000','111749299711','2025-06-07 15:35:11',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(10489,'4000','111749299711','2025-06-07 15:35:24',NULL,80.00,'','11','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(10490,'4000','111749299711','2025-06-07 15:36:13',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(10491,'4000','111749299711','2025-06-07 15:36:35',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(10492,'4000','111749299711','2025-06-07 15:39:22',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(10493,'1000','221749299877','2025-06-07 15:41:15',500.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10494,'4000','221749299877','2025-06-07 15:41:15',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(10495,'4000','221749299877','2025-06-07 15:37:58',NULL,100.00,'','22','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(10496,'4000','221749299877','2025-06-07 15:38:25',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10497,'4000','221749299877','2025-06-07 15:39:15',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10498,'4000','221749299877','2025-06-07 15:39:33',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(10499,'4000','221749299877','2025-06-07 15:40:12',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(10500,'4000','221749299877','2025-06-07 15:40:35',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(10501,'1000','221749303292','2025-06-07 16:34:55',180.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10502,'4000','221749303292','2025-06-07 16:34:55',NULL,180.00,'','22','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(10503,'1110','221749306369','2025-06-07 17:26:11',NULL,30.00,'','22','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(10504,'5500','221749306369','2025-06-07 17:26:09',30.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10505,'1000','221749306369','2025-06-07 17:26:11',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10506,'4000','221749306369','2025-06-07 17:26:11',NULL,50.00,'','22','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(10507,'1000','221749306674','2025-06-07 17:31:36',60.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10508,'4000','221749306674','2025-06-07 17:31:36',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(10509,'1000','221749307536','2025-06-07 17:46:31',380.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10510,'4000','221749307536','2025-06-07 17:46:31',NULL,130.00,'','22','1','Good sold','1','','sales','24','','No',NULL,NULL,''),(10511,'4000','221749307536','2025-06-07 17:45:36',NULL,200.00,'','22','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(10512,'4000','221749307536','2025-06-07 17:45:46',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(10513,'1000','221749307658','2025-06-07 17:48:01',430.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10514,'4000','221749307658','2025-06-07 17:48:01',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(10515,'4000','221749307658','2025-06-07 17:47:38',NULL,280.00,'','22','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(10516,'1000','111749309647','2025-06-07 18:21:43',360.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10517,'4000','111749309647','2025-06-07 18:21:43',NULL,280.00,'','11','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(10518,'4000','111749309647','2025-06-07 18:20:47',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(10519,'4000','111749309647','2025-06-07 18:21:00',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(10520,'1000','111749309748','2025-06-07 18:23:26',330.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10521,'4000','111749309748','2025-06-07 18:23:26',NULL,50.00,'','11','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(10522,'4000','111749309748','2025-06-07 18:22:28',NULL,280.00,'','11','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(10523,'1000','111749309863','2025-06-07 18:25:37',430.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10524,'4000','111749309863','2025-06-07 18:25:37',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(10525,'4000','111749309863','2025-06-07 18:24:23',NULL,280.00,'','11','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(10526,'1000','111749310092','2025-06-07 18:28:59',210.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10527,'4000','111749310092','2025-06-07 18:28:59',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(10528,'4000','111749310092','2025-06-07 18:28:12',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(10529,'1000','111749310368','2025-06-07 18:33:09',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10530,'4000','111749310368','2025-06-07 18:33:09',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(10531,'4000','111749310368','2025-06-07 18:32:48',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(10540,'1000','221749311638','2025-06-07 18:55:18',420.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10541,'4000','221749311638','2025-06-07 18:55:18',NULL,150.00,'','22','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(10542,'4000','221749311638','2025-06-07 18:53:58',NULL,120.00,'','22','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(10543,'4000','221749311638','2025-06-07 18:55:16',NULL,150.00,'','22','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(10552,'1000','111749312961','2025-06-07 19:16:14',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10553,'4000','111749312961','2025-06-07 19:16:14',NULL,50.00,'','11','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(10554,'1110','111749313013','2025-06-07 19:18:45',NULL,0.00,'','11','1','Inventory sold','1','','sales','62','','No',NULL,NULL,''),(10555,'1110','111749313013','2025-06-07 19:16:53',NULL,65.00,'','11','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(10556,'5500','111749313013','2025-06-07 19:18:12',65.00,NULL,'','11','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10557,'1000','111749313013','2025-06-07 19:18:45',190.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10558,'4000','111749313013','2025-06-07 19:18:45',NULL,100.00,'','11','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(10559,'4000','111749313013','2025-06-07 19:16:53',NULL,90.00,'','11','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(10560,'1000','111749311922','2025-06-07 18:59:52',860.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10561,'4000','111749311922','2025-06-07 18:59:52',NULL,300.00,'','11','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(10562,'4000','111749311922','2025-06-07 18:58:43',NULL,50.00,'','11','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(10563,'4000','111749311922','2025-06-07 18:59:11',NULL,150.00,'','11','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(10564,'4000','111749311922','2025-06-07 18:59:32',NULL,150.00,'','11','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(10565,'4000','111749311922','2025-06-07 18:59:50',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10566,'4000','111749311922','2025-06-07 19:13:50',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(10567,'4000','111749311922','2025-06-07 19:14:33',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(10568,'4000','111749311922','2025-06-07 19:14:51',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10569,'1000','221749314874','2025-06-07 19:54:05',150.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10570,'4000','221749314874','2025-06-07 19:54:05',NULL,150.00,'','22','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(10571,'1000','221749315424','2025-06-07 19:57:07',180.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10572,'4000','221749315424','2025-06-07 19:57:07',NULL,180.00,'','22','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(10573,'1000','111749316053','2025-06-07 20:07:56',170.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10574,'4000','111749316053','2025-06-07 20:07:56',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10575,'4000','111749316053','2025-06-07 20:07:33',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(10576,'4000','111749316053','2025-06-07 20:07:47',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(10577,'1000','221749315491','2025-06-07 20:11:02',400.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10578,'4000','221749315491','2025-06-07 20:11:02',NULL,150.00,'','22','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(10579,'4000','221749315491','2025-06-07 19:58:11',NULL,150.00,'','22','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(10580,'4000','221749315491','2025-06-07 19:58:15',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(10581,'4000','221749315491','2025-06-07 19:59:00',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(10584,'1000','111749316573','2025-06-07 20:17:33',900.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10585,'4000','111749316573','2025-06-07 20:17:33',NULL,50.00,'','11','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(10586,'4000','111749316573','2025-06-07 20:16:13',NULL,50.00,'','11','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(10587,'4000','111749316573','2025-06-07 20:16:21',NULL,350.00,'','11','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(10588,'4000','111749316573','2025-06-07 20:16:33',NULL,350.00,'','11','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(10589,'4000','111749316573','2025-06-07 20:16:45',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(10590,'4000','111749316573','2025-06-07 20:17:12',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(10597,'1000','221749317865','2025-06-07 20:37:46',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10598,'4000','221749317865','2025-06-07 20:37:46',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(10599,'1000','221749317607','2025-06-07 20:33:29',400.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10600,'4000','221749317607','2025-06-07 20:33:29',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(10601,'4000','221749317607','2025-06-07 20:33:27',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(10602,'4000','221749317607','2025-06-07 20:46:16',NULL,100.00,'','22','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(10603,'1000','221749318513','2025-06-07 20:48:34',150.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10604,'4000','221749318513','2025-06-07 20:48:34',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(10605,'1000','221749316542','2025-06-07 20:15:44',260.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10606,'4000','221749316542','2025-06-07 20:15:44',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10607,'4000','221749316542','2025-06-07 20:15:42',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10608,'4000','221749316542','2025-06-07 20:19:48',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(10609,'4000','221749316542','2025-06-07 20:29:36',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(10610,'4000','221749316542','2025-06-07 20:49:28',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10611,'1000','111749319432','2025-06-07 21:05:41',2150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10612,'4000','111749319432','2025-06-07 21:05:41',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10613,'4000','111749319432','2025-06-07 21:03:52',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10614,'4000','111749319432','2025-06-07 21:03:58',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10615,'4000','111749319432','2025-06-07 21:04:02',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10616,'4000','111749319432','2025-06-07 21:04:07',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(10617,'4000','111749319432','2025-06-07 21:04:20',NULL,350.00,'','11','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(10618,'4000','111749319432','2025-06-07 21:04:31',NULL,350.00,'','11','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(10619,'4000','111749319432','2025-06-07 21:04:35',NULL,350.00,'','11','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(10620,'4000','111749319432','2025-06-07 21:04:40',NULL,350.00,'','11','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(10621,'4000','111749319432','2025-06-07 21:04:44',NULL,50.00,'','11','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(10622,'4000','111749319432','2025-06-07 21:04:51',NULL,50.00,'','11','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(10623,'4000','111749319432','2025-06-07 21:04:55',NULL,50.00,'','11','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(10624,'4000','111749319432','2025-06-07 21:05:00',NULL,200.00,'','11','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(10625,'4000','111749319432','2025-06-07 21:05:06',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(10626,'1000','221749320016','2025-06-07 21:13:39',200.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10627,'4000','221749320016','2025-06-07 21:13:39',NULL,200.00,'','22','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(10628,'1000','111749320470','2025-06-07 21:21:25',70.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10629,'4000','111749320470','2025-06-07 21:21:25',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10630,'4000','111749320470','2025-06-07 21:21:10',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(10631,'1000','111749320968','2025-06-07 21:29:46',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10632,'4000','111749320968','2025-06-07 21:29:46',NULL,250.00,'','11','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(10633,'4000','111749320968','2025-06-07 21:29:28',NULL,100.00,'','11','1','Good sold','1','','sales','75','','No',NULL,NULL,''),(10634,'1000','111749321904','2025-06-07 21:45:21',250.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10635,'4000','111749321904','2025-06-07 21:45:21',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(10636,'4000','111749321904','2025-06-07 21:45:05',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(10637,'4000','111749321904','2025-06-07 21:45:08',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(10638,'4000','111749321904','2025-06-07 21:45:11',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(10639,'4000','111749321904','2025-06-07 21:45:14',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(10640,'1000','191749329156','2025-06-07 23:45:57',150.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10641,'4000','191749329156','2025-06-07 23:45:57',NULL,150.00,'','19','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(10642,'1000','191749354347','2025-06-08 06:45:53',60.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10643,'4000','191749354347','2025-06-08 06:45:53',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(10644,'4000','191749354347','2025-06-08 06:45:47',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(10645,'1000','191749363136','2025-06-08 09:12:42',130.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10646,'4000','191749363136','2025-06-08 09:12:42',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(10647,'4000','191749363136','2025-06-08 09:12:16',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(10648,'4000','191749363136','2025-06-08 09:12:21',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10649,'1000','191749363721','2025-06-08 09:22:19',120.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10650,'4000','191749363721','2025-06-08 09:22:19',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(10651,'4000','191749363721','2025-06-08 09:22:01',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(10652,'4000','191749363721','2025-06-08 09:22:05',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(10653,'4000','191749363721','2025-06-08 09:22:11',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(10654,'4000','191749363721','2025-06-08 09:22:15',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(10655,'1000','221749367094','2025-06-08 10:24:00',220.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10656,'4000','221749367094','2025-06-08 10:24:00',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10657,'4000','221749367094','2025-06-08 10:18:14',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10658,'4000','221749367094','2025-06-08 10:18:18',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(10659,'4000','221749367094','2025-06-08 10:21:30',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(10660,'4000','221749367094','2025-06-08 10:23:40',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(10661,'4000','221749367094','2025-06-08 10:23:46',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(10662,'1000','111749377191','2025-06-08 13:07:03',250.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10663,'4000','111749377191','2025-06-08 13:07:03',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10664,'4000','111749377191','2025-06-08 13:06:31',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10665,'4000','111749377191','2025-06-08 13:06:36',NULL,50.00,'','11','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(10666,'4000','111749377191','2025-06-08 13:06:41',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(10667,'4000','111749377191','2025-06-08 13:06:58',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(10668,'1000','221749377042','2025-06-08 13:23:25',300.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10669,'4000','221749377042','2025-06-08 13:23:25',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(10670,'4000','221749377042','2025-06-08 13:04:02',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(10676,'1000','111749379496','2025-06-08 13:45:04',1320.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10677,'4000','111749379496','2025-06-08 13:45:04',NULL,600.00,'','11','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(10678,'4000','111749379496','2025-06-08 13:44:56',NULL,600.00,'','11','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(10679,'4000','111749379496','2025-06-08 13:45:02',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(10680,'4000','111749379496','2025-06-08 13:48:29',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(10683,'1000','221749380867','2025-06-08 14:08:22',80.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10684,'4000','221749380867','2025-06-08 14:08:22',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10685,'4000','221749380867','2025-06-08 14:07:48',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(10686,'1000','221749380954','2025-06-08 14:09:15',20.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10687,'4000','221749380954','2025-06-08 14:09:15',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(10690,'1000','111749381560','2025-06-08 14:19:26',200.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10691,'4000','111749381560','2025-06-08 14:19:26',NULL,100.00,'','11','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(10692,'4000','111749381560','2025-06-08 14:19:20',NULL,100.00,'','11','1','Good sold','1','','sales','76','','No',NULL,NULL,''),(10702,'1000','221749383166','2025-06-08 14:46:15',580.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10703,'4000','221749383166','2025-06-08 14:46:15',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(10704,'4000','221749383166','2025-06-08 14:46:06',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(10705,'4000','221749383166','2025-06-08 14:46:14',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(10706,'4000','221749383166','2025-06-08 14:55:47',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(10707,'4000','221749383166','2025-06-08 14:55:56',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(10708,'4000','221749383166','2025-06-08 14:56:08',NULL,100.00,'','22','1','Good sold','1','','sales','75','','No',NULL,NULL,''),(10709,'1000','111749380335','2025-06-08 13:58:57',130.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10710,'4000','111749380335','2025-06-08 13:58:57',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10711,'4000','111749380335','2025-06-08 13:58:55',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10712,'4000','111749380335','2025-06-08 15:00:04',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(10713,'1110','111749383906','2025-06-08 14:58:35',NULL,0.00,'','11','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''); INSERT INTO `debitcredit` VALUES (10714,'1110','111749383906','2025-06-08 14:58:26',NULL,0.00,'','11','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(10715,'1110','111749383906','2025-06-08 14:58:33',NULL,30.00,'','11','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(10716,'1110','111749383906','2025-06-08 15:14:02',NULL,30.00,'','11','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(10717,'5500','111749383906','2025-06-08 15:14:08',60.00,NULL,'','11','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10718,'1000','111749383906','2025-06-08 14:58:35',450.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10719,'4000','111749383906','2025-06-08 14:58:35',NULL,50.00,'','11','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(10720,'4000','111749383906','2025-06-08 14:58:26',NULL,300.00,'','11','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(10721,'4000','111749383906','2025-06-08 14:58:33',NULL,50.00,'','11','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(10722,'4000','111749383906','2025-06-08 15:14:02',NULL,50.00,'','11','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(10736,'1000','221749384282','2025-06-08 15:05:49',570.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10737,'4000','221749384282','2025-06-08 15:05:49',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(10738,'4000','221749384282','2025-06-08 15:04:43',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(10739,'4000','221749384282','2025-06-08 15:05:09',NULL,280.00,'','22','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(10740,'4000','221749384282','2025-06-08 15:05:29',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(10741,'4000','221749384282','2025-06-08 15:05:47',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(10765,'1000','221749388360','2025-06-08 16:13:32',1300.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10766,'4000','221749388360','2025-06-08 16:13:32',NULL,150.00,'','22','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(10767,'4000','221749388360','2025-06-08 16:12:40',NULL,150.00,'','22','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(10768,'4000','221749388360','2025-06-08 16:12:45',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(10769,'4000','221749388360','2025-06-08 16:13:05',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(10770,'4000','221749388360','2025-06-08 16:13:08',NULL,350.00,'','22','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(10771,'4000','221749388360','2025-06-08 16:13:25',NULL,350.00,'','22','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(10780,'1000','221749388791','2025-06-08 16:20:26',300.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10781,'4000','221749388791','2025-06-08 16:20:26',NULL,150.00,'','22','1','Good sold','1','','sales','87','','No',NULL,NULL,''),(10782,'4000','221749388791','2025-06-08 16:19:52',NULL,150.00,'','22','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(10783,'1000','221749381421','2025-06-08 14:17:02',930.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10784,'4000','221749381421','2025-06-08 14:17:02',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(10785,'4000','221749381421','2025-06-08 14:17:01',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10786,'4000','221749381421','2025-06-08 14:51:37',NULL,600.00,'','22','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(10787,'4000','221749381421','2025-06-08 15:43:55',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(10788,'4000','221749381421','2025-06-08 15:44:06',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(10789,'4000','221749381421','2025-06-08 15:49:56',NULL,50.00,'','22','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(10790,'4000','221749381421','2025-06-08 16:11:25',NULL,80.00,'','22','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(10800,'1000','111749389461','2025-06-08 16:31:21',630.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10801,'4000','111749389461','2025-06-08 16:31:21',NULL,100.00,'','11','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(10802,'4000','111749389461','2025-06-08 16:31:01',NULL,100.00,'','11','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(10803,'4000','111749389461','2025-06-08 16:31:08',NULL,280.00,'','11','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(10804,'4000','111749389461','2025-06-08 16:31:13',NULL,150.00,'','11','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(10805,'1000','221749385955','2025-06-08 15:32:45',1220.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10806,'4000','221749385955','2025-06-08 15:32:45',NULL,100.00,'','22','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(10807,'4000','221749385955','2025-06-08 15:32:35',NULL,100.00,'','22','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(10808,'4000','221749385955','2025-06-08 15:32:42',NULL,300.00,'','22','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(10809,'4000','221749385955','2025-06-08 16:07:46',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(10810,'4000','221749385955','2025-06-08 16:08:13',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(10811,'4000','221749385955','2025-06-08 16:08:20',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(10812,'4000','221749385955','2025-06-08 16:08:33',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(10813,'4000','221749385955','2025-06-08 16:08:58',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(10814,'4000','221749385955','2025-06-08 16:09:06',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(10815,'4000','221749385955','2025-06-08 16:09:14',NULL,100.00,'','22','1','Good sold','1','','sales','57','','No',NULL,NULL,''),(10816,'1000','221749391902','2025-06-08 17:12:10',1250.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10817,'4000','221749391902','2025-06-08 17:12:10',NULL,600.00,'','22','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(10818,'4000','221749391902','2025-06-08 17:11:42',NULL,600.00,'','22','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(10819,'4000','221749391902','2025-06-08 17:11:46',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(10820,'1000','111749392571','2025-06-08 17:22:53',100.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10821,'4000','111749392571','2025-06-08 17:22:53',NULL,100.00,'','11','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(10822,'1000','111749393293','2025-06-08 17:35:08',400.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10823,'4000','111749393293','2025-06-08 17:35:08',NULL,50.00,'','11','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(10824,'4000','111749393293','2025-06-08 17:34:53',NULL,50.00,'','11','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(10825,'4000','111749393293','2025-06-08 17:34:58',NULL,300.00,'','11','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(10826,'1000','221749394763','2025-06-08 17:59:30',300.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10827,'4000','221749394763','2025-06-08 17:59:30',NULL,150.00,'','22','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(10828,'4000','221749394763','2025-06-08 17:59:23',NULL,150.00,'','22','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(10829,'1000','111749395020','2025-06-08 18:05:06',400.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10830,'4000','111749395020','2025-06-08 18:05:06',NULL,100.00,'','11','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(10831,'4000','111749395020','2025-06-08 18:03:40',NULL,100.00,'','11','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(10832,'4000','111749395020','2025-06-08 18:03:54',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(10833,'4000','111749395020','2025-06-08 18:04:25',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(10834,'4000','111749395020','2025-06-08 18:04:33',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10835,'4000','111749395020','2025-06-08 18:04:54',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10836,'1000','111749396124','2025-06-08 18:22:06',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10837,'4000','111749396124','2025-06-08 18:22:06',NULL,300.00,'','11','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(10844,'1000','111749396160','2025-06-08 18:22:42',200.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10845,'4000','111749396160','2025-06-08 18:22:42',NULL,150.00,'','11','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(10846,'4000','111749396160','2025-06-08 18:22:40',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(10850,'1000','111749396143','2025-06-08 18:22:26',230.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10851,'4000','111749396143','2025-06-08 18:22:26',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10852,'4000','111749396143','2025-06-08 18:22:23',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(10853,'4000','111749396143','2025-06-08 18:41:06',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(10854,'1000','111749398823','2025-06-08 19:07:30',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10855,'4000','111749398823','2025-06-08 19:07:30',NULL,100.00,'','11','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(10856,'4000','111749398823','2025-06-08 19:07:03',NULL,100.00,'','11','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(10857,'4000','111749398823','2025-06-08 19:07:07',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(10858,'4000','111749398823','2025-06-08 19:07:23',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(10859,'1000','111749388774','2025-06-08 16:20:22',500.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10860,'4000','111749388774','2025-06-08 16:20:22',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(10861,'4000','111749388774','2025-06-08 16:19:34',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(10862,'4000','111749388774','2025-06-08 16:19:37',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(10863,'4000','111749388774','2025-06-08 16:19:44',NULL,50.00,'','11','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(10864,'4000','111749388774','2025-06-08 16:20:07',NULL,50.00,'','11','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(10865,'4000','111749388774','2025-06-08 16:20:10',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(10866,'4000','111749388774','2025-06-08 16:20:17',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(10867,'4000','111749388774','2025-06-08 16:20:21',NULL,150.00,'','11','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(10868,'1000','111749401060','2025-06-08 19:44:34',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10869,'4000','111749401060','2025-06-08 19:44:34',NULL,200.00,'','11','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(10870,'4000','111749401060','2025-06-08 19:44:20',NULL,150.00,'','11','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(10871,'1000','221749396167','2025-06-08 18:22:50',330.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10872,'4000','221749396167','2025-06-08 18:22:50',NULL,80.00,'','22','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(10873,'4000','221749396167','2025-06-08 18:22:47',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(10874,'4000','221749396167','2025-06-08 18:33:50',NULL,200.00,'','22','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(10875,'1000','221749402027','2025-06-08 20:00:34',150.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10876,'4000','221749402027','2025-06-08 20:00:34',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(10877,'1000','221749402379','2025-06-08 20:06:20',200.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10878,'4000','221749402379','2025-06-08 20:06:20',NULL,200.00,'','22','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(10879,'1000','111749403194','2025-06-08 20:22:03',780.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10880,'4000','111749403194','2025-06-08 20:22:03',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10881,'4000','111749403194','2025-06-08 20:19:54',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10882,'4000','111749403194','2025-06-08 20:19:57',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10883,'4000','111749403194','2025-06-08 20:20:03',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10884,'4000','111749403194','2025-06-08 20:20:07',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10885,'4000','111749403194','2025-06-08 20:20:11',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(10886,'4000','111749403194','2025-06-08 20:20:20',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(10887,'4000','111749403194','2025-06-08 20:20:24',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(10888,'4000','111749403194','2025-06-08 20:20:28',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(10889,'4000','111749403194','2025-06-08 20:20:32',NULL,50.00,'','11','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(10890,'4000','111749403194','2025-06-08 20:20:41',NULL,50.00,'','11','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(10891,'4000','111749403194','2025-06-08 20:20:45',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(10892,'4000','111749403194','2025-06-08 20:21:20',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(10893,'4000','111749403194','2025-06-08 20:21:24',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(10894,'4000','111749403194','2025-06-08 20:21:28',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(10899,'1000','221749404125','2025-06-08 20:46:56',560.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10900,'4000','221749404125','2025-06-08 20:46:56',NULL,180.00,'','22','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(10901,'4000','221749404125','2025-06-08 20:35:26',NULL,180.00,'','22','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(10902,'4000','221749404125','2025-06-08 20:35:30',NULL,180.00,'','22','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(10903,'4000','221749404125','2025-06-08 20:35:37',NULL,20.00,'','22','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(10904,'1110','221749378331','2025-06-08 13:25:32',NULL,0.00,'','22','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(10905,'1110','221749378331','2025-06-08 13:25:31',NULL,30.00,'','22','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(10906,'5500','221749378331','2025-06-08 20:52:31',30.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10907,'1000','221749378331','2025-06-08 13:25:32',80.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10908,'4000','221749378331','2025-06-08 13:25:32',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(10909,'4000','221749378331','2025-06-08 13:25:31',NULL,50.00,'','22','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(10910,'1000','191749407615','2025-06-08 21:34:10',540.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10911,'4000','191749407615','2025-06-08 21:34:10',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(10912,'4000','191749407615','2025-06-08 21:33:35',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(10913,'4000','191749407615','2025-06-08 21:33:41',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(10914,'4000','191749407615','2025-06-08 21:33:44',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(10915,'4000','191749407615','2025-06-08 21:33:48',NULL,150.00,'','19','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(10916,'4000','191749407615','2025-06-08 21:33:57',NULL,150.00,'','19','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(10917,'1000','191749407703','2025-06-08 21:35:04',150.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10918,'4000','191749407703','2025-06-08 21:35:04',NULL,150.00,'','19','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(10919,'1000','191749407952','2025-06-08 21:39:14',30.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10920,'4000','191749407952','2025-06-08 21:39:14',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(10921,'1110','191749408022','2025-06-08 21:40:57',NULL,1.00,'','19','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(10922,'1110','191749408022','2025-06-08 21:40:22',NULL,1.00,'','19','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(10923,'5500','191749408022','2025-06-08 21:40:55',2.00,NULL,'','19','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10924,'1000','191749408022','2025-06-08 21:40:57',200.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10925,'4000','191749408022','2025-06-08 21:40:57',NULL,100.00,'','19','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(10926,'4000','191749408022','2025-06-08 21:40:22',NULL,100.00,'','19','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(10927,'1000','191749411173','2025-06-08 22:33:20',480.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10928,'4000','191749411173','2025-06-08 22:33:20',NULL,180.00,'','19','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(10929,'4000','191749411173','2025-06-08 22:32:53',NULL,150.00,'','19','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(10930,'4000','191749411173','2025-06-08 22:32:56',NULL,50.00,'','19','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(10931,'4000','191749411173','2025-06-08 22:33:04',NULL,50.00,'','19','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(10932,'4000','191749411173','2025-06-08 22:33:07',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10933,'1000','191749412853','2025-06-08 23:00:55',100.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10934,'4000','191749412853','2025-06-08 23:00:55',NULL,100.00,'','19','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(10935,'1000','191749432061','2025-06-09 04:21:21',250.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10936,'4000','191749432061','2025-06-09 04:21:21',NULL,150.00,'','19','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(10937,'4000','191749432061','2025-06-09 04:21:01',NULL,50.00,'','19','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(10938,'4000','191749432061','2025-06-09 04:21:16',NULL,50.00,'','19','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(10939,'1000','191749443497','2025-06-09 07:32:12',240.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10940,'4000','191749443497','2025-06-09 07:32:12',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10941,'4000','191749443497','2025-06-09 07:31:37',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10942,'4000','191749443497','2025-06-09 07:31:40',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(10943,'4000','191749443497','2025-06-09 07:31:59',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(10944,'4000','191749443497','2025-06-09 07:32:03',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(10945,'1000','181749454873','2025-06-09 10:49:02',90.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10946,'4000','181749454873','2025-06-09 10:49:02',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10947,'4000','181749454873','2025-06-09 10:41:13',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(10948,'4000','181749454873','2025-06-09 10:41:23',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(10949,'1000','181749455373','2025-06-09 10:49:34',20.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10950,'4000','181749455373','2025-06-09 10:49:34',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(10951,'1000','181749456200','2025-06-09 11:03:29',180.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10952,'4000','181749456200','2025-06-09 11:03:29',NULL,150.00,'','18','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(10953,'4000','181749456200','2025-06-09 11:03:20',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(10954,'1000','181749456404','2025-06-09 11:06:46',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10955,'4000','181749456404','2025-06-09 11:06:46',NULL,150.00,'','18','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(10956,'1000','181749458430','2025-06-09 11:40:39',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10957,'4000','181749458430','2025-06-09 11:40:39',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(10958,'4000','181749458430','2025-06-09 11:40:30',NULL,50.00,'','18','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(10959,'1000','111749458452','2025-06-09 11:41:02',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10960,'4000','111749458452','2025-06-09 11:41:02',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10961,'4000','111749458452','2025-06-09 11:40:52',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10962,'4000','111749458452','2025-06-09 11:40:56',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10963,'1110','111749458477','2025-06-09 11:41:38',NULL,0.00,'','11','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(10964,'1110','111749458477','2025-06-09 11:41:17',NULL,0.00,'','11','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(10965,'1110','111749458477','2025-06-09 11:41:33',NULL,1.00,'','11','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(10966,'5500','111749458477','2025-06-09 11:41:37',1.00,NULL,'','11','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(10967,'1000','111749458477','2025-06-09 11:41:38',180.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10968,'4000','111749458477','2025-06-09 11:41:38',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10969,'4000','111749458477','2025-06-09 11:41:17',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(10970,'4000','111749458477','2025-06-09 11:41:33',NULL,100.00,'','11','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(10973,'1000','181749458949','2025-06-09 11:49:10',250.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10974,'4000','181749458949','2025-06-09 11:49:10',NULL,200.00,'','18','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(10975,'4000','181749458949','2025-06-09 11:49:09',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10976,'1000','181749460523','2025-06-09 12:15:29',330.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10977,'4000','181749460523','2025-06-09 12:15:29',NULL,280.00,'','18','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(10978,'4000','181749460523','2025-06-09 12:15:23',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(10979,'1000','111749460606','2025-06-09 12:16:48',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10980,'4000','111749460606','2025-06-09 12:16:48',NULL,50.00,'','11','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(10981,'1000','181749462570','2025-06-09 12:49:31',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10982,'4000','181749462570','2025-06-09 12:49:31',NULL,100.00,'','18','1','Good sold','1','','sales','17','','No',NULL,NULL,''),(10983,'1000','181749465564','2025-06-09 13:39:33',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10984,'4000','181749465564','2025-06-09 13:39:33',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(10985,'4000','181749465564','2025-06-09 13:39:24',NULL,100.00,'','18','1','Good sold','1','','sales','57','','No',NULL,NULL,''),(10986,'1000','181749466094','2025-06-09 13:48:16',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10987,'4000','181749466094','2025-06-09 13:48:16',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(10988,'1000','181749466132','2025-06-09 13:48:53',30.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10989,'4000','181749466132','2025-06-09 13:48:53',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(10990,'1000','111749466462','2025-06-09 13:54:35',550.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10991,'4000','111749466462','2025-06-09 13:54:35',NULL,200.00,'','11','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(10992,'4000','111749466462','2025-06-09 13:54:22',NULL,350.00,'','11','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(10993,'1000','111749470980','2025-06-09 15:09:42',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10994,'4000','111749470980','2025-06-09 15:09:42',NULL,150.00,'','11','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(10995,'1000','181749472726','2025-06-09 15:39:16',250.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(10996,'4000','181749472726','2025-06-09 15:39:16',NULL,150.00,'','18','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(10997,'4000','181749472726','2025-06-09 15:38:46',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(10998,'4000','181749472726','2025-06-09 15:39:05',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(10999,'1000','181749472798','2025-06-09 15:43:50',300.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11000,'4000','181749472798','2025-06-09 15:43:50',NULL,100.00,'','18','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(11001,'4000','181749472798','2025-06-09 15:39:58',NULL,100.00,'','18','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(11002,'4000','181749472798','2025-06-09 15:40:03',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(11003,'4000','181749472798','2025-06-09 15:40:19',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(11004,'1000','181749473683','2025-06-09 15:54:44',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11005,'4000','181749473683','2025-06-09 15:54:44',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11010,'1000','111749476094','2025-06-09 16:34:56',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11011,'4000','111749476094','2025-06-09 16:34:56',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11015,'1000','181749476469','2025-06-09 16:41:35',410.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11016,'4000','181749476469','2025-06-09 16:41:35',NULL,150.00,'','18','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(11017,'4000','181749476469','2025-06-09 16:41:10',NULL,150.00,'','18','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(11018,'4000','181749476469','2025-06-09 16:41:13',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(11019,'4000','181749476469','2025-06-09 16:41:29',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(11030,'1000','111749476933','2025-06-09 16:50:19',1500.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11031,'4000','111749476933','2025-06-09 16:50:19',NULL,200.00,'','11','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(11032,'4000','111749476933','2025-06-09 16:48:54',NULL,350.00,'','11','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(11033,'4000','111749476933','2025-06-09 16:49:08',NULL,300.00,'','11','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(11034,'4000','111749476933','2025-06-09 16:49:25',NULL,250.00,'','11','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(11035,'4000','111749476933','2025-06-09 16:50:16',NULL,350.00,'','11','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(11036,'4000','111749476933','2025-06-09 17:10:13',NULL,50.00,'','11','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(11037,'1000','111749474484','2025-06-09 16:08:41',490.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11038,'4000','111749474484','2025-06-09 16:08:41',NULL,200.00,'','11','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(11039,'4000','111749474484','2025-06-09 16:08:04',NULL,150.00,'','11','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(11040,'4000','111749474484','2025-06-09 16:08:21',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(11041,'4000','111749474484','2025-06-09 16:08:39',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(11042,'4000','111749474484','2025-06-09 16:48:08',NULL,80.00,'','11','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(11043,'1000','181749478937','2025-06-09 17:22:19',180.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11044,'4000','181749478937','2025-06-09 17:22:19',NULL,180.00,'','18','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(11047,'1000','111749479244','2025-06-09 17:27:26',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11048,'4000','111749479244','2025-06-09 17:27:26',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11049,'1000','181749479285','2025-06-09 17:28:11',300.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11050,'4000','181749479285','2025-06-09 17:28:11',NULL,150.00,'','18','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(11051,'4000','181749479285','2025-06-09 17:28:05',NULL,150.00,'','18','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(11052,'1000','111749476122','2025-06-09 16:35:37',160.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11053,'4000','111749476122','2025-06-09 16:35:37',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11054,'4000','111749476122','2025-06-09 16:35:22',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(11055,'4000','111749476122','2025-06-09 16:35:35',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11056,'1000','111749479225','2025-06-09 17:27:07',100.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11057,'4000','111749479225','2025-06-09 17:27:07',NULL,50.00,'','11','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(11058,'4000','111749479225','2025-06-09 17:27:05',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(11059,'1000','181749481983','2025-06-09 18:13:04',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11060,'4000','181749481983','2025-06-09 18:13:04',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11070,'1000','111749485501','2025-06-09 19:11:46',280.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11071,'4000','111749485501','2025-06-09 19:11:46',NULL,280.00,'','11','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(11075,'1000','181749484313','2025-06-09 18:52:23',1010.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11076,'4000','181749484313','2025-06-09 18:52:23',NULL,100.00,'','18','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(11077,'4000','181749484313','2025-06-09 18:51:53',NULL,280.00,'','18','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(11078,'4000','181749484313','2025-06-09 18:52:04',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11079,'4000','181749484313','2025-06-09 18:52:20',NULL,200.00,'','18','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(11080,'4000','181749484313','2025-06-09 19:04:40',NULL,280.00,'','18','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(11081,'4000','181749484313','2025-06-09 19:38:44',NULL,100.00,'','18','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(11082,'1000','181749487165','2025-06-09 19:40:07',700.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11083,'4000','181749487165','2025-06-09 19:40:07',NULL,600.00,'','18','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(11084,'4000','181749487165','2025-06-09 19:39:27',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(11085,'4000','181749487165','2025-06-09 19:39:52',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(11086,'1000','111749487189','2025-06-09 19:40:41',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11087,'4000','111749487189','2025-06-09 19:40:41',NULL,50.00,'','11','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(11088,'4000','111749487189','2025-06-09 19:39:49',NULL,50.00,'','11','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(11089,'4000','111749487189','2025-06-09 19:40:09',NULL,50.00,'','11','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(11090,'1000','181749487263','2025-06-09 19:41:06',250.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11091,'4000','181749487263','2025-06-09 19:41:06',NULL,250.00,'','18','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(11092,'1000','111749487115','2025-06-09 19:38:48',360.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11093,'4000','111749487115','2025-06-09 19:38:48',NULL,280.00,'','11','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(11094,'4000','111749487115','2025-06-09 19:38:35',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(11095,'4000','111749487115','2025-06-09 19:38:46',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11096,'1000','181749488127','2025-06-09 19:55:32',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11097,'4000','181749488127','2025-06-09 19:55:32',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11098,'4000','181749488127','2025-06-09 19:55:27',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11099,'1000','181749488185','2025-06-09 19:56:34',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11100,'4000','181749488185','2025-06-09 19:56:34',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(11101,'4000','181749488185','2025-06-09 19:56:25',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11102,'1000','181749489865','2025-06-09 20:24:54',300.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11103,'4000','181749489865','2025-06-09 20:24:54',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11104,'4000','181749489865','2025-06-09 20:24:25',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11105,'4000','181749489865','2025-06-09 20:24:31',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11106,'4000','181749489865','2025-06-09 20:24:36',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11107,'4000','181749489865','2025-06-09 20:24:46',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11108,'4000','181749489865','2025-06-09 20:24:49',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11113,'1000','181749490585','2025-06-09 20:36:54',540.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11114,'4000','181749490585','2025-06-09 20:36:54',NULL,150.00,'','18','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(11115,'4000','181749490585','2025-06-09 20:36:25',NULL,150.00,'','18','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(11116,'4000','181749490585','2025-06-09 20:36:32',NULL,120.00,'','18','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(11117,'4000','181749490585','2025-06-09 20:36:52',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(11118,'4000','181749490585','2025-06-09 20:42:12',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(11122,'1000','181749491602','2025-06-09 20:53:33',240.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11123,'4000','181749491602','2025-06-09 20:53:33',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(11124,'4000','181749491602','2025-06-09 20:53:22',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(11125,'4000','181749491602','2025-06-09 20:53:32',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(11126,'4000','181749491602','2025-06-09 20:58:03',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(11129,'1000','191749493471','2025-06-09 21:24:42',300.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11130,'4000','191749493471','2025-06-09 21:24:42',NULL,100.00,'','19','1','Good sold','1','','sales','91','','No',NULL,NULL,''),(11131,'4000','191749493471','2025-06-09 21:24:31',NULL,100.00,'','19','1','Good sold','1','','sales','91','','No',NULL,NULL,''),(11132,'4000','191749493471','2025-06-09 21:24:36',NULL,100.00,'','19','1','Good sold','1','','sales','91','','No',NULL,NULL,''),(11133,'1000','181749492542','2025-06-09 21:09:03',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11134,'4000','181749492542','2025-06-09 21:09:03',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11135,'4000','181749492542','2025-06-09 21:09:02',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11136,'1000','191749494919','2025-06-09 21:48:52',70.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11137,'4000','191749494919','2025-06-09 21:48:52',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11138,'4000','191749494919','2025-06-09 21:48:39',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(11139,'1000','191749494988','2025-06-09 21:49:57',70.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11140,'4000','191749494988','2025-06-09 21:49:57',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(11141,'4000','191749494988','2025-06-09 21:49:48',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(11142,'4000','191749494988','2025-06-09 21:49:51',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(11143,'1000','191749499385','2025-06-09 23:03:06',200.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11144,'4000','191749499385','2025-06-09 23:03:06',NULL,200.00,'','19','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(11145,'1000','191749532223','2025-06-10 08:10:25',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11146,'4000','191749532223','2025-06-10 08:10:25',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11147,'1000','191749533101','2025-06-10 08:25:02',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11148,'4000','191749533101','2025-06-10 08:25:02',NULL,50.00,'','19','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(11149,'1000','191749533187','2025-06-10 08:26:33',60.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11150,'4000','191749533187','2025-06-10 08:26:33',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(11151,'4000','191749533187','2025-06-10 08:26:27',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(11152,'1000','191749534789','2025-06-10 08:53:10',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11153,'4000','191749534789','2025-06-10 08:53:10',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11154,'1000','111749536652','2025-06-10 09:24:32',90.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11155,'4000','111749536652','2025-06-10 09:24:32',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11156,'4000','111749536652','2025-06-10 09:24:12',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(11157,'4000','111749536652','2025-06-10 09:24:26',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(11158,'1000','221749536941','2025-06-10 09:29:04',30.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11159,'4000','221749536941','2025-06-10 09:29:04',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(11160,'1000','111749538529','2025-06-10 09:55:30',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11161,'4000','111749538529','2025-06-10 09:55:30',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11162,'1000','221749539489','2025-06-10 10:11:49',40.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11163,'4000','221749539489','2025-06-10 10:11:49',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(11164,'4000','221749539489','2025-06-10 10:11:29',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(11165,'1000','111749539801','2025-06-10 10:16:53',220.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11166,'4000','111749539801','2025-06-10 10:16:53',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(11167,'4000','111749539801','2025-06-10 10:16:41',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(11168,'4000','111749539801','2025-06-10 10:16:45',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(11169,'4000','111749539801','2025-06-10 10:16:48',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(11170,'1000','111749543625','2025-06-10 11:21:00',420.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11171,'4000','111749543625','2025-06-10 11:21:00',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11172,'4000','111749543625','2025-06-10 11:20:25',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11173,'4000','111749543625','2025-06-10 11:20:29',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11174,'4000','111749543625','2025-06-10 11:20:33',NULL,50.00,'','11','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(11175,'4000','111749543625','2025-06-10 11:20:37',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(11176,'4000','111749543625','2025-06-10 11:20:47',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(11177,'4000','111749543625','2025-06-10 11:20:51',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(11178,'4000','111749543625','2025-06-10 11:20:55',NULL,120.00,'','11','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(11184,'1000','221749544459','2025-06-10 11:34:45',220.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11185,'4000','221749544459','2025-06-10 11:34:45',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(11186,'4000','221749544459','2025-06-10 11:34:19',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(11187,'4000','221749544459','2025-06-10 11:34:22',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(11188,'4000','221749544459','2025-06-10 11:34:27',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11189,'4000','221749544459','2025-06-10 11:34:42',NULL,20.00,'','22','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(11192,'1000','221749550198','2025-06-10 13:10:03',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11193,'4000','221749550198','2025-06-10 13:10:03',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11194,'4000','221749550198','2025-06-10 13:09:58',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11198,'1000','111749551233','2025-06-10 13:27:15',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11199,'4000','111749551233','2025-06-10 13:27:15',NULL,150.00,'','11','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(11204,'1000','221749550880','2025-06-10 13:21:30',800.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11205,'4000','221749550880','2025-06-10 13:21:30',NULL,100.00,'','22','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(11206,'4000','221749550880','2025-06-10 13:21:20',NULL,100.00,'','22','1','Good sold','1','','sales','76','','No',NULL,NULL,''),(11207,'4000','221749550880','2025-06-10 13:21:28',NULL,350.00,'','22','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(11208,'4000','221749550880','2025-06-10 13:31:15',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(11209,'4000','221749550880','2025-06-10 14:06:20',NULL,200.00,'','22','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(11210,'1000','221749548940','2025-06-10 12:49:02',250.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11211,'4000','221749548940','2025-06-10 12:49:02',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11212,'4000','221749548940','2025-06-10 12:49:00',NULL,200.00,'','22','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(11216,'1000','221749554180','2025-06-10 14:16:35',250.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11217,'4000','221749554180','2025-06-10 14:16:35',NULL,200.00,'','22','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(11218,'4000','221749554180','2025-06-10 14:16:20',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11219,'1000','221749555254','2025-06-10 14:34:18',180.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11220,'4000','221749555254','2025-06-10 14:34:18',NULL,180.00,'','22','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(11221,'1000','111749554112','2025-06-10 14:15:37',380.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11222,'4000','111749554112','2025-06-10 14:15:37',NULL,180.00,'','11','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(11223,'4000','111749554112','2025-06-10 14:15:12',NULL,180.00,'','11','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11224,'4000','111749554112','2025-06-10 14:15:35',NULL,20.00,'','11','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(11225,'1000','221749557754','2025-06-10 15:16:29',400.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11226,'4000','221749557754','2025-06-10 15:16:29',NULL,300.00,'','22','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(11227,'4000','221749557754','2025-06-10 15:15:54',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(11228,'4000','221749557754','2025-06-10 15:16:11',NULL,50.00,'','22','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(11229,'1000','111749558603','2025-06-10 15:38:38',400.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11230,'4000','111749558603','2025-06-10 15:38:38',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11231,'4000','111749558603','2025-06-10 15:30:03',NULL,300.00,'','11','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(11232,'4000','111749558603','2025-06-10 15:38:28',NULL,50.00,'','11','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(11233,'1000','221749559069','2025-06-10 15:39:48',330.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11234,'4000','221749559069','2025-06-10 15:39:48',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11235,'4000','221749559069','2025-06-10 15:37:49',NULL,150.00,'','22','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(11236,'4000','221749559069','2025-06-10 15:38:11',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(11237,'4000','221749559069','2025-06-10 15:39:32',NULL,100.00,'','22','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(11238,'1000','111749560158','2025-06-10 15:56:08',100.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11239,'4000','111749560158','2025-06-10 15:56:08',NULL,50.00,'','11','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(11240,'4000','111749560158','2025-06-10 15:55:58',NULL,50.00,'','11','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(11241,'1000','111749560402','2025-06-10 16:03:45',430.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11242,'4000','111749560402','2025-06-10 16:03:45',NULL,280.00,'','11','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(11243,'4000','111749560402','2025-06-10 16:00:02',NULL,100.00,'','11','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(11244,'4000','111749560402','2025-06-10 16:03:28',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11245,'1000','111749560650','2025-06-10 16:04:18',330.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11246,'4000','111749560650','2025-06-10 16:04:18',NULL,280.00,'','11','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(11247,'4000','111749560650','2025-06-10 16:04:10',NULL,50.00,'','11','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(11248,'1000','111749560690','2025-06-10 16:04:54',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11249,'4000','111749560690','2025-06-10 16:04:54',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11250,'1000','221749561586','2025-06-10 16:21:02',550.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11251,'4000','221749561586','2025-06-10 16:21:02',NULL,350.00,'','22','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(11252,'4000','221749561586','2025-06-10 16:19:46',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(11253,'4000','221749561586','2025-06-10 16:19:57',NULL,150.00,'','22','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(11254,'1000','111749565554','2025-06-10 17:25:58',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11255,'4000','111749565554','2025-06-10 17:25:58',NULL,150.00,'','11','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(11256,'1000','221749565797','2025-06-10 17:30:28',350.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11257,'4000','221749565797','2025-06-10 17:30:28',NULL,300.00,'','22','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(11258,'4000','221749565797','2025-06-10 17:29:58',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(11259,'1000','111749566492','2025-06-10 17:41:39',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11260,'4000','111749566492','2025-06-10 17:41:39',NULL,150.00,'','11','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(11261,'1000','221749566799','2025-06-10 17:47:05',70.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11262,'4000','221749566799','2025-06-10 17:47:05',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11263,'4000','221749566799','2025-06-10 17:46:39',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(11264,'1000','221749567069','2025-06-10 17:51:46',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11265,'4000','221749567069','2025-06-10 17:51:46',NULL,50.00,'','22','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(11266,'4000','221749567069','2025-06-10 17:51:09',NULL,50.00,'','22','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(11267,'1000','221749567438','2025-06-10 17:57:23',150.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11268,'4000','221749567438','2025-06-10 17:57:23',NULL,150.00,'','22','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(11269,'1000','221749567552','2025-06-10 17:59:16',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11270,'4000','221749567552','2025-06-10 17:59:16',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11271,'1000','111749567987','2025-06-10 18:07:51',410.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11272,'4000','111749567987','2025-06-10 18:07:51',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(11273,'4000','111749567987','2025-06-10 18:06:27',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(11274,'4000','111749567987','2025-06-10 18:06:41',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(11275,'4000','111749567987','2025-06-10 18:06:48',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(11276,'4000','111749567987','2025-06-10 18:06:55',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(11277,'4000','111749567987','2025-06-10 18:07:18',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11278,'4000','111749567987','2025-06-10 18:07:38',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11282,'1000','221749568189','2025-06-10 18:09:57',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11283,'4000','221749568189','2025-06-10 18:09:57',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11284,'4000','221749568189','2025-06-10 18:09:49',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11292,'1000','111749568187','2025-06-10 18:09:56',750.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11293,'4000','111749568187','2025-06-10 18:09:56',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11294,'4000','111749568187','2025-06-10 18:09:47',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11295,'4000','111749568187','2025-06-10 18:09:53',NULL,600.00,'','11','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(11296,'4000','111749568187','2025-06-10 18:24:33',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11297,'1000','111749570035','2025-06-10 18:40:47',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11298,'4000','111749570035','2025-06-10 18:40:47',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11302,'1000','221749570551','2025-06-10 18:49:35',800.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11303,'4000','221749570551','2025-06-10 18:49:35',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11304,'4000','221749570551','2025-06-10 18:49:11',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11305,'4000','221749570551','2025-06-10 18:49:33',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11306,'4000','221749570551','2025-06-10 19:03:06',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11307,'4000','221749570551','2025-06-10 19:03:14',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(11308,'4000','221749570551','2025-06-10 19:03:39',NULL,200.00,'','22','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(11309,'4000','221749570551','2025-06-10 19:03:56',NULL,50.00,'','22','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(11310,'4000','221749570551','2025-06-10 19:04:09',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(11311,'4000','221749570551','2025-06-10 19:04:21',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(11312,'1000','221749571629','2025-06-10 19:07:28',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11313,'4000','221749571629','2025-06-10 19:07:28',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11314,'4000','221749571629','2025-06-10 19:07:09',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(11315,'1000','111749568903','2025-06-10 18:22:10',200.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11316,'4000','111749568903','2025-06-10 18:22:10',NULL,100.00,'','11','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(11317,'4000','111749568903','2025-06-10 18:21:43',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11318,'4000','111749568903','2025-06-10 18:22:06',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11319,'1000','111749572728','2025-06-10 19:25:42',100.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11320,'4000','111749572728','2025-06-10 19:25:42',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11321,'4000','111749572728','2025-06-10 19:25:28',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11322,'1000','111749573626','2025-06-10 19:40:35',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11323,'4000','111749573626','2025-06-10 19:40:35',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11324,'1000','221749573609','2025-06-10 19:43:12',250.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11325,'4000','221749573609','2025-06-10 19:43:12',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(11326,'4000','221749573609','2025-06-10 19:40:09',NULL,200.00,'','22','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(11327,'1000','221749573851','2025-06-10 19:44:56',250.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11328,'4000','221749573851','2025-06-10 19:44:56',NULL,150.00,'','22','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11329,'4000','221749573851','2025-06-10 19:44:12',NULL,100.00,'','22','1','Good sold','1','','sales','91','','No',NULL,NULL,''),(11330,'1000','111749574298','2025-06-10 19:52:13',550.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11331,'4000','111749574298','2025-06-10 19:52:13',NULL,300.00,'','11','1','Good sold','1','','sales','72','','No',NULL,NULL,''),(11332,'4000','111749574298','2025-06-10 19:51:38',NULL,150.00,'','11','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11333,'4000','111749574298','2025-06-10 19:51:52',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(11334,'4000','111749574298','2025-06-10 19:52:07',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(11335,'1000','111749574347','2025-06-10 19:53:16',250.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11336,'4000','111749574347','2025-06-10 19:53:16',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(11337,'4000','111749574347','2025-06-10 19:52:27',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(11338,'4000','111749574347','2025-06-10 19:52:33',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(11339,'4000','111749574347','2025-06-10 19:52:39',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(11340,'4000','111749574347','2025-06-10 19:52:43',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11341,'4000','111749574347','2025-06-10 19:52:57',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11342,'4000','111749574347','2025-06-10 19:53:04',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11345,'1000','111749575737','2025-06-10 20:18:13',1080.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11346,'4000','111749575737','2025-06-10 20:18:13',NULL,180.00,'','11','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(11347,'4000','111749575737','2025-06-10 20:15:37',NULL,100.00,'','11','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(11348,'4000','111749575737','2025-06-10 20:15:50',NULL,50.00,'','11','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(11349,'4000','111749575737','2025-06-10 20:16:07',NULL,100.00,'','11','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(11350,'4000','111749575737','2025-06-10 20:16:15',NULL,300.00,'','11','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(11351,'4000','111749575737','2025-06-10 20:16:32',NULL,50.00,'','11','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(11352,'4000','111749575737','2025-06-10 20:17:06',NULL,300.00,'','11','1','Good sold','1','','sales','51','','No',NULL,NULL,''),(11353,'1000','111749575948','2025-06-10 20:19:16',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11354,'4000','111749575948','2025-06-10 20:19:16',NULL,150.00,'','11','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(11355,'4000','111749575948','2025-06-10 20:19:09',NULL,150.00,'','11','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(11356,'1000','111749575982','2025-06-10 20:19:43',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11357,'4000','111749575982','2025-06-10 20:19:43',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11358,'1000','221749575659','2025-06-10 20:20:09',400.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11359,'4000','221749575659','2025-06-10 20:20:09',NULL,300.00,'','22','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(11360,'4000','221749575659','2025-06-10 20:14:19',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(11361,'4000','221749575659','2025-06-10 20:15:04',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11362,'1000','221749575586','2025-06-10 20:13:07',360.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11363,'4000','221749575586','2025-06-10 20:13:07',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(11364,'4000','221749575586','2025-06-10 20:13:06',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(11365,'4000','221749575586','2025-06-10 20:27:00',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(11372,'1000','221749577419','2025-06-10 20:43:41',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11373,'4000','221749577419','2025-06-10 20:43:41',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(11374,'1000','221749576529','2025-06-10 20:28:55',150.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11375,'4000','221749576529','2025-06-10 20:28:55',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11376,'4000','221749576529','2025-06-10 20:28:49',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11377,'4000','221749576529','2025-06-10 20:28:54',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11378,'1000','181749579185','2025-06-10 21:13:16',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11379,'4000','181749579185','2025-06-10 21:13:16',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11380,'4000','181749579185','2025-06-10 21:13:05',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11381,'4000','181749579185','2025-06-10 21:13:09',NULL,50.00,'','18','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11382,'1000','181749579229','2025-06-10 21:14:02',120.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11383,'4000','181749579229','2025-06-10 21:14:02',NULL,30.00,'','18','1','Good sold','1','','sales','92','','No',NULL,NULL,''),(11384,'4000','181749579229','2025-06-10 21:13:49',NULL,30.00,'','18','1','Good sold','1','','sales','92','','No',NULL,NULL,''),(11385,'4000','181749579229','2025-06-10 21:13:53',NULL,30.00,'','18','1','Good sold','1','','sales','92','','No',NULL,NULL,''),(11386,'4000','181749579229','2025-06-10 21:13:57',NULL,30.00,'','18','1','Good sold','1','','sales','92','','No',NULL,NULL,''),(11387,'1000','221749577159','2025-06-10 20:42:56',600.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11388,'4000','221749577159','2025-06-10 20:42:56',NULL,150.00,'','22','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(11389,'4000','221749577159','2025-06-10 20:39:19',NULL,150.00,'','22','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(11390,'4000','221749577159','2025-06-10 20:39:24',NULL,150.00,'','22','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(11391,'4000','221749577159','2025-06-10 21:15:06',NULL,150.00,'','22','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(11392,'1000','181749581113','2025-06-10 21:46:15',550.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11393,'4000','181749581113','2025-06-10 21:46:15',NULL,150.00,'','18','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(11394,'4000','181749581113','2025-06-10 21:45:13',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(11395,'4000','181749581113','2025-06-10 21:45:37',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(11396,'4000','181749581113','2025-06-10 21:45:41',NULL,300.00,'','18','1','Good sold','1','','sales','51','','No',NULL,NULL,''),(11397,'1000','181749581226','2025-06-10 21:47:50',890.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11398,'4000','181749581226','2025-06-10 21:47:50',NULL,150.00,'','18','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(11399,'4000','181749581226','2025-06-10 21:47:06',NULL,180.00,'','18','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(11400,'4000','181749581226','2025-06-10 21:47:22',NULL,560.00,'','18','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(11401,'1000','181749584713','2025-06-10 22:45:27',350.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11402,'4000','181749584713','2025-06-10 22:45:27',NULL,300.00,'','18','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(11403,'4000','181749584713','2025-06-10 22:45:13',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(11404,'1000','181749584774','2025-06-10 22:46:39',500.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11405,'4000','181749584774','2025-06-10 22:46:39',NULL,350.00,'','18','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(11406,'4000','181749584774','2025-06-10 22:46:14',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(11407,'4000','181749584774','2025-06-10 22:46:23',NULL,100.00,'','18','1','Good sold','1','','sales','57','','No',NULL,NULL,''),(11408,'1000','181749585162','2025-06-10 22:53:49',210.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11409,'4000','181749585162','2025-06-10 22:53:49',NULL,100.00,'','18','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(11410,'4000','181749585162','2025-06-10 22:52:42',NULL,50.00,'','18','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(11411,'4000','181749585162','2025-06-10 22:52:57',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(11412,'4000','181749585162','2025-06-10 22:53:24',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(11413,'1000','181749585369','2025-06-10 22:56:35',380.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11414,'4000','181749585369','2025-06-10 22:56:35',NULL,280.00,'','18','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(11415,'4000','181749585369','2025-06-10 22:56:09',NULL,100.00,'','18','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(11416,'1000','181749585880','2025-06-10 23:04:41',180.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11417,'4000','181749585880','2025-06-10 23:04:41',NULL,180.00,'','18','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(11418,'1000','181749585963','2025-06-10 23:06:58',660.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11419,'4000','181749585963','2025-06-10 23:06:58',NULL,180.00,'','18','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(11420,'4000','181749585963','2025-06-10 23:06:03',NULL,180.00,'','18','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(11421,'4000','181749585963','2025-06-10 23:06:06',NULL,300.00,'','18','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(11422,'1000','181749586068','2025-06-10 23:07:52',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11423,'4000','181749586068','2025-06-10 23:07:52',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11424,'4000','181749586068','2025-06-10 23:07:48',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11425,'1000','181749588394','2025-06-10 23:46:36',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11426,'4000','181749588394','2025-06-10 23:46:36',NULL,50.00,'','18','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(11427,'1000','181749589849','2025-06-11 00:11:07',250.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11428,'4000','181749589849','2025-06-11 00:11:07',NULL,150.00,'','18','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(11429,'4000','181749589849','2025-06-11 00:10:49',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(11430,'4000','181749589849','2025-06-11 00:11:01',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(11431,'1000','181749609403','2025-06-11 05:36:44',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11432,'4000','181749609403','2025-06-11 05:36:44',NULL,50.00,'','18','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(11433,'1000','181749615896','2025-06-11 07:25:23',350.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11434,'4000','181749615896','2025-06-11 07:25:23',NULL,100.00,'','18','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(11435,'4000','181749615896','2025-06-11 07:24:56',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11436,'4000','181749615896','2025-06-11 07:25:00',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(11437,'4000','181749615896','2025-06-11 07:25:11',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(11438,'4000','181749615896','2025-06-11 07:25:14',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(11439,'4000','181749615896','2025-06-11 07:25:19',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(11440,'1000','181749616974','2025-06-11 07:42:59',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11441,'4000','181749616974','2025-06-11 07:42:59',NULL,100.00,'','18','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(11442,'4000','181749616974','2025-06-11 07:42:54',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11445,'1000','221749623387','2025-06-11 09:29:49',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11446,'4000','221749623387','2025-06-11 09:29:49',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11450,'1000','221749622367','2025-06-11 09:12:49',120.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11451,'4000','221749622367','2025-06-11 09:12:49',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11452,'4000','221749622367','2025-06-11 09:12:47',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11453,'4000','221749622367','2025-06-11 10:01:24',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(11454,'1000','221749627490','2025-06-11 10:38:11',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11455,'4000','221749627490','2025-06-11 10:38:11',NULL,50.00,'','22','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(11470,'1000','221749637307','2025-06-11 13:22:00',150.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11471,'4000','221749637307','2025-06-11 13:22:00',NULL,100.00,'','22','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(11472,'4000','221749637307','2025-06-11 13:21:47',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(11473,'1000','221749637354','2025-06-11 13:22:36',150.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11474,'4000','221749637354','2025-06-11 13:22:36',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(11475,'1000','221749637733','2025-06-11 13:29:26',300.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11476,'4000','221749637733','2025-06-11 13:29:26',NULL,200.00,'','22','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(11477,'4000','221749637733','2025-06-11 13:28:53',NULL,100.00,'','22','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(11482,'1110','111749635760','2025-06-11 12:56:52',NULL,0.00,'','11','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(11483,'1110','111749635760','2025-06-11 12:56:00',NULL,0.00,'','11','1','Inventory sold','1','','sales','10','','No',NULL,NULL,''),(11484,'1110','111749635760','2025-06-11 12:56:05',NULL,1.00,'','11','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(11485,'1110','111749635760','2025-06-11 12:56:13',NULL,0.00,'','11','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(11486,'1110','111749635760','2025-06-11 12:56:17',NULL,0.00,'','11','1','Inventory sold','1','','sales','31','','No',NULL,NULL,''),(11487,'1110','111749635760','2025-06-11 12:56:35',NULL,0.00,'','11','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(11488,'1110','111749635760','2025-06-11 12:56:50',NULL,0.00,'','11','1','Inventory sold','1','','sales','55','','No',NULL,NULL,''),(11489,'5500','111749635760','2025-06-11 13:49:22',1.00,NULL,'','11','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11490,'1000','111749635760','2025-06-11 12:56:52',770.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11491,'4000','111749635760','2025-06-11 12:56:52',NULL,180.00,'','11','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11492,'4000','111749635760','2025-06-11 12:56:00',NULL,180.00,'','11','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11493,'4000','111749635760','2025-06-11 12:56:05',NULL,100.00,'','11','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(11494,'4000','111749635760','2025-06-11 12:56:13',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(11495,'4000','111749635760','2025-06-11 12:56:17',NULL,150.00,'','11','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(11496,'4000','111749635760','2025-06-11 12:56:35',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11497,'4000','111749635760','2025-06-11 12:56:50',NULL,80.00,'','11','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(11498,'1000','221749639117','2025-06-11 13:51:59',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11499,'4000','221749639117','2025-06-11 13:51:59',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11505,'1000','111749638688','2025-06-11 13:48:35',600.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11506,'4000','111749638688','2025-06-11 13:48:35',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11507,'4000','111749638688','2025-06-11 13:44:48',NULL,100.00,'','11','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(11508,'4000','111749638688','2025-06-11 13:48:27',NULL,150.00,'','11','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(11509,'4000','111749638688','2025-06-11 13:48:33',NULL,100.00,'','11','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(11510,'4000','111749638688','2025-06-11 14:36:11',NULL,150.00,'','11','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(11511,'4000','111749638688','2025-06-11 14:36:17',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(11515,'1000','221749642301','2025-06-11 14:45:16',400.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11516,'4000','221749642301','2025-06-11 14:45:16',NULL,300.00,'','22','1','Good sold','1','','sales','98','','No',NULL,NULL,''),(11517,'4000','221749642301','2025-06-11 14:45:01',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(11518,'4000','221749642301','2025-06-11 14:45:10',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(11519,'1000','221749639167','2025-06-11 13:52:49',220.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11520,'4000','221749639167','2025-06-11 13:52:49',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11521,'4000','221749639167','2025-06-11 13:52:47',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(11522,'4000','221749639167','2025-06-11 14:20:35',NULL,150.00,'','22','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(11523,'1000','221749644018','2025-06-11 15:18:01',200.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11524,'4000','221749644018','2025-06-11 15:18:01',NULL,150.00,'','22','1','Good sold','1','','sales','99','','No',NULL,NULL,''),(11525,'4000','221749644018','2025-06-11 15:13:38',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(11526,'1000','221749645369','2025-06-11 15:36:42',310.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11527,'4000','221749645369','2025-06-11 15:36:42',NULL,280.00,'','22','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(11528,'4000','221749645369','2025-06-11 15:36:09',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(11529,'1000','221749646157','2025-06-11 15:50:01',90.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11530,'4000','221749646157','2025-06-11 15:50:01',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(11531,'4000','221749646157','2025-06-11 15:49:17',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11532,'4000','221749646157','2025-06-11 15:49:35',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(11533,'1000','221749646228','2025-06-11 15:50:32',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11534,'4000','221749646228','2025-06-11 15:50:32',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11535,'1000','221749642204','2025-06-11 14:43:30',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11536,'4000','221749642204','2025-06-11 14:43:30',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11537,'4000','221749642204','2025-06-11 14:43:24',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11538,'1000','221749648183','2025-06-11 16:23:30',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11539,'4000','221749648183','2025-06-11 16:23:30',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11540,'4000','221749648183','2025-06-11 16:23:03',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11541,'1000','111749649001','2025-06-11 16:36:44',30.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11542,'4000','111749649001','2025-06-11 16:36:44',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(11551,'1000','221749651231','2025-06-11 17:13:53',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11552,'4000','221749651231','2025-06-11 17:13:53',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(11557,'1000','221749650622','2025-06-11 17:03:44',280.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11558,'4000','221749650622','2025-06-11 17:03:44',NULL,200.00,'','22','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(11559,'4000','221749650622','2025-06-11 17:03:42',NULL,80.00,'','22','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(11567,'1000','221749654577','2025-06-11 18:10:08',200.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11568,'4000','221749654577','2025-06-11 18:10:08',NULL,150.00,'','22','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(11569,'4000','221749654577','2025-06-11 18:09:37',NULL,50.00,'','22','1','Good sold','1','','sales','47','','No',NULL,NULL,''),(11575,'1000','111749657510','2025-06-11 18:58:44',400.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11576,'4000','111749657510','2025-06-11 18:58:44',NULL,200.00,'','11','1','Good sold','1','','sales','84','','No',NULL,NULL,''),(11577,'4000','111749657510','2025-06-11 18:58:30',NULL,200.00,'','11','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(11581,'1000','111749657592','2025-06-11 19:05:11',280.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11582,'4000','111749657592','2025-06-11 19:05:11',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(11583,'4000','111749657592','2025-06-11 18:59:52',NULL,200.00,'','11','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(11584,'4000','111749657592','2025-06-11 19:04:23',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11585,'1000','111749658160','2025-06-11 19:09:26',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11586,'4000','111749658160','2025-06-11 19:09:26',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(11587,'1000','111749658186','2025-06-11 19:09:53',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11588,'4000','111749658186','2025-06-11 19:09:53',NULL,50.00,'','11','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(11593,'1000','111749650633','2025-06-11 17:04:59',360.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11594,'4000','111749650633','2025-06-11 17:04:59',NULL,150.00,'','11','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(11595,'4000','111749650633','2025-06-11 17:03:53',NULL,60.00,'','11','1','Good sold','1','','sales','56','','No',NULL,NULL,''),(11596,'4000','111749650633','2025-06-11 17:04:57',NULL,100.00,'','11','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(11597,'4000','111749650633','2025-06-11 17:50:10',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11598,'1000','221749658660','2025-06-11 19:17:47',200.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11599,'4000','221749658660','2025-06-11 19:17:47',NULL,200.00,'','22','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(11600,'1000','221749658276','2025-06-11 19:13:43',430.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11601,'4000','221749658276','2025-06-11 19:13:43',NULL,150.00,'','22','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(11602,'4000','221749658276','2025-06-11 19:11:16',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(11603,'4000','221749658276','2025-06-11 19:12:44',NULL,180.00,'','22','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(11604,'4000','221749658276','2025-06-11 19:13:39',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11605,'1000','221749650883','2025-06-11 17:09:04',380.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11606,'4000','221749650883','2025-06-11 17:09:04',NULL,150.00,'','22','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(11607,'4000','221749650883','2025-06-11 17:08:03',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(11608,'4000','221749650883','2025-06-11 17:09:02',NULL,100.00,'','22','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(11609,'4000','221749650883','2025-06-11 17:34:27',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11610,'4000','221749650883','2025-06-11 18:46:54',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11611,'1000','111749660700','2025-06-11 19:53:51',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11612,'4000','111749660700','2025-06-11 19:53:51',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(11613,'4000','111749660700','2025-06-11 19:51:40',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(11614,'4000','111749660700','2025-06-11 19:51:47',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11615,'4000','111749660700','2025-06-11 19:52:46',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11616,'1000','111749657545','2025-06-11 18:59:27',220.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11617,'4000','111749657545','2025-06-11 18:59:27',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11618,'4000','111749657545','2025-06-11 18:59:05',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(11619,'4000','111749657545','2025-06-11 18:59:23',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11620,'4000','111749657545','2025-06-11 19:54:43',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(11621,'4000','111749657545','2025-06-11 19:54:58',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(11627,'1000','111749660922','2025-06-11 19:55:42',750.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11628,'4000','111749660922','2025-06-11 19:55:42',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11629,'4000','111749660922','2025-06-11 19:55:22',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11630,'4000','111749660922','2025-06-11 19:55:24',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11631,'4000','111749660922','2025-06-11 19:55:30',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(11632,'4000','111749660922','2025-06-11 19:55:40',NULL,200.00,'','11','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(11633,'4000','111749660922','2025-06-11 20:22:14',NULL,200.00,'','11','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(11634,'4000','111749660922','2025-06-11 20:22:18',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(11635,'1000','221749662317','2025-06-11 20:22:08',650.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11636,'4000','221749662317','2025-06-11 20:22:08',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11637,'4000','221749662317','2025-06-11 20:18:37',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11638,'4000','221749662317','2025-06-11 20:18:52',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11639,'4000','221749662317','2025-06-11 20:19:12',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11640,'4000','221749662317','2025-06-11 20:19:19',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11641,'4000','221749662317','2025-06-11 20:19:23',NULL,150.00,'','22','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(11642,'4000','221749662317','2025-06-11 20:19:38',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11643,'4000','221749662317','2025-06-11 20:20:03',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11644,'4000','221749662317','2025-06-11 20:20:06',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11645,'4000','221749662317','2025-06-11 20:20:13',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11646,'4000','221749662317','2025-06-11 20:20:35',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11647,'1000','111749663105','2025-06-11 20:32:25',1050.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11648,'4000','111749663105','2025-06-11 20:32:25',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(11649,'4000','111749663105','2025-06-11 20:31:45',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(11650,'4000','111749663105','2025-06-11 20:31:50',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(11651,'4000','111749663105','2025-06-11 20:32:01',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(11652,'4000','111749663105','2025-06-11 20:32:06',NULL,350.00,'','11','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(11653,'4000','111749663105','2025-06-11 20:32:18',NULL,350.00,'','11','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(11654,'1000','111749663713','2025-06-11 20:42:16',850.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11655,'4000','111749663713','2025-06-11 20:42:16',NULL,350.00,'','11','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(11656,'4000','111749663713','2025-06-11 20:41:53',NULL,350.00,'','11','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(11657,'4000','111749663713','2025-06-11 20:42:03',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(11658,'1000','221749664922','2025-06-11 21:02:30',250.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11659,'4000','221749664922','2025-06-11 21:02:30',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11660,'4000','221749664922','2025-06-11 21:02:02',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11661,'4000','221749664922','2025-06-11 21:02:10',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11662,'4000','221749664922','2025-06-11 21:02:16',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11663,'4000','221749664922','2025-06-11 21:02:23',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11664,'1000','111749665158','2025-06-11 21:06:08',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11665,'4000','111749665158','2025-06-11 21:06:08',NULL,150.00,'','11','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(11666,'4000','111749665158','2025-06-11 21:05:58',NULL,150.00,'','11','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(11667,'1000','181749677165','2025-06-12 00:26:06',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11668,'4000','181749677165','2025-06-12 00:26:06',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11669,'1000','181749697008','2025-06-12 05:56:50',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11670,'4000','181749697008','2025-06-12 05:56:50',NULL,50.00,'','18','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(11671,'1000','181749704640','2025-06-12 08:04:02',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11672,'4000','181749704640','2025-06-12 08:04:02',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11673,'1000','181749704847','2025-06-12 08:07:28',20.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11674,'4000','181749704847','2025-06-12 08:07:28',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(11675,'1000','181749707542','2025-06-12 08:52:42',250.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11676,'4000','181749707542','2025-06-12 08:52:42',NULL,150.00,'','18','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(11677,'4000','181749707542','2025-06-12 08:52:22',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(11678,'4000','181749707542','2025-06-12 08:52:32',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(11679,'4000','181749707542','2025-06-12 08:52:35',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(11680,'1000','111749709837','2025-06-12 09:30:56',90.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11681,'4000','111749709837','2025-06-12 09:30:56',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(11682,'4000','111749709837','2025-06-12 09:30:37',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(11683,'4000','111749709837','2025-06-12 09:30:41',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11684,'1000','111749709869','2025-06-12 09:31:10',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11685,'4000','111749709869','2025-06-12 09:31:10',NULL,50.00,'','11','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(11686,'1000','221749713797','2025-06-12 10:37:33',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11687,'4000','221749713797','2025-06-12 10:37:33',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(11688,'4000','221749713797','2025-06-12 10:36:37',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11703,'1000','221749719061','2025-06-12 12:04:28',300.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11704,'4000','221749719061','2025-06-12 12:04:28',NULL,150.00,'','22','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(11705,'4000','221749719061','2025-06-12 12:04:21',NULL,150.00,'','22','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(11706,'1000','221749722664','2025-06-12 13:05:24',750.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11707,'4000','221749722664','2025-06-12 13:05:24',NULL,180.00,'','22','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(11708,'4000','221749722664','2025-06-12 13:04:24',NULL,180.00,'','22','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(11709,'4000','221749722664','2025-06-12 13:04:28',NULL,130.00,'','22','1','Good sold','1','','sales','24','','No',NULL,NULL,''),(11710,'4000','221749722664','2025-06-12 13:04:51',NULL,130.00,'','22','1','Good sold','1','','sales','24','','No',NULL,NULL,''),(11711,'4000','221749722664','2025-06-12 13:04:57',NULL,130.00,'','22','1','Good sold','1','','sales','24','','No',NULL,NULL,''),(11712,'1000','111749724910','2025-06-12 13:42:11',80.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11713,'4000','111749724910','2025-06-12 13:42:11',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11714,'4000','111749724910','2025-06-12 13:41:50',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(11715,'1000','221749727450','2025-06-12 14:24:13',200.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11716,'4000','221749727450','2025-06-12 14:24:13',NULL,200.00,'','22','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(11717,'1000','221749727951','2025-06-12 14:32:34',200.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11718,'4000','221749727951','2025-06-12 14:32:34',NULL,200.00,'','22','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(11719,'1000','221749719010','2025-06-12 12:03:32',620.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11720,'4000','221749719010','2025-06-12 12:03:32',NULL,180.00,'','22','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11721,'4000','221749719010','2025-06-12 12:03:30',NULL,100.00,'','22','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(11722,'4000','221749719010','2025-06-12 14:33:38',NULL,280.00,'','22','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(11723,'4000','221749719010','2025-06-12 14:33:46',NULL,60.00,'','22','1','Good sold','1','','sales','56','','No',NULL,NULL,''),(11724,'1000','111749728131','2025-06-12 14:35:44',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11725,'4000','111749728131','2025-06-12 14:35:44',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11726,'4000','111749728131','2025-06-12 14:35:31',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11727,'4000','111749728131','2025-06-12 14:35:35',NULL,50.00,'','11','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(11728,'1000','111749729252','2025-06-12 14:54:30',100.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11729,'4000','111749729252','2025-06-12 14:54:30',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11730,'4000','111749729252','2025-06-12 14:54:12',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(11731,'1000','111749730781','2025-06-12 15:20:11',90.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11732,'4000','111749730781','2025-06-12 15:20:11',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11733,'4000','111749730781','2025-06-12 15:19:41',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(11734,'4000','111749730781','2025-06-12 15:20:02',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(11735,'1110','221749713949','2025-06-12 11:09:30',NULL,1.00,'','22','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(11736,'1110','221749713949','2025-06-12 10:39:09',NULL,0.00,'','22','1','Inventory sold','1','','sales','7','','No',NULL,NULL,''),(11737,'1110','221749713949','2025-06-12 10:39:19',NULL,0.00,'','22','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(11738,'1110','221749713949','2025-06-12 10:59:54',NULL,0.00,'','22','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(11739,'1110','221749713949','2025-06-12 10:59:59',NULL,0.00,'','22','1','Inventory sold','1','','sales','7','','No',NULL,NULL,''),(11740,'1110','221749713949','2025-06-12 11:09:28',NULL,0.00,'','22','1','Inventory sold','1','','sales','52','','No',NULL,NULL,''),(11741,'5500','221749713949','2025-06-12 15:58:55',1.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11742,'1000','221749713949','2025-06-12 11:09:30',390.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11743,'4000','221749713949','2025-06-12 11:09:30',NULL,100.00,'','22','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(11744,'4000','221749713949','2025-06-12 10:39:09',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(11745,'4000','221749713949','2025-06-12 10:39:19',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11746,'4000','221749713949','2025-06-12 10:59:54',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11747,'4000','221749713949','2025-06-12 10:59:59',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(11748,'4000','221749713949','2025-06-12 11:09:28',NULL,150.00,'','22','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(11749,'1000','221749733174','2025-06-12 15:59:36',200.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11750,'4000','221749733174','2025-06-12 15:59:36',NULL,200.00,'','22','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(11751,'1000','221749733978','2025-06-12 16:13:46',350.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11752,'4000','221749733978','2025-06-12 16:13:46',NULL,150.00,'','22','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(11753,'4000','221749733978','2025-06-12 16:12:58',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(11754,'4000','221749733978','2025-06-12 16:13:09',NULL,150.00,'','22','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(11763,'1000','111749734364','2025-06-12 16:19:52',630.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11764,'4000','111749734364','2025-06-12 16:19:52',NULL,200.00,'','11','1','Good sold','1','','sales','43','','No',NULL,NULL,''),(11765,'4000','111749734364','2025-06-12 16:19:24',NULL,100.00,'','11','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(11766,'4000','111749734364','2025-06-12 16:19:47',NULL,280.00,'','11','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(11767,'4000','111749734364','2025-06-12 16:19:51',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(11772,'1000','221749734088','2025-06-12 16:16:59',500.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11773,'4000','221749734088','2025-06-12 16:16:59',NULL,300.00,'','22','1','Good sold','1','','sales','51','','No',NULL,NULL,''),(11774,'4000','221749734088','2025-06-12 16:14:48',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(11775,'4000','221749734088','2025-06-12 16:16:15',NULL,150.00,'','22','1','Good sold','1','','sales','87','','No',NULL,NULL,''),(11776,'4000','221749734088','2025-06-12 16:16:56',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(11777,'1000','221749736988','2025-06-12 17:03:10',180.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11778,'4000','221749736988','2025-06-12 17:03:10',NULL,180.00,'','22','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(11779,'1000','111749738139','2025-06-12 17:22:50',200.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11780,'4000','111749738139','2025-06-12 17:22:50',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11781,'4000','111749738139','2025-06-12 17:22:19',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11782,'4000','111749738139','2025-06-12 17:22:23',NULL,50.00,'','11','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(11783,'4000','111749738139','2025-06-12 17:22:36',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(11784,'1000','111749739666','2025-06-12 17:48:21',550.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11785,'4000','111749739666','2025-06-12 17:48:21',NULL,100.00,'','11','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(11786,'4000','111749739666','2025-06-12 17:47:46',NULL,300.00,'','11','1','Good sold','1','','sales','51','','No',NULL,NULL,''),(11787,'4000','111749739666','2025-06-12 17:47:54',NULL,150.00,'','11','1','Good sold','1','','sales','87','','No',NULL,NULL,''),(11788,'1000','221749739800','2025-06-12 17:50:04',180.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11789,'4000','221749739800','2025-06-12 17:50:04',NULL,180.00,'','22','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(11794,'1000','221749740715','2025-06-12 18:05:20',180.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11795,'4000','221749740715','2025-06-12 18:05:20',NULL,180.00,'','22','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(11796,'1000','221749742447','2025-06-12 18:40:27',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11797,'4000','221749742447','2025-06-12 18:40:27',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11798,'4000','221749742447','2025-06-12 18:34:07',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11799,'1000','221749743424','2025-06-12 19:10:26',1150.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11800,'4000','221749743424','2025-06-12 19:10:26',NULL,150.00,'','22','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(11801,'4000','221749743424','2025-06-12 18:50:24',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11802,'4000','221749743424','2025-06-12 18:57:34',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(11803,'4000','221749743424','2025-06-12 18:59:15',NULL,100.00,'','22','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(11804,'4000','221749743424','2025-06-12 19:09:45',NULL,350.00,'','22','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(11805,'4000','221749743424','2025-06-12 19:10:00',NULL,350.00,'','22','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(11806,'1000','111749744241','2025-06-12 19:16:00',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11807,'4000','111749744241','2025-06-12 19:16:00',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11808,'1000','111749745623','2025-06-12 19:27:12',100.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11809,'4000','111749745623','2025-06-12 19:27:12',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11810,'4000','111749745623','2025-06-12 19:27:03',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11811,'1000','221749746454','2025-06-12 19:41:33',550.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11812,'4000','221749746454','2025-06-12 19:41:33',NULL,350.00,'','22','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(11813,'4000','221749746454','2025-06-12 19:40:55',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(11814,'4000','221749746454','2025-06-12 19:41:22',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11815,'1000','221749746519','2025-06-12 19:42:10',80.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11816,'4000','221749746519','2025-06-12 19:42:10',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11817,'4000','221749746519','2025-06-12 19:41:59',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(11818,'1000','221749746552','2025-06-12 19:42:35',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11819,'4000','221749746552','2025-06-12 19:42:35',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11820,'1000','221749746582','2025-06-12 19:44:20',250.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11821,'4000','221749746582','2025-06-12 19:44:20',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11822,'4000','221749746582','2025-06-12 19:43:02',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(11823,'4000','221749746582','2025-06-12 19:43:29',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(11824,'4000','221749746582','2025-06-12 19:43:33',NULL,100.00,'','22','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(11825,'1000','111749747151','2025-06-12 19:53:33',580.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11826,'4000','111749747151','2025-06-12 19:53:33',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(11827,'4000','111749747151','2025-06-12 19:52:31',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(11828,'4000','111749747151','2025-06-12 19:52:37',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(11829,'4000','111749747151','2025-06-12 19:52:42',NULL,150.00,'','11','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(11830,'4000','111749747151','2025-06-12 19:53:04',NULL,100.00,'','11','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(11831,'4000','111749747151','2025-06-12 19:53:09',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(11835,'1000','221749739857','2025-06-12 17:51:35',190.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11836,'4000','221749739857','2025-06-12 17:51:35',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11837,'4000','221749739857','2025-06-12 17:50:57',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11838,'4000','221749739857','2025-06-12 17:51:05',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(11839,'4000','221749739857','2025-06-12 17:51:33',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11840,'4000','221749739857','2025-06-12 20:05:09',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(11841,'1000','111749747971','2025-06-12 20:06:14',100.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11842,'4000','111749747971','2025-06-12 20:06:14',NULL,100.00,'','11','1','Good sold','1','','sales','75','','No',NULL,NULL,''),(11843,'1000','111749748039','2025-06-12 20:07:26',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11844,'4000','111749748039','2025-06-12 20:07:26',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11845,'1000','111749748063','2025-06-12 20:08:07',100.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11846,'4000','111749748063','2025-06-12 20:08:07',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11847,'4000','111749748063','2025-06-12 20:07:43',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(11848,'1000','111749748817','2025-06-12 20:21:02',700.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11849,'4000','111749748817','2025-06-12 20:21:02',NULL,600.00,'','11','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(11850,'4000','111749748817','2025-06-12 20:20:18',NULL,50.00,'','11','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(11851,'4000','111749748817','2025-06-12 20:20:48',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11852,'1000','111749748916','2025-06-12 20:22:07',250.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11853,'4000','111749748916','2025-06-12 20:22:07',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11854,'4000','111749748916','2025-06-12 20:21:56',NULL,200.00,'','11','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(11855,'1000','111749748992','2025-06-12 20:23:14',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11856,'4000','111749748992','2025-06-12 20:23:14',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11857,'1000','111749747563','2025-06-12 19:59:40',200.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11858,'4000','111749747563','2025-06-12 19:59:40',NULL,100.00,'','11','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(11859,'4000','111749747563','2025-06-12 19:59:24',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11860,'4000','111749747563','2025-06-12 19:59:37',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11861,'1000','111749749904','2025-06-12 20:38:34',300.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11862,'4000','111749749904','2025-06-12 20:38:34',NULL,100.00,'','11','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(11863,'4000','111749749904','2025-06-12 20:38:24',NULL,100.00,'','11','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(11864,'4000','111749749904','2025-06-12 20:38:28',NULL,100.00,'','11','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(11865,'1000','111749749935','2025-06-12 20:39:46',70.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11866,'4000','111749749935','2025-06-12 20:39:46',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11867,'4000','111749749935','2025-06-12 20:38:55',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(11868,'1000','111749750012','2025-06-12 20:40:14',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11869,'4000','111749750012','2025-06-12 20:40:14',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11872,'1000','111749750816','2025-06-12 20:53:53',80.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11873,'4000','111749750816','2025-06-12 20:53:53',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11874,'4000','111749750816','2025-06-12 20:53:37',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(11875,'1000','111749750790','2025-06-12 20:53:12',70.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11876,'4000','111749750790','2025-06-12 20:53:12',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11877,'4000','111749750790','2025-06-12 20:53:10',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(11878,'1000','221749751383','2025-06-12 21:03:18',200.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11879,'4000','221749751383','2025-06-12 21:03:18',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11880,'4000','221749751383','2025-06-12 21:03:04',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11881,'4000','221749751383','2025-06-12 21:03:07',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11882,'4000','221749751383','2025-06-12 21:03:12',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(11883,'1000','181749753601','2025-06-12 21:40:03',30.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11884,'4000','181749753601','2025-06-12 21:40:03',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(11885,'1000','181749753817','2025-06-12 21:43:38',30.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11886,'4000','181749753817','2025-06-12 21:43:38',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(11887,'1000','181749788943','2025-06-13 07:29:07',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11888,'4000','181749788943','2025-06-13 07:29:07',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11889,'4000','181749788943','2025-06-13 07:29:03',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11890,'1000','181749792794','2025-06-13 08:33:53',440.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11891,'4000','181749792794','2025-06-13 08:33:53',NULL,120.00,'','18','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(11892,'4000','181749792794','2025-06-13 08:33:14',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(11893,'4000','181749792794','2025-06-13 08:33:17',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(11894,'4000','181749792794','2025-06-13 08:33:20',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(11895,'4000','181749792794','2025-06-13 08:33:24',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(11896,'4000','181749792794','2025-06-13 08:33:37',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(11897,'4000','181749792794','2025-06-13 08:33:47',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(11898,'1000','181749792866','2025-06-13 08:34:56',400.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11899,'4000','181749792866','2025-06-13 08:34:56',NULL,150.00,'','18','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(11900,'4000','181749792866','2025-06-13 08:34:26',NULL,150.00,'','18','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(11901,'4000','181749792866','2025-06-13 08:34:30',NULL,100.00,'','18','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(11902,'1000','181749792979','2025-06-13 08:36:21',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11903,'4000','181749792979','2025-06-13 08:36:21',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11904,'1000','181749793011','2025-06-13 08:36:53',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11905,'4000','181749793011','2025-06-13 08:36:53',NULL,100.00,'','18','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(11906,'1000','221749797970','2025-06-13 10:02:46',220.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11907,'4000','221749797970','2025-06-13 10:02:46',NULL,100.00,'','22','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(11908,'4000','221749797970','2025-06-13 09:59:30',NULL,120.00,'','22','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(11923,'1000','221749804036','2025-06-13 11:40:37',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11924,'4000','221749804036','2025-06-13 11:40:37',NULL,100.00,'','22','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(11925,'1000','221749806050','2025-06-13 12:14:12',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11926,'4000','221749806050','2025-06-13 12:14:12',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(11927,'1000','221749807619','2025-06-13 12:40:21',60.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11928,'4000','221749807619','2025-06-13 12:40:21',NULL,60.00,'','22','1','Good sold','1','','sales','56','','No',NULL,NULL,''),(11929,'1000','221749808602','2025-06-13 12:56:55',300.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11930,'4000','221749808602','2025-06-13 12:56:55',NULL,150.00,'','22','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(11931,'4000','221749808602','2025-06-13 12:56:42',NULL,150.00,'','22','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(11932,'1000','221749808967','2025-06-13 13:03:18',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11933,'4000','221749808967','2025-06-13 13:03:18',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(11934,'4000','221749808967','2025-06-13 13:02:48',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(11935,'1000','221749809950','2025-06-13 13:19:11',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11936,'4000','221749809950','2025-06-13 13:19:11',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(11941,'1110','111749801761','2025-06-13 11:03:24',NULL,65.00,'','11','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(11942,'1110','111749801761','2025-06-13 11:02:42',NULL,0.00,'','11','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(11943,'1110','111749801761','2025-06-13 11:02:57',NULL,0.00,'','11','1','Inventory sold','1','','sales','7','','No',NULL,NULL,''),(11944,'1110','111749801761','2025-06-13 11:03:03',NULL,0.00,'','11','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(11945,'1110','111749801761','2025-06-13 11:03:08',NULL,0.00,'','11','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(11946,'1110','111749801761','2025-06-13 11:03:11',NULL,0.00,'','11','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(11947,'1110','111749801761','2025-06-13 11:03:20',NULL,0.00,'','11','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(11948,'1110','111749801761','2025-06-13 13:33:58',NULL,0.00,'','11','1','Inventory sold','1','','sales','55','','No',NULL,NULL,''),(11949,'5500','111749801761','2025-06-13 13:34:20',65.00,NULL,'','11','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(11950,'1000','111749801761','2025-06-13 11:03:24',560.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11951,'4000','111749801761','2025-06-13 11:03:24',NULL,90.00,'','11','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(11952,'4000','111749801761','2025-06-13 11:02:42',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(11953,'4000','111749801761','2025-06-13 11:02:57',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(11954,'4000','111749801761','2025-06-13 11:03:03',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(11955,'4000','111749801761','2025-06-13 11:03:08',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(11956,'4000','111749801761','2025-06-13 11:03:11',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(11957,'4000','111749801761','2025-06-13 11:03:20',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11958,'4000','111749801761','2025-06-13 13:33:58',NULL,80.00,'','11','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(11959,'1000','221749810013','2025-06-13 13:20:39',430.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11960,'4000','221749810013','2025-06-13 13:20:39',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(11961,'4000','221749810013','2025-06-13 13:20:13',NULL,200.00,'','22','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(11962,'4000','221749810013','2025-06-13 13:20:27',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(11963,'4000','221749810013','2025-06-13 13:20:37',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(11964,'1000','221749811233','2025-06-13 13:44:14',430.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11965,'4000','221749811233','2025-06-13 13:44:14',NULL,200.00,'','22','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(11966,'4000','221749811233','2025-06-13 13:40:33',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(11967,'4000','221749811233','2025-06-13 13:43:08',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(11968,'4000','221749811233','2025-06-13 13:43:53',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(11969,'1000','221749811592','2025-06-13 14:02:06',150.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11970,'4000','221749811592','2025-06-13 14:02:06',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(11971,'1000','221749812970','2025-06-13 14:09:33',30.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11972,'4000','221749812970','2025-06-13 14:09:33',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(11973,'1000','221749813244','2025-06-13 14:14:40',320.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11974,'4000','221749813244','2025-06-13 14:14:40',NULL,200.00,'','22','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(11975,'4000','221749813244','2025-06-13 14:14:04',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(11976,'4000','221749813244','2025-06-13 14:14:17',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(11977,'1000','111749813439','2025-06-13 14:17:22',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11978,'4000','111749813439','2025-06-13 14:17:22',NULL,50.00,'','11','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(11979,'1000','221749814514','2025-06-13 14:35:16',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11980,'4000','221749814514','2025-06-13 14:35:16',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(11981,'1000','111749816829','2025-06-13 15:14:19',280.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11982,'4000','111749816829','2025-06-13 15:14:19',NULL,100.00,'','11','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(11983,'4000','111749816829','2025-06-13 15:13:50',NULL,180.00,'','11','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(11987,'1000','111749816911','2025-06-13 15:15:13',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11988,'4000','111749816911','2025-06-13 15:15:13',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(11989,'1000','221749817235','2025-06-13 15:20:41',40.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11990,'4000','221749817235','2025-06-13 15:20:41',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(11991,'4000','221749817235','2025-06-13 15:20:35',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(11992,'1000','111749816881','2025-06-13 15:14:48',580.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11993,'4000','111749816881','2025-06-13 15:14:48',NULL,280.00,'','11','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(11994,'4000','111749816881','2025-06-13 15:14:41',NULL,100.00,'','11','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(11995,'4000','111749816881','2025-06-13 15:14:46',NULL,200.00,'','11','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(11996,'1000','111749818682','2025-06-13 15:44:43',30.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11997,'4000','111749818682','2025-06-13 15:44:43',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(11998,'1000','221749821128','2025-06-13 16:27:13',500.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(11999,'4000','221749821128','2025-06-13 16:27:13',NULL,350.00,'','22','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(12000,'4000','221749821128','2025-06-13 16:25:29',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(12001,'4000','221749821128','2025-06-13 16:25:36',NULL,50.00,'','22','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(12002,'4000','221749821128','2025-06-13 16:25:45',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12003,'1000','221749821714','2025-06-13 16:35:17',280.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12004,'4000','221749821714','2025-06-13 16:35:17',NULL,280.00,'','22','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(12005,'1000','111749822366','2025-06-13 16:46:17',560.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12006,'4000','111749822366','2025-06-13 16:46:17',NULL,280.00,'','11','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(12007,'4000','111749822366','2025-06-13 16:46:06',NULL,280.00,'','11','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(12011,'1000','221749825370','2025-06-13 17:37:55',140.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12012,'4000','221749825370','2025-06-13 17:37:55',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12013,'4000','221749825370','2025-06-13 17:36:10',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12014,'4000','221749825370','2025-06-13 17:36:19',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(12015,'4000','221749825370','2025-06-13 17:37:34',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(12016,'1000','111749825790','2025-06-13 17:43:16',100.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12017,'4000','111749825790','2025-06-13 17:43:16',NULL,50.00,'','11','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(12018,'4000','111749825790','2025-06-13 17:43:10',NULL,50.00,'','11','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(12025,'1000','221749826039','2025-06-13 17:47:30',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12026,'4000','221749826039','2025-06-13 17:47:30',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(12027,'4000','221749826039','2025-06-13 17:47:20',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(12028,'1000','221749827760','2025-06-13 18:16:03',150.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12029,'4000','221749827760','2025-06-13 18:16:03',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(12037,'1000','221749824991','2025-06-13 17:30:02',560.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12038,'4000','221749824991','2025-06-13 17:30:02',NULL,100.00,'','22','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(12039,'4000','221749824991','2025-06-13 17:29:51',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12040,'4000','221749824991','2025-06-13 17:29:58',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12041,'4000','221749824991','2025-06-13 17:42:13',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(12042,'4000','221749824991','2025-06-13 17:44:52',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(12043,'4000','221749824991','2025-06-13 17:45:28',NULL,20.00,'','22','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(12044,'4000','221749824991','2025-06-13 18:19:32',NULL,60.00,'','22','1','Good sold','1','','sales','56','','No',NULL,NULL,''),(12045,'4000','221749824991','2025-06-13 18:56:51',NULL,60.00,'','22','1','Good sold','1','','sales','56','','No',NULL,NULL,''),(12046,'4000','221749824991','2025-06-13 18:57:04',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(12047,'4000','221749824991','2025-06-13 18:57:33',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12048,'1000','111749830348','2025-06-13 19:02:26',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12049,'4000','111749830348','2025-06-13 19:02:26',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12050,'4000','111749830348','2025-06-13 18:59:09',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12051,'4000','111749830348','2025-06-13 18:59:50',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12052,'1000','221749831806','2025-06-13 19:24:13',130.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12053,'4000','221749831806','2025-06-13 19:24:13',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(12054,'4000','221749831806','2025-06-13 19:23:26',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(12055,'4000','221749831806','2025-06-13 19:23:30',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(12056,'1000','111749832681','2025-06-13 19:38:25',510.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12057,'4000','111749832681','2025-06-13 19:38:25',NULL,50.00,'','11','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(12058,'4000','111749832681','2025-06-13 19:38:01',NULL,280.00,'','11','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(12059,'4000','111749832681','2025-06-13 19:38:08',NULL,180.00,'','11','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(12060,'1000','221749833803','2025-06-13 19:57:32',700.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12061,'4000','221749833803','2025-06-13 19:57:32',NULL,300.00,'','22','1','Good sold','1','','sales','93','','No',NULL,NULL,''),(12062,'4000','221749833803','2025-06-13 19:56:43',NULL,300.00,'','22','1','Good sold','1','','sales','93','','No',NULL,NULL,''),(12063,'4000','221749833803','2025-06-13 19:56:52',NULL,100.00,'','22','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(12064,'1000','221749833967','2025-06-13 19:59:52',350.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12065,'4000','221749833967','2025-06-13 19:59:52',NULL,150.00,'','22','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(12066,'4000','221749833967','2025-06-13 19:59:27',NULL,200.00,'','22','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(12067,'1000','111749834135','2025-06-13 20:02:53',250.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12068,'4000','111749834135','2025-06-13 20:02:53',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12069,'4000','111749834135','2025-06-13 20:02:15',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12070,'4000','111749834135','2025-06-13 20:02:22',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12071,'4000','111749834135','2025-06-13 20:02:31',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12072,'4000','111749834135','2025-06-13 20:02:39',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(12073,'1000','221749834197','2025-06-13 20:03:22',150.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12074,'4000','221749834197','2025-06-13 20:03:22',NULL,150.00,'','22','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(12075,'1000','221749837318','2025-06-13 20:55:29',180.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12076,'4000','221749837318','2025-06-13 20:55:29',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(12077,'4000','221749837318','2025-06-13 20:55:18',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(12078,'4000','221749837318','2025-06-13 20:55:22',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(12079,'1000','181749838631','2025-06-13 21:17:20',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12080,'4000','181749838631','2025-06-13 21:17:20',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12081,'4000','181749838631','2025-06-13 21:17:11',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12082,'4000','181749838631','2025-06-13 21:17:15',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12083,'1000','181749871044','2025-06-14 06:17:48',300.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12084,'4000','181749871044','2025-06-14 06:17:48',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12085,'4000','181749871044','2025-06-14 06:17:24',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12086,'4000','181749871044','2025-06-14 06:17:27',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(12087,'4000','181749871044','2025-06-14 06:17:36',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(12088,'4000','181749871044','2025-06-14 06:17:39',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(12089,'4000','181749871044','2025-06-14 06:17:43',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(12090,'1000','181749877832','2025-06-14 08:10:34',20.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12091,'4000','181749877832','2025-06-14 08:10:34',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(12092,'1000','181749877854','2025-06-14 08:10:55',20.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12093,'4000','181749877854','2025-06-14 08:10:55',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(12094,'1000','221749882782','2025-06-14 09:33:23',70.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12095,'4000','221749882782','2025-06-14 09:33:23',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12096,'4000','221749882782','2025-06-14 09:33:02',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(12097,'1000','221749883254','2025-06-14 09:40:57',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12098,'4000','221749883254','2025-06-14 09:40:57',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12099,'1000','221749884924','2025-06-14 10:08:47',30.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12100,'4000','221749884924','2025-06-14 10:08:47',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(12101,'1000','221749887714','2025-06-14 10:56:25',90.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12102,'4000','221749887714','2025-06-14 10:56:25',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12103,'4000','221749887714','2025-06-14 10:55:15',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(12104,'4000','221749887714','2025-06-14 10:56:18',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(12105,'1000','221749889200','2025-06-14 11:20:41',240.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12106,'4000','221749889200','2025-06-14 11:20:41',NULL,180.00,'','22','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12107,'4000','221749889200','2025-06-14 11:20:00',NULL,60.00,'','22','1','Good sold','1','','sales','56','','No',NULL,NULL,''),(12111,'1000','221749890498','2025-06-14 11:41:43',200.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12112,'4000','221749890498','2025-06-14 11:41:43',NULL,200.00,'','22','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(12113,'1000','221749889699','2025-06-14 11:28:25',1100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12114,'4000','221749889699','2025-06-14 11:28:25',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12115,'4000','221749889699','2025-06-14 11:28:19',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12116,'4000','221749889699','2025-06-14 11:28:22',NULL,350.00,'','22','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(12117,'4000','221749889699','2025-06-14 11:57:57',NULL,350.00,'','22','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(12118,'4000','221749889699','2025-06-14 11:58:15',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(12119,'4000','221749889699','2025-06-14 11:59:07',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(12120,'1000','111749892217','2025-06-14 12:10:28',200.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12121,'4000','111749892217','2025-06-14 12:10:28',NULL,200.00,'','11','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(12122,'1000','111749892775','2025-06-14 12:19:40',30.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12123,'4000','111749892775','2025-06-14 12:19:40',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(12124,'1000','221749894937','2025-06-14 12:56:44',810.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12125,'4000','221749894937','2025-06-14 12:56:44',NULL,280.00,'','22','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(12126,'4000','221749894937','2025-06-14 12:55:38',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(12127,'4000','221749894937','2025-06-14 12:56:03',NULL,100.00,'','22','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(12128,'4000','221749894937','2025-06-14 12:56:24',NULL,280.00,'','22','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(12129,'1000','221749895521','2025-06-14 13:05:29',150.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12130,'4000','221749895521','2025-06-14 13:05:29',NULL,150.00,'','22','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(12131,'1000','221749895790','2025-06-14 13:09:53',180.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12132,'4000','221749895790','2025-06-14 13:09:53',NULL,180.00,'','22','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(12136,'1000','221749900151','2025-06-14 14:24:11',520.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12137,'4000','221749900151','2025-06-14 14:24:11',NULL,200.00,'','22','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(12138,'4000','221749900151','2025-06-14 14:22:32',NULL,300.00,'','22','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(12139,'4000','221749900151','2025-06-14 14:23:44',NULL,20.00,'','22','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(12140,'1000','111749901360','2025-06-14 14:42:58',750.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12141,'4000','111749901360','2025-06-14 14:42:58',NULL,200.00,'','11','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(12142,'4000','111749901360','2025-06-14 14:42:40',NULL,200.00,'','11','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(12143,'4000','111749901360','2025-06-14 14:42:46',NULL,350.00,'','11','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(12144,'1000','221749901387','2025-06-14 14:45:02',280.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12145,'4000','221749901387','2025-06-14 14:45:02',NULL,150.00,'','22','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(12146,'4000','221749901387','2025-06-14 14:43:07',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(12147,'4000','221749901387','2025-06-14 14:43:40',NULL,50.00,'','22','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(12148,'4000','221749901387','2025-06-14 14:44:00',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12149,'1000','221749901980','2025-06-14 14:54:26',270.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12150,'4000','221749901980','2025-06-14 14:54:26',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(12151,'4000','221749901980','2025-06-14 14:53:00',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(12152,'4000','221749901980','2025-06-14 14:53:31',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(12153,'1000','111749904570','2025-06-14 15:36:15',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12154,'4000','111749904570','2025-06-14 15:36:15',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(12155,'1000','221749909595','2025-06-14 17:06:19',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12156,'4000','221749909595','2025-06-14 17:06:19',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12162,'1000','111749910814','2025-06-14 17:20:25',500.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12163,'4000','111749910814','2025-06-14 17:20:25',NULL,100.00,'','11','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(12164,'4000','111749910814','2025-06-14 17:20:14',NULL,100.00,'','11','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(12165,'4000','111749910814','2025-06-14 17:20:21',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(12166,'4000','111749910814','2025-06-14 17:38:11',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(12167,'1000','221749911214','2025-06-14 17:27:09',350.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12168,'4000','221749911214','2025-06-14 17:27:09',NULL,150.00,'','22','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(12169,'4000','221749911214','2025-06-14 17:26:54',NULL,200.00,'','22','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(12170,'1000','221749913618','2025-06-14 18:08:46',250.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12171,'4000','221749913618','2025-06-14 18:08:46',NULL,100.00,'','22','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(12172,'4000','221749913618','2025-06-14 18:06:58',NULL,100.00,'','22','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(12173,'4000','221749913618','2025-06-14 18:07:11',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(12174,'1000','221749914870','2025-06-14 18:28:48',270.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12175,'4000','221749914870','2025-06-14 18:28:48',NULL,120.00,'','22','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12176,'4000','221749914870','2025-06-14 18:27:51',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(12177,'4000','221749914870','2025-06-14 18:28:04',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12178,'4000','221749914870','2025-06-14 18:28:31',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12179,'1000','221749914964','2025-06-14 18:29:37',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12180,'4000','221749914964','2025-06-14 18:29:37',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(12181,'4000','221749914964','2025-06-14 18:29:25',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(12186,'1000','111749917331','2025-06-14 19:09:22',100.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12187,'4000','111749917331','2025-06-14 19:09:22',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12188,'4000','111749917331','2025-06-14 19:08:52',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(12189,'1000','111749917582','2025-06-14 19:14:17',310.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12190,'4000','111749917582','2025-06-14 19:14:17',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12191,'4000','111749917582','2025-06-14 19:13:03',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12192,'4000','111749917582','2025-06-14 19:13:17',NULL,150.00,'','11','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(12193,'4000','111749917582','2025-06-14 19:13:51',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(12194,'1000','221749918026','2025-06-14 19:21:12',300.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12195,'4000','221749918026','2025-06-14 19:21:12',NULL,100.00,'','22','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(12196,'4000','221749918026','2025-06-14 19:20:26',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12197,'4000','221749918026','2025-06-14 19:20:48',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(12198,'1000','221749918121','2025-06-14 19:22:05',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12199,'4000','221749918121','2025-06-14 19:22:05',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12200,'1000','111749916368','2025-06-14 18:53:14',700.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12201,'4000','111749916368','2025-06-14 18:53:14',NULL,300.00,'','11','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(12202,'4000','111749916368','2025-06-14 18:52:48',NULL,300.00,'','11','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(12203,'4000','111749916368','2025-06-14 18:52:57',NULL,50.00,'','11','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(12204,'4000','111749916368','2025-06-14 18:53:10',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(12205,'1000','111749919417','2025-06-14 19:43:40',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12206,'4000','111749919417','2025-06-14 19:43:40',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12207,'1000','111749920044','2025-06-14 19:54:07',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12208,'4000','111749920044','2025-06-14 19:54:07',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(12214,'1000','221749920323','2025-06-14 19:58:44',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12215,'4000','221749920323','2025-06-14 19:58:44',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(12225,'1000','221749921353','2025-06-14 20:16:11',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12226,'4000','221749921353','2025-06-14 20:16:11',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12227,'4000','221749921353','2025-06-14 20:15:53',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12228,'1000','111749920068','2025-06-14 19:55:06',280.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12229,'4000','111749920068','2025-06-14 19:55:06',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12230,'4000','111749920068','2025-06-14 19:54:28',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12231,'4000','111749920068','2025-06-14 19:54:34',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(12232,'4000','111749920068','2025-06-14 19:54:56',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(12233,'4000','111749920068','2025-06-14 19:55:03',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12234,'4000','111749920068','2025-06-14 20:07:58',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12235,'1000','111749924364','2025-06-14 21:06:35',400.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12236,'4000','111749924364','2025-06-14 21:06:35',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(12237,'4000','111749924364','2025-06-14 21:06:04',NULL,300.00,'','11','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(12238,'4000','111749924364','2025-06-14 21:06:09',NULL,50.00,'','11','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(12239,'1000','181749930319','2025-06-14 22:45:43',300.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12240,'4000','181749930319','2025-06-14 22:45:43',NULL,200.00,'','18','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(12241,'4000','181749930319','2025-06-14 22:45:19',NULL,100.00,'','18','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(12242,'1000','181749930460','2025-06-14 22:47:41',200.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12243,'4000','181749930460','2025-06-14 22:47:41',NULL,200.00,'','18','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(12244,'1000','181749934410','2025-06-14 23:53:43',90.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12245,'4000','181749934410','2025-06-14 23:53:43',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12246,'4000','181749934410','2025-06-14 23:53:30',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(12247,'4000','181749934410','2025-06-14 23:53:38',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(12248,'1000','181749951949','2025-06-15 04:46:57',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12249,'4000','181749951949','2025-06-15 04:46:57',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12250,'4000','181749951949','2025-06-15 04:45:49',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(12251,'1000','81749968682','2025-06-15 09:25:19',850.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12252,'4000','81749968682','2025-06-15 09:25:19',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(12253,'4000','81749968682','2025-06-15 09:24:42',NULL,350.00,'','8','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(12254,'4000','81749968682','2025-06-15 09:25:10',NULL,350.00,'','8','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(12260,'1000','81749969140','2025-06-15 09:32:42',260.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12261,'4000','81749969140','2025-06-15 09:32:42',NULL,100.00,'','8','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(12262,'4000','81749969140','2025-06-15 09:32:20',NULL,100.00,'','8','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(12263,'4000','81749969140','2025-06-15 09:32:25',NULL,20.00,'','8','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(12264,'4000','81749969140','2025-06-15 09:32:39',NULL,20.00,'','8','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(12265,'4000','81749969140','2025-06-15 09:32:41',NULL,20.00,'','8','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(12276,'1110','81749971447','2025-06-15 10:11:12',NULL,0.00,'','8','1','Inventory sold','1','','sales','16','','No',NULL,NULL,''),(12277,'1110','81749971447','2025-06-15 10:10:47',NULL,1.00,'','8','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(12278,'1110','81749971447','2025-06-15 10:11:00',NULL,0.00,'','8','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(12279,'1110','81749971447','2025-06-15 10:11:05',NULL,0.00,'','8','1','Inventory sold','1','','sales','7','','No',NULL,NULL,''),(12280,'1110','81749971447','2025-06-15 10:11:10',NULL,0.00,'','8','1','Inventory sold','1','','sales','7','','No',NULL,NULL,''),(12281,'5500','81749971447','2025-06-15 10:26:07',1.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12282,'1000','81749971447','2025-06-15 10:11:12',350.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12283,'4000','81749971447','2025-06-15 10:11:12',NULL,150.00,'','8','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(12284,'4000','81749971447','2025-06-15 10:10:47',NULL,100.00,'','8','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(12285,'4000','81749971447','2025-06-15 10:11:00',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(12286,'4000','81749971447','2025-06-15 10:11:05',NULL,20.00,'','8','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(12287,'4000','81749971447','2025-06-15 10:11:10',NULL,20.00,'','8','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(12288,'1110','81749975124','2025-06-15 11:12:05',NULL,1.00,'','8','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(12289,'5500','81749975124','2025-06-15 11:12:04',1.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12290,'1000','81749975124','2025-06-15 11:12:05',100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12291,'4000','81749975124','2025-06-15 11:12:05',NULL,100.00,'','8','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(12315,'1000','221749978481','2025-06-15 12:09:08',1000.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12316,'4000','221749978481','2025-06-15 12:09:08',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(12317,'4000','221749978481','2025-06-15 12:08:01',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(12318,'4000','221749978481','2025-06-15 12:08:05',NULL,200.00,'','22','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(12319,'4000','221749978481','2025-06-15 12:08:21',NULL,200.00,'','22','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(12320,'4000','221749978481','2025-06-15 12:08:30',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(12321,'4000','221749978481','2025-06-15 12:09:02',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(12322,'4000','221749978481','2025-06-15 12:09:06',NULL,100.00,'','22','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(12323,'4000','221749978481','2025-06-15 12:44:07',NULL,100.00,'','22','1','Good sold','1','','sales','75','','No',NULL,NULL,''),(12327,'1000','221749978655','2025-06-15 12:17:54',580.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12328,'4000','221749978655','2025-06-15 12:17:54',NULL,180.00,'','22','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(12329,'4000','221749978655','2025-06-15 12:10:55',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(12330,'4000','221749978655','2025-06-15 12:11:25',NULL,50.00,'','22','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(12331,'4000','221749978655','2025-06-15 12:17:52',NULL,300.00,'','22','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(12332,'1000','81749977820','2025-06-15 11:57:11',1200.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12333,'4000','81749977820','2025-06-15 11:57:11',NULL,600.00,'','8','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(12334,'4000','81749977820','2025-06-15 11:57:00',NULL,50.00,'','8','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(12335,'4000','81749977820','2025-06-15 11:57:08',NULL,50.00,'','8','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(12336,'4000','81749977820','2025-06-15 11:57:10',NULL,300.00,'','8','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(12337,'4000','81749977820','2025-06-15 12:20:53',NULL,50.00,'','8','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(12338,'4000','81749977820','2025-06-15 12:21:29',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(12339,'4000','81749977820','2025-06-15 12:22:12',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(12340,'4000','81749977820','2025-06-15 12:22:24',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(12346,'1000','81749980879','2025-06-15 12:48:03',450.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12347,'4000','81749980879','2025-06-15 12:48:03',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(12348,'4000','81749980879','2025-06-15 12:48:00',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(12349,'4000','81749980879','2025-06-15 12:48:01',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(12350,'1000','221749980975','2025-06-15 12:51:00',800.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12351,'4000','221749980975','2025-06-15 12:51:00',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(12352,'4000','221749980975','2025-06-15 12:49:35',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(12353,'4000','221749980975','2025-06-15 12:49:39',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12354,'4000','221749980975','2025-06-15 12:50:05',NULL,300.00,'','22','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(12355,'4000','221749980975','2025-06-15 12:50:58',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12356,'4000','221749980975','2025-06-15 13:25:25',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(12357,'4000','221749980975','2025-06-15 13:26:05',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(12358,'1000','81749983724','2025-06-15 13:35:27',150.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12359,'4000','81749983724','2025-06-15 13:35:27',NULL,150.00,'','8','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(12373,'1000','221749986675','2025-06-15 14:24:43',330.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12374,'4000','221749986675','2025-06-15 14:24:43',NULL,180.00,'','22','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(12375,'4000','221749986675','2025-06-15 14:24:35',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(12380,'1110','81749986646','2025-06-15 14:26:28',NULL,0.00,'','8','1','Inventory sold','1','','sales','54','','No',NULL,NULL,''),(12381,'1110','81749986646','2025-06-15 14:24:06',NULL,0.00,'','8','1','Inventory sold','1','','sales','54','','No',NULL,NULL,''),(12382,'1110','81749986646','2025-06-15 14:24:09',NULL,65.00,'','8','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(12383,'1110','81749986646','2025-06-15 14:24:28',NULL,0.00,'','8','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(12384,'1110','81749986646','2025-06-15 14:25:17',NULL,0.00,'','8','1','Inventory sold','1','','sales','34','','No',NULL,NULL,''),(12385,'1110','81749986646','2025-06-15 14:25:28',NULL,0.00,'','8','1','Inventory sold','1','','sales','34','','No',NULL,NULL,''),(12386,'1110','81749986646','2025-06-15 14:25:34',NULL,0.00,'','8','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(12387,'1110','81749986646','2025-06-15 14:25:47',NULL,0.00,'','8','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(12388,'1110','81749986646','2025-06-15 14:25:51',NULL,0.00,'','8','1','Inventory sold','1','','sales','76','','No',NULL,NULL,''),(12389,'1110','81749986646','2025-06-15 14:26:10',NULL,0.00,'','8','1','Inventory sold','1','','sales','74','','No',NULL,NULL,''),(12390,'1110','81749986646','2025-06-15 14:26:15',NULL,0.00,'','8','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(12391,'5500','81749986646','2025-06-15 14:26:26',65.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12392,'1000','81749986646','2025-06-15 14:26:28',1900.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12393,'4000','81749986646','2025-06-15 14:26:28',NULL,50.00,'','8','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(12394,'4000','81749986646','2025-06-15 14:24:06',NULL,50.00,'','8','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(12395,'4000','81749986646','2025-06-15 14:24:09',NULL,90.00,'','8','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(12396,'4000','81749986646','2025-06-15 14:24:28',NULL,600.00,'','8','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(12397,'4000','81749986646','2025-06-15 14:25:17',NULL,280.00,'','8','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(12398,'4000','81749986646','2025-06-15 14:25:28',NULL,280.00,'','8','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(12399,'4000','81749986646','2025-06-15 14:25:34',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(12400,'4000','81749986646','2025-06-15 14:25:47',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(12401,'4000','81749986646','2025-06-15 14:25:51',NULL,100.00,'','8','1','Good sold','1','','sales','76','','No',NULL,NULL,''),(12402,'4000','81749986646','2025-06-15 14:26:10',NULL,100.00,'','8','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(12403,'4000','81749986646','2025-06-15 14:26:15',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12404,'1000','221749986217','2025-06-15 14:16:59',330.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12405,'4000','221749986217','2025-06-15 14:16:59',NULL,150.00,'','22','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(12406,'4000','221749986217','2025-06-15 14:16:57',NULL,180.00,'','22','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(12407,'1000','221749984202','2025-06-15 13:45:54',860.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12408,'4000','221749984202','2025-06-15 13:45:54',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(12409,'4000','221749984202','2025-06-15 13:43:22',NULL,560.00,'','22','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(12410,'4000','221749984202','2025-06-15 13:45:53',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(12411,'1000','81749986523','2025-06-15 14:23:33',480.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12412,'4000','81749986523','2025-06-15 14:23:33',NULL,100.00,'','8','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(12413,'4000','81749986523','2025-06-15 14:22:03',NULL,150.00,'','8','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(12414,'4000','81749986523','2025-06-15 14:23:11',NULL,150.00,'','8','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(12415,'4000','81749986523','2025-06-15 14:23:21',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(12416,'4000','81749986523','2025-06-15 14:23:31',NULL,50.00,'','8','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(12417,'1000','81749988798','2025-06-15 15:03:35',850.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12418,'4000','81749988798','2025-06-15 15:03:35',NULL,100.00,'','8','1','Good sold','1','','sales','76','','No',NULL,NULL,''),(12419,'4000','81749988798','2025-06-15 14:59:58',NULL,100.00,'','8','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(12420,'4000','81749988798','2025-06-15 15:02:17',NULL,50.00,'','8','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(12421,'4000','81749988798','2025-06-15 15:03:09',NULL,300.00,'','8','1','Good sold','1','','sales','93','','No',NULL,NULL,''),(12422,'4000','81749988798','2025-06-15 15:03:28',NULL,300.00,'','8','1','Good sold','1','','sales','93','','No',NULL,NULL,''),(12423,'1000','81749989120','2025-06-15 15:05:38',200.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12424,'4000','81749989120','2025-06-15 15:05:38',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(12425,'4000','81749989120','2025-06-15 15:05:20',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12426,'1000','221749988979','2025-06-15 15:10:15',200.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12427,'4000','221749988979','2025-06-15 15:10:15',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12428,'4000','221749988979','2025-06-15 15:02:59',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(12429,'1000','81749990427','2025-06-15 15:27:27',660.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12430,'4000','81749990427','2025-06-15 15:27:27',NULL,150.00,'','8','1','Good sold','1','','sales','87','','No',NULL,NULL,''),(12431,'4000','81749990427','2025-06-15 15:27:07',NULL,150.00,'','8','1','Good sold','1','','sales','87','','No',NULL,NULL,''),(12432,'4000','81749990427','2025-06-15 15:27:12',NULL,180.00,'','8','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(12433,'4000','81749990427','2025-06-15 15:27:24',NULL,180.00,'','8','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(12437,'1000','221749991291','2025-06-15 15:41:32',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12438,'4000','221749991291','2025-06-15 15:41:32',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(12439,'1000','81749990601','2025-06-15 15:30:49',110.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12440,'4000','81749990601','2025-06-15 15:30:49',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(12441,'4000','81749990601','2025-06-15 15:30:01',NULL,50.00,'','8','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(12442,'4000','81749990601','2025-06-15 15:30:41',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(12443,'1000','81749991951','2025-06-15 15:53:19',120.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12444,'4000','81749991951','2025-06-15 15:53:19',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12445,'4000','81749991951','2025-06-15 15:52:31',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12446,'4000','81749991951','2025-06-15 15:52:35',NULL,20.00,'','8','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(12447,'1000','81749992145','2025-06-15 15:55:46',100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12448,'4000','81749992145','2025-06-15 15:55:46',NULL,100.00,'','8','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(12476,'1000','221749995310','2025-06-15 16:48:36',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12477,'4000','221749995310','2025-06-15 16:48:36',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(12478,'4000','221749995310','2025-06-15 16:48:30',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(12479,'1000','221749995392','2025-06-15 16:49:53',150.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12480,'4000','221749995392','2025-06-15 16:49:53',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(12481,'1000','81749993061','2025-06-15 16:11:32',800.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12482,'4000','81749993061','2025-06-15 16:11:32',NULL,300.00,'','8','1','Good sold','1','','sales','73','','No',NULL,NULL,''),(12483,'4000','81749993061','2025-06-15 16:11:01',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(12484,'4000','81749993061','2025-06-15 16:11:12',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(12485,'4000','81749993061','2025-06-15 16:11:16',NULL,100.00,'','8','1','Good sold','1','','sales','91','','No',NULL,NULL,''),(12486,'4000','81749993061','2025-06-15 16:11:30',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(12487,'4000','81749993061','2025-06-15 16:45:04',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(12488,'1000','221749995732','2025-06-15 16:55:45',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12489,'4000','221749995732','2025-06-15 16:55:45',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12490,'4000','221749995732','2025-06-15 16:55:32',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12491,'1110','221749986744','2025-06-15 14:26:19',NULL,0.00,'','22','1','Inventory sold','1','','sales','33','','No',NULL,NULL,''),(12492,'1110','221749986744','2025-06-15 14:25:44',NULL,0.00,'','22','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(12493,'1110','221749986744','2025-06-15 14:26:05',NULL,0.00,'','22','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(12494,'1110','221749986744','2025-06-15 14:26:17',NULL,65.00,'','22','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(12495,'1110','221749986744','2025-06-15 16:42:03',NULL,65.00,'','22','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(12496,'1110','221749986744','2025-06-15 16:42:08',NULL,0.00,'','22','1','Inventory sold','1','','sales','21','','No',NULL,NULL,''),(12497,'1110','221749986744','2025-06-15 16:43:29',NULL,0.00,'','22','1','Inventory sold','1','','sales','21','','No',NULL,NULL,''),(12498,'1110','221749986744','2025-06-15 16:43:38',NULL,65.00,'','22','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(12499,'5500','221749986744','2025-06-15 17:03:10',195.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12500,'1000','221749986744','2025-06-15 14:26:19',1530.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12501,'4000','221749986744','2025-06-15 14:26:19',NULL,600.00,'','22','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(12502,'4000','221749986744','2025-06-15 14:25:44',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(12503,'4000','221749986744','2025-06-15 14:26:05',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(12504,'4000','221749986744','2025-06-15 14:26:17',NULL,90.00,'','22','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(12505,'4000','221749986744','2025-06-15 16:42:03',NULL,90.00,'','22','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(12506,'4000','221749986744','2025-06-15 16:42:08',NULL,280.00,'','22','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(12507,'4000','221749986744','2025-06-15 16:43:29',NULL,280.00,'','22','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(12508,'4000','221749986744','2025-06-15 16:43:38',NULL,90.00,'','22','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(12513,'1000','81749999501','2025-06-15 17:58:40',700.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12514,'4000','81749999501','2025-06-15 17:58:40',NULL,600.00,'','8','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(12515,'4000','81749999501','2025-06-15 17:58:21',NULL,50.00,'','8','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(12516,'4000','81749999501','2025-06-15 17:58:35',NULL,50.00,'','8','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(12517,'1000','221749998896','2025-06-15 17:50:15',500.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12518,'4000','221749998896','2025-06-15 17:50:15',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(12519,'4000','221749998896','2025-06-15 17:48:16',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(12520,'4000','221749998896','2025-06-15 17:48:22',NULL,100.00,'','22','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(12521,'4000','221749998896','2025-06-15 17:50:12',NULL,100.00,'','22','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(12522,'1000','81749999803','2025-06-15 18:03:45',150.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12523,'4000','81749999803','2025-06-15 18:03:45',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12524,'4000','81749999803','2025-06-15 18:03:23',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12525,'4000','81749999803','2025-06-15 18:03:36',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12526,'1000','221750000842','2025-06-15 18:20:43',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12527,'4000','221750000842','2025-06-15 18:20:43',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12528,'1000','81750001095','2025-06-15 18:24:58',50.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12529,'4000','81750001095','2025-06-15 18:24:58',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(12530,'1000','221750001664','2025-06-15 19:10:16',1090.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12531,'4000','221750001664','2025-06-15 19:10:16',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(12532,'4000','221750001664','2025-06-15 18:34:24',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(12533,'4000','221750001664','2025-06-15 18:34:28',NULL,200.00,'','22','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(12534,'4000','221750001664','2025-06-15 18:34:50',NULL,280.00,'','22','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(12535,'4000','221750001664','2025-06-15 18:34:58',NULL,100.00,'','22','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(12536,'4000','221750001664','2025-06-15 18:35:05',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(12537,'4000','221750001664','2025-06-15 18:41:28',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(12538,'4000','221750001664','2025-06-15 19:07:58',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(12539,'4000','221750001664','2025-06-15 19:10:00',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(12540,'1000','221750004840','2025-06-15 19:28:22',200.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12541,'4000','221750004840','2025-06-15 19:28:22',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(12542,'4000','221750004840','2025-06-15 19:27:20',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12543,'1000','221750004964','2025-06-15 19:29:26',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12544,'4000','221750004964','2025-06-15 19:29:26',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(12545,'1000','221750004998','2025-06-15 19:32:27',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12546,'4000','221750004998','2025-06-15 19:32:27',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(12547,'1000','81750009276','2025-06-15 20:43:55',880.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12548,'4000','81750009276','2025-06-15 20:43:55',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12549,'4000','81750009276','2025-06-15 20:41:16',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12550,'4000','81750009276','2025-06-15 20:41:20',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12551,'4000','81750009276','2025-06-15 20:41:23',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12552,'4000','81750009276','2025-06-15 20:41:26',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12553,'4000','81750009276','2025-06-15 20:41:31',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12554,'4000','81750009276','2025-06-15 20:41:35',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12555,'4000','81750009276','2025-06-15 20:41:38',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12556,'4000','81750009276','2025-06-15 20:42:34',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(12557,'4000','81750009276','2025-06-15 20:42:48',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(12558,'4000','81750009276','2025-06-15 20:42:52',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(12559,'4000','81750009276','2025-06-15 20:42:57',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(12560,'4000','81750009276','2025-06-15 20:43:01',NULL,50.00,'','8','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(12561,'4000','81750009276','2025-06-15 20:43:07',NULL,50.00,'','8','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(12562,'4000','81750009276','2025-06-15 20:43:21',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(12563,'4000','81750009276','2025-06-15 20:43:40',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(12564,'4000','81750009276','2025-06-15 20:43:43',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(12565,'4000','81750009276','2025-06-15 20:43:50',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(12566,'1000','221750009437','2025-06-15 20:46:49',1100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12567,'4000','221750009437','2025-06-15 20:46:49',NULL,600.00,'','22','1','Good sold','1','','sales','26','','No',NULL,NULL,''),(12568,'4000','221750009437','2025-06-15 20:43:57',NULL,200.00,'','22','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(12569,'4000','221750009437','2025-06-15 20:45:07',NULL,100.00,'','22','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(12570,'4000','221750009437','2025-06-15 20:45:31',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(12571,'4000','221750009437','2025-06-15 20:45:49',NULL,150.00,'','22','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(12572,'1000','81750010290','2025-06-15 20:58:11',150.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12573,'4000','81750010290','2025-06-15 20:58:11',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(12577,'1000','81750010568','2025-06-15 21:03:06',150.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12578,'4000','81750010568','2025-06-15 21:03:06',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12579,'4000','81750010568','2025-06-15 21:02:48',NULL,50.00,'','8','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(12580,'4000','81750010568','2025-06-15 21:03:04',NULL,50.00,'','8','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(12581,'1000','181750012287','2025-06-15 21:31:33',60.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12582,'4000','181750012287','2025-06-15 21:31:33',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(12583,'4000','181750012287','2025-06-15 21:31:27',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(12584,'1000','181750012321','2025-06-15 21:32:02',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12585,'4000','181750012321','2025-06-15 21:32:02',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(12586,'1000','181750013414','2025-06-15 21:50:15',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12587,'4000','181750013414','2025-06-15 21:50:15',NULL,100.00,'','18','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(12588,'1000','181750014357','2025-06-15 22:06:02',100.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12589,'4000','181750014357','2025-06-15 22:06:02',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(12590,'4000','181750014357','2025-06-15 22:05:57',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(12591,'1000','181750014850','2025-06-15 22:14:29',480.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12592,'4000','181750014850','2025-06-15 22:14:29',NULL,200.00,'','18','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(12593,'4000','181750014850','2025-06-15 22:14:10',NULL,280.00,'','18','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(12594,'1000','111750057785','2025-06-16 10:09:58',90.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12595,'4000','111750057785','2025-06-16 10:09:58',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12596,'4000','111750057785','2025-06-16 10:09:45',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(12597,'4000','111750057785','2025-06-16 10:09:53',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(12602,'1000','111750059555','2025-06-16 10:39:17',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12603,'4000','111750059555','2025-06-16 10:39:17',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12604,'1000','111750063905','2025-06-16 11:51:56',80.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12605,'4000','111750063905','2025-06-16 11:51:56',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(12606,'4000','111750063905','2025-06-16 11:51:45',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(12607,'1000','111750066093','2025-06-16 12:28:18',180.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12608,'4000','111750066093','2025-06-16 12:28:18',NULL,180.00,'','11','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(12609,'1000','111750066752','2025-06-16 12:41:21',640.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12610,'4000','111750066752','2025-06-16 12:41:21',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(12611,'4000','111750066752','2025-06-16 12:39:12',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(12612,'4000','111750066752','2025-06-16 12:39:18',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12613,'4000','111750066752','2025-06-16 12:39:37',NULL,100.00,'','11','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(12614,'4000','111750066752','2025-06-16 12:39:54',NULL,50.00,'','11','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(12615,'4000','111750066752','2025-06-16 12:40:05',NULL,50.00,'','11','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(12616,'4000','111750066752','2025-06-16 12:40:12',NULL,50.00,'','11','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(12617,'4000','111750066752','2025-06-16 12:40:54',NULL,280.00,'','11','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(12618,'1000','111750066929','2025-06-16 12:42:51',450.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12619,'4000','111750066929','2025-06-16 12:42:51',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(12620,'4000','111750066929','2025-06-16 12:42:09',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(12621,'4000','111750066929','2025-06-16 12:42:13',NULL,100.00,'','11','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(12622,'4000','111750066929','2025-06-16 12:42:32',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12623,'1000','111750067288','2025-06-16 12:48:10',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12624,'4000','111750067288','2025-06-16 12:48:10',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12630,'1000','111750069229','2025-06-16 13:20:32',100.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12631,'4000','111750069229','2025-06-16 13:20:32',NULL,100.00,'','11','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(12632,'1000','111750068766','2025-06-16 13:14:13',650.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12633,'4000','111750068766','2025-06-16 13:14:13',NULL,100.00,'','11','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(12634,'4000','111750068766','2025-06-16 13:12:47',NULL,150.00,'','11','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(12635,'4000','111750068766','2025-06-16 13:12:58',NULL,100.00,'','11','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(12636,'4000','111750068766','2025-06-16 13:13:20',NULL,200.00,'','11','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(12637,'4000','111750068766','2025-06-16 13:14:05',NULL,100.00,'','11','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(12638,'1000','111750069726','2025-06-16 13:29:15',250.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12639,'4000','111750069726','2025-06-16 13:29:15',NULL,50.00,'','11','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(12640,'4000','111750069726','2025-06-16 13:28:46',NULL,50.00,'','11','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(12641,'4000','111750069726','2025-06-16 13:28:56',NULL,150.00,'','11','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(12642,'1000','111750069914','2025-06-16 13:32:32',180.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12643,'4000','111750069914','2025-06-16 13:32:32',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(12644,'4000','111750069914','2025-06-16 13:31:54',NULL,150.00,'','11','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(12645,'1000','111750071883','2025-06-16 14:04:53',200.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12646,'4000','111750071883','2025-06-16 14:04:53',NULL,100.00,'','11','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(12647,'4000','111750071883','2025-06-16 14:04:43',NULL,100.00,'','11','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(12648,'1000','111750072699','2025-06-16 14:18:24',200.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12649,'4000','111750072699','2025-06-16 14:18:24',NULL,200.00,'','11','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(12650,'1000','111750073709','2025-06-16 14:36:40',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12651,'4000','111750073709','2025-06-16 14:36:40',NULL,50.00,'','11','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(12652,'4000','111750073709','2025-06-16 14:35:09',NULL,300.00,'','11','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(12657,'1000','111750075499','2025-06-16 15:05:01',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12658,'4000','111750075499','2025-06-16 15:05:01',NULL,50.00,'','11','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(12663,'1110','111750074999','2025-06-16 14:56:41',NULL,30.00,'','11','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(12664,'1110','111750074999','2025-06-16 14:56:39',NULL,0.00,'','11','1','Inventory sold','1','','sales','59','','No',NULL,NULL,''),(12665,'5500','111750074999','2025-06-16 15:08:42',30.00,NULL,'','11','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12666,'1000','111750074999','2025-06-16 14:56:41',100.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12667,'4000','111750074999','2025-06-16 14:56:41',NULL,50.00,'','11','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(12668,'4000','111750074999','2025-06-16 14:56:39',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(12673,'1000','111750075628','2025-06-16 15:07:43',200.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12674,'4000','111750075628','2025-06-16 15:07:43',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(12675,'4000','111750075628','2025-06-16 15:07:08',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(12676,'4000','111750075628','2025-06-16 15:07:37',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(12677,'4000','111750075628','2025-06-16 15:07:41',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(12678,'1000','111750076284','2025-06-16 15:18:24',780.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12679,'4000','111750076284','2025-06-16 15:18:24',NULL,200.00,'','11','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(12680,'4000','111750076284','2025-06-16 15:18:04',NULL,350.00,'','11','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(12681,'4000','111750076284','2025-06-16 15:18:10',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(12682,'4000','111750076284','2025-06-16 15:18:21',NULL,80.00,'','11','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(12683,'1000','111750059525','2025-06-16 10:38:55',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12684,'4000','111750059525','2025-06-16 10:38:55',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(12685,'4000','111750059525','2025-06-16 10:38:45',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(12686,'4000','111750059525','2025-06-16 10:38:50',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(12687,'4000','111750059525','2025-06-16 10:38:54',NULL,60.00,'','11','1','Good sold','1','','sales','56','','No',NULL,NULL,''),(12688,'1000','111750079142','2025-06-16 16:05:48',200.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12689,'4000','111750079142','2025-06-16 16:05:48',NULL,100.00,'','11','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(12690,'4000','111750079142','2025-06-16 16:05:42',NULL,100.00,'','11','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(12691,'1000','111750080858','2025-06-16 16:34:21',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12692,'4000','111750080858','2025-06-16 16:34:21',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(12693,'1000','111750082600','2025-06-16 17:03:25',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12694,'4000','111750082600','2025-06-16 17:03:25',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(12697,'1000','111750083443','2025-06-16 17:18:22',250.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12698,'4000','111750083443','2025-06-16 17:18:22',NULL,150.00,'','11','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(12699,'4000','111750083443','2025-06-16 17:18:06',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(12700,'4000','111750083443','2025-06-16 17:32:53',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(12701,'1000','111750086634','2025-06-16 18:17:36',530.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12702,'4000','111750086634','2025-06-16 18:17:36',NULL,180.00,'','11','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(12703,'4000','111750086634','2025-06-16 18:10:34',NULL,50.00,'','11','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(12704,'4000','111750086634','2025-06-16 18:11:13',NULL,150.00,'','11','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(12705,'4000','111750086634','2025-06-16 18:12:26',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12706,'4000','111750086634','2025-06-16 18:12:40',NULL,100.00,'','11','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(12707,'1000','111750087597','2025-06-16 18:27:58',80.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12708,'4000','111750087597','2025-06-16 18:27:58',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12709,'4000','111750087597','2025-06-16 18:26:37',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(12710,'1000','111750088020','2025-06-16 18:34:25',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12711,'4000','111750088020','2025-06-16 18:34:25',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12712,'4000','111750088020','2025-06-16 18:33:40',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12713,'4000','111750088020','2025-06-16 18:33:47',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(12714,'1000','111750089532','2025-06-16 18:58:53',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12715,'4000','111750089532','2025-06-16 18:58:53',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12716,'1000','111750089749','2025-06-16 19:03:35',160.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12717,'4000','111750089749','2025-06-16 19:03:35',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12718,'4000','111750089749','2025-06-16 19:02:30',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(12719,'4000','111750089749','2025-06-16 19:02:59',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(12720,'1000','111750089917','2025-06-16 19:06:47',160.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12721,'4000','111750089917','2025-06-16 19:06:47',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(12722,'4000','111750089917','2025-06-16 19:05:18',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12723,'4000','111750089917','2025-06-16 19:05:59',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(12724,'1000','111750090120','2025-06-16 19:10:13',160.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12725,'4000','111750090120','2025-06-16 19:10:13',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(12726,'4000','111750090120','2025-06-16 19:08:40',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12727,'4000','111750090120','2025-06-16 19:09:03',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(12728,'1000','111750091000','2025-06-16 19:27:54',1750.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12729,'4000','111750091000','2025-06-16 19:27:54',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(12730,'4000','111750091000','2025-06-16 19:23:20',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(12731,'4000','111750091000','2025-06-16 19:23:24',NULL,50.00,'','11','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(12732,'4000','111750091000','2025-06-16 19:23:38',NULL,50.00,'','11','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(12733,'4000','111750091000','2025-06-16 19:23:42',NULL,50.00,'','11','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(12734,'4000','111750091000','2025-06-16 19:23:53',NULL,350.00,'','11','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(12735,'4000','111750091000','2025-06-16 19:24:08',NULL,100.00,'','11','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(12736,'4000','111750091000','2025-06-16 19:24:29',NULL,100.00,'','11','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(12737,'4000','111750091000','2025-06-16 19:24:33',NULL,150.00,'','11','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(12738,'4000','111750091000','2025-06-16 19:24:40',NULL,150.00,'','11','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(12739,'4000','111750091000','2025-06-16 19:24:47',NULL,150.00,'','11','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(12740,'4000','111750091000','2025-06-16 19:24:55',NULL,150.00,'','11','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(12741,'4000','111750091000','2025-06-16 19:25:03',NULL,150.00,'','11','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(12742,'1000','111750091363','2025-06-16 19:29:30',100.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12743,'4000','111750091363','2025-06-16 19:29:30',NULL,50.00,'','11','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(12744,'4000','111750091363','2025-06-16 19:29:23',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12745,'4000','111750091363','2025-06-16 19:29:28',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(12746,'1000','111750091443','2025-06-16 19:32:18',360.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12747,'4000','111750091443','2025-06-16 19:32:18',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(12748,'4000','111750091443','2025-06-16 19:30:43',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12749,'4000','111750091443','2025-06-16 19:31:20',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12750,'4000','111750091443','2025-06-16 19:31:39',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12751,'4000','111750091443','2025-06-16 19:31:51',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(12752,'1000','111750091561','2025-06-16 19:32:53',100.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12753,'4000','111750091561','2025-06-16 19:32:53',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12754,'4000','111750091561','2025-06-16 19:32:41',NULL,50.00,'','11','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(12755,'1000','111750091675','2025-06-16 19:34:36',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12756,'4000','111750091675','2025-06-16 19:34:36',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12757,'1000','111750091755','2025-06-16 19:37:01',500.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12758,'4000','111750091755','2025-06-16 19:37:01',NULL,300.00,'','11','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(12759,'4000','111750091755','2025-06-16 19:35:55',NULL,50.00,'','11','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(12760,'4000','111750091755','2025-06-16 19:36:20',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(12761,'4000','111750091755','2025-06-16 19:36:43',NULL,100.00,'','11','1','Good sold','1','','sales','57','','No',NULL,NULL,''),(12762,'1000','111750092508','2025-06-16 19:48:29',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12763,'4000','111750092508','2025-06-16 19:48:29',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12764,'1000','111750093405','2025-06-16 20:03:48',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12765,'4000','111750093405','2025-06-16 20:03:48',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12766,'4000','111750093405','2025-06-16 20:03:25',NULL,100.00,'','11','1','Good sold','1','','sales','57','','No',NULL,NULL,''),(12767,'1000','111750095449','2025-06-16 20:37:30',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12768,'4000','111750095449','2025-06-16 20:37:30',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12769,'1000','111750095468','2025-06-16 20:37:50',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12770,'4000','111750095468','2025-06-16 20:37:50',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12771,'1000','111750095619','2025-06-16 20:40:34',200.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12772,'4000','111750095619','2025-06-16 20:40:34',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12773,'4000','111750095619','2025-06-16 20:40:19',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(12774,'1000','181750099979','2025-06-16 21:53:46',350.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12775,'4000','181750099979','2025-06-16 21:53:46',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(12776,'4000','181750099979','2025-06-16 21:52:59',NULL,50.00,'','18','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(12777,'4000','181750099979','2025-06-16 21:53:06',NULL,50.00,'','18','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(12778,'4000','181750099979','2025-06-16 21:53:15',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(12779,'4000','181750099979','2025-06-16 21:53:38',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(12780,'1000','181750103894','2025-06-16 22:58:16',200.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12781,'4000','181750103894','2025-06-16 22:58:16',NULL,200.00,'','18','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(12786,'1000','181750109516','2025-06-17 00:32:15',430.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12787,'4000','181750109516','2025-06-17 00:32:15',NULL,280.00,'','18','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(12788,'4000','181750109516','2025-06-17 00:31:56',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(12789,'4000','181750109516','2025-06-17 00:31:59',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12790,'4000','181750109516','2025-06-17 00:32:14',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12791,'1000','111750144739','2025-06-17 10:19:06',40.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12792,'4000','111750144739','2025-06-17 10:19:06',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(12793,'4000','111750144739','2025-06-17 10:18:59',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(12794,'1000','221750145504','2025-06-17 10:31:45',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12795,'4000','221750145504','2025-06-17 10:31:45',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12804,'1000','111750146271','2025-06-17 10:45:19',90.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12805,'4000','111750146271','2025-06-17 10:45:19',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(12806,'4000','111750146271','2025-06-17 10:44:31',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(12807,'4000','111750146271','2025-06-17 10:44:35',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12808,'1000','221750147349','2025-06-17 11:02:35',40.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12809,'4000','221750147349','2025-06-17 11:02:35',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(12810,'4000','221750147349','2025-06-17 11:02:29',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(12819,'1000','111750150595','2025-06-17 11:56:36',200.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12820,'4000','111750150595','2025-06-17 11:56:36',NULL,200.00,'','11','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(12821,'1000','111750150714','2025-06-17 11:58:43',100.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12822,'4000','111750150714','2025-06-17 11:58:43',NULL,50.00,'','11','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(12823,'4000','111750150714','2025-06-17 11:58:34',NULL,50.00,'','11','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(12824,'1000','221750152058','2025-06-17 12:22:01',370.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12825,'4000','221750152058','2025-06-17 12:22:01',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12826,'4000','221750152058','2025-06-17 12:20:58',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12827,'4000','221750152058','2025-06-17 12:21:13',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(12828,'4000','221750152058','2025-06-17 12:21:45',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(12829,'4000','221750152058','2025-06-17 12:21:50',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(12842,'1000','221750155019','2025-06-17 13:10:29',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12843,'4000','221750155019','2025-06-17 13:10:29',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(12844,'4000','221750155019','2025-06-17 13:10:19',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(12845,'1110','111750155030','2025-06-17 13:10:32',NULL,1.00,'','11','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(12846,'5500','111750155030','2025-06-17 13:10:30',1.00,NULL,'','11','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12847,'1000','111750155030','2025-06-17 13:10:32',100.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12848,'4000','111750155030','2025-06-17 13:10:32',NULL,100.00,'','11','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(12849,'1000','191750155445','2025-06-17 13:17:27',180.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12850,'4000','191750155445','2025-06-17 13:17:27',NULL,180.00,'','19','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(12851,'1110','111750146169','2025-06-17 10:43:48',NULL,0.00,'','11','1','Inventory sold','1','','sales','55','','No',NULL,NULL,''),(12852,'1110','111750146169','2025-06-17 10:42:49',NULL,0.00,'','11','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(12853,'1110','111750146169','2025-06-17 10:43:30',NULL,1.00,'','11','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(12854,'1110','111750146169','2025-06-17 10:43:46',NULL,0.00,'','11','1','Inventory sold','1','','sales','7','','No',NULL,NULL,''),(12855,'1110','111750146169','2025-06-17 13:09:38',NULL,0.00,'','11','1','Inventory sold','1','','sales','7','','No',NULL,NULL,''),(12856,'5500','111750146169','2025-06-17 13:09:45',1.00,NULL,'','11','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(12857,'1000','111750146169','2025-06-17 10:43:48',270.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12858,'4000','111750146169','2025-06-17 10:43:48',NULL,80.00,'','11','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(12859,'4000','111750146169','2025-06-17 10:42:49',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12860,'4000','111750146169','2025-06-17 10:43:30',NULL,100.00,'','11','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(12861,'4000','111750146169','2025-06-17 10:43:46',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(12862,'4000','111750146169','2025-06-17 13:09:38',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(12866,'1000','191750157295','2025-06-17 13:48:49',750.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12867,'4000','191750157295','2025-06-17 13:48:49',NULL,600.00,'','19','1','Good sold','1','','sales','26','','No',NULL,NULL,''),(12868,'4000','191750157295','2025-06-17 13:48:15',NULL,50.00,'','19','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(12869,'4000','191750157295','2025-06-17 13:48:47',NULL,50.00,'','19','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(12870,'4000','191750157295','2025-06-17 13:49:55',NULL,50.00,'','19','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(12871,'1000','221750161585','2025-06-17 14:59:47',150.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12872,'4000','221750161585','2025-06-17 14:59:47',NULL,150.00,'','22','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(12873,'1000','191750162177','2025-06-17 15:10:23',160.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12874,'4000','191750162177','2025-06-17 15:10:23',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(12875,'4000','191750162177','2025-06-17 15:09:37',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(12876,'4000','191750162177','2025-06-17 15:09:43',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(12877,'4000','191750162177','2025-06-17 15:10:16',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(12878,'1000','221750162995','2025-06-17 15:34:52',280.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12879,'4000','221750162995','2025-06-17 15:34:52',NULL,150.00,'','22','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(12880,'4000','221750162995','2025-06-17 15:23:17',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12881,'4000','221750162995','2025-06-17 15:23:44',NULL,50.00,'','22','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(12882,'4000','221750162995','2025-06-17 15:31:16',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(12887,'1000','221750164011','2025-06-17 15:40:39',750.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12888,'4000','221750164011','2025-06-17 15:40:39',NULL,600.00,'','22','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(12889,'4000','221750164011','2025-06-17 15:40:11',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(12890,'4000','221750164011','2025-06-17 15:40:32',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(12891,'4000','221750164011','2025-06-17 15:40:37',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12892,'1000','191750166621','2025-06-17 16:23:43',200.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12893,'4000','191750166621','2025-06-17 16:23:43',NULL,200.00,'','19','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(12894,'1000','191750167599','2025-06-17 16:40:01',100.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12895,'4000','191750167599','2025-06-17 16:40:01',NULL,100.00,'','19','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(12896,'1000','191750170305','2025-06-17 17:25:12',100.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12897,'4000','191750170305','2025-06-17 17:25:12',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12898,'4000','191750170305','2025-06-17 17:25:05',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12899,'1000','221750170029','2025-06-17 17:20:44',150.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12900,'4000','221750170029','2025-06-17 17:20:44',NULL,150.00,'','22','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(12904,'1000','191750171375','2025-06-17 17:45:06',80.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12905,'4000','191750171375','2025-06-17 17:45:06',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12906,'4000','191750171375','2025-06-17 17:42:55',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(12914,'1000','191750171604','2025-06-17 17:48:49',350.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12915,'4000','191750171604','2025-06-17 17:48:49',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12916,'4000','191750171604','2025-06-17 17:46:44',NULL,50.00,'','19','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(12917,'4000','191750171604','2025-06-17 17:48:16',NULL,50.00,'','19','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(12918,'4000','191750171604','2025-06-17 17:48:20',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(12919,'4000','191750171604','2025-06-17 17:48:30',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(12920,'4000','191750171604','2025-06-17 17:48:35',NULL,50.00,'','19','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(12921,'4000','191750171604','2025-06-17 17:48:47',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12922,'1000','221750171376','2025-06-17 17:43:03',280.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12923,'4000','221750171376','2025-06-17 17:43:03',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(12924,'4000','221750171376','2025-06-17 17:42:56',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(12925,'4000','221750171376','2025-06-17 17:43:01',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(12926,'4000','221750171376','2025-06-17 17:57:45',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(12930,'1000','191750176905','2025-06-17 19:16:14',620.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12931,'4000','191750176905','2025-06-17 19:16:14',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12932,'4000','191750176905','2025-06-17 19:15:05',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12933,'4000','191750176905','2025-06-17 19:15:09',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12934,'4000','191750176905','2025-06-17 19:15:13',NULL,120.00,'','19','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12935,'4000','191750176905','2025-06-17 19:15:37',NULL,120.00,'','19','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12936,'4000','191750176905','2025-06-17 19:15:41',NULL,120.00,'','19','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(12937,'4000','191750176905','2025-06-17 19:15:51',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(12938,'4000','191750176905','2025-06-17 19:15:56',NULL,50.00,'','19','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(12939,'1000','221750176964','2025-06-17 19:16:58',280.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12940,'4000','221750176964','2025-06-17 19:16:58',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(12941,'4000','221750176964','2025-06-17 19:16:04',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(12942,'4000','221750176964','2025-06-17 19:16:16',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(12943,'4000','221750176964','2025-06-17 19:16:31',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(12944,'1000','221750177060','2025-06-17 19:18:11',200.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12945,'4000','221750177060','2025-06-17 19:18:11',NULL,100.00,'','22','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(12946,'4000','221750177060','2025-06-17 19:17:41',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(12947,'4000','221750177060','2025-06-17 19:18:04',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(12948,'1000','191750177107','2025-06-17 19:18:29',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12949,'4000','191750177107','2025-06-17 19:18:29',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12950,'1000','221750177117','2025-06-17 19:19:06',300.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12951,'4000','221750177117','2025-06-17 19:19:06',NULL,100.00,'','22','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(12952,'4000','221750177117','2025-06-17 19:18:37',NULL,100.00,'','22','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(12953,'4000','221750177117','2025-06-17 19:18:44',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(12954,'4000','221750177117','2025-06-17 19:18:59',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(12958,'1000','221750177307','2025-06-17 19:22:06',200.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12959,'4000','221750177307','2025-06-17 19:22:06',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12960,'4000','221750177307','2025-06-17 19:21:47',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12961,'4000','221750177307','2025-06-17 19:21:56',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12962,'4000','221750177307','2025-06-17 19:22:00',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12963,'1000','191750177647','2025-06-17 19:27:52',250.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12964,'4000','191750177647','2025-06-17 19:27:52',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12965,'4000','191750177647','2025-06-17 19:27:27',NULL,200.00,'','19','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(12966,'1000','221750177770','2025-06-17 19:30:46',270.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12967,'4000','221750177770','2025-06-17 19:30:46',NULL,50.00,'','22','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(12968,'4000','221750177770','2025-06-17 19:29:31',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12969,'4000','221750177770','2025-06-17 19:29:40',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(12970,'4000','221750177770','2025-06-17 19:30:03',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(12971,'4000','221750177770','2025-06-17 19:30:17',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(12972,'1000','191750177871','2025-06-17 19:31:18',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12973,'4000','191750177871','2025-06-17 19:31:18',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(12974,'1000','191750177954','2025-06-17 19:32:36',100.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12975,'4000','191750177954','2025-06-17 19:32:36',NULL,100.00,'','19','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(12976,'1000','191750179083','2025-06-17 19:52:28',310.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12977,'4000','191750179083','2025-06-17 19:52:28',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12978,'4000','191750179083','2025-06-17 19:51:23',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12979,'4000','191750179083','2025-06-17 19:51:34',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12980,'4000','191750179083','2025-06-17 19:51:41',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12981,'4000','191750179083','2025-06-17 19:51:48',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12982,'4000','191750179083','2025-06-17 19:51:53',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(12983,'1000','221750179470','2025-06-17 19:57:56',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12984,'4000','221750179470','2025-06-17 19:57:56',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12985,'4000','221750179470','2025-06-17 19:57:50',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12986,'1000','221750179809','2025-06-17 20:04:03',250.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12987,'4000','221750179809','2025-06-17 20:04:03',NULL,200.00,'','22','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(12988,'4000','221750179809','2025-06-17 20:03:29',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(12989,'1000','191750180109','2025-06-17 20:08:30',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12990,'4000','191750180109','2025-06-17 20:08:30',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(12991,'1000','191750180672','2025-06-17 20:17:53',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12992,'4000','191750180672','2025-06-17 20:17:53',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12993,'1000','221750181084','2025-06-17 20:25:45',210.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12994,'4000','221750181084','2025-06-17 20:25:45',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12995,'4000','221750181084','2025-06-17 20:24:44',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(12996,'4000','221750181084','2025-06-17 20:24:58',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(12997,'4000','221750181084','2025-06-17 20:25:36',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(12998,'1000','221750181186','2025-06-17 20:26:28',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(12999,'4000','221750181186','2025-06-17 20:26:28',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13005,'1000','191750182511','2025-06-17 20:48:58',400.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13006,'4000','191750182511','2025-06-17 20:48:58',NULL,150.00,'','19','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(13007,'4000','191750182511','2025-06-17 20:48:31',NULL,150.00,'','19','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(13008,'4000','191750182511','2025-06-17 20:48:36',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13009,'4000','191750182511','2025-06-17 20:48:50',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13010,'1000','221750181617','2025-06-17 20:34:29',600.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13011,'4000','221750181617','2025-06-17 20:34:29',NULL,180.00,'','22','1','Good sold','1','','sales','46','','No',NULL,NULL,''),(13012,'4000','221750181617','2025-06-17 20:33:37',NULL,150.00,'','22','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(13013,'4000','221750181617','2025-06-17 20:33:52',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(13014,'4000','221750181617','2025-06-17 20:34:23',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(13015,'4000','221750181617','2025-06-17 20:34:27',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(13016,'1110','221750172348','2025-06-17 17:59:14',NULL,0.00,'','22','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(13017,'1110','221750172348','2025-06-17 17:59:08',NULL,0.00,'','22','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(13018,'1110','221750172348','2025-06-17 17:59:12',NULL,1.00,'','22','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(13019,'1110','221750172348','2025-06-17 21:05:10',NULL,1.00,'','22','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(13020,'1110','221750172348','2025-06-17 21:05:15',NULL,0.00,'','22','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(13021,'1110','221750172348','2025-06-17 21:05:21',NULL,0.00,'','22','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(13022,'5500','221750172348','2025-06-17 21:05:53',2.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13023,'1000','221750172348','2025-06-17 17:59:14',380.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13024,'4000','221750172348','2025-06-17 17:59:14',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13025,'4000','221750172348','2025-06-17 17:59:08',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13026,'4000','221750172348','2025-06-17 17:59:12',NULL,100.00,'','22','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(13027,'4000','221750172348','2025-06-17 21:05:10',NULL,100.00,'','22','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(13028,'4000','221750172348','2025-06-17 21:05:15',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13029,'4000','221750172348','2025-06-17 21:05:21',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13030,'1000','191750177198','2025-06-17 19:20:10',100.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13031,'4000','191750177198','2025-06-17 19:20:10',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13032,'4000','191750177198','2025-06-17 19:19:58',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13033,'1110','181750186411','2025-06-17 21:54:36',NULL,0.00,'','18','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(13034,'1110','181750186411','2025-06-17 21:53:31',NULL,0.00,'','18','1','Inventory sold','1','','sales','12','','No',NULL,NULL,''),(13035,'1110','181750186411','2025-06-17 21:53:53',NULL,20.00,'','18','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(13036,'1110','181750186411','2025-06-17 21:54:15',NULL,30.00,'','18','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(13037,'5500','181750186411','2025-06-17 21:54:35',50.00,NULL,'','18','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13038,'1000','181750186411','2025-06-17 21:54:36',170.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13039,'4000','181750186411','2025-06-17 21:54:36',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13040,'4000','181750186411','2025-06-17 21:53:31',NULL,50.00,'','18','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(13041,'4000','181750186411','2025-06-17 21:53:53',NULL,20.00,'','18','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(13042,'4000','181750186411','2025-06-17 21:54:15',NULL,50.00,'','18','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(13043,'1000','181750187597','2025-06-17 22:14:12',450.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13044,'4000','181750187597','2025-06-17 22:14:12',NULL,100.00,'','18','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(13045,'4000','181750187597','2025-06-17 22:13:31',NULL,200.00,'','18','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(13046,'4000','181750187597','2025-06-17 22:13:54',NULL,150.00,'','18','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(13047,'1000','181750187717','2025-06-17 22:15:19',20.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13048,'4000','181750187717','2025-06-17 22:15:19',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(13049,'1000','181750187734','2025-06-17 22:15:39',40.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13050,'4000','181750187734','2025-06-17 22:15:39',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(13051,'4000','181750187734','2025-06-17 22:15:34',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(13052,'1000','181750188759','2025-06-17 22:33:03',580.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13053,'4000','181750188759','2025-06-17 22:33:03',NULL,200.00,'','18','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(13054,'4000','181750188759','2025-06-17 22:32:39',NULL,280.00,'','18','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(13055,'4000','181750188759','2025-06-17 22:32:43',NULL,100.00,'','18','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(13056,'1000','181750204109','2025-06-18 02:48:43',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13057,'4000','181750204109','2025-06-18 02:48:43',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13058,'4000','181750204109','2025-06-18 02:48:29',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13059,'4000','181750204109','2025-06-18 02:48:33',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13060,'1000','181750221452','2025-06-18 07:37:45',70.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13061,'4000','181750221452','2025-06-18 07:37:45',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13062,'4000','181750221452','2025-06-18 07:37:32',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(13063,'1000','181750226629','2025-06-18 09:03:50',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13064,'4000','181750226629','2025-06-18 09:03:50',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13065,'1000','191750241996','2025-06-18 13:20:52',260.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13066,'4000','191750241996','2025-06-18 13:20:52',NULL,50.00,'','19','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(13067,'4000','191750241996','2025-06-18 13:19:57',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(13068,'4000','191750241996','2025-06-18 13:20:27',NULL,150.00,'','19','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(13071,'1000','221750242274','2025-06-18 13:24:35',20.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13072,'4000','221750242274','2025-06-18 13:24:35',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(13073,'1000','221750241974','2025-06-18 13:19:36',250.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13074,'4000','221750241974','2025-06-18 13:19:36',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13075,'4000','221750241974','2025-06-18 13:19:34',NULL,200.00,'','22','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(13076,'1000','191750243658','2025-06-18 13:47:49',200.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13077,'4000','191750243658','2025-06-18 13:47:49',NULL,50.00,'','19','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(13078,'4000','191750243658','2025-06-18 13:47:38',NULL,150.00,'','19','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(13081,'1000','221750246768','2025-06-18 14:40:02',60.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13082,'4000','221750246768','2025-06-18 14:40:02',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(13083,'4000','221750246768','2025-06-18 14:39:28',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(13084,'4000','221750246768','2025-06-18 14:39:36',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(13088,'1000','191750246323','2025-06-18 14:32:05',400.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13089,'4000','191750246323','2025-06-18 14:32:05',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13090,'4000','191750246323','2025-06-18 14:32:03',NULL,200.00,'','19','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(13091,'4000','191750246323','2025-06-18 15:23:38',NULL,150.00,'','19','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(13092,'1000','191750252761','2025-06-18 16:19:23',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13093,'4000','191750252761','2025-06-18 16:19:23',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13094,'1110','191750253403','2025-06-18 16:30:18',NULL,20.00,'','19','1','Inventory sold','1','','sales','103','','No',NULL,NULL,''),(13095,'5500','191750253403','2025-06-18 16:30:04',20.00,NULL,'','19','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13096,'1000','191750253403','2025-06-18 16:30:18',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13097,'4000','191750253403','2025-06-18 16:30:18',NULL,50.00,'','19','1','Good sold','1','','sales','103','','No',NULL,NULL,''),(13098,'1000','221750253515','2025-06-18 16:32:43',250.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13099,'4000','221750253515','2025-06-18 16:32:43',NULL,150.00,'','22','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(13100,'4000','221750253515','2025-06-18 16:31:55',NULL,100.00,'','22','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(13101,'1000','221750255188','2025-06-18 17:03:17',80.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13102,'4000','221750255188','2025-06-18 17:03:17',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13103,'4000','221750255188','2025-06-18 16:59:49',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13104,'1000','221750255537','2025-06-18 17:06:08',280.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13105,'4000','221750255537','2025-06-18 17:06:08',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(13106,'4000','221750255537','2025-06-18 17:05:37',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(13107,'4000','221750255537','2025-06-18 17:05:41',NULL,180.00,'','22','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13108,'1000','221750256276','2025-06-18 17:17:58',150.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13109,'4000','221750256276','2025-06-18 17:17:58',NULL,150.00,'','22','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(13110,'1000','221750256658','2025-06-18 17:26:05',370.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13111,'4000','221750256658','2025-06-18 17:26:05',NULL,100.00,'','22','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(13112,'4000','221750256658','2025-06-18 17:24:18',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(13113,'4000','221750256658','2025-06-18 17:25:03',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(13114,'4000','221750256658','2025-06-18 17:25:15',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(13115,'4000','221750256658','2025-06-18 17:25:45',NULL,100.00,'','22','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(13116,'1000','191750257126','2025-06-18 17:32:15',150.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13117,'4000','191750257126','2025-06-18 17:32:15',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13118,'4000','191750257126','2025-06-18 17:32:06',NULL,100.00,'','19','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(13119,'1000','191750258174','2025-06-18 17:49:42',100.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13120,'4000','191750258174','2025-06-18 17:49:42',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13121,'4000','191750258174','2025-06-18 17:49:34',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13124,'1000','221750258546','2025-06-18 17:55:48',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13125,'4000','221750258546','2025-06-18 17:55:48',NULL,100.00,'','22','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(13126,'1000','221750259411','2025-06-18 18:12:09',300.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13127,'4000','221750259411','2025-06-18 18:12:09',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(13128,'4000','221750259411','2025-06-18 18:10:11',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(13129,'4000','221750259411','2025-06-18 18:10:20',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(13130,'4000','221750259411','2025-06-18 18:10:38',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(13131,'4000','221750259411','2025-06-18 18:10:47',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13132,'4000','221750259411','2025-06-18 18:11:51',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13133,'1000','221750258385','2025-06-18 17:53:07',200.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13134,'4000','221750258385','2025-06-18 17:53:07',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(13135,'4000','221750258385','2025-06-18 17:53:05',NULL,50.00,'','22','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(13143,'1000','191750261375','2025-06-18 18:42:59',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13144,'4000','191750261375','2025-06-18 18:42:59',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13162,'1000','221750264006','2025-06-18 19:27:38',160.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13163,'4000','221750264006','2025-06-18 19:27:38',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13164,'4000','221750264006','2025-06-18 19:26:47',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13165,'4000','221750264006','2025-06-18 19:26:57',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13166,'4000','221750264006','2025-06-18 19:27:18',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13167,'1000','221750260845','2025-06-18 18:38:03',340.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13168,'4000','221750260845','2025-06-18 18:38:03',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13169,'4000','221750260845','2025-06-18 18:34:26',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13170,'4000','221750260845','2025-06-18 18:36:50',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13171,'4000','221750260845','2025-06-18 18:36:57',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13172,'4000','221750260845','2025-06-18 18:37:39',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13173,'4000','221750260845','2025-06-18 18:37:49',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13174,'4000','221750260845','2025-06-18 18:37:58',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13175,'4000','221750260845','2025-06-18 19:03:02',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13176,'1000','191750264863','2025-06-18 19:44:11',680.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13177,'4000','191750264863','2025-06-18 19:44:11',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13178,'4000','191750264863','2025-06-18 19:41:03',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13179,'4000','191750264863','2025-06-18 19:41:08',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13180,'4000','191750264863','2025-06-18 19:41:12',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13181,'4000','191750264863','2025-06-18 19:41:16',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13182,'4000','191750264863','2025-06-18 19:41:28',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13183,'4000','191750264863','2025-06-18 19:41:34',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13184,'4000','191750264863','2025-06-18 19:42:30',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13185,'4000','191750264863','2025-06-18 19:42:35',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13186,'4000','191750264863','2025-06-18 19:42:46',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13187,'4000','191750264863','2025-06-18 19:42:56',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13188,'4000','191750264863','2025-06-18 19:43:02',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13189,'4000','191750264863','2025-06-18 19:43:10',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13190,'4000','191750264863','2025-06-18 19:43:46',NULL,50.00,'','19','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(13191,'1000','221750265527','2025-06-18 19:52:56',300.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13192,'4000','221750265527','2025-06-18 19:52:56',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13193,'4000','221750265527','2025-06-18 19:52:07',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13194,'4000','221750265527','2025-06-18 19:52:13',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13195,'4000','221750265527','2025-06-18 19:52:22',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13196,'4000','221750265527','2025-06-18 19:52:29',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13197,'4000','221750265527','2025-06-18 19:52:36',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13198,'1000','221750265895','2025-06-18 19:58:17',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13199,'4000','221750265895','2025-06-18 19:58:17',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13200,'1000','191750266369','2025-06-18 20:06:10',150.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13201,'4000','191750266369','2025-06-18 20:06:10',NULL,150.00,'','19','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(13202,'1000','191750268101','2025-06-18 20:35:22',80.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13203,'4000','191750268101','2025-06-18 20:35:22',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13204,'4000','191750268101','2025-06-18 20:35:02',NULL,50.00,'','19','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(13205,'1000','221750268391','2025-06-18 20:39:52',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13206,'4000','221750268391','2025-06-18 20:39:52',NULL,100.00,'','22','1','Good sold','1','','sales','91','','No',NULL,NULL,''),(13217,'1000','221750270062','2025-06-18 21:07:57',320.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13218,'4000','221750270062','2025-06-18 21:07:57',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(13219,'4000','221750270062','2025-06-18 21:07:43',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(13220,'4000','221750270062','2025-06-18 21:07:46',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(13227,'1000','221750269454','2025-06-18 20:57:50',850.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13228,'4000','221750269454','2025-06-18 20:57:50',NULL,350.00,'','22','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(13229,'4000','221750269454','2025-06-18 20:57:34',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(13230,'4000','221750269454','2025-06-18 20:57:39',NULL,50.00,'','22','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(13231,'4000','221750269454','2025-06-18 20:57:49',NULL,350.00,'','22','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(13232,'4000','221750269454','2025-06-18 21:05:46',NULL,50.00,'','22','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(13233,'1000','181750272928','2025-06-18 21:55:42',120.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13234,'4000','181750272928','2025-06-18 21:55:42',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13235,'4000','181750272928','2025-06-18 21:55:28',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13236,'4000','181750272928','2025-06-18 21:55:31',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13237,'4000','181750272928','2025-06-18 21:55:35',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13238,'1000','181750273342','2025-06-18 22:02:23',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13239,'4000','181750273342','2025-06-18 22:02:23',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(13240,'1000','181750275430','2025-06-18 22:37:12',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13241,'4000','181750275430','2025-06-18 22:37:12',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(13242,'1000','181750275463','2025-06-18 22:38:27',160.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13243,'4000','181750275463','2025-06-18 22:38:27',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(13244,'4000','181750275463','2025-06-18 22:37:43',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(13245,'4000','181750275463','2025-06-18 22:37:46',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(13246,'4000','181750275463','2025-06-18 22:37:50',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(13247,'4000','181750275463','2025-06-18 22:37:53',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(13248,'4000','181750275463','2025-06-18 22:38:11',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(13249,'4000','181750275463','2025-06-18 22:38:14',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(13250,'4000','181750275463','2025-06-18 22:38:22',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(13251,'1000','181750275623','2025-06-18 22:40:29',40.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13252,'4000','181750275623','2025-06-18 22:40:29',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(13253,'4000','181750275623','2025-06-18 22:40:23',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(13254,'1000','181750305532','2025-06-19 06:59:36',170.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13255,'4000','181750305532','2025-06-19 06:59:36',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13256,'4000','181750305532','2025-06-19 06:58:52',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13257,'4000','181750305532','2025-06-19 06:59:18',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(13258,'4000','181750305532','2025-06-19 06:59:29',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(13259,'4000','181750305532','2025-06-19 06:59:32',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13260,'1000','181750309685','2025-06-19 08:08:06',20.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13261,'4000','181750309685','2025-06-19 08:08:06',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(13262,'1000','181750312560','2025-06-19 08:56:01',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13263,'4000','181750312560','2025-06-19 08:56:01',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13264,'1000','191750317974','2025-06-19 10:26:31',30.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13265,'4000','191750317974','2025-06-19 10:26:31',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13266,'1000','221750318557','2025-06-19 10:35:59',30.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13267,'4000','221750318557','2025-06-19 10:35:59',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13268,'1000','191750318679','2025-06-19 10:38:02',30.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13269,'4000','191750318679','2025-06-19 10:38:02',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13274,'1000','191750322902','2025-06-19 11:49:28',180.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13275,'4000','191750322902','2025-06-19 11:49:28',NULL,150.00,'','19','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(13276,'4000','191750322902','2025-06-19 11:48:22',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13277,'1110','191750323726','2025-06-19 12:02:45',NULL,1.00,'','19','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(13278,'1110','191750323726','2025-06-19 12:02:06',NULL,0.00,'','19','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(13279,'5500','191750323726','2025-06-19 12:02:43',1.00,NULL,'','19','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13280,'1000','191750323726','2025-06-19 12:02:45',150.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13281,'4000','191750323726','2025-06-19 12:02:45',NULL,100.00,'','19','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(13282,'4000','191750323726','2025-06-19 12:02:06',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13283,'1110','191750323790','2025-06-19 12:03:32',NULL,0.00,'','19','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(13284,'1110','191750323790','2025-06-19 12:03:10',NULL,1.00,'','19','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(13285,'5500','191750323790','2025-06-19 12:03:30',1.00,NULL,'','19','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13286,'1000','191750323790','2025-06-19 12:03:32',150.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13287,'4000','191750323790','2025-06-19 12:03:32',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13288,'4000','191750323790','2025-06-19 12:03:10',NULL,100.00,'','19','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(13289,'1000','191750324042','2025-06-19 12:07:24',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13290,'4000','191750324042','2025-06-19 12:07:24',NULL,50.00,'','19','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(13291,'1000','191750324095','2025-06-19 12:08:17',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13292,'4000','191750324095','2025-06-19 12:08:17',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13293,'1000','191750325384','2025-06-19 12:29:46',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13294,'4000','191750325384','2025-06-19 12:29:46',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13295,'1000','191750323249','2025-06-19 11:54:10',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13296,'4000','191750323249','2025-06-19 11:54:10',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13297,'1000','191750325932','2025-06-19 12:38:54',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13298,'4000','191750325932','2025-06-19 12:38:54',NULL,50.00,'','19','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(13299,'1000','191750329025','2025-06-19 13:30:29',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13300,'4000','191750329025','2025-06-19 13:30:29',NULL,50.00,'','19','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(13301,'1000','191750329184','2025-06-19 13:33:14',400.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13302,'4000','191750329184','2025-06-19 13:33:14',NULL,200.00,'','19','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(13303,'4000','191750329184','2025-06-19 13:33:04',NULL,200.00,'','19','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(13315,'1000','221750329547','2025-06-19 13:39:15',450.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13316,'4000','221750329547','2025-06-19 13:39:15',NULL,200.00,'','22','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(13317,'4000','221750329547','2025-06-19 13:39:07',NULL,200.00,'','22','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(13318,'4000','221750329547','2025-06-19 13:39:14',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13319,'1000','191750332082','2025-06-19 14:22:13',500.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13320,'4000','191750332082','2025-06-19 14:22:13',NULL,150.00,'','19','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(13321,'4000','191750332082','2025-06-19 14:21:22',NULL,150.00,'','19','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(13322,'4000','191750332082','2025-06-19 14:21:27',NULL,100.00,'','19','1','Good sold','1','','sales','75','','No',NULL,NULL,''),(13323,'4000','191750332082','2025-06-19 14:21:41',NULL,100.00,'','19','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(13328,'1000','221750330719','2025-06-19 13:58:50',830.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13329,'4000','221750330719','2025-06-19 13:58:50',NULL,300.00,'','22','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(13330,'4000','221750330719','2025-06-19 13:58:39',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(13331,'4000','221750330719','2025-06-19 13:58:49',NULL,350.00,'','22','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(13332,'4000','221750330719','2025-06-19 14:17:40',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13333,'4000','221750330719','2025-06-19 14:18:06',NULL,100.00,'','22','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(13334,'1000','191750333378','2025-06-19 14:43:15',1050.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13335,'4000','191750333378','2025-06-19 14:43:15',NULL,600.00,'','19','1','Good sold','1','','sales','26','','No',NULL,NULL,''),(13336,'4000','191750333378','2025-06-19 14:42:58',NULL,50.00,'','19','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(13337,'4000','191750333378','2025-06-19 14:43:03',NULL,200.00,'','19','1','Good sold','1','','sales','43','','No',NULL,NULL,''),(13338,'4000','191750333378','2025-06-19 14:43:14',NULL,100.00,'','19','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(13339,'4000','191750333378','2025-06-19 14:49:02',NULL,100.00,'','19','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(13340,'1000','191750334187','2025-06-19 14:57:06',880.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13341,'4000','191750334187','2025-06-19 14:57:06',NULL,150.00,'','19','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(13342,'4000','191750334187','2025-06-19 14:56:27',NULL,350.00,'','19','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(13343,'4000','191750334187','2025-06-19 14:56:39',NULL,100.00,'','19','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(13344,'4000','191750334187','2025-06-19 14:56:50',NULL,280.00,'','19','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(13345,'1000','191750335174','2025-06-19 15:13:26',600.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13346,'4000','191750335174','2025-06-19 15:13:26',NULL,150.00,'','19','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(13347,'4000','191750335174','2025-06-19 15:12:54',NULL,350.00,'','19','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(13348,'4000','191750335174','2025-06-19 15:13:08',NULL,100.00,'','19','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(13349,'1000','191750335571','2025-06-19 15:19:47',500.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13350,'4000','191750335571','2025-06-19 15:19:47',NULL,250.00,'','19','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(13351,'4000','191750335571','2025-06-19 15:19:31',NULL,250.00,'','19','1','Good sold','1','','sales','69','','No',NULL,NULL,''),(13352,'1110','221750335632','2025-06-19 15:20:33',NULL,30.00,'','22','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(13353,'5500','221750335632','2025-06-19 15:20:32',30.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13354,'1000','221750335632','2025-06-19 15:20:33',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13355,'4000','221750335632','2025-06-19 15:20:33',NULL,50.00,'','22','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(13356,'1000','191750335837','2025-06-19 15:24:00',200.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13357,'4000','191750335837','2025-06-19 15:24:00',NULL,200.00,'','19','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(13358,'1000','221750338497','2025-06-19 16:08:51',70.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13359,'4000','221750338497','2025-06-19 16:08:51',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13360,'4000','221750338497','2025-06-19 16:08:17',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(13361,'1000','221750338805','2025-06-19 16:13:48',80.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13362,'4000','221750338805','2025-06-19 16:13:48',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13363,'4000','221750338805','2025-06-19 16:13:25',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13364,'1000','221750338936','2025-06-19 16:15:46',300.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13365,'4000','221750338936','2025-06-19 16:15:46',NULL,150.00,'','22','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(13366,'4000','221750338936','2025-06-19 16:15:37',NULL,150.00,'','22','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(13367,'1000','191750340942','2025-06-19 16:49:04',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13368,'4000','191750340942','2025-06-19 16:49:04',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13369,'1000','221750341297','2025-06-19 16:54:59',30.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13370,'4000','221750341297','2025-06-19 16:54:59',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13373,'1000','221750342409','2025-06-19 17:13:45',250.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13374,'4000','221750342409','2025-06-19 17:13:45',NULL,150.00,'','22','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(13375,'4000','221750342409','2025-06-19 17:13:29',NULL,100.00,'','22','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(13376,'1000','191750342732','2025-06-19 17:23:53',430.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13377,'4000','191750342732','2025-06-19 17:23:53',NULL,50.00,'','19','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(13378,'4000','191750342732','2025-06-19 17:18:52',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(13379,'4000','191750342732','2025-06-19 17:19:03',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(13380,'4000','191750342732','2025-06-19 17:23:03',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(13381,'4000','191750342732','2025-06-19 17:23:13',NULL,100.00,'','19','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(13382,'4000','191750342732','2025-06-19 17:23:43',NULL,100.00,'','19','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(13383,'1000','221750343130','2025-06-19 17:25:36',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13384,'4000','221750343130','2025-06-19 17:25:36',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13385,'4000','221750343130','2025-06-19 17:25:30',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13391,'1000','221750343899','2025-06-19 17:38:39',80.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13392,'4000','221750343899','2025-06-19 17:38:39',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13393,'4000','221750343899','2025-06-19 17:38:19',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13394,'1000','221750342099','2025-06-19 17:08:22',250.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13395,'4000','221750342099','2025-06-19 17:08:22',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13396,'4000','221750342099','2025-06-19 17:08:19',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(13397,'4000','221750342099','2025-06-19 17:34:15',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(13398,'4000','221750342099','2025-06-19 17:34:37',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13399,'4000','221750342099','2025-06-19 17:35:00',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13402,'1000','221750345078','2025-06-19 18:02:43',400.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13403,'4000','221750345078','2025-06-19 18:02:43',NULL,150.00,'','22','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(13404,'4000','221750345078','2025-06-19 17:57:58',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13405,'4000','221750345078','2025-06-19 17:58:12',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(13406,'4000','221750345078','2025-06-19 17:58:44',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13407,'4000','221750345078','2025-06-19 18:02:28',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13408,'4000','221750345078','2025-06-19 18:02:34',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13409,'1000','221750346752','2025-06-19 18:27:34',160.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13410,'4000','221750346752','2025-06-19 18:27:34',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13411,'4000','221750346752','2025-06-19 18:25:52',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13412,'4000','221750346752','2025-06-19 18:26:35',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(13413,'1000','191750347365','2025-06-19 18:38:31',580.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13414,'4000','191750347365','2025-06-19 18:38:31',NULL,150.00,'','19','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(13415,'4000','191750347365','2025-06-19 18:36:05',NULL,150.00,'','19','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(13416,'4000','191750347365','2025-06-19 18:36:08',NULL,50.00,'','19','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(13417,'4000','191750347365','2025-06-19 18:36:54',NULL,50.00,'','19','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(13418,'4000','191750347365','2025-06-19 18:37:31',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13419,'4000','191750347365','2025-06-19 18:37:44',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13420,'4000','191750347365','2025-06-19 18:37:55',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13421,'4000','191750347365','2025-06-19 18:38:07',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13422,'1000','221750345011','2025-06-19 17:56:54',250.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13423,'4000','221750345011','2025-06-19 17:56:54',NULL,150.00,'','22','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(13424,'4000','221750345011','2025-06-19 17:56:51',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13425,'4000','221750345011','2025-06-19 18:42:16',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13430,'1000','221750348668','2025-06-19 18:57:51',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13431,'4000','221750348668','2025-06-19 18:57:51',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13436,'1000','221750349471','2025-06-19 19:11:13',180.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13437,'4000','221750349471','2025-06-19 19:11:13',NULL,180.00,'','22','1','Good sold','1','','sales','45','','No',NULL,NULL,''),(13438,'1000','221750347933','2025-06-19 18:46:02',260.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13439,'4000','221750347933','2025-06-19 18:46:02',NULL,50.00,'','22','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(13440,'4000','221750347933','2025-06-19 18:45:33',NULL,100.00,'','22','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(13441,'4000','221750347933','2025-06-19 18:45:41',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(13442,'4000','221750347933','2025-06-19 18:46:00',NULL,50.00,'','22','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(13443,'1000','221750349067','2025-06-19 19:08:50',580.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13444,'4000','221750349067','2025-06-19 19:08:50',NULL,200.00,'','22','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(13445,'4000','221750349067','2025-06-19 19:04:27',NULL,150.00,'','22','1','Good sold','1','','sales','87','','No',NULL,NULL,''),(13446,'4000','221750349067','2025-06-19 19:06:30',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13447,'4000','221750349067','2025-06-19 19:08:48',NULL,180.00,'','22','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13448,'1000','221750350116','2025-06-19 19:22:03',40.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13449,'4000','221750350116','2025-06-19 19:22:03',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(13450,'4000','221750350116','2025-06-19 19:21:56',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(13451,'1000','221750353056','2025-06-19 20:12:44',780.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13452,'4000','221750353056','2025-06-19 20:12:44',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13453,'4000','221750353056','2025-06-19 20:10:56',NULL,300.00,'','22','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(13454,'4000','221750353056','2025-06-19 20:11:06',NULL,350.00,'','22','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(13455,'4000','221750353056','2025-06-19 20:11:31',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13456,'4000','221750353056','2025-06-19 20:11:49',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13459,'1000','221750353551','2025-06-19 20:20:14',110.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13460,'4000','221750353551','2025-06-19 20:20:14',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(13461,'4000','221750353551','2025-06-19 20:19:11',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13464,'1000','191750353517','2025-06-19 20:18:41',250.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13465,'4000','191750353517','2025-06-19 20:18:41',NULL,150.00,'','19','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(13466,'4000','191750353517','2025-06-19 20:18:37',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13467,'4000','191750353517','2025-06-19 20:41:30',NULL,50.00,'','19','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(13473,'1000','191750354966','2025-06-19 20:42:58',200.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13474,'4000','191750354966','2025-06-19 20:42:58',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13475,'4000','191750354966','2025-06-19 20:42:46',NULL,150.00,'','19','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(13476,'1000','221750354119','2025-06-19 20:28:41',480.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13477,'4000','221750354119','2025-06-19 20:28:41',NULL,200.00,'','22','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(13478,'4000','221750354119','2025-06-19 20:28:39',NULL,130.00,'','22','1','Good sold','1','','sales','24','','No',NULL,NULL,''),(13479,'4000','221750354119','2025-06-19 21:04:45',NULL,150.00,'','22','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(13480,'1000','191750355093','2025-06-19 20:44:54',100.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13481,'4000','191750355093','2025-06-19 20:44:54',NULL,50.00,'','19','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(13482,'4000','191750355093','2025-06-19 20:44:53',NULL,50.00,'','19','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(13483,'1000','221750356962','2025-06-19 21:16:03',180.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13484,'4000','221750356962','2025-06-19 21:16:03',NULL,180.00,'','22','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13485,'1000','221750357211','2025-06-19 21:20:13',20.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13486,'4000','221750357211','2025-06-19 21:20:13',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(13487,'1000','181750358797','2025-06-19 21:46:42',60.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13488,'4000','181750358797','2025-06-19 21:46:42',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13489,'4000','181750358797','2025-06-19 21:46:37',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13490,'1000','181750358951','2025-06-19 21:49:36',130.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13491,'4000','181750358951','2025-06-19 21:49:36',NULL,50.00,'','18','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(13492,'4000','181750358951','2025-06-19 21:49:11',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(13493,'4000','181750358951','2025-06-19 21:49:23',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(13494,'4000','181750358951','2025-06-19 21:49:26',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(13495,'4000','181750358951','2025-06-19 21:49:30',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(13496,'1000','181750361289','2025-06-19 22:28:17',60.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13497,'4000','181750361289','2025-06-19 22:28:17',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(13498,'4000','181750361289','2025-06-19 22:28:09',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(13499,'4000','181750361289','2025-06-19 22:28:12',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(13500,'1000','181750361439','2025-06-19 22:31:31',750.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13501,'4000','181750361439','2025-06-19 22:31:31',NULL,200.00,'','18','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(13502,'4000','181750361439','2025-06-19 22:30:39',NULL,200.00,'','18','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(13503,'4000','181750361439','2025-06-19 22:30:43',NULL,200.00,'','18','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(13504,'4000','181750361439','2025-06-19 22:30:46',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13505,'4000','181750361439','2025-06-19 22:31:23',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13506,'4000','181750361439','2025-06-19 22:31:26',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13507,'1000','181750361547','2025-06-19 22:32:29',20.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13508,'4000','181750361547','2025-06-19 22:32:29',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(13509,'1000','181750362757','2025-06-19 22:52:38',80.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13510,'4000','181750362757','2025-06-19 22:52:38',NULL,80.00,'','18','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(13511,'1000','181750362783','2025-06-19 22:53:12',530.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13512,'4000','181750362783','2025-06-19 22:53:12',NULL,280.00,'','18','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(13513,'4000','181750362783','2025-06-19 22:53:03',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(13514,'4000','181750362783','2025-06-19 22:53:07',NULL,200.00,'','18','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(13515,'1000','181750366226','2025-06-19 23:50:30',380.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13516,'4000','181750366226','2025-06-19 23:50:30',NULL,280.00,'','18','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(13517,'4000','181750366226','2025-06-19 23:50:26',NULL,100.00,'','18','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(13518,'1000','181750377090','2025-06-20 02:51:59',160.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13519,'4000','181750377090','2025-06-20 02:51:59',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13520,'4000','181750377090','2025-06-20 02:51:30',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13521,'4000','181750377090','2025-06-20 02:51:33',NULL,50.00,'','18','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(13522,'4000','181750377090','2025-06-20 02:51:41',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13523,'1000','181750393945','2025-06-20 07:32:45',160.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13524,'4000','181750393945','2025-06-20 07:32:45',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13525,'4000','181750393945','2025-06-20 07:32:25',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13526,'4000','181750393945','2025-06-20 07:32:28',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(13527,'4000','181750393945','2025-06-20 07:32:37',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(13528,'4000','181750393945','2025-06-20 07:32:40',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(13529,'1000','181750394703','2025-06-20 07:45:05',20.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13530,'4000','181750394703','2025-06-20 07:45:05',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(13531,'1000','191750405355','2025-06-20 10:42:37',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13532,'4000','191750405355','2025-06-20 10:42:37',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13535,'1000','191750407071','2025-06-20 11:11:12',30.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13536,'4000','191750407071','2025-06-20 11:11:12',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13537,'1000','191750407057','2025-06-20 11:10:59',60.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13538,'4000','191750407057','2025-06-20 11:10:59',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13539,'4000','191750407057','2025-06-20 11:10:57',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13540,'1000','191750407348','2025-06-20 11:17:05',80.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13541,'4000','191750407348','2025-06-20 11:17:05',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13542,'4000','191750407348','2025-06-20 11:15:48',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13545,'1000','191750407520','2025-06-20 11:18:41',210.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13546,'4000','191750407520','2025-06-20 11:18:41',NULL,150.00,'','19','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(13547,'4000','191750407520','2025-06-20 11:18:40',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(13548,'1110','191750411029','2025-06-20 12:17:32',NULL,0.00,'','19','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(13549,'1110','191750411029','2025-06-20 12:17:09',NULL,0.00,'','19','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(13550,'1110','191750411029','2025-06-20 12:17:13',NULL,1.00,'','19','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(13551,'1110','191750411029','2025-06-20 12:17:25',NULL,1.00,'','19','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(13552,'5500','191750411029','2025-06-20 12:17:31',2.00,NULL,'','19','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13553,'1000','191750411029','2025-06-20 12:17:32',300.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13554,'4000','191750411029','2025-06-20 12:17:32',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13555,'4000','191750411029','2025-06-20 12:17:09',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13556,'4000','191750411029','2025-06-20 12:17:13',NULL,100.00,'','19','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(13557,'4000','191750411029','2025-06-20 12:17:25',NULL,100.00,'','19','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(13558,'1000','191750414159','2025-06-20 13:09:20',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13559,'4000','191750414159','2025-06-20 13:09:20',NULL,50.00,'','19','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(13560,'1000','191750415200','2025-06-20 13:26:44',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13561,'4000','191750415200','2025-06-20 13:26:44',NULL,50.00,'','19','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(13562,'1000','81750417372','2025-06-20 14:02:54',30.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13563,'4000','81750417372','2025-06-20 14:02:54',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13564,'1000','81750417781','2025-06-20 14:09:43',50.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13565,'4000','81750417781','2025-06-20 14:09:43',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(13577,'1000','81750423637','2025-06-20 15:47:20',200.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13578,'4000','81750423637','2025-06-20 15:47:20',NULL,200.00,'','8','1','Good sold','1','','sales','43','','No',NULL,NULL,''),(13579,'1000','81750423971','2025-06-20 15:52:57',100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13580,'4000','81750423971','2025-06-20 15:52:57',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13581,'4000','81750423971','2025-06-20 15:52:51',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13582,'1000','191750424148','2025-06-20 15:56:29',880.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13583,'4000','191750424148','2025-06-20 15:56:29',NULL,250.00,'','19','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(13584,'4000','191750424148','2025-06-20 15:55:48',NULL,50.00,'','19','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(13585,'4000','191750424148','2025-06-20 15:55:58',NULL,200.00,'','19','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(13586,'4000','191750424148','2025-06-20 15:56:15',NULL,280.00,'','19','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(13587,'4000','191750424148','2025-06-20 15:56:23',NULL,100.00,'','19','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(13588,'1000','191750424503','2025-06-20 16:01:45',200.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13589,'4000','191750424503','2025-06-20 16:01:45',NULL,200.00,'','19','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(13590,'1000','81750422850','2025-06-20 15:34:21',510.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13591,'4000','81750422850','2025-06-20 15:34:21',NULL,180.00,'','8','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(13592,'4000','81750422850','2025-06-20 15:34:10',NULL,280.00,'','8','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(13593,'4000','81750422850','2025-06-20 15:34:20',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(13594,'1000','81750422029','2025-06-20 15:20:37',1010.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13595,'4000','81750422029','2025-06-20 15:20:37',NULL,200.00,'','8','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(13596,'4000','81750422029','2025-06-20 15:20:29',NULL,200.00,'','8','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(13597,'4000','81750422029','2025-06-20 15:20:34',NULL,280.00,'','8','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(13598,'4000','81750422029','2025-06-20 15:32:09',NULL,50.00,'','8','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(13599,'4000','81750422029','2025-06-20 15:32:24',NULL,280.00,'','8','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(13600,'1000','191750425748','2025-06-20 16:22:38',100.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13601,'4000','191750425748','2025-06-20 16:22:38',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13602,'4000','191750425748','2025-06-20 16:22:28',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13603,'1000','191750426288','2025-06-20 16:31:32',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13604,'4000','191750426288','2025-06-20 16:31:32',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13605,'1000','191750426546','2025-06-20 16:35:54',330.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13606,'4000','191750426546','2025-06-20 16:35:54',NULL,280.00,'','19','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(13607,'4000','191750426546','2025-06-20 16:35:46',NULL,50.00,'','19','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(13608,'1000','191750428628','2025-06-20 17:10:46',130.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13609,'4000','191750428628','2025-06-20 17:10:46',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13610,'4000','191750428628','2025-06-20 17:10:28',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13611,'4000','191750428628','2025-06-20 17:10:33',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13612,'1000','81750431060','2025-06-20 17:51:05',100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13613,'4000','81750431060','2025-06-20 17:51:05',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13614,'4000','81750431060','2025-06-20 17:51:00',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13615,'1110','81750431122','2025-06-20 17:52:04',NULL,30.00,'','8','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(13616,'5500','81750431122','2025-06-20 17:52:02',30.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13617,'1000','81750431122','2025-06-20 17:52:04',50.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13618,'4000','81750431122','2025-06-20 17:52:04',NULL,50.00,'','8','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(13622,'1000','81750431741','2025-06-20 18:02:25',150.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13623,'4000','81750431741','2025-06-20 18:02:25',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(13624,'1000','81750432677','2025-06-20 18:18:06',100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13625,'4000','81750432677','2025-06-20 18:18:06',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13626,'4000','81750432677','2025-06-20 18:17:57',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13627,'1000','81750432731','2025-06-20 18:19:06',150.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13628,'4000','81750432731','2025-06-20 18:19:06',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13629,'4000','81750432731','2025-06-20 18:18:51',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13630,'4000','81750432731','2025-06-20 18:19:00',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13631,'1000','191750431460','2025-06-20 17:58:04',700.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13632,'4000','191750431460','2025-06-20 17:58:04',NULL,150.00,'','19','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(13633,'4000','191750431460','2025-06-20 17:57:40',NULL,200.00,'','19','1','Good sold','1','','sales','84','','No',NULL,NULL,''),(13634,'4000','191750431460','2025-06-20 17:57:57',NULL,200.00,'','19','1','Good sold','1','','sales','84','','No',NULL,NULL,''),(13635,'4000','191750431460','2025-06-20 18:27:36',NULL,150.00,'','19','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(13636,'1000','191750435659','2025-06-20 19:10:33',480.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13637,'4000','191750435659','2025-06-20 19:10:33',NULL,300.00,'','19','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(13638,'4000','191750435659','2025-06-20 19:07:39',NULL,180.00,'','19','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13639,'1000','191750439144','2025-06-20 20:05:47',150.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13640,'4000','191750439144','2025-06-20 20:05:47',NULL,150.00,'','19','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(13641,'1000','81750439772','2025-06-20 20:17:54',350.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13642,'4000','81750439772','2025-06-20 20:17:54',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13643,'4000','81750439772','2025-06-20 20:16:12',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13644,'4000','81750439772','2025-06-20 20:16:22',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13645,'4000','81750439772','2025-06-20 20:16:33',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13646,'4000','81750439772','2025-06-20 20:16:50',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13647,'4000','81750439772','2025-06-20 20:17:01',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13648,'4000','81750439772','2025-06-20 20:17:39',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13653,'1000','81750439932','2025-06-20 20:19:17',550.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13654,'4000','81750439932','2025-06-20 20:19:17',NULL,280.00,'','8','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(13655,'4000','81750439932','2025-06-20 20:18:52',NULL,50.00,'','8','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(13656,'4000','81750439932','2025-06-20 20:18:57',NULL,100.00,'','8','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(13657,'4000','81750439932','2025-06-20 20:19:14',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(13658,'4000','81750439932','2025-06-20 20:27:53',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(13665,'1000','191750441485','2025-06-20 20:44:53',350.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13666,'4000','191750441485','2025-06-20 20:44:53',NULL,150.00,'','19','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(13667,'4000','191750441485','2025-06-20 20:44:45',NULL,150.00,'','19','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(13668,'4000','191750441485','2025-06-20 20:44:51',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13669,'1000','191750442532','2025-06-20 21:02:57',150.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13670,'4000','191750442532','2025-06-20 21:02:57',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13671,'4000','191750442532','2025-06-20 21:02:12',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13672,'4000','191750442532','2025-06-20 21:02:27',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13673,'4000','191750442532','2025-06-20 21:02:35',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(13674,'4000','191750442532','2025-06-20 21:02:41',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(13675,'4000','191750442532','2025-06-20 21:02:48',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(13676,'1000','81750441560','2025-06-20 20:46:04',790.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13677,'4000','81750441560','2025-06-20 20:46:04',NULL,100.00,'','8','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(13678,'4000','81750441560','2025-06-20 20:46:00',NULL,100.00,'','8','1','Good sold','1','','sales','75','','No',NULL,NULL,''),(13679,'4000','81750441560','2025-06-20 20:46:02',NULL,130.00,'','8','1','Good sold','1','','sales','24','','No',NULL,NULL,''),(13680,'4000','81750441560','2025-06-20 21:07:08',NULL,130.00,'','8','1','Good sold','1','','sales','24','','No',NULL,NULL,''),(13681,'4000','81750441560','2025-06-20 21:07:10',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(13682,'4000','81750441560','2025-06-20 21:07:16',NULL,180.00,'','8','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(13683,'1000','181750444207','2025-06-20 21:30:39',240.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13684,'4000','181750444207','2025-06-20 21:30:39',NULL,100.00,'','18','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(13685,'4000','181750444207','2025-06-20 21:30:07',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(13686,'4000','181750444207','2025-06-20 21:30:22',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(13687,'4000','181750444207','2025-06-20 21:30:31',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13688,'1000','181750445354','2025-06-20 21:49:28',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13689,'4000','181750445354','2025-06-20 21:49:28',NULL,100.00,'','18','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(13690,'4000','181750445354','2025-06-20 21:49:14',NULL,50.00,'','18','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(13691,'1000','181750447092','2025-06-20 22:18:20',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13692,'4000','181750447092','2025-06-20 22:18:20',NULL,100.00,'','18','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(13693,'4000','181750447092','2025-06-20 22:18:12',NULL,50.00,'','18','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(13694,'1000','191750487617','2025-06-21 09:33:38',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13695,'4000','191750487617','2025-06-21 09:33:38',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13696,'1000','191750487648','2025-06-21 09:34:09',30.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13697,'4000','191750487648','2025-06-21 09:34:09',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13698,'1000','191750489613','2025-06-21 10:06:55',30.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13699,'4000','191750489613','2025-06-21 10:06:55',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13700,'1000','191750490045','2025-06-21 10:14:07',30.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13701,'4000','191750490045','2025-06-21 10:14:07',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13702,'1000','191750491988','2025-06-21 10:47:04',250.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13703,'4000','191750491988','2025-06-21 10:47:04',NULL,150.00,'','19','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(13704,'4000','191750491988','2025-06-21 10:46:28',NULL,50.00,'','19','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(13705,'4000','191750491988','2025-06-21 10:46:59',NULL,50.00,'','19','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(13706,'1000','81750495668','2025-06-21 11:48:25',280.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13707,'4000','81750495668','2025-06-21 11:48:25',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(13708,'4000','81750495668','2025-06-21 11:47:48',NULL,130.00,'','8','1','Good sold','1','','sales','24','','No',NULL,NULL,''),(13709,'1000','191750497170','2025-06-21 12:14:50',1560.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13710,'4000','191750497170','2025-06-21 12:14:50',NULL,600.00,'','19','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(13711,'4000','191750497170','2025-06-21 12:12:50',NULL,560.00,'','19','1','Good sold','1','','sales','35','','No',NULL,NULL,''),(13712,'4000','191750497170','2025-06-21 12:13:08',NULL,50.00,'','19','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(13713,'4000','191750497170','2025-06-21 12:13:30',NULL,50.00,'','19','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(13714,'4000','191750497170','2025-06-21 12:13:38',NULL,150.00,'','19','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(13715,'4000','191750497170','2025-06-21 12:13:57',NULL,50.00,'','19','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(13716,'4000','191750497170','2025-06-21 12:14:29',NULL,50.00,'','19','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(13717,'4000','191750497170','2025-06-21 12:14:41',NULL,50.00,'','19','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(13718,'1000','191750497511','2025-06-21 12:18:48',210.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13719,'4000','191750497511','2025-06-21 12:18:48',NULL,150.00,'','19','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(13720,'4000','191750497511','2025-06-21 12:18:32',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(13721,'1000','81750500892','2025-06-21 13:15:20',80.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13722,'4000','81750500892','2025-06-21 13:15:20',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13723,'4000','81750500892','2025-06-21 13:14:52',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13724,'1000','191750501619','2025-06-21 13:27:06',200.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13725,'4000','191750501619','2025-06-21 13:27:06',NULL,200.00,'','19','1','Good sold','1','','sales','43','','No',NULL,NULL,''),(13726,'1000','191750502790','2025-06-21 13:46:35',150.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13727,'4000','191750502790','2025-06-21 13:46:35',NULL,150.00,'','19','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(13728,'1000','191750503562','2025-06-21 13:59:25',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13729,'4000','191750503562','2025-06-21 13:59:25',NULL,50.00,'','19','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(13730,'1000','81750504890','2025-06-21 14:21:44',350.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13731,'4000','81750504890','2025-06-21 14:21:44',NULL,300.00,'','8','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(13732,'4000','81750504890','2025-06-21 14:21:31',NULL,50.00,'','8','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(13733,'1000','191750505602','2025-06-21 14:34:37',320.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13734,'4000','191750505602','2025-06-21 14:34:37',NULL,150.00,'','19','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(13735,'4000','191750505602','2025-06-21 14:33:22',NULL,100.00,'','19','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(13736,'4000','191750505602','2025-06-21 14:33:36',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13737,'4000','191750505602','2025-06-21 14:34:07',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(13738,'1000','191750509796','2025-06-21 15:43:37',200.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13739,'4000','191750509796','2025-06-21 15:43:37',NULL,200.00,'','19','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(13740,'1000','81750510727','2025-06-21 16:05:55',330.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13741,'4000','81750510727','2025-06-21 16:05:55',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13742,'4000','81750510727','2025-06-21 15:58:48',NULL,100.00,'','8','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(13743,'4000','81750510727','2025-06-21 15:59:12',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(13744,'4000','81750510727','2025-06-21 15:59:44',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(13745,'4000','81750510727','2025-06-21 15:59:53',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(13746,'1000','81750512398','2025-06-21 16:28:22',80.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13747,'4000','81750512398','2025-06-21 16:28:22',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13748,'4000','81750512398','2025-06-21 16:26:39',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13749,'1000','81750513521','2025-06-21 16:45:25',50.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13750,'4000','81750513521','2025-06-21 16:45:25',NULL,50.00,'','8','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(13751,'1000','191750516110','2025-06-21 17:28:47',100.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13752,'4000','191750516110','2025-06-21 17:28:47',NULL,50.00,'','19','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(13753,'4000','191750516110','2025-06-21 17:28:30',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13754,'1000','81750516721','2025-06-21 17:38:44',50.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13755,'4000','81750516721','2025-06-21 17:38:44',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13756,'1000','191750517050','2025-06-21 17:44:16',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13757,'4000','191750517050','2025-06-21 17:44:16',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13761,'1000','81750517526','2025-06-21 17:52:26',210.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13762,'4000','81750517526','2025-06-21 17:52:26',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(13763,'4000','81750517526','2025-06-21 17:52:06',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(13764,'1000','81750517319','2025-06-21 17:48:55',400.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13765,'4000','81750517319','2025-06-21 17:48:55',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(13766,'4000','81750517319','2025-06-21 17:48:39',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(13767,'4000','81750517319','2025-06-21 17:48:50',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(13768,'4000','81750517319','2025-06-21 18:14:02',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(13769,'1110','81750518938','2025-06-21 18:17:22',NULL,0.00,'','8','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(13770,'1110','81750518938','2025-06-21 18:15:38',NULL,0.00,'','8','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(13771,'1110','81750518938','2025-06-21 18:15:51',NULL,0.00,'','8','1','Inventory sold','1','','sales','7','','No',NULL,NULL,''),(13772,'1110','81750518938','2025-06-21 18:16:01',NULL,1.00,'','8','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(13773,'1110','81750518938','2025-06-21 18:16:09',NULL,1.00,'','8','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(13774,'1110','81750518938','2025-06-21 18:16:16',NULL,0.00,'','8','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(13775,'1110','81750518938','2025-06-21 18:16:47',NULL,0.00,'','8','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(13776,'5500','81750518938','2025-06-21 18:17:16',2.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13777,'1000','81750518938','2025-06-21 18:17:22',470.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13778,'4000','81750518938','2025-06-21 18:17:22',NULL,50.00,'','8','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(13779,'4000','81750518938','2025-06-21 18:15:38',NULL,50.00,'','8','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(13780,'4000','81750518938','2025-06-21 18:15:51',NULL,20.00,'','8','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(13781,'4000','81750518938','2025-06-21 18:16:01',NULL,100.00,'','8','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(13782,'4000','81750518938','2025-06-21 18:16:09',NULL,100.00,'','8','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(13783,'4000','81750518938','2025-06-21 18:16:16',NULL,100.00,'','8','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(13784,'4000','81750518938','2025-06-21 18:16:47',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13785,'1000','191750519486','2025-06-21 18:25:07',150.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13786,'4000','191750519486','2025-06-21 18:25:07',NULL,50.00,'','19','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(13787,'4000','191750519486','2025-06-21 18:24:46',NULL,50.00,'','19','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(13788,'4000','191750519486','2025-06-21 18:24:58',NULL,50.00,'','19','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(13789,'1000','191750519595','2025-06-21 18:26:36',100.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13790,'4000','191750519595','2025-06-21 18:26:36',NULL,100.00,'','19','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(13791,'1000','191750521377','2025-06-21 18:56:37',80.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13792,'4000','191750521377','2025-06-21 18:56:37',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13793,'4000','191750521377','2025-06-21 18:56:17',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13794,'1000','81750521782','2025-06-21 19:03:13',50.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13795,'4000','81750521782','2025-06-21 19:03:13',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13799,'1000','81750522431','2025-06-21 19:14:15',400.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13800,'4000','81750522431','2025-06-21 19:14:15',NULL,300.00,'','8','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(13801,'4000','81750522431','2025-06-21 19:13:52',NULL,50.00,'','8','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(13802,'4000','81750522431','2025-06-21 19:14:10',NULL,50.00,'','8','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(13803,'1000','81750524517','2025-06-21 19:51:29',400.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13804,'4000','81750524517','2025-06-21 19:51:29',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13805,'4000','81750524517','2025-06-21 19:48:37',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13806,'4000','81750524517','2025-06-21 19:48:54',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13807,'4000','81750524517','2025-06-21 19:50:00',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13808,'4000','81750524517','2025-06-21 19:50:24',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13809,'4000','81750524517','2025-06-21 19:50:42',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13810,'4000','81750524517','2025-06-21 19:51:03',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13811,'4000','81750524517','2025-06-21 19:51:13',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13812,'1000','191750524971','2025-06-21 19:56:34',360.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13813,'4000','191750524971','2025-06-21 19:56:34',NULL,180.00,'','19','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(13814,'4000','191750524971','2025-06-21 19:56:12',NULL,180.00,'','19','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(13815,'1000','191750526753','2025-06-21 20:26:17',130.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13816,'4000','191750526753','2025-06-21 20:26:17',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13817,'4000','191750526753','2025-06-21 20:25:53',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13818,'4000','191750526753','2025-06-21 20:26:00',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13819,'1000','81750526833','2025-06-21 20:27:19',100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13820,'4000','81750526833','2025-06-21 20:27:19',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13821,'4000','81750526833','2025-06-21 20:27:13',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13822,'1000','81750527184','2025-06-21 20:33:06',100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13823,'4000','81750527184','2025-06-21 20:33:06',NULL,100.00,'','8','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(13824,'1000','191750528270','2025-06-21 20:51:41',150.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13825,'4000','191750528270','2025-06-21 20:51:41',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13826,'4000','191750528270','2025-06-21 20:51:10',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13827,'4000','191750528270','2025-06-21 20:51:18',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(13828,'4000','191750528270','2025-06-21 20:51:33',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13829,'1000','81750528944','2025-06-21 21:02:59',1200.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13830,'4000','81750528944','2025-06-21 21:02:59',NULL,350.00,'','8','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(13831,'4000','81750528944','2025-06-21 21:02:24',NULL,350.00,'','8','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(13832,'4000','81750528944','2025-06-21 21:02:31',NULL,350.00,'','8','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(13833,'4000','81750528944','2025-06-21 21:02:42',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(13834,'1000','81750530430','2025-06-21 21:27:12',50.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13835,'4000','81750530430','2025-06-21 21:27:12',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13836,'1000','191750530753','2025-06-21 21:32:35',250.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13837,'4000','191750530753','2025-06-21 21:32:35',NULL,250.00,'','19','1','Good sold','1','','sales','70','','No',NULL,NULL,''),(13838,'1000','191750531180','2025-06-21 21:39:42',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13839,'4000','191750531180','2025-06-21 21:39:42',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13840,'1000','121750532202','2025-06-21 21:57:26',570.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13841,'4000','121750532202','2025-06-21 21:57:26',NULL,150.00,'','12','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(13842,'4000','121750532202','2025-06-21 21:56:42',NULL,300.00,'','12','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(13843,'4000','121750532202','2025-06-21 21:57:03',NULL,120.00,'','12','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(13844,'1000','121750536149','2025-06-21 23:02:31',150.00,NULL,'','12','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13845,'4000','121750536149','2025-06-21 23:02:31',NULL,150.00,'','12','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(13846,'1000','221750573791','2025-06-22 09:29:52',20.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13847,'4000','221750573791','2025-06-22 09:29:52',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(13851,'1000','221750573871','2025-06-22 09:31:17',260.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13852,'4000','221750573871','2025-06-22 09:31:17',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13853,'4000','221750573871','2025-06-22 09:31:11',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13854,'4000','221750573871','2025-06-22 09:31:15',NULL,200.00,'','22','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(13855,'1000','221750577431','2025-06-22 10:32:14',90.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13856,'4000','221750577431','2025-06-22 10:32:14',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13857,'4000','221750577431','2025-06-22 10:30:31',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(13858,'4000','221750577431','2025-06-22 10:32:04',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(13859,'1000','111750579406','2025-06-22 11:03:27',20.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13860,'4000','111750579406','2025-06-22 11:03:27',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(13863,'1110','111750584012','2025-06-22 12:20:14',NULL,0.00,'','11','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(13864,'1110','111750584012','2025-06-22 12:20:12',NULL,65.00,'','11','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(13865,'5500','111750584012','2025-06-22 12:31:09',65.00,NULL,'','11','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(13866,'1000','111750584012','2025-06-22 12:20:14',270.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13867,'4000','111750584012','2025-06-22 12:20:14',NULL,180.00,'','11','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(13868,'4000','111750584012','2025-06-22 12:20:12',NULL,90.00,'','11','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(13872,'1000','111750586008','2025-06-22 12:53:40',100.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13873,'4000','111750586008','2025-06-22 12:53:40',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13874,'4000','111750586008','2025-06-22 12:53:28',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13875,'4000','111750586008','2025-06-22 12:53:39',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(13876,'1000','111750586695','2025-06-22 13:05:00',60.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13877,'4000','111750586695','2025-06-22 13:05:00',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13878,'4000','111750586695','2025-06-22 13:04:55',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13882,'1000','191750588426','2025-06-22 13:34:54',960.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13883,'4000','191750588426','2025-06-22 13:34:54',NULL,300.00,'','19','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(13884,'4000','191750588426','2025-06-22 13:33:46',NULL,200.00,'','19','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(13885,'4000','191750588426','2025-06-22 13:34:02',NULL,180.00,'','19','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(13886,'4000','191750588426','2025-06-22 13:34:16',NULL,100.00,'','19','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(13887,'4000','191750588426','2025-06-22 13:34:35',NULL,180.00,'','19','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(13888,'1000','191750588589','2025-06-22 13:36:35',60.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13889,'4000','191750588589','2025-06-22 13:36:35',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13890,'4000','191750588589','2025-06-22 13:36:29',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13891,'1000','111750588571','2025-06-22 13:36:34',250.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13892,'4000','111750588571','2025-06-22 13:36:34',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13893,'4000','111750588571','2025-06-22 13:36:11',NULL,100.00,'','11','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(13894,'4000','111750588571','2025-06-22 13:36:20',NULL,100.00,'','11','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(13898,'1000','111750588338','2025-06-22 13:32:34',230.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13899,'4000','111750588338','2025-06-22 13:32:34',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13900,'4000','111750588338','2025-06-22 13:32:18',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13901,'4000','111750588338','2025-06-22 13:32:32',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(13902,'1000','111750589210','2025-06-22 13:46:55',560.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13903,'4000','111750589210','2025-06-22 13:46:55',NULL,180.00,'','11','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(13904,'4000','111750589210','2025-06-22 13:46:50',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(13905,'4000','111750589210','2025-06-22 13:46:54',NULL,180.00,'','11','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(13906,'4000','111750589210','2025-06-22 14:05:19',NULL,50.00,'','11','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(13907,'1000','111750590692','2025-06-22 14:11:42',650.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13908,'4000','111750590692','2025-06-22 14:11:42',NULL,600.00,'','11','1','Good sold','1','','sales','27','','No',NULL,NULL,''),(13909,'4000','111750590692','2025-06-22 14:11:32',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13910,'1000','191750590790','2025-06-22 14:13:52',700.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13911,'4000','191750590790','2025-06-22 14:13:52',NULL,200.00,'','19','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(13912,'4000','191750590790','2025-06-22 14:13:10',NULL,150.00,'','19','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(13913,'4000','191750590790','2025-06-22 14:13:17',NULL,150.00,'','19','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(13914,'4000','191750590790','2025-06-22 14:13:31',NULL,100.00,'','19','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(13915,'4000','191750590790','2025-06-22 14:13:45',NULL,100.00,'','19','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(13916,'1000','191750590918','2025-06-22 14:15:19',150.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13917,'4000','191750590918','2025-06-22 14:15:19',NULL,150.00,'','19','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(13918,'1000','191750592917','2025-06-22 14:48:38',30.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13919,'4000','191750592917','2025-06-22 14:48:38',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13920,'1000','191750593032','2025-06-22 14:50:37',20.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13921,'4000','191750593032','2025-06-22 14:50:37',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(13922,'1000','111750593458','2025-06-22 14:57:40',60.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13923,'4000','111750593458','2025-06-22 14:57:40',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(13932,'1000','191750595164','2025-06-22 15:26:15',100.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13933,'4000','191750595164','2025-06-22 15:26:15',NULL,50.00,'','19','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(13934,'4000','191750595164','2025-06-22 15:26:04',NULL,50.00,'','19','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(13944,'1000','191750594361','2025-06-22 15:13:29',1440.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13945,'4000','191750594361','2025-06-22 15:13:29',NULL,280.00,'','19','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(13946,'4000','191750594361','2025-06-22 15:12:41',NULL,280.00,'','19','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(13947,'4000','191750594361','2025-06-22 15:12:45',NULL,280.00,'','19','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(13948,'4000','191750594361','2025-06-22 15:12:49',NULL,150.00,'','19','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(13949,'4000','191750594361','2025-06-22 15:12:57',NULL,150.00,'','19','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(13950,'4000','191750594361','2025-06-22 15:13:01',NULL,100.00,'','19','1','Good sold','1','','sales','76','','No',NULL,NULL,''),(13951,'4000','191750594361','2025-06-22 15:13:23',NULL,50.00,'','19','1','Good sold','1','','sales','97','','No',NULL,NULL,''),(13952,'4000','191750594361','2025-06-22 15:13:28',NULL,100.00,'','19','1','Good sold','1','','sales','76','','No',NULL,NULL,''),(13953,'4000','191750594361','2025-06-22 15:29:59',NULL,50.00,'','19','1','Good sold','1','','sales','97','','No',NULL,NULL,''),(13954,'1000','111750596093','2025-06-22 15:41:51',100.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13955,'4000','111750596093','2025-06-22 15:41:51',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13956,'4000','111750596093','2025-06-22 15:41:33',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13957,'4000','111750596093','2025-06-22 15:41:38',NULL,30.00,'','11','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13958,'1000','191750596764','2025-06-22 15:52:45',100.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13959,'4000','191750596764','2025-06-22 15:52:45',NULL,100.00,'','19','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(13960,'1000','111750597387','2025-06-22 16:03:11',150.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13961,'4000','111750597387','2025-06-22 16:03:11',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(13964,'1000','191750597704','2025-06-22 16:08:26',80.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13965,'4000','191750597704','2025-06-22 16:08:26',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(13966,'4000','191750597704','2025-06-22 16:08:24',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13967,'1000','111750601779','2025-06-22 17:16:39',200.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13968,'4000','111750601779','2025-06-22 17:16:39',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13969,'4000','111750601779','2025-06-22 17:16:19',NULL,150.00,'','11','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(13973,'1000','111750603571','2025-06-22 17:46:13',280.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13974,'4000','111750603571','2025-06-22 17:46:13',NULL,280.00,'','11','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(13975,'1000','111750602816','2025-06-22 17:33:42',200.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13976,'4000','111750602816','2025-06-22 17:33:42',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13977,'4000','111750602816','2025-06-22 17:33:36',NULL,100.00,'','11','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(13978,'4000','111750602816','2025-06-22 17:33:40',NULL,50.00,'','11','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(13979,'1000','111750603709','2025-06-22 17:48:36',100.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13980,'4000','111750603709','2025-06-22 17:48:36',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(13981,'4000','111750603709','2025-06-22 17:48:29',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(13989,'1000','191750604318','2025-06-22 17:58:40',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13990,'4000','191750604318','2025-06-22 17:58:40',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13991,'1000','191750605038','2025-06-22 18:10:41',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13992,'4000','191750605038','2025-06-22 18:10:41',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13993,'1000','191750603887','2025-06-22 17:52:53',190.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(13994,'4000','191750603887','2025-06-22 17:52:53',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13995,'4000','191750603887','2025-06-22 17:51:27',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(13996,'4000','191750603887','2025-06-22 17:52:51',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(13997,'4000','191750603887','2025-06-22 17:54:53',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(13998,'4000','191750603887','2025-06-22 18:12:06',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(13999,'1000','191750605463','2025-06-22 18:17:45',130.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14000,'4000','191750605463','2025-06-22 18:17:45',NULL,130.00,'','19','1','Good sold','1','','sales','24','','No',NULL,NULL,''),(14001,'1000','191750606091','2025-06-22 18:28:31',80.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14002,'4000','191750606091','2025-06-22 18:28:31',NULL,50.00,'','19','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(14003,'4000','191750606091','2025-06-22 18:28:12',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(14006,'1000','111750606648','2025-06-22 18:37:32',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14007,'4000','111750606648','2025-06-22 18:37:32',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(14015,'1000','111750607021','2025-06-22 18:44:32',340.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14016,'4000','111750607021','2025-06-22 18:44:32',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14017,'4000','111750607021','2025-06-22 18:43:41',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14018,'4000','111750607021','2025-06-22 18:43:46',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14019,'4000','111750607021','2025-06-22 18:43:53',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14020,'4000','111750607021','2025-06-22 18:44:03',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14021,'4000','111750607021','2025-06-22 18:44:13',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14022,'4000','111750607021','2025-06-22 18:44:26',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(14023,'4000','111750607021','2025-06-22 19:14:05',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(14024,'1000','191750609041','2025-06-22 19:17:23',150.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14025,'4000','191750609041','2025-06-22 19:17:23',NULL,150.00,'','19','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(14034,'1110','191750610296','2025-06-22 19:43:34',NULL,0.00,'','19','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(14035,'1110','191750610296','2025-06-22 19:38:16',NULL,0.00,'','19','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(14036,'1110','191750610296','2025-06-22 19:38:47',NULL,20.00,'','19','1','Inventory sold','1','','sales','48','','No',NULL,NULL,''),(14037,'1110','191750610296','2025-06-22 19:43:29',NULL,0.00,'','19','1','Inventory sold','1','','sales','7','','No',NULL,NULL,''),(14038,'5500','191750610296','2025-06-22 19:44:14',20.00,NULL,'','19','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14039,'1000','191750610296','2025-06-22 19:43:34',140.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14040,'4000','191750610296','2025-06-22 19:43:34',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14041,'4000','191750610296','2025-06-22 19:38:16',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(14042,'4000','191750610296','2025-06-22 19:38:47',NULL,20.00,'','19','1','Good sold','1','','sales','48','','No',NULL,NULL,''),(14043,'4000','191750610296','2025-06-22 19:43:29',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(14047,'1000','111750611115','2025-06-22 19:52:15',90.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14048,'4000','111750611115','2025-06-22 19:52:15',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14049,'4000','111750611115','2025-06-22 19:51:56',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(14050,'4000','111750611115','2025-06-22 19:52:13',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(14051,'1000','111750612326','2025-06-22 20:12:08',50.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14052,'4000','111750612326','2025-06-22 20:12:08',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14053,'1000','191750612488','2025-06-22 20:15:16',450.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14054,'4000','191750612488','2025-06-22 20:15:16',NULL,180.00,'','19','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(14055,'4000','191750612488','2025-06-22 20:14:48',NULL,150.00,'','19','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(14056,'4000','191750612488','2025-06-22 20:14:54',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(14057,'4000','191750612488','2025-06-22 20:15:09',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(14061,'1000','111750613023','2025-06-22 20:23:45',200.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14062,'4000','111750613023','2025-06-22 20:23:45',NULL,200.00,'','11','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(14065,'1000','191750606143','2025-06-22 18:29:05',730.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14066,'4000','191750606143','2025-06-22 18:29:05',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(14067,'4000','191750606143','2025-06-22 18:29:03',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(14068,'4000','191750606143','2025-06-22 21:03:46',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(14069,'4000','191750606143','2025-06-22 21:03:52',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(14070,'4000','191750606143','2025-06-22 21:03:58',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(14071,'4000','191750606143','2025-06-22 21:04:16',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(14072,'4000','191750606143','2025-06-22 21:04:21',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(14073,'4000','191750606143','2025-06-22 21:04:27',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(14074,'4000','191750606143','2025-06-22 21:04:33',NULL,50.00,'','19','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(14075,'4000','191750606143','2025-06-22 21:04:52',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14076,'4000','191750606143','2025-06-22 21:05:15',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14077,'4000','191750606143','2025-06-22 21:05:19',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14078,'4000','191750606143','2025-06-22 21:05:27',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14079,'4000','191750606143','2025-06-22 21:05:32',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14080,'4000','191750606143','2025-06-22 21:05:39',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14081,'4000','191750606143','2025-06-22 21:05:44',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14082,'4000','191750606143','2025-06-22 21:05:53',NULL,50.00,'','19','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(14083,'1000','111750615916','2025-06-22 21:12:08',420.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14084,'4000','111750615916','2025-06-22 21:12:08',NULL,180.00,'','11','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(14085,'4000','111750615916','2025-06-22 21:11:56',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(14086,'4000','111750615916','2025-06-22 21:12:03',NULL,180.00,'','11','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(14087,'1000','111750615945','2025-06-22 21:12:50',450.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14088,'4000','111750615945','2025-06-22 21:12:50',NULL,200.00,'','11','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(14089,'4000','111750615945','2025-06-22 21:12:25',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(14090,'4000','111750615945','2025-06-22 21:12:33',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(14091,'4000','111750615945','2025-06-22 21:12:45',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(14092,'1000','111750616377','2025-06-22 21:19:45',210.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14093,'4000','111750616377','2025-06-22 21:19:45',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(14094,'4000','111750616377','2025-06-22 21:19:37',NULL,60.00,'','11','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(14095,'1000','111750617143','2025-06-22 21:32:33',350.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14096,'4000','111750617143','2025-06-22 21:32:33',NULL,200.00,'','11','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(14097,'4000','111750617143','2025-06-22 21:32:23',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(14104,'1000','111750612519','2025-06-22 20:15:36',270.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14105,'4000','111750612519','2025-06-22 20:15:36',NULL,50.00,'','11','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14106,'4000','111750612519','2025-06-22 20:15:19',NULL,20.00,'','11','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(14107,'4000','111750612519','2025-06-22 20:15:34',NULL,50.00,'','11','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(14108,'4000','111750612519','2025-06-22 21:37:46',NULL,150.00,'','11','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(14109,'1000','111750614238','2025-06-22 20:44:00',830.00,NULL,'','11','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14110,'4000','111750614238','2025-06-22 20:44:00',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(14111,'4000','111750614238','2025-06-22 20:43:58',NULL,180.00,'','11','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(14112,'4000','111750614238','2025-06-22 21:36:22',NULL,350.00,'','11','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(14113,'4000','111750614238','2025-06-22 21:36:32',NULL,100.00,'','11','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(14114,'4000','111750614238','2025-06-22 21:36:47',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(14115,'4000','111750614238','2025-06-22 21:37:00',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(14116,'4000','111750614238','2025-06-22 21:43:02',NULL,50.00,'','11','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(14117,'1000','181750621548','2025-06-22 22:45:52',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14118,'4000','181750621548','2025-06-22 22:45:52',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(14119,'4000','181750621548','2025-06-22 22:45:48',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(14120,'1000','181750622768','2025-06-22 23:06:40',190.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14121,'4000','181750622768','2025-06-22 23:06:40',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(14122,'4000','181750622768','2025-06-22 23:06:08',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(14123,'4000','181750622768','2025-06-22 23:06:11',NULL,100.00,'','18','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(14124,'4000','181750622768','2025-06-22 23:06:32',NULL,50.00,'','18','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(14125,'1110','181750654049','2025-06-23 07:47:40',NULL,1.00,'','18','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(14126,'1110','181750654049','2025-06-23 07:47:29',NULL,0.00,'','18','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(14127,'5500','181750654049','2025-06-23 07:47:39',1.00,NULL,'','18','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14128,'1000','181750654049','2025-06-23 07:47:40',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14129,'4000','181750654049','2025-06-23 07:47:40',NULL,100.00,'','18','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(14130,'4000','181750654049','2025-06-23 07:47:29',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14131,'1000','181750654501','2025-06-23 07:55:06',40.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14132,'4000','181750654501','2025-06-23 07:55:06',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(14133,'4000','181750654501','2025-06-23 07:55:01',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(14134,'1000','181750655934','2025-06-23 08:18:56',200.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14135,'4000','181750655934','2025-06-23 08:18:56',NULL,200.00,'','18','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(14136,'1000','181750657732','2025-06-23 08:48:54',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14137,'4000','181750657732','2025-06-23 08:48:54',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14138,'1000','191750659389','2025-06-23 09:16:54',190.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14139,'4000','191750659389','2025-06-23 09:16:54',NULL,150.00,'','19','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(14140,'4000','191750659389','2025-06-23 09:16:29',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(14141,'4000','191750659389','2025-06-23 09:16:41',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(14148,'1110','81750662801','2025-06-23 10:13:42',NULL,1.00,'','8','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(14149,'1110','81750662801','2025-06-23 10:13:21',NULL,0.00,'','8','1','Inventory sold','1','','sales','53','','No',NULL,NULL,''),(14150,'1110','81750662801','2025-06-23 10:13:41',NULL,0.00,'','8','1','Inventory sold','1','','sales','7','','No',NULL,NULL,''),(14151,'5500','81750662801','2025-06-23 10:21:35',1.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14152,'1000','81750662801','2025-06-23 10:13:42',220.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14153,'4000','81750662801','2025-06-23 10:13:42',NULL,100.00,'','8','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(14154,'4000','81750662801','2025-06-23 10:13:21',NULL,100.00,'','8','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(14155,'4000','81750662801','2025-06-23 10:13:41',NULL,20.00,'','8','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(14156,'1110','81750666844','2025-06-23 11:21:02',NULL,0.00,'','8','1','Inventory sold','1','','sales','7','','No',NULL,NULL,''),(14157,'1110','81750666844','2025-06-23 11:20:44',NULL,1.00,'','8','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(14158,'1110','81750666844','2025-06-23 11:20:48',NULL,0.00,'','8','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(14159,'5500','81750666844','2025-06-23 11:21:00',1.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14160,'1000','81750666844','2025-06-23 11:21:02',170.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14161,'4000','81750666844','2025-06-23 11:21:02',NULL,20.00,'','8','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(14162,'4000','81750666844','2025-06-23 11:20:44',NULL,100.00,'','8','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(14163,'4000','81750666844','2025-06-23 11:20:48',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14169,'1000','81750667299','2025-06-23 11:28:42',190.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14170,'4000','81750667299','2025-06-23 11:28:42',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14171,'4000','81750667299','2025-06-23 11:28:19',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14172,'4000','81750667299','2025-06-23 11:28:22',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(14173,'4000','81750667299','2025-06-23 11:28:31',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(14174,'4000','81750667299','2025-06-23 11:28:40',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(14183,'1000','81750669645','2025-06-23 12:07:32',360.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14184,'4000','81750669645','2025-06-23 12:07:32',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14185,'4000','81750669645','2025-06-23 12:07:25',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14186,'4000','81750669645','2025-06-23 12:07:30',NULL,200.00,'','8','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(14187,'4000','81750669645','2025-06-23 12:14:40',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(14191,'1000','191750669753','2025-06-23 12:12:43',400.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14192,'4000','191750669753','2025-06-23 12:12:43',NULL,100.00,'','19','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(14193,'4000','191750669753','2025-06-23 12:09:13',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14194,'4000','191750669753','2025-06-23 12:09:27',NULL,50.00,'','19','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(14195,'4000','191750669753','2025-06-23 12:12:36',NULL,50.00,'','19','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(14196,'4000','191750669753','2025-06-23 12:12:42',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14197,'4000','191750669753','2025-06-23 12:48:00',NULL,100.00,'','19','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(14210,'1000','191750677464','2025-06-23 14:17:47',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14211,'4000','191750677464','2025-06-23 14:17:47',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(14212,'1000','81750674122','2025-06-23 13:22:09',150.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14213,'4000','81750674122','2025-06-23 13:22:09',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14214,'4000','81750674122','2025-06-23 13:22:02',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14215,'4000','81750674122','2025-06-23 13:22:08',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14216,'1000','191750680196','2025-06-23 15:03:45',100.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14217,'4000','191750680196','2025-06-23 15:03:45',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14218,'4000','191750680196','2025-06-23 15:03:17',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14229,'1000','81750680529','2025-06-23 15:09:10',910.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14230,'4000','81750680529','2025-06-23 15:09:10',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(14231,'4000','81750680529','2025-06-23 15:08:49',NULL,280.00,'','8','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(14232,'4000','81750680529','2025-06-23 15:09:03',NULL,50.00,'','8','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(14233,'4000','81750680529','2025-06-23 15:09:08',NULL,280.00,'','8','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(14234,'4000','81750680529','2025-06-23 15:25:53',NULL,50.00,'','8','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(14235,'4000','81750680529','2025-06-23 15:26:01',NULL,100.00,'','8','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(14238,'1000','191750683559','2025-06-23 15:59:46',60.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14239,'4000','191750683559','2025-06-23 15:59:46',NULL,30.00,'','19','1','Good sold','1','','sales','92','','No',NULL,NULL,''),(14240,'4000','191750683559','2025-06-23 15:59:19',NULL,30.00,'','19','1','Good sold','1','','sales','92','','No',NULL,NULL,''),(14241,'1110','81750683137','2025-06-23 16:05:31',NULL,0.00,'','8','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(14242,'1110','81750683137','2025-06-23 15:52:17',NULL,1.00,'','8','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(14243,'5500','81750683137','2025-06-23 16:05:29',1.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14244,'1000','81750683137','2025-06-23 16:05:31',150.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14245,'4000','81750683137','2025-06-23 16:05:31',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14246,'4000','81750683137','2025-06-23 15:52:17',NULL,100.00,'','8','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(14247,'1000','191750683489','2025-06-23 15:58:14',150.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14248,'4000','191750683489','2025-06-23 15:58:14',NULL,100.00,'','19','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(14249,'4000','191750683489','2025-06-23 15:58:09',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(14250,'1000','191750686841','2025-06-23 16:54:10',100.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14251,'4000','191750686841','2025-06-23 16:54:10',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(14252,'4000','191750686841','2025-06-23 16:54:01',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(14253,'1000','191750687520','2025-06-23 17:06:00',300.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14254,'4000','191750687520','2025-06-23 17:06:00',NULL,150.00,'','19','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(14255,'4000','191750687520','2025-06-23 17:05:20',NULL,150.00,'','19','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(14256,'1000','191750670161','2025-06-23 12:16:08',550.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14257,'4000','191750670161','2025-06-23 12:16:08',NULL,100.00,'','19','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(14258,'4000','191750670161','2025-06-23 12:16:01',NULL,50.00,'','19','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(14259,'4000','191750670161','2025-06-23 12:16:06',NULL,150.00,'','19','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(14260,'4000','191750670161','2025-06-23 13:04:36',NULL,50.00,'','19','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(14261,'4000','191750670161','2025-06-23 13:13:29',NULL,200.00,'','19','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(14262,'1000','81750687825','2025-06-23 17:10:29',50.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14263,'4000','81750687825','2025-06-23 17:10:29',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14264,'1000','191750688408','2025-06-23 17:20:15',100.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14265,'4000','191750688408','2025-06-23 17:20:15',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14266,'4000','191750688408','2025-06-23 17:20:09',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14267,'1000','81750688522','2025-06-23 17:22:08',200.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14268,'4000','81750688522','2025-06-23 17:22:08',NULL,100.00,'','8','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(14269,'4000','81750688522','2025-06-23 17:22:02',NULL,100.00,'','8','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(14270,'1000','191750692397','2025-06-23 18:27:35',320.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14271,'4000','191750692397','2025-06-23 18:27:35',NULL,50.00,'','19','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(14272,'4000','191750692397','2025-06-23 18:26:37',NULL,50.00,'','19','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(14273,'4000','191750692397','2025-06-23 18:26:44',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(14274,'4000','191750692397','2025-06-23 18:26:54',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(14275,'4000','191750692397','2025-06-23 18:26:59',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14276,'4000','191750692397','2025-06-23 18:27:26',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14287,'1000','191750693723','2025-06-23 18:50:02',640.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14288,'4000','191750693723','2025-06-23 18:50:02',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14289,'4000','191750693723','2025-06-23 18:48:43',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14290,'4000','191750693723','2025-06-23 18:49:04',NULL,180.00,'','19','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(14291,'4000','191750693723','2025-06-23 18:49:56',NULL,180.00,'','19','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(14292,'4000','191750693723','2025-06-23 18:53:02',NULL,180.00,'','19','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(14300,'1000','191750694831','2025-06-23 19:07:22',100.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14301,'4000','191750694831','2025-06-23 19:07:22',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14302,'4000','191750694831','2025-06-23 19:07:11',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14303,'1000','191750695782','2025-06-23 19:23:23',80.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14304,'4000','191750695782','2025-06-23 19:23:23',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14305,'4000','191750695782','2025-06-23 19:23:02',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(14306,'1000','81750696007','2025-06-23 19:27:45',520.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14307,'4000','81750696007','2025-06-23 19:27:45',NULL,150.00,'','8','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(14308,'4000','81750696007','2025-06-23 19:26:47',NULL,150.00,'','8','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(14309,'4000','81750696007','2025-06-23 19:26:56',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(14310,'4000','81750696007','2025-06-23 19:27:17',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(14311,'4000','81750696007','2025-06-23 19:27:22',NULL,50.00,'','8','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(14312,'4000','81750696007','2025-06-23 19:27:30',NULL,50.00,'','8','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(14313,'1000','191750697166','2025-06-23 19:46:22',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14314,'4000','191750697166','2025-06-23 19:46:22',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(14315,'4000','191750697166','2025-06-23 19:46:06',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(14316,'1000','81750697698','2025-06-23 19:56:06',260.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14317,'4000','81750697698','2025-06-23 19:56:06',NULL,30.00,'','8','1','Good sold','1','','sales','92','','No',NULL,NULL,''),(14318,'4000','81750697698','2025-06-23 19:54:58',NULL,30.00,'','8','1','Good sold','1','','sales','92','','No',NULL,NULL,''),(14319,'4000','81750697698','2025-06-23 19:55:04',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(14320,'4000','81750697698','2025-06-23 19:55:41',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(14321,'4000','81750697698','2025-06-23 19:55:45',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(14322,'4000','81750697698','2025-06-23 19:55:51',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(14323,'1000','81750692692','2025-06-23 18:31:34',1050.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14324,'4000','81750692692','2025-06-23 18:31:34',NULL,150.00,'','8','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(14325,'4000','81750692692','2025-06-23 18:31:32',NULL,600.00,'','8','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(14326,'4000','81750692692','2025-06-23 18:39:04',NULL,50.00,'','8','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(14327,'4000','81750692692','2025-06-23 18:39:29',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(14328,'4000','81750692692','2025-06-23 18:55:35',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(14329,'4000','81750692692','2025-06-23 18:55:49',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(14330,'4000','81750692692','2025-06-23 18:56:07',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(14331,'4000','81750692692','2025-06-23 20:10:40',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(14334,'1000','191750699642','2025-06-23 20:27:26',200.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14335,'4000','191750699642','2025-06-23 20:27:26',NULL,100.00,'','19','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(14336,'4000','191750699642','2025-06-23 20:27:22',NULL,100.00,'','19','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(14337,'1000','191750702290','2025-06-23 21:11:56',400.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14338,'4000','191750702290','2025-06-23 21:11:56',NULL,150.00,'','19','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(14339,'4000','191750702290','2025-06-23 21:11:30',NULL,150.00,'','19','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(14340,'4000','191750702290','2025-06-23 21:11:37',NULL,50.00,'','19','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(14341,'4000','191750702290','2025-06-23 21:11:49',NULL,50.00,'','19','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(14342,'1000','181750730107','2025-06-24 04:56:02',360.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14343,'4000','181750730107','2025-06-24 04:56:02',NULL,200.00,'','18','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(14344,'4000','181750730107','2025-06-24 04:55:07',NULL,50.00,'','18','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(14345,'4000','181750730107','2025-06-24 04:55:14',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(14346,'4000','181750730107','2025-06-24 04:55:28',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(14347,'4000','181750730107','2025-06-24 04:55:35',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(14348,'4000','181750730107','2025-06-24 04:55:40',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14349,'1000','181750736810','2025-06-24 06:47:11',180.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14350,'4000','181750736810','2025-06-24 06:47:11',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(14351,'4000','181750736810','2025-06-24 06:46:50',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(14352,'4000','181750736810','2025-06-24 06:46:54',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(14353,'4000','181750736810','2025-06-24 06:46:57',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(14354,'4000','181750736810','2025-06-24 06:47:02',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(14355,'4000','181750736810','2025-06-24 06:47:06',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(14356,'1000','181750736873','2025-06-24 06:48:21',130.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14357,'4000','181750736873','2025-06-24 06:48:21',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(14358,'4000','181750736873','2025-06-24 06:47:53',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(14359,'4000','181750736873','2025-06-24 06:47:58',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(14360,'4000','181750736873','2025-06-24 06:48:01',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(14361,'4000','181750736873','2025-06-24 06:48:05',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(14362,'1000','181750737946','2025-06-24 07:05:47',20.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14363,'4000','181750737946','2025-06-24 07:05:47',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(14371,'1000','181750744510','2025-06-24 08:55:12',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14372,'4000','181750744510','2025-06-24 08:55:12',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14373,'1000','181750744076','2025-06-24 08:48:30',270.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14374,'4000','181750744076','2025-06-24 08:48:30',NULL,100.00,'','18','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(14375,'4000','181750744076','2025-06-24 08:47:57',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14376,'4000','181750744076','2025-06-24 08:48:02',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(14377,'4000','181750744076','2025-06-24 08:48:16',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(14378,'4000','181750744076','2025-06-24 08:48:20',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(14379,'4000','181750744076','2025-06-24 08:48:23',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(14380,'4000','181750744076','2025-06-24 08:48:29',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(14381,'4000','181750744076','2025-06-24 08:57:26',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(14384,'1000','191750747938','2025-06-24 09:52:41',180.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14385,'4000','191750747938','2025-06-24 09:52:41',NULL,50.00,'','19','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(14386,'4000','191750747938','2025-06-24 09:52:18',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(14387,'4000','191750747938','2025-06-24 09:52:22',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(14388,'4000','191750747938','2025-06-24 09:52:26',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14389,'1000','181750748143','2025-06-24 09:55:44',30.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14390,'4000','181750748143','2025-06-24 09:55:44',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(14394,'1000','81750750073','2025-06-24 10:28:18',80.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14395,'4000','81750750073','2025-06-24 10:28:18',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(14396,'4000','81750750073','2025-06-24 10:27:53',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14401,'1000','191750753222','2025-06-24 11:20:43',240.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14402,'4000','191750753222','2025-06-24 11:20:43',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(14403,'4000','191750753222','2025-06-24 11:20:22',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(14404,'4000','191750753222','2025-06-24 11:20:28',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(14405,'4000','191750753222','2025-06-24 11:20:34',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(14416,'1000','191750753977','2025-06-24 11:33:34',360.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14417,'4000','191750753977','2025-06-24 11:33:34',NULL,100.00,'','19','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(14418,'4000','191750753977','2025-06-24 11:32:57',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(14419,'4000','191750753977','2025-06-24 11:33:13',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(14420,'4000','191750753977','2025-06-24 11:33:22',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(14421,'4000','191750753977','2025-06-24 11:33:31',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(14422,'4000','191750753977','2025-06-24 11:37:47',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(14423,'4000','191750753977','2025-06-24 11:37:53',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(14424,'4000','191750753977','2025-06-24 11:41:02',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(14425,'4000','191750753977','2025-06-24 11:41:18',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(14432,'1000','191750756234','2025-06-24 12:13:43',480.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14433,'4000','191750756234','2025-06-24 12:13:43',NULL,150.00,'','19','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(14434,'4000','191750756234','2025-06-24 12:10:35',NULL,200.00,'','19','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(14435,'4000','191750756234','2025-06-24 12:13:21',NULL,130.00,'','19','1','Good sold','1','','sales','24','','No',NULL,NULL,''),(14436,'1000','191750756787','2025-06-24 12:19:52',150.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14437,'4000','191750756787','2025-06-24 12:19:52',NULL,150.00,'','19','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(14438,'1000','191750756973','2025-06-24 12:22:55',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14439,'4000','191750756973','2025-06-24 12:22:55',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14440,'1000','81750745944','2025-06-24 09:19:06',80.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14441,'4000','81750745944','2025-06-24 09:19:06',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14442,'4000','81750745944','2025-06-24 09:19:04',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(14443,'1000','81750758874','2025-06-24 12:54:52',380.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14444,'4000','81750758874','2025-06-24 12:54:52',NULL,150.00,'','8','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(14445,'4000','81750758874','2025-06-24 12:54:34',NULL,200.00,'','8','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(14446,'4000','81750758874','2025-06-24 12:54:42',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(14459,'1000','191750760458','2025-06-24 13:21:26',400.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14460,'4000','191750760458','2025-06-24 13:21:26',NULL,300.00,'','19','1','Good sold','1','','sales','98','','No',NULL,NULL,''),(14461,'4000','191750760458','2025-06-24 13:20:58',NULL,50.00,'','19','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(14462,'4000','191750760458','2025-06-24 13:21:11',NULL,50.00,'','19','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(14463,'1000','81750748766','2025-06-24 10:06:12',1480.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14464,'4000','81750748766','2025-06-24 10:06:12',NULL,280.00,'','8','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(14465,'4000','81750748766','2025-06-24 10:06:06',NULL,100.00,'','8','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(14466,'4000','81750748766','2025-06-24 10:06:10',NULL,100.00,'','8','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(14467,'4000','81750748766','2025-06-24 10:31:39',NULL,100.00,'','8','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(14468,'4000','81750748766','2025-06-24 11:34:04',NULL,50.00,'','8','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(14469,'4000','81750748766','2025-06-24 12:12:47',NULL,600.00,'','8','1','Good sold','1','','sales','33','','No',NULL,NULL,''),(14470,'4000','81750748766','2025-06-24 13:13:05',NULL,50.00,'','8','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(14471,'4000','81750748766','2025-06-24 13:14:06',NULL,50.00,'','8','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(14472,'4000','81750748766','2025-06-24 13:15:14',NULL,50.00,'','8','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(14473,'4000','81750748766','2025-06-24 13:15:35',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(14474,'4000','81750748766','2025-06-24 13:23:59',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(14479,'1000','191750760684','2025-06-24 13:25:26',530.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14480,'4000','191750760684','2025-06-24 13:25:26',NULL,280.00,'','19','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(14481,'4000','191750760684','2025-06-24 13:24:44',NULL,50.00,'','19','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(14482,'4000','191750760684','2025-06-24 13:24:48',NULL,150.00,'','19','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(14483,'4000','191750760684','2025-06-24 13:25:06',NULL,50.00,'','19','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(14486,'1000','191750759529','2025-06-24 13:05:32',100.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14487,'4000','191750759529','2025-06-24 13:05:32',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14488,'4000','191750759529','2025-06-24 13:05:30',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14495,'1000','81750761084','2025-06-24 13:31:26',380.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14496,'4000','81750761084','2025-06-24 13:31:26',NULL,80.00,'','8','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(14497,'4000','81750761084','2025-06-24 13:31:24',NULL,150.00,'','8','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(14498,'4000','81750761084','2025-06-24 13:49:35',NULL,150.00,'','8','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(14499,'1000','191750763433','2025-06-24 14:10:50',460.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14500,'4000','191750763433','2025-06-24 14:10:50',NULL,180.00,'','19','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(14501,'4000','191750763433','2025-06-24 14:10:33',NULL,280.00,'','19','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(14502,'1000','191750763747','2025-06-24 14:16:41',270.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14503,'4000','191750763747','2025-06-24 14:16:41',NULL,150.00,'','19','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(14504,'4000','191750763747','2025-06-24 14:15:56',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(14505,'4000','191750763747','2025-06-24 14:16:15',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(14506,'1000','191750763838','2025-06-24 14:17:35',110.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14507,'4000','191750763838','2025-06-24 14:17:35',NULL,50.00,'','19','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(14508,'4000','191750763838','2025-06-24 14:17:18',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(14509,'1000','191750763898','2025-06-24 14:19:18',330.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14510,'4000','191750763898','2025-06-24 14:19:18',NULL,150.00,'','19','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(14511,'4000','191750763898','2025-06-24 14:18:19',NULL,130.00,'','19','1','Good sold','1','','sales','24','','No',NULL,NULL,''),(14512,'4000','191750763898','2025-06-24 14:18:40',NULL,50.00,'','19','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(14513,'1000','81750764040','2025-06-24 14:20:51',330.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14514,'4000','81750764040','2025-06-24 14:20:51',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(14515,'4000','81750764040','2025-06-24 14:20:40',NULL,180.00,'','8','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(14516,'1000','81750764076','2025-06-24 14:22:00',880.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14517,'4000','81750764076','2025-06-24 14:22:00',NULL,350.00,'','8','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(14518,'4000','81750764076','2025-06-24 14:21:16',NULL,100.00,'','8','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(14519,'4000','81750764076','2025-06-24 14:21:21',NULL,50.00,'','8','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(14520,'4000','81750764076','2025-06-24 14:21:26',NULL,280.00,'','8','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(14521,'4000','81750764076','2025-06-24 14:21:40',NULL,50.00,'','8','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(14522,'4000','81750764076','2025-06-24 14:21:51',NULL,50.00,'','8','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(14523,'1000','191750764244','2025-06-24 14:24:30',330.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14524,'4000','191750764244','2025-06-24 14:24:30',NULL,280.00,'','19','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(14525,'4000','191750764244','2025-06-24 14:24:04',NULL,50.00,'','19','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(14526,'1000','191750764309','2025-06-24 14:25:12',150.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14527,'4000','191750764309','2025-06-24 14:25:12',NULL,150.00,'','19','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(14528,'1000','191750784178','2025-06-24 19:56:26',210.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14529,'4000','191750784178','2025-06-24 19:56:26',NULL,150.00,'','19','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(14530,'4000','191750784178','2025-06-24 19:56:18',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(14531,'1000','81750784775','2025-06-24 20:06:34',150.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14532,'4000','81750784775','2025-06-24 20:06:34',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14533,'4000','81750784775','2025-06-24 20:06:15',NULL,50.00,'','8','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(14534,'4000','81750784775','2025-06-24 20:06:27',NULL,50.00,'','8','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(14535,'1000','81750784821','2025-06-24 20:09:05',700.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14536,'4000','81750784821','2025-06-24 20:09:05',NULL,350.00,'','8','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(14537,'4000','81750784821','2025-06-24 20:07:01',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(14538,'4000','81750784821','2025-06-24 20:07:12',NULL,100.00,'','8','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(14539,'4000','81750784821','2025-06-24 20:08:54',NULL,100.00,'','8','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(14540,'1000','191750785310','2025-06-24 20:15:42',350.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14541,'4000','191750785310','2025-06-24 20:15:42',NULL,100.00,'','19','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(14542,'4000','191750785310','2025-06-24 20:15:10',NULL,100.00,'','19','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(14543,'4000','191750785310','2025-06-24 20:15:16',NULL,100.00,'','19','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(14544,'4000','191750785310','2025-06-24 20:15:23',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14545,'1000','191750785489','2025-06-24 20:19:19',200.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14546,'4000','191750785489','2025-06-24 20:19:19',NULL,150.00,'','19','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(14547,'4000','191750785489','2025-06-24 20:18:09',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14556,'1000','81750786244','2025-06-24 20:30:46',100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14557,'4000','81750786244','2025-06-24 20:30:46',NULL,100.00,'','8','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(14558,'1000','81750786077','2025-06-24 20:28:01',100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14559,'4000','81750786077','2025-06-24 20:28:01',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14560,'4000','81750786077','2025-06-24 20:27:57',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14561,'1000','191750787295','2025-06-24 20:48:19',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14562,'4000','191750787295','2025-06-24 20:48:19',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14563,'1110','81750785214','2025-06-24 20:14:15',NULL,0.00,'','8','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(14564,'1110','81750785214','2025-06-24 20:13:34',NULL,0.00,'','8','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(14565,'1110','81750785214','2025-06-24 20:13:40',NULL,0.00,'','8','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(14566,'1110','81750785214','2025-06-24 20:13:47',NULL,0.00,'','8','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(14567,'1110','81750785214','2025-06-24 20:13:55',NULL,0.00,'','8','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(14568,'1110','81750785214','2025-06-24 20:14:07',NULL,0.00,'','8','1','Inventory sold','1','','sales','13','','No',NULL,NULL,''),(14569,'1110','81750785214','2025-06-24 20:42:57',NULL,0.00,'','8','1','Inventory sold','1','','sales','14','','No',NULL,NULL,''),(14570,'1110','81750785214','2025-06-24 20:43:03',NULL,0.00,'','8','1','Inventory sold','1','','sales','41','','No',NULL,NULL,''),(14571,'1110','81750785214','2025-06-24 20:43:25',NULL,0.00,'','8','1','Inventory sold','1','','sales','41','','No',NULL,NULL,''),(14572,'1110','81750785214','2025-06-24 20:43:32',NULL,0.00,'','8','1','Inventory sold','1','','sales','41','','No',NULL,NULL,''),(14573,'1110','81750785214','2025-06-24 20:43:39',NULL,0.00,'','8','1','Inventory sold','1','','sales','41','','No',NULL,NULL,''),(14574,'1110','81750785214','2025-06-24 20:43:44',NULL,0.00,'','8','1','Inventory sold','1','','sales','43','','No',NULL,NULL,''),(14575,'1110','81750785214','2025-06-24 20:45:56',NULL,0.00,'','8','1','Inventory sold','1','','sales','43','','No',NULL,NULL,''),(14576,'1110','81750785214','2025-06-24 20:46:01',NULL,0.00,'','8','1','Inventory sold','1','','sales','59','','No',NULL,NULL,''),(14577,'1110','81750785214','2025-06-24 20:46:23',NULL,0.00,'','8','1','Inventory sold','1','','sales','59','','No',NULL,NULL,''),(14578,'1110','81750785214','2025-06-24 20:46:28',NULL,0.00,'','8','1','Inventory sold','1','','sales','59','','No',NULL,NULL,''),(14579,'1110','81750785214','2025-06-24 20:46:33',NULL,0.00,'','8','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(14580,'1110','81750785214','2025-06-24 20:47:09',NULL,0.00,'','8','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(14581,'1110','81750785214','2025-06-24 20:47:23',NULL,0.00,'','8','1','Inventory sold','1','','sales','26','','No',NULL,NULL,''),(14582,'1110','81750785214','2025-06-24 20:48:15',NULL,0.00,'','8','1','Inventory sold','1','','sales','26','','No',NULL,NULL,''),(14583,'1110','81750785214','2025-06-24 20:48:46',NULL,0.00,'','8','1','Inventory sold','1','','sales','25','','No',NULL,NULL,''),(14584,'1110','81750785214','2025-06-24 20:49:01',NULL,0.00,'','8','1','Inventory sold','1','','sales','28','','No',NULL,NULL,''),(14585,'1110','81750785214','2025-06-24 20:49:10',NULL,0.00,'','8','1','Inventory sold','1','','sales','21','','No',NULL,NULL,''),(14586,'1110','81750785214','2025-06-24 20:49:22',NULL,0.00,'','8','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(14587,'1110','81750785214','2025-06-24 20:49:57',NULL,0.00,'','8','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(14588,'1110','81750785214','2025-06-24 20:50:03',NULL,0.00,'','8','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(14589,'1110','81750785214','2025-06-24 20:50:11',NULL,0.00,'','8','1','Inventory sold','1','','sales','34','','No',NULL,NULL,''),(14590,'1110','81750785214','2025-06-24 20:50:43',NULL,0.00,'','8','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(14591,'1110','81750785214','2025-06-24 20:52:59',NULL,0.00,'','8','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(14592,'1110','81750785214','2025-06-24 20:53:04',NULL,0.00,'','8','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(14593,'1110','81750785214','2025-06-24 20:53:08',NULL,0.00,'','8','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(14594,'1110','81750785214','2025-06-24 20:53:29',NULL,0.00,'','8','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(14595,'1110','81750785214','2025-06-24 20:53:36',NULL,0.00,'','8','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(14596,'1110','81750785214','2025-06-24 20:53:43',NULL,0.00,'','8','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(14597,'1110','81750785214','2025-06-24 20:53:51',NULL,0.00,'','8','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(14598,'1110','81750785214','2025-06-24 20:54:07',NULL,0.00,'','8','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(14599,'1110','81750785214','2025-06-24 20:54:17',NULL,0.00,'','8','1','Inventory sold','1','','sales','7','','No',NULL,NULL,''),(14600,'1110','81750785214','2025-06-24 20:54:26',NULL,0.00,'','8','1','Inventory sold','1','','sales','7','','No',NULL,NULL,''),(14601,'1110','81750785214','2025-06-24 20:54:33',NULL,1.00,'','8','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(14602,'1110','81750785214','2025-06-24 20:54:42',NULL,0.00,'','8','1','Inventory sold','1','','sales','104','','No',NULL,NULL,''),(14603,'1110','81750785214','2025-06-24 20:58:02',NULL,0.00,'','8','1','Inventory sold','1','','sales','104','','No',NULL,NULL,''),(14604,'5500','81750785214','2025-06-24 20:58:57',1.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14605,'1000','81750785214','2025-06-24 20:14:15',4940.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14606,'4000','81750785214','2025-06-24 20:14:15',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14607,'4000','81750785214','2025-06-24 20:13:34',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14608,'4000','81750785214','2025-06-24 20:13:40',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14609,'4000','81750785214','2025-06-24 20:13:47',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14610,'4000','81750785214','2025-06-24 20:13:55',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14611,'4000','81750785214','2025-06-24 20:14:07',NULL,100.00,'','8','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(14612,'4000','81750785214','2025-06-24 20:42:57',NULL,100.00,'','8','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(14613,'4000','81750785214','2025-06-24 20:43:03',NULL,100.00,'','8','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(14614,'4000','81750785214','2025-06-24 20:43:25',NULL,100.00,'','8','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(14615,'4000','81750785214','2025-06-24 20:43:32',NULL,100.00,'','8','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(14616,'4000','81750785214','2025-06-24 20:43:39',NULL,100.00,'','8','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(14617,'4000','81750785214','2025-06-24 20:43:44',NULL,200.00,'','8','1','Good sold','1','','sales','43','','No',NULL,NULL,''),(14618,'4000','81750785214','2025-06-24 20:45:56',NULL,200.00,'','8','1','Good sold','1','','sales','43','','No',NULL,NULL,''),(14619,'4000','81750785214','2025-06-24 20:46:01',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(14620,'4000','81750785214','2025-06-24 20:46:23',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(14621,'4000','81750785214','2025-06-24 20:46:28',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(14622,'4000','81750785214','2025-06-24 20:46:33',NULL,50.00,'','8','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(14623,'4000','81750785214','2025-06-24 20:47:09',NULL,50.00,'','8','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(14624,'4000','81750785214','2025-06-24 20:47:23',NULL,600.00,'','8','1','Good sold','1','','sales','26','','No',NULL,NULL,''),(14625,'4000','81750785214','2025-06-24 20:48:15',NULL,600.00,'','8','1','Good sold','1','','sales','26','','No',NULL,NULL,''),(14626,'4000','81750785214','2025-06-24 20:48:46',NULL,200.00,'','8','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(14627,'4000','81750785214','2025-06-24 20:49:01',NULL,200.00,'','8','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(14628,'4000','81750785214','2025-06-24 20:49:10',NULL,280.00,'','8','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(14629,'4000','81750785214','2025-06-24 20:49:22',NULL,180.00,'','8','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(14630,'4000','81750785214','2025-06-24 20:49:57',NULL,180.00,'','8','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(14631,'4000','81750785214','2025-06-24 20:50:03',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(14632,'4000','81750785214','2025-06-24 20:50:11',NULL,280.00,'','8','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(14633,'4000','81750785214','2025-06-24 20:50:43',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(14634,'4000','81750785214','2025-06-24 20:52:59',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(14635,'4000','81750785214','2025-06-24 20:53:04',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(14636,'4000','81750785214','2025-06-24 20:53:08',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(14637,'4000','81750785214','2025-06-24 20:53:29',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(14638,'4000','81750785214','2025-06-24 20:53:36',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(14639,'4000','81750785214','2025-06-24 20:53:43',NULL,50.00,'','8','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(14640,'4000','81750785214','2025-06-24 20:53:51',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(14641,'4000','81750785214','2025-06-24 20:54:07',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(14642,'4000','81750785214','2025-06-24 20:54:17',NULL,20.00,'','8','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(14643,'4000','81750785214','2025-06-24 20:54:26',NULL,20.00,'','8','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(14644,'4000','81750785214','2025-06-24 20:54:33',NULL,100.00,'','8','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(14645,'4000','81750785214','2025-06-24 20:54:42',NULL,100.00,'','8','1','Good sold','1','','sales','104','','No',NULL,NULL,''),(14646,'4000','81750785214','2025-06-24 20:58:02',NULL,100.00,'','8','1','Good sold','1','','sales','104','','No',NULL,NULL,''),(14647,'4000','81750785214','2025-06-24 20:58:08',NULL,20.00,'','8','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(14648,'1000','81750788319','2025-06-24 21:06:03',500.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14649,'4000','81750788319','2025-06-24 21:06:03',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(14650,'4000','81750788319','2025-06-24 21:05:19',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(14651,'4000','81750788319','2025-06-24 21:05:24',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(14652,'4000','81750788319','2025-06-24 21:05:31',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(14653,'4000','81750788319','2025-06-24 21:05:37',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(14654,'4000','81750788319','2025-06-24 21:05:41',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(14655,'4000','81750788319','2025-06-24 21:05:45',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(14656,'4000','81750788319','2025-06-24 21:05:49',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(14657,'4000','81750788319','2025-06-24 21:05:53',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(14658,'4000','81750788319','2025-06-24 21:05:57',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(14659,'1000','191750789117','2025-06-24 21:29:23',2370.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14660,'4000','191750789117','2025-06-24 21:29:23',NULL,80.00,'','19','1','Good sold','1','','sales','55','','No',NULL,NULL,''),(14661,'4000','191750789117','2025-06-24 21:18:37',NULL,50.00,'','19','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(14662,'4000','191750789117','2025-06-24 21:18:51',NULL,250.00,'','19','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(14663,'4000','191750789117','2025-06-24 21:20:35',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14664,'4000','191750789117','2025-06-24 21:21:52',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14665,'4000','191750789117','2025-06-24 21:21:58',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(14666,'4000','191750789117','2025-06-24 21:22:22',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(14667,'4000','191750789117','2025-06-24 21:22:27',NULL,50.00,'','19','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(14668,'4000','191750789117','2025-06-24 21:22:48',NULL,280.00,'','19','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(14669,'4000','191750789117','2025-06-24 21:23:18',NULL,100.00,'','19','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(14670,'4000','191750789117','2025-06-24 21:23:50',NULL,50.00,'','19','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(14671,'4000','191750789117','2025-06-24 21:24:17',NULL,50.00,'','19','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(14672,'4000','191750789117','2025-06-24 21:24:23',NULL,50.00,'','19','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(14673,'4000','191750789117','2025-06-24 21:24:32',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14674,'4000','191750789117','2025-06-24 21:24:58',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14675,'4000','191750789117','2025-06-24 21:25:04',NULL,100.00,'','19','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(14676,'4000','191750789117','2025-06-24 21:25:12',NULL,100.00,'','19','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(14677,'4000','191750789117','2025-06-24 21:25:55',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(14678,'4000','191750789117','2025-06-24 21:26:44',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(14679,'4000','191750789117','2025-06-24 21:26:54',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14680,'4000','191750789117','2025-06-24 21:27:08',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14681,'4000','191750789117','2025-06-24 21:27:13',NULL,150.00,'','19','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(14682,'4000','191750789117','2025-06-24 21:27:48',NULL,150.00,'','19','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(14683,'4000','191750789117','2025-06-24 21:28:31',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(14684,'4000','191750789117','2025-06-24 21:28:45',NULL,150.00,'','19','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(14685,'4000','191750789117','2025-06-24 21:29:05',NULL,280.00,'','19','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(14686,'1000','191750790014','2025-06-24 21:34:02',710.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14687,'4000','191750790014','2025-06-24 21:34:02',NULL,180.00,'','19','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(14688,'4000','191750790014','2025-06-24 21:33:34',NULL,180.00,'','19','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(14689,'4000','191750790014','2025-06-24 21:33:38',NULL,300.00,'','19','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(14690,'4000','191750790014','2025-06-24 21:33:52',NULL,50.00,'','19','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(14691,'1000','181750790070','2025-06-24 21:34:37',60.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14692,'4000','181750790070','2025-06-24 21:34:37',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(14693,'4000','181750790070','2025-06-24 21:34:30',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(14694,'1000','191750790200','2025-06-24 21:36:42',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14695,'4000','191750790200','2025-06-24 21:36:42',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(14696,'1000','181750790535','2025-06-24 21:42:23',60.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14697,'4000','181750790535','2025-06-24 21:42:23',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(14698,'4000','181750790535','2025-06-24 21:42:15',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(14704,'1000','191750839361','2025-06-25 11:16:07',100.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14705,'4000','191750839361','2025-06-25 11:16:07',NULL,50.00,'','19','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(14706,'4000','191750839361','2025-06-25 11:16:01',NULL,50.00,'','19','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(14707,'1000','81750839088','2025-06-25 11:11:30',200.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14708,'4000','81750839088','2025-06-25 11:11:30',NULL,100.00,'','8','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(14709,'4000','81750839088','2025-06-25 11:11:28',NULL,100.00,'','8','1','Good sold','1','','sales','76','','No',NULL,NULL,''),(14712,'1000','191750839282','2025-06-25 11:15:10',120.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14713,'4000','191750839282','2025-06-25 11:15:10',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14714,'4000','191750839282','2025-06-25 11:14:42',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(14715,'4000','191750839282','2025-06-25 11:15:09',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(14716,'4000','191750839282','2025-06-25 12:32:31',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(14717,'1000','191750844074','2025-06-25 12:34:56',170.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14718,'4000','191750844074','2025-06-25 12:34:56',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14719,'4000','191750844074','2025-06-25 12:34:34',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(14720,'4000','191750844074','2025-06-25 12:34:47',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(14721,'1000','81750843466','2025-06-25 12:24:28',160.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14722,'4000','81750843466','2025-06-25 12:24:28',NULL,100.00,'','8','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(14723,'4000','81750843466','2025-06-25 12:24:26',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(14724,'1000','191750844865','2025-06-25 12:47:47',20.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14725,'4000','191750844865','2025-06-25 12:47:47',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(14726,'1000','191750847810','2025-06-25 13:37:19',250.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14727,'4000','191750847810','2025-06-25 13:37:19',NULL,100.00,'','19','1','Good sold','1','','sales','74','','No',NULL,NULL,''),(14728,'4000','191750847810','2025-06-25 13:36:50',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14729,'4000','191750847810','2025-06-25 13:36:59',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14730,'4000','191750847810','2025-06-25 13:37:05',NULL,50.00,'','19','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(14731,'1000','81750847854','2025-06-25 13:37:40',200.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14732,'4000','81750847854','2025-06-25 13:37:40',NULL,100.00,'','8','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(14733,'4000','81750847854','2025-06-25 13:37:34',NULL,100.00,'','8','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(14734,'1000','191750848637','2025-06-25 13:50:40',200.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14735,'4000','191750848637','2025-06-25 13:50:40',NULL,200.00,'','19','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(14736,'1000','191750848742','2025-06-25 13:52:25',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14737,'4000','191750848742','2025-06-25 13:52:25',NULL,50.00,'','19','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(14738,'1000','81750849339','2025-06-25 14:02:21',100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14739,'4000','81750849339','2025-06-25 14:02:21',NULL,100.00,'','8','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(14740,'1000','191750849484','2025-06-25 14:04:47',150.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14741,'4000','191750849484','2025-06-25 14:04:47',NULL,150.00,'','19','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(14745,'1000','81750850429','2025-06-25 14:20:43',480.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14746,'4000','81750850429','2025-06-25 14:20:43',NULL,50.00,'','8','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(14747,'4000','81750850429','2025-06-25 14:20:29',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14748,'4000','81750850429','2025-06-25 14:20:42',NULL,280.00,'','8','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(14749,'4000','81750850429','2025-06-25 14:49:08',NULL,50.00,'','8','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(14750,'4000','81750850429','2025-06-25 14:49:17',NULL,50.00,'','8','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(14758,'1000','81750852207','2025-06-25 14:50:25',500.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14759,'4000','81750852207','2025-06-25 14:50:25',NULL,50.00,'','8','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(14760,'4000','81750852207','2025-06-25 14:50:07',NULL,350.00,'','8','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(14761,'4000','81750852207','2025-06-25 14:50:14',NULL,50.00,'','8','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(14762,'4000','81750852207','2025-06-25 14:50:23',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(14763,'1000','191750852695','2025-06-25 14:58:20',380.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14764,'4000','191750852695','2025-06-25 14:58:20',NULL,50.00,'','19','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(14765,'4000','191750852695','2025-06-25 14:58:15',NULL,280.00,'','19','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(14766,'4000','191750852695','2025-06-25 14:58:18',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14767,'1000','191750855447','2025-06-25 15:44:11',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14768,'4000','191750855447','2025-06-25 15:44:11',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(14769,'1000','81750855516','2025-06-25 15:45:18',50.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14770,'4000','81750855516','2025-06-25 15:45:18',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(14776,'1000','191750856394','2025-06-25 16:02:11',60.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14777,'4000','191750856394','2025-06-25 16:02:11',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(14778,'4000','191750856394','2025-06-25 15:59:54',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(14779,'1000','191750857869','2025-06-25 16:25:06',220.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14780,'4000','191750857869','2025-06-25 16:25:06',NULL,100.00,'','19','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(14781,'4000','191750857869','2025-06-25 16:24:29',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(14782,'4000','191750857869','2025-06-25 16:24:57',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(14783,'1000','191750857952','2025-06-25 16:26:19',150.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14784,'4000','191750857952','2025-06-25 16:26:19',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14785,'4000','191750857952','2025-06-25 16:25:52',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14786,'4000','191750857952','2025-06-25 16:26:02',NULL,50.00,'','19','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(14787,'1000','81750855883','2025-06-25 15:51:50',860.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14788,'4000','81750855883','2025-06-25 15:51:50',NULL,100.00,'','8','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(14789,'4000','81750855883','2025-06-25 15:51:23',NULL,100.00,'','8','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(14790,'4000','81750855883','2025-06-25 15:51:30',NULL,280.00,'','8','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(14791,'4000','81750855883','2025-06-25 15:51:41',NULL,280.00,'','8','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(14792,'4000','81750855883','2025-06-25 15:51:47',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14793,'4000','81750855883','2025-06-25 16:29:08',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(14796,'1000','81750858528','2025-06-25 16:35:30',50.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14797,'4000','81750858528','2025-06-25 16:35:30',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14798,'1000','81750858191','2025-06-25 16:30:12',100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14799,'4000','81750858191','2025-06-25 16:30:12',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(14800,'4000','81750858191','2025-06-25 16:30:03',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14801,'1000','81750859492','2025-06-25 16:51:41',100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14802,'4000','81750859492','2025-06-25 16:51:41',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(14803,'4000','81750859492','2025-06-25 16:51:32',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(14804,'1000','81750859625','2025-06-25 16:53:46',150.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14805,'4000','81750859625','2025-06-25 16:53:46',NULL,150.00,'','8','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(14806,'1000','81750860950','2025-06-25 17:15:51',150.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14807,'4000','81750860950','2025-06-25 17:15:51',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(14808,'1000','81750862500','2025-06-25 17:41:53',210.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14809,'4000','81750862500','2025-06-25 17:41:53',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(14810,'4000','81750862500','2025-06-25 17:41:40',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(14811,'1000','191750862744','2025-06-25 17:45:50',100.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14812,'4000','191750862744','2025-06-25 17:45:50',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(14813,'4000','191750862744','2025-06-25 17:45:44',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(14814,'1000','191750862766','2025-06-25 17:46:26',150.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14815,'4000','191750862766','2025-06-25 17:46:26',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(14816,'4000','191750862766','2025-06-25 17:46:06',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(14817,'4000','191750862766','2025-06-25 17:46:11',NULL,50.00,'','19','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(14837,'1000','81750864991','2025-06-25 18:23:26',230.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14838,'4000','81750864991','2025-06-25 18:23:26',NULL,20.00,'','8','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(14839,'4000','81750864991','2025-06-25 18:23:11',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14840,'4000','81750864991','2025-06-25 18:23:24',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14841,'4000','81750864991','2025-06-25 18:45:14',NULL,50.00,'','8','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(14842,'4000','81750864991','2025-06-25 18:45:24',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(14843,'1110','81750865747','2025-06-25 18:36:16',NULL,0.00,'','8','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(14844,'1110','81750865747','2025-06-25 18:35:47',NULL,0.00,'','8','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(14845,'1110','81750865747','2025-06-25 18:35:51',NULL,0.00,'','8','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(14846,'1110','81750865747','2025-06-25 18:35:54',NULL,0.00,'','8','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(14847,'1110','81750865747','2025-06-25 18:35:58',NULL,1.00,'','8','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(14848,'1110','81750865747','2025-06-25 18:36:01',NULL,0.00,'','8','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(14849,'1110','81750865747','2025-06-25 18:36:10',NULL,0.00,'','8','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(14850,'1110','81750865747','2025-06-25 18:36:14',NULL,0.00,'','8','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(14851,'5500','81750865747','2025-06-25 18:46:19',1.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(14852,'1000','81750865747','2025-06-25 18:36:16',490.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14853,'4000','81750865747','2025-06-25 18:36:16',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(14854,'4000','81750865747','2025-06-25 18:35:47',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(14855,'4000','81750865747','2025-06-25 18:35:51',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(14856,'4000','81750865747','2025-06-25 18:35:54',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(14857,'4000','81750865747','2025-06-25 18:35:58',NULL,100.00,'','8','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(14858,'4000','81750865747','2025-06-25 18:36:01',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14859,'4000','81750865747','2025-06-25 18:36:10',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14860,'4000','81750865747','2025-06-25 18:36:14',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14861,'1000','81750866754','2025-06-25 18:52:35',30.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14862,'4000','81750866754','2025-06-25 18:52:35',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(14863,'1000','191750867754','2025-06-25 19:09:43',250.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14864,'4000','191750867754','2025-06-25 19:09:43',NULL,50.00,'','19','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(14865,'4000','191750867754','2025-06-25 19:09:14',NULL,50.00,'','19','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(14866,'4000','191750867754','2025-06-25 19:09:16',NULL,50.00,'','19','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(14867,'4000','191750867754','2025-06-25 19:09:20',NULL,100.00,'','19','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(14868,'1000','81750867682','2025-06-25 19:14:05',850.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14869,'4000','81750867682','2025-06-25 19:14:05',NULL,350.00,'','8','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(14870,'4000','81750867682','2025-06-25 19:08:02',NULL,50.00,'','8','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(14871,'4000','81750867682','2025-06-25 19:13:16',NULL,50.00,'','8','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(14872,'4000','81750867682','2025-06-25 19:13:21',NULL,300.00,'','8','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(14873,'4000','81750867682','2025-06-25 19:13:32',NULL,50.00,'','8','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(14874,'4000','81750867682','2025-06-25 19:13:59',NULL,50.00,'','8','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(14879,'1000','81750868698','2025-06-25 19:25:00',100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14880,'4000','81750868698','2025-06-25 19:25:00',NULL,100.00,'','8','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(14881,'1000','81750868740','2025-06-25 19:25:42',50.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14882,'4000','81750868740','2025-06-25 19:25:42',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14883,'1000','191750868945','2025-06-25 19:29:11',100.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14884,'4000','191750868945','2025-06-25 19:29:11',NULL,50.00,'','19','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(14885,'4000','191750868945','2025-06-25 19:29:05',NULL,50.00,'','19','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(14886,'1000','191750869005','2025-06-25 19:30:11',100.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14887,'4000','191750869005','2025-06-25 19:30:11',NULL,100.00,'','19','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(14888,'1000','81750868097','2025-06-25 19:15:19',500.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14889,'4000','81750868097','2025-06-25 19:15:19',NULL,350.00,'','8','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(14890,'4000','81750868097','2025-06-25 19:14:57',NULL,50.00,'','8','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(14891,'4000','81750868097','2025-06-25 19:15:06',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14892,'4000','81750868097','2025-06-25 19:15:17',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14904,'1000','191750869665','2025-06-25 19:43:18',550.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14905,'4000','191750869665','2025-06-25 19:43:18',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(14906,'4000','191750869665','2025-06-25 19:41:05',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(14907,'4000','191750869665','2025-06-25 19:41:09',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(14908,'4000','191750869665','2025-06-25 19:41:26',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(14909,'4000','191750869665','2025-06-25 19:41:33',NULL,50.00,'','19','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(14910,'4000','191750869665','2025-06-25 19:42:04',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14911,'4000','191750869665','2025-06-25 19:42:26',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14912,'4000','191750869665','2025-06-25 19:42:31',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14913,'4000','191750869665','2025-06-25 19:42:49',NULL,50.00,'','19','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(14914,'4000','191750869665','2025-06-25 19:42:58',NULL,50.00,'','19','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(14915,'4000','191750869665','2025-06-25 19:43:14',NULL,50.00,'','19','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(14916,'1000','81750870408','2025-06-25 19:53:45',730.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14917,'4000','81750870408','2025-06-25 19:53:45',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(14918,'4000','81750870408','2025-06-25 19:53:28',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(14919,'4000','81750870408','2025-06-25 19:53:31',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(14920,'4000','81750870408','2025-06-25 19:53:35',NULL,280.00,'','8','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(14921,'1000','81750871211','2025-06-25 20:07:04',400.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14922,'4000','81750871211','2025-06-25 20:07:04',NULL,100.00,'','8','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(14923,'4000','81750871211','2025-06-25 20:06:51',NULL,300.00,'','8','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(14924,'1000','191750871559','2025-06-25 20:12:40',100.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14925,'4000','191750871559','2025-06-25 20:12:40',NULL,100.00,'','19','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(14926,'1000','191750872407','2025-06-25 20:26:58',150.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14927,'4000','191750872407','2025-06-25 20:26:58',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(14928,'4000','191750872407','2025-06-25 20:26:47',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(14929,'4000','191750872407','2025-06-25 20:26:52',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(14930,'1000','191750872572','2025-06-25 20:29:33',200.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14931,'4000','191750872572','2025-06-25 20:29:33',NULL,200.00,'','19','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(14940,'1000','191750874822','2025-06-25 21:07:03',200.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14941,'4000','191750874822','2025-06-25 21:07:03',NULL,200.00,'','19','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(14942,'1000','191750875108','2025-06-25 21:12:05',400.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14943,'4000','191750875108','2025-06-25 21:12:05',NULL,200.00,'','19','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(14944,'4000','191750875108','2025-06-25 21:11:48',NULL,200.00,'','19','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(14945,'1000','191750872597','2025-06-25 20:30:26',350.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14946,'4000','191750872597','2025-06-25 20:30:26',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14947,'4000','191750872597','2025-06-25 20:29:57',NULL,150.00,'','19','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(14948,'4000','191750872597','2025-06-25 20:30:10',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14949,'4000','191750872597','2025-06-25 21:04:15',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14950,'4000','191750872597','2025-06-25 21:04:27',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14951,'1000','181750876456','2025-06-25 21:34:41',670.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14952,'4000','181750876456','2025-06-25 21:34:41',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(14953,'4000','181750876456','2025-06-25 21:34:16',NULL,200.00,'','18','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(14954,'4000','181750876456','2025-06-25 21:34:25',NULL,200.00,'','18','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(14955,'4000','181750876456','2025-06-25 21:34:28',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(14956,'4000','181750876456','2025-06-25 21:34:36',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(14957,'1000','191750918281','2025-06-26 09:11:55',310.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14958,'4000','191750918281','2025-06-26 09:11:55',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14959,'4000','191750918281','2025-06-26 09:11:21',NULL,200.00,'','19','1','Good sold','1','','sales','43','','No',NULL,NULL,''),(14960,'4000','191750918281','2025-06-26 09:11:30',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(14961,'1000','191750918933','2025-06-26 09:22:15',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14962,'4000','191750918933','2025-06-26 09:22:15',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14963,'1000','191750919245','2025-06-26 09:27:27',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14964,'4000','191750919245','2025-06-26 09:27:27',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14965,'1000','81750920618','2025-06-26 09:51:46',60.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14966,'4000','81750920618','2025-06-26 09:51:46',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(14967,'4000','81750920618','2025-06-26 09:50:18',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(14968,'1000','81750920965','2025-06-26 09:56:06',30.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14969,'4000','81750920965','2025-06-26 09:56:06',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(14970,'1000','191750921447','2025-06-26 10:04:13',60.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14971,'4000','191750921447','2025-06-26 10:04:13',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(14972,'4000','191750921447','2025-06-26 10:04:07',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(14973,'1000','81750925406','2025-06-26 11:10:09',30.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14974,'4000','81750925406','2025-06-26 11:10:09',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(14980,'1000','191750927468','2025-06-26 11:47:17',330.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14981,'4000','191750927468','2025-06-26 11:47:17',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(14982,'4000','191750927468','2025-06-26 11:44:28',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(14983,'4000','191750927468','2025-06-26 11:44:37',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(14984,'4000','191750927468','2025-06-26 11:45:09',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(14985,'4000','191750927468','2025-06-26 11:45:15',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(14986,'4000','191750927468','2025-06-26 11:45:23',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14987,'4000','191750927468','2025-06-26 11:46:33',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14988,'4000','191750927468','2025-06-26 11:46:42',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14989,'1000','81750927095','2025-06-26 11:38:17',220.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14990,'4000','81750927095','2025-06-26 11:38:17',NULL,50.00,'','8','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(14991,'4000','81750927095','2025-06-26 11:38:15',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(14992,'4000','81750927095','2025-06-26 11:42:59',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(14993,'4000','81750927095','2025-06-26 11:54:35',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(14994,'1000','191750932248','2025-06-26 13:04:10',150.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14995,'4000','191750932248','2025-06-26 13:04:10',NULL,150.00,'','19','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(14996,'1000','191750933380','2025-06-26 13:24:17',210.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(14997,'4000','191750933380','2025-06-26 13:24:17',NULL,50.00,'','19','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(14998,'4000','191750933380','2025-06-26 13:23:00',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(14999,'4000','191750933380','2025-06-26 13:23:24',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15000,'4000','191750933380','2025-06-26 13:23:59',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15001,'1000','81750934385','2025-06-26 13:39:47',200.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15002,'4000','81750934385','2025-06-26 13:39:47',NULL,200.00,'','8','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(15011,'1000','81750937477','2025-06-26 14:31:29',200.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15012,'4000','81750937477','2025-06-26 14:31:29',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(15013,'4000','81750937477','2025-06-26 14:31:17',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15020,'1000','81750936915','2025-06-26 14:22:00',400.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15021,'4000','81750936915','2025-06-26 14:22:00',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15022,'4000','81750936915','2025-06-26 14:21:55',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15023,'4000','81750936915','2025-06-26 14:21:59',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(15024,'4000','81750936915','2025-06-26 14:26:00',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(15025,'4000','81750936915','2025-06-26 14:26:06',NULL,120.00,'','8','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(15026,'4000','81750936915','2025-06-26 14:44:01',NULL,120.00,'','8','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(15030,'1000','191750940679','2025-06-26 15:24:43',200.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15031,'4000','191750940679','2025-06-26 15:24:43',NULL,200.00,'','19','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(15032,'1000','191750940704','2025-06-26 15:25:34',660.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15033,'4000','191750940704','2025-06-26 15:25:34',NULL,280.00,'','19','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(15034,'4000','191750940704','2025-06-26 15:25:05',NULL,50.00,'','19','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(15035,'4000','191750940704','2025-06-26 15:25:13',NULL,280.00,'','19','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(15036,'4000','191750940704','2025-06-26 15:25:21',NULL,50.00,'','19','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(15037,'1000','191750940753','2025-06-26 15:26:47',630.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15038,'4000','191750940753','2025-06-26 15:26:47',NULL,280.00,'','19','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(15039,'4000','191750940753','2025-06-26 15:25:53',NULL,100.00,'','19','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(15040,'4000','191750940753','2025-06-26 15:26:00',NULL,100.00,'','19','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(15041,'4000','191750940753','2025-06-26 15:26:07',NULL,50.00,'','19','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(15042,'4000','191750940753','2025-06-26 15:26:18',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15043,'4000','191750940753','2025-06-26 15:26:34',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15044,'1000','81750940952','2025-06-26 15:29:28',200.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15045,'4000','81750940952','2025-06-26 15:29:28',NULL,150.00,'','8','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(15046,'4000','81750940952','2025-06-26 15:29:12',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15047,'1000','81750939948','2025-06-26 15:12:53',310.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15048,'4000','81750939948','2025-06-26 15:12:53',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(15049,'4000','81750939948','2025-06-26 15:12:28',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15050,'4000','81750939948','2025-06-26 15:12:49',NULL,200.00,'','8','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(15051,'1000','191750941695','2025-06-26 15:43:07',890.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15052,'4000','191750941695','2025-06-26 15:43:07',NULL,50.00,'','19','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(15053,'4000','191750941695','2025-06-26 15:41:35',NULL,280.00,'','19','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(15054,'4000','191750941695','2025-06-26 15:41:39',NULL,200.00,'','19','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(15055,'4000','191750941695','2025-06-26 15:41:55',NULL,50.00,'','19','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(15056,'4000','191750941695','2025-06-26 15:42:18',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(15057,'4000','191750941695','2025-06-26 15:42:35',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(15058,'4000','191750941695','2025-06-26 15:42:40',NULL,250.00,'','19','1','Good sold','1','','sales','69','','No',NULL,NULL,''),(15059,'1000','191750943519','2025-06-26 16:12:12',60.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15060,'4000','191750943519','2025-06-26 16:12:12',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(15061,'4000','191750943519','2025-06-26 16:11:59',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(15062,'1000','81750943625','2025-06-26 16:13:47',150.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15063,'4000','81750943625','2025-06-26 16:13:47',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(15064,'1000','191750945191','2025-06-26 16:39:56',150.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15065,'4000','191750945191','2025-06-26 16:39:56',NULL,150.00,'','19','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(15066,'1000','191750945961','2025-06-26 16:52:53',500.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15067,'4000','191750945961','2025-06-26 16:52:53',NULL,250.00,'','19','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(15068,'4000','191750945961','2025-06-26 16:52:42',NULL,250.00,'','19','1','Good sold','1','','sales','68','','No',NULL,NULL,''),(15076,'1000','191750946637','2025-06-26 17:09:05',530.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15077,'4000','191750946637','2025-06-26 17:09:05',NULL,120.00,'','19','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(15078,'4000','191750946637','2025-06-26 17:03:58',NULL,120.00,'','19','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(15079,'4000','191750946637','2025-06-26 17:07:41',NULL,120.00,'','19','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(15080,'4000','191750946637','2025-06-26 17:08:06',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15081,'4000','191750946637','2025-06-26 17:08:44',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15082,'4000','191750946637','2025-06-26 17:08:52',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15083,'4000','191750946637','2025-06-26 17:09:02',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(15084,'1000','191750948783','2025-06-26 17:39:47',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15085,'4000','191750948783','2025-06-26 17:39:47',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15086,'1000','81750948891','2025-06-26 17:50:04',1290.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15087,'4000','81750948891','2025-06-26 17:50:04',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15088,'4000','81750948891','2025-06-26 17:41:31',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15089,'4000','81750948891','2025-06-26 17:41:52',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15090,'4000','81750948891','2025-06-26 17:42:13',NULL,150.00,'','8','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(15091,'4000','81750948891','2025-06-26 17:43:11',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(15092,'4000','81750948891','2025-06-26 17:44:47',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(15093,'4000','81750948891','2025-06-26 17:48:29',NULL,50.00,'','8','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(15094,'4000','81750948891','2025-06-26 17:48:38',NULL,50.00,'','8','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(15095,'4000','81750948891','2025-06-26 17:48:48',NULL,200.00,'','8','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(15096,'4000','81750948891','2025-06-26 17:49:04',NULL,200.00,'','8','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(15097,'4000','81750948891','2025-06-26 17:49:15',NULL,280.00,'','8','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(15098,'4000','81750948891','2025-06-26 17:49:23',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(15099,'1000','81750949793','2025-06-26 17:56:36',50.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15100,'4000','81750949793','2025-06-26 17:56:36',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15101,'1000','81750950188','2025-06-26 18:06:08',540.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15102,'4000','81750950188','2025-06-26 18:06:08',NULL,150.00,'','8','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(15103,'4000','81750950188','2025-06-26 18:03:08',NULL,150.00,'','8','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(15104,'4000','81750950188','2025-06-26 18:03:21',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(15105,'4000','81750950188','2025-06-26 18:04:56',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(15106,'4000','81750950188','2025-06-26 18:05:34',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(15107,'4000','81750950188','2025-06-26 18:05:45',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(15108,'1000','81750950412','2025-06-26 18:07:56',220.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15109,'4000','81750950412','2025-06-26 18:07:56',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(15110,'4000','81750950412','2025-06-26 18:06:52',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(15111,'4000','81750950412','2025-06-26 18:07:29',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(15112,'4000','81750950412','2025-06-26 18:07:46',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(15113,'1000','81750950590','2025-06-26 18:10:16',150.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15114,'4000','81750950590','2025-06-26 18:10:16',NULL,50.00,'','8','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(15115,'4000','81750950590','2025-06-26 18:09:50',NULL,50.00,'','8','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(15116,'4000','81750950590','2025-06-26 18:09:54',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15117,'1000','81750950655','2025-06-26 18:10:57',200.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15118,'4000','81750950655','2025-06-26 18:10:57',NULL,200.00,'','8','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(15119,'1000','81750950686','2025-06-26 18:11:33',400.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15120,'4000','81750950686','2025-06-26 18:11:33',NULL,200.00,'','8','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(15121,'4000','81750950686','2025-06-26 18:11:26',NULL,200.00,'','8','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(15122,'1110','81750950941','2025-06-26 18:15:57',NULL,0.00,'','8','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(15123,'1110','81750950941','2025-06-26 18:15:41',NULL,1.00,'','8','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(15124,'5500','81750950941','2025-06-26 18:15:54',1.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15125,'1000','81750950941','2025-06-26 18:15:57',250.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15126,'4000','81750950941','2025-06-26 18:15:57',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(15127,'4000','81750950941','2025-06-26 18:15:41',NULL,100.00,'','8','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(15128,'1000','191750950962','2025-06-26 18:17:02',310.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15129,'4000','191750950962','2025-06-26 18:17:02',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(15130,'4000','191750950962','2025-06-26 18:16:02',NULL,150.00,'','19','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(15131,'4000','191750950962','2025-06-26 18:16:15',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15132,'4000','191750950962','2025-06-26 18:16:38',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15133,'1000','191750951504','2025-06-26 18:25:39',210.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15134,'4000','191750951504','2025-06-26 18:25:39',NULL,150.00,'','19','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(15135,'4000','191750951504','2025-06-26 18:25:04',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(15136,'1000','81750951995','2025-06-26 18:33:55',430.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15137,'4000','81750951995','2025-06-26 18:33:55',NULL,100.00,'','8','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(15138,'4000','81750951995','2025-06-26 18:33:15',NULL,280.00,'','8','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(15139,'4000','81750951995','2025-06-26 18:33:23',NULL,50.00,'','8','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(15140,'1000','191750952941','2025-06-26 18:49:05',100.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15141,'4000','191750952941','2025-06-26 18:49:05',NULL,100.00,'','19','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(15142,'1000','81750954188','2025-06-26 19:09:56',60.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15143,'4000','81750954188','2025-06-26 19:09:56',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(15144,'4000','81750954188','2025-06-26 19:09:48',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(15145,'1000','191750954425','2025-06-26 19:16:28',150.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15146,'4000','191750954425','2025-06-26 19:16:28',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(15147,'4000','191750954425','2025-06-26 19:13:45',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(15148,'4000','191750954425','2025-06-26 19:16:06',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(15149,'1000','191750954660','2025-06-26 19:19:01',160.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15150,'4000','191750954660','2025-06-26 19:19:01',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(15151,'4000','191750954660','2025-06-26 19:17:40',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(15152,'4000','191750954660','2025-06-26 19:18:08',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15153,'4000','191750954660','2025-06-26 19:18:52',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15154,'1000','81750954762','2025-06-26 19:19:24',50.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15155,'4000','81750954762','2025-06-26 19:19:24',NULL,50.00,'','8','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(15156,'1000','81750956219','2025-06-26 19:43:42',50.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15157,'4000','81750956219','2025-06-26 19:43:42',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15158,'1000','191750956930','2025-06-26 20:06:13',200.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15159,'4000','191750956930','2025-06-26 20:06:13',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(15160,'4000','191750956930','2025-06-26 19:55:30',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(15161,'4000','191750956930','2025-06-26 20:05:59',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(15162,'4000','191750956930','2025-06-26 20:06:06',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(15163,'1000','191750957593','2025-06-26 20:07:10',250.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15164,'4000','191750957593','2025-06-26 20:07:10',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(15165,'4000','191750957593','2025-06-26 20:06:34',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(15166,'4000','191750957593','2025-06-26 20:06:41',NULL,150.00,'','19','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(15167,'1000','191750959489','2025-06-26 20:38:28',250.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15168,'4000','191750959489','2025-06-26 20:38:28',NULL,150.00,'','19','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(15169,'4000','191750959489','2025-06-26 20:38:09',NULL,100.00,'','19','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(15170,'1000','191750959528','2025-06-26 20:38:50',150.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15171,'4000','191750959528','2025-06-26 20:38:50',NULL,150.00,'','19','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(15172,'1000','81750962486','2025-06-26 21:28:14',100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15173,'4000','81750962486','2025-06-26 21:28:14',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(15174,'4000','81750962486','2025-06-26 21:28:06',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(15175,'1000','81750962542','2025-06-26 21:29:03',150.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15176,'4000','81750962542','2025-06-26 21:29:03',NULL,150.00,'','8','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(15177,'1000','181750962573','2025-06-26 21:29:51',210.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15178,'4000','181750962573','2025-06-26 21:29:51',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(15179,'4000','181750962573','2025-06-26 21:29:33',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(15180,'4000','181750962573','2025-06-26 21:29:45',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(15181,'1000','181750962631','2025-06-26 21:30:33',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15182,'4000','181750962631','2025-06-26 21:30:33',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15183,'1000','81750963244','2025-06-26 21:40:45',50.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15184,'4000','81750963244','2025-06-26 21:40:45',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(15185,'1000','191751003611','2025-06-27 08:53:33',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15186,'4000','191751003611','2025-06-27 08:53:33',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15187,'1110','81751004758','2025-06-27 09:12:52',NULL,0.00,'','8','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(15188,'1110','81751004758','2025-06-27 09:12:38',NULL,1.00,'','8','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(15189,'5500','81751004758','2025-06-27 09:12:50',1.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15190,'1000','81751004758','2025-06-27 09:12:52',150.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15191,'4000','81751004758','2025-06-27 09:12:52',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15192,'4000','81751004758','2025-06-27 09:12:38',NULL,100.00,'','8','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(15201,'1000','81751009038','2025-06-27 10:24:00',30.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15202,'4000','81751009038','2025-06-27 10:24:00',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(15203,'1000','191751006514','2025-06-27 09:43:01',540.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15204,'4000','191751006514','2025-06-27 09:43:01',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(15205,'4000','191751006514','2025-06-27 09:41:55',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(15206,'4000','191751006514','2025-06-27 09:42:02',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(15207,'4000','191751006514','2025-06-27 09:42:06',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(15208,'4000','191751006514','2025-06-27 09:42:12',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15209,'4000','191751006514','2025-06-27 09:42:40',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15210,'4000','191751006514','2025-06-27 09:42:52',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15211,'4000','191751006514','2025-06-27 09:43:00',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15212,'4000','191751006514','2025-06-27 10:26:05',NULL,100.00,'','19','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(15213,'1000','81751010456','2025-06-27 10:47:37',150.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15214,'4000','81751010456','2025-06-27 10:47:37',NULL,150.00,'','8','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(15215,'1000','191751010793','2025-06-27 10:53:16',30.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15216,'4000','191751010793','2025-06-27 10:53:16',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(15217,'1000','81751010867','2025-06-27 10:55:08',150.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15218,'4000','81751010867','2025-06-27 10:55:08',NULL,20.00,'','8','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(15219,'4000','81751010867','2025-06-27 10:54:27',NULL,20.00,'','8','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(15220,'4000','81751010867','2025-06-27 10:54:36',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(15221,'4000','81751010867','2025-06-27 10:54:43',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15222,'1000','191751012112','2025-06-27 11:18:23',220.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15223,'4000','191751012112','2025-06-27 11:18:23',NULL,100.00,'','19','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(15224,'4000','191751012112','2025-06-27 11:15:12',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(15225,'4000','191751012112','2025-06-27 11:18:09',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(15226,'1000','191751012334','2025-06-27 11:19:14',170.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15227,'4000','191751012334','2025-06-27 11:19:14',NULL,120.00,'','19','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(15228,'4000','191751012334','2025-06-27 11:18:54',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15229,'1000','81751013315','2025-06-27 11:35:39',110.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15230,'4000','81751013315','2025-06-27 11:35:39',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(15231,'4000','81751013315','2025-06-27 11:35:15',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15232,'1110','81751013447','2025-06-27 11:38:33',NULL,65.00,'','8','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(15233,'5500','81751013447','2025-06-27 11:38:25',65.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15234,'1000','81751013447','2025-06-27 11:38:33',90.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15235,'4000','81751013447','2025-06-27 11:38:33',NULL,90.00,'','8','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(15236,'1000','81751015109','2025-06-27 12:05:31',210.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15237,'4000','81751015109','2025-06-27 12:05:31',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(15238,'4000','81751015109','2025-06-27 12:05:09',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(15243,'1000','81751015638','2025-06-27 12:19:05',800.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15244,'4000','81751015638','2025-06-27 12:19:05',NULL,150.00,'','8','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(15245,'4000','81751015638','2025-06-27 12:13:58',NULL,50.00,'','8','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(15246,'4000','81751015638','2025-06-27 12:18:41',NULL,300.00,'','8','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(15247,'4000','81751015638','2025-06-27 12:19:00',NULL,300.00,'','8','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(15248,'1000','81751020159','2025-06-27 13:29:24',50.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15249,'4000','81751020159','2025-06-27 13:29:24',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15250,'1000','81751021842','2025-06-27 13:57:32',100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15251,'4000','81751021842','2025-06-27 13:57:32',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(15252,'4000','81751021842','2025-06-27 13:57:22',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(15253,'1000','191751022214','2025-06-27 14:04:22',550.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15254,'4000','191751022214','2025-06-27 14:04:22',NULL,150.00,'','19','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(15255,'4000','191751022214','2025-06-27 14:03:35',NULL,150.00,'','19','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(15256,'4000','191751022214','2025-06-27 14:03:49',NULL,50.00,'','19','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(15257,'4000','191751022214','2025-06-27 14:04:06',NULL,200.00,'','19','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(15258,'1000','81751022596','2025-06-27 14:10:14',350.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15259,'4000','81751022596','2025-06-27 14:10:14',NULL,200.00,'','8','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(15260,'4000','81751022596','2025-06-27 14:09:56',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(15261,'1000','81751023044','2025-06-27 14:17:42',90.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15262,'4000','81751023044','2025-06-27 14:17:42',NULL,20.00,'','8','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(15263,'4000','81751023044','2025-06-27 14:17:24',NULL,20.00,'','8','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(15264,'4000','81751023044','2025-06-27 14:17:27',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15265,'1000','81751023080','2025-06-27 14:18:29',500.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15266,'4000','81751023080','2025-06-27 14:18:29',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(15267,'4000','81751023080','2025-06-27 14:18:00',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(15268,'4000','81751023080','2025-06-27 14:18:07',NULL,200.00,'','8','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(15273,'1000','191751023126','2025-06-27 14:20:36',600.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15274,'4000','191751023126','2025-06-27 14:20:36',NULL,200.00,'','19','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(15275,'4000','191751023126','2025-06-27 14:18:46',NULL,150.00,'','19','1','Good sold','1','','sales','88','','No',NULL,NULL,''),(15276,'4000','191751023126','2025-06-27 14:20:07',NULL,150.00,'','19','1','Good sold','1','','sales','87','','No',NULL,NULL,''),(15277,'4000','191751023126','2025-06-27 14:20:34',NULL,50.00,'','19','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(15278,'4000','191751023126','2025-06-27 14:25:45',NULL,50.00,'','19','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(15279,'4000','191751023126','2025-06-27 14:26:02',NULL,50.00,'','19','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(15280,'1000','81751023681','2025-06-27 14:28:03',150.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15281,'4000','81751023681','2025-06-27 14:28:03',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(15282,'1000','81751023748','2025-06-27 14:29:25',40.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15283,'4000','81751023748','2025-06-27 14:29:25',NULL,20.00,'','8','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(15284,'4000','81751023748','2025-06-27 14:29:08',NULL,20.00,'','8','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(15285,'1000','81751024650','2025-06-27 14:44:21',200.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15286,'4000','81751024650','2025-06-27 14:44:21',NULL,200.00,'','8','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(15287,'1000','81751026201','2025-06-27 15:10:05',200.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15288,'4000','81751026201','2025-06-27 15:10:05',NULL,200.00,'','8','1','Good sold','1','','sales','85','','No',NULL,NULL,''),(15289,'1000','191751026378','2025-06-27 15:13:00',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15290,'4000','191751026378','2025-06-27 15:13:00',NULL,50.00,'','19','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(15291,'1000','191751030000','2025-06-27 16:13:36',430.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15292,'4000','191751030000','2025-06-27 16:13:36',NULL,280.00,'','19','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(15293,'4000','191751030000','2025-06-27 16:13:20',NULL,150.00,'','19','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(15294,'1000','191751030106','2025-06-27 16:15:22',400.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15295,'4000','191751030106','2025-06-27 16:15:22',NULL,200.00,'','19','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(15296,'4000','191751030106','2025-06-27 16:15:06',NULL,200.00,'','19','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(15297,'1000','81751031611','2025-06-27 16:40:25',300.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15298,'4000','81751031611','2025-06-27 16:40:25',NULL,180.00,'','8','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(15299,'4000','81751031611','2025-06-27 16:40:11',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(15300,'4000','81751031611','2025-06-27 16:40:17',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(15301,'1000','81751031692','2025-06-27 16:41:40',300.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15302,'4000','81751031692','2025-06-27 16:41:40',NULL,300.00,'','8','1','Good sold','1','','sales','71','','No',NULL,NULL,''),(15303,'1110','81751033841','2025-06-27 17:17:58',NULL,0.00,'','8','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(15304,'1110','81751033841','2025-06-27 17:17:21',NULL,1.00,'','8','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(15305,'1110','81751033841','2025-06-27 17:17:29',NULL,0.00,'','8','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(15306,'5500','81751033841','2025-06-27 17:17:54',1.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15307,'1000','81751033841','2025-06-27 17:17:58',180.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15308,'4000','81751033841','2025-06-27 17:17:58',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(15309,'4000','81751033841','2025-06-27 17:17:21',NULL,100.00,'','8','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(15310,'4000','81751033841','2025-06-27 17:17:29',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15311,'1000','81751035131','2025-06-27 17:39:09',60.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15312,'4000','81751035131','2025-06-27 17:39:09',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(15313,'4000','81751035131','2025-06-27 17:38:52',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(15314,'1000','191751035455','2025-06-27 17:45:47',80.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15315,'4000','191751035455','2025-06-27 17:45:47',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(15316,'4000','191751035455','2025-06-27 17:44:15',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15317,'1000','191751035604','2025-06-27 17:47:47',170.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15318,'4000','191751035604','2025-06-27 17:47:47',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15319,'4000','191751035604','2025-06-27 17:46:45',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(15320,'4000','191751035604','2025-06-27 17:47:29',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(15321,'1000','191751036806','2025-06-27 18:07:08',100.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15322,'4000','191751036806','2025-06-27 18:07:08',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(15323,'4000','191751036806','2025-06-27 18:06:46',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(15324,'1000','81751038614','2025-06-27 18:37:18',500.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15325,'4000','81751038614','2025-06-27 18:37:18',NULL,350.00,'','8','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(15326,'4000','81751038614','2025-06-27 18:36:54',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(15327,'1000','191751038808','2025-06-27 18:40:12',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15328,'4000','191751038808','2025-06-27 18:40:12',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15333,'1000','191751041008','2025-06-27 19:18:34',700.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15334,'4000','191751041008','2025-06-27 19:18:34',NULL,200.00,'','19','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(15335,'4000','191751041008','2025-06-27 19:16:48',NULL,300.00,'','19','1','Good sold','1','','sales','51','','No',NULL,NULL,''),(15336,'4000','191751041008','2025-06-27 19:17:49',NULL,150.00,'','19','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(15337,'4000','191751041008','2025-06-27 19:18:17',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15338,'1000','81751040144','2025-06-27 19:07:35',240.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15339,'4000','81751040144','2025-06-27 19:07:35',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15340,'4000','81751040144','2025-06-27 19:02:24',NULL,100.00,'','8','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(15341,'4000','81751040144','2025-06-27 19:02:42',NULL,60.00,'','8','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(15342,'4000','81751040144','2025-06-27 19:07:27',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(15354,'1000','81751041749','2025-06-27 19:29:12',50.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15355,'4000','81751041749','2025-06-27 19:29:12',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15356,'1000','191751041736','2025-06-27 19:29:00',60.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15357,'4000','191751041736','2025-06-27 19:29:00',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(15363,'1000','81751041605','2025-06-27 19:26:57',200.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15364,'4000','81751041605','2025-06-27 19:26:57',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15365,'4000','81751041605','2025-06-27 19:26:45',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15366,'4000','81751041605','2025-06-27 19:26:54',NULL,50.00,'','8','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(15367,'4000','81751041605','2025-06-27 19:49:28',NULL,50.00,'','8','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(15368,'1000','81751041542','2025-06-27 19:26:16',260.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15369,'4000','81751041542','2025-06-27 19:26:16',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15370,'4000','81751041542','2025-06-27 19:25:42',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15371,'4000','81751041542','2025-06-27 19:25:51',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(15372,'4000','81751041542','2025-06-27 19:26:05',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(15373,'4000','81751041542','2025-06-27 19:26:14',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15374,'4000','81751041542','2025-06-27 19:52:08',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15375,'1000','81751043163','2025-06-27 19:53:21',220.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15376,'4000','81751043163','2025-06-27 19:53:21',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15377,'4000','81751043163','2025-06-27 19:52:43',NULL,120.00,'','8','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(15378,'4000','81751043163','2025-06-27 19:53:02',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(15379,'1000','81751041644','2025-06-27 19:28:38',300.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15380,'4000','81751041644','2025-06-27 19:28:38',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15381,'4000','81751041644','2025-06-27 19:27:24',NULL,50.00,'','8','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(15382,'4000','81751041644','2025-06-27 19:28:34',NULL,50.00,'','8','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(15383,'4000','81751041644','2025-06-27 19:47:58',NULL,50.00,'','8','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(15384,'4000','81751041644','2025-06-27 19:48:09',NULL,100.00,'','8','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(15385,'1000','81751044536','2025-06-27 20:15:47',80.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15386,'4000','81751044536','2025-06-27 20:15:47',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(15387,'4000','81751044536','2025-06-27 20:15:36',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(15388,'1000','81751044601','2025-06-27 20:17:03',300.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15389,'4000','81751044601','2025-06-27 20:17:03',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15390,'4000','81751044601','2025-06-27 20:16:41',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15391,'4000','81751044601','2025-06-27 20:16:47',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15392,'4000','81751044601','2025-06-27 20:16:52',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15393,'4000','81751044601','2025-06-27 20:16:56',NULL,100.00,'','8','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(15394,'1000','191751044601','2025-06-27 20:17:33',300.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15395,'4000','191751044601','2025-06-27 20:17:33',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15396,'4000','191751044601','2025-06-27 20:16:41',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15397,'4000','191751044601','2025-06-27 20:16:56',NULL,200.00,'','19','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(15398,'1000','81751044714','2025-06-27 20:19:47',730.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15399,'4000','81751044714','2025-06-27 20:19:47',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15400,'4000','81751044714','2025-06-27 20:18:34',NULL,50.00,'','8','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(15401,'4000','81751044714','2025-06-27 20:19:08',NULL,100.00,'','8','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(15402,'4000','81751044714','2025-06-27 20:19:31',NULL,350.00,'','8','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(15403,'4000','81751044714','2025-06-27 20:19:36',NULL,180.00,'','8','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(15404,'1000','191751044906','2025-06-27 20:22:28',240.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15405,'4000','191751044906','2025-06-27 20:22:28',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(15406,'4000','191751044906','2025-06-27 20:21:46',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(15407,'4000','191751044906','2025-06-27 20:21:52',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(15408,'4000','191751044906','2025-06-27 20:21:57',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15409,'4000','191751044906','2025-06-27 20:22:20',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15410,'4000','191751044906','2025-06-27 20:22:22',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15411,'1000','191751046809','2025-06-27 20:53:39',100.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15412,'4000','191751046809','2025-06-27 20:53:39',NULL,50.00,'','19','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(15413,'4000','191751046809','2025-06-27 20:53:29',NULL,50.00,'','19','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(15414,'1000','191751046988','2025-06-27 20:56:59',430.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15415,'4000','191751046988','2025-06-27 20:56:59',NULL,150.00,'','19','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(15416,'4000','191751046988','2025-06-27 20:56:28',NULL,280.00,'','19','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(15417,'1000','81751046994','2025-06-27 20:57:04',310.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15418,'4000','81751046994','2025-06-27 20:57:04',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15419,'4000','81751046994','2025-06-27 20:56:34',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(15420,'4000','81751046994','2025-06-27 20:56:43',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(15421,'4000','81751046994','2025-06-27 20:56:49',NULL,30.00,'','8','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(15422,'4000','81751046994','2025-06-27 20:56:53',NULL,50.00,'','8','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(15423,'1000','81751047043','2025-06-27 20:57:25',20.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15424,'4000','81751047043','2025-06-27 20:57:25',NULL,20.00,'','8','1','Good sold','1','','sales','80','','No',NULL,NULL,''),(15425,'1000','191751047080','2025-06-27 21:00:19',910.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15426,'4000','191751047080','2025-06-27 21:00:19',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15427,'4000','191751047080','2025-06-27 20:58:00',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15428,'4000','191751047080','2025-06-27 20:58:05',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15429,'4000','191751047080','2025-06-27 20:58:12',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15430,'4000','191751047080','2025-06-27 20:58:19',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15431,'4000','191751047080','2025-06-27 20:58:23',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15432,'4000','191751047080','2025-06-27 20:58:27',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15433,'4000','191751047080','2025-06-27 20:58:32',NULL,100.00,'','19','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(15434,'4000','191751047080','2025-06-27 20:58:45',NULL,100.00,'','19','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(15435,'4000','191751047080','2025-06-27 20:58:52',NULL,50.00,'','19','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(15436,'4000','191751047080','2025-06-27 20:59:10',NULL,50.00,'','19','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(15437,'4000','191751047080','2025-06-27 20:59:16',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(15438,'4000','191751047080','2025-06-27 20:59:50',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(15439,'4000','191751047080','2025-06-27 20:59:53',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(15440,'4000','191751047080','2025-06-27 20:59:58',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(15441,'4000','191751047080','2025-06-27 21:00:04',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(15442,'1000','181751048976','2025-06-27 21:29:50',200.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15443,'4000','181751048976','2025-06-27 21:29:50',NULL,150.00,'','18','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(15444,'4000','181751048976','2025-06-27 21:29:37',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(15445,'1000','181751049462','2025-06-27 21:37:44',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15446,'4000','181751049462','2025-06-27 21:37:44',NULL,50.00,'','18','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(15447,'1000','181751049621','2025-06-27 21:40:34',330.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15448,'4000','181751049621','2025-06-27 21:40:34',NULL,280.00,'','18','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(15449,'4000','181751049621','2025-06-27 21:40:21',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(15450,'1000','181751049739','2025-06-27 21:43:28',430.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15451,'4000','181751049739','2025-06-27 21:43:28',NULL,150.00,'','18','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(15452,'4000','181751049739','2025-06-27 21:42:19',NULL,280.00,'','18','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(15453,'1000','191751050374','2025-06-27 21:53:15',300.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15454,'4000','191751050374','2025-06-27 21:53:15',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(15455,'4000','191751050374','2025-06-27 21:52:54',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(15456,'4000','191751050374','2025-06-27 21:52:58',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(15457,'4000','191751050374','2025-06-27 21:53:02',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(15458,'4000','191751050374','2025-06-27 21:53:06',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(15459,'4000','191751050374','2025-06-27 21:53:10',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(15460,'1000','181751050908','2025-06-27 22:01:59',350.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15461,'4000','181751050908','2025-06-27 22:01:59',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(15462,'4000','181751050908','2025-06-27 22:01:49',NULL,300.00,'','18','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(15463,'1000','181751053993','2025-06-27 22:53:15',20.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15464,'4000','181751053993','2025-06-27 22:53:15',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(15465,'1000','181751082627','2025-06-28 06:51:17',460.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15466,'4000','181751082627','2025-06-28 06:51:17',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(15467,'4000','181751082627','2025-06-28 06:50:27',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(15468,'4000','181751082627','2025-06-28 06:50:30',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(15469,'4000','181751082627','2025-06-28 06:50:33',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(15470,'4000','181751082627','2025-06-28 06:50:36',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(15471,'4000','181751082627','2025-06-28 06:50:40',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(15472,'4000','181751082627','2025-06-28 06:50:47',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(15473,'4000','181751082627','2025-06-28 06:50:57',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15474,'4000','181751082627','2025-06-28 06:51:13',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15475,'1000','181751084161','2025-06-28 07:16:29',160.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15476,'4000','181751084161','2025-06-28 07:16:29',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(15477,'4000','181751084161','2025-06-28 07:16:01',NULL,30.00,'','18','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(15478,'4000','181751084161','2025-06-28 07:16:05',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15479,'4000','181751084161','2025-06-28 07:16:24',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15480,'1110','181751088911','2025-06-28 08:35:36',NULL,1.00,'','18','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(15481,'1110','181751088911','2025-06-28 08:35:11',NULL,0.00,'','18','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(15482,'1110','181751088911','2025-06-28 08:35:16',NULL,0.00,'','18','1','Inventory sold','1','','sales','6','','No',NULL,NULL,''),(15483,'1110','181751088911','2025-06-28 08:35:23',NULL,0.00,'','18','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(15484,'5500','181751088911','2025-06-28 08:35:34',1.00,NULL,'','18','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15485,'1000','181751088911','2025-06-28 08:35:36',250.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15486,'4000','181751088911','2025-06-28 08:35:36',NULL,100.00,'','18','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(15487,'4000','181751088911','2025-06-28 08:35:11',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(15488,'4000','181751088911','2025-06-28 08:35:16',NULL,50.00,'','18','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(15489,'4000','181751088911','2025-06-28 08:35:23',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15490,'1110','181751089203','2025-06-28 08:40:18',NULL,1.00,'','18','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(15491,'1110','181751089203','2025-06-28 08:40:03',NULL,0.00,'','18','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(15492,'5500','181751089203','2025-06-28 08:40:16',1.00,NULL,'','18','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15493,'1000','181751089203','2025-06-28 08:40:18',150.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15494,'4000','181751089203','2025-06-28 08:40:18',NULL,100.00,'','18','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(15495,'4000','181751089203','2025-06-28 08:40:03',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15496,'1000','181751089634','2025-06-28 08:47:16',50.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15497,'4000','181751089634','2025-06-28 08:47:16',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15498,'1000','191751091079','2025-06-28 09:11:20',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15499,'4000','191751091079','2025-06-28 09:11:20',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15500,'1000','191751092601','2025-06-28 09:37:19',90.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15501,'4000','191751092601','2025-06-28 09:37:19',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15502,'4000','191751092601','2025-06-28 09:36:41',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(15503,'4000','191751092601','2025-06-28 09:37:13',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(15510,'1000','191751095171','2025-06-28 10:19:51',250.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15511,'4000','191751095171','2025-06-28 10:19:51',NULL,200.00,'','19','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(15512,'4000','191751095171','2025-06-28 10:19:31',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15513,'1110','81751094468','2025-06-28 10:07:59',NULL,0.00,'','8','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(15514,'1110','81751094468','2025-06-28 10:07:48',NULL,1.00,'','8','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(15515,'1110','81751094468','2025-06-28 10:07:58',NULL,0.00,'','8','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(15516,'5500','81751094468','2025-06-28 10:32:16',1.00,NULL,'','8','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15517,'1000','81751094468','2025-06-28 10:07:59',200.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15518,'4000','81751094468','2025-06-28 10:07:59',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15519,'4000','81751094468','2025-06-28 10:07:48',NULL,100.00,'','8','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(15520,'4000','81751094468','2025-06-28 10:07:58',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15521,'1000','81751096302','2025-06-28 10:38:24',50.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15522,'4000','81751096302','2025-06-28 10:38:24',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15523,'1000','191751097810','2025-06-28 11:03:32',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15524,'4000','191751097810','2025-06-28 11:03:32',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15525,'1000','191751097895','2025-06-28 11:05:06',40.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15526,'4000','191751097895','2025-06-28 11:05:06',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(15527,'4000','191751097895','2025-06-28 11:04:56',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(15528,'1110','191751098055','2025-06-28 11:08:04',NULL,1.00,'','19','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(15529,'1110','191751098055','2025-06-28 11:07:35',NULL,0.00,'','19','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(15530,'1110','191751098055','2025-06-28 11:07:40',NULL,0.00,'','19','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(15531,'5500','191751098055','2025-06-28 11:08:02',1.00,NULL,'','19','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15532,'1000','191751098055','2025-06-28 11:08:04',180.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15533,'4000','191751098055','2025-06-28 11:08:04',NULL,100.00,'','19','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(15534,'4000','191751098055','2025-06-28 11:07:35',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(15535,'4000','191751098055','2025-06-28 11:07:40',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15536,'1000','191751103016','2025-06-28 12:30:20',120.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15537,'4000','191751103016','2025-06-28 12:30:20',NULL,120.00,'','19','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(15538,'1000','81751107247','2025-06-28 13:40:55',300.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15539,'4000','81751107247','2025-06-28 13:40:55',NULL,300.00,'','8','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(15540,'1000','191751107962','2025-06-28 13:52:47',200.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15541,'4000','191751107962','2025-06-28 13:52:47',NULL,200.00,'','19','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(15542,'1000','191751108275','2025-06-28 13:58:16',80.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15543,'4000','191751108275','2025-06-28 13:58:16',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15544,'4000','191751108275','2025-06-28 13:57:55',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(15545,'1000','81751108546','2025-06-28 14:02:31',40.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15546,'4000','81751108546','2025-06-28 14:02:31',NULL,20.00,'','8','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(15547,'4000','81751108546','2025-06-28 14:02:26',NULL,20.00,'','8','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(15548,'1000','81751108640','2025-06-28 14:04:45',1060.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15549,'4000','81751108640','2025-06-28 14:04:45',NULL,100.00,'','8','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(15550,'4000','81751108640','2025-06-28 14:04:00',NULL,100.00,'','8','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(15551,'4000','81751108640','2025-06-28 14:04:04',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(15552,'4000','81751108640','2025-06-28 14:04:19',NULL,150.00,'','8','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(15553,'4000','81751108640','2025-06-28 14:04:25',NULL,280.00,'','8','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(15554,'4000','81751108640','2025-06-28 14:04:38',NULL,280.00,'','8','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(15563,'1000','191751108827','2025-06-28 14:09:04',300.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15564,'4000','191751108827','2025-06-28 14:09:04',NULL,150.00,'','19','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(15565,'4000','191751108827','2025-06-28 14:07:08',NULL,50.00,'','19','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(15566,'4000','191751108827','2025-06-28 14:08:23',NULL,50.00,'','19','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(15567,'4000','191751108827','2025-06-28 14:09:02',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15573,'1000','81751110489','2025-06-28 14:35:10',200.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15574,'4000','81751110489','2025-06-28 14:35:10',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(15575,'4000','81751110489','2025-06-28 14:34:49',NULL,50.00,'','8','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(15576,'4000','81751110489','2025-06-28 14:35:01',NULL,50.00,'','8','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(15577,'4000','81751110489','2025-06-28 14:35:08',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15578,'1000','81751112080','2025-06-28 15:02:59',1440.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15579,'4000','81751112080','2025-06-28 15:02:59',NULL,150.00,'','8','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(15580,'4000','81751112080','2025-06-28 15:01:20',NULL,150.00,'','8','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(15581,'4000','81751112080','2025-06-28 15:01:26',NULL,150.00,'','8','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(15582,'4000','81751112080','2025-06-28 15:01:38',NULL,50.00,'','8','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(15583,'4000','81751112080','2025-06-28 15:02:54',NULL,50.00,'','8','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(15584,'4000','81751112080','2025-06-28 15:17:49',NULL,50.00,'','8','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(15585,'4000','81751112080','2025-06-28 15:18:00',NULL,280.00,'','8','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(15586,'4000','81751112080','2025-06-28 15:18:22',NULL,280.00,'','8','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(15587,'4000','81751112080','2025-06-28 15:18:50',NULL,280.00,'','8','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(15588,'1000','191751115441','2025-06-28 15:57:33',150.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15589,'4000','191751115441','2025-06-28 15:57:33',NULL,150.00,'','19','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(15590,'1000','191751117369','2025-06-28 16:29:34',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15591,'4000','191751117369','2025-06-28 16:29:34',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(15592,'1000','81751119087','2025-06-28 16:58:13',50.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15593,'4000','81751119087','2025-06-28 16:58:13',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15594,'1000','81751119164','2025-06-28 16:59:27',50.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15595,'4000','81751119164','2025-06-28 16:59:27',NULL,50.00,'','8','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(15598,'1000','191751121358','2025-06-28 17:36:07',100.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15599,'4000','191751121358','2025-06-28 17:36:07',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15600,'4000','191751121358','2025-06-28 17:35:58',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15601,'1000','191751121746','2025-06-28 17:44:01',560.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15602,'4000','191751121746','2025-06-28 17:44:01',NULL,180.00,'','19','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(15603,'4000','191751121746','2025-06-28 17:42:26',NULL,180.00,'','19','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(15604,'4000','191751121746','2025-06-28 17:42:35',NULL,50.00,'','19','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(15605,'4000','191751121746','2025-06-28 17:43:22',NULL,50.00,'','19','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(15606,'4000','191751121746','2025-06-28 17:43:30',NULL,100.00,'','19','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(15607,'1000','81751120538','2025-06-28 17:22:22',100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15608,'4000','81751120538','2025-06-28 17:22:22',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15609,'4000','81751120538','2025-06-28 17:22:18',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15612,'1000','191751126518','2025-06-28 19:02:00',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15613,'4000','191751126518','2025-06-28 19:02:00',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15614,'1000','191751126976','2025-06-28 19:13:11',890.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15615,'4000','191751126976','2025-06-28 19:13:11',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(15616,'4000','191751126976','2025-06-28 19:09:36',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(15617,'4000','191751126976','2025-06-28 19:09:41',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(15618,'4000','191751126976','2025-06-28 19:09:49',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(15619,'4000','191751126976','2025-06-28 19:09:56',NULL,50.00,'','19','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(15620,'4000','191751126976','2025-06-28 19:10:27',NULL,50.00,'','19','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(15621,'4000','191751126976','2025-06-28 19:10:32',NULL,50.00,'','19','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(15622,'4000','191751126976','2025-06-28 19:10:36',NULL,50.00,'','19','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(15623,'4000','191751126976','2025-06-28 19:10:42',NULL,150.00,'','19','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(15624,'4000','191751126976','2025-06-28 19:12:52',NULL,150.00,'','19','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(15625,'4000','191751126976','2025-06-28 19:12:57',NULL,150.00,'','19','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(15626,'1000','191751124616','2025-06-28 18:30:21',680.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15627,'4000','191751124616','2025-06-28 18:30:21',NULL,100.00,'','19','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(15628,'4000','191751124616','2025-06-28 18:30:16',NULL,100.00,'','19','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(15629,'4000','191751124616','2025-06-28 19:24:43',NULL,100.00,'','19','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(15630,'4000','191751124616','2025-06-28 19:24:48',NULL,100.00,'','19','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(15631,'4000','191751124616','2025-06-28 19:25:11',NULL,280.00,'','19','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(15632,'1000','81751130279','2025-06-28 20:04:41',50.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15633,'4000','81751130279','2025-06-28 20:04:41',NULL,50.00,'','8','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15634,'1000','81751132221','2025-06-28 20:37:07',100.00,NULL,'','8','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15635,'4000','81751132221','2025-06-28 20:37:07',NULL,50.00,'','8','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(15636,'4000','81751132221','2025-06-28 20:37:02',NULL,50.00,'','8','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(15637,'1000','191751132266','2025-06-28 20:38:47',250.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15638,'4000','191751132266','2025-06-28 20:38:47',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(15639,'4000','191751132266','2025-06-28 20:37:46',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(15640,'4000','191751132266','2025-06-28 20:38:04',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(15641,'4000','191751132266','2025-06-28 20:38:32',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(15642,'4000','191751132266','2025-06-28 20:38:40',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(15643,'1000','61751135248','2025-06-28 21:27:59',80.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15644,'4000','61751135248','2025-06-28 21:27:59',NULL,20.00,'','6','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(15645,'4000','61751135248','2025-06-28 21:27:28',NULL,20.00,'','6','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(15646,'4000','61751135248','2025-06-28 21:27:48',NULL,20.00,'','6','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(15647,'4000','61751135248','2025-06-28 21:27:53',NULL,20.00,'','6','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(15650,'1000','61751137746','2025-06-28 22:09:07',100.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15651,'4000','61751137746','2025-06-28 22:09:07',NULL,50.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15652,'4000','61751137746','2025-06-28 22:09:06',NULL,50.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15653,'1000','61751139900','2025-06-28 22:45:02',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15654,'4000','61751139900','2025-06-28 22:45:02',NULL,150.00,'','6','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(15655,'1000','61751141000','2025-06-28 23:03:25',40.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15656,'4000','61751141000','2025-06-28 23:03:25',NULL,20.00,'','6','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(15657,'4000','61751141000','2025-06-28 23:03:20',NULL,20.00,'','6','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(15658,'1000','61751145542','2025-06-29 00:19:03',150.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15659,'4000','61751145542','2025-06-29 00:19:03',NULL,150.00,'','6','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(15660,'1000','61751176092','2025-06-29 08:48:14',50.00,NULL,'','6','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15661,'4000','61751176092','2025-06-29 08:48:14',NULL,50.00,'','6','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15662,'1000','221751179188','2025-06-29 09:39:49',20.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15663,'4000','221751179188','2025-06-29 09:39:49',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(15664,'1000','221751179213','2025-06-29 09:40:15',20.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15665,'4000','221751179213','2025-06-29 09:40:15',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(15666,'1000','221751181465','2025-06-29 10:17:46',150.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15667,'4000','221751181465','2025-06-29 10:17:46',NULL,150.00,'','22','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(15668,'1000','221751182968','2025-06-29 10:43:18',170.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15669,'4000','221751182968','2025-06-29 10:43:18',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(15670,'4000','221751182968','2025-06-29 10:42:48',NULL,150.00,'','22','1','Good sold','1','','sales','16','','No',NULL,NULL,''),(15673,'1000','221751183340','2025-06-29 10:49:01',70.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15674,'4000','221751183340','2025-06-29 10:49:01',NULL,50.00,'','22','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(15675,'4000','221751183340','2025-06-29 10:49:00',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(15676,'1000','191751186827','2025-06-29 11:51:05',190.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15677,'4000','191751186827','2025-06-29 11:51:05',NULL,100.00,'','19','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(15678,'4000','191751186827','2025-06-29 11:47:07',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(15679,'4000','191751186827','2025-06-29 11:50:56',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(15680,'4000','191751186827','2025-06-29 11:51:00',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(15681,'1000','191751187105','2025-06-29 11:51:47',100.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15682,'4000','191751187105','2025-06-29 11:51:47',NULL,100.00,'','19','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(15683,'1000','191751187133','2025-06-29 11:52:44',60.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15684,'4000','191751187133','2025-06-29 11:52:44',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(15685,'4000','191751187133','2025-06-29 11:52:17',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(15690,'1000','221751188108','2025-06-29 12:08:38',380.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15691,'4000','221751188108','2025-06-29 12:08:38',NULL,100.00,'','22','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(15692,'4000','221751188108','2025-06-29 12:08:28',NULL,280.00,'','22','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(15693,'1000','221751188016','2025-06-29 12:07:36',190.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15694,'4000','221751188016','2025-06-29 12:07:36',NULL,100.00,'','22','1','Good sold','1','','sales','14','','No',NULL,NULL,''),(15695,'4000','221751188016','2025-06-29 12:06:56',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(15696,'4000','221751188016','2025-06-29 12:07:11',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(15697,'4000','221751188016','2025-06-29 12:07:34',NULL,50.00,'','22','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(15701,'1000','221751189958','2025-06-29 12:39:19',150.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15702,'4000','221751189958','2025-06-29 12:39:19',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(15707,'1000','191751190797','2025-06-29 12:53:41',300.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15708,'4000','191751190797','2025-06-29 12:53:41',NULL,50.00,'','19','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(15709,'4000','191751190797','2025-06-29 12:53:17',NULL,200.00,'','19','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(15710,'4000','191751190797','2025-06-29 12:53:25',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15711,'1000','191751190859','2025-06-29 12:54:25',330.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15712,'4000','191751190859','2025-06-29 12:54:25',NULL,280.00,'','19','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(15713,'4000','191751190859','2025-06-29 12:54:19',NULL,50.00,'','19','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(15714,'1000','191751190876','2025-06-29 12:54:41',330.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15715,'4000','191751190876','2025-06-29 12:54:41',NULL,280.00,'','19','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(15716,'4000','191751190876','2025-06-29 12:54:36',NULL,50.00,'','19','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(15717,'1000','191751190902','2025-06-29 12:55:07',330.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15718,'4000','191751190902','2025-06-29 12:55:07',NULL,280.00,'','19','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(15719,'4000','191751190902','2025-06-29 12:55:02',NULL,50.00,'','19','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(15720,'1000','191751190928','2025-06-29 12:55:43',250.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15721,'4000','191751190928','2025-06-29 12:55:43',NULL,200.00,'','19','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(15722,'4000','191751190928','2025-06-29 12:55:28',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15723,'1000','191751190970','2025-06-29 12:56:11',200.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15724,'4000','191751190970','2025-06-29 12:56:11',NULL,200.00,'','19','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(15725,'1000','221751188967','2025-06-29 12:23:00',580.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15726,'4000','221751188967','2025-06-29 12:23:00',NULL,100.00,'','22','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(15727,'4000','221751188967','2025-06-29 12:22:47',NULL,150.00,'','22','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(15728,'4000','221751188967','2025-06-29 12:22:54',NULL,280.00,'','22','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(15729,'4000','221751188967','2025-06-29 12:40:01',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15730,'1000','221751191519','2025-06-29 13:05:30',450.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15731,'4000','221751191519','2025-06-29 13:05:30',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(15732,'4000','221751191519','2025-06-29 13:05:19',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(15733,'4000','221751191519','2025-06-29 13:05:24',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(15734,'1000','191751192809','2025-06-29 13:27:09',90.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15735,'4000','191751192809','2025-06-29 13:27:09',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(15736,'4000','191751192809','2025-06-29 13:26:49',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(15737,'4000','191751192809','2025-06-29 13:26:58',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15738,'1000','191751194424','2025-06-29 13:53:45',150.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15739,'4000','191751194424','2025-06-29 13:53:45',NULL,150.00,'','19','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(15740,'1110','191751194853','2025-06-29 14:03:00',NULL,0.00,'','19','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(15741,'1110','191751194853','2025-06-29 14:00:53',NULL,1.00,'','19','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(15742,'1110','191751194853','2025-06-29 14:01:05',NULL,0.00,'','19','1','Inventory sold','1','','sales','52','','No',NULL,NULL,''),(15743,'1110','191751194853','2025-06-29 14:02:37',NULL,0.00,'','19','1','Inventory sold','1','','sales','41','','No',NULL,NULL,''),(15744,'5500','191751194853','2025-06-29 14:02:59',1.00,NULL,'','19','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15745,'1000','191751194853','2025-06-29 14:03:00',500.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15746,'4000','191751194853','2025-06-29 14:03:00',NULL,150.00,'','19','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(15747,'4000','191751194853','2025-06-29 14:00:53',NULL,100.00,'','19','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(15748,'4000','191751194853','2025-06-29 14:01:05',NULL,150.00,'','19','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(15749,'4000','191751194853','2025-06-29 14:02:37',NULL,100.00,'','19','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(15750,'1000','191751195243','2025-06-29 14:07:24',30.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15751,'4000','191751195243','2025-06-29 14:07:24',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(15752,'1000','191751196664','2025-06-29 14:31:05',100.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15753,'4000','191751196664','2025-06-29 14:31:05',NULL,100.00,'','19','1','Good sold','1','','sales','75','','No',NULL,NULL,''),(15754,'1000','191751199861','2025-06-29 15:24:22',180.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15755,'4000','191751199861','2025-06-29 15:24:22',NULL,180.00,'','19','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(15756,'1000','221751201409','2025-06-29 15:50:36',160.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15757,'4000','221751201409','2025-06-29 15:50:36',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15758,'4000','221751201409','2025-06-29 15:50:09',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(15759,'4000','221751201409','2025-06-29 15:50:29',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(15777,'1000','221751204255','2025-06-29 16:37:37',150.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15778,'4000','221751204255','2025-06-29 16:37:37',NULL,150.00,'','22','1','Good sold','1','','sales','40','','No',NULL,NULL,''),(15779,'1000','221751205086','2025-06-29 16:51:27',150.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15780,'4000','221751205086','2025-06-29 16:51:27',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(15781,'1000','221751205596','2025-06-29 16:59:59',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15782,'4000','221751205596','2025-06-29 16:59:59',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15783,'1000','191751207915','2025-06-29 17:39:53',600.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15784,'4000','191751207915','2025-06-29 17:39:53',NULL,50.00,'','19','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(15785,'4000','191751207915','2025-06-29 17:38:35',NULL,50.00,'','19','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(15786,'4000','191751207915','2025-06-29 17:38:39',NULL,50.00,'','19','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(15787,'4000','191751207915','2025-06-29 17:38:43',NULL,50.00,'','19','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(15788,'4000','191751207915','2025-06-29 17:38:47',NULL,50.00,'','19','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(15789,'4000','191751207915','2025-06-29 17:38:52',NULL,50.00,'','19','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(15790,'4000','191751207915','2025-06-29 17:38:57',NULL,100.00,'','19','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(15791,'4000','191751207915','2025-06-29 17:39:29',NULL,100.00,'','19','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(15792,'4000','191751207915','2025-06-29 17:39:34',NULL,100.00,'','19','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(15793,'1110','191751202794','2025-06-29 16:15:03',NULL,0.00,'','19','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(15794,'1110','191751202794','2025-06-29 16:13:14',NULL,0.00,'','19','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(15795,'1110','191751202794','2025-06-29 16:13:19',NULL,0.00,'','19','1','Inventory sold','1','','sales','18','','No',NULL,NULL,''),(15796,'1110','191751202794','2025-06-29 16:13:24',NULL,0.00,'','19','1','Inventory sold','1','','sales','19','','No',NULL,NULL,''),(15797,'1110','191751202794','2025-06-29 16:13:29',NULL,0.00,'','19','1','Inventory sold','1','','sales','75','','No',NULL,NULL,''),(15798,'1110','191751202794','2025-06-29 16:13:57',NULL,0.00,'','19','1','Inventory sold','1','','sales','75','','No',NULL,NULL,''),(15799,'1110','191751202794','2025-06-29 16:14:03',NULL,0.00,'','19','1','Inventory sold','1','','sales','76','','No',NULL,NULL,''),(15800,'1110','191751202794','2025-06-29 16:14:54',NULL,0.00,'','19','1','Inventory sold','1','','sales','38','','No',NULL,NULL,''),(15801,'1110','191751202794','2025-06-29 16:17:14',NULL,30.00,'','19','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(15802,'1110','191751202794','2025-06-29 17:42:51',NULL,30.00,'','19','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(15803,'1110','191751202794','2025-06-29 17:42:58',NULL,30.00,'','19','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(15804,'1110','191751202794','2025-06-29 17:43:03',NULL,30.00,'','19','1','Inventory sold','1','','sales','101','','No',NULL,NULL,''),(15805,'5500','191751202794','2025-06-29 17:43:09',120.00,NULL,'','19','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15806,'1000','191751202794','2025-06-29 16:15:03',1180.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15807,'4000','191751202794','2025-06-29 16:15:03',NULL,150.00,'','19','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(15808,'4000','191751202794','2025-06-29 16:13:14',NULL,150.00,'','19','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(15809,'4000','191751202794','2025-06-29 16:13:19',NULL,150.00,'','19','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(15810,'4000','191751202794','2025-06-29 16:13:24',NULL,180.00,'','19','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(15811,'4000','191751202794','2025-06-29 16:13:29',NULL,100.00,'','19','1','Good sold','1','','sales','75','','No',NULL,NULL,''),(15812,'4000','191751202794','2025-06-29 16:13:57',NULL,100.00,'','19','1','Good sold','1','','sales','75','','No',NULL,NULL,''),(15813,'4000','191751202794','2025-06-29 16:14:03',NULL,100.00,'','19','1','Good sold','1','','sales','76','','No',NULL,NULL,''),(15814,'4000','191751202794','2025-06-29 16:14:54',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(15815,'4000','191751202794','2025-06-29 16:17:14',NULL,50.00,'','19','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(15816,'4000','191751202794','2025-06-29 17:42:51',NULL,50.00,'','19','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(15817,'4000','191751202794','2025-06-29 17:42:58',NULL,50.00,'','19','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(15818,'4000','191751202794','2025-06-29 17:43:03',NULL,50.00,'','19','1','Good sold','1','','sales','101','','No',NULL,NULL,''),(15819,'1000','191751209860','2025-06-29 18:11:14',100.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15820,'4000','191751209860','2025-06-29 18:11:14',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15821,'4000','191751209860','2025-06-29 18:11:00',NULL,50.00,'','19','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(15822,'1000','221751211800','2025-06-29 18:43:22',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15823,'4000','221751211800','2025-06-29 18:43:22',NULL,100.00,'','22','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(15829,'1110','221751212387','2025-06-29 18:53:09',NULL,0.00,'','22','1','Inventory sold','1','','sales','12','','No',NULL,NULL,''),(15830,'1110','221751212387','2025-06-29 18:53:07',NULL,65.00,'','22','1','Inventory sold','1','','sales','102','','No',NULL,NULL,''),(15831,'5500','221751212387','2025-06-29 19:02:14',65.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(15832,'1000','221751212387','2025-06-29 18:53:09',140.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15833,'4000','221751212387','2025-06-29 18:53:09',NULL,50.00,'','22','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(15834,'4000','221751212387','2025-06-29 18:53:07',NULL,90.00,'','22','1','Good sold','1','','sales','102','','No',NULL,NULL,''),(15835,'1000','221751212476','2025-06-29 18:54:58',90.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15836,'4000','221751212476','2025-06-29 18:54:58',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(15837,'4000','221751212476','2025-06-29 18:54:36',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15838,'4000','221751212476','2025-06-29 18:54:57',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(15839,'1000','221751214171','2025-06-29 19:23:01',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15840,'4000','221751214171','2025-06-29 19:23:01',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15841,'4000','221751214171','2025-06-29 19:22:51',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15842,'1000','221751214362','2025-06-29 19:27:06',300.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15843,'4000','221751214362','2025-06-29 19:27:06',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15844,'4000','221751214362','2025-06-29 19:26:02',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(15845,'4000','221751214362','2025-06-29 19:26:29',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(15846,'4000','221751214362','2025-06-29 19:26:37',NULL,150.00,'','22','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(15849,'1000','221751215422','2025-06-29 19:43:44',60.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15850,'4000','221751215422','2025-06-29 19:43:44',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(15851,'1000','221751215628','2025-06-29 19:47:17',400.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15852,'4000','221751215628','2025-06-29 19:47:17',NULL,350.00,'','22','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(15853,'4000','221751215628','2025-06-29 19:47:08',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(15854,'1000','221751215851','2025-06-29 19:51:47',350.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15855,'4000','221751215851','2025-06-29 19:51:47',NULL,150.00,'','22','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(15856,'4000','221751215851','2025-06-29 19:50:51',NULL,200.00,'','22','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(15857,'1000','191751216052','2025-06-29 19:56:58',540.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15858,'4000','191751216052','2025-06-29 19:56:58',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15859,'4000','191751216052','2025-06-29 19:54:12',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15860,'4000','191751216052','2025-06-29 19:54:16',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15861,'4000','191751216052','2025-06-29 19:54:20',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(15862,'4000','191751216052','2025-06-29 19:54:38',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(15863,'4000','191751216052','2025-06-29 19:54:44',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(15864,'4000','191751216052','2025-06-29 19:54:48',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(15865,'4000','191751216052','2025-06-29 19:54:52',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(15866,'4000','191751216052','2025-06-29 19:55:01',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(15867,'4000','191751216052','2025-06-29 19:56:22',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(15868,'4000','191751216052','2025-06-29 19:56:36',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(15869,'4000','191751216052','2025-06-29 19:56:42',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(15870,'1000','191751216336','2025-06-29 19:58:58',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15871,'4000','191751216336','2025-06-29 19:58:58',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15872,'1000','221751214849','2025-06-29 19:34:10',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15873,'4000','221751214849','2025-06-29 19:34:10',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15874,'4000','221751214849','2025-06-29 19:34:09',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(15896,'1000','191751217591','2025-06-29 20:20:30',410.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15897,'4000','191751217591','2025-06-29 20:20:30',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(15898,'4000','191751217591','2025-06-29 20:19:51',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(15899,'4000','191751217591','2025-06-29 20:19:59',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15900,'4000','191751217591','2025-06-29 20:20:12',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15901,'4000','191751217591','2025-06-29 20:20:17',NULL,150.00,'','19','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(15902,'4000','191751217591','2025-06-29 20:20:28',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(15903,'1000','191751219929','2025-06-29 20:58:51',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15904,'4000','191751219929','2025-06-29 20:58:51',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15905,'1000','221751218107','2025-06-29 20:40:25',880.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15906,'4000','221751218107','2025-06-29 20:40:25',NULL,120.00,'','22','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(15907,'4000','221751218107','2025-06-29 20:28:27',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(15908,'4000','221751218107','2025-06-29 20:28:47',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(15909,'4000','221751218107','2025-06-29 20:29:09',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(15910,'4000','221751218107','2025-06-29 20:29:17',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(15911,'4000','221751218107','2025-06-29 20:30:24',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(15912,'4000','221751218107','2025-06-29 20:30:29',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(15913,'4000','221751218107','2025-06-29 20:30:35',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(15914,'4000','221751218107','2025-06-29 20:32:00',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(15915,'4000','221751218107','2025-06-29 20:32:06',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(15916,'4000','221751218107','2025-06-29 20:33:22',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(15917,'4000','221751218107','2025-06-29 20:33:33',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(15918,'4000','221751218107','2025-06-29 20:36:46',NULL,50.00,'','22','1','Good sold','1','','sales','6','','No',NULL,NULL,''),(15919,'4000','221751218107','2025-06-29 20:36:53',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15920,'4000','221751218107','2025-06-29 20:40:23',NULL,100.00,'','22','1','Good sold','1','','sales','61','','No',NULL,NULL,''),(15921,'1000','221751220382','2025-06-29 21:06:32',300.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15922,'4000','221751220382','2025-06-29 21:06:32',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(15923,'4000','221751220382','2025-06-29 21:06:22',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(15924,'1000','221751220438','2025-06-29 21:07:56',350.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15925,'4000','221751220438','2025-06-29 21:07:56',NULL,200.00,'','22','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(15926,'4000','221751220438','2025-06-29 21:07:18',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(15927,'4000','221751220438','2025-06-29 21:07:41',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(15928,'4000','221751220438','2025-06-29 21:07:50',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(15929,'1000','221751221338','2025-06-29 21:31:48',630.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15930,'4000','221751221338','2025-06-29 21:31:48',NULL,200.00,'','22','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(15931,'4000','221751221338','2025-06-29 21:22:18',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(15932,'4000','221751221338','2025-06-29 21:22:23',NULL,280.00,'','22','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(15933,'4000','221751221338','2025-06-29 21:22:28',NULL,100.00,'','22','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(15952,'1000','191751222077','2025-06-29 21:38:10',780.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15953,'4000','191751222077','2025-06-29 21:38:10',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(15954,'4000','191751222077','2025-06-29 21:34:37',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15955,'4000','191751222077','2025-06-29 21:36:25',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15956,'4000','191751222077','2025-06-29 21:36:29',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15957,'4000','191751222077','2025-06-29 21:36:32',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15958,'4000','191751222077','2025-06-29 21:36:35',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15959,'4000','191751222077','2025-06-29 21:36:39',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15960,'4000','191751222077','2025-06-29 21:36:43',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15961,'4000','191751222077','2025-06-29 21:36:46',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15962,'4000','191751222077','2025-06-29 21:36:49',NULL,50.00,'','19','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(15963,'4000','191751222077','2025-06-29 21:37:11',NULL,50.00,'','19','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(15964,'4000','191751222077','2025-06-29 21:37:32',NULL,50.00,'','19','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(15965,'4000','191751222077','2025-06-29 21:37:36',NULL,50.00,'','19','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(15966,'4000','191751222077','2025-06-29 21:37:44',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(15967,'4000','191751222077','2025-06-29 21:37:57',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(15968,'4000','191751222077','2025-06-29 21:38:01',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(15969,'4000','191751222077','2025-06-29 21:38:05',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(15970,'4000','191751222077','2025-06-29 21:38:09',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15971,'1000','221751222400','2025-06-29 21:41:51',950.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15972,'4000','221751222400','2025-06-29 21:41:51',NULL,350.00,'','22','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(15973,'4000','221751222400','2025-06-29 21:40:00',NULL,350.00,'','22','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(15974,'4000','221751222400','2025-06-29 21:40:04',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(15975,'4000','221751222400','2025-06-29 21:40:43',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(15976,'4000','221751222400','2025-06-29 21:41:29',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(15977,'1000','181751222558','2025-06-29 21:42:44',120.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15978,'4000','181751222558','2025-06-29 21:42:44',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(15979,'4000','181751222558','2025-06-29 21:42:38',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(15980,'1000','181751222828','2025-06-29 21:47:13',330.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15981,'4000','181751222828','2025-06-29 21:47:13',NULL,280.00,'','18','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(15982,'4000','181751222828','2025-06-29 21:47:08',NULL,50.00,'','18','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(15983,'1000','221751223011','2025-06-29 21:50:49',310.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15984,'4000','221751223011','2025-06-29 21:50:49',NULL,200.00,'','22','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(15985,'4000','221751223011','2025-06-29 21:50:11',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(15986,'4000','221751223011','2025-06-29 21:50:25',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(15987,'4000','221751223011','2025-06-29 21:50:29',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(15988,'4000','221751223011','2025-06-29 21:50:34',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15989,'1000','181751263914','2025-06-30 09:13:20',830.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(15990,'4000','181751263914','2025-06-30 09:13:20',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15991,'4000','181751263914','2025-06-30 09:11:54',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15992,'4000','181751263914','2025-06-30 09:11:55',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(15993,'4000','181751263914','2025-06-30 09:11:58',NULL,100.00,'','18','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(15994,'4000','181751263914','2025-06-30 09:12:19',NULL,100.00,'','18','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(15995,'4000','181751263914','2025-06-30 09:12:27',NULL,120.00,'','18','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(15996,'4000','181751263914','2025-06-30 09:12:51',NULL,120.00,'','18','1','Good sold','1','','sales','3','','No',NULL,NULL,''),(15997,'4000','181751263914','2025-06-30 09:12:54',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(15998,'4000','181751263914','2025-06-30 09:13:04',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(15999,'4000','181751263914','2025-06-30 09:13:08',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(16000,'4000','181751263914','2025-06-30 09:13:12',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(16001,'1000','181751264027','2025-06-30 09:14:21',180.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16002,'4000','181751264027','2025-06-30 09:14:21',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(16003,'4000','181751264027','2025-06-30 09:13:47',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(16004,'4000','181751264027','2025-06-30 09:13:54',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(16005,'4000','181751264027','2025-06-30 09:14:07',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(16006,'4000','181751264027','2025-06-30 09:14:10',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(16007,'4000','181751264027','2025-06-30 09:14:16',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(16008,'1000','181751264108','2025-06-30 09:18:17',220.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16009,'4000','181751264108','2025-06-30 09:18:17',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(16010,'4000','181751264108','2025-06-30 09:15:08',NULL,50.00,'','18','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(16011,'4000','181751264108','2025-06-30 09:17:56',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(16012,'4000','181751264108','2025-06-30 09:18:11',NULL,60.00,'','18','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(16013,'1000','181751264343','2025-06-30 09:19:16',60.00,NULL,'','18','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16014,'4000','181751264343','2025-06-30 09:19:16',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(16015,'4000','181751264343','2025-06-30 09:19:03',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(16016,'4000','181751264343','2025-06-30 09:19:10',NULL,20.00,'','18','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(16017,'1000','191751264638','2025-06-30 09:24:00',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16018,'4000','191751264638','2025-06-30 09:24:00',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(16019,'1000','191751265144','2025-06-30 09:32:25',30.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16020,'4000','191751265144','2025-06-30 09:32:25',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(16021,'1000','221751265480','2025-06-30 09:38:01',20.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16022,'4000','221751265480','2025-06-30 09:38:01',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(16023,'1000','191751266833','2025-06-30 10:00:53',250.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16024,'4000','191751266833','2025-06-30 10:00:53',NULL,200.00,'','19','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(16025,'4000','191751266833','2025-06-30 10:00:33',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(16026,'1000','221751267238','2025-06-30 10:07:19',20.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16027,'4000','221751267238','2025-06-30 10:07:19',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(16028,'1000','221751267601','2025-06-30 10:13:22',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16029,'4000','221751267601','2025-06-30 10:13:22',NULL,100.00,'','22','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(16030,'1000','191751269570','2025-06-30 10:46:19',70.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16031,'4000','191751269570','2025-06-30 10:46:19',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(16032,'4000','191751269570','2025-06-30 10:46:10',NULL,20.00,'','19','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(16033,'1110','221751269284','2025-06-30 10:52:51',NULL,0.00,'','22','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(16034,'1110','221751269284','2025-06-30 10:41:24',NULL,1.00,'','22','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(16035,'1110','221751269284','2025-06-30 10:41:29',NULL,0.00,'','22','1','Inventory sold','1','','sales','15','','No',NULL,NULL,''),(16036,'1110','221751269284','2025-06-30 10:42:22',NULL,0.00,'','22','1','Inventory sold','1','','sales','12','','No',NULL,NULL,''),(16037,'5500','221751269284','2025-06-30 10:42:50',1.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16038,'1000','221751269284','2025-06-30 10:52:51',360.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16039,'4000','221751269284','2025-06-30 10:52:51',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(16040,'4000','221751269284','2025-06-30 10:41:24',NULL,100.00,'','22','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(16041,'4000','221751269284','2025-06-30 10:41:29',NULL,150.00,'','22','1','Good sold','1','','sales','15','','No',NULL,NULL,''),(16042,'4000','221751269284','2025-06-30 10:42:22',NULL,50.00,'','22','1','Good sold','1','','sales','12','','No',NULL,NULL,''),(16043,'1000','221751270241','2025-06-30 10:57:43',70.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16044,'4000','221751270241','2025-06-30 10:57:43',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(16045,'4000','221751270241','2025-06-30 10:57:21',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(16069,'1000','191751275531','2025-06-30 12:25:46',150.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16070,'4000','191751275531','2025-06-30 12:25:46',NULL,100.00,'','19','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(16071,'4000','191751275531','2025-06-30 12:25:31',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(16072,'1000','221751275364','2025-06-30 12:33:59',510.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16073,'4000','221751275364','2025-06-30 12:33:59',NULL,200.00,'','22','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(16074,'4000','221751275364','2025-06-30 12:22:44',NULL,280.00,'','22','1','Good sold','1','','sales','21','','No',NULL,NULL,''),(16075,'4000','221751275364','2025-06-30 12:33:29',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(16076,'1110','221751270690','2025-06-30 11:05:25',NULL,0.00,'','22','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(16077,'1110','221751270690','2025-06-30 11:04:50',NULL,0.00,'','22','1','Inventory sold','1','','sales','11','','No',NULL,NULL,''),(16078,'1110','221751270690','2025-06-30 11:04:56',NULL,0.00,'','22','1','Inventory sold','1','','sales','1','','No',NULL,NULL,''),(16079,'1110','221751270690','2025-06-30 11:05:22',NULL,0.00,'','22','1','Inventory sold','1','','sales','13','','No',NULL,NULL,''),(16080,'1110','221751270690','2025-06-30 11:09:59',NULL,1.00,'','22','1','Inventory sold','1','','sales','95','','No',NULL,NULL,''),(16081,'1110','221751270690','2025-06-30 11:39:26',NULL,0.00,'','22','1','Inventory sold','1','','sales','8','','No',NULL,NULL,''),(16082,'1110','221751270690','2025-06-30 11:39:54',NULL,0.00,'','22','1','Inventory sold','1','','sales','32','','No',NULL,NULL,''),(16083,'1110','221751270690','2025-06-30 13:05:00',NULL,0.00,'','22','1','Inventory sold','1','','sales','30','','No',NULL,NULL,''),(16084,'5500','221751270690','2025-06-30 13:05:12',1.00,NULL,'','22','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(16085,'1000','221751270690','2025-06-30 11:05:25',750.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16086,'4000','221751270690','2025-06-30 11:05:25',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(16087,'4000','221751270690','2025-06-30 11:04:50',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(16088,'4000','221751270690','2025-06-30 11:04:56',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(16089,'4000','221751270690','2025-06-30 11:05:22',NULL,100.00,'','22','1','Good sold','1','','sales','13','','No',NULL,NULL,''),(16090,'4000','221751270690','2025-06-30 11:09:59',NULL,100.00,'','22','1','Good sold','1','','sales','95','','No',NULL,NULL,''),(16091,'4000','221751270690','2025-06-30 11:39:26',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(16092,'4000','221751270690','2025-06-30 11:39:54',NULL,300.00,'','22','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(16093,'4000','221751270690','2025-06-30 13:05:00',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(16094,'1000','191751277534','2025-06-30 13:08:10',450.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16095,'4000','191751277534','2025-06-30 13:08:10',NULL,350.00,'','19','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(16096,'4000','191751277534','2025-06-30 12:58:54',NULL,100.00,'','19','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(16099,'1000','221751278199','2025-06-30 13:10:01',150.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16100,'4000','221751278199','2025-06-30 13:10:01',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(16104,'1000','191751278649','2025-06-30 13:17:42',400.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16105,'4000','191751278649','2025-06-30 13:17:42',NULL,200.00,'','19','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(16106,'4000','191751278649','2025-06-30 13:17:29',NULL,200.00,'','19','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(16109,'1000','221751280468','2025-06-30 13:47:50',180.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16110,'4000','221751280468','2025-06-30 13:47:50',NULL,180.00,'','22','1','Good sold','1','','sales','19','','No',NULL,NULL,''),(16111,'1000','191751281484','2025-06-30 14:05:54',710.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16112,'4000','191751281484','2025-06-30 14:05:54',NULL,280.00,'','19','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(16113,'4000','191751281484','2025-06-30 14:05:05',NULL,280.00,'','19','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(16114,'4000','191751281484','2025-06-30 14:05:35',NULL,150.00,'','19','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(16115,'1000','221751279841','2025-06-30 13:37:24',350.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16116,'4000','221751279841','2025-06-30 13:37:24',NULL,300.00,'','22','1','Good sold','1','','sales','32','','No',NULL,NULL,''),(16117,'4000','221751279841','2025-06-30 13:37:22',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(16118,'1000','191751282247','2025-06-30 14:17:54',280.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16119,'4000','191751282247','2025-06-30 14:17:54',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(16120,'4000','191751282247','2025-06-30 14:17:27',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(16121,'4000','191751282247','2025-06-30 14:17:29',NULL,60.00,'','19','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(16122,'4000','191751282247','2025-06-30 14:17:32',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(16123,'4000','191751282247','2025-06-30 14:17:49',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(16127,'1000','221751283259','2025-06-30 14:35:13',480.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16128,'4000','221751283259','2025-06-30 14:35:13',NULL,100.00,'','22','1','Good sold','1','','sales','29','','No',NULL,NULL,''),(16129,'4000','221751283259','2025-06-30 14:34:19',NULL,100.00,'','22','1','Good sold','1','','sales','62','','No',NULL,NULL,''),(16130,'4000','221751283259','2025-06-30 14:34:48',NULL,280.00,'','22','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(16131,'1000','191751283583','2025-06-30 14:39:45',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16132,'4000','191751283583','2025-06-30 14:39:45',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(16133,'1000','221751283157','2025-06-30 14:33:11',350.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16134,'4000','221751283157','2025-06-30 14:33:11',NULL,200.00,'','22','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(16135,'4000','221751283157','2025-06-30 14:32:37',NULL,100.00,'','22','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(16136,'4000','221751283157','2025-06-30 14:33:10',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(16137,'1000','191751285001','2025-06-30 15:03:57',410.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16138,'4000','191751285001','2025-06-30 15:03:57',NULL,150.00,'','19','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(16139,'4000','191751285001','2025-06-30 15:03:21',NULL,200.00,'','19','1','Good sold','1','','sales','28','','No',NULL,NULL,''),(16140,'4000','191751285001','2025-06-30 15:03:28',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(16141,'4000','191751285001','2025-06-30 15:03:48',NULL,30.00,'','19','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(16147,'1000','191751286552','2025-06-30 15:30:00',1210.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16148,'4000','191751286552','2025-06-30 15:30:00',NULL,180.00,'','19','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(16149,'4000','191751286552','2025-06-30 15:29:12',NULL,180.00,'','19','1','Good sold','1','','sales','10','','No',NULL,NULL,''),(16150,'4000','191751286552','2025-06-30 15:29:18',NULL,600.00,'','19','1','Good sold','1','','sales','26','','No',NULL,NULL,''),(16151,'4000','191751286552','2025-06-30 15:29:33',NULL,200.00,'','19','1','Good sold','1','','sales','84','','No',NULL,NULL,''),(16152,'4000','191751286552','2025-06-30 15:29:58',NULL,50.00,'','19','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(16153,'1000','221751284228','2025-06-30 15:13:44',600.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16154,'4000','221751284228','2025-06-30 15:13:44',NULL,100.00,'','22','1','Good sold','1','','sales','53','','No',NULL,NULL,''),(16155,'4000','221751284228','2025-06-30 14:50:28',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(16156,'4000','221751284228','2025-06-30 14:50:50',NULL,350.00,'','22','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(16157,'4000','221751284228','2025-06-30 14:53:26',NULL,50.00,'','22','1','Good sold','1','','sales','30','','No',NULL,NULL,''),(16158,'4000','221751284228','2025-06-30 14:53:33',NULL,50.00,'','22','1','Good sold','1','','sales','50','','No',NULL,NULL,''),(16159,'1000','221751288568','2025-06-30 16:02:54',150.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16160,'4000','221751288568','2025-06-30 16:02:54',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(16161,'1000','221751289615','2025-06-30 16:21:00',30.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16162,'4000','221751289615','2025-06-30 16:21:00',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(16163,'1000','221751290398','2025-06-30 16:33:22',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16164,'4000','221751290398','2025-06-30 16:33:22',NULL,100.00,'','22','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(16168,'1000','191751291055','2025-06-30 16:44:18',150.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16169,'4000','191751291055','2025-06-30 16:44:18',NULL,150.00,'','19','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(16170,'1000','191751278122','2025-06-30 13:08:44',300.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16171,'4000','191751278122','2025-06-30 13:08:44',NULL,50.00,'','19','1','Good sold','1','','sales','54','','No',NULL,NULL,''),(16172,'4000','191751278122','2025-06-30 13:08:42',NULL,200.00,'','19','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(16173,'4000','191751278122','2025-06-30 13:12:33',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(16174,'1000','221751291665','2025-06-30 16:54:28',50.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16175,'4000','221751291665','2025-06-30 16:54:28',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(16176,'1000','221751292091','2025-06-30 17:18:46',570.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16177,'4000','221751292091','2025-06-30 17:18:46',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(16178,'4000','221751292091','2025-06-30 17:01:31',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(16179,'4000','221751292091','2025-06-30 17:01:57',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''),(16180,'4000','221751292091','2025-06-30 17:18:13',NULL,350.00,'','22','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(16181,'1000','191751293625','2025-06-30 17:27:26',430.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16182,'4000','191751293625','2025-06-30 17:27:26',NULL,280.00,'','19','1','Good sold','1','','sales','34','','No',NULL,NULL,''),(16183,'4000','191751293625','2025-06-30 17:27:05',NULL,150.00,'','19','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(16184,'1000','221751293760','2025-06-30 17:29:38',150.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16185,'4000','221751293760','2025-06-30 17:29:38',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(16186,'4000','221751293760','2025-06-30 17:29:20',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(16187,'4000','221751293760','2025-06-30 17:29:26',NULL,50.00,'','22','1','Good sold','1','','sales','59','','No',NULL,NULL,''),(16188,'1000','221751293821','2025-06-30 17:30:23',150.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16189,'4000','221751293821','2025-06-30 17:30:23',NULL,150.00,'','22','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(16190,'1000','191751293775','2025-06-30 17:30:05',500.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16191,'4000','191751293775','2025-06-30 17:30:05',NULL,350.00,'','19','1','Good sold','1','','sales','23','','No',NULL,NULL,''),(16192,'4000','191751293775','2025-06-30 17:29:35',NULL,150.00,'','19','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(16193,'1000','191751290993','2025-06-30 16:43:24',700.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16194,'4000','191751290993','2025-06-30 16:43:24',NULL,200.00,'','19','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(16195,'4000','191751290993','2025-06-30 16:43:13',NULL,200.00,'','19','1','Good sold','1','','sales','25','','No',NULL,NULL,''),(16196,'4000','191751290993','2025-06-30 16:43:20',NULL,250.00,'','19','1','Good sold','1','','sales','69','','No',NULL,NULL,''),(16197,'4000','191751290993','2025-06-30 17:35:04',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(16198,'1000','191751295561','2025-06-30 17:59:48',250.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16199,'4000','191751295561','2025-06-30 17:59:48',NULL,150.00,'','19','1','Good sold','1','','sales','44','','No',NULL,NULL,''),(16200,'4000','191751295561','2025-06-30 17:59:22',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(16201,'4000','191751295561','2025-06-30 17:59:40',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(16205,'1000','221751297307','2025-06-30 18:28:32',100.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16206,'4000','221751297307','2025-06-30 18:28:32',NULL,100.00,'','22','1','Good sold','1','','sales','41','','No',NULL,NULL,''),(16207,'1000','221751297435','2025-06-30 18:33:36',180.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16208,'4000','221751297435','2025-06-30 18:33:36',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(16209,'4000','221751297435','2025-06-30 18:30:35',NULL,60.00,'','22','1','Good sold','1','','sales','11','','No',NULL,NULL,''),(16210,'4000','221751297435','2025-06-30 18:30:55',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(16211,'4000','221751297435','2025-06-30 18:33:17',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(16212,'1000','191751298134','2025-06-30 18:42:19',50.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16213,'4000','191751298134','2025-06-30 18:42:19',NULL,50.00,'','19','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(16214,'1000','191751298180','2025-06-30 18:43:11',100.00,NULL,'','19','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16215,'4000','191751298180','2025-06-30 18:43:11',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(16216,'4000','191751298180','2025-06-30 18:43:00',NULL,50.00,'','19','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(16217,'1000','221751295862','2025-06-30 18:05:25',210.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16218,'4000','221751295862','2025-06-30 18:05:25',NULL,150.00,'','22','1','Good sold','1','','sales','31','','No',NULL,NULL,''),(16219,'4000','221751295862','2025-06-30 18:04:22',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(16220,'4000','221751295862','2025-06-30 18:05:05',NULL,30.00,'','22','1','Good sold','1','','sales','8','','No',NULL,NULL,''),(16224,'1000','221751299958','2025-06-30 19:12:49',390.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16225,'4000','221751299958','2025-06-30 19:12:49',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(16226,'4000','221751299958','2025-06-30 19:12:38',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(16227,'4000','221751299958','2025-06-30 19:12:46',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(16228,'4000','221751299958','2025-06-30 19:32:36',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(16229,'4000','221751299958','2025-06-30 19:32:43',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(16230,'4000','221751299958','2025-06-30 19:39:42',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(16231,'4000','221751299958','2025-06-30 19:39:52',NULL,150.00,'','22','1','Good sold','1','','sales','52','','No',NULL,NULL,''),(16232,'1000','221751301656','2025-06-30 19:44:39',440.00,NULL,'','22','1','Good sold','1','','Payment','','','No',NULL,NULL,''),(16233,'4000','221751301656','2025-06-30 19:44:39',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(16234,'4000','221751301656','2025-06-30 19:40:56',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(16235,'4000','221751301656','2025-06-30 19:41:01',NULL,50.00,'','22','1','Good sold','1','','sales','38','','No',NULL,NULL,''),(16236,'4000','221751301656','2025-06-30 19:41:10',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(16237,'4000','221751301656','2025-06-30 19:43:34',NULL,20.00,'','22','1','Good sold','1','','sales','7','','No',NULL,NULL,''),(16238,'4000','221751301656','2025-06-30 19:43:41',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(16239,'4000','221751301656','2025-06-30 19:44:10',NULL,50.00,'','22','1','Good sold','1','','sales','1','','No',NULL,NULL,''),(16240,'4000','221751301656','2025-06-30 19:44:18',NULL,150.00,'','22','1','Good sold','1','','sales','18','','No',NULL,NULL,''); /*!40000 ALTER TABLE `debitcredit` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `delivery` -- DROP TABLE IF EXISTS `delivery`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `delivery` ( `id` int(11) NOT NULL AUTO_INCREMENT, `itemid` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'new', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `code` varchar(30) NOT NULL, `branch` varchar(30) NOT NULL, `qty` varchar(10) NOT NULL, `buyingprice` decimal(10,2) NOT NULL, `sellingprice` decimal(10,2) NOT NULL, `invoice` varchar(50) DEFAULT NULL, `serial` varchar(50) NOT NULL, `orderno` varchar(50) NOT NULL, `name` text NOT NULL, `description` text NOT NULL, `batchno` int(11) NOT NULL, `myid` int(50) NOT NULL, `staff` int(11) NOT NULL, `shipping` decimal(10,2) NOT NULL, `commission` decimal(10,2) NOT NULL, `ordereddate` varchar(50) NOT NULL, `supplier` int(11) NOT NULL DEFAULT 1, `profit` varchar(20) NOT NULL, `commissionrate` varchar(20) NOT NULL, `type` varchar(30) NOT NULL, `mode` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `delivery` -- LOCK TABLES `delivery` WRITE; /*!40000 ALTER TABLE `delivery` DISABLE KEYS */; /*!40000 ALTER TABLE `delivery` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `department` -- DROP TABLE IF EXISTS `department`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `department` ( `id` int(50) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `description` text NOT NULL, `faculty_id` int(11) NOT NULL, `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `department` -- LOCK TABLES `department` WRITE; /*!40000 ALTER TABLE `department` DISABLE KEYS */; INSERT INTO `department` VALUES (1,'ICT','ICT',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(2,'Sales','',0,'0000-00-00 00:00:00','0000-00-00 00:00:00'); /*!40000 ALTER TABLE `department` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `depositrefunds` -- DROP TABLE IF EXISTS `depositrefunds`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `depositrefunds` ( `id` int(100) NOT NULL AUTO_INCREMENT, `houseno` varchar(100) NOT NULL, `type` varchar(40) NOT NULL, `description` text NOT NULL, `plotno` varchar(100) NOT NULL, `balance` decimal(10,2) NOT NULL, `status` varchar(100) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `companyid` varchar(100) NOT NULL, `branchid` int(30) NOT NULL DEFAULT 1, `amount` decimal(10,2) NOT NULL, `before` varchar(20) DEFAULT NULL, `after` varchar(20) DEFAULT NULL, `bookingid` int(20) NOT NULL, `tenantid` int(11) NOT NULL, `receiptno` varchar(50) NOT NULL, `transactioncode` varchar(50) NOT NULL, `mode` varchar(30) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `depositrefunds` -- LOCK TABLES `depositrefunds` WRITE; /*!40000 ALTER TABLE `depositrefunds` DISABLE KEYS */; /*!40000 ALTER TABLE `depositrefunds` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `device` -- DROP TABLE IF EXISTS `device`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `device` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) DEFAULT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `device` -- LOCK TABLES `device` WRITE; /*!40000 ALTER TABLE `device` DISABLE KEYS */; /*!40000 ALTER TABLE `device` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `discount` -- DROP TABLE IF EXISTS `discount`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `discount` ( `id` int(11) NOT NULL AUTO_INCREMENT, `discount` varchar(50) NOT NULL, `name` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `branchid` int(11) NOT NULL DEFAULT 1, `type` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `discount` -- LOCK TABLES `discount` WRITE; /*!40000 ALTER TABLE `discount` DISABLE KEYS */; INSERT INTO `discount` VALUES (1,'1000','BASIC','2023-05-16 14:12:30','active','1','','1',1,'Amount'),(2,'10','PREMIUM DISCOUNT','2023-11-11 07:36:57','active','1','Yes','1',1,'Percentage'),(3,'1000','BASIC','2025-03-17 06:03:30','active','1','No','1',1,'Amount'),(4,'1000','BASIC','2025-03-17 06:13:51','active','1','','1',1,'Amount'); /*!40000 ALTER TABLE `discount` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `distribution` -- DROP TABLE IF EXISTS `distribution`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `distribution` ( `id` int(11) NOT NULL AUTO_INCREMENT, `itemid` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'new', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `code` varchar(30) NOT NULL, `branch` varchar(30) NOT NULL, `qty` varchar(10) NOT NULL, `buyingprice` decimal(10,2) NOT NULL, `sellingprice` decimal(10,2) NOT NULL, `invoice` varchar(50) DEFAULT NULL, `serial` varchar(50) NOT NULL, `orderno` varchar(50) NOT NULL, `name` text NOT NULL, `description` text NOT NULL, `batchno` int(11) NOT NULL, `myid` int(50) NOT NULL, `staff` int(11) NOT NULL, `shipping` decimal(10,2) NOT NULL, `commission` decimal(10,2) NOT NULL, `ordereddate` varchar(50) NOT NULL, `supplier` int(11) NOT NULL DEFAULT 1, `profit` varchar(20) NOT NULL, `commissionrate` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `distribution` -- LOCK TABLES `distribution` WRITE; /*!40000 ALTER TABLE `distribution` DISABLE KEYS */; /*!40000 ALTER TABLE `distribution` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `district` -- DROP TABLE IF EXISTS `district`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `district` ( `id` int(30) NOT NULL, `code` varchar(50) NOT NULL, `countyid` varchar(10) NOT NULL, `name` varchar(255) DEFAULT NULL, `description` text DEFAULT NULL, `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `provincecode` int(11) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `code` (`code`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `district` -- LOCK TABLES `district` WRITE; /*!40000 ALTER TABLE `district` DISABLE KEYS */; /*!40000 ALTER TABLE `district` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `documents` -- DROP TABLE IF EXISTS `documents`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `documents` ( `id` int(50) NOT NULL AUTO_INCREMENT, `documentname` varchar(100) NOT NULL, `idno` varchar(50) NOT NULL, `category` varchar(100) NOT NULL, `name` text NOT NULL, `dateposted` varchar(100) NOT NULL, `description` text NOT NULL, `userid` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `entrydate` varchar(50) NOT NULL, `img_id` varchar(100) NOT NULL, `companyid` varchar(50) NOT NULL, `mydocuments` text DEFAULT NULL, `invoice` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB 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 `doorlock` -- DROP TABLE IF EXISTS `doorlock`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `doorlock` ( `id` int(20) NOT NULL AUTO_INCREMENT, `type` varchar(40) NOT NULL, `description` text NOT NULL, `status` varchar(40) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `name` varchar(50) NOT NULL, `companyid` int(5) NOT NULL DEFAULT 1, `branchid` int(20) DEFAULT NULL, `guest` varchar(50) NOT NULL, `roomtype` varchar(50) NOT NULL, `roomno` varchar(50) NOT NULL, `guesttype` varchar(50) NOT NULL, `chargetype` varchar(50) NOT NULL, `issuedqty` varchar(50) NOT NULL, `recycledcardqty` varchar(50) NOT NULL, `state` varchar(50) NOT NULL, `checkintime` varchar(50) NOT NULL, `departuretime` varchar(50) NOT NULL, `vouchertype` varchar(50) NOT NULL, `voucherno` varchar(50) NOT NULL, `checkouttime` varchar(50) NOT NULL, `area1` varchar(50) NOT NULL, `area2` varchar(50) NOT NULL, `operator` varchar(50) NOT NULL, `remark` varchar(50) NOT NULL, `familyroom` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `doorlock` -- LOCK TABLES `doorlock` WRITE; /*!40000 ALTER TABLE `doorlock` DISABLE KEYS */; /*!40000 ALTER TABLE `doorlock` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `email_accounts` -- DROP TABLE IF EXISTS `email_accounts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `email_accounts` ( `id` int(11) NOT NULL AUTO_INCREMENT, `email` varchar(50) NOT NULL, `password` varchar(100) NOT NULL, `smtp_host` varchar(50) NOT NULL, `smtp_port` int(11) NOT NULL, `userid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `name` varchar(50) NOT NULL, `server` int(11) NOT NULL, `createdate` varchar(30) NOT NULL, `protocol` varchar(30) NOT NULL DEFAULT 'smtp', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `email_accounts` -- LOCK TABLES `email_accounts` WRITE; /*!40000 ALTER TABLE `email_accounts` DISABLE KEYS */; INSERT INTO `email_accounts` VALUES (1,'marketing@mombasacontinental.com','Pass@123','mail.mombasacontinental.com',587,1,465,'ROBISEARCH LTD/TASK MANAGER',1,'','mail/smtp'),(2,'support@robisearch.com','support!@##@!','ssl://mail.robisearch.com',465,1,1,'ROBISEARCH LTD/TASK MANAGER',2,'2019-06-23 05:28:28pm','smtp'),(3,'oukobert@gmail.com','0718667391','ssl://smtp.googlemail.com',465,1,1,'robisearch',1,'2019-11-04 11:00:33am','smtp'); /*!40000 ALTER TABLE `email_accounts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `employeecharges` -- DROP TABLE IF EXISTS `employeecharges`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `employeecharges` ( `id` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(20) NOT NULL, `name` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'Active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `category` varchar(20) NOT NULL DEFAULT 'Minus', `amountmode` varchar(20) NOT NULL, `qtymode` varchar(20) NOT NULL, `quantity` decimal(10,2) NOT NULL, `amount` decimal(10,2) NOT NULL, `unit` varchar(50) NOT NULL, `memberid` int(11) NOT NULL, `statutory` varchar(20) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `employeecharges` -- LOCK TABLES `employeecharges` WRITE; /*!40000 ALTER TABLE `employeecharges` DISABLE KEYS */; INSERT INTO `employeecharges` VALUES (3,'9','NSSF','2025-01-21 18:52:19','Active','1','','1','Deduction','Fixed','Fixed',1.00,1800.00,'',1,'NSSF'),(4,'2005','House Levy','2025-01-21 18:53:04','Active','1','','1','Deduction','Fixed','Fixed',1.00,450.00,'1.5',1,'HOUSE LEVY'),(5,'10','SHIF','2025-01-21 18:53:34','Active','1','','1','Deduction','Fixed','Fixed',1.00,825.00,'2.75',1,'NHIF'),(6,'8','PAYE','2025-01-21 18:55:45','Active','1','','1','Deduction','Fixed','Fixed',1.00,731.25,'',1,'PAYE'),(7,'9','NSSF','2025-01-24 06:20:36','Active','1','','1','Deduction','Fixed','Fixed',1.00,1800.00,'',4,'NSSF'),(8,'8','PAYE','2025-01-24 06:20:54','Active','1','','1','Deduction','Fixed','Fixed',1.00,731.25,'',4,'PAYE'),(9,'10','SHIF','2025-01-24 06:21:45','Active','1','','1','Deduction','Fixed','Fixed',1.00,825.00,'2.75',4,'NHIF'),(10,'2005','House Levy','2025-01-24 06:24:17','Active','1','','1','Deduction','Fixed','Fixed',1.00,450.00,'1.5',4,'HOUSE LEVY'); /*!40000 ALTER TABLE `employeecharges` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `employeepayments` -- DROP TABLE IF EXISTS `employeepayments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `employeepayments` ( `id` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(20) NOT NULL, `name` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'Active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `category` varchar(20) NOT NULL DEFAULT 'Minus', `amountmode` varchar(20) NOT NULL, `qtymode` varchar(20) NOT NULL, `quantity` decimal(10,2) NOT NULL, `amount` decimal(10,2) NOT NULL, `unit` varchar(50) NOT NULL, `memberid` int(11) NOT NULL, `salaryid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `employeepayments` -- LOCK TABLES `employeepayments` WRITE; /*!40000 ALTER TABLE `employeepayments` DISABLE KEYS */; /*!40000 ALTER TABLE `employeepayments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `etiminitialization` -- DROP TABLE IF EXISTS `etiminitialization`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `etiminitialization` ( `id` int(11) NOT NULL AUTO_INCREMENT, `tin` varchar(50) NOT NULL, `bhfOpenDt` varchar(50) DEFAULT NULL, `createdate` datetime NOT NULL, `sdcId` varchar(50) DEFAULT '00', `mrcNo` text DEFAULT NULL, `cmcKey` text DEFAULT NULL, `companyid` varchar(50) NOT NULL, `branchid` varchar(50) NOT NULL, `updatedid` varchar(20) NOT NULL DEFAULT 'KES', `updatedby` varchar(20) DEFAULT NULL, `userid` int(11) NOT NULL, `name` text NOT NULL, `bhfid` varchar(50) DEFAULT NULL, `bhfSttsCd` varchar(50) DEFAULT NULL, `url` text NOT NULL, `onlineoffline` varchar(20) NOT NULL, `phone` varchar(50) NOT NULL, `code` varchar(50) NOT NULL, `status` varchar(50) NOT NULL, `verification` text NOT NULL, `requestdate` varchar(50) NOT NULL, `confirmationdate` varchar(50) NOT NULL, `businesskey` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `etiminitialization` -- LOCK TABLES `etiminitialization` WRITE; /*!40000 ALTER TABLE `etiminitialization` DISABLE KEYS */; /*!40000 ALTER TABLE `etiminitialization` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `etimsactivations` -- DROP TABLE IF EXISTS `etimsactivations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `etimsactivations` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `invoice` text NOT NULL, `computerno` text NOT NULL, `fromdate` varchar(30) NOT NULL, `todate` varchar(30) DEFAULT NULL, `bhfid` varchar(50) NOT NULL, `duration` int(11) NOT NULL, `phone` varchar(20) DEFAULT NULL, `extensiontype` varchar(30) DEFAULT 'New Installation', `computernostatus` varchar(20) NOT NULL DEFAULT 'new', `computernodate` varchar(20) NOT NULL, `computernouserdata` text NOT NULL, `updatedid` int(11) DEFAULT NULL, `tin` text NOT NULL, `sdcId` text NOT NULL, `cmcKey` text NOT NULL, `mrcNo` text NOT NULL, `url` text NOT NULL, `onlineoffline` varchar(50) NOT NULL, `businesskey` text NOT NULL, `code` varchar(50) NOT NULL, `verification` text NOT NULL, `branchid` varchar(5) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `etimsactivations` -- LOCK TABLES `etimsactivations` WRITE; /*!40000 ALTER TABLE `etimsactivations` DISABLE KEYS */; /*!40000 ALTER TABLE `etimsactivations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `evaluation` -- DROP TABLE IF EXISTS `evaluation`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `evaluation` ( `invoice` varchar(100) NOT NULL, `id` int(20) NOT NULL AUTO_INCREMENT, `serialno` varchar(50) NOT NULL, `insuredname` varchar(50) NOT NULL, `insurer` varchar(50) NOT NULL, `expirydate` varchar(50) NOT NULL, `inspectedby` varchar(50) NOT NULL, `contact` varchar(50) NOT NULL, `policyno` varchar(50) NOT NULL, `instructions` text NOT NULL, `registrationno` varchar(50) NOT NULL, `make` varchar(50) NOT NULL, `model` varchar(50) NOT NULL, `colour` varchar(50) NOT NULL, `yom` varchar(50) NOT NULL, `fueltype` varchar(50) NOT NULL, `engineno` varchar(50) NOT NULL, `chassisno` varchar(50) NOT NULL, `mileage` varchar(50) NOT NULL, `enginerating` varchar(50) NOT NULL, `countryoforigin` varchar(50) NOT NULL, `locationofinspection` varchar(50) NOT NULL, `coachwork` varchar(50) NOT NULL, `mechanical` varchar(50) NOT NULL, `electrical` varchar(50) NOT NULL, `tyres` varchar(50) NOT NULL, `generalcondition` text NOT NULL, `assessedvalue` varchar(50) NOT NULL, `features` text NOT NULL, `anittheft` varchar(50) NOT NULL, `windscreenvalue` varchar(50) NOT NULL, `radiovalue` varchar(50) NOT NULL, `remarks` text NOT NULL, `reportdetails` text NOT NULL, `date` date NOT NULL, `pin` varchar(50) NOT NULL, `userid` int(11) NOT NULL, `branchid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `dateposted` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `evaluation` -- LOCK TABLES `evaluation` WRITE; /*!40000 ALTER TABLE `evaluation` DISABLE KEYS */; /*!40000 ALTER TABLE `evaluation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `events` -- DROP TABLE IF EXISTS `events`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `events` ( `id` int(50) NOT NULL AUTO_INCREMENT, `title` varchar(100) NOT NULL, `fromdate` varchar(50) NOT NULL, `todate` varchar(50) NOT NULL, `host` varchar(100) NOT NULL, `participants` text NOT NULL, `location` varchar(100) NOT NULL, `status` varchar(40) NOT NULL DEFAULT 'new', `comments` text NOT NULL, `repeated` varchar(50) NOT NULL, `dateposted` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `companyid` varchar(50) NOT NULL, `one` varchar(20) NOT NULL, `two` varchar(20) NOT NULL, `three` varchar(20) DEFAULT NULL, `branchid` int(10) NOT NULL DEFAULT 1, `four` varchar(20) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `events` -- LOCK TABLES `events` WRITE; /*!40000 ALTER TABLE `events` DISABLE KEYS */; /*!40000 ALTER TABLE `events` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `expenses` -- DROP TABLE IF EXISTS `expenses`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `expenses` ( `id` int(50) NOT NULL AUTO_INCREMENT, `type` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `amount` varchar(50) NOT NULL, `description` text NOT NULL, `dateposted` datetime NOT NULL, `user` varchar(100) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'Active', `datespent` datetime NOT NULL, `receiptno` varchar(100) NOT NULL, `idno` varchar(100) NOT NULL, `contact` varchar(100) NOT NULL, `controller` varchar(100) NOT NULL, `imgid` varchar(100) NOT NULL, `img_id` text NOT NULL, `companyid` varchar(100) NOT NULL, `accounttype` varchar(50) NOT NULL, `bankname` varchar(60) NOT NULL, `supplier` varchar(30) NOT NULL, `invoice` varchar(30) NOT NULL, `paymentmethodes` varchar(30) NOT NULL, `duedate` varchar(30) NOT NULL, `terms` text NOT NULL, `balance` decimal(10,2) NOT NULL, `paid` decimal(10,2) NOT NULL, `updatedat` varchar(30) NOT NULL, `updatedby` int(11) NOT NULL, `branchid` int(11) NOT NULL DEFAULT 1, `allocation` varchar(20) NOT NULL DEFAULT 'No', `invoicestatus` varchar(20) NOT NULL DEFAULT 'No', `allocationtext` text NOT NULL, `loanpaid` decimal(10,2) NOT NULL, `loanbalance` decimal(10,2) NOT NULL, `duration` varchar(20) NOT NULL, `monthlyrate` varchar(20) NOT NULL, `department` varchar(20) 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 `expenses` -- LOCK TABLES `expenses` WRITE; /*!40000 ALTER TABLE `expenses` DISABLE KEYS */; INSERT INTO `expenses` VALUES (1,'Expense','3','2097','daily expenses for 25th april','2025-04-25 14:07:44','','Closed','2025-04-25 14:07:44','','','','martin','','8135781745579183','1','','1040','','31745579173','n/a','','',0.00,0.00,'',0,1,'No','No','',0.00,0.00,'','',''),(2,'Expense','3','2280','expenses for 26th april','2025-04-26 14:39:15','','Closed','2025-04-26 14:39:15','','','','jane','','4782401745667463','1','','1040','','31745667457','n/a','','',0.00,0.00,'',0,1,'No','No','',0.00,0.00,'','',''),(3,'Expense','3','0','gfer','2025-04-26 14:41:51','','Closed','2025-04-26 14:41:51','','','','jane','','5044021745667685','1','','1040','','31745667669','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,'2025 Fiscal Year','active','2025-01-01 00:00:00','2025-12-31 23:59:00',1,1,'2025-02-13 11:50:14',0.00,0.00,0); /*!40000 ALTER TABLE `fiscalyear` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `followups` -- DROP TABLE IF EXISTS `followups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `followups` ( `id` int(30) NOT NULL AUTO_INCREMENT, `date` varchar(50) NOT NULL, `followupid` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'newstock', `companyid` varchar(100) NOT NULL, `nextdate` datetime NOT NULL, `feedback` text NOT NULL, `recommendation` text NOT NULL, `challanges` text NOT NULL, `level` varchar(50) NOT NULL, `branchid` int(11) NOT NULL, `finalid` varchar(50) NOT NULL, `dateposted` datetime NOT NULL, `type` varchar(20) NOT NULL DEFAULT 'Deal', `completed` varchar(20) NOT NULL DEFAULT 'no', `dealowner` varchar(20) DEFAULT NULL, `stage` varchar(20) DEFAULT NULL, `allsteps` varchar(20) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB 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 `gatepass` -- DROP TABLE IF EXISTS `gatepass`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `gatepass` ( `id` int(11) NOT NULL AUTO_INCREMENT, `subject` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `category` varchar(30) NOT NULL, `messageid` varchar(30) NOT NULL, `updatedby` int(11) NOT NULL, `updateddate` varchar(30) NOT NULL, `callername` text NOT NULL, `receiver` text NOT NULL, `calldate` varchar(30) NOT NULL, `phone` varchar(50) NOT NULL, `media` text NOT NULL, `email` varchar(50) DEFAULT NULL, `idno` varchar(50) NOT NULL, `name` varchar(100) NOT NULL, `business` varchar(100) NOT NULL, `vehicleno` varchar(100) NOT NULL, `vehiclecolor` varchar(100) NOT NULL, `vehiclemodel` varchar(100) NOT NULL, `location` varchar(100) NOT NULL, `checkindate` varchar(100) NOT NULL, `checkoutdate` varchar(100) NOT NULL, `branchid` int(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `gatepass` -- LOCK TABLES `gatepass` WRITE; /*!40000 ALTER TABLE `gatepass` DISABLE KEYS */; /*!40000 ALTER TABLE `gatepass` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `glaccounts` -- DROP TABLE IF EXISTS `glaccounts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `glaccounts` ( `id` int(30) NOT NULL AUTO_INCREMENT, `userid` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `accounttype` varchar(50) NOT NULL, `accountname` varchar(80) NOT NULL, `bankname` varchar(50) DEFAULT NULL, `openingdate` varchar(50) NOT NULL, `description` int(11) NOT NULL, `accountstatus` varchar(50) NOT NULL, `amount` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, `number` varchar(50) NOT NULL, `currency` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=221 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `glaccounts` -- LOCK TABLES `glaccounts` WRITE; /*!40000 ALTER TABLE `glaccounts` DISABLE KEYS */; INSERT INTO `glaccounts` VALUES (30,'1','1','1','Control Acc (Cash)','','2018-07-20 13:23:56',1,'','-183735','2020-10-01 13:01:12','1000','1'),(31,'1','1','1','Mpesa','','2020-05-10 17:24:37',1,'','34000','2020-05-10 17:28:13','1010','1'),(33,'351','1','1','KCB account','','2018-06-01',1,'','-3852698','2019-07-30 19:18:31','1030','1'),(34,'1','1','6','Accounts receivable','','2018-06-01',1,'','400','2020-01-07 05:46:09','1100',''),(35,'351','1','6','Inventory assets','','2018-07-20 13:29:27',1,'','-1500','2019-07-20 23:18:46','1110','1'),(36,'2','1','6','checking account','','2018-07-20 14:14:59',1,'','0','2018-07-20 14:15:36pm','1120','KES'),(37,'351','1','6','Tax Assets','','2018-07-20 14:15:37',1,'','0','2019-07-20 13:01:36','1130',''),(38,'2','1','6','loans & advances','','2018-07-20 14:17:01',1,'','0','2018-07-20 14:18:41pm','1140','KES'),(39,'2','1','6','securities & deposits','','2018-07-20 14:18:42',1,'','0','2018-07-20 14:19:49pm','1150','KES'),(40,'351','1','6','Allowance for doubtful accounts','','2018-07-20 14:19:50',1,'','0','2019-07-20 12:05:22','1160',''),(41,'351','1','6','Prepayments','','2018-07-20 14:37:09',1,'','0','2019-07-20 13:03:33','1170',''),(44,'351','1','6','Salary advances','','2018-07-20 14:42:02',1,'','0','2019-07-20 12:58:57','1200',''),(45,'351','1','7','Land','','2018-07-20 14:43:05',1,'','0','2019-07-20 13:00:33','1500',''),(46,'351','1','7','Motor Vehicle','','2018-07-20 15:05:47',1,'','0','2019-07-20 13:04:35','1510',''),(47,'1','1','27','Softwares','','2018-07-20 15:06:36',4,'','0','2019-10-28 05:41:59','1520',''),(48,'351','1','7','Buildings','','2018-07-20 15:07:38',1,'','0','2019-07-20 13:07:02','1530',''),(49,'351','1','7','Plants & Machinery','','2018-07-20 15:09:21',1,'','0','2019-07-20 13:08:16','1540',''),(50,'351','1','7','Office Equipments','','2018-07-20 15:13:54',1,'','0','2019-07-20 13:09:35','1550',''),(51,'351','1','7','Furnitures & Fixtures','','2018-07-20 15:18:17',1,'','0','2019-07-20 13:10:29','1560',''),(52,'351','1','7','Depreciation ','117','2018-07-20 15:20:15',1,'','0','2019-07-20 13:13:53','1570',''),(53,'351','1','7','Depletable assets','','2018-07-20 15:21:07',1,'','0','2019-07-20 13:30:32','1580','1'),(54,'351','1','7','Leasehold improvements','','2018-07-20 15:22:55',1,'','0','2019-07-20 13:36:59','1590',''),(55,'351','1','7','Accumulated depreciation','','2018-07-20 15:23:48',1,'','0','2019-07-20 13:17:21','1600',''),(57,'351','1','9','Capital ','','2018-07-20 15:43:54',1,'','0','2019-07-20 14:18:04','1800',''),(58,'416','1','29','Office purchases','','2018-07-20 16:02:41',5,'','0','2019-10-16 17:53:18','1850',''),(59,'2','1','8','stock of raw materials','','2018-07-20 16:04:29',1,'','0','2018-07-20 16:07:35pm','1860','KES'),(63,'351','1','14','Loan payable','','2018-07-23 12:06:08',2,'','0','2019-07-20 14:11:32','2000',''),(64,'351','1','14','Dividends payable','','2018-07-23 12:33:51',2,'','0','2019-07-20 15:08:15','2010','1'),(65,'2','1','14','Income tax payable','','2018-07-23 12:35:15',2,'','0','2018-07-23 12:36:09pm','2020','KES'),(66,'351','1','14','Accrued Expenses Payable ','','2018-07-23 12:36:09',2,'','0','2019-07-20 13:33:39','2030','1'),(67,'351','1','14','Payroll Liabilities','','2018-07-23 12:37:11',2,'','0','2019-07-20 13:24:33','2040',''),(68,'351','1','14','Current tax liability','','2018-07-23 12:37:58',2,'','0','2019-07-20 15:10:18','2050','1'),(69,'1','1','14','Customer Deposits ','','2018-07-23 12:38:55 ',2,'','0','2024-02-01 06:08:04','2060',''),(70,'351','1','14','Insurance payable','','2018-07-23 12:39:33',2,'','0','2019-07-20 15:12:04','2070',''),(72,'351','1','14','Sales & services tax payable','','2018-07-23 12:40:58',2,'','0','2019-07-20 15:14:57','2090',''),(74,'351','1','14','Bank Overdraft','','2018-07-23 12:43:29',2,'','0','2019-07-20 13:52:34','2110','1'),(75,'351','1','14','Current portion of obligations under finance leases','','2018-07-23 12:44:39',2,'','0','2019-07-20 15:19:30','2120',''),(76,'351','1','15','Long term debt','','2018-07-23 12:57:42',2,'','0','2019-07-20 15:16:19','2500',''),(78,'351','1','15','Notes payable','','2018-07-23 13:00:31',2,'','0','2019-07-20 13:58:01','2510',''),(79,'351','1','15','Liabilities related to assets held for sale','','2018-07-23 13:01:58',2,'','0','2019-07-20 15:28:14','2520','1'),(80,'2','1','15','shareholder notes payable','','2018-07-23 13:02:46',2,'','0','2018-07-23 13:04:38pm','2530','KES'),(81,'351','1','15','Accrued non-current liabilities','','2018-07-23 13:04:38',2,'','0','2019-07-22 09:45:51','2540',''),(82,'2','1','15','accrued holiday payable','','2018-07-23 13:15:07',2,'','0','2018-07-23 13:19:53pm','2550','KES'),(83,'2','1','26','ordinary shares','','2018-07-23 13:54:16',3,'','0','2018-07-23 13:55:37pm','3000','KES'),(84,'1','1','26','opening balance Equity','','2018-07-23 13:55:37',3,'','-50000','2020-05-09 20:15:00','3010',''),(85,'2','1','26','partner contributions','','2018-07-23 13:56:29',3,'','0','2018-07-23 13:57:14pm','3020','KES'),(86,'2','1','26','share capital','','2018-07-23 13:57:15',3,'','0','2018-07-23 13:59:17pm','3030','KES'),(87,'2','1','26','capital stock','','2018-07-23 13:59:18',3,'','0','2018-07-23 14:00:06pm','3040','KES'),(89,'351','1','26','Dividend disbursed','','2018-07-23 14:00:07',3,'','0','2019-07-22 09:44:29','3050',''),(90,'2','1','26','other comprehensive income','','2018-07-23 14:05:14',3,'','0','2018-07-23 14:06:04pm','3060','KES'),(91,'2','1','26','retained earnings','','2018-07-23 14:06:06',3,'','0','2018-07-23 14:06:41pm','3070','KES'),(92,'2','1','26','paid in capital','','2018-07-23 14:06:42',3,'','0','2018-07-23 14:08:06pm','3080','KES'),(93,'2','1','26','equity in earnings of subsidiaries','','2018-07-23 14:08:07',3,'','0','2018-07-23 14:09:00pm','3090','KES'),(94,'351','1','27','Sales','','2018-06-01',4,'','0','2019-07-23 11:30:51','4000',''),(95,'351','1','27','Maintainance/Training fees','94','2018-07-23 14:09:38',4,'','0','2019-07-20 15:53:04','4010',''),(97,'351','1','30','expenses included in valuation','','2018-06-01 ',5,'','0','2019-07-23 11:33:52','5010',''),(98,'351','1','30','stock adjustment','','2018-07-23 14:27:39',5,'','0','2019-07-20 17:25:59','5020',''),(99,'1','1','8','Cost of Good sold','','2018-07-01',5,'','0','2020-05-11 09:26:16','5500',''),(100,'351','1','29','Transport','','2018-06-01',5,'','0','2019-07-23 11:27:46','5510',''),(101,'351','1','29','Rent Expenses','','2018-07-23 14:33:51',5,'','0','2019-07-20 17:40:22','5520',''),(102,'351','1','29','Utilities','','2018-07-23 14:34:24',5,'','0','2019-07-20 17:42:59','5530','1'),(103,'351','1','29','Advertisements','','2018-07-23 14:34:52',5,'','0','2019-07-20 17:47:48','5540','1'),(104,'351','1','29','Salary Costs','','2018-07-23 14:35:41',5,'','50000','2019-07-20 20:26:30','5550',''),(105,'1','1','29','Staff Costs','','2020-07-23 14:36:42',5,'','0','2020-06-30 21:02:43','5560','1'),(106,'351','1','29','Staff Uniforms','105','2018-07-23 14:37:26',5,'','0','2019-07-20 20:43:01','5561','1'),(107,'351','1','29','Staff Welfare ','105','2018-07-23 14:38:50',5,'','0','2019-07-20 20:47:45','5562','1'),(114,'351','1','29','Training Fees','','2018-07-23 14:46:18',5,'','0','2019-07-20 21:00:54','5650','1'),(115,'351','1','29','Marketing expenses','','2018-07-23 14:47:47',5,'','0','2019-07-20 20:59:00','5660',''),(118,'351','1','29','Bid Bond Charges','120','2018-07-23 14:51:10',5,'','0','2019-07-20 21:51:57','5711','1'),(119,'351','1','29','Bank Service Charges ','','2018-07-23 14:54:26',5,'','0','2019-07-20 21:24:05','5700','1'),(120,'351','1','29','Tender expenses','','2018-07-23 14:55:12',5,'','0','2019-07-20 21:49:11','5710',''),(122,'351','1','29','Outsourced Printing & Scanning','','2018-07-23 15:02:34',5,'','0','2019-07-20 21:55:42','5730',''),(123,'351','1','30','Commission on sales','','2018-07-23 15:03:42',5,'','0','2019-07-20 21:56:36','5740','1'),(124,'351','1','29','Accomodation','','2018-07-23 15:04:46',5,'','0','2019-07-20 21:58:04','5750',''),(125,'351','1','29','Professional /Legal expenses','','2018-07-23 15:05:55',5,'','0','2019-07-20 22:28:51','5760','1'),(126,'351','1','28','Postage & Delivery','','2018-07-23 15:06:59',4,'','0','2019-07-20 22:00:51','5770','1'),(127,'1','1','29','Painting','','2018-07-23 15:07:48 ',5,'','0','2024-02-26 12:40:36','5780',''),(128,'351','1','29','Depreciation Expense','','2018-07-23 15:08:24',5,'','0','2019-07-20 22:03:48','5790',''),(129,'351','1','29','Miscellaneous','','2018-07-23 15:09:39',5,'','0','2019-07-20 22:05:47','5800',''),(130,'351','1','27','Point of sale','94','2018-06-01 ',4,'','0','2019-08-08 09:12:19','4020',''),(131,'351','1','27','Bulk Sms','94','2018-07-23 15:12:25',4,'','0','2019-07-20 15:56:23','4030','1'),(132,'351','1','27','property management System','94','2018-07-23 15:13:09',4,'','0','2019-07-20 16:16:00','4040','1'),(133,'351','1','27','Biometric system','94','2018-07-23 15:13:41',4,'','2393.5','2019-07-20 16:14:44','4050','1'),(134,'351','1','27','school management System','94','2018-07-23 15:14:35',4,'','0','2019-07-20 16:17:38','4060','1'),(135,'351','1','27','Hospital management System','94','2018-07-23 15:15:15',4,'','0','2019-07-20 16:19:26','4070',''),(136,'351','1','27','Website Development','94','2018-07-23 15:16:03',4,'','0','2019-07-20 16:25:53','4080','1'),(137,'1','1','27','Vehicle Loan','94','2018-07-23 15:16:38 ',4,'','2000000','2023-05-27 12:46:29','4090',''),(139,'351','1','27','Hardware','94','2018-07-23 15:18:10',4,'','0','2019-07-20 16:49:09','4110','1'),(140,'351','1','27','Graphic Design','94','2018-07-23 15:18:56',4,'','0','2019-07-20 16:50:40','4120','1'),(141,'351','1','27','Thermal rolls','94','2018-07-23 15:19:38',4,'','0','2019-07-20 16:54:33','4130','1'),(143,'479','1','1','Paybill','','2018-07-26 12:58:21',1,'','-6666664999','2019-01-18 17:14:27','1020','1'),(144,'351','1','14','Account payable','','2018-06-01',2,'','0','2019-07-23 11:29:59','2130',''),(148,'351','1','1','Director\'s Account','','2018-06-01',1,'','6000','2019-08-22 08:43:26','1040','1'),(151,'351','1','8','Hardware','58','2018-10-30 09:48:11',5,'','0','2019-09-04 10:25:47','1851','1'),(152,'351','1','27','Labour Fees','94','2018-11-01 12:09:21',4,'','0','2019-07-20 16:57:21','4160','1'),(154,'351','1','29','Supplies','156','2018-11-05 16:43:21',5,'','0','2019-07-18 14:43:13','5900','1'),(155,'1','1','29','Branding','156','2018-11-05 16:46:57 ',5,'','0','2024-02-26 12:40:51','5910',''),(156,'351','1','29','Office Expenses','','2018-11-05 16:47:29',5,'','0','2019-07-18 14:15:56','5920','1'),(157,'351','1','27','Management Information System','94','2019-01-31 16:43:09',4,'','0','2019-07-20 16:58:11','4170','1'),(158,'351','1','29','Mpesa charges','','2019-05-25 12:20:26',5,'','0','2019-07-20 22:26:12','5930','1'),(159,'351','1','1','Petty cash','','2019-06-01',1,'','-577','2019-08-22 15:25:29','1050','1'),(160,'351','1','29','Discount Allowed','','2019-07-08 ',5,'','0','2019-07-20 23:17:13','5030','1'),(161,'351','1','6','Withholding Tax','','2019-07-20 13:24:34',1,'','0','2019-07-20 13:28:18','1210',''),(162,'351','1','6','Discount Recieved','','2019-07-20 13:28:19',1,'','0','2019-07-20 13:29:38','1220','1'),(163,'351','1','6','Accrued Income Receivable ','','2019-07-20 13:33:40',1,'','0','2019-07-20 13:36:05','1230','1'),(164,'351','1','14','NHIF','67','2019-07-20 14:03:52',2,'','0','2019-07-20 14:06:21','2041','1'),(165,'351','1','14','NSSF','67','2019-07-20 14:06:22',2,'','0','2019-07-20 14:07:21','2042',''),(166,'351','1','14','PAYE','67','2019-07-20 14:07:21',2,'','0','2019-07-20 14:08:21','2043','1'),(167,'351','1','14','Net Pay','','2019-07-20 14:08:21',2,'','0','2019-07-20 14:10:20','2045',''),(168,'1','1','27','Donations','131','2019-07-20 15:56:24 ',4,'','140800','2023-03-08 12:44:25','4031','1'),(169,'351','1','27','Bulk Sms Branding','131','2019-07-20 16:07:38',4,'','0','2019-07-20 16:09:27','4032',''),(170,'1','1','27','Bulk Sms Recharge','131','2019-07-20 16:09:28',4,'','0','2019-10-26 13:53:32','4033','1'),(171,'351','1','27','Hotel Accommodation System','94','2019-07-20 16:19:27',4,'','0','2019-07-20 16:23:52','4100','1'),(172,'351','1','27','Miscellaneous Income','94','2019-07-20 16:58:12',4,'','0','2019-07-20 17:00:06','4180','1'),(173,'351','1','27','Mpesa Intergration','94','2019-07-20 17:00:07',4,'','0','2019-07-20 17:02:30','4190','1'),(174,'351','1','27','Biometric Bulk Sms Intergration','94','2019-07-20 17:02:31',4,'','0','2019-07-20 17:38:53','4195',''),(175,'351','1','8','Thermal rolls','58','2019-07-20 17:32:58',5,'','0','2019-09-04 10:26:06','1852','1'),(176,'351','1','29','Electricity','102','2019-07-20 17:42:59',5,'','0','2019-07-20 17:44:30','5531','1'),(177,'351','1','29','Water','102','2019-07-20 17:44:31',5,'','0','2019-07-20 17:45:22','5532','1'),(178,'351','1','29','Wages/Overtime','104','2019-07-20 20:26:31',5,'','0','2019-07-20 20:29:49','5551','1'),(179,'1','1','29','Staff Airtime','105','2020-07-20 20:47:45',5,'','0','2020-06-30 21:03:42','5563','1'),(180,'1','1','29','Medical Expenses ','105','2019-07-20 20:50:12',5,'','0','2020-06-30 22:16:41','5566','1'),(181,'351','1','29','NSSF-Employer','105','2019-07-20 20:51:37',5,'','0','2019-07-20 20:53:29','5565','1'),(182,'351','1','29','Meal Expenses ','','2019-07-20 22:28:52',5,'','0','2019-07-20 22:48:43','5250','1'),(183,'351','1','29','Refunds','','2019-07-20 22:48:44',5,'','0','2019-07-20 22:49:44','5240','1'),(184,'351','1','30','Loss on Disposal of fixed Assets ','','2019-07-20 22:49:45',5,'','0','2019-07-20 22:53:18','5220','1'),(185,'351','1','29','Internet Expenses ','','2019-07-20 22:53:19',5,'','0','2019-07-20 22:56:13','5200',''),(186,'351','1','29','Telephone Expenses ','','2019-07-20 22:56:14',5,'','0','2019-07-20 22:57:42','5210','1'),(187,'351','1','29','Dues & Subscriptions','','2019-07-20 22:57:43',5,'','0','2019-07-20 23:02:13','5180','1'),(188,'351','1','29','Donations','','2019-07-20 23:02:14',5,'','0','2019-07-20 23:03:34','5170','1'),(189,'351','1','29','Chaitable Donations','188','2019-07-20 23:03:35',5,'','0','2019-07-20 23:04:51','5171','1'),(190,'351','1','29','Non-Charitable Donations','188','2019-07-20 23:04:52',5,'','0','2019-07-20 23:08:00','5172','1'),(191,'351','1','29','Business Licences & Permits ','','2019-07-20 23:08:01',5,'','0','2019-07-20 23:09:26','5960','1'),(192,'351','1','29','Bad debts written off','','2019-07-20 23:09:27',5,'','0','2019-07-20 23:10:42','5950','1'),(193,'351','1','29','Bad debts ','','2019-07-20 23:10:43',5,'','0','2019-07-20 23:11:35','5940','1'),(194,'351','1','27','suspense Income A/C','','2019-07-22 22:00:00',4,'','2393.5','2019-07-27 17:14:05','4050','1'),(195,'351','1','29','suspense Expense A/C','','2019-07-22 22:05:38',5,'','0','2019-07-27 17:15:19','5040','1'),(196,'351','1','34','Opening Balance','','2018-06-01',4,'','0','2019-07-30 09:29:55','1060','1'),(197,'351','1','29','CCTV Installation fee','','2018-06-01',5,'','0','2019-08-21 10:15:30','5190','1'),(198,'351','1','29','Director\'s Expenses','','2018-06-01',5,'','0','2019-08-23 14:53:11','5720','1'),(199,'351','1','29','Staff Allowance','105','2019-06-01 ',5,'','-521','2019-10-01 15:22:06','5564','1'),(200,'1','1','1','Witholding Account','','2019-10-01 11:49:23 ',1,'','6666659825.5','2021-11-25 16:26:21','1035','1'),(201,'1','1','7','LAPTOPS','','2020-09-17 09:30:28',1,'','0','2020-09-17 09:31:53','1501',''),(202,'1','1','7','Amblifier','','2020-09-22 10:17:58',1,'','0','2020-09-22 10:19:53','1502',''),(205,'1','1','1','Bonga points Account','','2021-03-08 15:21:56 ',1,'','2000','2021-09-07 06:35:52','1011','1'),(206,'1','1','29','CARE PURCHASE','','2021-07-19 15:02:30 ',5,'','0','2023-05-27 12:48:58','5171',''),(207,'1','1','27','RENT COLLECTED','','2021-09-17 06:42:46',4,'','0','2021-09-17 06:47:13','4161','1'),(208,'1','1','27','DEPOSIT COLLECTED','','2021-09-17 06:14:47',4,'','0','2021-09-17 06:48:29','4162','1'),(209,'1','1','27','WATER/POWER DEPOSIT','','2021-09-17 06:30:48',4,'','0','2021-09-17 06:48:46','4163',''),(210,'1','1','27','PENALTY','','2021-09-17 06:47:48',4,'','0','2021-09-17 06:49:02','4164',''),(211,'1','1','27','WATER','','2021-09-17 06:04:49',4,'','0','2021-09-17 06:49:27','4165','1'),(212,'1','1','27','PARTIAL PAYMENT','','2021-09-17 06:29:49',4,'','0','2021-09-17 06:49:47','4166','1'),(213,'1','1','29','GARBAGE','','2021-09-17 06:49:49 ',5,'','0','2024-05-06 05:36:16','4167',''),(214,'1','1','27','DAMAGES','','2021-09-17 06:09:50',4,'','0','2021-09-17 06:50:31','4168','1'),(215,'1','1','27','AGREEMENT FORM','','2021-09-17 06:32:50',4,'','0','2021-09-17 06:50:50','4169','1'),(216,'1','1','27','POWER','','2021-09-17 06:51:50',4,'','4000','2021-09-17 06:51:16','4171','1'),(217,'1','1','27','SEWAGE','','2021-09-17 06:17:51',4,'','-47000','2021-09-17 06:51:44','4172','1'),(218,'1','1','27','BED ONLY','','2021-09-17 06:45:51',4,'','7000','2021-09-17 06:52:22','4173','1'),(219,'1','1','27','BED AND BREAKFAST','','2021-09-17 06:24:52',4,'','-55555','2021-09-17 06:52:42','4174','1'),(220,'1','1','28','Foreign Exchange gain/loss','','2023-07-30 07:48:19',4,'','0','2023-07-30 07:21:27','4001','5'); /*!40000 ALTER TABLE `glaccounts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `glfiscalyear` -- DROP TABLE IF EXISTS `glfiscalyear`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `glfiscalyear` ( `id` int(40) NOT NULL AUTO_INCREMENT, `name` varchar(60) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'active', `startdate` datetime NOT NULL, `enddate` datetime NOT NULL, `companyid` int(11) NOT NULL, `userid` int(11) NOT NULL, `createdate` varchar(30) NOT NULL, `opening` decimal(10,2) NOT NULL, `closing` decimal(10,2) NOT NULL, `priority` int(11) NOT NULL, `number` varchar(50) NOT NULL, `branchid` int(11) NOT NULL DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `glfiscalyear` -- LOCK TABLES `glfiscalyear` WRITE; /*!40000 ALTER TABLE `glfiscalyear` DISABLE KEYS */; /*!40000 ALTER TABLE `glfiscalyear` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `glgroups` -- DROP TABLE IF EXISTS `glgroups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `glgroups` ( `id` int(30) NOT NULL AUTO_INCREMENT, `userid` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `accounttype` varchar(50) NOT NULL, `accountname` varchar(80) NOT NULL, `groupname` bigint(50) NOT NULL DEFAULT 1, `openingdate` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=35 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `glgroups` -- LOCK TABLES `glgroups` WRITE; /*!40000 ALTER TABLE `glgroups` DISABLE KEYS */; INSERT INTO `glgroups` VALUES (1,'2','1','1','Banks',0,''),(6,'2','1','1','Current asset',0,''),(7,'2','1','1','Fixed assets',0,''),(8,'2','1','5','Cost of Good Sold',0,''),(9,'2','1','1','Capital asset',0,''),(14,'2','1','2','Current liabilities',0,''),(15,'2','1','2','Longterm liabilities',0,''),(26,'2','1','3','Equity',0,''),(27,'2','1','4','Income',0,''),(28,'2','1','4','Other income',0,''),(29,'2','1','5','Expenses',0,''),(30,'2','1','5','Other expenses',0,''),(31,'2','1','2','Share Capital',0,''),(32,'2','1','2','Retained Earnings',0,''),(33,'2','1','4','Cash',1,''),(34,'2','1','4','Equity',1,''); /*!40000 ALTER TABLE `glgroups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `grouping` -- DROP TABLE IF EXISTS `grouping`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `grouping` ( `id` int(50) NOT NULL AUTO_INCREMENT, `memberid` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, `user` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `updatedat` varchar(50) NOT NULL, `categoryid` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB 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=17 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Add or sub entitlement for employees or contracts'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `groupleavedays` -- LOCK TABLES `groupleavedays` WRITE; /*!40000 ALTER TABLE `groupleavedays` DISABLE KEYS */; INSERT INTO `groupleavedays` VALUES (1,NULL,1,NULL,'2023-02-15','2023-04-25',1,90.00,'',1,'2023-02-15 12:36:46pm',0),(14,NULL,6,NULL,'2023-01-27','2023-07-11',2,9.49,'',1,'2023-07-11 07:05:18pm',0),(15,NULL,12,NULL,'2023-08-01','2023-12-31',2,21.00,'',1,'2023-08-31 03:04:22am',0),(16,NULL,1,NULL,'2019-06-11','2023-09-02',2,67.83,'',1,'2023-09-02 08:10:55am',0); /*!40000 ALTER TABLE `groupleavedays` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `house` -- DROP TABLE IF EXISTS `house`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `house` ( `id` int(100) NOT NULL AUTO_INCREMENT, `houseno` varchar(100) NOT NULL, `type` varchar(40) NOT NULL, `description` text NOT NULL, `plotno` varchar(100) NOT NULL, `cost` varchar(100) NOT NULL, `status` varchar(100) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `floor` varchar(100) NOT NULL, `companyid` varchar(100) NOT NULL, `vat` decimal(10,2) NOT NULL, `commission` decimal(10,2) NOT NULL, `priority` int(11) NOT NULL, `category` varchar(30) NOT NULL DEFAULT 'rental', `branchid` int(30) NOT NULL DEFAULT 1, `vat2` decimal(10,2) NOT NULL, `paymentdetails` text NOT NULL, `meternumber` text NOT NULL, `utility` varchar(20) DEFAULT 'yes', `waterno` varchar(30) NOT NULL, `waterrate` varchar(30) NOT NULL, `watercharge` varchar(30) NOT NULL, `watermonth` varchar(30) NOT NULL, `wateryear` varchar(30) NOT NULL, `electricityno` varchar(30) NOT NULL, `electricityrate` varchar(30) NOT NULL, `electricitycharge` varchar(30) NOT NULL, `electricitymonth` varchar(30) NOT NULL, `electricityyear` varchar(30) NOT NULL, `bowholeno` varchar(30) NOT NULL, `bowholerate` varchar(30) NOT NULL, `bowholecharge` varchar(30) NOT NULL, `bowholemonth` varchar(30) NOT NULL, `bowholeyear` varchar(30) NOT NULL, `beds` varchar(5) DEFAULT NULL, `bedstatus` varchar(20) NOT NULL DEFAULT 'no', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `house` -- LOCK TABLES `house` WRITE; /*!40000 ALTER TABLE `house` DISABLE KEYS */; /*!40000 ALTER TABLE `house` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `housekeeping` -- DROP TABLE IF EXISTS `housekeeping`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `housekeeping` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `houseno` varchar(30) NOT NULL, `plotno` varchar(20) NOT NULL DEFAULT '0', `approvedby` varchar(20) NOT NULL, `comments` text NOT NULL, `approval` varchar(30) NOT NULL DEFAULT 'new', `exactdate` varchar(30) NOT NULL, `type` text NOT NULL, `counter` int(11) NOT NULL DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `housekeeping` -- LOCK TABLES `housekeeping` WRITE; /*!40000 ALTER TABLE `housekeeping` DISABLE KEYS */; /*!40000 ALTER TABLE `housekeeping` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `insurance` -- DROP TABLE IF EXISTS `insurance`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `insurance` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `code` varchar(50) NOT NULL, `description` text NOT NULL, `status` varchar(20) NOT NULL, `rate` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, `branchid` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `insurance` -- LOCK TABLES `insurance` WRITE; /*!40000 ALTER TABLE `insurance` DISABLE KEYS */; /*!40000 ALTER TABLE `insurance` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `invoice` -- DROP TABLE IF EXISTS `invoice`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `invoice` ( `id` int(40) NOT NULL AUTO_INCREMENT, `plotno` varchar(60) NOT NULL, `houseno` varchar(40) NOT NULL, `tenantid` varchar(100) NOT NULL, `amount` decimal(10,2) NOT NULL, `type` varchar(100) NOT NULL, `description` varchar(100) NOT NULL, `month` varchar(100) NOT NULL, `year` varchar(100) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `duedate` varchar(40) NOT NULL, `paymentstatus` varchar(40) NOT NULL, `paymentmode` varchar(40) NOT NULL, `paymentcode` varchar(100) NOT NULL, `transactioncode` varchar(100) NOT NULL, `approval` varchar(30) NOT NULL DEFAULT 'new', `approvedby` varchar(60) NOT NULL, `approvaldate` varchar(60) NOT NULL, `totalamount` varchar(40) NOT NULL, `paid` decimal(10,2) NOT NULL, `balance` varchar(40) NOT NULL DEFAULT '0', `companyid` varchar(100) NOT NULL DEFAULT '1', `commission` decimal(10,2) NOT NULL, `vat` decimal(10,2) NOT NULL, `paymentdate` varchar(30) NOT NULL, `order` int(11) NOT NULL, `priority` int(11) NOT NULL, `coparent` decimal(10,2) NOT NULL, `coparentcommission` decimal(10,2) NOT NULL, `coparentvat` decimal(10,2) NOT NULL, `coparentdate` varchar(30) NOT NULL, `coparentuserid` int(11) NOT NULL, `chargeid` varchar(30) NOT NULL, `branchid` int(11) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `invoice` -- LOCK TABLES `invoice` WRITE; /*!40000 ALTER TABLE `invoice` DISABLE KEYS */; /*!40000 ALTER TABLE `invoice` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `itemclassification` -- DROP TABLE IF EXISTS `itemclassification`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `itemclassification` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `itm_class_code` varchar(100) DEFAULT NULL, `itm_class_level` varchar(50) NOT NULL, `tax_type_code` varchar(50) DEFAULT NULL, `status` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=1001 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `itemclassification` -- LOCK TABLES `itemclassification` WRITE; /*!40000 ALTER TABLE `itemclassification` DISABLE KEYS */; INSERT INTO `itemclassification` VALUES (1,'VAT Act','99000000','1',NULL,'Y'),(2,'Goods','99010000','2',NULL,'Y'),(3,'Exempt Goods (Paragraph 1 - 99)','99011000','3',NULL,'Y'),(4,'Bovine Semen of tariff number 05111000','99011001','4',NULL,'Y'),(5,'Fish eggs and roes of tariff number 0511990110','99011002','4',NULL,'Y'),(6,'Animal semen other than of bovine of tariff number 0511999010','99011003','4',NULL,'Y'),(7,'Soya beans whether or not broken of tariff numbers 12011000 and 12019000','99011004','4',NULL,'Y'),(8,'Groundnuts not roasted or otherwise cooked In shell of tariff number 12024100','99011005','4',NULL,'Y'),(9,'Groundnuts not roasted or otherwise cooked Shelled whether or not broken of tariff number 12024200','99011006','4',NULL,'Y'),(10,'Copra of tariff number 12030000','99011007','4',NULL,'Y'),(11,'Linseed whether or not broken of tariff number 12040000','99011008','4',NULL,'Y'),(12,'Low erucic acid rape or colza seed of tariff number 12051000','99011009','4',NULL,'Y'),(13,'Other rape or colza seed of tariff number 12059000','99011010','4',NULL,'Y'),(14,'Sunflower seeds whether or not broken of tariff number 12060000','99011011','4',NULL,'Y'),(15,'Cotton seeds whether or not broken Seed of tariff numbers 12072100 and 12072900','99011012','4',NULL,'Y'),(16,'Sesamum seeds whether or not broken of tariff number 12074000','99011013','4',NULL,'Y'),(17,'Mustard seeds whether or not broken of tariff number 12075000','99011014','4',NULL,'Y'),(18,'Safflower seeds whether or not broken 12076000','99011015','4',NULL,'Y'),(19,'Other oil seeds and oleaginous fruits whether or not broken of tariff number 12079900','99011016','4',NULL,'Y'),(20,'Sugarcane of tariff number 1212990300;Sugarcane of tariff number 1212990300;Unprocessed produce of plant species camellia sinensis','99011017','4',NULL,'Y'),(21,'Live animals of chapter 1','99011018','4',NULL,'Y'),(22,'Meat and edible offals of chapter 2 excluding those of heading 0209 and 0210','99011019','4',NULL,'Y'),(23,'Fish and crustaceans molluscs and other aquatic invertebrates of chapter 3 excluding those of tariff heading 0305 0306 and 0307','99011020','4',NULL,'Y'),(24,'Unprocessed milk','99011021','4',NULL,'Y'),(25,'Fresh birds eggs in shell','99011022','4',NULL,'Y'),(26,'Edible Vegetables and certain roots and tubers of Chapter 7 excluding those of tariff heading 0711','99011023','4',NULL,'Y'),(27,'Edible fruits and nuts peal of citrus fruits or melon of chapter 8 excluding those of tariff heading 0811 0812 0813 and 0814','99011024','4',NULL,'Y'),(28,'Cereals of chapter 10 excluding seeds of tariff heading 1002 ','99011025','4',NULL,'Y'),(29,'Syringes with or without needles of tarrif no 90183100','99011032','4',NULL,'Y'),(30,'Tubular metal needles and needles for sutures of tariff number 90183200','99011035','4',NULL,'Y'),(31,'Catheters cannulae and the like of tariff number 90183900','99011036','4',NULL,'Y'),(32,'Blood bags','99011037','4',NULL,'Y'),(33,'Blood and fluid infusion sets','99011038','4',NULL,'Y'),(34,'Materials articles and equipment including motor vehicles listed under the first schedule paragraph 39 of the VAT Act.','99011039','4',NULL,'Y'),(35,'Madeup fishing nets of manmade textile material of tariff number 56081100','99011040','4',NULL,'Y'),(36,'Mosquito nets of tariff No 6304990110','99011041','4',NULL,'Y'),(37,'Materials waste residues and by products whether or not in the form of pellets and preparations of a kind used in animal feeding of tariff numbers as listed in Part 1 of the first schedule of VAT Act 2013','99011043','4',NULL,'Y'),(38,'Unprocessed green tea','99011044','4',NULL,'Y'),(39,'Inputs or raw materials supplied to solar equipment manufacturers for manufacture of solar equipment or deep cycle sealed batteries which exclusively use or store solar power ','99011048','4',NULL,'Y'),(40,'Aircraft parts of heading 8803 excluding parts of goods of heading 8801','99011049','4',NULL,'Y'),(41,'Taxable goods imported or purchased for direct and exclusive use in the implementation of official aid funded projects upon approval by the Cabinet Secretary responsible for the National Treasury','99011051','4',NULL,'Y'),(42,'Goods imported or purchased locally for use by the local film producers and local filming agents upon recommendation by the Kenya Film Commission subject to approval by CS TNT','99011054','4',NULL,'Y'),(43,'Inputs or raw materials locally purchased or imported by manufacturers of agricultural machinery and implements upon approval by the Cabinet Secretary responsible for industrialization','99011056','4',NULL,'Y'),(44,'All goods including material supplies equipment machinery and motor vehicles for official use by the Kenya Defence Forces and the National Police Service','99011057','4',NULL,'Y'),(45,'Direction finding compasses instruments and appliances for aircraft','99011058','4',NULL,'Y'),(46,'Wheat seeds of tariff numbers 10011100 and 1001990100','99011059','4',NULL,'Y'),(47,'Taxable goods for direct and exclusive use for the construction of tourism facilities recreational parks of fifty acres or more convention and conference facilities upon recommendation by the Cabinet Secretary responsible for matters relating to recreational parks','99011062','4',NULL,'Y'),(48,'Taxable goods equipment and apparatus for the direct and exclusive use for construction of specialized hospitals with a minimum bed capacity of fifty with accommodation facilities upon the recommendation by the Cabinet Secretary responsible for health who shall issue guidelines for the criteria to be used to determine eligibility for the exemption provided that notwithstanding this subparagraph any approval granted by the cabinet Secretary before the commencement thereof in respect of the supply of taxable goods and which is in supply of taxable goods and which is in force at such commencement shall continue to apply of the exempted taxable goods is made in full','99011063','4',NULL,'Y'),(49,'Inputs or raw materials locally purchased or imported by manufacturers of clean cook stoves approved by the CS TNT upon recommendation by the CS responsible for energy','99011066','4',NULL,'Y'),(50,'Super absorbent polymer SAP of tariff number 39069000','99011068','4',NULL,'Y'),(51,'Carrier tissue white 1 ply 14 point 5 GSM 47032100','99011069','4',NULL,'Y'),(52,'IP super soft fluff pulp for fluff 310 treated pulp 488 times 125 mm cellose of tariff number 47032100','99011070','4',NULL,'Y'),(53,'Perforated PE film 15 to 22 gsm of tariff number 3990219000','99011071','4',NULL,'Y'),(54,'Spunbound nonwoven 15 to 25 gsm of tariff number 56031100','99011072','4',NULL,'Y'),(55,'Airlid paper with super absorbent polymer 180gsm67 of tariff number 48030000','99011073','4',NULL,'Y'),(56,'Airlid paper with super absorbent polymer 80gsm67 of tariff number 48030000','99011074','4',NULL,'Y'),(57,'Pressure sensitive adhesive of tariff number 3506990100','99011077','4',NULL,'Y'),(58,'Plain polythene filmLPDE of tariff number 399021199010','99011078','4',NULL,'Y'),(59,'Plain polythene filmPE of tariff number 399021199010','99011079','4',NULL,'Y'),(60,'PE white 25 to 40 gsm release paper of tarrif number 48114900','99011080','4',NULL,'Y'),(61,'ADL 25 to 40 gsm of tariff number 56031100','99011081','4',NULL,'Y'),(62,'Elasticized side tape of tariff number 54024400','99011082','4',NULL,'Y'),(63,'12 to 16 gsm spunbound piyropo nonwoven coverstock 12gsm spunbound PP nonwoven SMS hydrophobic leg cuffs of tariff number 56031100','99011083','4',NULL,'Y'),(64,'Polymetric elastic 2 over 3 strands of tariff number 3990199010','99011084','4',NULL,'Y'),(65,'Any other aircraft spare parts imported by aircraft operators or persons engaged in the business of aircraft maintenance upon recommendation by the competent authority responsible for civil aviation','99011089','4',NULL,'Y'),(66,'Inputs for the manufacture of pesticides upon recommendation by the Cabinet Secretary for the time being responsible for matters relating to agriculture','99011090','4',NULL,'Y'),(67,'Locally assembled motor vehicles for transportation of tourists purchased before clearance through Customs following conditions as specified in the VAT Act 2013 1st Schedule Section A no9901','99011091','4',NULL,'Y'),(68,'The supply of natural water excluding bottled water by a NG, CGor any political subdivision thereof or a person approved by the CS responsible for water development for domestic or for industrial use','99011095','4',NULL,'Y'),(69,'Articles of apparel clothing accessories and equipment specially designed for safety or protective purposes for use in registered hospitals and clinics or by CG or LA in firefighting','99011096','4',NULL,'Y'),(70,'Goods imported by passengers arriving from places outside Kenya as specified in the VAT Act 2013 First Schedule section A no 99','99011099','4',NULL,'Y'),(71,'Exempt Goods (Paragraph 100 - 146)','99011100','3',NULL,'Y'),(72,'Alcoholic or non alcoholic beverages supplied to the Kenya Defence Forces Canteen Organization','99011101','4',NULL,'Y'),(73,'Hearing aids excluding parts and accessories of tariff Number 90214000','99011103','4',NULL,'Y'),(74,'Locally manufactured motherboards','99011105','4',NULL,'Y'),(75,'Inputs for the manufacture of motherboards approved by the Cabinet Secretary responsible for information communication technology','99011106','4',NULL,'Y'),(76,'Plant machinery and equipment used in the construction of a plastics recycling plant','99011107','4',NULL,'Y'),(77,'The supply of maize corn flour cassava flour wheat or meslin flour and maize flour containing cassava flour by more than ten percent in weight provided that this paragra','99011108','4',NULL,'Y'),(78,'Goods imported or purchased locally for the direct and exclusive use in the construction of houses under an affordable housing scheme approved by the CS on the recommendation of the CS responsible for matters relating to housing','99011109','4',NULL,'Y'),(79,'Musical instruments and other musical equipment imported or purchased locally for exclusive use by educational institutions upon recommendation by the Cabinet Secretary responsible for Education','99011110','4',NULL,'Y'),(80,'Maize corn seeds of tariff no 10051000','99011111','4',NULL,'Y'),(81,'Taxable good excl. motor vehicle imported or purchased for direct exclusive use in geothermal, oil, mining prospecting, exploration, product sharing as per the Energy Act 2019, Petroleum Act 2019, the Mining Act 2016 upon recommendation by the CS','99011112','4',NULL,'Y'),(82,'Specialized equipment for the development and generation of solar and wind energy upon recommendation to the commissioner by the cabinet secretary responsible for matters relating to energy ','99011113','4',NULL,'Y'),(83,'Taxable goods supplied to persons that had a contract with the government prior to 25-04-2020 and contract provided for exemption from VAT provided that this exemption shall apply to the unexpired period of contract upon recommendation by CS Energy','99011114','4',NULL,'Y'),(84,'Medical ventilators and the inputs for the manufacture of medical ventilators upon recommendation by the cabinet secretary responsible for matters relating to health ','99011115','4',NULL,'Y'),(85,'Physiotherapy accessories treadmills for cardiology therapy and treatment of tariff number 9506990100 for use by licensed hospitals upon approval by the cabinet secretary responsible for matters relating to health ','99011116','4',NULL,'Y'),(86,'Dexpanthenol of tariff number 33049900 used for medical nappy rash treatment by licensed hospitals upon approval by the cabinet secretary responsible for matters relating to health ','99011117','4',NULL,'Y'),(87,'Medicaments of tariff number 30034100 30034200 30034300 30034900 30036000 excluding goods of heading 3002 3005 or 3006 consisting of two or more constituents which have been mixed together for theraputic or prophylactic uses','99011118','4',NULL,'Y'),(88,'Diagnostic or laboratory reagents of tariff number 38220000 on a backing prepared diagnostic or laboratory reagents whether or not on a backing other than those of heading 3002 or 3006 certified reference materials upon approval by CS Health ','99011119','4',NULL,'Y'),(89,'Electrodiagnostic apparatus of tariff numbers 90181100 90181200 90181300 90181400 90181900 90182000 90189000 upon approval by the cabinet secretary responsible for matters relating to health ','99011120','4',NULL,'Y'),(90,'Other instruments and appliances of tariff number 90184100 used in dental sciences dental drill engines whether or not combined on a single base with other dental equipment upon approval by CS Health','99011121','4',NULL,'Y'),(91,'Other instruments and appliances including surgical blades of tariff number 90184900 90185000 90189000 used in dental sciences dental drill engines whether or not combined on a single base with other dental equipment upon approval by CS Health','99011122','4',NULL,'Y'),(92,'Ozone therapy Oxygen therapy aerosol therapy artificial respiration or other theraputic respiration apapratus upon approval by CS Health ','99011123','4',NULL,'Y'),(93,'Other breathing appliances and gas masks excluding protective masks having neither mechanical parts nor replaceable filters upon approval by CS Health','99011124','4',NULL,'Y'),(94,'Artificial teeth and dental fittings of tariff number 90212100 90212900 and artificial parts of the body of tariff number 90213100 90213900 90215000 and 90219000 upon approval by CS Health','99011125','4',NULL,'Y'),(95,'Apparatus based on the use of x rays whether or not for medical surgical or dental of tariff numbers 90221200 90221300 90221400 and 90221900 upon approval by CS Health','99011126','4',NULL,'Y'),(96,'Apparatus based on the use of alpha beta or gamma radiations whether or not medical surgical or dental of tariff numbers 90222100 90222900 90223000 and 90229000 upon approval by CS Health','99011127','4',NULL,'Y'),(97,'Discs tape solid-state nonvolatile storage devices smart cards and other media for the recording of sound or of other phenomena whether or not recorded of tariff number 85238010 but excluding products of chapter 37 software upon approval by CS Health','99011128','4',NULL,'Y'),(98,'Management support services','80161500','3',NULL,'Y'),(99,'Silk fabrics','11161500','3',NULL,'Y'),(100,'Screws','31161500','3',NULL,'Y'),(101,'Agricultural machinery for planting and seeding','21101600','3',NULL,'Y'),(102,'Amebicides and Trichomonacides and Antiprotozoals','51101600','3',NULL,'Y'),(103,'Mechanical engineering','81101600','3',NULL,'Y'),(104,'Paving equipment','22101600','3',NULL,'Y'),(105,'Integrated circuits','32101600','3',NULL,'Y'),(106,'Broadcast advertising','82101600','3',NULL,'Y'),(107,'Fire services','92101600','3',NULL,'Y'),(108,'Processed and synthetic rubber','13101600','3',NULL,'Y'),(109,'Shirts and blouses','53101600','3',NULL,'Y'),(110,'Chemicals and fertilizers production','73101600','3',NULL,'Y'),(111,'Oil and gas utilities','83101600','3',NULL,'Y'),(112,'Political officials','93101600','3',NULL,'Y'),(113,'Lifting equipment and accessories','24101600','3',NULL,'Y'),(114,'Paper processing machines and accessories','44101600','3',NULL,'Y'),(115,'Aid financing','84101600','3',NULL,'Y'),(116,'Solid and gel fuels','15101600','3',NULL,'Y'),(117,'Product and material transport vehicles','25101600','3',NULL,'Y'),(118,'Printing machinery accessories','45101600','3',NULL,'Y'),(119,'Healthcare provider support persons','85101600','3',NULL,'Y'),(120,'Commercial land parcels','95101600','3',NULL,'Y'),(121,'Ammunition','46101600','3',NULL,'Y'),(122,'Outdoor furniture','56101600','3',NULL,'Y'),(123,'Hazardous material decontamination','76101600','3',NULL,'Y'),(124,'Scientific vocational training services','86101600','3',NULL,'Y'),(125,'Water treatment consumables','47101600','3',NULL,'Y'),(126,'Environmental planning','77101600','3',NULL,'Y'),(127,'Food preparation equipment','48101600','3',NULL,'Y'),(128,'Rail cargo transport','78101600','3',NULL,'Y'),(129,'Lamps and lightbulbs','39101600','3',NULL,'Y'),(130,'Collectibles','49101600','3',NULL,'Y'),(131,'Drilling and operation machinery','20111600','3',NULL,'Y'),(132,'Cement and lime','30111600','3',NULL,'Y'),(133,'Flowering plants','70111600','3',NULL,'Y'),(134,'Temporary personnel services','80111600','3',NULL,'Y'),(135,'Meeting facilities','90111600','3',NULL,'Y'),(136,'Stone','11111600','3',NULL,'Y'),(137,'Aquaculture equipment','21111600','3',NULL,'Y'),(138,'Length and thickness and distance measuring instruments','41111600','3',NULL,'Y'),(139,'Antimetabolites','51111600','3',NULL,'Y'),(140,'Computer programmers','81111600','3',NULL,'Y'),(141,'Household assistance and care','91111600','3',NULL,'Y'),(142,'Non technical writing','82111600','3',NULL,'Y'),(143,'Disarmament','92111600','3',NULL,'Y'),(144,'Shoes','53111600','3',NULL,'Y'),(145,'Mobile communications services','83111600','3',NULL,'Y'),(146,'Political representation and participation','93111600','3',NULL,'Y'),(147,'Novelty paper','14111600','3',NULL,'Y'),(148,'Cash handling supplies','44111600','3',NULL,'Y'),(149,'Clocks','54111600','3',NULL,'Y'),(150,'Audit services','84111600','3',NULL,'Y'),(151,'Safety and rescue water craft','25111600','3',NULL,'Y'),(152,'Projectors and supplies','45111600','3',NULL,'Y'),(153,'Non contagious disease prevention and control','85111600','3',NULL,'Y'),(154,'Open traffic thoroughfares','95111600','3',NULL,'Y'),(155,'Power generators','26111600','3',NULL,'Y'),(156,'Building component cleaning services','76111600','3',NULL,'Y'),(157,'Adult education','86111600','3',NULL,'Y'),(158,'Panel systems','56111600','3',NULL,'Y'),(159,'Ironing equipment','47111600','3',NULL,'Y'),(160,'Forming tools','27111600','3',NULL,'Y'),(161,'Environmental rehabilitation','77111600','3',NULL,'Y'),(162,'Passenger railway transportation','78111600','3',NULL,'Y'),(163,'Exterior lighting fixtures and accessories ','39111600','3',NULL,'Y'),(164,'Bird and fowl food','10121600','3',NULL,'Y'),(165,'Asphalts','30121600','3',NULL,'Y'),(166,'Livestock industry','70121600','3',NULL,'Y'),(167,'Business law services','80121600','3',NULL,'Y'),(168,'Travel document assistance','90121600','3',NULL,'Y'),(169,'Drilling bits','20121600','3',NULL,'Y'),(170,'Studio aids','60121600','3',NULL,'Y'),(171,'Wood','11121600','3',NULL,'Y'),(172,'Monetary systems and issues','81121600','3',NULL,'Y'),(173,'Pipette tips','41121600','3',NULL,'Y'),(174,'Veterinary products','42121600','3',NULL,'Y'),(175,'Table and kitchen linen and accessories','52121600','3',NULL,'Y'),(176,'Engraving','82121600','3',NULL,'Y'),(177,'Detective services','92121600','3',NULL,'Y'),(178,'Textile working machinery and equipment and accessories','23121600','3',NULL,'Y'),(179,'Purses and handbags and bags','53121600','3',NULL,'Y'),(180,'Information centers','83121600','3',NULL,'Y'),(181,'International relations and cooperation','93121600','3',NULL,'Y'),(182,'Desk supplies','44121600','3',NULL,'Y'),(183,'Tissue papers','14121600','3',NULL,'Y'),(184,'Funds transfer and clearance and exchange services','84121600','3',NULL,'Y'),(185,'Camera accessories','45121600','3',NULL,'Y'),(186,'Labels','55121600','3',NULL,'Y'),(187,'Medical doctor specialist services','85121600','3',NULL,'Y'),(188,'Transport buildings and structures','95121600','3',NULL,'Y'),(189,'Electrical cable and accessories','26121600','3',NULL,'Y'),(190,'Nonhazardous waste disposal','76121600','3',NULL,'Y'),(191,'Junior colleges','86121600','3',NULL,'Y'),(192,'Floor machines and accessories','47121600','3',NULL,'Y'),(193,'Soil pollution','77121600','3',NULL,'Y'),(194,'Material handling services','78121600','3',NULL,'Y'),(195,'Circuit protection devices and accessories','39121600','3',NULL,'Y'),(196,'Camping furniture','49121600','3',NULL,'Y'),(197,'Animal containment','10131600','3',NULL,'Y'),(198,'Bricks','30131600','3',NULL,'Y'),(199,'Eggs and egg substitutes','50131600','3',NULL,'Y'),(200,'Land and soil preparation','70131600','3',NULL,'Y'),(201,'Sale of property and building','80131600','3',NULL,'Y'),(202,'Musical instrument sets','60131600','3',NULL,'Y'),(203,'Other animal products','11131600','3',NULL,'Y'),(204,'Anticoagulants','51131600','3',NULL,'Y'),(205,'Pyrotechnics','12131600','3',NULL,'Y'),(206,'Blinds and shades','52131600','3',NULL,'Y'),(207,'Photographers and cinematographers','82131600','3',NULL,'Y'),(208,'Medical staff clothing and related articles','42131600','3',NULL,'Y'),(209,'Faceting equipment and accessories','23131600','3',NULL,'Y'),(210,'Bath and body','53131600','3',NULL,'Y'),(211,'Meat and poultry and seafood processing','73131600','3',NULL,'Y'),(212,'Food and nutrition policy planning and programs','93131600','3',NULL,'Y'),(213,'Industrial freezers','24131600','3',NULL,'Y'),(214,'Life and health and accident insurance','84131600','3',NULL,'Y'),(215,'Charity organizations','94131600','3',NULL,'Y'),(216,'Civilian and commercial rotary wing aircraft','25131600','3',NULL,'Y'),(217,'Moving picture media','45131600','3',NULL,'Y'),(218,'Fission fuel assemblies','15131600','3',NULL,'Y'),(219,'Medical ethics','85131600','3',NULL,'Y'),(220,'Portable commercial and industrial buildings and structures','95131600','3',NULL,'Y'),(221,'Toxic spill cleanup','76131600','3',NULL,'Y'),(222,'Music and drama','86131600','3',NULL,'Y'),(223,'Exhaust structures or screening equipment','26131600','3',NULL,'Y'),(224,'Brooms and mops and brushes and accessories','47131600','3',NULL,'Y'),(225,'Noise pollution','77131600','3',NULL,'Y'),(226,'General goods storage','78131600','3',NULL,'Y'),(227,'Wire protection devices','39131600','3',NULL,'Y'),(228,'Valves','40141600','3',NULL,'Y'),(229,'Crop protection','70141600','3',NULL,'Y'),(230,'Sales and business promotion activities','80141600','3',NULL,'Y'),(231,'Non metallic waste and scrap','11141600','3',NULL,'Y'),(232,'Supply chain management','81141600','3',NULL,'Y'),(233,'Domestic laundry appliances and supplies','52141600','3',NULL,'Y'),(234,'Graphic display services','82141600','3',NULL,'Y'),(235,'Rare earth metals','12141600','3',NULL,'Y'),(236,'Basins and bedpans and urinals and admission kits','42141600','3',NULL,'Y'),(237,'Mass transit system construction services','72141600','3',NULL,'Y'),(238,'Leather preparing machinery and accessories','23141600','3',NULL,'Y'),(239,'Thread and yarn processing','73141600','3',NULL,'Y'),(240,'Population','93141600','3',NULL,'Y'),(241,'Miscellaneous sewing supplies','53141600','3',NULL,'Y'),(242,'Cushioning supplies','24141600','3',NULL,'Y'),(243,'Personal credit agencies','84141600','3',NULL,'Y'),(244,'Prefabricated residential buildings and structures','95141600','3',NULL,'Y'),(245,'Darkroom supplies','45141600','3',NULL,'Y'),(246,'Herbal treatments','85141600','3',NULL,'Y'),(247,'Subcritical assembly equipment','26141600','3',NULL,'Y'),(248,'Students organizations','86141600','3',NULL,'Y'),(249,'Inspection','78141600','3',NULL,'Y'),(250,'Cereal seeds','10151600','3',NULL,'Y'),(251,'Roofing accessories','30151600','3',NULL,'Y'),(252,'Compressors','40151600','3',NULL,'Y'),(253,'Edible animal oils and fats','50151600','3',NULL,'Y'),(254,'Forestry industry','70151600','3',NULL,'Y'),(255,'International trade services','80151600','3',NULL,'Y'),(256,'Threads','11151600','3',NULL,'Y'),(257,'Chains','31151600','3',NULL,'Y'),(258,'Cholinergic blocking agents','51151600','3',NULL,'Y'),(259,'Cartography','81151600','3',NULL,'Y'),(260,'Clinical laboratory instruments','41151600','3',NULL,'Y'),(261,'Dental and subspecialty instruments and devices','42151600','3',NULL,'Y'),(262,'Domestic kitchen tools and utensils','52151600','3',NULL,'Y'),(263,'Specialized communication system services','72151600','3',NULL,'Y'),(264,'Cement and ceramics and glass industry machinery and equipment and supplies','23151600','3',NULL,'Y'),(265,'Packaging services','73151600','3',NULL,'Y'),(266,'Public finance','93151600','3',NULL,'Y'),(267,'Nutrition issues','85151600','3',NULL,'Y'),(268,'Security and control equipment','46151600','3',NULL,'Y'),(269,'Ceiling materials','30161600','3',NULL,'Y'),(270,'Purification','40161600','3',NULL,'Y'),(271,'Flora','70161600','3',NULL,'Y'),(272,'Business facilities oversight','80161600','3',NULL,'Y'),(273,'Wool fabrics','11161600','3',NULL,'Y'),(274,'Bolts','31161600','3',NULL,'Y'),(275,'Other oilfield support services','71161600','3',NULL,'Y'),(276,'Electronic mail and messaging services','81161600','3',NULL,'Y'),(277,'Extracorporeal hemodialysis equipment and supplies','42161600','3',NULL,'Y'),(278,'Audio visual equipment accessories','52161600','3',NULL,'Y'),(279,'Foundry supplies','23161600','3',NULL,'Y'),(280,'Manufacture of transport equipment','73161600','3',NULL,'Y'),(281,'Taxes other than income tax','93161600','3',NULL,'Y'),(282,'Water safety','46161600','3',NULL,'Y'),(283,'Racquet and court sports equipment','49161600','3',NULL,'Y'),(284,'Chemical fertilizers and plant nutrients','10171600','3',NULL,'Y'),(285,'Windows','30171600','3',NULL,'Y'),(286,'Water quality management services','70171600','3',NULL,'Y'),(287,'Publicity and marketing support services','80171600','3',NULL,'Y'),(288,'Bushings','31171600','3',NULL,'Y'),(289,'Laxatives','51171600','3',NULL,'Y'),(290,'Stainless steel alloys','11171600','3',NULL,'Y'),(291,'Ecological science services','81171600','3',NULL,'Y'),(292,'Microbiology devices','41171600','3',NULL,'Y'),(293,'Pigments','12171600','3',NULL,'Y'),(294,'Mobile medical services extricating and immobilizing and transporting products','42171600','3',NULL,'Y'),(295,'Manufacture of precision instruments','73171600','3',NULL,'Y'),(296,'International trade','93171600','3',NULL,'Y'),(297,'Defrosting and defogging systems','25171600','3',NULL,'Y'),(298,'Hospice care','85171600','3',NULL,'Y'),(299,'Surveillance and detection equipment','46171600','3',NULL,'Y'),(300,'Boxing equipment','49171600','3',NULL,'Y'),(301,'Non sanitary residential fixtures','30181600','3',NULL,'Y'),(302,'Thyroid and antithyroid drugs','51181600','3',NULL,'Y'),(303,'Blood pressure units and related products','42181600','3',NULL,'Y'),(304,'Oils','12181600','3',NULL,'Y'),(305,'Food cutting machinery','23181600','3',NULL,'Y'),(306,'Automotive chassis','25181600','3',NULL,'Y'),(307,'Safety footwear','46181600','3',NULL,'Y'),(308,'Panel and paint services','78181600','3',NULL,'Y'),(309,'Ladders and scaffolding accessories','30191600','3',NULL,'Y'),(310,'Abrasive wheels','31191600','3',NULL,'Y'),(311,'Electrolytes','51191600','3',NULL,'Y'),(312,'Medical facility building systems','42191600','3',NULL,'Y'),(313,'Personal communications device accessories or parts','43191600','3',NULL,'Y'),(314,'Space transportation support systems and equipment','25191600','3',NULL,'Y'),(315,'Fire fighting equipment','46191600','3',NULL,'Y'),(316,'Adhesives','31201600','3',NULL,'Y'),(317,'Vaccines and antigens and toxoids','51201600','3',NULL,'Y'),(318,'Medical magnetic resonance imaging MRI products','42201600','3',NULL,'Y'),(319,'Chassis components','43201600','3',NULL,'Y'),(320,'Weight and resistance training equipment','49201600','3',NULL,'Y'),(321,'Paint additives','31211600','3',NULL,'Y'),(322,'Bathroom and bathing aids for the physically challenged','42211600','3',NULL,'Y'),(323,'Weighing machinery excluding balances of a sensitivity of 5 cg or better of tariff number 84233100 including weight operated counting or checking machines weighing machine weights of all kinds upon approval by CS Health','99011129','4',NULL,'Y'),(324,'Fetal Doppler Pocket Wgd002 Pc and pulse oximeter finger held Gima band Pc of tariff number 90181900 upon approval by the cabinet sectretary responsible for matters relating to health ','99011130','4',NULL,'Y'),(325,'Sterilizer Dry Heat Wgd001Grx05A Pc autoclave steam tables tops of tariff number 8419902000 upon approval by the cabinet sectretary responsible for matters relating to health ','99011131','4',NULL,'Y'),(326,'Needle holders and urine bags of tariff heading 399026','99011132','4',NULL,'Y'),(327,'Tourniquets of tariff number 3990269099 for use by licensed hospitals upon approval by the cabinet sectretary responsible for matters relating to health ','99011133','4',NULL,'Y'),(328,'Taxable supplies incl. fish feeding and handling water operations cold storage fish cages pond construction, maintenance, fish processing and handling imported or purchased for direct exclusive use on the recommendation of the relevant State Dept','99011134','4',NULL,'Y'),(329,'Pre fabricated biogas digesters ','99011135','4',NULL,'Y'),(330,'Biogas ','99011136','4',NULL,'Y'),(331,'Sustainable fuel briquettes and pellets for household and commercial use ','99011137','4',NULL,'Y'),(332,'The supply of denatured ethanol of tariff number 22072000','99011138','4',NULL,'Y'),(333,'Tractors other than road tractors for semitrailers','99011139','4',NULL,'Y'),(334,'Plant and machinery of chapter 84 and 85 imported by manufacturers of pharmaceutical products or investors in the manufacture of pharmaceutical products upon the recommendation of CS Health','99011140','4',NULL,'Y'),(335,'Medical oxygen supplied to registered hospitals ','99011141','4',NULL,'Y'),(336,'Urine bags adult diapers artificial breasts colostomy or ileostomy bags for medical use ','99011142','4',NULL,'Y'),(337,'Inputs and raw materials used in the manufacture of passenger motor vehicle ','99011143','4',NULL,'Y'),(338,'Locally manufactured passenger motor vehicles: vehicles for the transportation of passengers whose ex-factory value comprises at least 30 percent of parts designed and manufactured in Kenya by an original equipment manufacturer operating in Kenya.','99011144','4',NULL,'Y'),(339,'Taxable goods inputs and raw materials imported or locally purchased by company under SOFA manufacturing human vaccines with a capital investment of atleast 10Bn shillings subject to approval of CS TNT upon recommendation of CS Health','99011145','4',NULL,'Y'),(340,'Such capital goods the exemption of which the Cabinet Secretary may determine to promote investment in the manufacturing sector provided that the value of such investment is not less than two billion shillings ','99011146','4',NULL,'Y'),(341,'Zero Rated Goods','99012000','3',NULL,'Y'),(342,'Shipstores supplied to international sea or air carriers on international voyage or flight','99012003','4',NULL,'Y'),(343,'The supply of coffee and tea for export to coffee or tea auction centers','99012004','4',NULL,'Y'),(344,'Transportation of passengers by air carriers on international flight','99012005','4',NULL,'Y'),(345,'Goods purchased from duty free shops by passengers departing to places outside Kenya','99012009','4',NULL,'Y'),(346,'Inputs or raw materials either produced locally or imported supplied to pharmaceutical manufacturers in Kenya for manufacturing medicaments as approved from time to time by the Cabinet Secretary in consultation with CS Health','99012011','4',NULL,'Y'),(347,'The supply of ordinary bread','99012013','4',NULL,'Y'),(348,'Milk and cream not concentrated nor containing added sugar or other sweetening matter of tariff numbers 04011000 04012000 04014000 04015000','99012015','4',NULL,'Y'),(349,'All inputs and raw materials whether produced locally or imported supplied to manufacturers of agricultural pest control products upon recommendation by CS Agriculture','99012016','4',NULL,'Y'),(350,'Agricultural pest control products','99012019','4',NULL,'Y'),(351,'The supply of maize corn flour cassava flour wheat or meslin flour and maize flour containing cassava flour by more than ten percent in weight','99012022','4',NULL,'Y'),(352,'The Fertilizers of chapter 31','99012024','4',NULL,'Y'),(353,'Inputs of raw materials locally purchased or imported by manufacturers of fertilizer as approved from time to time by the Cabinet Secretary responsible for Agriculture','99012025','4',NULL,'Y'),(354,'Other Rate Goods (8%)','99013000','3',NULL,'Y'),(355,'Petroleum Products','99013001','4',NULL,'Y'),(356,'Services','99020000','2',NULL,'Y'),(357,'Exempt Service','99021000','3',NULL,'Y'),(358,'Financial Services','99021001','4',NULL,'Y'),(359,'Insurance & reinsurance services ','99021002','4',NULL,'Y'),(360,'Education services ','99021003','4',NULL,'Y'),(361,'Medical veterinary dental Ambulance and nursing services','99021004','4',NULL,'Y'),(362,'Agricultural animal husbandry and horticultural services','99021005','4',NULL,'Y'),(363,'Burial and cremation services','99021006','4',NULL,'Y'),(364,'Transportation of passengers by any means of conveyance excluding international air transport or where the means of conveyance is hired or chartered','99021007','4',NULL,'Y'),(365,'Supply by way of sale renting leasing hiring letting of land or residential premises residential premises means land or a building occupied or capable of being occupied as a residence excluding hotel and holiday accomodation and subject to the provi','99021008','4',NULL,'Y'),(366,'Community social and welfare services provided by National Government County Government or any political subdivision thereof','99021009','4',NULL,'Y'),(367,'Tea and coffee brokerage services','99021010','4',NULL,'Y'),(368,'Services rendered by educational, political, religious, welfare & other philanthropic associations to their members and social welfare services provided by charitable organizations.','99021011','4',NULL,'Y'),(369,'Entertainment Services','99021012','4',NULL,'Y'),(370,'Accommodation and Restaurant Services','99021013','4',NULL,'Y'),(371,'Conference services conducted for educational institutions as part of learning where such institutions are approved by the Ministry for the time being responsible for Education','99021014','4',NULL,'Y'),(372,'Car park services provided by National Government County Government anypolitical subdivision therefore by an employer to his employees on the premises of the employer','99021015','4',NULL,'Y'),(373,'The supply of airtime by any person other than by a provider of cellular mobile telephone services or wireless telephone services','99021016','4',NULL,'Y'),(374,'Betting gaming and lotteries services','99021017','4',NULL,'Y'),(375,'Hiring leasing and chartering of aircrafts excluding helicopters of tariff 88021100 and 88021200','99021018','4',NULL,'Y'),(376,'Taxable services for direct and exclusive use in the implementation of official aid funded projects upon approval by the Cabinet Secretary to the National Treasury','99021020','4',NULL,'Y'),(377,'Services imported or procured locally for use by the local film producers or local film agents upon recommendation by the Kenya Film Commission subject to approval by the Cabinet Secretary for the National Treasury','99021021','4',NULL,'Y'),(378,'Supply of sewerage services by the national government a county government any political subdivision thereof or a person approved by the Cabinet Secretary for the time being responsible for water development','99021023','4',NULL,'Y'),(379,'Entry fees into the national parks and national reserves','99021024','4',NULL,'Y'),(380,'The services of tour operators excluding inhouse supplies','99021025','4',NULL,'Y'),(381,'Taxable services for direct and exclusive use for the construction of tourism facilities recreational parks of 50 acres or more convention and conference facilities upon the recommendation by the CS responsible for recreational park','99021026','4',NULL,'Y'),(382,'Taxable services for direct and exclusive use for the construction of specialized hospitals with accommodation facilities upon recommendation by CS Health who shall issue guidelines for the criteria to determine the eligibility for the exemption','99021027','4',NULL,'Y'),(383,'Postal services provide through the supply of postage stamps including rental post boxes or mail bags and subsidiary services thereto','99021029','4',NULL,'Y'),(384,'The transfer of assets and other transactions related to the transfer of asets into real estate investment trusts and asset backed securities','99021033','4',NULL,'Y'),(385,'Zero Rated Service','99022000','3',NULL,'Y'),(386,'The supply of taxable services to international sea or air carriers on international voyage or flight','99022006','4',NULL,'Y'),(387,'Supply of taxable services in respect of goods in transit','99022010','4',NULL,'Y'),(388,'The transportation of goods originating from Kenya to a place outside Kenya','99022020','4',NULL,'Y'),(389,'Transportation of sugarcane from farms to miling factories','99022021','4',NULL,'Y'),(390,'The exportation of taxable services in respect of business process outsourcing ','99022023','4',NULL,'Y'),(391,'Goods or Services','99030000','2',NULL,'Y'),(392,'Exempt Goods or Services','99031000','3',NULL,'Y'),(393,'Zero Rated Goods or Services','99032000','3',NULL,'Y'),(394,'The supply of goods or taxable services to an export processing zone business as specified in the Export Processing Zones Act Cap 517 as being eligible forduty and tax free importation','99032002','4',NULL,'Y'),(395,'Supply to international and regional organizations','99032004','4',NULL,'Y'),(396,'Supply to the War Graves Commission','99032005','4',NULL,'Y'),(397,'Supply to National Red Cross Society and St John Ambulance','99032008','4',NULL,'Y'),(398,'The supply of goods or taxable services to a special economic zone enterprise','99032012','4',NULL,'Y'),(399,'Government Undertaking','99040000','2',NULL,'Y'),(400,'Zero Rated Government Undertaking','99042000','3',NULL,'Y'),(401,'Physical and occupational therapy and rehabilitation products','42250000','2',NULL,'Y'),(402,'Metal forming machinery and accessories','23250000','2',NULL,'Y'),(403,'Structural materials','30260000','2',NULL,'Y'),(404,'Housings and cabinets and casings','31260000','2',NULL,'Y'),(405,'Adrenergic blocking agents','51260000','2',NULL,'Y'),(406,'Postmortem and mortuary equipment and supplies','42260000','2',NULL,'Y'),(407,'Rapid prototyping machinery and accessories','23260000','2',NULL,'Y'),(408,'Diagnoses of endocrine, nutritional and metabolic diseases ','85260000','2',NULL,'Y'),(409,'Machine made parts','31270000','2',NULL,'Y'),(410,'Anaesthetic drugs and related adjuncts and analeptics','51270000','2',NULL,'Y'),(411,'Respiratory and anesthesia and resuscitation products','42270000','2',NULL,'Y'),(412,'Welding and soldering and brazing machinery and accessories and supplies','23270000','2',NULL,'Y'),(413,'Diagnoses of mental and behavioral disorders ','85270000','2',NULL,'Y'),(414,'Stampings and sheet components','31280000','2',NULL,'Y'),(415,'Antibacterials','51280000','2',NULL,'Y'),(416,'Medical cleaning and sterilization products','42280000','2',NULL,'Y'),(417,'Metal treatment machinery','23280000','2',NULL,'Y'),(418,'Antidepressants','51290000','2',NULL,'Y'),(419,'Machined extrusions','31290000','2',NULL,'Y'),(420,'Surgical products','42290000','2',NULL,'Y'),(421,'Industrial machine tools','23290000','2',NULL,'Y'),(422,'Fresh fruits','50300000','2',NULL,'Y'),(423,'Antifungal drugs','51300000','2',NULL,'Y'),(424,'Machined forgings','31300000','2',NULL,'Y'),(425,'Medical training and education supplies','42300000','2',NULL,'Y'),(426,'Wire machinery and equipment','23300000','2',NULL,'Y'),(427,'Organic fresh fruits','50310000','2',NULL,'Y'),(428,'Antihistamines or H1 blockers','51310000','2',NULL,'Y'),(429,'Fabricated pipe assemblies','31310000','2',NULL,'Y'),(430,'Wound care products','42310000','2',NULL,'Y'),(431,'Dried fruit','50320000','2',NULL,'Y'),(432,'Antihyperlipidemic and hypocholesterolemic agents','51320000','2',NULL,'Y'),(433,'Fabricated bar stock assemblies','31320000','2',NULL,'Y'),(434,'Orthopedic surgical implants','42320000','2',NULL,'Y'),(435,'Dried organic fruit','50330000','2',NULL,'Y'),(436,'Antipsychotics','51330000','2',NULL,'Y'),(437,'Fabricated structural assemblies','31330000','2',NULL,'Y'),(438,'Frozen fruit','50340000','2',NULL,'Y'),(439,'Antiviral drugs','51340000','2',NULL,'Y'),(440,'Fabricated sheet assemblies','31340000','2',NULL,'Y'),(441,'Estrogens and progestins and internal contraceptives','51350000','2',NULL,'Y'),(442,'Fabricated tube assemblies','31350000','2',NULL,'Y'),(443,'Compounds and mixtures','12350000','2',NULL,'Y'),(444,'Canned or jarred fruit','50360000','2',NULL,'Y'),(445,'Hypnotics','51360000','2',NULL,'Y'),(446,'Fabricated plate assemblies','31360000','2',NULL,'Y'),(447,'Canned or jarred organic fruit','50370000','2',NULL,'Y'),(448,'Refractories','31370000','2',NULL,'Y'),(449,'Controlled substance analgesics','51370000','2',NULL,'Y'),(450,'Fresh fruit purees','50380000','2',NULL,'Y'),(451,'Nonsteroidal anti inflammatory drugs NSAIDs','51380000','2',NULL,'Y'),(452,'Magnets and magnetic materials','31380000','2',NULL,'Y'),(453,'Diagnoses of certain conditions originating in the perinatal period','85380000','2',NULL,'Y'),(454,'Sympathomimetic or adrenergic drugs','51390000','2',NULL,'Y'),(455,'Machinings','31390000','2',NULL,'Y'),(456,'Fresh vegetables','50400000','2',NULL,'Y'),(457,'Tranquilizers and antimanic and antianxiety drugs','51400000','2',NULL,'Y'),(458,'Gaskets','31400000','2',NULL,'Y'),(459,'Organic fresh vegetables','50410000','2',NULL,'Y'),(460,'Vasodilators','51410000','2',NULL,'Y'),(461,'Seals','31410000','2',NULL,'Y'),(462,'Dried vegetables','50420000','2',NULL,'Y'),(463,'Corticosteroids','51420000','2',NULL,'Y'),(464,'Sintered parts','31420000','2',NULL,'Y'),(465,'Dried organic vegetables','50430000','2',NULL,'Y'),(466,'Antihypertensive drugs','51430000','2',NULL,'Y'),(467,'Frozen vegetables','50440000','2',NULL,'Y'),(468,'Radiopharmaceuticals and contrast media','51440000','2',NULL,'Y'),(469,'Frozen organic vegetables','50450000','2',NULL,'Y'),(470,'Anthelmintics','51450000','2',NULL,'Y'),(471,'Canned or jarred vegetables','50460000','2',NULL,'Y'),(472,'Herbal drugs','51460000','2',NULL,'Y'),(473,'Canned or jarred organic vegetables','50470000','2',NULL,'Y'),(474,'Antiseptics','51470000','2',NULL,'Y'),(475,'Nutritional supplements','50500000','2',NULL,'Y'),(476,'Rapid response kits','57010100','3',NULL,'Y'),(477,'Humanitarian operational services','57020100','3',NULL,'Y'),(478,'Health emergency kits','57030100','3',NULL,'Y'),(479,'Educational kits','57040100','3',NULL,'Y'),(480,'Emergency nutritional kits','57050100','3',NULL,'Y'),(481,'Emergency clothing kits','57060100','3',NULL,'Y'),(482,'Logistics emergency kits','57070100','3',NULL,'Y'),(483,'Emergency IT equipment kits','57080100','3',NULL,'Y'),(484,'Training services for users of agricultural machinery and equipment ','70190100','3',NULL,'Y'),(485,'Emergency latrine facility','57030200','3',NULL,'Y'),(486,'Recreational kits','57040200','3',NULL,'Y'),(487,'Food emergency rations','57050200','3',NULL,'Y'),(488,'Shelter emergency kits','57060200','3',NULL,'Y'),(489,'Water, sanitation and hygiene kits','57030300','3',NULL,'Y'),(490,'Early childhood development','57040300','3',NULL,'Y'),(491,'Food emergency kits','57050300','3',NULL,'Y'),(492,'Office emergency kits','57060300','3',NULL,'Y'),(493,'Personal protective equipment','57030400','3',NULL,'Y'),(494,'Multipurpose emergency kits','57060400','3',NULL,'Y'),(495,'Single family dwelling construction services','72111000','3',NULL,'Y'),(496,'Resins','13111000','3',NULL,'Y'),(497,'New industrial building and warehouse construction services','72121000','3',NULL,'Y'),(498,'Library furnishings','56121000','3',NULL,'Y'),(499,'Power conditioning equipment','39121000','3',NULL,'Y'),(500,'Keyboard instruments','60131000','3',NULL,'Y'),(501,'Electronic component parts and raw materials and accessories','32131000','3',NULL,'Y'),(502,'Toys','60141000','3',NULL,'Y'),(503,'Highway and road construction services','72141000','3',NULL,'Y'),(504,'Body tools','27141000','3',NULL,'Y'),(505,'Boiler and furnace construction and maintenance services','72151000','3',NULL,'Y'),(506,'Oilfield modeling services','71161000','3',NULL,'Y'),(507,'Batch mixers','23191000','3',NULL,'Y'),(508,'Gas liquid contacting systems','23201000','3',NULL,'Y'),(509,'Public safety training equipment','46201000','3',NULL,'Y'),(510,'Airport Maintenance','78201000','3',NULL,'Y'),(511,'Pulses','50221000','3',NULL,'Y'),(512,'Arrival department machinery and equipment','23221000','3',NULL,'Y'),(513,'Log debarkers and accessories','23231000','3',NULL,'Y'),(514,'Electric alternating current AC motors','26101100','3',NULL,'Y'),(515,'Multiple unit dwelling construction services','72111100','3',NULL,'Y'),(516,'Rosins','13111100','3',NULL,'Y'),(517,'Rapid response kits','57111100','3',NULL,'Y'),(518,'Commercial and office building construction services','72121100','3',NULL,'Y'),(519,'Distribution and control centers and accessories','39121100','3',NULL,'Y'),(520,'Live Plant and Animal Material and Accessories and Supplies','10000000','1',NULL,'Y'),(521,'Mining and Well Drilling Machinery and Accessories','20000000','1',NULL,'Y'),(522,'Structures and Building and Construction and Manufacturing Components and Supplies','30000000','1',NULL,'Y'),(523,'Distribution and Conditioning Systems and Equipment and Components','40000000','1',NULL,'Y'),(524,'Food Beverage and Tobacco Products','50000000','1',NULL,'Y'),(525,'Farming and Fishing and Forestry and Wildlife Contracting Services','70000000','1',NULL,'Y'),(526,'Management and Business Professionals and Administrative Services','80000000','1',NULL,'Y'),(527,'Travel and Food and Lodging and Entertainment Services','90000000','1',NULL,'Y'),(528,'Musical Instruments and Games and Toys and Arts and Crafts and Educational Equipment and Materials and Accessories and Supplies','60000000','1',NULL,'Y'),(529,'Mineral and Textile and Inedible Plant and Animal Materials','11000000','1',NULL,'Y'),(530,'Farming and Fishing and Forestry and Wildlife Machinery and Accessories','21000000','1',NULL,'Y'),(531,'Manufacturing Components and Supplies','31000000','1',NULL,'Y'),(532,'Laboratory and Measuring and Observing and Testing Equipment','41000000','1',NULL,'Y'),(533,'Drugs and Pharmaceutical Products','51000000','1',NULL,'Y'),(534,'Mining and oil and gas services','71000000','1',NULL,'Y'),(535,'Engineering and Research and Technology Based Services','81000000','1',NULL,'Y'),(536,'Personal and Domestic Services','91000000','1',NULL,'Y'),(537,'Chemicals including Bio Chemicals and Gas Materials','12000000','1',NULL,'Y'),(538,'Building and Construction Machinery and Accessories','22000000','1',NULL,'Y'),(539,'Electronic Components and Supplies','32000000','1',NULL,'Y'),(540,'Medical Equipment and Accessories and Supplies','42000000','1',NULL,'Y'),(541,'Domestic Appliances and Supplies and Consumer Electronic Products','52000000','1',NULL,'Y'),(542,'Building and Facility Construction and Maintenance Services ','72000000','1',NULL,'Y'),(543,'Editorial and Design and Graphic and Fine Art Services','82000000','1',NULL,'Y'),(544,'National Defense and Public Order and Security and Safety Services','92000000','1',NULL,'Y'),(545,'Resin and Rosin and Rubber and Foam and Film and Elastomeric Materials','13000000','1',NULL,'Y'),(546,'Industrial Manufacturing and Processing Machinery and Accessories','23000000','1',NULL,'Y'),(547,'Information Technology Broadcasting and Telecommunications','43000000','1',NULL,'Y'),(548,'Apparel and Luggage and Personal Care Products','53000000','1',NULL,'Y'),(549,'Industrial Production and Manufacturing Services','73000000','1',NULL,'Y'),(550,'Public Utilities and Public Sector Related Services','83000000','1',NULL,'Y'),(551,'Politics and Civic Affairs Services','93000000','1',NULL,'Y'),(552,'Paper Materials and Products','14000000','1',NULL,'Y'),(553,'Material Handling and Conditioning and Storage Machinery and their Accessories and Supplies','24000000','1',NULL,'Y'),(554,'Office Equipment and Accessories and Supplies','44000000','1',NULL,'Y'),(555,'Timepieces and Jewelry and Gemstone Products','54000000','1',NULL,'Y'),(556,'Financial and Insurance Services','84000000','1',NULL,'Y'),(557,'Organizations and Clubs','94000000','1',NULL,'Y'),(558,'Financial Instruments, Products, Contracts and Agreements','64000000','1',NULL,'Y'),(559,'Fuels and Fuel Additives and Lubricants and Anti corrosive Materials','15000000','1',NULL,'Y'),(560,'Commercial and Military and Private Vehicles and their Accessories and Components','25000000','1',NULL,'Y'),(561,'Printing and Photographic and Audio and Visual Equipment and Supplies','45000000','1',NULL,'Y'),(562,'Published Products','55000000','1',NULL,'Y'),(563,'Healthcare Services','85000000','1',NULL,'Y'),(564,'Land and Buildings and Structures and Thoroughfares','95000000','1',NULL,'Y'),(565,'Power Generation and Distribution Machinery and Accessories','26000000','1',NULL,'Y'),(566,'Defense and Law Enforcement and Security and Safety Equipment and Supplies','46000000','1',NULL,'Y'),(567,'Industrial Cleaning Services','76000000','1',NULL,'Y'),(568,'Education and Training Services','86000000','1',NULL,'Y'),(569,'Furniture and Furnishings','56000000','1',NULL,'Y'),(570,'Tools and General Machinery','27000000','1',NULL,'Y'),(571,'Cleaning Equipment and Supplies','47000000','1',NULL,'Y'),(572,'Environmental Services','77000000','1',NULL,'Y'),(573,'Humanitarian Relief Items, Kits, or Accessories','57000000','1',NULL,'Y'),(574,'Service Industry Machinery and Equipment and Supplies','48000000','1',NULL,'Y'),(575,'Transportation and Storage and Mail Services','78000000','1',NULL,'Y'),(576,'Electrical Systems and Lighting and Components and Accessories and Supplies','39000000','1',NULL,'Y'),(577,'Sports and Recreational Equipment and Supplies and Accessories','49000000','1',NULL,'Y'),(578,'Survival supplies','57010000','2',NULL,'Y'),(579,'Services related to humanitarian relief actions','57020000','2',NULL,'Y'),(580,'Humanitarian health supplies','57030000','2',NULL,'Y'),(581,'Educational or recreational items','57040000','2',NULL,'Y'),(582,'Humanitarian relief food','57050000','2',NULL,'Y'),(583,'Shelter and relief items','57060000','2',NULL,'Y'),(584,'Humanitarian logistics supplies','57070000','2',NULL,'Y'),(585,'Humanitarian IT equipment','57080000','2',NULL,'Y'),(586,'Live animals','10100000','2',NULL,'Y'),(587,'Mining and quarrying machinery and equipment','20100000','2',NULL,'Y'),(588,'Structural components and basic shapes','30100000','2',NULL,'Y'),(589,'Heating and ventilation and air circulation','40100000','2',NULL,'Y'),(590,'Nuts and seeds','50100000','2',NULL,'Y'),(591,'Fisheries and aquaculture','70100000','2',NULL,'Y'),(592,'Management advisory services','80100000','2',NULL,'Y'),(593,'Restaurants and catering','90100000','2',NULL,'Y'),(594,'Developmental and professional teaching aids and materials and accessories and supplies','60100000','2',NULL,'Y'),(595,'Minerals and ores and metals','11100000','2',NULL,'Y'),(596,'Agricultural and forestry and landscape machinery and equipment','21100000','2',NULL,'Y'),(597,'Castings and casting assemblies','31100000','2',NULL,'Y'),(598,'Laboratory and scientific equipment','41100000','2',NULL,'Y'),(599,'Amebicides and trichomonacides and antiprotozoals','51100000','2',NULL,'Y'),(600,'Mining services','71100000','2',NULL,'Y'),(601,'Professional engineering services','81100000','2',NULL,'Y'),(602,'Personal appearance','91100000','2',NULL,'Y'),(603,'Heavy construction machinery and equipment','22100000','2',NULL,'Y'),(604,'Printed circuits and integrated circuits and microassemblies','32100000','2',NULL,'Y'),(605,'Floor coverings','52100000','2',NULL,'Y'),(606,'Building and facility maintenance and repair services','72100000','2',NULL,'Y'),(607,'Advertising','82100000','2',NULL,'Y'),(608,'Public order and safety','92100000','2',NULL,'Y'),(609,'Rubber and elastomers','13100000','2',NULL,'Y'),(610,'Raw materials processing machinery','23100000','2',NULL,'Y'),(611,'Clothing','53100000','2',NULL,'Y'),(612,'Plastic and chemical industries','73100000','2',NULL,'Y'),(613,'Utilities','83100000','2',NULL,'Y'),(614,'Political systems and institutions','93100000','2',NULL,'Y'),(615,'Paper materials','14100000','2',NULL,'Y'),(616,'Material handling machinery and equipment','24100000','2',NULL,'Y'),(617,'Office machines and their supplies and accessories','44100000','2',NULL,'Y'),(618,'Jewelry','54100000','2',NULL,'Y'),(619,'Development finance','84100000','2',NULL,'Y'),(620,'Work related organizations','94100000','2',NULL,'Y'),(621,'Bank offered products ','64100000','2',NULL,'Y'),(622,'Fuels','15100000','2',NULL,'Y'),(623,'Motor vehicles','25100000','2',NULL,'Y'),(624,'Printing and publishing equipment','45100000','2',NULL,'Y'),(625,'Printed media','55100000','2',NULL,'Y'),(626,'Comprehensive health services','85100000','2',NULL,'Y'),(627,'Land parcels','95100000','2',NULL,'Y'),(628,'Power sources','26100000','2',NULL,'Y'),(629,'Light weapons and ammunition','46100000','2',NULL,'Y'),(630,'Accommodation furniture','56100000','2',NULL,'Y'),(631,'Decontamination services','76100000','2',NULL,'Y'),(632,'Vocational training','86100000','2',NULL,'Y'),(633,'Water and wastewater treatment supply and disposal','47100000','2',NULL,'Y'),(634,'Environmental management','77100000','2',NULL,'Y'),(635,'Institutional food services equipment','48100000','2',NULL,'Y'),(636,'Mail and cargo transport','78100000','2',NULL,'Y'),(637,'Lamps and lightbulbs and lamp components','39100000','2',NULL,'Y'),(638,'Collectibles and awards','49100000','2',NULL,'Y'),(639,'Well drilling and operation equipment','20110000','2',NULL,'Y'),(640,'Concrete and cement and plaster','30110000','2',NULL,'Y'),(641,'Meat and poultry products','50110000','2',NULL,'Y'),(642,'Horticulture','70110000','2',NULL,'Y'),(643,'Human resources services','80110000','2',NULL,'Y'),(644,'Hotels and lodging and meeting facilities','90110000','2',NULL,'Y'),(645,'Domestic pet products','10110000','2',NULL,'Y'),(646,'Classroom decoratives and supplies','60110000','2',NULL,'Y'),(647,'Earth and stone','11110000','2',NULL,'Y'),(648,'Fishing and aquaculture equipment','21110000','2',NULL,'Y'),(649,'Extrusions','31110000','2',NULL,'Y'),(650,'Measuring and observing and testing instruments','41110000','2',NULL,'Y'),(651,'Antineoplastic agents','51110000','2',NULL,'Y'),(652,'Oil and gas exploration services','71110000','2',NULL,'Y'),(653,'Computer services','81110000','2',NULL,'Y'),(654,'Domestic and personal assistance','91110000','2',NULL,'Y'),(655,'Discrete semiconductor devices','32110000','2',NULL,'Y'),(656,'Writing and translations','82110000','2',NULL,'Y'),(657,'Military services and national defense','92110000','2',NULL,'Y'),(658,'Residential building construction services','72110000','2',NULL,'Y'),(659,'Petroleum processing machinery','23110000','2',NULL,'Y'),(660,'Footwear','53110000','2',NULL,'Y'),(661,'Wood and paper industries','73110000','2',NULL,'Y'),(662,'Telecommunications media services','83110000','2',NULL,'Y'),(663,'Socio political conditions','93110000','2',NULL,'Y'),(664,'Resins and rosins and other resin derived materials','13110000','2',NULL,'Y'),(665,'Paper products','14110000','2',NULL,'Y'),(666,'Containers and storage','24110000','2',NULL,'Y'),(667,'Office and desk accessories','44110000','2',NULL,'Y'),(668,'Timepieces','54110000','2',NULL,'Y'),(669,'Accounting and bookkeeping services','84110000','2',NULL,'Y'),(670,'Religious organizations','94110000','2',NULL,'Y'),(671,'Securities','64110000','2',NULL,'Y'),(672,'Gaseous fuels and additives','15110000','2',NULL,'Y'),(673,'Marine transport','25110000','2',NULL,'Y'),(674,'Audio and visual presentation and composing equipment','45110000','2',NULL,'Y'),(675,'Electronic reference material','55110000','2',NULL,'Y'),(676,'Disease prevention and control','85110000','2',NULL,'Y'),(677,'Thoroughfares','95110000','2',NULL,'Y'),(678,'Batteries and generators and kinetic power transmission','26110000','2',NULL,'Y'),(679,'Conventional war weapons','46110000','2',NULL,'Y'),(680,'Cleaning and janitorial services','76110000','2',NULL,'Y'),(681,'Alternative educational systems','86110000','2',NULL,'Y'),(682,'Commercial and industrial furniture','56110000','2',NULL,'Y'),(683,'Hand tools','27110000','2',NULL,'Y'),(684,'Industrial laundry and dry cleaning equipment','47110000','2',NULL,'Y'),(685,'Environmental protection','77110000','2',NULL,'Y'),(686,'Passenger transport','78110000','2',NULL,'Y'),(687,'Vending machines','48110000','2',NULL,'Y'),(688,'Lighting Fixtures and Accessories','39110000','2',NULL,'Y'),(689,'Animal feed','10120000','2',NULL,'Y'),(690,'Roads and landscape','30120000','2',NULL,'Y'),(691,'Seafood','50120000','2',NULL,'Y'),(692,'Livestock services','70120000','2',NULL,'Y'),(693,'Legal services','80120000','2',NULL,'Y'),(694,'Travel facilitation','90120000','2',NULL,'Y'),(695,'Arts and crafts equipment and accessories and supplies','60120000','2',NULL,'Y'),(696,'Oil and gas drilling and exploration equipment','20120000','2',NULL,'Y'),(697,'Non edible plant and forestry products','11120000','2',NULL,'Y'),(698,'Laboratory supplies and fixtures','41120000','2',NULL,'Y'),(699,'Antiarrythmics and antianginals and cardioplegics and drugs for heart failure','51120000','2',NULL,'Y'),(700,'Economics','81120000','2',NULL,'Y'),(701,'Well drilling and construction services','71120000','2',NULL,'Y'),(702,'Passive discrete components','32120000','2',NULL,'Y'),(703,'Veterinary equipment and supplies','42120000','2',NULL,'Y'),(704,'Bedclothes and table and kitchen linen and towels','52120000','2',NULL,'Y'),(705,'Reproduction services','82120000','2',NULL,'Y'),(706,'Security and personal safety','92120000','2',NULL,'Y'),(707,'Nonresidential building construction services','72120000','2',NULL,'Y'),(708,'Textile and fabric machinery and accessories','23120000','2',NULL,'Y'),(709,'Luggage and handbags and packs and cases','53120000','2',NULL,'Y'),(710,'Metal and mineral industries','73120000','2',NULL,'Y'),(711,'Information services','83120000','2',NULL,'Y'),(712,'International relations','93120000','2',NULL,'Y'),(713,'Industrial use papers','14120000','2',NULL,'Y'),(714,'Packaging materials','24120000','2',NULL,'Y'),(715,'Office supplies','44120000','2',NULL,'Y'),(716,'Gemstones','54120000','2',NULL,'Y'),(717,'Banking and investment','84120000','2',NULL,'Y'),(718,'Clubs','94120000','2',NULL,'Y'),(719,'Insurable interest contracts','64120000','2',NULL,'Y'),(720,'Lubricants and oils and greases and anti corrosives','15120000','2',NULL,'Y'),(721,'Railway and tramway machinery and equipment','25120000','2',NULL,'Y'),(722,'Photographic or filming or video equipment','45120000','2',NULL,'Y'),(723,'Signage and accessories','55120000','2',NULL,'Y'),(724,'Medical practice','85120000','2',NULL,'Y'),(725,'Permanent buildings and structures','95120000','2',NULL,'Y'),(726,'Electrical wire and cable and harness','26120000','2',NULL,'Y'),(727,'Missiles','46120000','2',NULL,'Y'),(728,'Refuse disposal and treatment','76120000','2',NULL,'Y'),(729,'Educational institutions','86120000','2',NULL,'Y'),(730,'Classroom and instructional and institutional furniture and fixtures','56120000','2',NULL,'Y'),(731,'Janitorial equipment','47120000','2',NULL,'Y'),(732,'Pollution tracking and monitoring and rehabilitation','77120000','2',NULL,'Y'),(733,'Hydraulic machinery and equipment','27120000','2',NULL,'Y'),(734,'Material packing and handling','78120000','2',NULL,'Y'),(735,'Gambling or wagering equipment','48120000','2',NULL,'Y'),(736,'Electrical equipment and components and supplies','39120000','2',NULL,'Y'),(737,'Camping and outdoor equipment and accessories','49120000','2',NULL,'Y'),(738,'Structural building products','30130000','2',NULL,'Y'),(739,'Musical Instruments and parts and accessories','60130000','2',NULL,'Y'),(740,'Dairy products and eggs','50130000','2',NULL,'Y'),(741,'Land and soil preparation and management and protection','70130000','2',NULL,'Y'),(742,'Real estate services','80130000','2',NULL,'Y'),(743,'Performing arts','90130000','2',NULL,'Y'),(744,'Oil and gas drilling and operation materials','20130000','2',NULL,'Y'),(745,'Animal containment and habitats','10130000','2',NULL,'Y'),(746,'Non edible animal products','11130000','2',NULL,'Y'),(747,'Forgings','31130000','2',NULL,'Y'),(748,'Hematolic drugs','51130000','2',NULL,'Y'),(749,'Statistics','81130000','2',NULL,'Y'),(750,'Oil and gas extraction and production enhancement services','71130000','2',NULL,'Y'),(751,'Explosive materials','12130000','2',NULL,'Y'),(752,'Window treatments','52130000','2',NULL,'Y'),(753,'Photographic services','82130000','2',NULL,'Y'),(754,'Electronic hardware and component parts and accessories','32130000','2',NULL,'Y'),(755,'Medical apparel and textiles','42130000','2',NULL,'Y'),(756,'Lapidary machinery and equipment','23130000','2',NULL,'Y'),(757,'Personal care products','53130000','2',NULL,'Y'),(758,'Food and beverage industries','73130000','2',NULL,'Y'),(759,'Humanitarian aid and relief','93130000','2',NULL,'Y'),(760,'Industrial refrigeration','24130000','2',NULL,'Y'),(761,'Civic organizations and associations and movements','94130000','2',NULL,'Y'),(762,'Insurance and retirement services','84130000','2',NULL,'Y'),(763,'Fuel for nuclear reactors','15130000','2',NULL,'Y'),(764,'Aircraft','25130000','2',NULL,'Y'),(765,'Photographic and recording media','45130000','2',NULL,'Y'),(766,'Medical science research and experimentation','85130000','2',NULL,'Y'),(767,'Portable buildings and structures','95130000','2',NULL,'Y'),(768,'Power generation','26130000','2',NULL,'Y'),(769,'Rockets and subsystems','46130000','2',NULL,'Y'),(770,'Toxic and hazardous waste cleanup','76130000','2',NULL,'Y'),(771,'Specialized educational services','86130000','2',NULL,'Y'),(772,'Merchandising furniture and accessories','56130000','2',NULL,'Y'),(773,'Cleaning and janitorial supplies','47130000','2',NULL,'Y'),(774,'Pollutants tracking and monitoring and rehabilitation services','77130000','2',NULL,'Y'),(775,'Pneumatic machinery and equipment','27130000','2',NULL,'Y'),(776,'Storage','78130000','2',NULL,'Y'),(777,'Funeral equipment and materials','48130000','2',NULL,'Y'),(778,'Fishing and hunting equipment','49130000','2',NULL,'Y'),(779,'Electrical wire management devices and accessories and supplies','39130000','2',NULL,'Y'),(780,'Saddlery and harness goods','10140000','2',NULL,'Y'),(781,'Insulation','30140000','2',NULL,'Y'),(782,'Fluid and gas distribution','40140000','2',NULL,'Y'),(783,'Toys and games','60140000','2',NULL,'Y'),(784,'Crop production and management and protection','70140000','2',NULL,'Y'),(785,'Marketing and distribution','80140000','2',NULL,'Y'),(786,'Commercial sports','90140000','2',NULL,'Y'),(787,'Oil and gas operating and production equipment','20140000','2',NULL,'Y'),(788,'Scrap and waste materials','11140000','2',NULL,'Y'),(789,'Moldings','31140000','2',NULL,'Y'),(790,'Central nervous system drugs','51140000','2',NULL,'Y'),(791,'Manufacturing technologies','81140000','2',NULL,'Y'),(792,'Oil and gas restoration and reclamation services','71140000','2',NULL,'Y'),(793,'Domestic appliances','52140000','2',NULL,'Y'),(794,'Graphic design','82140000','2',NULL,'Y'),(795,'Elements and gases','12140000','2',NULL,'Y'),(796,'Patient care and treatment products and supplies','42140000','2',NULL,'Y'),(797,'Electron tube devices and accessories','32140000','2',NULL,'Y'),(798,'Heavy construction services','72140000','2',NULL,'Y'),(799,'Leatherworking repairing machinery and equipment','23140000','2',NULL,'Y'),(800,'Fibers and textiles and fabric industries','73140000','2',NULL,'Y'),(801,'Community and social services','93140000','2',NULL,'Y'),(802,'Sewing supplies and accessories','53140000','2',NULL,'Y'),(803,'Credit agencies','84140000','2',NULL,'Y'),(804,'Packing supplies','24140000','2',NULL,'Y'),(805,'Governmental property right conferrals','64140000','2',NULL,'Y'),(806,'Prefabricated buildings and structures','95140000','2',NULL,'Y'),(807,'Photographic filmmaking supplies','45140000','2',NULL,'Y'),(808,'Alternative and holistic medicine','85140000','2',NULL,'Y'),(809,'Atomic and nuclear energy machinery and equipment','26140000','2',NULL,'Y'),(810,'Launchers','46140000','2',NULL,'Y'),(811,'Educational facilities','86140000','2',NULL,'Y'),(812,'Decorative adornments','56140000','2',NULL,'Y'),(813,'Automotive specialty tools','27140000','2',NULL,'Y'),(814,'Environmental laboratory services','77140000','2',NULL,'Y'),(815,'Transport services','78140000','2',NULL,'Y'),(816,'Watersports equipment','49140000','2',NULL,'Y'),(817,'Seeds and bulbs and seedlings and cuttings','10150000','2',NULL,'Y'),(818,'Exterior finishing materials','30150000','2',NULL,'Y'),(819,'Industrial pumps and compressors','40150000','2',NULL,'Y'),(820,'Edible oils and fats','50150000','2',NULL,'Y'),(821,'Forestry','70150000','2',NULL,'Y'),(822,'Trade policy and services','80150000','2',NULL,'Y'),(823,'Entertainment services','90150000','2',NULL,'Y'),(824,'Fibers and threads and yarns','11150000','2',NULL,'Y'),(825,'Rope and chain and cable and wire and strap','31150000','2',NULL,'Y'),(826,'Autonomic nervous system drugs','51150000','2',NULL,'Y'),(827,'Earth science services','81150000','2',NULL,'Y'),(828,'Oil and gas data management and processing services','71150000','2',NULL,'Y'),(829,'Clinical laboratory and toxicology testing systems, components, and supplies','41150000','2',NULL,'Y'),(830,'Domestic kitchenware and kitchen supplies','52150000','2',NULL,'Y'),(831,'Professional artists and performers','82150000','2',NULL,'Y'),(832,'Dental equipment and supplies','42150000','2',NULL,'Y'),(833,'Automation control devices and components and accessories','32150000','2',NULL,'Y'),(834,'Specialized trade construction and maintenance services','72150000','2',NULL,'Y'),(835,'Industrial process machinery and equipment and supplies','23150000','2',NULL,'Y'),(836,'Manufacturing support services','73150000','2',NULL,'Y'),(837,'Public administration and finance services','93150000','2',NULL,'Y'),(838,'Spacecraft','25150000','2',NULL,'Y'),(839,'Food and nutrition services','85150000','2',NULL,'Y'),(840,'Law enforcement','46150000','2',NULL,'Y'),(841,'Winter sports equipment','49150000','2',NULL,'Y'),(842,'Floriculture and silviculture products','10160000','2',NULL,'Y'),(843,'Interior finishing materials','30160000','2',NULL,'Y'),(844,'Industrial filtering and purification','40160000','2',NULL,'Y'),(845,'Chocolate and sugars and sweeteners and confectionary products','50160000','2',NULL,'Y'),(846,'Wildlife and flora','70160000','2',NULL,'Y'),(847,'Business administration services','80160000','2',NULL,'Y'),(848,'Fabrics and leather materials','11160000','2',NULL,'Y'),(849,'Hardware','31160000','2',NULL,'Y'),(850,'Drugs affecting the respiratory tract','51160000','2',NULL,'Y'),(851,'Oil and gas well project management services','71160000','2',NULL,'Y'),(852,'Information Technology Service Delivery','81160000','2',NULL,'Y'),(853,'Dialysis equipment and supplies','42160000','2',NULL,'Y'),(854,'Consumer electronics','52160000','2',NULL,'Y'),(855,'Additives','12160000','2',NULL,'Y'),(856,'Film and theater production support services','82160000','2',NULL,'Y'),(857,'Foundry machines and equipment and supplies','23160000','2',NULL,'Y'),(858,'Machinery and transport equipment manufacture','73160000','2',NULL,'Y'),(859,'Taxation','93160000','2',NULL,'Y'),(860,'Non motorized cycles','25160000','2',NULL,'Y'),(861,'Medical Surgical Equipment Maintenance Refurbishment and Repair Services','85160000','2',NULL,'Y'),(862,'Public safety and control','46160000','2',NULL,'Y'),(863,'Field and court sports equipment','49160000','2',NULL,'Y'),(864,'Fertilizers and plant nutrients and herbicides','10170000','2',NULL,'Y'),(865,'Pipe piping and pipe fittings','40170000','2',NULL,'Y'),(866,'Doors and windows and glass','30170000','2',NULL,'Y'),(867,'Seasonings and preservatives','50170000','2',NULL,'Y'),(868,'Water resources development and oversight','70170000','2',NULL,'Y'),(869,'Public relations and professional communications services','80170000','2',NULL,'Y'),(870,'Bearings and bushings and wheels and gears','31170000','2',NULL,'Y'),(871,'Drugs affecting the gastrointestinal system','51170000','2',NULL,'Y'),(872,'Alloys','11170000','2',NULL,'Y'),(873,'Biological science services','81170000','2',NULL,'Y'),(874,'Diagnostic and microbiological devices','41170000','2',NULL,'Y'),(875,'Colorants','12170000','2',NULL,'Y'),(876,'Domestic wall treatments','52170000','2',NULL,'Y'),(877,'Mobile medical services products','42170000','2',NULL,'Y'),(878,'Manufacture of electrical goods and precision instruments','73170000','2',NULL,'Y'),(879,'Trade policy and regulation','93170000','2',NULL,'Y'),(880,'Transportation components and systems','25170000','2',NULL,'Y'),(881,'Death and dying support services','85170000','2',NULL,'Y'),(882,'Security surveillance and detection','46170000','2',NULL,'Y'),(883,'Gymnastics and boxing equipment','49170000','2',NULL,'Y'),(884,'Plumbing fixtures','30180000','2',NULL,'Y'),(885,'Bread and bakery products','50180000','2',NULL,'Y'),(886,'Tubes tubing and tube fittings','40180000','2',NULL,'Y'),(887,'Packings glands boots and covers','31180000','2',NULL,'Y'),(888,'Hormones and hormone antagonists','51180000','2',NULL,'Y'),(889,'Metal oxide','11180000','2',NULL,'Y'),(890,'Waxes and oils','12180000','2',NULL,'Y'),(891,'Patient exam and monitoring products','42180000','2',NULL,'Y'),(892,'Industrial food and beverage equipment','23180000','2',NULL,'Y'),(893,'Machining and processing services','73180000','2',NULL,'Y'),(894,'Vehicle bodies and trailers','25180000','2',NULL,'Y'),(895,'Personal safety and protection','46180000','2',NULL,'Y'),(896,'Transportation repair or maintenance services','78180000','2',NULL,'Y'),(897,'Target and table games and equipment','49180000','2',NULL,'Y'),(898,'Pest control products','10190000','2',NULL,'Y'),(899,'Construction and maintenance support equipment','30190000','2',NULL,'Y'),(900,'Prepared and preserved foods','50190000','2',NULL,'Y'),(901,'Agricultural machinery and equipment assembly and installation services','70190000','2',NULL,'Y'),(902,'Grinding and polishing and smoothing materials','31190000','2',NULL,'Y'),(903,'Agents affecting water and electrolytes','51190000','2',NULL,'Y'),(904,'Metal waste scrap and by products','11190000','2',NULL,'Y'),(905,'Solvents','12190000','2',NULL,'Y'),(906,'Medical facility products','42190000','2',NULL,'Y'),(907,'Communications Devices and Accessories','43190000','2',NULL,'Y'),(908,'Mixers and their parts and accessories','23190000','2',NULL,'Y'),(909,'Transportation services equipment','25190000','2',NULL,'Y'),(910,'Fire protection','46190000','2',NULL,'Y'),(911,'Beverages','50200000','2',NULL,'Y'),(912,'Live rose bushes','10200000','2',NULL,'Y'),(913,'Adhesives and sealants','31200000','2',NULL,'Y'),(914,'Immunomodulating drugs','51200000','2',NULL,'Y'),(915,'Medical diagnostic imaging and nuclear medicine products','42200000','2',NULL,'Y'),(916,'Components for information technology or broadcasting or telecommunications','43200000','2',NULL,'Y'),(917,'Mass transfer equipment','23200000','2',NULL,'Y'),(918,'Aerospace systems and components and equipment','25200000','2',NULL,'Y'),(919,'Defense and law enforcement and security and safety training equipment','46200000','2',NULL,'Y'),(920,'Aviation-Related Services And Consultancy','78200000','2',NULL,'Y'),(921,'Fitness equipment','49200000','2',NULL,'Y'),(922,'Tobacco and smoking products and substitutes','50210000','2',NULL,'Y'),(923,'Live plants of high species or variety count flowers','10210000','2',NULL,'Y'),(924,'Paints and primers and finishes','31210000','2',NULL,'Y'),(925,'Independent living aids for the physically challenged','42210000','2',NULL,'Y'),(926,'Computer Equipment and Accessories','43210000','2',NULL,'Y'),(927,'Electronic manufacturing machinery and equipment and accessories','23210000','2',NULL,'Y'),(928,'Diagnoses of infectious and parasitic diseases-part a','85210000','2',NULL,'Y'),(929,'Workplace safety equipment and supplies and training materials','46210000','2',NULL,'Y'),(930,'Other sports','49210000','2',NULL,'Y'),(931,'Cereal and pulse products','50220000','2',NULL,'Y'),(932,'Live plants of low species or variety count flowers','10220000','2',NULL,'Y'),(933,'Dyeing and tanning extracts','31220000','2',NULL,'Y'),(934,'Intravenous and arterial administration products','42220000','2',NULL,'Y'),(935,'Data Voice or Multimedia Network Equipment or Platforms and Accessories','43220000','2',NULL,'Y'),(936,'Chicken processing machinery and equipment','23220000','2',NULL,'Y'),(937,'Military weapon and ammunition disarmament and disposal equipment and related products','46220000','2',NULL,'Y'),(938,'Sports equipment and accessories','49220000','2',NULL,'Y'),(939,'Machined raw stock','31230000','2',NULL,'Y'),(940,'Clinical nutrition','42230000','2',NULL,'Y'),(941,'Software','43230000','2',NULL,'Y'),(942,'Sawmilling and lumber processing machinery and equipment','23230000','2',NULL,'Y'),(943,'Portable Structure Building Components','30240000','2',NULL,'Y'),(944,'Industrial optics','31240000','2',NULL,'Y'),(945,'Drugs affecting the ears, eye, nose and skin','51240000','2',NULL,'Y'),(946,'Orthopedic and prosthetic and sports medicine products','42240000','2',NULL,'Y'),(947,'Metal cutting machinery and accessories','23240000','2',NULL,'Y'),(948,'Recreation and playground and swimming and spa equipment and supplies','49240000','2',NULL,'Y'),(949,'Underground mining structures and materials','30250000','2',NULL,'Y'),(950,'Pneumatic and hydraulic and electric control systems','31250000','2',NULL,'Y'),(951,'Brass instruments','60131100','3',NULL,'Y'),(952,'Games','60141100','3',NULL,'Y'),(953,'Well plugging and abandonment services','71141100','3',NULL,'Y'),(954,'Infrastructure building and surfacing and paving services','72141100','3',NULL,'Y'),(955,'Oilfield data management services','71151100','3',NULL,'Y'),(956,'Plumbing construction services','72151100','3',NULL,'Y'),(957,'Coating services','73181100','3',NULL,'Y'),(958,'Continuous mixers','23191100','3',NULL,'Y'),(959,'Small arms weapons training equipment','46201100','3',NULL,'Y'),(960,'Cereals','50221100','3',NULL,'Y'),(961,'Killing and defeathering department machinery and equipment','23221100','3',NULL,'Y'),(962,'Ophthalmic agents','51241100','3',NULL,'Y'),(963,'Electric direct current DC motors','26101200','3',NULL,'Y'),(964,'Plastic films','13111200','3',NULL,'Y'),(965,'Agricultural building construction services','72121200','3',NULL,'Y'),(966,'Woodwind instruments','60131200','3',NULL,'Y'),(967,'Marine construction services','72141200','3',NULL,'Y'),(968,'Heating and cooling and air conditioning HVAC construction and maintenance services','72151200','3',NULL,'Y'),(969,'Industrial drying equipment','23201200','3',NULL,'Y'),(970,'Dermatologic agents','51241200','3',NULL,'Y'),(971,'Non electric motors','26101300','3',NULL,'Y'),(972,'Foams','13111300','3',NULL,'Y'),(973,'Art and craft cutting products','60121300','3',NULL,'Y'),(974,'Automotive garage and service station construction services','72121300','3',NULL,'Y'),(975,'Electrical boxes and enclosures and fittings and accessories','39121300','3',NULL,'Y'),(976,'String instruments','60131300','3',NULL,'Y'),(977,'Painting and paper hanging services','72151300','3',NULL,'Y'),(978,'Flour and milled products','50221300','3',NULL,'Y'),(979,'Motor or generator components','26101400','3',NULL,'Y'),(980,'Aviation Specific Training','86101400','3',NULL,'Y'),(981,'Language Specific Editorial and Writing Services','82111400','3',NULL,'Y'),(982,'Classroom And Language Laboratory Equipment & Interpretation Systems','45111400','3',NULL,'Y'),(983,'Completion tools and equipment','20121400','3',NULL,'Y'),(984,'Specialized public building construction services','72121400','3',NULL,'Y'),(985,'Cafeteria and lunchroom furnishings','56121400','3',NULL,'Y'),(986,'Electrical lugs plugs and connectors','39121400','3',NULL,'Y'),(987,'Percussion instruments','60131400','3',NULL,'Y'),(988,'Safety and Rescue Aircraft','25131400','3',NULL,'Y'),(989,'Fundraising Services','80141400','3',NULL,'Y'),(990,'Detention facility construction and repair services','72141400','3',NULL,'Y'),(991,'Wall covering construction services','72151400','3',NULL,'Y'),(992,'System Cards','43201400','3',NULL,'Y'),(993,'Metal grinding machines','23241400','3',NULL,'Y'),(994,'Welding machinery','23271400','3',NULL,'Y'),(995,'Livestock','10101500','3',NULL,'Y'),(996,'Cutting equipment','20101500','3',NULL,'Y'),(997,'Angles','30101500','3',NULL,'Y'),(998,'Ventilation','40101500','3',NULL,'Y'),(999,'Fisheries operations','70101500','3',NULL,'Y'),(1000,'Business and corporate management consultation services','80101500','3',NULL,'Y'); /*!40000 ALTER TABLE `itemclassification` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `itemstatuscodes` -- DROP TABLE IF EXISTS `itemstatuscodes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `itemstatuscodes` ( `id` int(50) NOT NULL AUTO_INCREMENT, `code` varchar(50) NOT NULL, `description` text DEFAULT NULL, `status` varchar(50) NOT NULL, `name` text NOT NULL, `sort_order` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `itemstatuscodes` -- LOCK TABLES `itemstatuscodes` WRITE; /*!40000 ALTER TABLE `itemstatuscodes` DISABLE KEYS */; INSERT INTO `itemstatuscodes` VALUES (1,'Y',NULL,'Y','Active','1'),(2,'N',NULL,'N','Inactive','2'); /*!40000 ALTER TABLE `itemstatuscodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `itemtypecodes` -- DROP TABLE IF EXISTS `itemtypecodes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `itemtypecodes` ( `id` int(50) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `code` varchar(50) NOT NULL, `description` text DEFAULT NULL, `status` varchar(50) NOT NULL, `sort_order` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `itemtypecodes` -- LOCK TABLES `itemtypecodes` WRITE; /*!40000 ALTER TABLE `itemtypecodes` DISABLE KEYS */; INSERT INTO `itemtypecodes` VALUES (1,'Raw Material','1','Raw Material','Y','1'),(2,'Finished Product','2','Finished Product','Y','2'),(3,'Service','3','Service without stock','',''); /*!40000 ALTER TABLE `itemtypecodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `journal` -- DROP TABLE IF EXISTS `journal`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `journal` ( `id` int(50) NOT NULL AUTO_INCREMENT, `currency` varchar(50) NOT NULL, `amount` varchar(50) NOT NULL, `description` text NOT NULL, `journaldate` varchar(50) NOT NULL, `incharge` varchar(40) NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `entrydate` varchar(50) NOT NULL, `invoice` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB 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 `labels` -- DROP TABLE IF EXISTS `labels`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `labels` ( `id` int(11) NOT NULL AUTO_INCREMENT, `itemid` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'new', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `code` varchar(30) NOT NULL, `branch` varchar(30) NOT NULL, `qty` decimal(10,4) NOT NULL, `buyingprice` decimal(10,2) NOT NULL, `sellingprice` decimal(10,2) NOT NULL, `invoice` varchar(50) DEFAULT NULL, `name` text NOT NULL, `description` text NOT NULL, `batchno` int(11) NOT NULL, `myid` int(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `labels` -- LOCK TABLES `labels` WRITE; /*!40000 ALTER TABLE `labels` DISABLE KEYS */; INSERT INTO `labels` VALUES (1,'','2025-02-22 06:10:11','new','1','','1','6161101604192.00','1',0.0000,0.00,200.00,NULL,'GUARANA ELECTRIC','',0,0); /*!40000 ALTER TABLE `labels` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `labour` -- DROP TABLE IF EXISTS `labour`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `labour` ( `id` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(20) NOT NULL, `createdate` varchar(20) NOT NULL, `qty` decimal(10,2) NOT NULL, `usedamount` decimal(10,2) NOT NULL, `balance` decimal(10,2) NOT NULL, `year` varchar(20) NOT NULL, `month` varchar(20) NOT NULL, `userid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `branch` int(11) NOT NULL, `updatedby` int(11) NOT NULL, `description` text NOT NULL, `employeeid` varchar(30) NOT NULL, `exactdate` varchar(30) NOT NULL, `rate` decimal(10,2) NOT NULL, `total` decimal(10,2) NOT NULL, `type` varchar(20) NOT NULL DEFAULT 'pay', `status` int(20) NOT NULL DEFAULT 0, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `labour` -- LOCK TABLES `labour` WRITE; /*!40000 ALTER TABLE `labour` DISABLE KEYS */; /*!40000 ALTER TABLE `labour` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `landlord` -- DROP TABLE IF EXISTS `landlord`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `landlord` ( `id` int(40) NOT NULL AUTO_INCREMENT, `firstname` varchar(100) NOT NULL, `lastname` varchar(100) NOT NULL, `location` varchar(100) NOT NULL, `phone` varchar(100) NOT NULL, `email` varchar(100) NOT NULL, `description` text NOT NULL, `idno` varchar(100) NOT NULL, `country` varchar(100) NOT NULL, `gender` varchar(10) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `county` varchar(40) NOT NULL, `accountname` varchar(100) NOT NULL, `accountno` varchar(100) NOT NULL, `companyid` varchar(100) NOT NULL, `status` varchar(10) NOT NULL DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `landlord` -- LOCK TABLES `landlord` WRITE; /*!40000 ALTER TABLE `landlord` DISABLE KEYS */; /*!40000 ALTER TABLE `landlord` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `lease` -- DROP TABLE IF EXISTS `lease`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `lease` ( `id` int(10) NOT NULL AUTO_INCREMENT, `branchfrom` varchar(50) NOT NULL, `serial` varchar(50) NOT NULL, `qty` varchar(50) NOT NULL, `details` text NOT NULL, `dateleased` varchar(50) NOT NULL, `incharge` varchar(40) NOT NULL, `product` text NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(30) NOT NULL, `entrydate` varchar(50) NOT NULL, `supplier` varchar(30) NOT NULL, `original` decimal(10,2) NOT NULL, `balance` decimal(10,2) NOT NULL, `branchid` int(11) NOT NULL DEFAULT 1, `amount` varchar(10) NOT NULL DEFAULT '0.00', `duedate` varchar(20) NOT NULL, `status` varchar(30) NOT NULL DEFAULT 'Dispatched', `mode` varchar(30) NOT NULL, `invoice` varchar(30) NOT NULL, `totalamount` varchar(30) NOT NULL DEFAULT '', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `lease` -- LOCK TABLES `lease` WRITE; /*!40000 ALTER TABLE `lease` DISABLE KEYS */; /*!40000 ALTER TABLE `lease` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `leavegroup` -- DROP TABLE IF EXISTS `leavegroup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `leavegroup` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(255) DEFAULT NULL, `description` text DEFAULT NULL, `createdat` varchar(30) NOT NULL DEFAULT '0000-00-00 00:00:00', `updatedat` varchar(30) NOT NULL DEFAULT '0000-00-00 00:00:00', `total` int(30) NOT NULL, `startdate` varchar(30) NOT NULL, `enddate` varchar(30) NOT NULL, `defaultleavetype` int(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `leavegroup` -- LOCK TABLES `leavegroup` WRITE; /*!40000 ALTER TABLE `leavegroup` DISABLE KEYS */; /*!40000 ALTER TABLE `leavegroup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `leaves` -- DROP TABLE IF EXISTS `leaves`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `leaves` ( `id` int(30) NOT NULL AUTO_INCREMENT, `startdate` datetime DEFAULT NULL, `enddate` datetime DEFAULT NULL, `status` varchar(11) DEFAULT NULL, `employee` int(11) DEFAULT NULL, `cause` text DEFAULT NULL, `startdatetype` varchar(12) DEFAULT NULL, `enddatetype` varchar(12) DEFAULT NULL, `duration` decimal(10,2) DEFAULT NULL, `type` int(11) DEFAULT NULL, `description` text DEFAULT NULL COMMENT 'Comments on leave request', `change_type` int(11) NOT NULL, `updatedby` int(11) NOT NULL, `updateddate` timestamp NULL DEFAULT NULL, `photo` text NOT NULL, `incharge` varchar(30) NOT NULL, `userid` varchar(30) NOT NULL, `postedtime` varchar(30) NOT NULL, `img_id` text DEFAULT NULL, `comments` text NOT NULL, `manager` int(10) NOT NULL, `companyid` int(11) DEFAULT 1, `branchid` int(20) NOT NULL DEFAULT 1, PRIMARY KEY (`id`), KEY `changed_by` (`updatedby`), KEY `change_date` (`updateddate`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='List of changes in leave requests table'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `leaves` -- LOCK TABLES `leaves` WRITE; /*!40000 ALTER TABLE `leaves` DISABLE KEYS */; /*!40000 ALTER TABLE `leaves` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `leavetypes` -- DROP TABLE IF EXISTS `leavetypes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `leavetypes` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `gender` varchar(30) NOT NULL, `deduct` varchar(10) NOT NULL, `companyid` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `leavetypes` -- LOCK TABLES `leavetypes` WRITE; /*!40000 ALTER TABLE `leavetypes` DISABLE KEYS */; INSERT INTO `leavetypes` VALUES (1,'maternity leave','','2019-06-03 01:46:56pm','Female','No',0),(2,'Normal leave','all','2019-06-03 01:47:13pm','Both','No',0),(3,'Emergency','','2019-06-03 01:47:41pm','Both','No',0),(4,'Sick Leave','','2023-02-15 12:24:43pm','Both','No',0); /*!40000 ALTER TABLE `leavetypes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `loggs` -- DROP TABLE IF EXISTS `loggs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `loggs` ( `id` int(20) NOT NULL AUTO_INCREMENT, `type` varchar(30) NOT NULL, `userid` varchar(30) NOT NULL, `timein` varchar(50) NOT NULL, `timeout` varchar(50) NOT NULL, `browser` text NOT NULL, `ip` text NOT NULL, `action` varchar(30) DEFAULT 'loggedin', `companyid` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=7670 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `loggs` -- LOCK TABLES `loggs` WRITE; /*!40000 ALTER TABLE `loggs` DISABLE KEYS */; INSERT INTO `loggs` VALUES (1,'admin','1','2025-03-24 13:21:30','2025-03-24 13:22:44','','::1','loggedin',1),(2,'admin','1','2025-04-23 12:39:15','','','127.0.0.1','loggedin',1),(3,'admin','1','2025-04-23 14:45:37','','','127.0.0.1','loggedin',1),(4,'admin','1','2025-04-23 15:05:30','','','127.0.0.1','loggedin',1),(5,'admin','1','2025-04-23 15:54:20','','','127.0.0.1','loggedin',1),(6,'admin','1','2025-04-23 15:56:49','','','::1','loggedin',1),(7,'admin','1','2025-04-23 19:23:04','2025-04-23 19:37:40','','192.168.0.113','loggedin',1),(8,'user','3','2025-04-23 19:37:56','','','192.168.0.113','loggedin',1),(9,'admin','1','2025-04-23 19:48:09','','','192.168.0.113','loggedin',1),(10,'admin','1','2025-04-23 20:58:51','','','192.168.0.113','loggedin',1),(11,'admin','1','2025-04-23 21:44:38','','','192.168.0.113','loggedin',1),(12,'admin','1','2025-04-23 21:53:45','','','192.168.0.113','loggedin',1),(13,'admin','1','2025-04-23 22:50:32','','','192.168.0.102','loggedin',1),(14,'admin','1','2025-04-23 23:21:30','','','192.168.0.114','loggedin',1),(15,'admin','1','2025-04-23 23:33:39','','','192.168.0.113','loggedin',1),(16,'admin','1','2025-04-23 23:37:05','','','192.168.0.113','loggedin',1),(17,'admin','1','2025-04-23 23:55:35','','','192.168.0.114','loggedin',1),(18,'admin','1','2025-04-23 23:57:23','','','192.168.0.114','loggedin',1),(19,'admin','1','2025-04-24 00:00:12','','','192.168.0.114','loggedin',1),(20,'admin','1','2025-04-24 00:00:55','','','192.168.0.114','loggedin',1),(21,'admin','1','2025-04-24 00:03:03','','','192.168.0.113','loggedin',1),(22,'admin','1','2025-04-24 00:04:38','','','192.168.0.113','loggedin',1),(23,'admin','1','2025-04-24 15:37:22','','','192.168.0.113','loggedin',1),(24,'admin','1','2025-04-24 15:38:08','','','192.168.0.113','loggedin',1),(25,'admin','1','2025-04-24 15:46:12','','','192.168.0.114','loggedin',1),(26,'admin','1','2025-04-24 15:56:56','','','192.168.0.114','loggedin',1),(27,'admin','1','2025-04-24 16:00:26','','','192.168.0.114','loggedin',1),(28,'admin','1','2025-04-24 16:02:18','','','192.168.0.114','loggedin',1),(29,'admin','1','2025-04-24 16:02:55','','','192.168.0.114','loggedin',1),(30,'admin','1','2025-04-24 16:13:50','','','192.168.0.114','loggedin',1),(31,'admin','1','2025-04-24 16:24:40','','','192.168.0.114','loggedin',1),(32,'admin','1','2025-04-24 16:52:40','','','192.168.0.114','loggedin',1),(33,'admin','1','2025-04-24 17:05:48','','','192.168.0.114','loggedin',1),(34,'admin','1','2025-04-24 17:48:45','','','192.168.0.113','loggedin',1),(35,'admin','1','2025-04-24 18:07:38','','','192.168.0.114','loggedin',1),(36,'admin','1','2025-04-24 19:18:51','','','192.168.0.114','loggedin',1),(37,'user','3','2025-04-24 19:21:04','2025-04-24 19:34:29','','192.168.0.114','loggedin',1),(38,'admin','1','2025-04-24 19:34:54','2025-04-24 19:42:06','','192.168.0.114','loggedin',1),(39,'user','4','2025-04-24 19:42:55','2025-04-24 20:00:05','','192.168.0.114','loggedin',1),(40,'admin','1','2025-04-24 19:59:51','','','192.168.0.114','loggedin',1),(41,'admin','1','2025-04-24 20:00:14','','','192.168.0.114','loggedin',1),(42,'admin','1','2025-04-24 20:13:27','','','192.168.0.113','loggedin',1),(43,'user','6','2025-04-24 20:15:04','','','192.168.0.114','loggedin',1),(44,'user','6','2025-04-24 20:20:33','','','192.168.0.114','loggedin',1),(45,'user','3','2025-04-24 20:23:14','2025-04-24 20:24:08','','192.168.0.114','loggedin',1),(46,'admin','1','2025-04-24 20:24:18','','','192.168.0.114','loggedin',1),(47,'admin','1','2025-04-25 10:29:01','','','192.168.0.114','loggedin',1),(48,'admin','1','2025-04-25 10:32:14','','','192.168.0.114','loggedin',1),(49,'admin','1','2025-04-25 10:43:14','','','192.168.0.114','loggedin',1),(50,'admin','1','2025-04-25 10:46:36','','','192.168.0.114','loggedin',1),(51,'admin','1','2025-04-25 10:50:10','','','192.168.0.114','loggedin',1),(52,'admin','1','2025-04-25 10:51:13','','','192.168.0.114','loggedin',1),(53,'admin','1','2025-04-25 10:57:31','','','192.168.0.114','loggedin',1),(54,'admin','1','2025-04-25 11:01:17','','','192.168.0.113','loggedin',1),(55,'admin','1','2025-04-25 11:25:05','','','192.168.0.114','loggedin',1),(56,'admin','1','2025-04-25 11:27:47','','','192.168.0.113','loggedin',1),(57,'admin','1','2025-04-25 11:30:34','','','192.168.0.113','loggedin',1),(58,'admin','1','2025-04-25 11:47:58','','','192.168.0.114','loggedin',1),(59,'admin','1','2025-04-25 11:52:28','','','192.168.0.114','loggedin',1),(60,'admin','1','2025-04-25 11:53:45','','','192.168.0.114','loggedin',1),(61,'admin','1','2025-04-25 12:00:25','','','192.168.0.113','loggedin',1),(62,'admin','1','2025-04-25 12:01:21','','','192.168.0.113','loggedin',1),(63,'admin','1','2025-04-25 12:13:38','2025-04-25 12:34:20','','192.168.0.113','loggedin',1),(64,'user','8','2025-04-25 12:35:35','2025-04-25 12:47:19','','192.168.0.114','loggedin',1),(65,'admin','1','2025-04-25 12:47:35','2025-04-25 12:51:11','','192.168.0.114','loggedin',1),(66,'user','9','2025-04-25 12:52:06','2025-04-25 13:08:05','','192.168.0.114','loggedin',1),(67,'admin','1','2025-04-25 13:08:31','2025-04-25 13:08:57','','192.168.0.114','loggedin',1),(68,'user','9','2025-04-25 13:09:59','2025-04-25 13:11:33','','192.168.0.114','loggedin',1),(69,'admin','1','2025-04-25 13:11:47','2025-04-25 13:12:44','','192.168.0.114','loggedin',1),(70,'user','9','2025-04-25 13:13:07','2025-04-25 13:13:27','','192.168.0.114','loggedin',1),(71,'admin','1','2025-04-25 13:13:56','2025-04-25 13:14:49','','192.168.0.114','loggedin',1),(72,'user','8','2025-04-25 13:15:15','','','192.168.0.114','loggedin',1),(73,'user','8','2025-04-25 13:15:19','2025-04-25 13:32:20','','192.168.0.114','loggedin',1),(74,'admin','1','2025-04-25 13:32:34','2025-04-25 13:33:29','','192.168.0.114','loggedin',1),(75,'user','8','2025-04-25 13:33:43','','','192.168.0.114','loggedin',1),(76,'user','8','2025-04-25 13:36:10','','','192.168.0.114','loggedin',1),(77,'user','8','2025-04-25 13:46:33','2025-04-25 14:03:22','','192.168.0.114','loggedin',1),(78,'admin','1','2025-04-25 14:03:32','2025-04-25 14:05:40','','192.168.0.114','loggedin',1),(79,'user','3','2025-04-25 14:06:01','2025-04-25 14:14:17','','192.168.0.114','loggedin',1),(80,'admin','1','2025-04-25 14:15:08','','','192.168.0.114','loggedin',1),(81,'admin','1','2025-04-25 15:28:08','2025-04-25 15:28:52','','192.168.0.113','loggedin',1),(82,'admin','1','2025-04-25 15:29:06','2025-04-25 15:32:29','','192.168.0.113','loggedin',1),(83,'admin','1','2025-04-25 16:23:48','2025-04-25 16:28:47','','192.168.0.113','loggedin',1),(84,'admin','1','2025-04-25 16:28:58','2025-04-25 16:29:19','','192.168.0.113','loggedin',1),(85,'user','11','2025-04-25 16:30:06','','','192.168.0.113','loggedin',1),(86,'user','11','2025-04-25 16:32:43','','','192.168.0.113','loggedin',1),(87,'user','11','2025-04-25 16:35:38','2025-04-25 16:35:59','','192.168.0.113','loggedin',1),(88,'admin','1','2025-04-25 16:36:09','2025-04-25 16:38:53','','192.168.0.113','loggedin',1),(89,'user','10','2025-04-25 16:40:03','2025-04-25 16:57:01','','192.168.0.113','loggedin',1),(90,'user','11','2025-04-25 16:57:21','','','192.168.0.113','loggedin',1),(91,'user','11','2025-04-25 17:12:49','2025-04-25 17:21:15','','192.168.0.113','loggedin',1),(92,'admin','1','2025-04-25 17:26:27','2025-04-25 17:28:22','','192.168.0.113','loggedin',1),(93,'user','12','2025-04-25 17:29:27','','','192.168.0.113','loggedin',1),(94,'admin','1','2025-04-25 18:40:45','','','192.168.0.113','loggedin',1),(95,'admin','1','2025-04-25 20:36:33','2025-04-25 20:38:03','','192.168.0.113','loggedin',1),(96,'user','3','2025-04-26 06:30:09','','','192.168.0.113','loggedin',1),(97,'user','3','2025-04-26 06:33:53','2025-04-26 10:01:54','','192.168.0.113','loggedin',1),(98,'user','5','2025-04-26 06:37:57','','','192.168.0.113','loggedin',1),(99,'user','8','2025-04-26 09:03:55','','','192.168.0.114','loggedin',1),(100,'user','8','2025-04-26 09:05:28','2025-04-26 09:06:02','','192.168.0.114','loggedin',1),(101,'user','8','2025-04-26 09:57:55','','','192.168.0.114','loggedin',1),(102,'admin','1','2025-04-26 10:02:15','','','192.168.0.113','loggedin',1),(103,'user','8','2025-04-26 10:06:26','','','192.168.0.114','loggedin',1),(104,'user','8','2025-04-26 10:07:21','2025-04-26 10:07:34','','192.168.0.114','loggedin',1),(105,'user','8','2025-04-26 10:07:40','','','192.168.0.114','loggedin',1),(106,'user','3','2025-04-26 10:14:47','','','192.168.0.114','loggedin',1),(107,'user','8','2025-04-26 10:18:10','','','192.168.0.114','loggedin',1),(108,'admin','1','2025-04-26 12:27:23','2025-04-26 12:28:18','','102.0.9.88','loggedin',1),(109,'admin','1','2025-04-26 12:28:47','','','102.0.9.88','loggedin',1),(110,'admin','1','2025-04-26 12:29:39','','','102.0.9.88','loggedin',1),(111,'admin','1','2025-04-26 12:39:04','','','102.0.9.88','loggedin',1),(112,'admin','1','2025-04-26 12:44:16','','','102.0.9.88','loggedin',1),(113,'user','5','2025-04-26 13:04:27','','','102.0.9.88','loggedin',1),(114,'user','5','2025-04-26 13:04:32','2025-04-26 13:05:50','','102.0.9.88','loggedin',1),(115,'admin','1','2025-04-26 13:06:02','2025-04-26 13:14:58','','102.0.9.88','loggedin',1),(116,'user','3','2025-04-26 13:15:30','','','102.0.9.88','loggedin',1),(117,'user','3','2025-04-26 13:15:32','','','102.0.9.88','loggedin',1),(118,'user','3','2025-04-26 13:15:33','','','102.0.9.88','loggedin',1),(119,'user','3','2025-04-26 13:15:33','','','102.0.9.88','loggedin',1),(120,'user','3','2025-04-26 13:15:33','','','102.0.9.88','loggedin',1),(121,'admin','1','2025-04-26 13:42:30','','','102.0.9.88','loggedin',1),(122,'admin','1','2025-04-26 13:43:44','2025-04-26 13:54:17','','102.0.9.88','loggedin',1),(123,'user','8','2025-04-26 13:49:31','','','102.0.9.88','loggedin',1),(124,'user','8','2025-04-26 13:54:26','2025-04-26 13:55:32','','102.0.9.88','loggedin',1),(125,'admin','1','2025-04-26 13:55:43','2025-04-26 13:57:19','','102.0.9.88','loggedin',1),(126,'user','8','2025-04-26 13:57:24','2025-04-26 13:57:51','','102.0.9.88','loggedin',1),(127,'user','12','2025-04-26 13:58:41','2025-04-26 14:02:17','','102.0.9.88','loggedin',1),(128,'user','3','2025-04-26 13:59:13','','','102.0.9.88','loggedin',1),(129,'user','3','2025-04-26 13:59:15','2025-04-26 14:03:19','','102.0.9.88','loggedin',1),(130,'user','12','2025-04-26 14:02:55','2025-04-26 14:06:07','','102.0.9.88','loggedin',1),(131,'admin','1','2025-04-26 14:03:27','2025-04-26 14:06:41','','102.0.9.88','loggedin',1),(132,'user','8','2025-04-26 14:06:13','2025-04-26 14:08:11','','102.0.9.88','loggedin',1),(133,'user','3','2025-04-26 14:06:48','2025-04-26 14:08:58','','102.0.9.88','loggedin',1),(134,'user','12','2025-04-26 14:08:33','2025-04-26 14:28:24','','102.0.9.88','loggedin',1),(135,'admin','1','2025-04-26 14:09:16','2025-04-26 14:09:50','','102.0.9.88','loggedin',1),(136,'user','3','2025-04-26 14:10:38','','','102.0.9.88','loggedin',1),(137,'user','8','2025-04-26 14:28:33','2025-04-26 15:16:33','','102.0.9.88','loggedin',1),(138,'admin','1','2025-04-26 15:14:57','2025-04-26 15:18:17','','102.0.9.88','loggedin',1),(139,'user','12','2025-04-26 15:17:09','','','102.0.9.88','loggedin',1),(140,'admin','1','2025-04-26 15:18:30','','','102.0.9.88','loggedin',1),(141,'admin','1','2025-04-26 15:19:23','','','102.0.9.88','loggedin',1),(142,'user','3','2025-04-26 15:29:12','2025-04-26 15:33:38','','102.0.9.88','loggedin',1),(143,'admin','1','2025-04-26 15:41:44','2025-04-26 15:43:51','','102.0.9.88','loggedin',1),(144,'admin','1','2025-04-26 15:46:07','2025-04-26 15:47:18','','102.0.9.88','loggedin',1),(145,'user','10','2025-04-26 15:47:37','2025-04-26 15:55:42','','102.0.9.88','loggedin',1),(146,'admin','1','2025-04-26 15:58:19','2025-04-26 16:01:42','','102.0.9.88','loggedin',1),(147,'user','8','2025-04-26 16:02:02','','','102.0.9.88','loggedin',1),(148,'user','8','2025-04-26 16:02:53','2025-04-26 16:46:45','','102.0.9.88','loggedin',1),(149,'user','12','2025-04-26 16:47:31','2025-04-26 17:09:42','','102.0.9.88','loggedin',1),(150,'user','8','2025-04-26 17:09:56','2025-04-26 17:45:44','','102.0.9.88','loggedin',1),(151,'user','8','2025-04-26 17:58:50','','','102.0.9.88','loggedin',1),(152,'user','8','2025-04-26 18:06:22','2025-04-26 18:07:18','','102.0.9.88','loggedin',1),(153,'user','3','2025-04-26 18:07:32','2025-04-26 19:00:12','','102.0.9.88','loggedin',1),(154,'user','12','2025-04-26 18:07:48','2025-04-26 18:15:29','','102.0.9.88','loggedin',1),(155,'user','10','2025-04-26 18:16:01','','','102.0.9.88','loggedin',1),(156,'user','12','2025-04-26 18:21:08','2025-04-26 18:30:58','','102.0.9.88','loggedin',1),(157,'admin','1','2025-04-26 18:22:38','','','102.0.9.88','loggedin',1),(158,'user','10','2025-04-26 18:31:11','2025-04-26 18:33:04','','102.0.9.88','loggedin',1),(159,'user','10','2025-04-26 18:33:47','','','102.0.9.88','loggedin',1),(160,'user','12','2025-04-26 18:47:57','','','102.0.9.88','loggedin',1),(161,'user','12','2025-04-26 19:02:35','2025-04-26 19:27:27','','102.0.9.88','loggedin',1),(162,'user','3','2025-04-26 19:27:14','2025-04-26 19:40:52','','102.0.9.88','loggedin',1),(163,'user','8','2025-04-26 19:27:44','2025-04-26 19:35:47','','102.0.9.88','loggedin',1),(164,'user','12','2025-04-26 19:35:57','','','102.0.9.88','loggedin',1),(165,'user','8','2025-04-26 19:40:56','2025-04-26 19:41:27','','102.0.9.88','loggedin',1),(166,'user','8','2025-04-26 19:44:16','2025-04-26 19:45:24','','102.0.9.88','loggedin',1),(167,'user','8','2025-04-26 19:55:25','2025-04-26 19:59:14','','102.0.9.88','loggedin',1),(168,'user','12','2025-04-26 20:01:44','','','102.0.9.88','loggedin',1),(169,'user','12','2025-04-26 20:04:41','','','102.0.9.88','loggedin',1),(170,'user','8','2025-04-26 20:09:22','','','102.0.9.88','loggedin',1),(171,'user','8','2025-04-26 20:09:38','2025-04-26 20:10:11','','102.0.9.88','loggedin',1),(172,'user','12','2025-04-26 20:14:25','','','102.0.9.88','loggedin',1),(173,'admin','1','2025-04-26 20:14:49','','','102.0.9.88','loggedin',1),(174,'admin','1','2025-04-26 20:17:28','','','102.0.9.88','loggedin',1),(175,'admin','1','2025-04-26 20:18:40','','','102.0.9.88','loggedin',1),(176,'user','8','2025-04-26 20:31:42','2025-04-26 20:33:18','','102.0.9.88','loggedin',1),(177,'user','12','2025-04-26 20:40:55','2025-04-26 20:56:16','','102.0.9.88','loggedin',1),(178,'user','8','2025-04-26 20:57:42','2025-04-26 21:00:03','','102.0.9.88','loggedin',1),(179,'user','12','2025-04-26 20:59:29','2025-04-26 22:02:16','','102.0.9.88','loggedin',1),(180,'user','8','2025-04-26 22:02:21','2025-04-26 22:03:47','','102.0.9.88','loggedin',1),(181,'user','8','2025-04-26 22:03:58','2025-04-26 22:04:02','','102.0.9.88','loggedin',1),(182,'user','3','2025-04-26 22:18:28','','','102.0.9.88','loggedin',1),(183,'user','18','2025-04-26 22:23:56','2025-04-26 22:25:01','','102.0.9.88','loggedin',1),(184,'user','3','2025-04-26 22:31:16','2025-04-26 22:40:02','','102.0.9.88','loggedin',1),(185,'user','11','2025-04-26 22:41:47','','','102.0.9.88','loggedin',1),(186,'user','6','2025-04-26 22:50:23','2025-04-26 22:51:08','','102.0.9.88','loggedin',1),(187,'user','8','2025-04-27 07:42:01','2025-04-27 08:29:43','','102.0.9.88','loggedin',1),(188,'user','12','2025-04-27 08:30:24','','','102.0.9.88','loggedin',1),(189,'user','8','2025-04-27 08:50:25','2025-04-27 09:02:41','','102.0.9.88','loggedin',1),(190,'user','8','2025-04-27 09:02:55','2025-04-27 09:03:19','','102.0.9.88','loggedin',1),(191,'user','8','2025-04-27 09:05:53','2025-04-27 09:06:13','','102.0.9.88','loggedin',1),(192,'user','18','2025-04-27 09:35:52','2025-04-27 09:46:02','','102.0.9.88','loggedin',1),(193,'user','3','2025-04-27 09:46:10','','','102.0.9.88','loggedin',1),(194,'user','3','2025-04-27 09:52:20','','','102.0.9.88','loggedin',1),(195,'user','8','2025-04-27 10:42:43','','','102.0.9.88','loggedin',1),(196,'user','12','2025-04-27 10:55:48','','','102.0.9.88','loggedin',1),(197,'user','8','2025-04-27 11:30:31','2025-04-27 11:31:23','','102.0.9.88','loggedin',1),(198,'user','8','2025-04-27 11:32:34','2025-04-27 11:33:20','','102.0.9.88','loggedin',1),(199,'user','8','2025-04-27 11:47:40','2025-04-27 11:48:20','','102.0.9.88','loggedin',1),(200,'user','3','2025-04-27 12:14:40','','','102.0.9.88','loggedin',1),(201,'user','8','2025-04-27 12:37:05','2025-04-27 12:38:10','','102.0.9.88','loggedin',1),(202,'user','12','2025-04-27 12:38:20','2025-04-27 12:39:43','','102.0.9.88','loggedin',1),(203,'user','8','2025-04-27 12:39:48','2025-04-27 12:41:08','','102.0.9.88','loggedin',1),(204,'user','12','2025-04-27 12:41:23','2025-04-27 12:43:35','','102.0.9.88','loggedin',1),(205,'user','12','2025-04-27 12:46:22','','','102.0.9.88','loggedin',1),(206,'user','12','2025-04-27 13:06:11','2025-04-27 13:06:35','','102.0.9.88','loggedin',1),(207,'user','12','2025-04-27 13:07:01','2025-04-27 13:09:06','','102.0.9.88','loggedin',1),(208,'user','12','2025-04-27 13:09:40','2025-04-27 13:11:42','','102.0.9.88','loggedin',1),(209,'user','8','2025-04-27 13:10:44','2025-04-27 13:11:10','','102.0.9.88','loggedin',1),(210,'user','3','2025-04-27 13:13:39','2025-04-27 13:14:31','','102.0.9.88','loggedin',1),(211,'user','8','2025-04-27 13:21:32','2025-04-27 13:21:54','','102.0.9.88','loggedin',1),(212,'user','8','2025-04-27 13:25:53','2025-04-27 13:26:33','','102.0.9.88','loggedin',1),(213,'user','8','2025-04-27 13:27:10','','','102.0.9.88','loggedin',1),(214,'user','8','2025-04-27 13:33:26','2025-04-27 13:39:17','','102.0.9.88','loggedin',1),(215,'user','8','2025-04-27 13:39:21','2025-04-27 13:42:30','','102.0.9.88','loggedin',1),(216,'user','12','2025-04-27 13:40:46','2025-04-27 13:42:39','','102.0.9.88','loggedin',1),(217,'user','8','2025-04-27 13:43:58','','','102.0.9.88','loggedin',1),(218,'user','8','2025-04-27 13:50:02','2025-04-27 13:54:15','','102.0.9.88','loggedin',1),(219,'user','8','2025-04-27 14:00:44','2025-04-27 14:01:00','','102.0.9.88','loggedin',1),(220,'user','12','2025-04-27 14:03:57','2025-04-27 14:16:42','','102.0.9.88','loggedin',1),(221,'user','12','2025-04-27 14:16:53','2025-04-27 14:20:32','','102.0.9.88','loggedin',1),(222,'user','8','2025-04-27 14:18:59','2025-04-27 14:19:33','','102.0.9.88','loggedin',1),(223,'user','8','2025-04-27 14:20:37','2025-04-27 14:21:07','','102.0.9.88','loggedin',1),(224,'user','8','2025-04-27 14:24:54','2025-04-27 14:25:50','','102.0.9.88','loggedin',1),(225,'user','8','2025-04-27 14:27:57','2025-04-27 14:31:40','','102.0.9.88','loggedin',1),(226,'user','12','2025-04-27 14:28:56','2025-04-27 14:30:05','','102.0.9.88','loggedin',1),(227,'user','12','2025-04-27 14:31:55','2025-04-27 14:35:00','','102.0.9.88','loggedin',1),(228,'user','8','2025-04-27 14:45:39','2025-04-27 14:49:16','','102.0.9.88','loggedin',1),(229,'user','12','2025-04-27 14:52:48','','','102.0.9.88','loggedin',1),(230,'user','8','2025-04-27 14:55:16','2025-04-27 14:55:43','','102.0.9.88','loggedin',1),(231,'user','8','2025-04-27 14:56:53','2025-04-27 14:57:50','','102.0.9.88','loggedin',1),(232,'user','8','2025-04-27 15:06:29','2025-04-27 15:06:59','','102.0.9.88','loggedin',1),(233,'user','3','2025-04-27 15:17:52','2025-04-27 15:20:03','','102.0.9.88','loggedin',1),(234,'user','8','2025-04-27 15:18:12','','','102.0.9.88','loggedin',1),(235,'user','8','2025-04-27 15:20:08','2025-04-27 15:20:37','','102.0.9.88','loggedin',1),(236,'user','12','2025-04-27 15:22:40','2025-04-27 15:24:45','','102.0.9.88','loggedin',1),(237,'user','8','2025-04-27 15:24:50','2025-04-27 15:28:47','','102.0.9.88','loggedin',1),(238,'user','12','2025-04-27 15:28:54','','','102.0.9.88','loggedin',1),(239,'user','12','2025-04-27 15:40:53','2025-04-27 15:50:16','','102.0.9.88','loggedin',1),(240,'user','8','2025-04-27 15:50:21','2025-04-27 16:12:50','','102.0.9.88','loggedin',1),(241,'user','3','2025-04-27 15:53:29','','','102.0.9.88','loggedin',1),(242,'user','3','2025-04-27 15:53:52','2025-04-27 16:18:23','','102.0.9.88','loggedin',1),(243,'user','12','2025-04-27 16:13:00','2025-04-27 16:25:26','','102.0.9.88','loggedin',1),(244,'user','3','2025-04-27 16:18:35','2025-04-27 16:24:28','','102.0.9.88','loggedin',1),(245,'user','8','2025-04-27 16:25:32','','','102.0.9.88','loggedin',1),(246,'user','19','2025-04-27 16:25:37','2025-04-27 16:38:30','','102.0.9.88','loggedin',1),(247,'user','8','2025-04-27 16:28:49','2025-04-27 16:29:28','','102.0.9.88','loggedin',1),(248,'user','8','2025-04-27 16:34:28','2025-04-27 16:35:03','','102.0.9.88','loggedin',1),(249,'user','8','2025-04-27 16:38:43','2025-04-27 16:41:06','','102.0.9.88','loggedin',1),(250,'user','12','2025-04-27 16:44:36','2025-04-27 16:45:14','','102.0.9.88','loggedin',1),(251,'user','8','2025-04-27 16:58:07','','','102.0.9.88','loggedin',1),(252,'user','8','2025-04-27 17:04:07','2025-04-27 17:05:56','','102.0.9.88','loggedin',1),(253,'user','8','2025-04-27 17:09:28','','','102.0.9.88','loggedin',1),(254,'user','8','2025-04-27 17:21:49','2025-04-27 17:42:36','','102.0.9.88','loggedin',1),(255,'user','8','2025-04-27 18:39:27','','','102.0.9.88','loggedin',1),(256,'user','8','2025-04-27 18:40:37','','','102.0.9.88','loggedin',1),(257,'user','8','2025-04-27 18:41:09','2025-04-27 18:41:57','','102.0.9.88','loggedin',1),(258,'user','3','2025-04-27 18:42:09','2025-04-27 18:43:39','','102.0.9.88','loggedin',1),(259,'user','8','2025-04-27 18:43:45','2025-04-27 18:54:46','','102.0.9.88','loggedin',1),(260,'user','12','2025-04-27 18:55:24','2025-04-27 18:59:03','','102.0.9.88','loggedin',1),(261,'user','8','2025-04-27 18:56:17','','','102.0.9.88','loggedin',1),(262,'user','8','2025-04-27 18:59:09','2025-04-27 19:01:36','','102.0.9.88','loggedin',1),(263,'user','12','2025-04-27 19:01:54','','','102.0.9.88','loggedin',1),(264,'user','12','2025-04-27 19:09:15','2025-04-27 19:23:42','','102.0.9.88','loggedin',1),(265,'user','8','2025-04-27 19:25:09','2025-04-27 19:28:16','','102.0.9.88','loggedin',1),(266,'user','12','2025-04-27 19:28:28','2025-04-27 19:32:45','','102.0.9.88','loggedin',1),(267,'user','8','2025-04-27 19:39:37','','','102.0.9.88','loggedin',1),(268,'user','8','2025-04-27 19:44:15','2025-04-27 20:01:54','','102.0.9.88','loggedin',1),(269,'user','12','2025-04-27 20:02:28','2025-04-27 20:03:14','','102.0.9.88','loggedin',1),(270,'user','18','2025-04-27 20:20:27','','','102.0.9.88','loggedin',1),(271,'user','11','2025-04-27 20:25:25','','','102.0.9.88','loggedin',1),(272,'user','18','2025-04-27 20:33:06','','','102.0.9.88','loggedin',1),(273,'user','18','2025-04-27 20:39:19','','','102.0.9.88','loggedin',1),(274,'user','11','2025-04-27 20:45:29','','','102.0.9.88','loggedin',1),(275,'user','18','2025-04-27 20:48:06','','','102.0.9.88','loggedin',1),(276,'user','11','2025-04-27 20:49:43','','','102.0.9.88','loggedin',1),(277,'user','18','2025-04-27 20:51:03','','','102.0.9.88','loggedin',1),(278,'user','11','2025-04-27 20:52:33','','','102.0.9.88','loggedin',1),(279,'user','11','2025-04-27 20:52:56','','','102.0.9.88','loggedin',1),(280,'user','18','2025-04-27 20:58:18','2025-04-27 21:01:04','','102.0.9.88','loggedin',1),(281,'user','3','2025-04-27 21:01:09','2025-04-27 21:02:30','','102.0.9.88','loggedin',1),(282,'user','18','2025-04-27 21:02:39','','','102.0.9.88','loggedin',1),(283,'user','11','2025-04-27 21:13:35','','','102.0.9.88','loggedin',1),(284,'admin','1','2025-04-27 21:24:21','2025-04-27 21:28:59','','102.0.9.88','loggedin',1),(285,'admin','1','2025-04-27 21:32:05','2025-04-27 21:35:21','','102.0.9.88','loggedin',1),(286,'user','11','2025-04-27 22:08:26','','','102.0.9.88','loggedin',1),(287,'user','18','2025-04-28 08:01:41','','','102.0.9.88','loggedin',1),(288,'user','11','2025-04-28 08:04:39','2025-04-28 08:46:30','','102.0.9.88','loggedin',1),(289,'user','8','2025-04-28 08:46:35','2025-04-28 08:46:49','','102.0.9.88','loggedin',1),(290,'user','18','2025-04-28 09:03:53','','','102.0.9.88','loggedin',1),(291,'user','18','2025-04-28 09:05:17','2025-04-28 09:44:04','','102.0.9.88','loggedin',1),(292,'user','8','2025-04-28 09:44:09','2025-04-28 09:44:20','','102.0.9.88','loggedin',1),(293,'user','10','2025-04-28 09:44:32','','','102.0.9.88','loggedin',1),(294,'admin','1','2025-04-28 10:17:13','','','102.0.9.88','loggedin',1),(295,'admin','1','2025-04-28 10:31:55','','','102.0.9.88','loggedin',1),(296,'admin','1','2025-04-28 10:40:45','2025-04-28 10:42:22','','102.0.9.88','loggedin',1),(297,'user','8','2025-04-28 10:43:32','2025-04-28 10:46:13','','102.0.9.88','loggedin',1),(298,'user','18','2025-04-28 10:46:24','2025-04-28 10:46:45','','102.0.9.88','loggedin',1),(299,'user','10','2025-04-28 10:46:55','','','102.0.9.88','loggedin',1),(300,'user','18','2025-04-28 10:54:41','2025-04-28 11:05:18','','102.0.9.88','loggedin',1),(301,'user','3','2025-04-28 11:08:16','2025-04-28 11:10:00','','102.0.9.88','loggedin',1),(302,'user','10','2025-04-28 11:21:33','','','102.0.9.88','loggedin',1),(303,'user','18','2025-04-28 11:32:10','','','102.0.9.88','loggedin',1),(304,'user','4','2025-04-28 11:33:53','','','102.0.9.88','loggedin',1),(305,'user','18','2025-04-28 11:36:00','','','102.0.9.88','loggedin',1),(306,'user','18','2025-04-28 11:43:08','','','102.0.9.88','loggedin',1),(307,'admin','1','2025-04-28 12:26:17','','','102.0.9.88','loggedin',1),(308,'user','18','2025-04-28 12:26:48','','','102.0.9.88','loggedin',1),(309,'user','18','2025-04-28 12:28:49','','','102.0.9.88','loggedin',1),(310,'user','18','2025-04-28 12:38:03','','','102.0.9.88','loggedin',1),(311,'user','18','2025-04-28 13:09:16','','','102.0.9.88','loggedin',1),(312,'user','18','2025-04-28 13:10:04','','','102.0.9.88','loggedin',1),(313,'user','3','2025-04-28 13:55:31','2025-04-28 14:03:28','','102.0.9.88','loggedin',1),(314,'user','18','2025-04-28 13:58:27','','','102.0.9.88','loggedin',1),(315,'user','18','2025-04-28 14:07:54','2025-04-28 14:16:45','','102.0.9.88','loggedin',1),(316,'user','18','2025-04-28 14:18:33','','','102.0.9.88','loggedin',1),(317,'user','18','2025-04-28 14:22:51','2025-04-28 14:30:38','','102.0.9.88','loggedin',1),(318,'user','18','2025-04-28 14:31:10','','','102.0.9.88','loggedin',1),(319,'user','18','2025-04-28 14:40:47','','','102.0.9.88','loggedin',1),(320,'admin','1','2025-04-28 14:55:23','','','102.0.9.88','loggedin',1),(321,'admin','1','2025-04-28 14:59:22','2025-04-28 15:00:40','','102.0.9.88','loggedin',1),(322,'user','3','2025-04-28 15:02:33','','','102.0.9.88','loggedin',1),(323,'user','18','2025-04-28 15:11:23','','','102.0.9.88','loggedin',1),(324,'user','18','2025-04-28 15:16:18','','','102.0.9.88','loggedin',1),(325,'user','18','2025-04-28 16:02:18','','','102.0.9.88','loggedin',1),(326,'user','18','2025-04-28 16:03:30','','','102.0.9.88','loggedin',1),(327,'user','18','2025-04-28 16:14:21','','','102.0.9.88','loggedin',1),(328,'user','18','2025-04-28 16:15:00','','','102.0.9.88','loggedin',1),(329,'user','18','2025-04-28 16:43:18','','','102.0.9.88','loggedin',1),(330,'user','3','2025-04-28 17:15:52','','','102.0.9.88','loggedin',1),(331,'user','18','2025-04-28 17:24:36','','','102.0.9.88','loggedin',1),(332,'user','18','2025-04-28 17:33:41','','','102.0.9.88','loggedin',1),(333,'admin','1','2025-04-28 17:43:46','','','102.0.9.88','loggedin',1),(334,'user','3','2025-04-28 18:37:23','2025-04-28 18:38:23','','102.0.9.88','loggedin',1),(335,'user','18','2025-04-28 18:38:39','2025-04-28 19:10:29','','102.0.9.88','loggedin',1),(336,'user','8','2025-04-28 19:08:41','','','102.0.9.88','loggedin',1),(337,'user','8','2025-04-28 19:10:33','','','102.0.9.88','loggedin',1),(338,'user','18','2025-04-28 19:11:19','','','102.0.9.88','loggedin',1),(339,'user','18','2025-04-28 19:21:50','','','102.0.9.88','loggedin',1),(340,'user','8','2025-04-28 20:09:11','2025-04-28 20:16:50','','102.0.9.88','loggedin',1),(341,'admin','1','2025-04-28 20:17:52','','','102.0.9.88','loggedin',1),(342,'user','8','2025-04-28 20:18:27','','','102.0.9.88','loggedin',1),(343,'user','18','2025-04-28 20:20:40','2025-04-28 20:22:52','','102.0.9.88','loggedin',1),(344,'user','3','2025-04-28 20:23:01','2025-04-28 20:24:28','','102.0.9.88','loggedin',1),(345,'user','8','2025-04-28 20:23:23','','','102.0.9.88','loggedin',1),(346,'user','8','2025-04-28 20:23:53','2025-04-28 20:26:23','','102.0.9.88','loggedin',1),(347,'user','18','2025-04-28 20:24:37','','','102.0.9.88','loggedin',1),(348,'user','8','2025-04-28 20:26:28','2025-04-28 20:26:55','','102.0.9.88','loggedin',1),(349,'user','18','2025-04-28 20:30:39','','','102.0.9.88','loggedin',1),(350,'user','8','2025-04-28 20:36:48','','','102.0.9.88','loggedin',1),(351,'user','11','2025-04-28 20:44:35','','','102.0.9.88','loggedin',1),(352,'user','11','2025-04-28 20:45:10','','','102.0.9.88','loggedin',1),(353,'user','11','2025-04-28 20:46:48','','','102.0.9.88','loggedin',1),(354,'user','18','2025-04-28 20:49:06','','','102.0.9.88','loggedin',1),(355,'user','18','2025-04-28 20:49:52','','','102.0.9.88','loggedin',1),(356,'user','18','2025-04-28 20:57:01','','','102.0.9.88','loggedin',1),(357,'user','18','2025-04-28 21:02:48','','','102.0.9.88','loggedin',1),(358,'user','18','2025-04-28 21:11:38','','','102.0.9.88','loggedin',1),(359,'user','18','2025-04-28 21:32:22','','','102.0.9.88','loggedin',1),(360,'user','18','2025-04-28 21:33:05','','','102.0.9.88','loggedin',1),(361,'admin','1','2025-04-28 21:38:56','2025-04-28 21:43:50','','102.0.9.88','loggedin',1),(362,'user','18','2025-04-28 21:44:10','','','102.0.9.88','loggedin',1),(363,'user','11','2025-04-28 21:46:43','2025-04-28 21:49:56','','102.0.9.88','loggedin',1),(364,'admin','1','2025-04-28 21:48:30','','','102.0.9.88','loggedin',1),(365,'user','18','2025-04-28 21:50:01','','','102.0.9.88','loggedin',1),(366,'user','11','2025-04-28 21:51:49','','','102.0.9.88','loggedin',1),(367,'user','18','2025-04-28 22:00:25','','','102.0.9.88','loggedin',1),(368,'user','11','2025-04-28 22:00:58','','','102.0.9.88','loggedin',1),(369,'user','18','2025-04-28 22:07:02','','','102.0.9.88','loggedin',1),(370,'user','11','2025-04-29 07:57:57','','','102.0.9.88','loggedin',1),(371,'user','11','2025-04-29 07:59:30','','','102.0.9.88','loggedin',1),(372,'user','3','2025-04-29 08:05:23','2025-04-29 08:08:32','','102.0.9.88','loggedin',1),(373,'user','18','2025-04-29 08:09:32','2025-04-29 08:10:13','','102.0.9.88','loggedin',1),(374,'user','3','2025-04-29 08:10:19','2025-04-29 08:11:11','','102.0.9.88','loggedin',1),(375,'user','18','2025-04-29 08:11:23','2025-04-29 08:49:06','','102.0.9.88','loggedin',1),(376,'user','18','2025-04-29 08:49:13','','','102.0.9.88','loggedin',1),(377,'user','18','2025-04-29 09:19:25','','','102.0.9.88','loggedin',1),(378,'user','18','2025-04-29 09:22:52','','','102.0.9.88','loggedin',1),(379,'user','18','2025-04-29 09:31:06','','','102.0.9.88','loggedin',1),(380,'admin','1','2025-04-29 09:44:38','','','102.0.9.88','loggedin',1),(381,'admin','1','2025-04-29 10:01:35','','','102.0.9.88','loggedin',1),(382,'admin','1','2025-04-29 10:09:43','','','197.232.11.208','loggedin',1),(383,'user','18','2025-04-29 10:17:24','','','102.0.9.88','loggedin',1),(384,'user','18','2025-04-29 10:19:16','','','102.0.9.88','loggedin',1),(385,'user','18','2025-04-29 10:22:34','','','102.0.9.88','loggedin',1),(386,'user','18','2025-04-29 10:39:33','','','102.0.9.88','loggedin',1),(387,'user','3','2025-04-29 11:36:06','','','102.0.9.88','loggedin',1),(388,'user','18','2025-04-29 11:37:11','','','102.0.9.88','loggedin',1),(389,'user','18','2025-04-29 11:38:04','','','102.0.9.88','loggedin',1),(390,'user','18','2025-04-29 11:38:30','','','102.0.9.88','loggedin',1),(391,'user','18','2025-04-29 11:43:39','','','102.0.9.88','loggedin',1),(392,'user','18','2025-04-29 12:20:22','','','102.0.9.88','loggedin',1),(393,'user','18','2025-04-29 12:22:37','','','102.0.9.88','loggedin',1),(394,'user','18','2025-04-29 12:27:51','','','102.0.9.88','loggedin',1),(395,'user','18','2025-04-29 12:28:37','','','102.0.9.88','loggedin',1),(396,'user','18','2025-04-29 12:33:50','','','102.0.9.88','loggedin',1),(397,'user','18','2025-04-29 12:40:19','','','102.0.9.88','loggedin',1),(398,'user','18','2025-04-29 12:40:44','','','102.0.9.88','loggedin',1),(399,'user','18','2025-04-29 12:45:27','','','102.0.9.88','loggedin',1),(400,'user','18','2025-04-29 13:02:44','','','102.0.9.88','loggedin',1),(401,'user','18','2025-04-29 13:03:49','','','102.0.9.88','loggedin',1),(402,'user','18','2025-04-29 13:11:56','','','102.0.9.88','loggedin',1),(403,'admin','1','2025-04-29 13:18:35','2025-04-29 13:21:08','','102.0.9.88','loggedin',1),(404,'admin','1','2025-04-29 13:21:18','2025-04-29 13:22:23','','102.0.9.88','loggedin',1),(405,'user','18','2025-04-29 13:23:37','','','102.0.9.88','loggedin',1),(406,'user','18','2025-04-29 13:26:14','','','102.0.9.88','loggedin',1),(407,'admin','1','2025-04-29 13:31:34','','','102.0.9.88','loggedin',1),(408,'user','18','2025-04-29 13:32:05','','','102.0.9.88','loggedin',1),(409,'user','18','2025-04-29 13:33:03','','','102.0.9.88','loggedin',1),(410,'user','18','2025-04-29 13:35:24','','','102.0.9.88','loggedin',1),(411,'user','18','2025-04-29 13:38:59','','','102.0.9.88','loggedin',1),(412,'user','18','2025-04-29 13:43:56','','','102.0.9.88','loggedin',1),(413,'user','18','2025-04-29 13:48:04','','','102.0.9.88','loggedin',1),(414,'user','18','2025-04-29 14:06:34','','','102.0.9.88','loggedin',1),(415,'user','3','2025-04-29 14:07:26','','','102.0.9.88','loggedin',1),(416,'user','18','2025-04-29 14:10:45','','','102.0.9.88','loggedin',1),(417,'user','18','2025-04-29 14:12:49','','','102.0.9.88','loggedin',1),(418,'user','3','2025-04-29 14:16:11','2025-04-29 14:18:33','','102.0.9.88','loggedin',1),(419,'user','18','2025-04-29 14:16:39','','','102.0.9.88','loggedin',1),(420,'user','20','2025-04-29 14:18:39','','','102.0.9.88','loggedin',1),(421,'user','3','2025-04-29 14:20:44','','','102.0.9.88','loggedin',1),(422,'user','18','2025-04-29 14:33:30','','','102.0.9.88','loggedin',1),(423,'user','20','2025-04-29 14:47:36','','','102.0.9.88','loggedin',1),(424,'user','18','2025-04-29 14:52:44','','','102.0.9.88','loggedin',1),(425,'user','20','2025-04-29 14:56:32','2025-04-29 14:57:01','','102.0.9.88','loggedin',1),(426,'user','3','2025-04-29 14:57:05','2025-04-29 15:02:01','','102.0.9.88','loggedin',1),(427,'user','20','2025-04-29 15:02:07','2025-04-29 15:03:09','','102.0.9.88','loggedin',1),(428,'user','18','2025-04-29 15:03:21','','','102.0.9.88','loggedin',1),(429,'user','18','2025-04-29 15:12:19','','','102.0.9.88','loggedin',1),(430,'user','18','2025-04-29 15:15:51','','','102.0.9.88','loggedin',1),(431,'admin','1','2025-04-29 15:28:55','','','41.81.191.220','loggedin',1),(432,'user','18','2025-04-29 15:38:37','','','102.0.9.88','loggedin',1),(433,'user','18','2025-04-29 15:39:14','','','102.0.9.88','loggedin',1),(434,'user','18','2025-04-29 15:47:15','','','102.0.9.88','loggedin',1),(435,'user','18','2025-04-29 16:01:00','','','102.0.9.88','loggedin',1),(436,'user','18','2025-04-29 16:02:37','','','102.0.9.88','loggedin',1),(437,'admin','1','2025-04-29 16:18:12','','','102.0.9.88','loggedin',1),(438,'user','18','2025-04-29 16:47:54','','','102.0.9.88','loggedin',1),(439,'user','18','2025-04-29 16:49:34','','','102.0.9.88','loggedin',1),(440,'user','18','2025-04-29 16:50:46','','','102.0.9.88','loggedin',1),(441,'user','18','2025-04-29 16:55:49','','','102.0.9.88','loggedin',1),(442,'user','18','2025-04-29 17:05:27','','','102.0.9.88','loggedin',1),(443,'user','18','2025-04-29 17:09:34','','','102.0.9.88','loggedin',1),(444,'user','18','2025-04-29 17:14:40','','','102.0.9.88','loggedin',1),(445,'user','20','2025-04-29 17:16:39','2025-04-29 17:17:39','','102.0.9.88','loggedin',1),(446,'user','3','2025-04-29 17:17:49','2025-04-29 17:21:00','','102.0.9.88','loggedin',1),(447,'user','18','2025-04-29 17:18:35','','','102.0.9.88','loggedin',1),(448,'user','21','2025-04-29 17:21:06','2025-04-29 17:21:52','','102.0.9.88','loggedin',1),(449,'user','3','2025-04-29 17:22:06','2025-04-29 17:26:33','','102.0.9.88','loggedin',1),(450,'user','18','2025-04-29 17:26:10','','','102.0.9.88','loggedin',1),(451,'user','21','2025-04-29 17:26:50','','','102.0.9.88','loggedin',1),(452,'user','18','2025-04-29 17:27:35','','','102.0.9.88','loggedin',1),(453,'user','18','2025-04-29 17:50:23','','','102.0.9.88','loggedin',1),(454,'user','18','2025-04-29 17:52:19','','','102.0.9.88','loggedin',1),(455,'admin','1','2025-04-29 17:52:23','','','105.161.39.147','loggedin',1),(456,'user','18','2025-04-29 18:00:52','','','102.0.9.88','loggedin',1),(457,'admin','1','2025-04-29 18:18:18','2025-04-29 18:26:12','','102.0.9.88','loggedin',1),(458,'admin','1','2025-04-29 18:26:41','2025-04-29 18:27:32','','102.0.9.88','loggedin',1),(459,'user','18','2025-04-29 18:28:20','','','102.0.9.88','loggedin',1),(460,'user','18','2025-04-29 18:29:28','','','102.0.9.88','loggedin',1),(461,'user','18','2025-04-29 18:44:24','','','102.0.9.88','loggedin',1),(462,'user','18','2025-04-29 18:53:21','','','102.0.9.88','loggedin',1),(463,'user','18','2025-04-29 18:56:52','','','102.0.9.88','loggedin',1),(464,'user','18','2025-04-29 18:59:24','','','102.0.9.88','loggedin',1),(465,'user','18','2025-04-29 19:01:19','','','102.0.9.88','loggedin',1),(466,'user','18','2025-04-29 19:08:58','','','102.0.9.88','loggedin',1),(467,'user','18','2025-04-29 19:10:24','','','102.0.9.88','loggedin',1),(468,'user','18','2025-04-29 19:12:14','','','102.0.9.88','loggedin',1),(469,'admin','1','2025-04-29 19:19:23','','','102.0.9.88','loggedin',1),(470,'admin','1','2025-04-29 19:19:30','','','102.0.9.88','loggedin',1),(471,'user','18','2025-04-29 19:24:10','','','102.0.9.88','loggedin',1),(472,'user','18','2025-04-29 19:25:41','','','102.0.9.88','loggedin',1),(473,'admin','1','2025-04-29 19:26:15','2025-04-29 21:28:46','','102.0.9.88','loggedin',1),(474,'user','18','2025-04-29 19:49:32','','','102.0.9.88','loggedin',1),(475,'user','18','2025-04-29 19:52:32','','','102.0.9.88','loggedin',1),(476,'user','11','2025-04-29 19:57:35','','','102.0.9.88','loggedin',1),(477,'user','11','2025-04-29 19:58:21','','','102.0.9.88','loggedin',1),(478,'user','18','2025-04-29 20:02:14','','','102.0.9.88','loggedin',1),(479,'user','11','2025-04-29 20:08:17','','','102.0.9.88','loggedin',1),(480,'user','18','2025-04-29 20:09:19','','','102.0.9.88','loggedin',1),(481,'user','18','2025-04-29 20:25:12','','','102.0.9.88','loggedin',1),(482,'user','18','2025-04-29 20:26:35','','','102.0.9.88','loggedin',1),(483,'user','18','2025-04-29 20:27:09','','','102.0.9.88','loggedin',1),(484,'user','11','2025-04-29 20:29:57','2025-04-29 20:30:50','','102.0.9.88','loggedin',1),(485,'user','18','2025-04-29 20:30:57','','','102.0.9.88','loggedin',1),(486,'user','11','2025-04-29 20:31:39','','','102.0.9.88','loggedin',1),(487,'user','11','2025-04-29 20:32:00','','','102.0.9.88','loggedin',1),(488,'user','11','2025-04-29 20:32:18','','','102.0.9.88','loggedin',1),(489,'user','11','2025-04-29 20:34:12','','','102.0.9.88','loggedin',1),(490,'user','11','2025-04-29 20:43:41','','','102.0.9.88','loggedin',1),(491,'user','11','2025-04-29 20:56:19','','','102.0.9.88','loggedin',1),(492,'user','10','2025-04-29 21:16:11','','','102.0.9.88','loggedin',1),(493,'admin','1','2025-04-29 21:28:52','','','102.0.9.88','loggedin',1),(494,'admin','1','2025-04-29 21:41:45','2025-04-29 21:42:24','','102.0.9.88','loggedin',1),(495,'admin','1','2025-04-29 22:43:06','2025-04-29 22:44:41','','196.96.16.38','loggedin',1),(496,'user','11','2025-04-29 22:47:24','','','102.0.9.88','loggedin',1),(497,'user','11','2025-04-29 22:49:47','','','102.0.9.88','loggedin',1),(498,'user','11','2025-04-30 00:11:32','','','102.0.9.88','loggedin',1),(499,'user','11','2025-04-30 00:15:51','','','102.0.9.88','loggedin',1),(500,'user','11','2025-04-30 00:18:31','','','102.0.9.88','loggedin',1),(501,'user','10','2025-04-30 00:31:47','2025-04-30 00:32:18','','102.0.9.88','loggedin',1),(502,'user','11','2025-04-30 00:32:30','','','102.0.9.88','loggedin',1),(503,'user','10','2025-04-30 00:44:10','2025-04-30 00:45:54','','102.0.9.88','loggedin',1),(504,'user','11','2025-04-30 00:54:13','','','102.0.9.88','loggedin',1),(505,'user','11','2025-04-30 01:03:10','','','102.0.9.88','loggedin',1),(506,'user','11','2025-04-30 04:40:52','','','102.0.9.88','loggedin',1),(507,'user','3','2025-04-30 08:35:38','','','102.0.9.88','loggedin',1),(508,'user','3','2025-04-30 08:46:22','2025-04-30 09:03:39','','102.0.9.88','loggedin',1),(509,'user','18','2025-04-30 09:03:47','','','102.0.9.88','loggedin',1),(510,'user','18','2025-04-30 09:04:57','2025-04-30 09:13:40','','102.0.9.88','loggedin',1),(511,'user','21','2025-04-30 09:13:49','2025-04-30 09:14:34','','102.0.9.88','loggedin',1),(512,'user','3','2025-04-30 09:14:42','2025-04-30 09:21:21','','102.0.9.88','loggedin',1),(513,'user','21','2025-04-30 09:21:27','2025-04-30 09:22:21','','102.0.9.88','loggedin',1),(514,'user','3','2025-04-30 09:22:28','2025-04-30 09:33:14','','102.0.9.88','loggedin',1),(515,'user','21','2025-04-30 09:33:19','','','102.0.9.88','loggedin',1),(516,'user','18','2025-04-30 09:39:06','','','102.0.9.88','loggedin',1),(517,'user','18','2025-04-30 09:42:31','','','102.0.9.88','loggedin',1),(518,'user','18','2025-04-30 09:43:30','','','102.0.9.88','loggedin',1),(519,'user','18','2025-04-30 09:59:48','2025-04-30 10:07:21','','102.0.9.88','loggedin',1),(520,'user','21','2025-04-30 10:07:40','2025-04-30 10:08:36','','102.0.9.88','loggedin',1),(521,'user','21','2025-04-30 10:13:51','','','102.0.9.88','loggedin',1),(522,'user','21','2025-04-30 10:14:23','','','102.0.9.88','loggedin',1),(523,'user','18','2025-04-30 10:35:03','','','102.0.9.88','loggedin',1),(524,'user','18','2025-04-30 10:35:35','','','102.0.9.88','loggedin',1),(525,'user','18','2025-04-30 10:37:31','','','102.0.9.88','loggedin',1),(526,'user','21','2025-04-30 10:41:42','2025-04-30 10:42:42','','102.0.9.88','loggedin',1),(527,'user','18','2025-04-30 10:42:50','','','102.0.9.88','loggedin',1),(528,'user','18','2025-04-30 10:43:54','','','102.0.9.88','loggedin',1),(529,'user','18','2025-04-30 10:44:57','2025-04-30 10:46:33','','102.0.9.88','loggedin',1),(530,'user','21','2025-04-30 10:46:39','','','102.0.9.88','loggedin',1),(531,'user','18','2025-04-30 10:48:50','','','102.0.9.88','loggedin',1),(532,'user','3','2025-04-30 10:48:54','2025-04-30 10:49:03','','102.0.9.88','loggedin',1),(533,'admin','1','2025-04-30 10:49:13','','','102.0.9.88','loggedin',1),(534,'user','18','2025-04-30 10:49:44','','','102.0.9.88','loggedin',1),(535,'user','18','2025-04-30 10:52:13','','','102.0.9.88','loggedin',1),(536,'user','18','2025-04-30 10:53:00','','','102.0.9.88','loggedin',1),(537,'user','18','2025-04-30 11:02:33','','','102.0.9.88','loggedin',1),(538,'admin','1','2025-04-30 11:02:36','','','102.0.9.88','loggedin',1),(539,'user','18','2025-04-30 11:08:01','','','102.0.9.88','loggedin',1),(540,'user','21','2025-04-30 11:10:09','','','102.0.9.88','loggedin',1),(541,'user','21','2025-04-30 11:11:44','','','102.0.9.88','loggedin',1),(542,'user','18','2025-04-30 11:13:08','','','102.0.9.88','loggedin',1),(543,'user','18','2025-04-30 11:23:48','','','102.0.9.88','loggedin',1),(544,'user','18','2025-04-30 11:24:29','','','102.0.9.88','loggedin',1),(545,'admin','1','2025-04-30 11:28:24','','','102.0.9.88','loggedin',1),(546,'admin','1','2025-04-30 11:36:46','','','102.0.9.88','loggedin',1),(547,'admin','1','2025-04-30 11:40:10','','','102.0.9.88','loggedin',1),(548,'admin','1','2025-04-30 11:45:20','','','102.0.9.88','loggedin',1),(549,'admin','1','2025-04-30 11:50:26','','','102.0.9.88','loggedin',1),(550,'admin','1','2025-04-30 11:51:36','','','102.0.9.88','loggedin',1),(551,'admin','1','2025-04-30 11:52:14','2025-04-30 12:03:02','','102.0.9.88','loggedin',1),(552,'user','18','2025-04-30 11:56:51','','','102.0.9.88','loggedin',1),(553,'user','18','2025-04-30 11:57:53','','','102.0.9.88','loggedin',1),(554,'user','18','2025-04-30 11:59:16','','','102.0.9.88','loggedin',1),(555,'user','18','2025-04-30 12:01:40','','','102.0.9.88','loggedin',1),(556,'user','21','2025-04-30 12:05:19','','','102.0.9.88','loggedin',1),(557,'user','21','2025-04-30 12:06:40','','','102.0.9.88','loggedin',1),(558,'user','21','2025-04-30 12:08:05','','','102.0.9.88','loggedin',1),(559,'user','3','2025-04-30 12:14:32','','','102.0.9.88','loggedin',1),(560,'user','3','2025-04-30 12:16:30','','','102.0.9.88','loggedin',1),(561,'user','3','2025-04-30 12:17:44','','','102.0.9.88','loggedin',1),(562,'user','3','2025-04-30 12:18:35','','','102.0.9.88','loggedin',1),(563,'user','3','2025-04-30 12:19:56','','','102.0.9.88','loggedin',1),(564,'user','3','2025-04-30 12:20:29','','','102.0.9.88','loggedin',1),(565,'user','21','2025-04-30 12:21:09','','','102.0.9.88','loggedin',1),(566,'user','12','2025-04-30 12:22:59','2025-04-30 12:23:17','','102.0.9.88','loggedin',1),(567,'user','18','2025-04-30 12:24:20','','','102.0.9.88','loggedin',1),(568,'admin','1','2025-04-30 12:25:17','','','102.0.9.88','loggedin',1),(569,'user','18','2025-04-30 12:36:31','','','102.0.9.88','loggedin',1),(570,'user','18','2025-04-30 12:37:13','','','102.0.9.88','loggedin',1),(571,'admin','1','2025-04-30 12:39:09','','','102.0.9.88','loggedin',1),(572,'user','21','2025-04-30 12:43:43','','','102.0.9.88','loggedin',1),(573,'user','21','2025-04-30 12:44:33','2025-04-30 12:49:24','','102.0.9.88','loggedin',1),(574,'user','18','2025-04-30 12:54:27','','','102.0.9.88','loggedin',1),(575,'user','18','2025-04-30 12:55:47','','','102.0.9.88','loggedin',1),(576,'admin','1','2025-04-30 13:00:13','','','102.0.9.88','loggedin',1),(577,'user','18','2025-04-30 13:09:42','','','102.0.9.88','loggedin',1),(578,'user','18','2025-04-30 13:14:50','','','102.0.9.88','loggedin',1),(579,'user','18','2025-04-30 13:24:17','2025-04-30 13:26:38','','102.0.9.88','loggedin',1),(580,'user','18','2025-04-30 13:32:13','','','102.0.9.88','loggedin',1),(581,'user','21','2025-04-30 13:34:10','','','102.0.9.88','loggedin',1),(582,'user','18','2025-04-30 13:35:22','','','102.0.9.88','loggedin',1),(583,'user','21','2025-04-30 13:38:43','','','102.0.9.88','loggedin',1),(584,'user','21','2025-04-30 13:41:10','','','102.0.9.88','loggedin',1),(585,'user','18','2025-04-30 13:46:26','2025-04-30 13:47:02','','102.0.9.88','loggedin',1),(586,'user','18','2025-04-30 13:47:11','2025-04-30 13:48:00','','102.0.9.88','loggedin',1),(587,'user','18','2025-04-30 13:48:06','2025-04-30 13:48:43','','102.0.9.88','loggedin',1),(588,'user','3','2025-04-30 13:48:51','2025-04-30 13:50:50','','102.0.9.88','loggedin',1),(589,'user','21','2025-04-30 13:50:54','','','102.0.9.88','loggedin',1),(590,'user','3','2025-04-30 13:53:36','2025-04-30 13:54:10','','102.0.9.88','loggedin',1),(591,'user','21','2025-04-30 13:54:16','2025-04-30 13:54:56','','102.0.9.88','loggedin',1),(592,'user','3','2025-04-30 13:55:03','2025-04-30 14:00:43','','102.0.9.88','loggedin',1),(593,'user','3','2025-04-30 14:00:56','2025-04-30 14:01:43','','102.0.9.88','loggedin',1),(594,'user','21','2025-04-30 14:02:06','2025-04-30 14:03:36','','102.0.9.88','loggedin',1),(595,'user','21','2025-04-30 14:04:18','2025-04-30 14:05:26','','102.0.9.88','loggedin',1),(596,'user','18','2025-04-30 14:06:24','','','102.0.9.88','loggedin',1),(597,'user','21','2025-04-30 14:09:17','','','102.0.9.88','loggedin',1),(598,'user','18','2025-04-30 14:12:59','2025-04-30 14:14:00','','102.0.9.88','loggedin',1),(599,'user','3','2025-04-30 14:14:08','2025-04-30 14:15:10','','102.0.9.88','loggedin',1),(600,'user','21','2025-04-30 14:15:26','2025-04-30 14:15:43','','102.0.9.88','loggedin',1),(601,'user','18','2025-04-30 14:16:32','','','102.0.9.88','loggedin',1),(602,'user','18','2025-04-30 14:17:03','','','102.0.9.88','loggedin',1),(603,'user','18','2025-04-30 14:20:20','','','102.0.9.88','loggedin',1),(604,'user','18','2025-04-30 14:24:14','','','102.0.9.88','loggedin',1),(605,'user','21','2025-04-30 14:38:04','','','102.0.9.88','loggedin',1),(606,'user','21','2025-04-30 14:39:49','2025-04-30 14:40:37','','102.0.9.88','loggedin',1),(607,'user','3','2025-04-30 14:40:45','2025-04-30 14:43:18','','102.0.9.88','loggedin',1),(608,'user','21','2025-04-30 14:43:23','2025-04-30 14:43:54','','102.0.9.88','loggedin',1),(609,'user','3','2025-04-30 14:44:00','2025-04-30 14:46:58','','102.0.9.88','loggedin',1),(610,'admin','1','2025-04-30 14:46:06','','','102.0.9.88','loggedin',1),(611,'user','3','2025-04-30 14:47:05','2025-04-30 14:47:17','','102.0.9.88','loggedin',1),(612,'user','21','2025-04-30 14:47:25','','','102.0.9.88','loggedin',1),(613,'user','21','2025-04-30 14:48:30','2025-04-30 14:48:48','','102.0.9.88','loggedin',1),(614,'user','21','2025-04-30 14:50:24','2025-04-30 14:50:36','','102.0.9.88','loggedin',1),(615,'user','18','2025-04-30 14:54:09','','','102.0.9.88','loggedin',1),(616,'user','18','2025-04-30 14:54:54','','','102.0.9.88','loggedin',1),(617,'user','3','2025-04-30 15:58:46','2025-04-30 16:01:10','','102.0.9.88','loggedin',1),(618,'user','3','2025-04-30 16:01:36','2025-04-30 16:01:50','','102.0.9.88','loggedin',1),(619,'user','18','2025-04-30 16:03:37','','','102.0.9.88','loggedin',1),(620,'user','18','2025-04-30 16:06:08','','','102.0.9.88','loggedin',1),(621,'user','18','2025-04-30 16:10:52','','','102.0.9.88','loggedin',1),(622,'user','18','2025-04-30 16:11:40','','','102.0.9.88','loggedin',1),(623,'user','18','2025-04-30 16:15:27','','','102.0.9.88','loggedin',1),(624,'user','18','2025-04-30 16:16:03','','','102.0.9.88','loggedin',1),(625,'user','18','2025-04-30 16:19:37','','','102.0.9.88','loggedin',1),(626,'user','18','2025-04-30 16:22:37','2025-04-30 16:26:29','','102.0.9.88','loggedin',1),(627,'user','21','2025-04-30 16:37:00','','','102.0.9.88','loggedin',1),(628,'user','21','2025-04-30 16:40:19','2025-04-30 16:41:27','','102.0.9.88','loggedin',1),(629,'user','21','2025-04-30 16:47:15','','','102.0.9.88','loggedin',1),(630,'user','21','2025-04-30 16:48:52','','','102.0.9.88','loggedin',1),(631,'user','18','2025-04-30 17:11:25','2025-04-30 17:12:04','','102.0.9.88','loggedin',1),(632,'user','18','2025-04-30 17:31:02','','','102.0.9.88','loggedin',1),(633,'user','18','2025-04-30 17:34:23','','','102.0.9.88','loggedin',1),(634,'user','21','2025-04-30 17:41:40','2025-04-30 17:46:12','','102.0.9.88','loggedin',1),(635,'user','18','2025-04-30 17:46:26','','','102.0.9.88','loggedin',1),(636,'user','18','2025-04-30 17:57:35','','','102.0.9.88','loggedin',1),(637,'user','21','2025-04-30 18:07:17','','','102.0.9.88','loggedin',1),(638,'user','3','2025-04-30 18:12:03','2025-04-30 18:13:22','','102.0.9.88','loggedin',1),(639,'user','21','2025-04-30 18:13:29','2025-04-30 18:22:29','','102.0.9.88','loggedin',1),(640,'user','18','2025-04-30 18:22:36','','','102.0.9.88','loggedin',1),(641,'user','21','2025-04-30 18:33:32','','','102.0.9.88','loggedin',1),(642,'user','21','2025-04-30 18:54:31','2025-04-30 18:58:28','','102.0.9.88','loggedin',1),(643,'user','18','2025-04-30 18:58:35','2025-04-30 18:59:29','','102.0.9.88','loggedin',1),(644,'user','21','2025-04-30 18:59:47','2025-04-30 19:02:06','','102.0.9.88','loggedin',1),(645,'user','18','2025-04-30 19:02:16','','','102.0.9.88','loggedin',1),(646,'user','21','2025-04-30 19:03:47','','','102.0.9.88','loggedin',1),(647,'user','21','2025-04-30 19:12:52','','','102.0.9.88','loggedin',1),(648,'user','21','2025-04-30 19:15:11','2025-04-30 19:15:43','','102.0.9.88','loggedin',1),(649,'user','18','2025-04-30 19:15:49','','','102.0.9.88','loggedin',1),(650,'user','18','2025-04-30 19:18:46','','','102.0.9.88','loggedin',1),(651,'user','18','2025-04-30 19:27:52','','','102.0.9.88','loggedin',1),(652,'user','18','2025-04-30 19:28:23','','','102.0.9.88','loggedin',1),(653,'user','18','2025-04-30 19:31:20','','','102.0.9.88','loggedin',1),(654,'user','18','2025-04-30 19:33:08','','','102.0.9.88','loggedin',1),(655,'user','18','2025-04-30 19:37:25','','','102.0.9.88','loggedin',1),(656,'user','18','2025-04-30 19:46:56','','','102.0.9.88','loggedin',1),(657,'user','18','2025-04-30 19:50:29','','','102.0.9.88','loggedin',1),(658,'user','18','2025-04-30 19:53:40','','','102.0.9.88','loggedin',1),(659,'user','18','2025-04-30 19:54:28','','','102.0.9.88','loggedin',1),(660,'user','18','2025-04-30 20:03:16','','','102.0.9.88','loggedin',1),(661,'user','18','2025-04-30 20:11:40','','','102.0.9.88','loggedin',1),(662,'user','18','2025-04-30 20:12:30','2025-04-30 20:21:16','','102.0.9.88','loggedin',1),(663,'user','18','2025-04-30 20:23:23','','','102.0.9.88','loggedin',1),(664,'user','18','2025-04-30 20:24:06','','','102.0.9.88','loggedin',1),(665,'user','18','2025-04-30 20:24:47','','','102.0.9.88','loggedin',1),(666,'user','11','2025-04-30 20:32:03','','','102.0.9.88','loggedin',1),(667,'user','11','2025-04-30 20:32:36','','','102.0.9.88','loggedin',1),(668,'user','18','2025-04-30 20:39:21','2025-04-30 20:45:50','','102.0.9.88','loggedin',1),(669,'user','3','2025-04-30 20:46:00','2025-04-30 20:46:36','','102.0.9.88','loggedin',1),(670,'user','18','2025-04-30 20:46:43','','','102.0.9.88','loggedin',1),(671,'user','18','2025-04-30 20:47:11','','','102.0.9.88','loggedin',1),(672,'user','11','2025-04-30 20:48:21','','','102.0.9.88','loggedin',1),(673,'user','11','2025-04-30 20:51:21','','','102.0.9.88','loggedin',1),(674,'user','18','2025-04-30 20:51:34','2025-04-30 20:52:02','','102.0.9.88','loggedin',1),(675,'user','21','2025-04-30 20:52:07','','','102.0.9.88','loggedin',1),(676,'user','21','2025-04-30 20:52:38','','','102.0.9.88','loggedin',1),(677,'user','21','2025-04-30 20:54:36','','','102.0.9.88','loggedin',1),(678,'user','11','2025-04-30 20:56:10','','','102.0.9.88','loggedin',1),(679,'user','18','2025-04-30 20:58:22','','','102.0.9.88','loggedin',1),(680,'user','18','2025-04-30 20:58:46','','','102.0.9.88','loggedin',1),(681,'user','18','2025-04-30 20:59:19','2025-04-30 21:01:04','','102.0.9.88','loggedin',1),(682,'user','21','2025-04-30 21:01:07','2025-04-30 21:01:22','','102.0.9.88','loggedin',1),(683,'user','11','2025-04-30 21:03:28','2025-04-30 21:05:38','','102.0.9.88','loggedin',1),(684,'user','21','2025-04-30 21:05:41','','','102.0.9.88','loggedin',1),(685,'user','21','2025-04-30 21:06:17','2025-04-30 21:08:27','','102.0.9.88','loggedin',1),(686,'user','18','2025-04-30 21:08:32','','','102.0.9.88','loggedin',1),(687,'user','8','2025-04-30 21:11:42','2025-04-30 21:11:49','','102.0.9.88','loggedin',1),(688,'user','21','2025-04-30 21:11:58','','','102.0.9.88','loggedin',1),(689,'user','21','2025-04-30 21:12:17','','','102.0.9.88','loggedin',1),(690,'user','11','2025-04-30 21:13:45','','','102.0.9.88','loggedin',1),(691,'user','18','2025-04-30 21:14:32','2025-04-30 21:15:06','','102.0.9.88','loggedin',1),(692,'user','11','2025-04-30 21:18:39','','','102.0.9.88','loggedin',1),(693,'user','11','2025-04-30 21:23:01','','','102.0.9.88','loggedin',1),(694,'user','11','2025-04-30 21:24:34','','','102.0.9.88','loggedin',1),(695,'user','11','2025-04-30 21:26:53','2025-04-30 21:28:29','','102.0.9.88','loggedin',1),(696,'user','18','2025-04-30 21:30:30','','','102.0.9.88','loggedin',1),(697,'user','11','2025-04-30 21:33:11','','','102.0.9.88','loggedin',1),(698,'user','21','2025-04-30 21:35:33','','','102.0.9.88','loggedin',1),(699,'user','21','2025-04-30 21:36:26','','','102.0.9.88','loggedin',1),(700,'user','11','2025-04-30 21:37:24','','','102.0.9.88','loggedin',1),(701,'user','11','2025-04-30 21:40:55','','','102.0.9.88','loggedin',1),(702,'user','11','2025-04-30 21:42:09','','','102.0.9.88','loggedin',1),(703,'user','11','2025-04-30 21:49:07','','','102.0.9.88','loggedin',1),(704,'user','3','2025-04-30 21:50:33','','','102.0.9.88','loggedin',1),(705,'user','3','2025-04-30 21:52:32','','','102.0.9.88','loggedin',1),(706,'user','11','2025-04-30 21:54:54','','','102.0.9.88','loggedin',1),(707,'user','11','2025-04-30 21:58:07','','','102.0.9.88','loggedin',1),(708,'user','11','2025-04-30 21:59:40','','','102.0.9.88','loggedin',1),(709,'user','11','2025-04-30 22:02:22','2025-04-30 22:05:49','','102.0.9.88','loggedin',1),(710,'user','3','2025-04-30 22:06:10','2025-04-30 22:07:11','','102.0.9.88','loggedin',1),(711,'user','11','2025-04-30 22:07:25','','','102.0.9.88','loggedin',1),(712,'user','11','2025-04-30 22:15:50','','','102.0.9.88','loggedin',1),(713,'user','18','2025-04-30 22:17:02','','','102.0.9.88','loggedin',1),(714,'user','18','2025-04-30 22:18:30','','','102.0.9.88','loggedin',1),(715,'user','18','2025-04-30 22:19:18','','','102.0.9.88','loggedin',1),(716,'user','21','2025-04-30 22:20:31','2025-04-30 22:20:53','','102.0.9.88','loggedin',1),(717,'user','11','2025-04-30 22:21:17','','','102.0.9.88','loggedin',1),(718,'admin','1','2025-04-30 22:22:21','','','102.0.9.88','loggedin',1),(719,'user','11','2025-04-30 22:23:08','','','102.0.9.88','loggedin',1),(720,'user','11','2025-04-30 22:32:42','','','102.0.9.88','loggedin',1),(721,'user','11','2025-04-30 22:37:37','','','102.0.9.88','loggedin',1),(722,'user','11','2025-04-30 22:43:33','','','102.0.9.88','loggedin',1),(723,'user','10','2025-04-30 22:49:37','','','102.0.9.88','loggedin',1),(724,'user','10','2025-04-30 22:52:40','','','102.0.9.88','loggedin',1),(725,'user','10','2025-04-30 22:54:45','','','102.0.9.88','loggedin',1),(726,'user','10','2025-04-30 22:56:30','2025-04-30 23:04:23','','102.0.9.88','loggedin',1),(727,'user','3','2025-04-30 23:04:38','2025-04-30 23:09:03','','102.0.9.88','loggedin',1),(728,'user','10','2025-04-30 23:09:37','','','102.0.9.88','loggedin',1),(729,'user','10','2025-04-30 23:12:49','','','102.0.9.88','loggedin',1),(730,'user','11','2025-05-01 07:07:58','','','102.0.9.88','loggedin',1),(731,'user','11','2025-05-01 07:34:02','','','102.0.9.88','loggedin',1),(732,'user','11','2025-05-01 07:35:51','2025-05-01 08:17:09','','102.0.9.88','loggedin',1),(733,'user','3','2025-05-01 08:00:58','','','102.0.9.88','loggedin',1),(734,'user','18','2025-05-01 08:17:14','2025-05-01 08:20:57','','102.0.9.88','loggedin',1),(735,'user','10','2025-05-01 08:21:06','','','102.0.9.88','loggedin',1),(736,'user','21','2025-05-01 08:54:32','','','102.0.9.88','loggedin',1),(737,'user','21','2025-05-01 08:54:46','','','102.0.9.88','loggedin',1),(738,'user','21','2025-05-01 08:55:11','2025-05-01 08:56:00','','102.0.9.88','loggedin',1),(739,'user','21','2025-05-01 09:07:56','','','102.0.9.88','loggedin',1),(740,'user','21','2025-05-01 09:08:33','2025-05-01 09:09:03','','102.0.9.88','loggedin',1),(741,'user','21','2025-05-01 09:12:01','','','102.0.9.88','loggedin',1),(742,'user','21','2025-05-01 09:16:38','','','102.0.9.88','loggedin',1),(743,'user','21','2025-05-01 09:17:36','','','102.0.9.88','loggedin',1),(744,'user','21','2025-05-01 09:17:55','','','102.0.9.88','loggedin',1),(745,'user','21','2025-05-01 09:18:14','','','102.0.9.88','loggedin',1),(746,'user','21','2025-05-01 09:19:28','2025-05-01 09:22:39','','102.0.9.88','loggedin',1),(747,'user','3','2025-05-01 09:24:33','2025-05-01 09:32:30','','102.0.9.88','loggedin',1),(748,'user','21','2025-05-01 09:32:35','','','102.0.9.88','loggedin',1),(749,'user','21','2025-05-01 09:33:04','','','102.0.9.88','loggedin',1),(750,'user','21','2025-05-01 09:35:03','','','102.0.9.88','loggedin',1),(751,'user','18','2025-05-01 09:36:55','','','102.0.9.88','loggedin',1),(752,'user','18','2025-05-01 09:37:39','','','102.0.9.88','loggedin',1),(753,'user','18','2025-05-01 09:38:10','2025-05-01 09:38:34','','102.0.9.88','loggedin',1),(754,'user','21','2025-05-01 09:38:37','','','102.0.9.88','loggedin',1),(755,'user','21','2025-05-01 09:39:54','2025-05-01 09:43:24','','102.0.9.88','loggedin',1),(756,'user','3','2025-05-01 09:45:16','2025-05-01 09:46:48','','102.0.9.88','loggedin',1),(757,'user','21','2025-05-01 10:15:08','','','102.0.9.88','loggedin',1),(758,'user','21','2025-05-01 10:15:35','','','102.0.9.88','loggedin',1),(759,'user','21','2025-05-01 10:16:43','','','102.0.9.88','loggedin',1),(760,'user','21','2025-05-01 10:20:40','','','102.0.9.88','loggedin',1),(761,'user','21','2025-05-01 10:21:23','','','102.0.9.88','loggedin',1),(762,'user','21','2025-05-01 10:23:46','','','102.0.9.88','loggedin',1),(763,'user','21','2025-05-01 10:24:16','','','102.0.9.88','loggedin',1),(764,'user','21','2025-05-01 10:24:53','2025-05-01 10:26:27','','102.0.9.88','loggedin',1),(765,'user','21','2025-05-01 10:27:34','2025-05-01 10:27:56','','102.0.9.88','loggedin',1),(766,'admin','1','2025-05-01 11:37:17','2025-05-01 11:38:30','','102.0.9.88','loggedin',1),(767,'user','18','2025-05-01 11:40:45','','','102.0.9.88','loggedin',1),(768,'user','18','2025-05-01 11:42:38','','','102.0.9.88','loggedin',1),(769,'user','21','2025-05-01 11:45:50','','','102.0.9.88','loggedin',1),(770,'user','21','2025-05-01 11:46:12','','','102.0.9.88','loggedin',1),(771,'user','21','2025-05-01 11:57:25','','','102.0.9.88','loggedin',1),(772,'user','21','2025-05-01 12:00:46','2025-05-01 12:03:03','','102.0.9.88','loggedin',1),(773,'user','21','2025-05-01 12:03:07','','','102.0.9.88','loggedin',1),(774,'user','18','2025-05-01 12:05:11','','','102.0.9.88','loggedin',1),(775,'user','18','2025-05-01 12:07:48','','','102.0.9.88','loggedin',1),(776,'user','18','2025-05-01 12:10:05','','','102.0.9.88','loggedin',1),(777,'user','18','2025-05-01 12:25:40','','','102.0.9.88','loggedin',1),(778,'user','18','2025-05-01 12:27:11','','','102.0.9.88','loggedin',1),(779,'user','18','2025-05-01 12:31:14','','','102.0.9.88','loggedin',1),(780,'user','18','2025-05-01 12:36:24','','','102.0.9.88','loggedin',1),(781,'user','21','2025-05-01 12:36:57','','','102.0.9.88','loggedin',1),(782,'user','21','2025-05-01 12:37:34','','','102.0.9.88','loggedin',1),(783,'user','21','2025-05-01 12:39:17','','','102.0.9.88','loggedin',1),(784,'user','21','2025-05-01 12:39:38','2025-05-01 12:39:54','','102.0.9.88','loggedin',1),(785,'user','18','2025-05-01 12:45:01','','','102.0.9.88','loggedin',1),(786,'user','21','2025-05-01 12:46:15','2025-05-01 12:46:54','','102.0.9.88','loggedin',1),(787,'user','18','2025-05-01 12:48:19','','','102.0.9.88','loggedin',1),(788,'user','18','2025-05-01 12:48:32','','','102.0.9.88','loggedin',1),(789,'user','18','2025-05-01 12:51:40','2025-05-01 12:51:53','','102.0.9.88','loggedin',1),(790,'user','18','2025-05-01 12:52:25','','','102.0.9.88','loggedin',1),(791,'user','18','2025-05-01 12:53:29','','','102.0.9.88','loggedin',1),(792,'user','18','2025-05-01 12:59:56','','','102.0.9.88','loggedin',1),(793,'user','18','2025-05-01 13:01:47','','','102.0.9.88','loggedin',1),(794,'user','18','2025-05-01 13:08:38','','','102.0.9.88','loggedin',1),(795,'user','18','2025-05-01 13:10:23','','','102.0.9.88','loggedin',1),(796,'user','18','2025-05-01 13:22:59','','','102.0.9.88','loggedin',1),(797,'user','18','2025-05-01 13:28:02','','','102.0.9.88','loggedin',1),(798,'admin','1','2025-05-01 13:42:39','','','102.0.9.88','loggedin',1),(799,'user','18','2025-05-01 13:48:41','2025-05-01 13:59:50','','102.0.9.88','loggedin',1),(800,'admin','1','2025-05-01 13:54:52','','','102.0.9.88','loggedin',1),(801,'user','21','2025-05-01 13:59:54','','','102.0.9.88','loggedin',1),(802,'user','18','2025-05-01 14:00:57','','','102.0.9.88','loggedin',1),(803,'user','21','2025-05-01 14:01:36','','','102.0.9.88','loggedin',1),(804,'admin','1','2025-05-01 14:02:50','','','102.0.9.88','loggedin',1),(805,'user','21','2025-05-01 14:03:24','','','102.0.9.88','loggedin',1),(806,'user','18','2025-05-01 14:03:47','','','102.0.9.88','loggedin',1),(807,'user','21','2025-05-01 14:05:18','2025-05-01 14:08:37','','102.0.9.88','loggedin',1),(808,'user','18','2025-05-01 14:09:05','','','102.0.9.88','loggedin',1),(809,'user','18','2025-05-01 14:11:04','','','102.0.9.88','loggedin',1),(810,'user','18','2025-05-01 14:12:43','2025-05-01 14:15:05','','102.0.9.88','loggedin',1),(811,'user','21','2025-05-01 14:16:59','','','102.0.9.88','loggedin',1),(812,'user','21','2025-05-01 14:20:13','2025-05-01 14:21:03','','102.0.9.88','loggedin',1),(813,'user','18','2025-05-01 14:21:16','','','102.0.9.88','loggedin',1),(814,'user','18','2025-05-01 14:22:44','','','102.0.9.88','loggedin',1),(815,'user','18','2025-05-01 14:33:23','','','102.0.9.88','loggedin',1),(816,'user','21','2025-05-01 14:34:03','','','102.0.9.88','loggedin',1),(817,'user','21','2025-05-01 14:34:50','2025-05-01 14:34:57','','102.0.9.88','loggedin',1),(818,'user','21','2025-05-01 14:42:19','2025-05-01 14:46:41','','102.0.9.88','loggedin',1),(819,'user','18','2025-05-01 14:44:20','','','102.0.9.88','loggedin',1),(820,'user','21','2025-05-01 14:46:46','','','102.0.9.88','loggedin',1),(821,'user','21','2025-05-01 14:47:29','','','102.0.9.88','loggedin',1),(822,'user','21','2025-05-01 14:48:33','','','102.0.9.88','loggedin',1),(823,'user','18','2025-05-01 14:53:17','','','102.0.9.88','loggedin',1),(824,'user','21','2025-05-01 14:55:36','2025-05-01 14:56:04','','102.0.9.88','loggedin',1),(825,'user','21','2025-05-01 15:01:35','2025-05-01 15:01:57','','102.0.9.88','loggedin',1),(826,'user','21','2025-05-01 15:07:10','','','102.0.9.88','loggedin',1),(827,'user','21','2025-05-01 15:08:04','','','102.0.9.88','loggedin',1),(828,'user','21','2025-05-01 15:08:29','','','102.0.9.88','loggedin',1),(829,'user','18','2025-05-01 15:08:55','','','102.0.9.88','loggedin',1),(830,'user','21','2025-05-01 15:10:33','2025-05-01 15:12:42','','102.0.9.88','loggedin',1),(831,'user','18','2025-05-01 15:11:24','','','102.0.9.88','loggedin',1),(832,'user','18','2025-05-01 15:13:46','2025-05-01 15:46:38','','102.0.9.88','loggedin',1),(833,'user','21','2025-05-01 15:16:30','','','102.0.9.88','loggedin',1),(834,'admin','1','2025-05-01 15:16:42','','','105.160.58.166','loggedin',1),(835,'user','21','2025-05-01 15:17:12','2025-05-01 15:17:52','','102.0.9.88','loggedin',1),(836,'user','21','2025-05-01 15:17:57','','','102.0.9.88','loggedin',1),(837,'user','21','2025-05-01 15:19:10','2025-05-01 15:19:18','','102.0.9.88','loggedin',1),(838,'user','21','2025-05-01 15:20:40','','','102.0.9.88','loggedin',1),(839,'user','21','2025-05-01 15:21:31','2025-05-01 15:21:56','','102.0.9.88','loggedin',1),(840,'user','21','2025-05-01 15:23:39','2025-05-01 15:24:30','','102.0.9.88','loggedin',1),(841,'user','21','2025-05-01 15:30:38','2025-05-01 15:34:21','','102.0.9.88','loggedin',1),(842,'user','21','2025-05-01 15:34:24','','','102.0.9.88','loggedin',1),(843,'user','21','2025-05-01 15:38:35','2025-05-01 15:38:59','','102.0.9.88','loggedin',1),(844,'user','21','2025-05-01 15:41:37','','','102.0.9.88','loggedin',1),(845,'user','21','2025-05-01 15:44:40','','','102.0.9.88','loggedin',1),(846,'user','3','2025-05-01 15:46:51','','','102.0.9.88','loggedin',1),(847,'user','21','2025-05-01 15:47:43','','','102.0.9.88','loggedin',1),(848,'user','21','2025-05-01 15:48:21','','','102.0.9.88','loggedin',1),(849,'user','18','2025-05-01 15:48:50','','','102.0.9.88','loggedin',1),(850,'user','21','2025-05-01 15:49:41','','','102.0.9.88','loggedin',1),(851,'user','18','2025-05-01 15:50:51','','','102.0.9.88','loggedin',1),(852,'user','21','2025-05-01 15:51:14','','','102.0.9.88','loggedin',1),(853,'user','21','2025-05-01 15:51:34','','','102.0.9.88','loggedin',1),(854,'user','21','2025-05-01 15:54:05','','','102.0.9.88','loggedin',1),(855,'user','3','2025-05-01 15:56:41','','','102.0.9.88','loggedin',1),(856,'admin','1','2025-05-01 15:57:46','','','102.0.9.88','loggedin',1),(857,'user','21','2025-05-01 15:58:08','','','102.0.9.88','loggedin',1),(858,'user','21','2025-05-01 15:58:51','2025-05-01 16:01:38','','102.0.9.88','loggedin',1),(859,'user','18','2025-05-01 16:00:35','','','102.0.9.88','loggedin',1),(860,'user','18','2025-05-01 16:01:40','','','102.0.9.88','loggedin',1),(861,'user','18','2025-05-01 16:13:55','','','102.0.9.88','loggedin',1),(862,'user','18','2025-05-01 16:15:36','','','102.0.9.88','loggedin',1),(863,'user','3','2025-05-01 16:59:40','2025-05-01 17:04:47','','102.0.9.88','loggedin',1),(864,'user','22','2025-05-01 17:05:30','2025-05-01 17:09:23','','102.0.9.88','loggedin',1),(865,'user','3','2025-05-01 17:09:37','2025-05-01 17:13:32','','102.0.9.88','loggedin',1),(866,'admin','1','2025-05-01 17:11:43','','','102.0.9.88','loggedin',1),(867,'user','18','2025-05-01 17:21:07','','','102.0.9.88','loggedin',1),(868,'admin','1','2025-05-01 17:28:57','','','102.0.9.88','loggedin',1),(869,'user','21','2025-05-01 17:33:53','2025-05-01 17:34:40','','102.0.9.88','loggedin',1),(870,'user','22','2025-05-01 17:34:52','2025-05-01 17:35:40','','102.0.9.88','loggedin',1),(871,'user','21','2025-05-01 17:35:53','','','102.0.9.88','loggedin',1),(872,'admin','1','2025-05-01 17:51:55','','','102.0.9.88','loggedin',1),(873,'admin','1','2025-05-01 17:53:35','','','102.0.9.88','loggedin',1),(874,'user','18','2025-05-01 17:56:28','','','102.0.9.88','loggedin',1),(875,'user','18','2025-05-01 17:58:54','2025-05-01 17:59:41','','102.0.9.88','loggedin',1),(876,'user','18','2025-05-01 18:02:07','','','102.0.9.88','loggedin',1),(877,'admin','1','2025-05-01 18:02:52','','','154.159.252.154','loggedin',1),(878,'admin','1','2025-05-01 18:43:43','','','102.0.9.88','loggedin',1),(879,'admin','1','2025-05-01 18:44:31','','','102.0.9.88','loggedin',1),(880,'user','18','2025-05-01 18:56:00','','','102.0.9.88','loggedin',1),(881,'user','18','2025-05-01 18:58:24','','','102.0.9.88','loggedin',1),(882,'user','18','2025-05-01 18:59:37','','','102.0.9.88','loggedin',1),(883,'user','18','2025-05-01 19:00:58','','','102.0.9.88','loggedin',1),(884,'user','18','2025-05-01 19:06:45','','','102.0.9.88','loggedin',1),(885,'user','18','2025-05-01 19:08:49','','','102.0.9.88','loggedin',1),(886,'user','18','2025-05-01 19:11:47','','','102.0.9.88','loggedin',1),(887,'user','18','2025-05-01 19:17:48','','','102.0.9.88','loggedin',1),(888,'user','18','2025-05-01 19:30:09','','','102.0.9.88','loggedin',1),(889,'user','18','2025-05-01 19:30:40','','','102.0.9.88','loggedin',1),(890,'user','18','2025-05-01 19:37:02','','','102.0.9.88','loggedin',1),(891,'user','18','2025-05-01 19:38:07','','','102.0.9.88','loggedin',1),(892,'user','18','2025-05-01 19:56:50','','','102.0.9.88','loggedin',1),(893,'user','18','2025-05-01 20:00:35','2025-05-01 20:02:29','','102.0.9.88','loggedin',1),(894,'user','18','2025-05-01 20:03:13','','','102.0.9.88','loggedin',1),(895,'user','21','2025-05-01 20:11:23','','','102.0.9.88','loggedin',1),(896,'user','21','2025-05-01 20:11:48','','','102.0.9.88','loggedin',1),(897,'user','21','2025-05-01 20:12:34','','','102.0.9.88','loggedin',1),(898,'user','3','2025-05-01 20:45:40','','','102.0.9.88','loggedin',1),(899,'user','18','2025-05-01 20:55:57','','','102.0.9.88','loggedin',1),(900,'user','18','2025-05-01 20:58:06','','','102.0.9.88','loggedin',1),(901,'admin','1','2025-05-01 20:58:53','','','102.0.9.88','loggedin',1),(902,'user','21','2025-05-01 21:03:39','2025-05-01 21:04:38','','102.0.9.88','loggedin',1),(903,'user','21','2025-05-01 21:04:41','2025-05-01 21:06:16','','102.0.9.88','loggedin',1),(904,'user','21','2025-05-01 21:06:29','2025-05-01 21:09:15','','102.0.9.88','loggedin',1),(905,'user','21','2025-05-01 21:09:18','','','102.0.9.88','loggedin',1),(906,'user','21','2025-05-01 21:11:32','','','102.0.9.88','loggedin',1),(907,'user','18','2025-05-01 21:12:46','2025-05-01 21:27:38','','102.0.9.88','loggedin',1),(908,'admin','1','2025-05-01 21:22:08','','','102.0.9.88','loggedin',1),(909,'user','11','2025-05-01 21:25:55','','','102.0.9.88','loggedin',1),(910,'user','21','2025-05-01 21:27:43','2025-05-01 21:28:14','','102.0.9.88','loggedin',1),(911,'user','11','2025-05-01 23:14:10','','','102.0.9.88','loggedin',1),(912,'admin','1','2025-05-02 00:28:10','','','105.161.139.197','loggedin',1),(913,'user','11','2025-05-02 08:33:21','','','102.0.9.88','loggedin',1),(914,'user','18','2025-05-02 09:04:44','','','102.0.9.88','loggedin',1),(915,'user','18','2025-05-02 09:05:18','','','102.0.9.88','loggedin',1),(916,'user','18','2025-05-02 09:30:46','','','102.0.9.88','loggedin',1),(917,'user','18','2025-05-02 09:31:31','','','102.0.9.88','loggedin',1),(918,'user','18','2025-05-02 09:45:31','','','102.0.9.88','loggedin',1),(919,'user','18','2025-05-02 09:46:06','','','102.0.9.88','loggedin',1),(920,'user','18','2025-05-02 10:25:10','','','102.0.9.88','loggedin',1),(921,'user','18','2025-05-02 10:25:52','','','102.0.9.88','loggedin',1),(922,'user','18','2025-05-02 11:16:30','','','102.0.9.88','loggedin',1),(923,'user','18','2025-05-02 11:17:00','','','102.0.9.88','loggedin',1),(924,'user','18','2025-05-02 11:17:17','','','102.0.9.88','loggedin',1),(925,'user','18','2025-05-02 11:20:46','','','102.0.9.88','loggedin',1),(926,'user','18','2025-05-02 11:21:20','','','102.0.9.88','loggedin',1),(927,'user','18','2025-05-02 11:22:19','','','102.0.9.88','loggedin',1),(928,'admin','1','2025-05-02 11:27:17','','','102.0.9.88','loggedin',1),(929,'admin','1','2025-05-02 11:42:13','','','102.0.9.88','loggedin',1),(930,'admin','1','2025-05-02 11:44:02','','','102.0.9.88','loggedin',1),(931,'user','18','2025-05-02 11:44:45','','','102.0.9.88','loggedin',1),(932,'user','18','2025-05-02 11:45:15','','','102.0.9.88','loggedin',1),(933,'user','21','2025-05-02 11:55:18','','','102.0.9.88','loggedin',1),(934,'user','18','2025-05-02 12:05:33','','','102.0.9.88','loggedin',1),(935,'user','23','2025-05-02 12:16:01','','','102.0.9.88','loggedin',1),(936,'user','18','2025-05-02 12:45:30','','','102.0.9.88','loggedin',1),(937,'user','18','2025-05-02 12:48:22','','','102.0.9.88','loggedin',1),(938,'user','18','2025-05-02 12:49:54','','','102.0.9.88','loggedin',1),(939,'user','18','2025-05-02 12:55:32','','','102.0.9.88','loggedin',1),(940,'user','18','2025-05-02 12:58:59','','','102.0.9.88','loggedin',1),(941,'user','22','2025-05-02 13:16:06','','','102.0.9.88','loggedin',1),(942,'user','22','2025-05-02 13:21:45','','','102.0.9.88','loggedin',1),(943,'user','18','2025-05-02 13:26:54','','','102.0.9.88','loggedin',1),(944,'user','22','2025-05-02 13:27:47','','','102.0.9.88','loggedin',1),(945,'admin','1','2025-05-02 13:28:17','','','102.0.9.88','loggedin',1),(946,'admin','1','2025-05-02 13:28:42','','','102.0.9.88','loggedin',1),(947,'user','18','2025-05-02 13:29:04','','','102.0.9.88','loggedin',1),(948,'user','18','2025-05-02 13:30:21','','','102.0.9.88','loggedin',1),(949,'admin','1','2025-05-02 13:34:23','','','102.0.9.88','loggedin',1),(950,'user','18','2025-05-02 13:38:50','','','102.0.9.88','loggedin',1),(951,'user','18','2025-05-02 13:39:28','','','102.0.9.88','loggedin',1),(952,'user','18','2025-05-02 13:41:11','','','102.0.9.88','loggedin',1),(953,'user','18','2025-05-02 13:46:36','','','102.0.9.88','loggedin',1),(954,'user','18','2025-05-02 13:49:39','','','102.0.9.88','loggedin',1),(955,'user','18','2025-05-02 13:50:07','','','102.0.9.88','loggedin',1),(956,'user','18','2025-05-02 13:53:49','','','102.0.9.88','loggedin',1),(957,'user','18','2025-05-02 14:05:28','','','102.0.9.88','loggedin',1),(958,'user','18','2025-05-02 14:05:53','','','102.0.9.88','loggedin',1),(959,'user','21','2025-05-02 14:08:39','','','102.0.9.88','loggedin',1),(960,'user','18','2025-05-02 14:09:27','','','102.0.9.88','loggedin',1),(961,'user','18','2025-05-02 14:10:17','2025-05-02 14:10:33','','102.0.9.88','loggedin',1),(962,'user','21','2025-05-02 14:10:37','2025-05-02 14:10:57','','102.0.9.88','loggedin',1),(963,'user','18','2025-05-02 14:11:02','2025-05-02 14:11:13','','102.0.9.88','loggedin',1),(964,'user','18','2025-05-02 14:14:47','','','102.0.9.88','loggedin',1),(965,'user','18','2025-05-02 14:15:31','2025-05-02 14:17:04','','102.0.9.88','loggedin',1),(966,'user','18','2025-05-02 14:17:35','','','102.0.9.88','loggedin',1),(967,'user','18','2025-05-02 14:19:40','','','102.0.9.88','loggedin',1),(968,'user','18','2025-05-02 14:22:23','','','102.0.9.88','loggedin',1),(969,'user','18','2025-05-02 14:27:38','','','102.0.9.88','loggedin',1),(970,'user','18','2025-05-02 14:31:31','','','102.0.9.88','loggedin',1),(971,'user','18','2025-05-02 14:33:34','','','102.0.9.88','loggedin',1),(972,'user','18','2025-05-02 14:37:38','','','102.0.9.88','loggedin',1),(973,'user','18','2025-05-02 14:58:56','','','102.0.9.88','loggedin',1),(974,'user','18','2025-05-02 15:02:37','','','102.0.9.88','loggedin',1),(975,'user','18','2025-05-02 15:13:31','','','102.0.9.88','loggedin',1),(976,'user','18','2025-05-02 15:14:26','','','102.0.9.88','loggedin',1),(977,'user','18','2025-05-02 15:16:18','2025-05-02 15:24:48','','102.0.9.88','loggedin',1),(978,'user','22','2025-05-02 15:24:57','','','102.0.9.88','loggedin',1),(979,'user','18','2025-05-02 15:41:32','','','102.0.9.88','loggedin',1),(980,'user','18','2025-05-02 15:48:01','','','102.0.9.88','loggedin',1),(981,'user','21','2025-05-02 15:56:26','2025-05-02 15:57:15','','102.0.9.88','loggedin',1),(982,'user','21','2025-05-02 15:57:19','2025-05-02 15:57:32','','102.0.9.88','loggedin',1),(983,'user','21','2025-05-02 15:57:38','2025-05-02 15:58:57','','102.0.9.88','loggedin',1),(984,'user','18','2025-05-02 16:04:34','','','102.0.9.88','loggedin',1),(985,'user','18','2025-05-02 16:06:09','','','102.0.9.88','loggedin',1),(986,'user','18','2025-05-02 16:07:44','','','102.0.9.88','loggedin',1),(987,'user','21','2025-05-02 16:08:33','','','102.0.9.88','loggedin',1),(988,'user','18','2025-05-02 16:09:12','2025-05-02 16:12:08','','102.0.9.88','loggedin',1),(989,'user','21','2025-05-02 16:12:19','2025-05-02 16:12:27','','102.0.9.88','loggedin',1),(990,'user','18','2025-05-02 16:15:27','2025-05-02 16:18:21','','102.0.9.88','loggedin',1),(991,'user','21','2025-05-02 16:18:50','','','102.0.9.88','loggedin',1),(992,'user','21','2025-05-02 16:20:05','','','102.0.9.88','loggedin',1),(993,'user','18','2025-05-02 16:21:02','','','102.0.9.88','loggedin',1),(994,'user','18','2025-05-02 16:26:29','','','102.0.9.88','loggedin',1),(995,'user','18','2025-05-02 16:27:08','','','102.0.9.88','loggedin',1),(996,'user','18','2025-05-02 16:27:55','2025-05-02 16:30:40','','102.0.9.88','loggedin',1),(997,'user','21','2025-05-02 16:30:43','','','102.0.9.88','loggedin',1),(998,'user','21','2025-05-02 16:31:52','','','102.0.9.88','loggedin',1),(999,'user','21','2025-05-02 16:33:12','2025-05-02 16:33:19','','102.0.9.88','loggedin',1),(1000,'user','23','2025-05-02 16:33:33','','','102.0.9.88','loggedin',1),(1001,'user','21','2025-05-02 16:34:38','2025-05-02 16:35:32','','102.0.9.88','loggedin',1),(1002,'user','18','2025-05-02 16:36:48','','','102.0.9.88','loggedin',1),(1003,'user','18','2025-05-02 16:37:30','2025-05-02 16:38:41','','102.0.9.88','loggedin',1),(1004,'user','21','2025-05-02 16:39:00','','','102.0.9.88','loggedin',1),(1005,'user','21','2025-05-02 16:42:04','','','102.0.9.88','loggedin',1),(1006,'user','21','2025-05-02 16:43:34','','','102.0.9.88','loggedin',1),(1007,'user','21','2025-05-02 16:46:14','2025-05-02 16:46:44','','102.0.9.88','loggedin',1),(1008,'user','21','2025-05-02 16:47:49','','','102.0.9.88','loggedin',1),(1009,'user','18','2025-05-02 16:50:11','','','102.0.9.88','loggedin',1),(1010,'user','21','2025-05-02 16:51:37','','','102.0.9.88','loggedin',1),(1011,'user','21','2025-05-02 16:53:33','','','102.0.9.88','loggedin',1),(1012,'user','21','2025-05-02 16:57:12','','','102.0.9.88','loggedin',1),(1013,'user','21','2025-05-02 16:58:28','','','102.0.9.88','loggedin',1),(1014,'user','21','2025-05-02 16:59:24','2025-05-02 17:01:44','','102.0.9.88','loggedin',1),(1015,'user','21','2025-05-02 17:02:44','','','102.0.9.88','loggedin',1),(1016,'user','18','2025-05-02 17:11:16','2025-05-02 17:12:44','','102.0.9.88','loggedin',1),(1017,'user','21','2025-05-02 17:12:53','','','102.0.9.88','loggedin',1),(1018,'user','21','2025-05-02 17:13:58','','','102.0.9.88','loggedin',1),(1019,'user','18','2025-05-02 17:14:45','','','102.0.9.88','loggedin',1),(1020,'user','18','2025-05-02 17:15:51','','','102.0.9.88','loggedin',1),(1021,'user','18','2025-05-02 17:29:08','','','102.0.9.88','loggedin',1),(1022,'user','18','2025-05-02 17:34:14','','','102.0.9.88','loggedin',1),(1023,'user','18','2025-05-02 17:38:33','','','102.0.9.88','loggedin',1),(1024,'user','21','2025-05-02 17:44:09','2025-05-02 17:46:18','','102.0.9.88','loggedin',1),(1025,'user','21','2025-05-02 17:57:45','2025-05-02 17:58:11','','102.0.9.88','loggedin',1),(1026,'user','22','2025-05-02 18:01:56','','','102.0.9.88','loggedin',1),(1027,'user','22','2025-05-02 18:05:48','','','102.0.9.88','loggedin',1),(1028,'user','22','2025-05-02 18:14:59','2025-05-02 18:18:05','','102.0.9.88','loggedin',1),(1029,'user','21','2025-05-02 18:18:18','','','102.0.9.88','loggedin',1),(1030,'user','22','2025-05-02 18:24:47','','','102.0.9.88','loggedin',1),(1031,'user','18','2025-05-02 18:24:59','','','102.0.9.88','loggedin',1),(1032,'user','22','2025-05-02 18:26:25','','','102.0.9.88','loggedin',1),(1033,'user','18','2025-05-02 18:27:13','','','102.0.9.88','loggedin',1),(1034,'user','18','2025-05-02 18:27:53','','','102.0.9.88','loggedin',1),(1035,'user','22','2025-05-02 18:36:56','2025-05-02 18:39:45','','102.0.9.88','loggedin',1),(1036,'user','21','2025-05-02 18:45:13','2025-05-02 18:45:26','','102.0.9.88','loggedin',1),(1037,'user','21','2025-05-02 18:46:46','','','102.0.9.88','loggedin',1),(1038,'user','21','2025-05-02 18:46:59','2025-05-02 18:47:24','','102.0.9.88','loggedin',1),(1039,'user','21','2025-05-02 18:49:00','2025-05-02 18:50:42','','102.0.9.88','loggedin',1),(1040,'user','22','2025-05-02 18:54:48','2025-05-02 18:55:27','','102.0.9.88','loggedin',1),(1041,'user','22','2025-05-02 18:55:46','','','102.0.9.88','loggedin',1),(1042,'user','22','2025-05-02 18:57:42','','','102.0.9.88','loggedin',1),(1043,'user','22','2025-05-02 19:01:44','2025-05-02 19:02:29','','102.0.9.88','loggedin',1),(1044,'user','21','2025-05-02 19:07:41','','','102.0.9.88','loggedin',1),(1045,'user','21','2025-05-02 19:10:47','','','102.0.9.88','loggedin',1),(1046,'user','21','2025-05-02 19:11:40','','','102.0.9.88','loggedin',1),(1047,'user','21','2025-05-02 19:12:13','2025-05-02 19:13:05','','102.0.9.88','loggedin',1),(1048,'user','21','2025-05-02 19:13:14','2025-05-02 19:13:25','','102.0.9.88','loggedin',1),(1049,'user','22','2025-05-02 19:13:39','','','102.0.9.88','loggedin',1),(1050,'user','22','2025-05-02 19:16:20','2025-05-02 19:18:26','','102.0.9.88','loggedin',1),(1051,'user','22','2025-05-02 19:22:05','2025-05-02 19:23:48','','102.0.9.88','loggedin',1),(1052,'user','18','2025-05-02 19:22:31','','','102.0.9.88','loggedin',1),(1053,'user','22','2025-05-02 19:29:41','2025-05-02 19:35:04','','102.0.9.88','loggedin',1),(1054,'user','22','2025-05-02 19:46:28','2025-05-02 19:46:53','','102.0.9.88','loggedin',1),(1055,'user','18','2025-05-02 19:49:01','2025-05-02 19:52:17','','102.0.9.88','loggedin',1),(1056,'user','21','2025-05-02 19:52:32','','','102.0.9.88','loggedin',1),(1057,'user','21','2025-05-02 19:53:10','2025-05-02 19:54:18','','102.0.9.88','loggedin',1),(1058,'user','21','2025-05-02 19:54:23','','','102.0.9.88','loggedin',1),(1059,'user','21','2025-05-02 19:54:41','2025-05-02 19:55:00','','102.0.9.88','loggedin',1),(1060,'user','22','2025-05-02 19:55:09','','','102.0.9.88','loggedin',1),(1061,'admin','1','2025-05-02 19:55:20','','','105.160.89.15','loggedin',1),(1062,'user','18','2025-05-02 20:06:36','','','102.0.9.88','loggedin',1),(1063,'user','21','2025-05-02 20:08:01','','','102.0.9.88','loggedin',1),(1064,'user','21','2025-05-02 20:08:21','2025-05-02 20:08:38','','102.0.9.88','loggedin',1),(1065,'admin','1','2025-05-02 20:17:04','','','105.161.164.21','loggedin',1),(1066,'admin','1','2025-05-02 20:25:03','','','105.161.164.21','loggedin',1),(1067,'user','22','2025-05-02 20:25:56','','','102.0.9.88','loggedin',1),(1068,'user','23','2025-05-02 20:34:42','','','102.0.9.88','loggedin',1),(1069,'user','18','2025-05-02 20:37:01','','','102.0.9.88','loggedin',1),(1070,'user','18','2025-05-02 20:38:18','','','102.0.9.88','loggedin',1),(1071,'user','18','2025-05-02 20:38:53','2025-05-02 20:41:41','','102.0.9.88','loggedin',1),(1072,'user','22','2025-05-02 20:42:49','','','102.0.9.88','loggedin',1),(1073,'user','22','2025-05-02 20:44:03','2025-05-02 20:48:04','','102.0.9.88','loggedin',1),(1074,'admin','1','2025-05-02 20:47:26','','','102.0.9.88','loggedin',1),(1075,'user','22','2025-05-02 20:48:09','','','102.0.9.88','loggedin',1),(1076,'user','22','2025-05-02 20:48:35','','','102.0.9.88','loggedin',1),(1077,'user','22','2025-05-02 20:55:52','2025-05-02 20:56:15','','102.0.9.88','loggedin',1),(1078,'user','22','2025-05-02 20:57:04','2025-05-02 21:00:32','','102.0.9.88','loggedin',1),(1079,'user','18','2025-05-02 20:58:20','','','102.0.9.88','loggedin',1),(1080,'user','21','2025-05-02 21:00:35','2025-05-02 21:10:04','','102.0.9.88','loggedin',1),(1081,'user','8','2025-05-02 21:08:58','2025-05-02 21:09:15','','102.0.9.88','loggedin',1),(1082,'user','12','2025-05-02 21:09:41','','','102.0.9.88','loggedin',1),(1083,'user','22','2025-05-02 21:10:10','','','102.0.9.88','loggedin',1),(1084,'user','22','2025-05-02 21:12:43','','','102.0.9.88','loggedin',1),(1085,'user','22','2025-05-02 21:13:30','','','102.0.9.88','loggedin',1),(1086,'user','22','2025-05-02 21:14:02','2025-05-02 21:14:09','','102.0.9.88','loggedin',1),(1087,'user','22','2025-05-02 21:14:15','','','102.0.9.88','loggedin',1),(1088,'user','8','2025-05-02 21:15:09','2025-05-02 21:15:13','','102.0.9.88','loggedin',1),(1089,'user','18','2025-05-02 21:15:31','','','102.0.9.88','loggedin',1),(1090,'admin','1','2025-05-02 21:16:17','','','105.161.160.21','loggedin',1),(1091,'user','22','2025-05-02 21:19:17','','','102.0.9.88','loggedin',1),(1092,'user','22','2025-05-02 21:19:57','2025-05-02 21:22:01','','102.0.9.88','loggedin',1),(1093,'admin','1','2025-05-02 21:20:30','','','102.0.9.88','loggedin',1),(1094,'user','21','2025-05-02 21:22:01','2025-05-02 21:22:10','','102.0.9.88','loggedin',1),(1095,'user','22','2025-05-02 21:22:14','','','102.0.9.88','loggedin',1),(1096,'user','18','2025-05-02 21:36:24','','','102.0.9.88','loggedin',1),(1097,'user','18','2025-05-02 21:38:12','','','102.0.9.88','loggedin',1),(1098,'user','22','2025-05-02 21:40:24','','','102.0.9.88','loggedin',1),(1099,'user','22','2025-05-02 21:45:21','2025-05-02 21:45:41','','102.0.9.88','loggedin',1),(1100,'user','22','2025-05-02 21:46:46','2025-05-02 21:47:04','','102.0.9.88','loggedin',1),(1101,'user','11','2025-05-02 21:53:44','','','102.0.9.88','loggedin',1),(1102,'user','11','2025-05-02 21:55:52','','','102.0.9.88','loggedin',1),(1103,'user','11','2025-05-02 22:05:26','','','102.0.9.88','loggedin',1),(1104,'user','11','2025-05-02 22:07:14','','','102.0.9.88','loggedin',1),(1105,'user','11','2025-05-02 22:18:24','','','102.0.9.88','loggedin',1),(1106,'user','11','2025-05-02 23:32:21','','','102.0.9.88','loggedin',1),(1107,'user','11','2025-05-03 00:18:09','','','102.0.9.88','loggedin',1),(1108,'admin','1','2025-05-03 01:43:24','','','105.161.136.21','loggedin',1),(1109,'admin','1','2025-05-03 04:36:41','','','105.161.148.21','loggedin',1),(1110,'user','23','2025-05-03 08:13:51','','','102.0.9.88','loggedin',1),(1111,'user','11','2025-05-03 08:38:20','','','102.0.9.88','loggedin',1),(1112,'user','11','2025-05-03 08:39:07','','','102.0.9.88','loggedin',1),(1113,'user','11','2025-05-03 08:56:23','','','102.0.9.88','loggedin',1),(1114,'user','11','2025-05-03 08:56:56','','','102.0.9.88','loggedin',1),(1115,'user','11','2025-05-03 09:00:35','','','102.0.9.88','loggedin',1),(1116,'user','22','2025-05-03 09:19:55','','','102.0.9.88','loggedin',1),(1117,'user','22','2025-05-03 12:43:14','','','102.0.9.88','loggedin',1),(1118,'user','18','2025-05-03 12:44:10','','','102.0.9.88','loggedin',1),(1119,'user','22','2025-05-03 12:44:29','','','102.0.9.88','loggedin',1),(1120,'user','22','2025-05-03 12:44:48','','','102.0.9.88','loggedin',1),(1121,'user','22','2025-05-03 12:45:52','','','102.0.9.88','loggedin',1),(1122,'user','22','2025-05-03 12:46:27','','','102.0.9.88','loggedin',1),(1123,'user','18','2025-05-03 12:46:28','','','102.0.9.88','loggedin',1),(1124,'user','22','2025-05-03 12:47:45','','','102.0.9.88','loggedin',1),(1125,'user','18','2025-05-03 12:48:05','','','102.0.9.88','loggedin',1),(1126,'user','22','2025-05-03 12:49:00','','','102.0.9.88','loggedin',1),(1127,'user','22','2025-05-03 12:49:59','','','102.0.9.88','loggedin',1),(1128,'user','18','2025-05-03 12:52:09','2025-05-03 12:52:33','','102.0.9.88','loggedin',1),(1129,'user','3','2025-05-03 12:52:41','2025-05-03 12:53:27','','102.0.9.88','loggedin',1),(1130,'user','18','2025-05-03 12:53:35','2025-05-03 12:53:43','','102.0.9.88','loggedin',1),(1131,'user','18','2025-05-03 12:54:01','','','102.0.9.88','loggedin',1),(1132,'user','22','2025-05-03 12:54:12','','','102.0.9.88','loggedin',1),(1133,'user','18','2025-05-03 12:54:50','2025-05-03 13:05:09','','102.0.9.88','loggedin',1),(1134,'user','22','2025-05-03 12:55:37','','','102.0.9.88','loggedin',1),(1135,'user','22','2025-05-03 12:56:27','','','102.0.9.88','loggedin',1),(1136,'user','22','2025-05-03 12:56:55','','','102.0.9.88','loggedin',1),(1137,'user','22','2025-05-03 12:57:42','','','102.0.9.88','loggedin',1),(1138,'user','22','2025-05-03 12:58:08','','','102.0.9.88','loggedin',1),(1139,'user','22','2025-05-03 12:58:29','','','102.0.9.88','loggedin',1),(1140,'user','22','2025-05-03 12:59:34','','','102.0.9.88','loggedin',1),(1141,'user','22','2025-05-03 13:00:05','2025-05-03 13:03:08','','102.0.9.88','loggedin',1),(1142,'user','3','2025-05-03 13:03:19','2025-05-03 13:10:38','','102.0.9.88','loggedin',1),(1143,'user','22','2025-05-03 13:05:18','','','102.0.9.88','loggedin',1),(1144,'user','22','2025-05-03 13:06:01','2025-05-03 13:08:15','','102.0.9.88','loggedin',1),(1145,'user','22','2025-05-03 13:10:45','','','102.0.9.88','loggedin',1),(1146,'user','22','2025-05-03 13:12:52','','','102.0.9.88','loggedin',1),(1147,'user','22','2025-05-03 13:13:06','','','102.0.9.88','loggedin',1),(1148,'user','22','2025-05-03 13:13:53','','','102.0.9.88','loggedin',1),(1149,'user','18','2025-05-03 13:15:10','','','102.0.9.88','loggedin',1),(1150,'user','22','2025-05-03 13:15:15','','','102.0.9.88','loggedin',1),(1151,'user','22','2025-05-03 13:16:00','','','102.0.9.88','loggedin',1),(1152,'user','18','2025-05-03 13:17:27','','','102.0.9.88','loggedin',1),(1153,'user','22','2025-05-03 13:17:49','','','102.0.9.88','loggedin',1),(1154,'user','22','2025-05-03 13:24:05','2025-05-03 13:31:09','','102.0.9.88','loggedin',1),(1155,'user','22','2025-05-03 13:31:17','2025-05-03 13:34:27','','102.0.9.88','loggedin',1),(1156,'user','12','2025-05-03 13:34:38','2025-05-03 13:37:10','','102.0.9.88','loggedin',1),(1157,'user','18','2025-05-03 13:43:26','','','102.0.9.88','loggedin',1),(1158,'user','18','2025-05-03 13:50:21','','','102.0.9.88','loggedin',1),(1159,'user','22','2025-05-03 13:51:49','2025-05-03 13:52:50','','102.0.9.88','loggedin',1),(1160,'user','22','2025-05-03 13:53:02','','','102.0.9.88','loggedin',1),(1161,'user','22','2025-05-03 13:53:40','','','102.0.9.88','loggedin',1),(1162,'user','22','2025-05-03 13:54:18','','','102.0.9.88','loggedin',1),(1163,'user','22','2025-05-03 13:54:54','','','102.0.9.88','loggedin',1),(1164,'user','18','2025-05-03 13:56:24','','','102.0.9.88','loggedin',1),(1165,'user','22','2025-05-03 13:59:27','','','102.0.9.88','loggedin',1),(1166,'user','22','2025-05-03 13:59:57','','','102.0.9.88','loggedin',1),(1167,'user','22','2025-05-03 14:06:20','2025-05-03 14:07:12','','102.0.9.88','loggedin',1),(1168,'user','3','2025-05-03 14:07:19','2025-05-03 14:07:50','','102.0.9.88','loggedin',1),(1169,'user','22','2025-05-03 14:09:06','','','102.0.9.88','loggedin',1),(1170,'user','22','2025-05-03 14:14:24','2025-05-03 14:30:46','','102.0.9.88','loggedin',1),(1171,'user','18','2025-05-03 14:24:51','','','102.0.9.88','loggedin',1),(1172,'user','18','2025-05-03 14:26:02','','','102.0.9.88','loggedin',1),(1173,'user','22','2025-05-03 14:31:44','','','102.0.9.88','loggedin',1),(1174,'user','22','2025-05-03 14:34:31','','','102.0.9.88','loggedin',1),(1175,'user','22','2025-05-03 14:35:06','','','102.0.9.88','loggedin',1),(1176,'user','22','2025-05-03 14:36:18','2025-05-03 14:37:16','','102.0.9.88','loggedin',1),(1177,'user','18','2025-05-03 14:36:50','','','102.0.9.88','loggedin',1),(1178,'user','22','2025-05-03 14:42:06','2025-05-03 14:42:32','','102.0.9.88','loggedin',1),(1179,'user','22','2025-05-03 14:43:43','','','102.0.9.88','loggedin',1),(1180,'user','22','2025-05-03 14:44:08','','','102.0.9.88','loggedin',1),(1181,'user','3','2025-05-03 14:46:55','2025-05-03 14:56:42','','102.0.9.88','loggedin',1),(1182,'user','22','2025-05-03 14:47:26','','','102.0.9.88','loggedin',1),(1183,'user','22','2025-05-03 14:48:22','','','102.0.9.88','loggedin',1),(1184,'user','18','2025-05-03 14:49:30','2025-05-03 14:51:27','','102.0.9.88','loggedin',1),(1185,'admin','1','2025-05-03 14:52:47','','','102.0.9.88','loggedin',1),(1186,'user','18','2025-05-03 14:54:28','2025-05-03 14:56:02','','102.0.9.88','loggedin',1),(1187,'user','22','2025-05-03 14:56:07','','','102.0.9.88','loggedin',1),(1188,'user','18','2025-05-03 14:57:18','','','102.0.9.88','loggedin',1),(1189,'admin','1','2025-05-03 14:57:31','2025-05-03 15:34:49','','102.0.9.88','loggedin',1),(1190,'user','18','2025-05-03 14:59:06','','','102.0.9.88','loggedin',1),(1191,'user','18','2025-05-03 15:02:37','2025-05-03 15:02:59','','102.0.9.88','loggedin',1),(1192,'user','22','2025-05-03 15:03:13','2025-05-03 15:03:55','','102.0.9.88','loggedin',1),(1193,'user','22','2025-05-03 15:05:14','2025-05-03 15:11:06','','102.0.9.88','loggedin',1),(1194,'user','18','2025-05-03 15:20:09','','','102.0.9.88','loggedin',1),(1195,'user','18','2025-05-03 15:23:18','2025-05-03 15:25:07','','102.0.9.88','loggedin',1),(1196,'user','22','2025-05-03 15:25:17','2025-05-03 15:32:14','','102.0.9.88','loggedin',1),(1197,'user','18','2025-05-03 15:32:27','2025-05-03 15:34:50','','102.0.9.88','loggedin',1),(1198,'user','3','2025-05-03 15:33:00','2025-05-03 15:38:56','','102.0.9.88','loggedin',1),(1199,'user','22','2025-05-03 15:34:55','','','102.0.9.88','loggedin',1),(1200,'admin','1','2025-05-03 15:34:57','2025-05-03 15:35:47','','102.0.9.88','loggedin',1),(1201,'admin','1','2025-05-03 15:39:22','2025-05-03 15:43:49','','102.0.9.88','loggedin',1),(1202,'user','22','2025-05-03 15:41:12','','','102.0.9.88','loggedin',1),(1203,'user','22','2025-05-03 15:41:54','','','102.0.9.88','loggedin',1),(1204,'user','22','2025-05-03 15:42:59','','','102.0.9.88','loggedin',1),(1205,'user','3','2025-05-03 15:44:00','2025-05-03 15:44:59','','102.0.9.88','loggedin',1),(1206,'user','3','2025-05-03 15:46:50','2025-05-03 15:47:47','','102.0.9.88','loggedin',1),(1207,'user','18','2025-05-03 15:47:35','2025-05-03 15:48:59','','102.0.9.88','loggedin',1),(1208,'user','22','2025-05-03 15:48:37','2025-05-03 15:49:11','','102.0.9.88','loggedin',1),(1209,'user','3','2025-05-03 15:49:25','2025-05-03 15:51:47','','102.0.9.88','loggedin',1),(1210,'user','18','2025-05-03 15:51:56','','','102.0.9.88','loggedin',1),(1211,'user','18','2025-05-03 15:52:51','2025-05-03 15:53:48','','102.0.9.88','loggedin',1),(1212,'user','22','2025-05-03 15:54:21','2025-05-03 15:54:46','','102.0.9.88','loggedin',1),(1213,'user','3','2025-05-03 15:54:57','','','102.0.9.88','loggedin',1),(1214,'user','18','2025-05-03 15:55:29','','','102.0.9.88','loggedin',1),(1215,'user','18','2025-05-03 15:56:18','','','102.0.9.88','loggedin',1),(1216,'user','22','2025-05-03 16:03:40','','','102.0.9.88','loggedin',1),(1217,'user','18','2025-05-03 16:08:25','','','102.0.9.88','loggedin',1),(1218,'user','18','2025-05-03 16:09:10','','','102.0.9.88','loggedin',1),(1219,'user','18','2025-05-03 16:17:04','','','102.0.9.88','loggedin',1),(1220,'user','18','2025-05-03 16:17:39','','','102.0.9.88','loggedin',1),(1221,'user','22','2025-05-03 16:24:28','2025-05-03 16:29:36','','102.0.9.88','loggedin',1),(1222,'user','22','2025-05-03 16:30:46','','','102.0.9.88','loggedin',1),(1223,'user','22','2025-05-03 16:36:06','','','102.0.9.88','loggedin',1),(1224,'user','22','2025-05-03 16:48:39','','','102.0.9.88','loggedin',1),(1225,'user','22','2025-05-03 16:49:57','','','102.0.9.88','loggedin',1),(1226,'user','22','2025-05-03 17:05:30','','','102.0.9.88','loggedin',1),(1227,'user','22','2025-05-03 17:10:18','','','102.0.9.88','loggedin',1),(1228,'user','22','2025-05-03 17:14:11','','','102.0.9.88','loggedin',1),(1229,'user','22','2025-05-03 17:23:18','','','102.0.9.88','loggedin',1),(1230,'user','23','2025-05-03 17:26:07','','','102.0.9.88','loggedin',1),(1231,'user','18','2025-05-03 17:28:33','','','102.0.9.88','loggedin',1),(1232,'user','18','2025-05-03 17:29:40','','','102.0.9.88','loggedin',1),(1233,'user','18','2025-05-03 17:31:30','','','102.0.9.88','loggedin',1),(1234,'user','18','2025-05-03 17:37:38','2025-05-03 17:41:48','','102.0.9.88','loggedin',1),(1235,'user','22','2025-05-03 17:41:56','','','102.0.9.88','loggedin',1),(1236,'user','22','2025-05-03 17:42:59','','','102.0.9.88','loggedin',1),(1237,'user','22','2025-05-03 17:49:39','','','102.0.9.88','loggedin',1),(1238,'user','22','2025-05-03 17:50:13','','','102.0.9.88','loggedin',1),(1239,'user','22','2025-05-03 17:51:53','','','102.0.9.88','loggedin',1),(1240,'user','22','2025-05-03 17:53:45','','','102.0.9.88','loggedin',1),(1241,'user','22','2025-05-03 17:55:45','2025-05-03 17:56:29','','102.0.9.88','loggedin',1),(1242,'user','3','2025-05-03 17:57:36','2025-05-03 17:58:51','','102.0.9.88','loggedin',1),(1243,'admin','1','2025-05-03 17:58:51','','','102.0.9.88','loggedin',1),(1244,'user','18','2025-05-03 17:59:32','','','102.0.9.88','loggedin',1),(1245,'user','18','2025-05-03 18:01:10','','','102.0.9.88','loggedin',1),(1246,'user','22','2025-05-03 18:06:39','','','102.0.9.88','loggedin',1),(1247,'user','18','2025-05-03 18:13:54','','','102.0.9.88','loggedin',1),(1248,'admin','1','2025-05-03 18:15:25','','','102.0.9.88','loggedin',1),(1249,'admin','1','2025-05-03 18:16:32','','','102.0.9.88','loggedin',1),(1250,'user','22','2025-05-03 18:22:06','2025-05-03 18:29:41','','102.0.9.88','loggedin',1),(1251,'user','22','2025-05-03 18:29:46','','','102.0.9.88','loggedin',1),(1252,'user','22','2025-05-03 18:40:20','','','102.0.9.88','loggedin',1),(1253,'user','18','2025-05-03 18:55:27','','','102.0.9.88','loggedin',1),(1254,'user','22','2025-05-03 18:57:16','','','102.0.9.88','loggedin',1),(1255,'user','22','2025-05-03 19:01:56','','','102.0.9.88','loggedin',1),(1256,'user','18','2025-05-03 19:04:14','','','102.0.9.88','loggedin',1),(1257,'admin','1','2025-05-03 19:05:34','','','105.160.98.157','loggedin',1),(1258,'user','22','2025-05-03 19:06:28','','','102.0.9.88','loggedin',1),(1259,'user','18','2025-05-03 19:07:00','','','102.0.9.88','loggedin',1),(1260,'user','22','2025-05-03 19:09:51','','','102.0.9.88','loggedin',1),(1261,'user','22','2025-05-03 19:11:00','','','102.0.9.88','loggedin',1),(1262,'user','22','2025-05-03 19:13:38','','','102.0.9.88','loggedin',1),(1263,'user','22','2025-05-03 19:19:51','','','102.0.9.88','loggedin',1),(1264,'user','22','2025-05-03 19:34:30','','','102.0.9.88','loggedin',1),(1265,'user','22','2025-05-03 19:43:20','','','102.0.9.88','loggedin',1),(1266,'user','22','2025-05-03 19:44:26','','','102.0.9.88','loggedin',1),(1267,'user','22','2025-05-03 19:45:49','','','102.0.9.88','loggedin',1),(1268,'user','22','2025-05-03 19:48:19','','','102.0.9.88','loggedin',1),(1269,'user','22','2025-05-03 20:11:20','','','102.0.9.88','loggedin',1),(1270,'user','22','2025-05-03 20:12:21','','','102.0.9.88','loggedin',1),(1271,'user','18','2025-05-03 20:14:19','2025-05-03 20:15:46','','102.0.9.88','loggedin',1),(1272,'user','22','2025-05-03 20:15:51','','','102.0.9.88','loggedin',1),(1273,'user','22','2025-05-03 20:16:30','2025-05-03 20:18:33','','102.0.9.88','loggedin',1),(1274,'user','18','2025-05-03 20:23:00','','','102.0.9.88','loggedin',1),(1275,'user','22','2025-05-03 20:23:14','','','102.0.9.88','loggedin',1),(1276,'user','22','2025-05-03 20:24:58','','','102.0.9.88','loggedin',1),(1277,'user','22','2025-05-03 20:25:45','','','102.0.9.88','loggedin',1),(1278,'user','22','2025-05-03 20:26:52','2025-05-03 20:30:05','','102.0.9.88','loggedin',1),(1279,'user','22','2025-05-03 20:30:13','2025-05-03 20:31:09','','102.0.9.88','loggedin',1),(1280,'user','22','2025-05-03 20:33:13','','','102.0.9.88','loggedin',1),(1281,'user','22','2025-05-03 20:34:26','','','102.0.9.88','loggedin',1),(1282,'user','22','2025-05-03 20:36:48','','','102.0.9.88','loggedin',1),(1283,'user','18','2025-05-03 20:37:38','','','102.0.9.88','loggedin',1),(1284,'user','22','2025-05-03 20:47:26','2025-05-03 20:48:15','','102.0.9.88','loggedin',1),(1285,'user','22','2025-05-03 20:48:21','','','102.0.9.88','loggedin',1),(1286,'user','22','2025-05-03 20:58:41','','','102.0.9.88','loggedin',1),(1287,'user','22','2025-05-03 21:07:10','','','102.0.9.88','loggedin',1),(1288,'user','18','2025-05-03 21:10:00','','','102.0.9.88','loggedin',1),(1289,'user','18','2025-05-03 21:11:55','','','102.0.9.88','loggedin',1),(1290,'user','11','2025-05-03 21:15:28','','','102.0.9.88','loggedin',1),(1291,'admin','1','2025-05-03 21:15:59','','','102.0.9.88','loggedin',1),(1292,'user','22','2025-05-03 21:18:13','2025-05-03 21:18:28','','102.0.9.88','loggedin',1),(1293,'user','22','2025-05-03 21:18:34','','','102.0.9.88','loggedin',1),(1294,'user','22','2025-05-03 21:19:34','','','102.0.9.88','loggedin',1),(1295,'user','11','2025-05-03 21:20:27','','','102.0.9.88','loggedin',1),(1296,'user','3','2025-05-03 21:26:03','2025-05-03 21:28:07','','102.0.9.88','loggedin',1),(1297,'user','22','2025-05-03 21:32:55','2025-05-03 21:34:18','','102.0.9.88','loggedin',1),(1298,'user','3','2025-05-03 21:34:30','2025-05-03 21:37:50','','102.0.9.88','loggedin',1),(1299,'admin','1','2025-05-03 21:37:56','2025-05-03 21:55:58','','102.0.9.88','loggedin',1),(1300,'user','11','2025-05-03 21:56:06','','','102.0.9.88','loggedin',1),(1301,'user','11','2025-05-03 22:00:40','','','102.0.9.88','loggedin',1),(1302,'admin','1','2025-05-03 22:26:23','','','102.0.9.88','loggedin',1),(1303,'admin','1','2025-05-03 22:27:21','','','102.0.9.88','loggedin',1),(1304,'admin','1','2025-05-03 22:42:10','2025-05-03 22:47:36','','102.0.9.88','loggedin',1),(1305,'admin','1','2025-05-04 07:43:38','','','105.160.98.157','loggedin',1),(1306,'user','18','2025-05-04 09:46:21','2025-05-04 09:48:13','','102.0.9.88','loggedin',1),(1307,'user','3','2025-05-04 09:48:23','2025-05-04 09:49:56','','102.0.9.88','loggedin',1),(1308,'user','22','2025-05-04 09:57:22','','','102.0.9.88','loggedin',1),(1309,'user','22','2025-05-04 09:58:08','','','102.0.9.88','loggedin',1),(1310,'user','22','2025-05-04 10:04:56','','','102.0.9.88','loggedin',1),(1311,'user','22','2025-05-04 10:09:06','','','102.0.9.88','loggedin',1),(1312,'user','22','2025-05-04 10:14:34','','','102.0.9.88','loggedin',1),(1313,'user','3','2025-05-04 10:16:31','2025-05-04 10:17:17','','102.0.9.88','loggedin',1),(1314,'user','22','2025-05-04 10:17:24','','','102.0.9.88','loggedin',1),(1315,'user','22','2025-05-04 10:20:15','2025-05-04 10:23:13','','102.0.9.88','loggedin',1),(1316,'user','18','2025-05-04 10:27:20','','','102.0.9.88','loggedin',1),(1317,'user','18','2025-05-04 10:28:21','','','102.0.9.88','loggedin',1),(1318,'user','18','2025-05-04 10:29:00','','','102.0.9.88','loggedin',1),(1319,'user','22','2025-05-04 10:29:01','','','102.0.9.88','loggedin',1),(1320,'user','22','2025-05-04 10:34:49','2025-05-04 10:38:56','','102.0.9.88','loggedin',1),(1321,'user','22','2025-05-04 10:42:04','2025-05-04 10:51:51','','102.0.9.88','loggedin',1),(1322,'user','22','2025-05-04 10:56:07','','','102.0.9.88','loggedin',1),(1323,'user','18','2025-05-04 10:58:11','','','102.0.9.88','loggedin',1),(1324,'user','18','2025-05-04 10:58:47','2025-05-04 12:23:49','','102.0.9.88','loggedin',1),(1325,'user','22','2025-05-04 11:08:28','2025-05-04 11:08:38','','102.0.9.88','loggedin',1),(1326,'user','21','2025-05-04 11:33:29','2025-05-04 11:33:37','','102.0.9.88','loggedin',1),(1327,'user','22','2025-05-04 12:00:16','','','102.0.9.88','loggedin',1),(1328,'user','22','2025-05-04 12:03:28','','','102.0.9.88','loggedin',1),(1329,'user','22','2025-05-04 12:03:49','','','102.0.9.88','loggedin',1),(1330,'user','22','2025-05-04 12:04:19','','','102.0.9.88','loggedin',1),(1331,'user','22','2025-05-04 12:07:14','','','102.0.9.88','loggedin',1),(1332,'user','22','2025-05-04 12:07:57','','','102.0.9.88','loggedin',1),(1333,'user','22','2025-05-04 12:08:53','','','102.0.9.88','loggedin',1),(1334,'user','22','2025-05-04 12:09:54','','','102.0.9.88','loggedin',1),(1335,'user','22','2025-05-04 12:22:38','','','102.0.9.88','loggedin',1),(1336,'admin','1','2025-05-04 12:23:58','','','102.0.9.88','loggedin',1),(1337,'user','22','2025-05-04 12:25:52','','','102.0.9.88','loggedin',1),(1338,'user','22','2025-05-04 12:26:15','','','102.0.9.88','loggedin',1),(1339,'user','22','2025-05-04 12:28:38','2025-05-04 12:34:31','','102.0.9.88','loggedin',1),(1340,'admin','1','2025-05-04 12:32:38','','','102.0.9.88','loggedin',1),(1341,'user','3','2025-05-04 12:34:45','','','102.0.9.88','loggedin',1),(1342,'user','22','2025-05-04 12:37:37','','','102.0.9.88','loggedin',1),(1343,'user','22','2025-05-04 12:38:07','2025-05-04 12:46:22','','102.0.9.88','loggedin',1),(1344,'user','22','2025-05-04 12:50:36','','','102.0.9.88','loggedin',1),(1345,'user','22','2025-05-04 12:51:06','2025-05-04 12:55:40','','102.0.9.88','loggedin',1),(1346,'user','22','2025-05-04 12:58:20','2025-05-04 13:03:39','','102.0.9.88','loggedin',1),(1347,'user','18','2025-05-04 13:03:50','','','102.0.9.88','loggedin',1),(1348,'user','18','2025-05-04 13:05:48','','','102.0.9.88','loggedin',1),(1349,'user','22','2025-05-04 13:09:57','2025-05-04 13:10:57','','102.0.9.88','loggedin',1),(1350,'user','18','2025-05-04 13:11:20','','','102.0.9.88','loggedin',1),(1351,'user','22','2025-05-04 13:18:14','','','102.0.9.88','loggedin',1),(1352,'user','18','2025-05-04 13:19:29','','','102.0.9.88','loggedin',1),(1353,'user','18','2025-05-04 13:21:17','','','102.0.9.88','loggedin',1),(1354,'user','22','2025-05-04 13:29:07','2025-05-04 13:37:42','','102.0.9.88','loggedin',1),(1355,'user','18','2025-05-04 13:33:34','','','102.0.9.88','loggedin',1),(1356,'user','18','2025-05-04 13:34:32','','','102.0.9.88','loggedin',1),(1357,'user','18','2025-05-04 13:39:44','','','102.0.9.88','loggedin',1),(1358,'user','18','2025-05-04 13:43:27','2025-05-04 14:18:24','','102.0.9.88','loggedin',1),(1359,'user','22','2025-05-04 14:20:24','','','102.0.9.88','loggedin',1),(1360,'user','18','2025-05-04 14:25:09','','','102.0.9.88','loggedin',1),(1361,'user','18','2025-05-04 14:25:55','','','102.0.9.88','loggedin',1),(1362,'user','22','2025-05-04 14:27:39','2025-05-04 14:27:52','','102.0.9.88','loggedin',1),(1363,'user','22','2025-05-04 14:29:03','2025-05-04 14:30:47','','102.0.9.88','loggedin',1),(1364,'user','18','2025-05-04 14:32:47','','','102.0.9.88','loggedin',1),(1365,'user','18','2025-05-04 14:47:07','','','102.0.9.88','loggedin',1),(1366,'user','18','2025-05-04 14:49:40','','','102.0.9.88','loggedin',1),(1367,'user','22','2025-05-04 14:50:55','2025-05-04 14:51:20','','102.0.9.88','loggedin',1),(1368,'user','18','2025-05-04 14:52:55','','','102.0.9.88','loggedin',1),(1369,'user','18','2025-05-04 14:53:52','2025-05-04 14:57:16','','102.0.9.88','loggedin',1),(1370,'user','22','2025-05-04 14:57:21','','','102.0.9.88','loggedin',1),(1371,'user','22','2025-05-04 14:59:01','2025-05-04 15:03:48','','102.0.9.88','loggedin',1),(1372,'user','18','2025-05-04 15:01:35','','','102.0.9.88','loggedin',1),(1373,'user','22','2025-05-04 15:05:06','2025-05-04 15:05:24','','102.0.9.88','loggedin',1),(1374,'admin','1','2025-05-04 15:05:32','2025-05-04 15:06:47','','102.0.9.88','loggedin',1),(1375,'user','3','2025-05-04 15:07:04','2025-05-04 15:08:53','','102.0.9.88','loggedin',1),(1376,'user','18','2025-05-04 15:08:58','','','102.0.9.88','loggedin',1),(1377,'user','18','2025-05-04 15:10:31','','','102.0.9.88','loggedin',1),(1378,'user','18','2025-05-04 15:12:11','2025-05-04 15:12:32','','102.0.9.88','loggedin',1),(1379,'user','22','2025-05-04 15:12:38','2025-05-04 15:13:18','','102.0.9.88','loggedin',1),(1380,'user','22','2025-05-04 15:13:26','','','102.0.9.88','loggedin',1),(1381,'user','22','2025-05-04 15:15:13','2025-05-04 15:16:10','','102.0.9.88','loggedin',1),(1382,'user','22','2025-05-04 15:20:28','','','102.0.9.88','loggedin',1),(1383,'user','22','2025-05-04 15:26:28','2025-05-04 15:30:12','','102.0.9.88','loggedin',1),(1384,'user','18','2025-05-04 15:26:48','','','102.0.9.88','loggedin',1),(1385,'user','18','2025-05-04 15:27:58','','','102.0.9.88','loggedin',1),(1386,'user','3','2025-05-04 15:30:20','2025-05-04 15:31:16','','102.0.9.88','loggedin',1),(1387,'user','22','2025-05-04 15:32:31','','','102.0.9.88','loggedin',1),(1388,'user','22','2025-05-04 15:33:20','','','102.0.9.88','loggedin',1),(1389,'user','18','2025-05-04 15:42:11','','','102.0.9.88','loggedin',1),(1390,'user','18','2025-05-04 15:42:52','','','102.0.9.88','loggedin',1),(1391,'user','22','2025-05-04 15:48:24','','','102.0.9.88','loggedin',1),(1392,'user','22','2025-05-04 15:58:54','','','102.0.9.88','loggedin',1),(1393,'user','22','2025-05-04 15:59:13','','','102.0.9.88','loggedin',1),(1394,'user','22','2025-05-04 15:59:58','','','102.0.9.88','loggedin',1),(1395,'admin','1','2025-05-04 16:04:47','2025-05-04 16:08:23','','102.0.9.88','loggedin',1),(1396,'user','22','2025-05-04 16:05:08','2025-05-04 16:05:57','','102.0.9.88','loggedin',1),(1397,'user','18','2025-05-04 16:08:36','','','102.0.9.88','loggedin',1),(1398,'user','22','2025-05-04 16:08:37','','','102.0.9.88','loggedin',1),(1399,'user','18','2025-05-04 16:09:13','2025-05-04 16:26:03','','102.0.9.88','loggedin',1),(1400,'user','22','2025-05-04 16:09:39','2025-05-04 16:11:17','','102.0.9.88','loggedin',1),(1401,'user','22','2025-05-04 16:12:38','2025-05-04 16:13:34','','102.0.9.88','loggedin',1),(1402,'user','22','2025-05-04 16:13:44','2025-05-04 16:13:56','','102.0.9.88','loggedin',1),(1403,'user','22','2025-05-04 16:24:58','','','102.0.9.88','loggedin',1),(1404,'user','22','2025-05-04 16:25:31','','','102.0.9.88','loggedin',1),(1405,'user','22','2025-05-04 16:26:09','2025-05-04 16:26:31','','102.0.9.88','loggedin',1),(1406,'user','22','2025-05-04 16:29:50','2025-05-04 16:34:01','','102.0.9.88','loggedin',1),(1407,'user','18','2025-05-04 16:33:33','','','102.0.9.88','loggedin',1),(1408,'user','22','2025-05-04 16:34:58','','','102.0.9.88','loggedin',1),(1409,'user','22','2025-05-04 16:35:42','','','102.0.9.88','loggedin',1),(1410,'user','22','2025-05-04 16:36:55','2025-05-04 16:38:08','','102.0.9.88','loggedin',1),(1411,'user','3','2025-05-04 16:38:18','2025-05-04 16:38:52','','102.0.9.88','loggedin',1),(1412,'user','22','2025-05-04 16:38:58','','','102.0.9.88','loggedin',1),(1413,'user','22','2025-05-04 16:39:16','','','102.0.9.88','loggedin',1),(1414,'user','22','2025-05-04 16:40:08','2025-05-04 16:40:29','','102.0.9.88','loggedin',1),(1415,'user','22','2025-05-04 16:42:34','','','102.0.9.88','loggedin',1),(1416,'user','22','2025-05-04 16:43:14','2025-05-04 16:46:16','','102.0.9.88','loggedin',1),(1417,'user','18','2025-05-04 16:44:28','2025-05-04 17:17:34','','102.0.9.88','loggedin',1),(1418,'user','22','2025-05-04 16:46:47','','','102.0.9.88','loggedin',1),(1419,'user','22','2025-05-04 16:49:36','','','102.0.9.88','loggedin',1),(1420,'user','22','2025-05-04 16:51:40','2025-05-04 16:52:54','','102.0.9.88','loggedin',1),(1421,'user','22','2025-05-04 16:53:18','','','102.0.9.88','loggedin',1),(1422,'user','22','2025-05-04 16:55:44','','','102.0.9.88','loggedin',1),(1423,'user','22','2025-05-04 16:57:03','','','102.0.9.88','loggedin',1),(1424,'user','22','2025-05-04 17:04:37','2025-05-04 17:05:00','','102.0.9.88','loggedin',1),(1425,'user','22','2025-05-04 17:11:55','','','102.0.9.88','loggedin',1),(1426,'user','22','2025-05-04 17:12:16','','','102.0.9.88','loggedin',1),(1427,'user','22','2025-05-04 17:14:24','','','102.0.9.88','loggedin',1),(1428,'user','22','2025-05-04 17:16:44','','','102.0.9.88','loggedin',1),(1429,'user','22','2025-05-04 17:17:00','','','102.0.9.88','loggedin',1),(1430,'user','22','2025-05-04 17:17:45','','','102.0.9.88','loggedin',1),(1431,'user','18','2025-05-04 17:19:15','','','102.0.9.88','loggedin',1),(1432,'user','22','2025-05-04 17:19:58','','','102.0.9.88','loggedin',1),(1433,'user','22','2025-05-04 17:21:54','2025-05-04 17:27:19','','102.0.9.88','loggedin',1),(1434,'user','22','2025-05-04 17:29:50','','','102.0.9.88','loggedin',1),(1435,'user','18','2025-05-04 17:31:44','','','102.0.9.88','loggedin',1),(1436,'user','22','2025-05-04 17:34:41','','','102.0.9.88','loggedin',1),(1437,'user','22','2025-05-04 17:35:45','2025-05-04 17:36:20','','102.0.9.88','loggedin',1),(1438,'user','22','2025-05-04 17:36:26','2025-05-04 17:37:53','','102.0.9.88','loggedin',1),(1439,'user','18','2025-05-04 17:38:23','','','102.0.9.88','loggedin',1),(1440,'user','22','2025-05-04 17:42:09','2025-05-04 17:44:03','','102.0.9.88','loggedin',1),(1441,'user','18','2025-05-04 17:42:14','','','102.0.9.88','loggedin',1),(1442,'user','22','2025-05-04 17:46:03','','','102.0.9.88','loggedin',1),(1443,'user','18','2025-05-04 17:48:40','','','102.0.9.88','loggedin',1),(1444,'user','18','2025-05-04 17:49:08','2025-05-04 17:49:38','','102.0.9.88','loggedin',1),(1445,'user','22','2025-05-04 17:49:44','2025-05-04 17:53:23','','102.0.9.88','loggedin',1),(1446,'user','3','2025-05-04 17:53:37','','','102.0.9.88','loggedin',1),(1447,'user','3','2025-05-04 17:54:00','2025-05-04 17:57:59','','102.0.9.88','loggedin',1),(1448,'user','22','2025-05-04 17:58:07','','','102.0.9.88','loggedin',1),(1449,'user','18','2025-05-04 17:58:40','2025-05-04 17:59:40','','102.0.9.88','loggedin',1),(1450,'user','22','2025-05-04 17:59:07','','','102.0.9.88','loggedin',1),(1451,'user','3','2025-05-04 17:59:48','2025-05-04 18:01:52','','102.0.9.88','loggedin',1),(1452,'user','22','2025-05-04 18:00:16','2025-05-04 18:00:20','','102.0.9.88','loggedin',1),(1453,'user','18','2025-05-04 18:01:56','2025-05-04 18:02:39','','102.0.9.88','loggedin',1),(1454,'user','3','2025-05-04 18:02:46','2025-05-04 18:03:31','','102.0.9.88','loggedin',1),(1455,'user','18','2025-05-04 18:03:06','','','102.0.9.88','loggedin',1),(1456,'user','18','2025-05-04 18:04:40','','','102.0.9.88','loggedin',1),(1457,'user','18','2025-05-04 18:05:34','2025-05-04 18:12:26','','102.0.9.88','loggedin',1),(1458,'user','22','2025-05-04 18:12:31','','','102.0.9.88','loggedin',1),(1459,'user','18','2025-05-04 18:20:56','','','102.0.9.88','loggedin',1),(1460,'user','18','2025-05-04 18:22:05','2025-05-04 18:26:45','','102.0.9.88','loggedin',1),(1461,'user','22','2025-05-04 18:26:51','2025-05-04 18:38:26','','102.0.9.88','loggedin',1),(1462,'user','18','2025-05-04 18:27:25','','','102.0.9.88','loggedin',1),(1463,'user','18','2025-05-04 18:32:57','','','102.0.9.88','loggedin',1),(1464,'user','22','2025-05-04 18:41:56','','','102.0.9.88','loggedin',1),(1465,'user','22','2025-05-04 18:42:25','','','102.0.9.88','loggedin',1),(1466,'user','22','2025-05-04 18:44:24','2025-05-04 18:45:12','','102.0.9.88','loggedin',1),(1467,'user','18','2025-05-04 18:48:15','','','102.0.9.88','loggedin',1),(1468,'user','22','2025-05-04 18:49:42','2025-05-04 18:57:18','','102.0.9.88','loggedin',1),(1469,'user','18','2025-05-04 18:57:27','2025-05-04 18:58:45','','102.0.9.88','loggedin',1),(1470,'user','22','2025-05-04 18:58:52','','','102.0.9.88','loggedin',1),(1471,'user','22','2025-05-04 19:02:01','','','102.0.9.88','loggedin',1),(1472,'user','18','2025-05-04 19:06:50','','','102.0.9.88','loggedin',1),(1473,'user','22','2025-05-04 19:19:31','','','102.0.9.88','loggedin',1),(1474,'user','18','2025-05-04 19:20:35','','','102.0.9.88','loggedin',1),(1475,'user','22','2025-05-04 19:21:32','','','102.0.9.88','loggedin',1),(1476,'user','18','2025-05-04 19:21:50','','','102.0.9.88','loggedin',1),(1477,'user','22','2025-05-04 19:22:10','','','102.0.9.88','loggedin',1),(1478,'user','22','2025-05-04 19:23:49','','','102.0.9.88','loggedin',1),(1479,'user','22','2025-05-04 19:24:56','2025-05-04 19:32:23','','102.0.9.88','loggedin',1),(1480,'user','18','2025-05-04 19:26:39','','','102.0.9.88','loggedin',1),(1481,'user','18','2025-05-04 19:30:16','2025-05-04 19:47:45','','102.0.9.88','loggedin',1),(1482,'user','22','2025-05-04 19:46:33','','','102.0.9.88','loggedin',1),(1483,'user','3','2025-05-04 19:47:55','2025-05-04 19:51:34','','102.0.9.88','loggedin',1),(1484,'user','22','2025-05-04 19:48:41','','','102.0.9.88','loggedin',1),(1485,'user','22','2025-05-04 19:50:08','2025-05-04 19:50:58','','102.0.9.88','loggedin',1),(1486,'user','3','2025-05-04 19:52:30','2025-05-04 19:53:14','','102.0.9.88','loggedin',1),(1487,'user','22','2025-05-04 19:55:54','','','102.0.9.88','loggedin',1),(1488,'user','18','2025-05-04 19:57:02','','','102.0.9.88','loggedin',1),(1489,'user','22','2025-05-04 19:57:08','2025-05-04 19:57:24','','102.0.9.88','loggedin',1),(1490,'user','18','2025-05-04 19:58:30','','','102.0.9.88','loggedin',1),(1491,'user','22','2025-05-04 20:02:46','','','102.0.9.88','loggedin',1),(1492,'user','22','2025-05-04 20:04:44','','','102.0.9.88','loggedin',1),(1493,'user','18','2025-05-04 20:07:26','','','102.0.9.88','loggedin',1),(1494,'user','22','2025-05-04 20:08:41','2025-05-04 20:09:06','','102.0.9.88','loggedin',1),(1495,'user','22','2025-05-04 20:12:18','2025-05-04 20:13:03','','102.0.9.88','loggedin',1),(1496,'user','22','2025-05-04 20:14:47','','','102.0.9.88','loggedin',1),(1497,'user','22','2025-05-04 20:15:57','','','102.0.9.88','loggedin',1),(1498,'user','18','2025-05-04 20:26:26','','','102.0.9.88','loggedin',1),(1499,'user','18','2025-05-04 20:28:18','2025-05-04 20:30:40','','102.0.9.88','loggedin',1),(1500,'user','22','2025-05-04 20:30:50','','','102.0.9.88','loggedin',1),(1501,'user','22','2025-05-04 20:32:07','','','102.0.9.88','loggedin',1),(1502,'user','22','2025-05-04 20:33:08','','','102.0.9.88','loggedin',1),(1503,'user','22','2025-05-04 20:35:58','','','102.0.9.88','loggedin',1),(1504,'user','22','2025-05-04 20:39:39','','','102.0.9.88','loggedin',1),(1505,'user','22','2025-05-04 20:40:50','','','102.0.9.88','loggedin',1),(1506,'user','18','2025-05-04 20:44:48','','','102.0.9.88','loggedin',1),(1507,'user','22','2025-05-04 20:54:12','','','102.0.9.88','loggedin',1),(1508,'user','22','2025-05-04 20:54:54','','','102.0.9.88','loggedin',1),(1509,'user','22','2025-05-04 21:02:36','2025-05-04 21:05:01','','102.0.9.88','loggedin',1),(1510,'user','22','2025-05-04 21:09:47','','','102.0.9.88','loggedin',1),(1511,'admin','1','2025-05-04 21:15:35','','','102.0.9.88','loggedin',1),(1512,'user','22','2025-05-04 21:16:12','','','102.0.9.88','loggedin',1),(1513,'user','22','2025-05-04 21:16:51','','','102.0.9.88','loggedin',1),(1514,'admin','1','2025-05-04 21:23:39','','','102.0.9.88','loggedin',1),(1515,'user','22','2025-05-04 21:31:49','','','102.0.9.88','loggedin',1),(1516,'user','22','2025-05-04 21:34:06','','','102.0.9.88','loggedin',1),(1517,'admin','1','2025-05-04 21:35:36','','','105.161.195.199','loggedin',1),(1518,'user','22','2025-05-04 21:45:59','','','102.0.9.88','loggedin',1),(1519,'user','22','2025-05-04 21:46:26','','','102.0.9.88','loggedin',1),(1520,'user','22','2025-05-04 21:46:47','2025-05-04 21:47:13','','102.0.9.88','loggedin',1),(1521,'user','22','2025-05-04 21:49:21','','','102.0.9.88','loggedin',1),(1522,'user','11','2025-05-04 23:59:37','','','102.0.9.88','loggedin',1),(1523,'user','10','2025-05-05 00:09:29','','','102.0.9.88','loggedin',1),(1524,'user','11','2025-05-05 00:11:18','','','102.0.9.88','loggedin',1),(1525,'user','11','2025-05-05 08:25:51','','','102.0.9.88','loggedin',1),(1526,'user','11','2025-05-05 08:32:07','','','102.0.9.88','loggedin',1),(1527,'user','11','2025-05-05 08:35:53','','','102.0.9.88','loggedin',1),(1528,'user','11','2025-05-05 08:41:19','','','102.0.9.88','loggedin',1),(1529,'user','11','2025-05-05 08:58:44','','','102.0.9.88','loggedin',1),(1530,'user','11','2025-05-05 09:10:19','','','102.0.9.88','loggedin',1),(1531,'admin','1','2025-05-05 09:14:48','','','102.0.9.88','loggedin',1),(1532,'admin','1','2025-05-05 09:25:57','','','197.237.225.161','loggedin',1),(1533,'user','18','2025-05-05 09:31:22','','','102.0.9.88','loggedin',1),(1534,'user','18','2025-05-05 09:47:56','','','102.0.9.88','loggedin',1),(1535,'user','18','2025-05-05 09:48:39','','','102.0.9.88','loggedin',1),(1536,'user','22','2025-05-05 10:17:20','2025-05-05 10:17:29','','102.0.9.88','loggedin',1),(1537,'user','22','2025-05-05 10:22:16','2025-05-05 10:22:24','','102.0.9.88','loggedin',1),(1538,'user','22','2025-05-05 10:24:16','','','102.0.9.88','loggedin',1),(1539,'user','22','2025-05-05 10:24:46','','','102.0.9.88','loggedin',1),(1540,'user','22','2025-05-05 10:31:10','2025-05-05 10:37:16','','102.0.9.88','loggedin',1),(1541,'user','22','2025-05-05 10:45:31','','','102.0.9.88','loggedin',1),(1542,'user','22','2025-05-05 10:53:08','','','102.0.9.88','loggedin',1),(1543,'user','22','2025-05-05 10:54:35','','','102.0.9.88','loggedin',1),(1544,'user','22','2025-05-05 10:57:44','','','102.0.9.88','loggedin',1),(1545,'user','22','2025-05-05 10:59:25','','','102.0.9.88','loggedin',1),(1546,'user','22','2025-05-05 11:03:13','','','102.0.9.88','loggedin',1),(1547,'user','22','2025-05-05 11:03:32','2025-05-05 11:05:46','','102.0.9.88','loggedin',1),(1548,'user','22','2025-05-05 11:06:22','','','102.0.9.88','loggedin',1),(1549,'user','18','2025-05-05 11:21:08','','','102.0.9.88','loggedin',1),(1550,'user','18','2025-05-05 11:21:38','','','102.0.9.88','loggedin',1),(1551,'user','22','2025-05-05 11:22:21','','','102.0.9.88','loggedin',1),(1552,'user','22','2025-05-05 11:25:23','','','102.0.9.88','loggedin',1),(1553,'user','22','2025-05-05 11:25:48','','','102.0.9.88','loggedin',1),(1554,'user','22','2025-05-05 11:36:03','','','102.0.9.88','loggedin',1),(1555,'user','18','2025-05-05 11:41:28','','','102.0.9.88','loggedin',1),(1556,'user','22','2025-05-05 11:42:22','','','102.0.9.88','loggedin',1),(1557,'user','22','2025-05-05 11:43:22','','','102.0.9.88','loggedin',1),(1558,'user','18','2025-05-05 12:10:35','2025-05-05 12:18:29','','102.0.9.88','loggedin',1),(1559,'user','22','2025-05-05 12:18:33','2025-05-05 12:19:38','','102.0.9.88','loggedin',1),(1560,'user','22','2025-05-05 12:23:32','2025-05-05 12:23:53','','102.0.9.88','loggedin',1),(1561,'user','18','2025-05-05 12:34:21','','','102.0.9.88','loggedin',1),(1562,'user','22','2025-05-05 12:53:18','','','102.0.9.88','loggedin',1),(1563,'user','22','2025-05-05 12:53:50','2025-05-05 13:22:00','','102.0.9.88','loggedin',1),(1564,'admin','1','2025-05-05 13:16:15','','','102.0.9.88','loggedin',1),(1565,'admin','1','2025-05-05 13:19:28','','','102.0.9.88','loggedin',1),(1566,'user','22','2025-05-05 13:28:16','','','102.0.9.88','loggedin',1),(1567,'user','22','2025-05-05 13:45:20','','','102.0.9.88','loggedin',1),(1568,'user','22','2025-05-05 13:45:58','','','102.0.9.88','loggedin',1),(1569,'user','3','2025-05-05 14:05:46','2025-05-05 14:11:15','','102.0.9.88','loggedin',1),(1570,'user','22','2025-05-05 14:08:15','','','102.0.9.88','loggedin',1),(1571,'user','22','2025-05-05 14:09:00','2025-05-05 14:12:07','','102.0.9.88','loggedin',1),(1572,'user','18','2025-05-05 14:43:15','','','102.0.9.88','loggedin',1),(1573,'user','18','2025-05-05 14:43:47','','','102.0.9.88','loggedin',1),(1574,'user','22','2025-05-05 15:13:19','','','102.0.9.88','loggedin',1),(1575,'user','22','2025-05-05 15:17:18','','','102.0.9.88','loggedin',1),(1576,'user','18','2025-05-05 15:20:37','2025-05-05 15:21:19','','102.0.9.88','loggedin',1),(1577,'user','22','2025-05-05 15:21:28','','','102.0.9.88','loggedin',1),(1578,'user','18','2025-05-05 15:22:47','','','102.0.9.88','loggedin',1),(1579,'user','18','2025-05-05 15:23:27','','','102.0.9.88','loggedin',1),(1580,'user','22','2025-05-05 15:27:18','','','102.0.9.88','loggedin',1),(1581,'user','22','2025-05-05 15:28:05','','','102.0.9.88','loggedin',1),(1582,'user','22','2025-05-05 15:29:09','2025-05-05 15:31:18','','102.0.9.88','loggedin',1),(1583,'user','22','2025-05-05 15:39:51','','','102.0.9.88','loggedin',1),(1584,'user','22','2025-05-05 15:40:40','2025-05-05 15:57:56','','102.0.9.88','loggedin',1),(1585,'user','22','2025-05-05 16:11:28','2025-05-05 16:12:30','','102.0.9.88','loggedin',1),(1586,'user','18','2025-05-05 16:14:39','','','102.0.9.88','loggedin',1),(1587,'user','18','2025-05-05 16:17:34','','','102.0.9.88','loggedin',1),(1588,'user','18','2025-05-05 16:21:07','','','102.0.9.88','loggedin',1),(1589,'user','22','2025-05-05 16:22:01','','','102.0.9.88','loggedin',1),(1590,'user','18','2025-05-05 16:26:32','','','102.0.9.88','loggedin',1),(1591,'user','18','2025-05-05 16:27:13','2025-05-05 16:30:41','','102.0.9.88','loggedin',1),(1592,'user','22','2025-05-05 16:31:13','','','102.0.9.88','loggedin',1),(1593,'user','22','2025-05-05 16:33:29','','','102.0.9.88','loggedin',1),(1594,'user','3','2025-05-05 16:36:26','2025-05-05 16:40:37','','102.0.9.88','loggedin',1),(1595,'user','18','2025-05-05 16:36:53','','','102.0.9.88','loggedin',1),(1596,'user','18','2025-05-05 16:37:31','','','102.0.9.88','loggedin',1),(1597,'user','18','2025-05-05 16:39:06','','','102.0.9.88','loggedin',1),(1598,'user','18','2025-05-05 16:39:56','2025-05-05 16:42:32','','102.0.9.88','loggedin',1),(1599,'user','22','2025-05-05 16:42:38','','','102.0.9.88','loggedin',1),(1600,'user','22','2025-05-05 16:43:11','','','102.0.9.88','loggedin',1),(1601,'user','22','2025-05-05 16:50:37','','','102.0.9.88','loggedin',1),(1602,'user','18','2025-05-05 16:55:58','','','102.0.9.88','loggedin',1),(1603,'user','18','2025-05-05 16:59:17','','','102.0.9.88','loggedin',1),(1604,'user','18','2025-05-05 16:59:34','2025-05-05 17:01:35','','102.0.9.88','loggedin',1),(1605,'user','22','2025-05-05 17:01:40','','','102.0.9.88','loggedin',1),(1606,'user','22','2025-05-05 17:05:47','2025-05-05 17:07:52','','102.0.9.88','loggedin',1),(1607,'user','18','2025-05-05 17:20:32','','','102.0.9.88','loggedin',1),(1608,'user','22','2025-05-05 17:22:01','2025-05-05 17:22:37','','102.0.9.88','loggedin',1),(1609,'user','22','2025-05-05 17:24:26','','','102.0.9.88','loggedin',1),(1610,'user','22','2025-05-05 17:26:23','','','102.0.9.88','loggedin',1),(1611,'user','18','2025-05-05 17:26:49','2025-05-05 17:30:47','','102.0.9.88','loggedin',1),(1612,'user','3','2025-05-05 17:30:59','2025-05-05 17:34:41','','102.0.9.88','loggedin',1),(1613,'user','22','2025-05-05 17:34:22','','','102.0.9.88','loggedin',1),(1614,'user','22','2025-05-05 17:34:58','','','102.0.9.88','loggedin',1),(1615,'user','22','2025-05-05 17:35:46','','','102.0.9.88','loggedin',1),(1616,'user','22','2025-05-05 17:41:11','','','102.0.9.88','loggedin',1),(1617,'user','18','2025-05-05 17:44:49','','','102.0.9.88','loggedin',1),(1618,'user','22','2025-05-05 17:46:40','','','102.0.9.88','loggedin',1),(1619,'user','22','2025-05-05 17:47:06','2025-05-05 17:47:30','','102.0.9.88','loggedin',1),(1620,'user','18','2025-05-05 17:48:38','','','102.0.9.88','loggedin',1),(1621,'user','18','2025-05-05 17:51:46','2025-05-05 17:52:33','','102.0.9.88','loggedin',1),(1622,'user','22','2025-05-05 17:52:40','','','102.0.9.88','loggedin',1),(1623,'user','22','2025-05-05 17:53:58','2025-05-05 17:54:56','','102.0.9.88','loggedin',1),(1624,'user','18','2025-05-05 17:57:00','','','102.0.9.88','loggedin',1),(1625,'user','18','2025-05-05 17:57:33','2025-05-05 18:00:19','','102.0.9.88','loggedin',1),(1626,'user','22','2025-05-05 18:04:49','','','102.0.9.88','loggedin',1),(1627,'user','22','2025-05-05 18:06:00','','','102.0.9.88','loggedin',1),(1628,'user','18','2025-05-05 18:06:39','','','102.0.9.88','loggedin',1),(1629,'user','22','2025-05-05 18:08:07','2025-05-05 18:26:24','','102.0.9.88','loggedin',1),(1630,'user','18','2025-05-05 18:17:34','','','102.0.9.88','loggedin',1),(1631,'user','18','2025-05-05 18:20:43','','','102.0.9.88','loggedin',1),(1632,'user','22','2025-05-05 18:26:29','','','102.0.9.88','loggedin',1),(1633,'user','22','2025-05-05 18:27:27','','','102.0.9.88','loggedin',1),(1634,'user','22','2025-05-05 18:39:35','','','102.0.9.88','loggedin',1),(1635,'user','22','2025-05-05 18:52:36','2025-05-05 19:14:06','','102.0.9.88','loggedin',1),(1636,'user','18','2025-05-05 18:54:55','','','102.0.9.88','loggedin',1),(1637,'user','18','2025-05-05 19:17:39','','','102.0.9.88','loggedin',1),(1638,'user','18','2025-05-05 19:19:49','2025-05-05 19:20:03','','102.0.9.88','loggedin',1),(1639,'user','22','2025-05-05 19:20:21','','','102.0.9.88','loggedin',1),(1640,'user','18','2025-05-05 19:24:00','','','102.0.9.88','loggedin',1),(1641,'user','3','2025-05-05 19:27:36','','','102.0.9.88','loggedin',1),(1642,'user','3','2025-05-05 19:27:57','2025-05-05 19:29:45','','102.0.9.88','loggedin',1),(1643,'user','18','2025-05-05 19:29:52','','','102.0.9.88','loggedin',1),(1644,'user','18','2025-05-05 19:30:48','','','102.0.9.88','loggedin',1),(1645,'user','22','2025-05-05 19:30:55','2025-05-05 19:31:49','','102.0.9.88','loggedin',1),(1646,'user','22','2025-05-05 19:31:55','','','102.0.9.88','loggedin',1),(1647,'user','18','2025-05-05 19:32:34','2025-05-05 19:40:18','','102.0.9.88','loggedin',1),(1648,'user','22','2025-05-05 19:33:08','','','102.0.9.88','loggedin',1),(1649,'admin','1','2025-05-05 19:35:52','','','197.237.225.161','loggedin',1),(1650,'admin','1','2025-05-05 19:39:00','2025-05-05 21:32:31','','197.237.225.161','loggedin',1),(1651,'user','22','2025-05-05 19:40:37','2025-05-05 19:44:40','','102.0.9.88','loggedin',1),(1652,'user','22','2025-05-05 19:44:47','','','102.0.9.88','loggedin',1),(1653,'user','22','2025-05-05 19:46:05','','','102.0.9.88','loggedin',1),(1654,'user','18','2025-05-05 19:53:23','2025-05-05 19:53:53','','102.0.9.88','loggedin',1),(1655,'user','18','2025-05-05 19:54:10','2025-05-05 19:55:17','','102.0.9.88','loggedin',1),(1656,'user','22','2025-05-05 19:54:17','','','102.0.9.88','loggedin',1),(1657,'user','22','2025-05-05 19:55:26','','','102.0.9.88','loggedin',1),(1658,'user','22','2025-05-05 19:56:57','','','102.0.9.88','loggedin',1),(1659,'user','22','2025-05-05 19:57:22','','','102.0.9.88','loggedin',1),(1660,'user','22','2025-05-05 20:04:00','','','102.0.9.88','loggedin',1),(1661,'user','22','2025-05-05 20:14:20','','','102.0.9.88','loggedin',1),(1662,'user','22','2025-05-05 20:19:05','','','102.0.9.88','loggedin',1),(1663,'user','22','2025-05-05 20:21:51','','','102.0.9.88','loggedin',1),(1664,'user','22','2025-05-05 20:23:47','2025-05-05 20:24:50','','102.0.9.88','loggedin',1),(1665,'user','3','2025-05-05 20:25:00','2025-05-05 20:26:24','','102.0.9.88','loggedin',1),(1666,'user','22','2025-05-05 20:26:32','','','102.0.9.88','loggedin',1),(1667,'user','22','2025-05-05 20:31:49','','','102.0.9.88','loggedin',1),(1668,'user','18','2025-05-05 20:37:06','2025-05-05 20:37:46','','102.0.9.88','loggedin',1),(1669,'user','22','2025-05-05 20:37:52','','','102.0.9.88','loggedin',1),(1670,'user','22','2025-05-05 20:41:36','2025-05-05 20:42:14','','102.0.9.88','loggedin',1),(1671,'user','18','2025-05-05 20:42:20','','','102.0.9.88','loggedin',1),(1672,'user','22','2025-05-05 20:42:26','','','102.0.9.88','loggedin',1),(1673,'user','22','2025-05-05 20:43:17','','','102.0.9.88','loggedin',1),(1674,'user','18','2025-05-05 20:51:43','','','102.0.9.88','loggedin',1),(1675,'user','22','2025-05-05 20:54:09','','','102.0.9.88','loggedin',1),(1676,'user','18','2025-05-05 21:00:29','','','102.0.9.88','loggedin',1),(1677,'user','22','2025-05-05 21:04:03','','','102.0.9.88','loggedin',1),(1678,'user','18','2025-05-05 21:05:31','','','102.0.9.88','loggedin',1),(1679,'user','22','2025-05-05 21:16:39','2025-05-05 21:19:10','','102.0.9.88','loggedin',1),(1680,'user','3','2025-05-05 21:19:21','2025-05-05 21:21:15','','102.0.9.88','loggedin',1),(1681,'user','22','2025-05-05 21:21:23','','','102.0.9.88','loggedin',1),(1682,'user','22','2025-05-05 21:26:59','2025-05-05 21:27:07','','102.0.9.88','loggedin',1),(1683,'user','22','2025-05-05 21:29:21','','','102.0.9.88','loggedin',1),(1684,'user','22','2025-05-05 21:31:38','2025-05-05 21:54:07','','102.0.9.88','loggedin',1),(1685,'admin','1','2025-05-05 21:32:39','','','197.237.225.161','loggedin',1),(1686,'admin','1','2025-05-05 22:29:11','2025-05-05 23:37:10','','154.79.161.54','loggedin',1),(1687,'user','4','2025-05-05 23:37:17','','','197.237.225.161','loggedin',1),(1688,'admin','1','2025-05-05 23:37:55','2025-05-06 00:25:48','','197.237.225.161','loggedin',1),(1689,'user','11','2025-05-06 09:19:25','','','102.0.9.88','loggedin',1),(1690,'user','18','2025-05-06 09:25:51','','','102.0.9.88','loggedin',1),(1691,'user','18','2025-05-06 09:50:30','','','102.0.9.88','loggedin',1),(1692,'user','18','2025-05-06 09:51:12','','','102.0.9.88','loggedin',1),(1693,'user','18','2025-05-06 09:59:43','2025-05-06 10:00:30','','102.0.9.88','loggedin',1),(1694,'admin','1','2025-05-06 10:17:00','','','102.0.9.88','loggedin',1),(1695,'admin','1','2025-05-06 10:20:11','','','102.0.9.88','loggedin',1),(1696,'user','8','2025-05-06 10:21:03','2025-05-06 11:11:26','','102.0.9.88','loggedin',1),(1697,'user','3','2025-05-06 11:11:34','','','102.0.9.88','loggedin',1),(1698,'user','3','2025-05-06 11:11:50','2025-05-06 11:14:11','','102.0.9.88','loggedin',1),(1699,'user','8','2025-05-06 11:15:18','','','102.0.9.88','loggedin',1),(1700,'user','8','2025-05-06 11:20:01','','','102.0.9.88','loggedin',1),(1701,'user','8','2025-05-06 11:20:42','2025-05-06 11:35:26','','102.0.9.88','loggedin',1),(1702,'admin','1','2025-05-06 11:26:51','','','102.0.9.88','loggedin',1),(1703,'user','8','2025-05-06 11:38:50','','','102.0.9.88','loggedin',1),(1704,'user','8','2025-05-06 11:39:46','','','102.0.9.88','loggedin',1),(1705,'user','8','2025-05-06 12:18:04','','','102.0.9.88','loggedin',1),(1706,'user','8','2025-05-06 12:19:15','','','102.0.9.88','loggedin',1),(1707,'user','8','2025-05-06 12:22:32','','','102.0.9.88','loggedin',1),(1708,'user','8','2025-05-06 12:41:07','','','102.0.9.88','loggedin',1),(1709,'user','3','2025-05-06 12:43:49','2025-05-06 12:47:35','','102.0.9.88','loggedin',1),(1710,'user','8','2025-05-06 12:47:48','','','102.0.9.88','loggedin',1),(1711,'user','8','2025-05-06 12:48:24','','','102.0.9.88','loggedin',1),(1712,'user','8','2025-05-06 12:53:31','','','102.0.9.88','loggedin',1),(1713,'user','8','2025-05-06 12:58:15','2025-05-06 13:09:05','','102.0.9.88','loggedin',1),(1714,'user','3','2025-05-06 13:02:28','2025-05-06 13:07:59','','102.0.9.88','loggedin',1),(1715,'user','8','2025-05-06 13:33:30','2025-05-06 13:36:18','','102.0.9.88','loggedin',1),(1716,'user','8','2025-05-06 14:28:06','','','102.0.9.88','loggedin',1),(1717,'user','8','2025-05-06 14:35:49','','','102.0.9.88','loggedin',1),(1718,'user','8','2025-05-06 14:52:48','2025-05-06 14:55:12','','102.0.9.88','loggedin',1),(1719,'user','8','2025-05-06 14:55:42','2025-05-06 14:56:25','','102.0.9.88','loggedin',1),(1720,'user','3','2025-05-06 14:56:45','2025-05-06 14:57:00','','102.0.9.88','loggedin',1),(1721,'user','8','2025-05-06 15:03:28','','','102.0.9.88','loggedin',1),(1722,'user','8','2025-05-06 15:06:20','','','102.0.9.88','loggedin',1),(1723,'user','8','2025-05-06 15:11:52','','','102.0.9.88','loggedin',1),(1724,'user','8','2025-05-06 15:35:52','','','102.0.9.88','loggedin',1),(1725,'user','8','2025-05-06 15:47:02','','','102.0.9.88','loggedin',1),(1726,'user','8','2025-05-06 15:51:17','','','102.0.9.88','loggedin',1),(1727,'user','8','2025-05-06 16:06:49','','','102.0.9.88','loggedin',1),(1728,'user','8','2025-05-06 16:13:22','','','102.0.9.88','loggedin',1),(1729,'user','8','2025-05-06 16:16:57','','','102.0.9.88','loggedin',1),(1730,'user','8','2025-05-06 16:29:07','','','102.0.9.88','loggedin',1),(1731,'admin','1','2025-05-06 16:34:06','','','102.0.9.88','loggedin',1),(1732,'user','3','2025-05-06 16:39:03','2025-05-06 16:39:12','','102.0.9.88','loggedin',1),(1733,'user','8','2025-05-06 16:39:20','','','102.0.9.88','loggedin',1),(1734,'user','8','2025-05-06 16:40:19','','','102.0.9.88','loggedin',1),(1735,'user','8','2025-05-06 16:41:28','2025-05-06 16:42:50','','102.0.9.88','loggedin',1),(1736,'user','8','2025-05-06 16:45:03','','','102.0.9.88','loggedin',1),(1737,'user','8','2025-05-06 17:05:10','','','102.0.9.88','loggedin',1),(1738,'user','8','2025-05-06 17:07:20','2025-05-06 17:11:44','','102.0.9.88','loggedin',1),(1739,'user','8','2025-05-06 17:13:04','','','102.0.9.88','loggedin',1),(1740,'user','3','2025-05-06 17:19:25','2025-05-06 17:21:07','','102.0.9.88','loggedin',1),(1741,'user','8','2025-05-06 17:21:53','','','102.0.9.88','loggedin',1),(1742,'user','8','2025-05-06 17:25:47','','','102.0.9.88','loggedin',1),(1743,'user','8','2025-05-06 17:42:44','','','102.0.9.88','loggedin',1),(1744,'user','8','2025-05-06 17:52:04','','','102.0.9.88','loggedin',1),(1745,'admin','1','2025-05-06 18:39:39','','','102.0.9.88','loggedin',1),(1746,'admin','1','2025-05-06 18:40:32','','','102.0.9.88','loggedin',1),(1747,'user','8','2025-05-06 18:52:49','','','102.0.9.88','loggedin',1),(1748,'user','8','2025-05-06 19:00:36','2025-05-06 19:00:56','','102.0.9.88','loggedin',1),(1749,'user','8','2025-05-06 19:18:18','','','102.0.9.88','loggedin',1),(1750,'user','8','2025-05-06 19:21:01','','','102.0.9.88','loggedin',1),(1751,'user','8','2025-05-06 19:22:32','','','102.0.9.88','loggedin',1),(1752,'user','8','2025-05-06 19:34:26','','','102.0.9.88','loggedin',1),(1753,'user','3','2025-05-06 19:39:37','','','102.0.9.88','loggedin',1),(1754,'user','8','2025-05-06 19:50:26','','','102.0.9.88','loggedin',1),(1755,'user','8','2025-05-06 19:51:32','2025-05-06 20:01:16','','102.0.9.88','loggedin',1),(1756,'user','8','2025-05-06 20:11:44','','','102.0.9.88','loggedin',1),(1757,'admin','1','2025-05-06 20:15:40','2025-05-06 20:16:37','','102.0.9.88','loggedin',1),(1758,'user','8','2025-05-06 20:28:29','2025-05-06 20:29:27','','102.0.9.88','loggedin',1),(1759,'admin','1','2025-05-06 20:31:41','','','105.161.15.20','loggedin',1),(1760,'admin','1','2025-05-06 20:40:34','','','102.0.9.88','loggedin',1),(1761,'user','8','2025-05-06 21:04:21','2025-05-06 21:05:08','','102.0.9.88','loggedin',1),(1762,'admin','1','2025-05-06 21:39:04','','','105.161.47.20','loggedin',1),(1763,'user','22','2025-05-06 22:07:52','','','102.0.9.88','loggedin',1),(1764,'user','22','2025-05-06 22:09:26','','','102.0.9.88','loggedin',1),(1765,'user','22','2025-05-06 22:10:11','','','102.0.9.88','loggedin',1),(1766,'user','22','2025-05-06 22:11:11','2025-05-06 22:15:04','','102.0.9.88','loggedin',1),(1767,'user','22','2025-05-06 22:16:59','','','102.0.9.88','loggedin',1),(1768,'user','22','2025-05-06 22:17:27','','','102.0.9.88','loggedin',1),(1769,'admin','1','2025-05-06 23:54:48','2025-05-06 23:56:29','','197.237.225.161','loggedin',1),(1770,'user','5','2025-05-06 23:56:37','','','197.237.225.161','loggedin',1),(1771,'user','22','2025-05-07 01:09:12','','','102.0.9.88','loggedin',1),(1772,'user','22','2025-05-07 01:09:52','','','102.0.9.88','loggedin',1),(1773,'user','22','2025-05-07 01:10:46','','','102.0.9.88','loggedin',1),(1774,'user','22','2025-05-07 01:12:04','','','102.0.9.88','loggedin',1),(1775,'user','22','2025-05-07 01:14:31','2025-05-07 01:32:20','','102.0.9.88','loggedin',1),(1776,'user','22','2025-05-07 01:32:31','','','102.0.9.88','loggedin',1),(1777,'user','22','2025-05-07 01:36:19','','','102.0.9.88','loggedin',1),(1778,'user','22','2025-05-07 01:50:56','','','102.0.9.88','loggedin',1),(1779,'user','22','2025-05-07 01:51:20','','','102.0.9.88','loggedin',1),(1780,'admin','1','2025-05-07 01:53:05','','','197.237.225.161','loggedin',1),(1781,'user','10','2025-05-07 01:54:07','2025-05-07 01:59:53','','102.0.9.88','loggedin',1),(1782,'user','22','2025-05-07 01:59:58','','','102.0.9.88','loggedin',1),(1783,'user','22','2025-05-07 02:01:26','','','102.0.9.88','loggedin',1),(1784,'user','22','2025-05-07 02:12:41','2025-05-07 02:16:59','','102.0.9.88','loggedin',1),(1785,'user','22','2025-05-07 07:18:48','','','102.0.9.88','loggedin',1),(1786,'user','22','2025-05-07 07:19:35','2025-05-07 07:22:47','','102.0.9.88','loggedin',1),(1787,'user','21','2025-05-07 08:00:03','','','102.0.9.88','loggedin',1),(1788,'user','21','2025-05-07 08:00:31','','','102.0.9.88','loggedin',1),(1789,'user','21','2025-05-07 08:22:10','2025-05-07 08:22:39','','102.0.9.88','loggedin',1),(1790,'user','22','2025-05-07 08:30:37','','','102.0.9.88','loggedin',1),(1791,'admin','1','2025-05-07 08:32:26','','','197.237.225.161','loggedin',1),(1792,'user','21','2025-05-07 09:02:11','','','102.0.9.88','loggedin',1),(1793,'user','21','2025-05-07 09:02:59','','','102.0.9.88','loggedin',1),(1794,'user','21','2025-05-07 09:03:46','','','102.0.9.88','loggedin',1),(1795,'user','21','2025-05-07 09:04:03','','','102.0.9.88','loggedin',1),(1796,'user','21','2025-05-07 09:04:44','2025-05-07 09:05:51','','102.0.9.88','loggedin',1),(1797,'user','21','2025-05-07 09:11:46','2025-05-07 09:12:15','','102.0.9.88','loggedin',1),(1798,'user','8','2025-05-07 09:13:04','2025-05-07 09:13:40','','102.0.9.88','loggedin',1),(1799,'user','21','2025-05-07 09:19:41','','','102.0.9.88','loggedin',1),(1800,'user','21','2025-05-07 09:19:54','2025-05-07 09:20:39','','102.0.9.88','loggedin',1),(1801,'user','8','2025-05-07 09:24:02','','','102.0.9.88','loggedin',1),(1802,'user','8','2025-05-07 09:24:27','','','102.0.9.88','loggedin',1),(1803,'user','21','2025-05-07 09:28:57','2025-05-07 09:29:00','','102.0.9.88','loggedin',1),(1804,'user','21','2025-05-07 09:29:26','','','102.0.9.88','loggedin',1),(1805,'user','21','2025-05-07 09:31:13','2025-05-07 09:31:24','','102.0.9.88','loggedin',1),(1806,'user','10','2025-05-07 09:39:40','2025-05-07 10:01:35','','102.0.9.88','loggedin',1),(1807,'user','21','2025-05-07 10:02:10','','','102.0.9.88','loggedin',1),(1808,'user','21','2025-05-07 10:03:37','','','102.0.9.88','loggedin',1),(1809,'user','21','2025-05-07 10:05:08','2025-05-07 10:05:32','','102.0.9.88','loggedin',1),(1810,'user','21','2025-05-07 10:08:35','2025-05-07 10:08:57','','102.0.9.88','loggedin',1),(1811,'user','8','2025-05-07 10:12:34','','','102.0.9.88','loggedin',1),(1812,'user','8','2025-05-07 10:13:29','2025-05-07 10:39:58','','102.0.9.88','loggedin',1),(1813,'user','8','2025-05-07 10:40:30','','','102.0.9.88','loggedin',1),(1814,'user','8','2025-05-07 10:41:17','','','102.0.9.88','loggedin',1),(1815,'user','8','2025-05-07 13:06:27','','','102.0.9.88','loggedin',1),(1816,'user','8','2025-05-07 13:07:38','2025-05-07 13:08:39','','102.0.9.88','loggedin',1),(1817,'user','8','2025-05-07 13:16:57','','','102.0.9.88','loggedin',1),(1818,'user','8','2025-05-07 13:25:01','','','102.0.9.88','loggedin',1),(1819,'user','8','2025-05-07 13:25:57','2025-05-07 13:28:06','','102.0.9.88','loggedin',1),(1820,'user','8','2025-05-07 13:37:30','','','102.0.9.88','loggedin',1),(1821,'user','8','2025-05-07 13:42:23','','','102.0.9.88','loggedin',1),(1822,'user','8','2025-05-07 13:43:33','','','102.0.9.88','loggedin',1),(1823,'user','8','2025-05-07 13:45:51','2025-05-07 13:46:57','','102.0.9.88','loggedin',1),(1824,'user','8','2025-05-07 14:10:08','','','102.0.9.88','loggedin',1),(1825,'user','8','2025-05-07 14:12:11','','','102.0.9.88','loggedin',1),(1826,'user','8','2025-05-07 14:13:02','2025-05-07 14:15:18','','102.0.9.88','loggedin',1),(1827,'user','8','2025-05-07 14:19:01','','','102.0.9.88','loggedin',1),(1828,'user','8','2025-05-07 14:27:34','','','102.0.9.88','loggedin',1),(1829,'user','8','2025-05-07 14:39:32','2025-05-07 14:40:09','','102.0.9.88','loggedin',1),(1830,'user','8','2025-05-07 14:44:59','','','102.0.9.88','loggedin',1),(1831,'user','8','2025-05-07 14:47:00','2025-05-07 14:48:07','','102.0.9.88','loggedin',1),(1832,'user','8','2025-05-07 15:15:28','','','102.0.9.88','loggedin',1),(1833,'user','8','2025-05-07 15:16:31','2025-05-07 15:18:08','','102.0.9.88','loggedin',1),(1834,'user','8','2025-05-07 15:22:29','','','102.0.9.88','loggedin',1),(1835,'user','8','2025-05-07 15:36:05','2025-05-07 15:37:24','','102.0.9.88','loggedin',1),(1836,'user','8','2025-05-07 15:46:44','','','102.0.9.88','loggedin',1),(1837,'user','8','2025-05-07 15:48:43','2025-05-07 15:51:20','','102.0.9.88','loggedin',1),(1838,'user','8','2025-05-07 15:56:02','','','102.0.9.88','loggedin',1),(1839,'user','8','2025-05-07 15:57:52','2025-05-07 15:58:40','','102.0.9.88','loggedin',1),(1840,'user','8','2025-05-07 16:09:19','','','102.0.9.88','loggedin',1),(1841,'user','8','2025-05-07 16:10:21','2025-05-07 16:10:49','','102.0.9.88','loggedin',1),(1842,'user','21','2025-05-07 16:30:08','','','102.0.9.88','loggedin',1),(1843,'user','21','2025-05-07 16:32:06','2025-05-07 16:32:25','','102.0.9.88','loggedin',1),(1844,'user','8','2025-05-07 16:34:32','2025-05-07 16:35:07','','102.0.9.88','loggedin',1),(1845,'user','8','2025-05-07 16:39:26','2025-05-07 16:39:47','','102.0.9.88','loggedin',1),(1846,'user','8','2025-05-07 16:47:13','2025-05-07 16:48:55','','102.0.9.88','loggedin',1),(1847,'user','5','2025-05-07 16:47:53','','','102.0.9.88','loggedin',1),(1848,'user','3','2025-05-07 16:49:04','','','102.0.9.88','loggedin',1),(1849,'user','21','2025-05-07 16:53:24','2025-05-07 16:54:37','','102.0.9.88','loggedin',1),(1850,'user','3','2025-05-07 16:54:25','2025-05-07 16:58:49','','102.0.9.88','loggedin',1),(1851,'user','8','2025-05-07 16:54:57','2025-05-07 17:19:51','','102.0.9.88','loggedin',1),(1852,'user','5','2025-05-07 17:05:41','','','105.161.231.211','loggedin',1),(1853,'user','3','2025-05-07 17:20:04','2025-05-07 17:22:08','','102.0.9.88','loggedin',1),(1854,'user','8','2025-05-07 17:22:16','','','102.0.9.88','loggedin',1),(1855,'user','8','2025-05-07 17:22:48','','','102.0.9.88','loggedin',1),(1856,'user','8','2025-05-07 17:23:55','2025-05-07 17:24:34','','102.0.9.88','loggedin',1),(1857,'user','8','2025-05-07 17:36:39','','','102.0.9.88','loggedin',1),(1858,'user','8','2025-05-07 17:37:45','2025-05-07 17:38:36','','102.0.9.88','loggedin',1),(1859,'user','8','2025-05-07 17:40:41','','','102.0.9.88','loggedin',1),(1860,'user','8','2025-05-07 17:44:12','2025-05-07 17:44:44','','102.0.9.88','loggedin',1),(1861,'user','8','2025-05-07 17:52:44','','','102.0.9.88','loggedin',1),(1862,'user','8','2025-05-07 17:53:55','2025-05-07 17:54:20','','102.0.9.88','loggedin',1),(1863,'user','5','2025-05-07 17:56:46','','','102.0.9.88','loggedin',1),(1864,'user','8','2025-05-07 17:58:31','','','102.0.9.88','loggedin',1),(1865,'user','8','2025-05-07 17:59:03','2025-05-07 17:59:36','','102.0.9.88','loggedin',1),(1866,'user','8','2025-05-07 18:15:01','','','102.0.9.88','loggedin',1),(1867,'user','8','2025-05-07 18:19:38','','','102.0.9.88','loggedin',1),(1868,'user','8','2025-05-07 18:20:42','','','102.0.9.88','loggedin',1),(1869,'user','8','2025-05-07 18:21:58','2025-05-07 18:22:21','','102.0.9.88','loggedin',1),(1870,'user','8','2025-05-07 18:44:23','','','102.0.9.88','loggedin',1),(1871,'user','3','2025-05-07 19:07:09','2025-05-07 19:13:19','','102.0.9.88','loggedin',1),(1872,'user','8','2025-05-07 19:13:28','','','102.0.9.88','loggedin',1),(1873,'user','8','2025-05-07 19:15:04','','','102.0.9.88','loggedin',1),(1874,'user','8','2025-05-07 19:16:23','2025-05-07 19:18:47','','102.0.9.88','loggedin',1),(1875,'user','8','2025-05-07 19:24:03','2025-05-07 19:27:50','','102.0.9.88','loggedin',1),(1876,'user','3','2025-05-07 19:28:01','2025-05-07 19:33:17','','102.0.9.88','loggedin',1),(1877,'user','8','2025-05-07 19:33:28','2025-05-07 19:34:13','','102.0.9.88','loggedin',1),(1878,'user','3','2025-05-07 19:34:26','2025-05-07 19:35:02','','102.0.9.88','loggedin',1),(1879,'user','8','2025-05-07 19:35:10','','','102.0.9.88','loggedin',1),(1880,'user','8','2025-05-07 19:36:26','2025-05-07 19:37:02','','102.0.9.88','loggedin',1),(1881,'user','21','2025-05-07 19:37:26','2025-05-07 19:37:54','','102.0.9.88','loggedin',1),(1882,'user','3','2025-05-07 19:38:05','2025-05-07 19:48:39','','102.0.9.88','loggedin',1),(1883,'user','8','2025-05-07 19:52:41','','','102.0.9.88','loggedin',1),(1884,'user','8','2025-05-07 20:05:03','','','102.0.9.88','loggedin',1),(1885,'user','8','2025-05-07 20:06:07','','','102.0.9.88','loggedin',1),(1886,'user','8','2025-05-07 20:06:51','','','102.0.9.88','loggedin',1),(1887,'user','8','2025-05-07 20:18:55','','','102.0.9.88','loggedin',1),(1888,'user','8','2025-05-07 20:19:35','2025-05-07 20:20:07','','102.0.9.88','loggedin',1),(1889,'user','8','2025-05-07 20:20:13','2025-05-07 20:20:42','','102.0.9.88','loggedin',1),(1890,'admin','1','2025-05-07 20:23:34','','','197.237.225.161','loggedin',1),(1891,'user','8','2025-05-07 20:24:48','','','102.0.9.88','loggedin',1),(1892,'user','8','2025-05-07 20:25:49','2025-05-07 20:27:16','','102.0.9.88','loggedin',1),(1893,'admin','1','2025-05-07 22:01:14','','','197.237.225.161','loggedin',1),(1894,'user','22','2025-05-08 08:16:50','','','102.0.9.88','loggedin',1),(1895,'user','11','2025-05-08 08:30:20','','','102.0.9.88','loggedin',1),(1896,'user','22','2025-05-08 09:00:44','','','102.0.9.88','loggedin',1),(1897,'user','22','2025-05-08 09:01:34','','','102.0.9.88','loggedin',1),(1898,'user','22','2025-05-08 09:02:29','','','102.0.9.88','loggedin',1),(1899,'user','22','2025-05-08 09:05:39','2025-05-08 09:06:25','','102.0.9.88','loggedin',1),(1900,'user','22','2025-05-08 09:16:42','','','102.0.9.88','loggedin',1),(1901,'user','22','2025-05-08 09:17:31','2025-05-08 09:18:06','','102.0.9.88','loggedin',1),(1902,'user','22','2025-05-08 09:26:54','2025-05-08 09:29:58','','102.0.9.88','loggedin',1),(1903,'user','8','2025-05-08 09:30:03','','','102.0.9.88','loggedin',1),(1904,'user','3','2025-05-08 09:31:13','','','102.0.9.88','loggedin',1),(1905,'user','3','2025-05-08 09:33:07','','','102.0.9.88','loggedin',1),(1906,'user','8','2025-05-08 09:34:08','','','102.0.9.88','loggedin',1),(1907,'user','8','2025-05-08 09:34:38','2025-05-08 09:35:31','','102.0.9.88','loggedin',1),(1908,'user','22','2025-05-08 09:35:37','','','102.0.9.88','loggedin',1),(1909,'admin','1','2025-05-08 09:35:46','','','197.237.225.161','loggedin',1),(1910,'user','22','2025-05-08 09:36:22','','','102.0.9.88','loggedin',1),(1911,'user','22','2025-05-08 09:39:13','','','102.0.9.88','loggedin',1),(1912,'admin','1','2025-05-08 09:41:19','','','197.237.225.161','loggedin',1),(1913,'user','22','2025-05-08 09:42:16','2025-05-08 09:46:04','','102.0.9.88','loggedin',1),(1914,'user','21','2025-05-08 09:44:17','2025-05-08 09:44:24','','102.0.9.88','loggedin',1),(1915,'user','22','2025-05-08 09:50:16','','','102.0.9.88','loggedin',1),(1916,'user','22','2025-05-08 09:50:31','2025-05-08 10:13:18','','102.0.9.88','loggedin',1),(1917,'user','8','2025-05-08 09:57:53','','','102.0.9.88','loggedin',1),(1918,'user','8','2025-05-08 09:58:30','2025-05-08 09:59:02','','102.0.9.88','loggedin',1),(1919,'user','5','2025-05-08 10:01:15','','','197.237.225.161','loggedin',1),(1920,'admin','1','2025-05-08 10:04:05','','','197.237.225.161','loggedin',1),(1921,'admin','1','2025-05-08 10:05:07','2025-05-08 10:09:08','','197.237.225.161','loggedin',1),(1922,'admin','1','2025-05-08 10:09:25','','','197.237.225.161','loggedin',1),(1923,'user','5','2025-05-08 10:09:59','2025-05-08 10:15:24','','197.237.225.161','loggedin',1),(1924,'user','8','2025-05-08 10:10:13','','','102.0.9.88','loggedin',1),(1925,'user','8','2025-05-08 10:13:09','2025-05-08 10:13:40','','102.0.9.88','loggedin',1),(1926,'user','22','2025-05-08 10:13:24','','','102.0.9.88','loggedin',1),(1927,'user','8','2025-05-08 10:14:45','','','102.0.9.88','loggedin',1),(1928,'user','8','2025-05-08 10:15:26','2025-05-08 10:16:07','','102.0.9.88','loggedin',1),(1929,'admin','1','2025-05-08 10:15:40','2025-05-08 10:15:43','','197.237.225.161','loggedin',1),(1930,'user','5','2025-05-08 10:15:52','','','197.237.225.161','loggedin',1),(1931,'user','22','2025-05-08 10:16:16','','','102.0.9.88','loggedin',1),(1932,'user','22','2025-05-08 10:17:24','','','102.0.9.88','loggedin',1),(1933,'user','22','2025-05-08 10:17:56','','','102.0.9.88','loggedin',1),(1934,'user','8','2025-05-08 10:23:03','','','102.0.9.88','loggedin',1),(1935,'user','8','2025-05-08 10:25:10','2025-05-08 10:25:46','','102.0.9.88','loggedin',1),(1936,'user','3','2025-05-08 10:35:51','','','102.0.9.88','loggedin',1),(1937,'user','3','2025-05-08 10:37:37','','','102.0.9.88','loggedin',1),(1938,'user','22','2025-05-08 10:46:20','','','102.0.9.88','loggedin',1),(1939,'user','22','2025-05-08 10:47:18','','','102.0.9.88','loggedin',1),(1940,'user','22','2025-05-08 10:48:08','2025-05-08 10:48:30','','102.0.9.88','loggedin',1),(1941,'user','22','2025-05-08 10:49:09','2025-05-08 10:49:23','','102.0.9.88','loggedin',1),(1942,'user','22','2025-05-08 11:13:54','','','102.0.9.88','loggedin',1),(1943,'user','22','2025-05-08 11:14:31','','','102.0.9.88','loggedin',1),(1944,'user','3','2025-05-08 11:16:35','2025-05-08 11:17:21','','102.0.9.88','loggedin',1),(1945,'user','22','2025-05-08 11:19:17','','','102.0.9.88','loggedin',1),(1946,'user','22','2025-05-08 11:21:40','2025-05-08 11:42:48','','102.0.9.88','loggedin',1),(1947,'user','22','2025-05-08 11:55:16','','','102.0.9.88','loggedin',1),(1948,'user','22','2025-05-08 11:55:39','2025-05-08 11:56:03','','102.0.9.88','loggedin',1),(1949,'user','22','2025-05-08 12:02:08','','','102.0.9.88','loggedin',1),(1950,'user','8','2025-05-08 12:02:51','2025-05-08 12:27:22','','102.0.9.88','loggedin',1),(1951,'user','22','2025-05-08 12:02:55','2025-05-08 12:04:06','','102.0.9.88','loggedin',1),(1952,'admin','1','2025-05-08 12:05:51','','','102.0.9.88','loggedin',1),(1953,'user','22','2025-05-08 12:23:46','2025-05-08 12:26:13','','102.0.9.88','loggedin',1),(1954,'user','22','2025-05-08 12:49:25','','','102.0.9.88','loggedin',1),(1955,'user','22','2025-05-08 12:50:49','2025-05-08 12:51:12','','102.0.9.88','loggedin',1),(1956,'user','22','2025-05-08 12:55:58','','','102.0.9.88','loggedin',1),(1957,'user','22','2025-05-08 13:09:39','','','102.0.9.88','loggedin',1),(1958,'user','22','2025-05-08 13:10:22','2025-05-08 13:10:54','','102.0.9.88','loggedin',1),(1959,'user','22','2025-05-08 13:11:59','2025-05-08 13:13:10','','102.0.9.88','loggedin',1),(1960,'user','22','2025-05-08 13:13:17','2025-05-08 13:15:36','','102.0.9.88','loggedin',1),(1961,'user','22','2025-05-08 13:20:43','','','102.0.9.88','loggedin',1),(1962,'user','22','2025-05-08 13:21:57','','','102.0.9.88','loggedin',1),(1963,'user','22','2025-05-08 13:25:02','2025-05-08 13:25:14','','102.0.9.88','loggedin',1),(1964,'user','22','2025-05-08 13:34:04','','','102.0.9.88','loggedin',1),(1965,'user','22','2025-05-08 13:36:01','','','102.0.9.88','loggedin',1),(1966,'user','8','2025-05-08 13:37:52','2025-05-08 13:38:32','','102.0.9.88','loggedin',1),(1967,'user','8','2025-05-08 13:38:38','2025-05-08 13:38:43','','102.0.9.88','loggedin',1),(1968,'user','22','2025-05-08 13:42:26','','','102.0.9.88','loggedin',1),(1969,'user','22','2025-05-08 13:49:28','2025-05-08 13:49:47','','102.0.9.88','loggedin',1),(1970,'user','22','2025-05-08 13:51:21','','','102.0.9.88','loggedin',1),(1971,'user','22','2025-05-08 13:52:59','','','102.0.9.88','loggedin',1),(1972,'user','22','2025-05-08 13:54:17','','','102.0.9.88','loggedin',1),(1973,'user','22','2025-05-08 14:16:04','','','102.0.9.88','loggedin',1),(1974,'user','22','2025-05-08 14:26:43','','','102.0.9.88','loggedin',1),(1975,'user','22','2025-05-08 14:28:18','2025-05-08 14:28:41','','102.0.9.88','loggedin',1),(1976,'user','21','2025-05-08 14:39:44','','','102.0.9.88','loggedin',1),(1977,'user','21','2025-05-08 14:40:29','2025-05-08 14:40:42','','102.0.9.88','loggedin',1),(1978,'user','8','2025-05-08 14:42:34','','','102.0.9.88','loggedin',1),(1979,'user','8','2025-05-08 14:43:11','2025-05-08 14:43:26','','102.0.9.88','loggedin',1),(1980,'admin','1','2025-05-08 14:45:48','','','102.0.9.88','loggedin',1),(1981,'user','8','2025-05-08 14:50:22','','','102.0.9.88','loggedin',1),(1982,'user','8','2025-05-08 14:50:44','2025-05-08 14:51:16','','102.0.9.88','loggedin',1),(1983,'user','8','2025-05-08 14:55:59','','','102.0.9.88','loggedin',1),(1984,'user','8','2025-05-08 14:56:48','2025-05-08 14:57:26','','102.0.9.88','loggedin',1),(1985,'user','8','2025-05-08 15:03:59','','','102.0.9.88','loggedin',1),(1986,'user','8','2025-05-08 15:07:28','2025-05-08 15:07:43','','102.0.9.88','loggedin',1),(1987,'user','3','2025-05-08 15:14:33','2025-05-08 15:15:45','','102.0.9.88','loggedin',1),(1988,'user','22','2025-05-08 15:21:28','','','102.0.9.88','loggedin',1),(1989,'user','22','2025-05-08 15:22:57','2025-05-08 15:26:22','','102.0.9.88','loggedin',1),(1990,'user','8','2025-05-08 15:26:27','','','102.0.9.88','loggedin',1),(1991,'user','8','2025-05-08 15:27:33','2025-05-08 15:28:09','','102.0.9.88','loggedin',1),(1992,'user','22','2025-05-08 15:28:21','','','102.0.9.88','loggedin',1),(1993,'user','22','2025-05-08 15:31:02','2025-05-08 15:31:27','','102.0.9.88','loggedin',1),(1994,'user','22','2025-05-08 15:42:33','2025-05-08 15:44:06','','102.0.9.88','loggedin',1),(1995,'user','21','2025-05-08 15:50:45','','','102.0.9.88','loggedin',1),(1996,'user','22','2025-05-08 16:28:22','2025-05-08 16:28:34','','102.0.9.88','loggedin',1),(1997,'user','8','2025-05-08 16:46:29','','','102.0.9.88','loggedin',1),(1998,'user','8','2025-05-08 16:46:57','2025-05-08 16:47:17','','102.0.9.88','loggedin',1),(1999,'user','8','2025-05-08 16:47:21','2025-05-08 16:47:30','','102.0.9.88','loggedin',1),(2000,'user','22','2025-05-08 17:08:34','','','102.0.9.88','loggedin',1),(2001,'user','22','2025-05-08 17:09:20','2025-05-08 17:09:40','','102.0.9.88','loggedin',1),(2002,'user','8','2025-05-08 17:19:03','','','102.0.9.88','loggedin',1),(2003,'user','3','2025-05-08 17:22:12','2025-05-08 17:23:31','','102.0.9.88','loggedin',1),(2004,'user','8','2025-05-08 17:23:42','','','102.0.9.88','loggedin',1),(2005,'user','8','2025-05-08 17:24:42','','','102.0.9.88','loggedin',1),(2006,'user','21','2025-05-08 17:26:09','','','102.0.9.88','loggedin',1),(2007,'user','21','2025-05-08 17:26:50','2025-05-08 17:27:13','','102.0.9.88','loggedin',1),(2008,'user','8','2025-05-08 17:30:08','','','102.0.9.88','loggedin',1),(2009,'user','21','2025-05-08 17:32:37','2025-05-08 17:33:19','','102.0.9.88','loggedin',1),(2010,'user','8','2025-05-08 17:33:38','2025-05-08 17:33:53','','102.0.9.88','loggedin',1),(2011,'user','8','2025-05-08 17:39:18','2025-05-08 17:39:38','','102.0.9.88','loggedin',1),(2012,'user','21','2025-05-08 17:40:53','2025-05-08 17:41:58','','102.0.9.88','loggedin',1),(2013,'user','22','2025-05-08 18:19:34','','','102.0.9.88','loggedin',1),(2014,'user','22','2025-05-08 18:20:24','','','102.0.9.88','loggedin',1),(2015,'user','22','2025-05-08 18:21:18','2025-05-08 18:27:19','','102.0.9.88','loggedin',1),(2016,'user','8','2025-05-08 18:27:47','','','102.0.9.88','loggedin',1),(2017,'user','8','2025-05-08 18:29:21','2025-05-08 18:32:39','','102.0.9.88','loggedin',1),(2018,'user','5','2025-05-08 18:33:05','2025-05-08 18:35:46','','102.0.9.88','loggedin',1),(2019,'user','22','2025-05-08 18:33:30','2025-05-08 18:34:32','','102.0.9.88','loggedin',1),(2020,'admin','1','2025-05-08 18:35:59','','','102.0.9.88','loggedin',1),(2021,'user','22','2025-05-08 18:48:32','','','102.0.9.88','loggedin',1),(2022,'user','22','2025-05-08 18:49:39','','','102.0.9.88','loggedin',1),(2023,'user','22','2025-05-08 18:51:06','','','102.0.9.88','loggedin',1),(2024,'admin','1','2025-05-08 19:08:15','','','105.161.172.140','loggedin',1),(2025,'admin','1','2025-05-08 19:08:17','','','105.161.172.140','loggedin',1),(2026,'admin','1','2025-05-08 19:08:20','','','105.161.172.140','loggedin',1),(2027,'admin','1','2025-05-08 19:08:22','','','105.161.172.140','loggedin',1),(2028,'admin','1','2025-05-08 19:08:29','','','105.161.172.140','loggedin',1),(2029,'admin','1','2025-05-08 19:08:41','','','105.161.172.140','loggedin',1),(2030,'user','5','2025-05-08 19:09:26','','','105.161.172.140','loggedin',1),(2031,'user','5','2025-05-08 19:09:32','','','105.161.172.140','loggedin',1),(2032,'user','5','2025-05-08 19:09:35','','','105.161.172.140','loggedin',1),(2033,'user','5','2025-05-08 19:09:37','','','105.161.172.140','loggedin',1),(2034,'user','5','2025-05-08 19:09:43','','','105.161.172.140','loggedin',1),(2035,'user','8','2025-05-08 19:28:38','','','102.0.9.88','loggedin',1),(2036,'user','8','2025-05-08 19:29:22','2025-05-08 19:29:39','','102.0.9.88','loggedin',1),(2037,'user','22','2025-05-08 19:43:15','2025-05-08 19:44:57','','102.0.9.88','loggedin',1),(2038,'user','22','2025-05-08 19:55:25','2025-05-08 19:57:21','','102.0.9.88','loggedin',1),(2039,'user','8','2025-05-08 20:34:46','','','102.0.9.88','loggedin',1),(2040,'user','8','2025-05-08 20:35:28','2025-05-08 20:35:45','','102.0.9.88','loggedin',1),(2041,'user','22','2025-05-08 20:36:17','','','102.0.9.88','loggedin',1),(2042,'user','22','2025-05-08 20:37:28','','','102.0.9.88','loggedin',1),(2043,'user','22','2025-05-08 21:11:11','2025-05-08 21:11:21','','102.0.9.88','loggedin',1),(2044,'user','11','2025-05-08 21:15:50','','','102.0.9.88','loggedin',1),(2045,'user','5','2025-05-08 21:20:48','','','197.237.225.161','loggedin',1),(2046,'user','11','2025-05-08 21:27:15','','','102.0.9.88','loggedin',1),(2047,'user','11','2025-05-08 21:37:22','','','102.0.9.88','loggedin',1),(2048,'user','5','2025-05-08 21:37:50','2025-05-08 23:16:22','','197.237.225.161','loggedin',1),(2049,'user','11','2025-05-08 21:38:29','','','102.0.9.88','loggedin',1),(2050,'user','11','2025-05-08 22:07:18','','','102.0.9.88','loggedin',1),(2051,'user','11','2025-05-08 22:08:02','','','102.0.9.88','loggedin',1),(2052,'user','11','2025-05-08 22:43:02','','','102.0.9.88','loggedin',1),(2053,'user','11','2025-05-08 22:56:03','','','102.0.9.88','loggedin',1),(2054,'user','11','2025-05-08 23:01:28','','','102.0.9.88','loggedin',1),(2055,'user','5','2025-05-08 23:16:33','','','197.237.225.161','loggedin',1),(2056,'user','11','2025-05-08 23:18:38','','','102.0.9.88','loggedin',1),(2057,'user','11','2025-05-08 23:26:24','','','102.0.9.88','loggedin',1),(2058,'user','11','2025-05-08 23:33:16','','','102.0.9.88','loggedin',1),(2059,'user','11','2025-05-08 23:39:55','','','102.0.9.88','loggedin',1),(2060,'user','10','2025-05-09 07:04:16','','','102.0.9.88','loggedin',1),(2061,'user','10','2025-05-09 07:19:54','','','102.0.9.88','loggedin',1),(2062,'user','5','2025-05-09 07:24:36','','','197.237.225.161','loggedin',1),(2063,'user','5','2025-05-09 07:25:48','','','197.237.225.161','loggedin',1),(2064,'user','11','2025-05-09 07:30:52','','','102.0.9.88','loggedin',1),(2065,'user','11','2025-05-09 07:31:20','','','102.0.9.88','loggedin',1),(2066,'user','11','2025-05-09 07:34:43','','','102.0.9.88','loggedin',1),(2067,'user','11','2025-05-09 07:37:12','','','102.0.9.88','loggedin',1),(2068,'user','10','2025-05-09 08:29:35','','','102.0.9.88','loggedin',1),(2069,'user','5','2025-05-09 08:38:12','','','197.237.225.161','loggedin',1),(2070,'user','11','2025-05-09 08:56:30','','','102.0.9.88','loggedin',1),(2071,'user','8','2025-05-09 09:31:36','','','102.0.9.88','loggedin',1),(2072,'user','8','2025-05-09 09:31:53','','','102.0.9.88','loggedin',1),(2073,'user','8','2025-05-09 10:08:42','2025-05-09 10:09:01','','102.0.9.88','loggedin',1),(2074,'user','5','2025-05-09 10:24:06','','','105.160.119.155','loggedin',1),(2075,'user','8','2025-05-09 10:25:18','','','102.0.9.88','loggedin',1),(2076,'user','8','2025-05-09 10:26:24','2025-05-09 10:27:03','','102.0.9.88','loggedin',1),(2077,'user','3','2025-05-09 10:28:35','','','102.0.9.88','loggedin',1),(2078,'admin','1','2025-05-09 11:01:59','','','102.0.9.88','loggedin',1),(2079,'user','8','2025-05-09 11:29:32','','','102.0.9.88','loggedin',1),(2080,'user','8','2025-05-09 11:30:28','2025-05-09 11:31:11','','102.0.9.88','loggedin',1),(2081,'user','21','2025-05-09 11:47:33','','','102.0.9.88','loggedin',1),(2082,'user','8','2025-05-09 11:48:21','','','102.0.9.88','loggedin',1),(2083,'user','8','2025-05-09 11:48:46','2025-05-09 11:49:18','','102.0.9.88','loggedin',1),(2084,'user','21','2025-05-09 11:53:59','','','102.0.9.88','loggedin',1),(2085,'user','3','2025-05-09 11:55:43','','','102.0.9.88','loggedin',1),(2086,'user','8','2025-05-09 12:01:52','','','102.0.9.88','loggedin',1),(2087,'user','8','2025-05-09 12:03:33','2025-05-09 12:04:11','','102.0.9.88','loggedin',1),(2088,'user','21','2025-05-09 12:08:50','2025-05-09 12:09:11','','102.0.9.88','loggedin',1),(2089,'user','8','2025-05-09 12:16:22','','','102.0.9.88','loggedin',1),(2090,'user','8','2025-05-09 12:17:22','2025-05-09 12:18:28','','102.0.9.88','loggedin',1),(2091,'user','8','2025-05-09 12:40:14','','','102.0.9.88','loggedin',1),(2092,'user','8','2025-05-09 12:41:31','2025-05-09 12:41:45','','102.0.9.88','loggedin',1),(2093,'user','8','2025-05-09 13:12:53','','','102.0.9.88','loggedin',1),(2094,'user','8','2025-05-09 13:13:51','2025-05-09 13:14:09','','102.0.9.88','loggedin',1),(2095,'user','8','2025-05-09 13:53:52','','','102.0.9.88','loggedin',1),(2096,'user','8','2025-05-09 13:54:18','2025-05-09 13:54:34','','102.0.9.88','loggedin',1),(2097,'user','21','2025-05-09 14:09:11','','','102.0.9.88','loggedin',1),(2098,'user','21','2025-05-09 14:11:09','2025-05-09 14:11:34','','102.0.9.88','loggedin',1),(2099,'user','8','2025-05-09 14:16:27','','','102.0.9.88','loggedin',1),(2100,'user','8','2025-05-09 14:16:52','2025-05-09 14:17:07','','102.0.9.88','loggedin',1),(2101,'user','8','2025-05-09 14:58:21','','','102.0.9.88','loggedin',1),(2102,'user','8','2025-05-09 14:59:15','2025-05-09 14:59:31','','102.0.9.88','loggedin',1),(2103,'user','21','2025-05-09 16:13:34','','','102.0.9.88','loggedin',1),(2104,'user','21','2025-05-09 16:17:41','','','102.0.9.88','loggedin',1),(2105,'user','21','2025-05-09 16:19:39','','','102.0.9.88','loggedin',1),(2106,'user','22','2025-05-09 16:23:54','2025-05-09 16:28:01','','102.0.9.88','loggedin',1),(2107,'user','8','2025-05-09 16:28:31','2025-05-09 16:28:51','','102.0.9.88','loggedin',1),(2108,'admin','1','2025-05-09 16:34:40','','','102.0.9.88','loggedin',1),(2109,'user','21','2025-05-09 16:36:33','2025-05-09 16:36:46','','102.0.9.88','loggedin',1),(2110,'user','21','2025-05-09 16:37:01','','','102.0.9.88','loggedin',1),(2111,'user','21','2025-05-09 16:40:43','2025-05-09 16:41:49','','102.0.9.88','loggedin',1),(2112,'user','21','2025-05-09 16:42:13','2025-05-09 16:42:31','','102.0.9.88','loggedin',1),(2113,'user','8','2025-05-09 16:45:41','','','102.0.9.88','loggedin',1),(2114,'user','8','2025-05-09 16:46:41','','','102.0.9.88','loggedin',1),(2115,'admin','1','2025-05-09 16:49:01','','','102.0.9.88','loggedin',1),(2116,'user','8','2025-05-09 16:49:06','2025-05-09 16:50:32','','102.0.9.88','loggedin',1),(2117,'user','8','2025-05-09 17:06:16','','','102.0.9.88','loggedin',1),(2118,'user','8','2025-05-09 17:07:00','2025-05-09 17:07:17','','102.0.9.88','loggedin',1),(2119,'user','8','2025-05-09 17:19:59','','','102.0.9.88','loggedin',1),(2120,'user','8','2025-05-09 17:20:24','2025-05-09 17:20:39','','102.0.9.88','loggedin',1),(2121,'user','21','2025-05-09 17:26:06','2025-05-09 17:36:59','','102.0.9.88','loggedin',1),(2122,'user','21','2025-05-09 17:37:04','2025-05-09 17:37:26','','102.0.9.88','loggedin',1),(2123,'user','21','2025-05-09 17:38:15','2025-05-09 17:38:45','','102.0.9.88','loggedin',1),(2124,'user','8','2025-05-09 17:53:45','','','102.0.9.88','loggedin',1),(2125,'user','8','2025-05-09 17:56:07','2025-05-09 17:56:51','','102.0.9.88','loggedin',1),(2126,'user','21','2025-05-09 17:58:31','2025-05-09 17:58:54','','102.0.9.88','loggedin',1),(2127,'user','21','2025-05-09 17:59:25','','','102.0.9.88','loggedin',1),(2128,'user','8','2025-05-09 18:04:55','','','102.0.9.88','loggedin',1),(2129,'user','8','2025-05-09 18:06:55','','','102.0.9.88','loggedin',1),(2130,'user','21','2025-05-09 18:07:07','','','102.0.9.88','loggedin',1),(2131,'user','8','2025-05-09 18:08:13','2025-05-09 18:08:56','','102.0.9.88','loggedin',1),(2132,'user','21','2025-05-09 18:09:49','2025-05-09 18:11:07','','102.0.9.88','loggedin',1),(2133,'user','3','2025-05-09 18:11:33','2025-05-09 18:13:32','','102.0.9.88','loggedin',1),(2134,'user','8','2025-05-09 18:13:20','','','102.0.9.88','loggedin',1),(2135,'user','21','2025-05-09 18:13:38','2025-05-09 18:15:27','','102.0.9.88','loggedin',1),(2136,'user','8','2025-05-09 18:15:29','','','102.0.9.88','loggedin',1),(2137,'user','21','2025-05-09 18:15:41','2025-05-09 18:16:11','','102.0.9.88','loggedin',1),(2138,'user','8','2025-05-09 18:17:20','2025-05-09 18:36:35','','102.0.9.88','loggedin',1),(2139,'user','21','2025-05-09 18:19:09','2025-05-09 18:19:47','','102.0.9.88','loggedin',1),(2140,'user','21','2025-05-09 18:19:53','','','102.0.9.88','loggedin',1),(2141,'user','21','2025-05-09 18:20:13','','','102.0.9.88','loggedin',1),(2142,'user','21','2025-05-09 18:20:36','2025-05-09 18:22:20','','102.0.9.88','loggedin',1),(2143,'user','21','2025-05-09 18:28:35','2025-05-09 18:31:48','','102.0.9.88','loggedin',1),(2144,'user','21','2025-05-09 18:34:38','2025-05-09 18:36:07','','102.0.9.88','loggedin',1),(2145,'user','21','2025-05-09 18:36:42','2025-05-09 18:36:52','','102.0.9.88','loggedin',1),(2146,'user','3','2025-05-09 18:37:38','2025-05-09 18:43:41','','102.0.9.88','loggedin',1),(2147,'user','8','2025-05-09 18:44:44','','','102.0.9.88','loggedin',1),(2148,'user','21','2025-05-09 18:46:52','2025-05-09 18:47:14','','102.0.9.88','loggedin',1),(2149,'user','8','2025-05-09 18:47:12','2025-05-09 18:47:40','','102.0.9.88','loggedin',1),(2150,'user','21','2025-05-09 18:58:34','','','102.0.9.88','loggedin',1),(2151,'user','21','2025-05-09 19:04:43','','','102.0.9.88','loggedin',1),(2152,'user','8','2025-05-09 19:06:24','','','102.0.9.88','loggedin',1),(2153,'user','21','2025-05-09 19:06:50','','','102.0.9.88','loggedin',1),(2154,'user','21','2025-05-09 19:09:23','2025-05-09 19:09:59','','102.0.9.88','loggedin',1),(2155,'user','21','2025-05-09 19:13:45','2025-05-09 19:14:42','','102.0.9.88','loggedin',1),(2156,'user','21','2025-05-09 19:19:43','2025-05-09 19:19:58','','102.0.9.88','loggedin',1),(2157,'user','8','2025-05-09 19:21:09','','','102.0.9.88','loggedin',1),(2158,'user','21','2025-05-09 19:26:33','2025-05-09 19:28:19','','102.0.9.88','loggedin',1),(2159,'user','21','2025-05-09 19:29:26','2025-05-09 19:29:51','','102.0.9.88','loggedin',1),(2160,'user','21','2025-05-09 19:30:05','2025-05-09 19:30:31','','102.0.9.88','loggedin',1),(2161,'user','8','2025-05-09 19:33:45','2025-05-09 19:34:35','','102.0.9.88','loggedin',1),(2162,'user','21','2025-05-09 19:34:29','','','102.0.9.88','loggedin',1),(2163,'user','21','2025-05-09 19:35:59','2025-05-09 19:36:40','','102.0.9.88','loggedin',1),(2164,'user','8','2025-05-09 19:40:18','','','102.0.9.88','loggedin',1),(2165,'user','8','2025-05-09 19:41:16','2025-05-09 19:42:09','','102.0.9.88','loggedin',1),(2166,'user','8','2025-05-09 19:43:46','','','102.0.9.88','loggedin',1),(2167,'user','8','2025-05-09 19:44:28','2025-05-09 19:44:57','','102.0.9.88','loggedin',1),(2168,'user','21','2025-05-09 19:45:18','','','102.0.9.88','loggedin',1),(2169,'user','21','2025-05-09 19:46:02','2025-05-09 19:47:25','','102.0.9.88','loggedin',1),(2170,'user','21','2025-05-09 19:48:26','2025-05-09 19:49:54','','102.0.9.88','loggedin',1),(2171,'user','8','2025-05-09 19:58:09','','','102.0.9.88','loggedin',1),(2172,'user','21','2025-05-09 19:58:10','','','102.0.9.88','loggedin',1),(2173,'user','21','2025-05-09 19:58:31','','','102.0.9.88','loggedin',1),(2174,'user','8','2025-05-09 20:02:51','2025-05-09 20:04:02','','102.0.9.88','loggedin',1),(2175,'user','21','2025-05-09 20:03:38','2025-05-09 20:04:01','','102.0.9.88','loggedin',1),(2176,'user','5','2025-05-09 20:04:44','','','102.0.9.88','loggedin',1),(2177,'user','21','2025-05-09 20:05:19','','','102.0.9.88','loggedin',1),(2178,'user','21','2025-05-09 20:05:53','2025-05-09 20:06:04','','102.0.9.88','loggedin',1),(2179,'user','21','2025-05-09 20:11:31','2025-05-09 20:13:28','','102.0.9.88','loggedin',1),(2180,'user','21','2025-05-09 20:13:53','2025-05-09 20:19:44','','102.0.9.88','loggedin',1),(2181,'user','8','2025-05-09 20:16:29','2025-05-09 20:17:01','','102.0.9.88','loggedin',1),(2182,'user','21','2025-05-09 20:21:54','','','102.0.9.88','loggedin',1),(2183,'user','8','2025-05-09 20:21:59','','','102.0.9.88','loggedin',1),(2184,'user','21','2025-05-09 20:23:21','','','102.0.9.88','loggedin',1),(2185,'user','21','2025-05-09 20:23:31','2025-05-09 20:24:12','','102.0.9.88','loggedin',1),(2186,'user','5','2025-05-09 20:24:27','','','102.0.9.88','loggedin',1),(2187,'user','21','2025-05-09 20:24:30','','','102.0.9.88','loggedin',1),(2188,'user','3','2025-05-09 21:01:43','2025-05-09 21:03:15','','102.0.9.88','loggedin',1),(2189,'user','11','2025-05-09 21:06:00','','','102.0.9.88','loggedin',1),(2190,'user','11','2025-05-09 21:07:04','','','102.0.9.88','loggedin',1),(2191,'user','8','2025-05-09 21:08:21','','','102.0.9.88','loggedin',1),(2192,'user','8','2025-05-09 21:09:13','2025-05-09 21:09:43','','102.0.9.88','loggedin',1),(2193,'user','11','2025-05-09 21:19:20','','','102.0.9.88','loggedin',1),(2194,'user','11','2025-05-09 21:28:07','','','102.0.9.88','loggedin',1),(2195,'user','5','2025-05-09 21:48:31','','','105.160.92.54','loggedin',1),(2196,'user','11','2025-05-09 22:48:48','','','102.0.9.88','loggedin',1),(2197,'user','11','2025-05-09 22:49:31','','','102.0.9.88','loggedin',1),(2198,'user','11','2025-05-09 22:56:43','','','102.0.9.88','loggedin',1),(2199,'user','22','2025-05-09 22:57:26','','','102.0.9.88','loggedin',1),(2200,'user','22','2025-05-09 22:58:39','','','102.0.9.88','loggedin',1),(2201,'user','22','2025-05-09 22:59:20','','','102.0.9.88','loggedin',1),(2202,'user','22','2025-05-09 22:59:57','2025-05-09 23:05:53','','102.0.9.88','loggedin',1),(2203,'user','22','2025-05-09 23:07:44','2025-05-09 23:07:53','','102.0.9.88','loggedin',1),(2204,'user','11','2025-05-10 08:58:24','','','102.0.9.88','loggedin',1),(2205,'user','11','2025-05-10 08:59:32','2025-05-10 09:23:55','','102.0.9.88','loggedin',1),(2206,'user','8','2025-05-10 09:23:59','','','102.0.9.88','loggedin',1),(2207,'user','11','2025-05-10 09:24:56','2025-05-10 09:25:47','','102.0.9.88','loggedin',1),(2208,'user','8','2025-05-10 09:25:50','','','102.0.9.88','loggedin',1),(2209,'user','8','2025-05-10 09:28:35','2025-05-10 09:29:03','','102.0.9.88','loggedin',1),(2210,'user','3','2025-05-10 09:56:20','','','102.0.9.88','loggedin',1),(2211,'user','3','2025-05-10 10:00:29','','','102.0.9.88','loggedin',1),(2212,'user','8','2025-05-10 10:12:59','','','102.0.9.88','loggedin',1),(2213,'user','8','2025-05-10 10:13:58','2025-05-10 10:14:31','','102.0.9.88','loggedin',1),(2214,'user','8','2025-05-10 10:42:53','','','102.0.9.88','loggedin',1),(2215,'user','8','2025-05-10 10:43:18','2025-05-10 10:43:43','','102.0.9.88','loggedin',1),(2216,'user','21','2025-05-10 10:45:19','','','102.0.9.88','loggedin',1),(2217,'user','21','2025-05-10 10:45:57','','','102.0.9.88','loggedin',1),(2218,'user','21','2025-05-10 10:46:06','2025-05-10 10:46:35','','102.0.9.88','loggedin',1),(2219,'user','8','2025-05-10 11:05:29','','','102.0.9.88','loggedin',1),(2220,'user','8','2025-05-10 11:06:57','2025-05-10 11:07:19','','102.0.9.88','loggedin',1),(2221,'user','8','2025-05-10 11:11:47','','','102.0.9.88','loggedin',1),(2222,'user','8','2025-05-10 11:12:10','','','102.0.9.88','loggedin',1),(2223,'user','8','2025-05-10 11:21:02','2025-05-10 11:21:39','','102.0.9.88','loggedin',1),(2224,'user','8','2025-05-10 11:32:37','','','102.0.9.88','loggedin',1),(2225,'user','8','2025-05-10 11:33:18','2025-05-10 11:33:49','','102.0.9.88','loggedin',1),(2226,'user','21','2025-05-10 12:13:32','','','102.0.9.88','loggedin',1),(2227,'user','8','2025-05-10 12:27:46','','','102.0.9.88','loggedin',1),(2228,'user','8','2025-05-10 12:28:12','2025-05-10 12:28:39','','102.0.9.88','loggedin',1),(2229,'user','8','2025-05-10 12:32:38','','','102.0.9.88','loggedin',1),(2230,'user','8','2025-05-10 12:34:40','2025-05-10 12:40:15','','102.0.9.88','loggedin',1),(2231,'user','21','2025-05-10 12:40:19','','','102.0.9.88','loggedin',1),(2232,'user','21','2025-05-10 12:42:42','2025-05-10 12:42:54','','102.0.9.88','loggedin',1),(2233,'user','21','2025-05-10 12:49:05','','','102.0.9.88','loggedin',1),(2234,'user','8','2025-05-10 12:52:59','','','102.0.9.88','loggedin',1),(2235,'user','8','2025-05-10 12:53:32','2025-05-10 12:53:50','','102.0.9.88','loggedin',1),(2236,'user','21','2025-05-10 13:14:36','','','102.0.9.88','loggedin',1),(2237,'user','21','2025-05-10 13:16:21','','','102.0.9.88','loggedin',1),(2238,'user','8','2025-05-10 13:21:37','2025-05-10 13:35:49','','102.0.9.88','loggedin',1),(2239,'user','21','2025-05-10 13:35:55','','','102.0.9.88','loggedin',1),(2240,'user','8','2025-05-10 13:37:02','','','102.0.9.88','loggedin',1),(2241,'user','8','2025-05-10 13:37:27','2025-05-10 13:37:57','','102.0.9.88','loggedin',1),(2242,'user','21','2025-05-10 13:38:07','2025-05-10 13:41:49','','102.0.9.88','loggedin',1),(2243,'user','21','2025-05-10 13:47:31','','','102.0.9.88','loggedin',1),(2244,'user','21','2025-05-10 14:03:24','2025-05-10 14:03:59','','102.0.9.88','loggedin',1),(2245,'user','8','2025-05-10 14:04:07','','','102.0.9.88','loggedin',1),(2246,'user','21','2025-05-10 14:07:07','','','102.0.9.88','loggedin',1),(2247,'user','8','2025-05-10 14:18:46','','','102.0.9.88','loggedin',1),(2248,'user','21','2025-05-10 14:27:05','2025-05-10 14:27:41','','102.0.9.88','loggedin',1),(2249,'user','8','2025-05-10 14:28:26','2025-05-10 14:30:35','','102.0.9.88','loggedin',1),(2250,'user','8','2025-05-10 14:31:22','','','102.0.9.88','loggedin',1),(2251,'user','8','2025-05-10 14:46:30','2025-05-10 14:48:10','','102.0.9.88','loggedin',1),(2252,'user','8','2025-05-10 14:52:08','2025-05-10 14:52:31','','102.0.9.88','loggedin',1),(2253,'user','8','2025-05-10 14:56:34','2025-05-10 14:57:06','','102.0.9.88','loggedin',1),(2254,'user','5','2025-05-10 15:13:11','','','102.0.9.88','loggedin',1),(2255,'user','8','2025-05-10 16:05:23','','','102.0.9.88','loggedin',1),(2256,'user','21','2025-05-10 16:31:06','','','102.0.9.88','loggedin',1),(2257,'user','8','2025-05-10 16:33:54','2025-05-10 16:34:43','','102.0.9.88','loggedin',1),(2258,'user','21','2025-05-10 16:37:06','','','102.0.9.88','loggedin',1),(2259,'user','8','2025-05-10 16:44:26','','','102.0.9.88','loggedin',1),(2260,'user','21','2025-05-10 16:45:34','','','102.0.9.88','loggedin',1),(2261,'user','21','2025-05-10 16:51:16','','','102.0.9.88','loggedin',1),(2262,'user','8','2025-05-10 16:51:45','2025-05-10 16:52:38','','102.0.9.88','loggedin',1),(2263,'user','21','2025-05-10 16:55:49','2025-05-10 16:56:12','','102.0.9.88','loggedin',1),(2264,'user','21','2025-05-10 16:57:50','2025-05-10 16:58:04','','102.0.9.88','loggedin',1),(2265,'user','21','2025-05-10 17:07:03','','','102.0.9.88','loggedin',1),(2266,'user','21','2025-05-10 17:11:47','','','102.0.9.88','loggedin',1),(2267,'user','21','2025-05-10 17:13:20','2025-05-10 17:14:00','','102.0.9.88','loggedin',1),(2268,'user','21','2025-05-10 17:14:47','2025-05-10 17:17:58','','102.0.9.88','loggedin',1),(2269,'user','21','2025-05-10 17:21:34','2025-05-10 17:22:25','','102.0.9.88','loggedin',1),(2270,'user','8','2025-05-10 17:22:13','2025-05-10 17:22:31','','102.0.9.88','loggedin',1),(2271,'user','21','2025-05-10 17:47:24','2025-05-10 17:47:53','','102.0.9.88','loggedin',1),(2272,'user','21','2025-05-10 17:55:47','','','102.0.9.88','loggedin',1),(2273,'user','21','2025-05-10 17:59:30','','','102.0.9.88','loggedin',1),(2274,'user','21','2025-05-10 18:02:22','','','102.0.9.88','loggedin',1),(2275,'user','21','2025-05-10 18:08:29','','','102.0.9.88','loggedin',1),(2276,'user','21','2025-05-10 18:14:44','','','102.0.9.88','loggedin',1),(2277,'user','21','2025-05-10 18:19:55','2025-05-10 18:20:58','','102.0.9.88','loggedin',1),(2278,'user','21','2025-05-10 18:30:56','2025-05-10 18:31:26','','102.0.9.88','loggedin',1),(2279,'user','8','2025-05-10 18:32:26','','','102.0.9.88','loggedin',1),(2280,'user','21','2025-05-10 18:45:15','','','102.0.9.88','loggedin',1),(2281,'user','21','2025-05-10 18:45:45','','','102.0.9.88','loggedin',1),(2282,'user','8','2025-05-10 18:50:41','','','102.0.9.88','loggedin',1),(2283,'user','21','2025-05-10 18:52:22','','','102.0.9.88','loggedin',1),(2284,'user','21','2025-05-10 18:53:34','','','102.0.9.88','loggedin',1),(2285,'user','21','2025-05-10 18:55:55','','','102.0.9.88','loggedin',1),(2286,'user','21','2025-05-10 18:59:22','2025-05-10 19:00:47','','102.0.9.88','loggedin',1),(2287,'user','8','2025-05-10 19:12:15','','','102.0.9.88','loggedin',1),(2288,'user','21','2025-05-10 19:12:25','','','102.0.9.88','loggedin',1),(2289,'user','21','2025-05-10 19:13:55','','','102.0.9.88','loggedin',1),(2290,'user','8','2025-05-10 19:14:23','','','102.0.9.88','loggedin',1),(2291,'user','8','2025-05-10 19:15:14','2025-05-10 19:34:29','','102.0.9.88','loggedin',1),(2292,'user','21','2025-05-10 19:19:20','','','102.0.9.88','loggedin',1),(2293,'user','21','2025-05-10 19:19:56','','','102.0.9.88','loggedin',1),(2294,'user','21','2025-05-10 19:24:44','','','102.0.9.88','loggedin',1),(2295,'user','21','2025-05-10 19:27:55','2025-05-10 19:28:15','','102.0.9.88','loggedin',1),(2296,'user','8','2025-05-10 19:38:18','','','102.0.9.88','loggedin',1),(2297,'user','8','2025-05-10 19:39:03','2025-05-10 19:39:52','','102.0.9.88','loggedin',1),(2298,'user','21','2025-05-10 19:39:24','','','102.0.9.88','loggedin',1),(2299,'user','21','2025-05-10 19:40:00','','','102.0.9.88','loggedin',1),(2300,'user','8','2025-05-10 19:40:13','2025-05-10 19:40:39','','102.0.9.88','loggedin',1),(2301,'user','21','2025-05-10 19:43:49','2025-05-10 19:44:05','','102.0.9.88','loggedin',1),(2302,'user','8','2025-05-10 19:47:12','','','102.0.9.88','loggedin',1),(2303,'user','8','2025-05-10 19:47:58','','','102.0.9.88','loggedin',1),(2304,'user','8','2025-05-10 19:48:50','2025-05-10 19:50:13','','102.0.9.88','loggedin',1),(2305,'user','8','2025-05-10 19:54:07','2025-05-10 19:58:06','','102.0.9.88','loggedin',1),(2306,'user','21','2025-05-10 19:58:31','2025-05-10 19:58:49','','102.0.9.88','loggedin',1),(2307,'user','3','2025-05-10 20:01:08','2025-05-10 20:07:34','','102.0.9.88','loggedin',1),(2308,'user','21','2025-05-10 20:06:25','','','102.0.9.88','loggedin',1),(2309,'user','8','2025-05-10 20:07:43','','','102.0.9.88','loggedin',1),(2310,'user','8','2025-05-10 20:09:21','','','102.0.9.88','loggedin',1),(2311,'user','8','2025-05-10 20:10:44','2025-05-10 20:11:34','','102.0.9.88','loggedin',1),(2312,'user','21','2025-05-10 20:12:06','2025-05-10 20:18:28','','102.0.9.88','loggedin',1),(2313,'user','8','2025-05-10 20:19:35','2025-05-10 20:19:59','','102.0.9.88','loggedin',1),(2314,'user','21','2025-05-10 20:22:12','','','102.0.9.88','loggedin',1),(2315,'user','21','2025-05-10 20:22:25','','','102.0.9.88','loggedin',1),(2316,'user','21','2025-05-10 20:24:20','','','102.0.9.88','loggedin',1),(2317,'user','21','2025-05-10 20:24:46','','','102.0.9.88','loggedin',1),(2318,'user','21','2025-05-10 20:29:39','2025-05-10 20:30:17','','102.0.9.88','loggedin',1),(2319,'user','8','2025-05-10 20:34:48','2025-05-10 20:35:02','','102.0.9.88','loggedin',1),(2320,'user','21','2025-05-10 20:37:50','','','102.0.9.88','loggedin',1),(2321,'user','12','2025-05-10 20:38:01','','','102.0.9.88','loggedin',1),(2322,'user','21','2025-05-10 20:38:25','2025-05-10 20:41:44','','102.0.9.88','loggedin',1),(2323,'user','12','2025-05-10 20:40:24','2025-05-10 20:40:34','','102.0.9.88','loggedin',1),(2324,'user','21','2025-05-10 20:44:29','2025-05-10 20:44:50','','102.0.9.88','loggedin',1),(2325,'user','21','2025-05-10 20:44:57','2025-05-10 20:45:17','','102.0.9.88','loggedin',1),(2326,'user','5','2025-05-10 21:01:02','','','102.0.9.88','loggedin',1),(2327,'user','22','2025-05-10 21:24:00','','','102.0.9.88','loggedin',1),(2328,'user','22','2025-05-10 21:27:21','','','102.0.9.88','loggedin',1),(2329,'user','22','2025-05-10 21:28:17','2025-05-10 21:28:52','','102.0.9.88','loggedin',1),(2330,'user','22','2025-05-10 21:35:48','','','102.0.9.88','loggedin',1),(2331,'user','22','2025-05-10 21:37:17','','','102.0.9.88','loggedin',1),(2332,'user','22','2025-05-10 21:37:56','2025-05-10 21:38:17','','102.0.9.88','loggedin',1),(2333,'user','22','2025-05-10 21:47:37','2025-05-10 21:51:13','','102.0.9.88','loggedin',1),(2334,'user','3','2025-05-10 21:51:26','2025-05-10 21:54:57','','102.0.9.88','loggedin',1),(2335,'user','22','2025-05-10 21:55:07','','','102.0.9.88','loggedin',1),(2336,'user','22','2025-05-10 21:55:42','','','102.0.9.88','loggedin',1),(2337,'user','22','2025-05-10 21:56:35','2025-05-10 21:56:43','','102.0.9.88','loggedin',1),(2338,'user','22','2025-05-10 22:02:32','2025-05-10 22:08:21','','102.0.9.88','loggedin',1),(2339,'user','22','2025-05-10 22:47:55','','','102.0.9.88','loggedin',1),(2340,'user','22','2025-05-10 22:48:34','2025-05-10 22:48:49','','102.0.9.88','loggedin',1),(2341,'user','22','2025-05-10 23:19:06','','','102.0.9.88','loggedin',1),(2342,'user','22','2025-05-10 23:19:26','2025-05-10 23:19:44','','102.0.9.88','loggedin',1),(2343,'user','22','2025-05-10 23:22:52','','','102.0.9.88','loggedin',1),(2344,'user','5','2025-05-11 01:24:08','','','102.0.9.88','loggedin',1),(2345,'user','5','2025-05-11 01:42:56','2025-05-11 01:45:22','','102.0.9.88','loggedin',1),(2346,'user','11','2025-05-11 03:39:46','','','102.0.9.88','loggedin',1),(2347,'user','11','2025-05-11 07:59:17','','','102.0.9.88','loggedin',1),(2348,'user','22','2025-05-11 08:10:44','2025-05-11 08:10:55','','102.0.9.88','loggedin',1),(2349,'user','22','2025-05-11 08:46:45','','','102.0.9.88','loggedin',1),(2350,'user','22','2025-05-11 08:47:48','2025-05-11 08:48:11','','102.0.9.88','loggedin',1),(2351,'user','18','2025-05-11 08:57:38','','','102.0.9.88','loggedin',1),(2352,'user','21','2025-05-11 10:22:48','2025-05-11 10:23:52','','102.0.9.88','loggedin',1),(2353,'user','21','2025-05-11 10:24:22','2025-05-11 10:24:40','','102.0.9.88','loggedin',1),(2354,'user','21','2025-05-11 10:32:22','','','102.0.9.88','loggedin',1),(2355,'user','18','2025-05-11 10:39:13','','','102.0.9.88','loggedin',1),(2356,'user','18','2025-05-11 10:39:52','','','102.0.9.88','loggedin',1),(2357,'user','21','2025-05-11 10:41:17','','','102.0.9.88','loggedin',1),(2358,'user','21','2025-05-11 10:41:38','','','102.0.9.88','loggedin',1),(2359,'user','21','2025-05-11 10:41:50','2025-05-11 10:42:14','','102.0.9.88','loggedin',1),(2360,'user','18','2025-05-11 10:42:33','','','102.0.9.88','loggedin',1),(2361,'user','21','2025-05-11 10:42:37','2025-05-11 10:44:10','','102.0.9.88','loggedin',1),(2362,'user','21','2025-05-11 10:45:08','2025-05-11 10:46:26','','102.0.9.88','loggedin',1),(2363,'user','18','2025-05-11 10:51:22','','','102.0.9.88','loggedin',1),(2364,'user','18','2025-05-11 10:51:45','2025-05-11 11:25:16','','102.0.9.88','loggedin',1),(2365,'user','21','2025-05-11 10:53:56','','','102.0.9.88','loggedin',1),(2366,'user','21','2025-05-11 11:03:10','2025-05-11 11:04:53','','102.0.9.88','loggedin',1),(2367,'user','18','2025-05-11 11:29:15','','','102.0.9.88','loggedin',1),(2368,'user','18','2025-05-11 11:30:22','','','102.0.9.88','loggedin',1),(2369,'user','18','2025-05-11 11:36:50','','','102.0.9.88','loggedin',1),(2370,'user','18','2025-05-11 11:37:28','2025-05-11 11:38:11','','102.0.9.88','loggedin',1),(2371,'user','21','2025-05-11 11:40:09','','','102.0.9.88','loggedin',1),(2372,'user','21','2025-05-11 11:49:48','2025-05-11 11:50:06','','102.0.9.88','loggedin',1),(2373,'user','18','2025-05-11 11:51:20','','','102.0.9.88','loggedin',1),(2374,'user','21','2025-05-11 11:53:52','','','102.0.9.88','loggedin',1),(2375,'user','21','2025-05-11 11:59:58','2025-05-11 12:00:09','','102.0.9.88','loggedin',1),(2376,'user','21','2025-05-11 12:19:39','2025-05-11 12:19:43','','102.0.9.88','loggedin',1),(2377,'user','18','2025-05-11 12:24:50','','','102.0.9.88','loggedin',1),(2378,'user','18','2025-05-11 12:25:40','','','102.0.9.88','loggedin',1),(2379,'user','18','2025-05-11 12:26:14','','','102.0.9.88','loggedin',1),(2380,'user','21','2025-05-11 12:26:37','','','102.0.9.88','loggedin',1),(2381,'user','21','2025-05-11 12:38:43','2025-05-11 12:39:02','','102.0.9.88','loggedin',1),(2382,'user','21','2025-05-11 12:42:36','2025-05-11 12:43:46','','102.0.9.88','loggedin',1),(2383,'user','10','2025-05-11 12:48:15','2025-05-11 12:51:11','','102.0.9.88','loggedin',1),(2384,'user','18','2025-05-11 12:51:21','','','102.0.9.88','loggedin',1),(2385,'user','18','2025-05-11 12:52:09','','','102.0.9.88','loggedin',1),(2386,'user','18','2025-05-11 12:56:34','','','102.0.9.88','loggedin',1),(2387,'user','21','2025-05-11 13:04:02','2025-05-11 13:04:14','','102.0.9.88','loggedin',1),(2388,'user','21','2025-05-11 13:36:45','','','102.0.9.88','loggedin',1),(2389,'user','21','2025-05-11 13:36:54','','','102.0.9.88','loggedin',1),(2390,'user','21','2025-05-11 13:37:14','2025-05-11 13:37:30','','102.0.9.88','loggedin',1),(2391,'user','18','2025-05-11 13:50:01','','','102.0.9.88','loggedin',1),(2392,'user','18','2025-05-11 13:50:31','2025-05-11 13:53:45','','102.0.9.88','loggedin',1),(2393,'user','21','2025-05-11 13:53:51','','','102.0.9.88','loggedin',1),(2394,'user','18','2025-05-11 13:59:28','','','102.0.9.88','loggedin',1),(2395,'user','18','2025-05-11 13:59:58','','','102.0.9.88','loggedin',1),(2396,'user','18','2025-05-11 14:04:43','','','102.0.9.88','loggedin',1),(2397,'user','18','2025-05-11 14:05:11','','','102.0.9.88','loggedin',1),(2398,'user','18','2025-05-11 14:24:15','','','102.0.9.88','loggedin',1),(2399,'user','21','2025-05-11 14:32:52','','','102.0.9.88','loggedin',1),(2400,'user','21','2025-05-11 14:33:46','','','102.0.9.88','loggedin',1),(2401,'user','21','2025-05-11 14:36:13','2025-05-11 14:36:26','','102.0.9.88','loggedin',1),(2402,'user','18','2025-05-11 14:38:30','','','102.0.9.88','loggedin',1),(2403,'user','21','2025-05-11 14:40:29','','','102.0.9.88','loggedin',1),(2404,'user','18','2025-05-11 14:40:30','2025-05-11 14:43:16','','102.0.9.88','loggedin',1),(2405,'user','21','2025-05-11 14:43:20','2025-05-11 14:44:08','','102.0.9.88','loggedin',1),(2406,'user','18','2025-05-11 14:46:50','2025-05-11 15:02:19','','102.0.9.88','loggedin',1),(2407,'user','21','2025-05-11 14:49:09','2025-05-11 14:57:22','','102.0.9.88','loggedin',1),(2408,'user','21','2025-05-11 15:01:04','2025-05-11 15:01:29','','102.0.9.88','loggedin',1),(2409,'user','21','2025-05-11 15:02:33','2025-05-11 15:02:46','','102.0.9.88','loggedin',1),(2410,'user','18','2025-05-11 15:13:02','','','102.0.9.88','loggedin',1),(2411,'user','18','2025-05-11 15:14:01','','','102.0.9.88','loggedin',1),(2412,'user','18','2025-05-11 15:14:54','2025-05-11 15:18:23','','102.0.9.88','loggedin',1),(2413,'user','18','2025-05-11 15:18:25','','','102.0.9.88','loggedin',1),(2414,'user','21','2025-05-11 15:18:30','2025-05-11 15:20:26','','102.0.9.88','loggedin',1),(2415,'user','21','2025-05-11 15:24:00','2025-05-11 15:24:07','','102.0.9.88','loggedin',1),(2416,'user','21','2025-05-11 15:24:41','','','102.0.9.88','loggedin',1),(2417,'user','21','2025-05-11 15:25:51','','','102.0.9.88','loggedin',1),(2418,'user','18','2025-05-11 15:29:09','','','102.0.9.88','loggedin',1),(2419,'user','18','2025-05-11 15:31:52','2025-05-11 15:37:12','','102.0.9.88','loggedin',1),(2420,'user','21','2025-05-11 15:37:17','2025-05-11 15:39:59','','102.0.9.88','loggedin',1),(2421,'user','21','2025-05-11 15:43:14','2025-05-11 15:44:04','','102.0.9.88','loggedin',1),(2422,'user','21','2025-05-11 15:45:18','','','102.0.9.88','loggedin',1),(2423,'user','21','2025-05-11 15:49:26','2025-05-11 15:49:45','','102.0.9.88','loggedin',1),(2424,'user','21','2025-05-11 15:57:02','2025-05-11 15:57:34','','102.0.9.88','loggedin',1),(2425,'user','18','2025-05-11 16:34:25','2025-05-11 16:38:12','','102.0.9.88','loggedin',1),(2426,'user','21','2025-05-11 16:38:16','','','102.0.9.88','loggedin',1),(2427,'user','21','2025-05-11 16:39:05','','','102.0.9.88','loggedin',1),(2428,'user','21','2025-05-11 16:39:28','2025-05-11 16:41:08','','102.0.9.88','loggedin',1),(2429,'user','21','2025-05-11 16:47:26','','','102.0.9.88','loggedin',1),(2430,'user','18','2025-05-11 16:55:59','','','102.0.9.88','loggedin',1),(2431,'user','21','2025-05-11 16:58:03','2025-05-11 16:58:56','','102.0.9.88','loggedin',1),(2432,'user','18','2025-05-11 17:04:10','','','102.0.9.88','loggedin',1),(2433,'user','18','2025-05-11 17:21:22','','','102.0.9.88','loggedin',1),(2434,'user','18','2025-05-11 17:22:14','','','102.0.9.88','loggedin',1),(2435,'user','21','2025-05-11 17:26:09','2025-05-11 17:31:31','','102.0.9.88','loggedin',1),(2436,'user','18','2025-05-11 17:27:28','','','102.0.9.88','loggedin',1),(2437,'user','18','2025-05-11 17:37:28','','','102.0.9.88','loggedin',1),(2438,'user','21','2025-05-11 17:50:32','','','102.0.9.88','loggedin',1),(2439,'user','18','2025-05-11 17:51:42','','','102.0.9.88','loggedin',1),(2440,'user','18','2025-05-11 17:54:11','2025-05-11 17:56:21','','102.0.9.88','loggedin',1),(2441,'user','21','2025-05-11 17:56:33','2025-05-11 17:56:47','','102.0.9.88','loggedin',1),(2442,'user','21','2025-05-11 18:12:26','2025-05-11 18:13:18','','102.0.9.88','loggedin',1),(2443,'user','18','2025-05-11 18:45:51','2025-05-11 19:09:54','','102.0.9.88','loggedin',1),(2444,'user','21','2025-05-11 19:09:58','2025-05-11 19:10:31','','102.0.9.88','loggedin',1),(2445,'user','21','2025-05-11 19:22:56','','','102.0.9.88','loggedin',1),(2446,'user','21','2025-05-11 19:37:10','','','102.0.9.88','loggedin',1),(2447,'user','18','2025-05-11 19:40:19','','','102.0.9.88','loggedin',1),(2448,'user','18','2025-05-11 19:41:10','2025-05-11 19:45:22','','102.0.9.88','loggedin',1),(2449,'user','21','2025-05-11 19:45:26','2025-05-11 19:45:53','','102.0.9.88','loggedin',1),(2450,'user','5','2025-05-11 19:49:22','','','102.0.9.88','loggedin',1),(2451,'user','18','2025-05-11 19:54:01','','','102.0.9.88','loggedin',1),(2452,'user','18','2025-05-11 19:55:41','2025-05-11 19:57:12','','102.0.9.88','loggedin',1),(2453,'user','21','2025-05-11 19:57:17','','','102.0.9.88','loggedin',1),(2454,'user','18','2025-05-11 19:57:22','','','102.0.9.88','loggedin',1),(2455,'user','21','2025-05-11 19:58:49','2025-05-11 19:59:41','','102.0.9.88','loggedin',1),(2456,'user','21','2025-05-11 19:59:54','2025-05-11 20:00:18','','102.0.9.88','loggedin',1),(2457,'user','21','2025-05-11 20:03:19','2025-05-11 20:04:01','','102.0.9.88','loggedin',1),(2458,'user','18','2025-05-11 20:04:31','','','102.0.9.88','loggedin',1),(2459,'user','18','2025-05-11 20:06:37','2025-05-11 20:11:54','','102.0.9.88','loggedin',1),(2460,'user','18','2025-05-11 20:11:56','','','102.0.9.88','loggedin',1),(2461,'user','21','2025-05-11 20:12:00','2025-05-11 20:12:28','','102.0.9.88','loggedin',1),(2462,'user','18','2025-05-11 20:14:27','2025-05-11 20:21:58','','102.0.9.88','loggedin',1),(2463,'user','21','2025-05-11 20:23:24','2025-05-11 20:24:17','','102.0.9.88','loggedin',1),(2464,'user','5','2025-05-11 20:27:49','','','102.0.9.88','loggedin',1),(2465,'user','18','2025-05-11 20:29:04','2025-05-11 20:30:28','','102.0.9.88','loggedin',1),(2466,'user','21','2025-05-11 20:30:32','','','102.0.9.88','loggedin',1),(2467,'user','18','2025-05-11 20:31:23','','','102.0.9.88','loggedin',1),(2468,'user','21','2025-05-11 20:37:51','','','102.0.9.88','loggedin',1),(2469,'user','21','2025-05-11 20:41:22','','','102.0.9.88','loggedin',1),(2470,'user','5','2025-05-11 20:43:14','','','102.0.9.88','loggedin',1),(2471,'user','21','2025-05-11 20:44:57','','','102.0.9.88','loggedin',1),(2472,'user','5','2025-05-11 20:46:19','2025-05-11 20:47:47','','102.0.9.88','loggedin',1),(2473,'user','21','2025-05-11 20:54:20','','','102.0.9.88','loggedin',1),(2474,'user','18','2025-05-11 20:57:00','','','102.0.9.88','loggedin',1),(2475,'user','18','2025-05-11 21:02:04','','','102.0.9.88','loggedin',1),(2476,'user','21','2025-05-11 21:02:05','','','102.0.9.88','loggedin',1),(2477,'user','21','2025-05-11 21:04:55','','','102.0.9.88','loggedin',1),(2478,'user','18','2025-05-11 21:06:09','','','102.0.9.88','loggedin',1),(2479,'user','18','2025-05-11 21:09:32','2025-05-11 21:10:51','','102.0.9.88','loggedin',1),(2480,'user','21','2025-05-11 21:10:57','','','102.0.9.88','loggedin',1),(2481,'user','5','2025-05-11 21:19:14','','','102.0.9.88','loggedin',1),(2482,'user','23','2025-05-11 21:24:03','2025-05-11 21:26:10','','102.0.9.88','loggedin',1),(2483,'user','21','2025-05-11 21:26:19','2025-05-11 21:26:57','','102.0.9.88','loggedin',1),(2484,'user','11','2025-05-11 21:30:06','','','102.0.9.88','loggedin',1),(2485,'user','18','2025-05-11 21:30:36','2025-05-11 21:32:03','','102.0.9.88','loggedin',1),(2486,'user','22','2025-05-11 21:34:15','2025-05-11 21:35:20','','102.0.9.88','loggedin',1),(2487,'user','21','2025-05-11 21:35:23','2025-05-11 21:35:32','','102.0.9.88','loggedin',1),(2488,'user','22','2025-05-11 21:36:22','','','102.0.9.88','loggedin',1),(2489,'user','22','2025-05-11 21:37:14','2025-05-11 21:37:37','','102.0.9.88','loggedin',1),(2490,'user','22','2025-05-11 21:40:59','','','102.0.9.88','loggedin',1),(2491,'user','22','2025-05-11 21:42:23','2025-05-11 21:43:15','','102.0.9.88','loggedin',1),(2492,'user','5','2025-05-11 21:43:23','2025-05-11 21:44:24','','102.0.9.88','loggedin',1),(2493,'user','18','2025-05-11 21:45:10','','','102.0.9.88','loggedin',1),(2494,'user','22','2025-05-11 21:47:28','','','102.0.9.88','loggedin',1),(2495,'user','22','2025-05-11 21:48:12','','','102.0.9.88','loggedin',1),(2496,'user','22','2025-05-11 21:51:20','','','102.0.9.88','loggedin',1),(2497,'user','22','2025-05-11 21:51:55','2025-05-11 21:52:13','','102.0.9.88','loggedin',1),(2498,'user','18','2025-05-11 21:55:21','','','102.0.9.88','loggedin',1),(2499,'user','22','2025-05-11 22:34:59','2025-05-11 22:35:14','','102.0.9.88','loggedin',1),(2500,'user','22','2025-05-11 22:40:18','','','102.0.9.88','loggedin',1),(2501,'user','22','2025-05-11 22:45:47','','','102.0.9.88','loggedin',1),(2502,'user','22','2025-05-11 22:46:15','','','102.0.9.88','loggedin',1),(2503,'user','5','2025-05-11 23:23:39','2025-05-11 23:28:31','','102.0.9.88','loggedin',1),(2504,'user','5','2025-05-11 23:28:54','2025-05-11 23:31:58','','102.0.9.88','loggedin',1),(2505,'user','5','2025-05-11 23:32:35','2025-05-11 23:40:01','','102.0.9.88','loggedin',1),(2506,'user','5','2025-05-12 00:19:02','','','105.160.54.107','loggedin',1),(2507,'user','22','2025-05-12 05:24:59','','','102.0.9.88','loggedin',1),(2508,'user','22','2025-05-12 05:26:15','','','102.0.9.88','loggedin',1),(2509,'user','5','2025-05-12 05:34:49','','','105.160.54.107','loggedin',1),(2510,'user','22','2025-05-12 05:37:54','','','102.0.9.88','loggedin',1),(2511,'user','22','2025-05-12 05:46:47','2025-05-12 05:47:11','','102.0.9.88','loggedin',1),(2512,'user','5','2025-05-12 05:50:28','','','105.160.54.107','loggedin',1),(2513,'user','3','2025-05-12 07:58:17','','','102.0.9.88','loggedin',1),(2514,'user','3','2025-05-12 08:00:11','2025-05-12 08:08:28','','102.0.9.88','loggedin',1),(2515,'user','22','2025-05-12 08:08:44','2025-05-12 08:10:59','','102.0.9.88','loggedin',1),(2516,'user','3','2025-05-12 08:11:06','2025-05-12 08:12:16','','102.0.9.88','loggedin',1),(2517,'user','22','2025-05-12 08:12:24','','','102.0.9.88','loggedin',1),(2518,'user','22','2025-05-12 08:15:28','2025-05-12 08:25:09','','102.0.9.88','loggedin',1),(2519,'user','22','2025-05-12 08:25:44','','','102.0.9.88','loggedin',1),(2520,'user','22','2025-05-12 08:26:18','','','102.0.9.88','loggedin',1),(2521,'user','22','2025-05-12 08:30:06','','','102.0.9.88','loggedin',1),(2522,'user','22','2025-05-12 08:54:02','2025-05-12 08:54:24','','102.0.9.88','loggedin',1),(2523,'user','8','2025-05-12 10:20:29','','','102.0.9.88','loggedin',1),(2524,'user','8','2025-05-12 10:38:33','','','102.0.9.88','loggedin',1),(2525,'user','8','2025-05-12 10:42:20','','','102.0.9.88','loggedin',1),(2526,'user','8','2025-05-12 10:47:07','2025-05-12 10:47:22','','102.0.9.88','loggedin',1),(2527,'user','8','2025-05-12 10:49:52','','','102.0.9.88','loggedin',1),(2528,'user','8','2025-05-12 10:51:56','2025-05-12 10:55:46','','102.0.9.88','loggedin',1),(2529,'user','6','2025-05-12 10:55:53','','','102.0.9.88','loggedin',1),(2530,'user','6','2025-05-12 10:56:22','','','102.0.9.88','loggedin',1),(2531,'user','6','2025-05-12 10:57:03','2025-05-12 10:58:42','','102.0.9.88','loggedin',1),(2532,'user','6','2025-05-12 10:58:54','','','102.0.9.88','loggedin',1),(2533,'user','8','2025-05-12 11:04:05','2025-05-12 11:04:33','','102.0.9.88','loggedin',1),(2534,'user','5','2025-05-12 11:15:10','','','102.0.9.88','loggedin',1),(2535,'user','8','2025-05-12 11:53:19','','','102.0.9.88','loggedin',1),(2536,'user','8','2025-05-12 11:57:53','','','102.0.9.88','loggedin',1),(2537,'user','8','2025-05-12 12:03:42','','','102.0.9.88','loggedin',1),(2538,'user','8','2025-05-12 12:33:44','','','102.0.9.88','loggedin',1),(2539,'user','8','2025-05-12 12:34:35','2025-05-12 12:35:06','','102.0.9.88','loggedin',1),(2540,'user','8','2025-05-12 12:41:35','','','102.0.9.88','loggedin',1),(2541,'user','3','2025-05-12 12:59:49','','','102.0.9.88','loggedin',1),(2542,'user','8','2025-05-12 13:09:46','','','102.0.9.88','loggedin',1),(2543,'user','8','2025-05-12 13:10:29','2025-05-12 13:11:01','','102.0.9.88','loggedin',1),(2544,'user','8','2025-05-12 13:13:55','','','102.0.9.88','loggedin',1),(2545,'user','8','2025-05-12 13:15:19','','','102.0.9.88','loggedin',1),(2546,'user','8','2025-05-12 13:18:11','','','102.0.9.88','loggedin',1),(2547,'user','8','2025-05-12 13:23:02','','','102.0.9.88','loggedin',1),(2548,'user','8','2025-05-12 13:26:27','','','102.0.9.88','loggedin',1),(2549,'user','8','2025-05-12 13:28:17','','','102.0.9.88','loggedin',1),(2550,'user','8','2025-05-12 13:29:52','2025-05-12 13:30:32','','102.0.9.88','loggedin',1),(2551,'user','8','2025-05-12 13:38:15','2025-05-12 13:39:18','','102.0.9.88','loggedin',1),(2552,'user','12','2025-05-12 13:42:54','','','102.0.9.88','loggedin',1),(2553,'user','3','2025-05-12 13:43:48','','','102.0.9.88','loggedin',1),(2554,'user','12','2025-05-12 13:45:59','2025-05-12 13:48:46','','102.0.9.88','loggedin',1),(2555,'user','8','2025-05-12 13:48:50','','','102.0.9.88','loggedin',1),(2556,'user','8','2025-05-12 13:49:18','2025-05-12 13:49:36','','102.0.9.88','loggedin',1),(2557,'user','8','2025-05-12 13:57:03','2025-05-12 13:57:22','','102.0.9.88','loggedin',1),(2558,'user','8','2025-05-12 14:06:16','2025-05-12 14:08:47','','102.0.9.88','loggedin',1),(2559,'user','12','2025-05-12 14:11:40','2025-05-12 14:12:31','','102.0.9.88','loggedin',1),(2560,'user','8','2025-05-12 14:12:36','','','102.0.9.88','loggedin',1),(2561,'user','8','2025-05-12 14:13:29','2025-05-12 14:13:56','','102.0.9.88','loggedin',1),(2562,'user','12','2025-05-12 14:16:04','2025-05-12 14:16:55','','102.0.9.88','loggedin',1),(2563,'user','8','2025-05-12 14:27:03','','','102.0.9.88','loggedin',1),(2564,'user','8','2025-05-12 14:29:25','','','102.0.9.88','loggedin',1),(2565,'user','8','2025-05-12 14:32:21','2025-05-12 14:36:40','','102.0.9.88','loggedin',1),(2566,'user','8','2025-05-12 14:37:38','2025-05-12 14:41:30','','102.0.9.88','loggedin',1),(2567,'user','12','2025-05-12 14:41:39','','','102.0.9.88','loggedin',1),(2568,'user','12','2025-05-12 14:42:18','2025-05-12 14:42:48','','102.0.9.88','loggedin',1),(2569,'user','8','2025-05-12 14:43:27','','','102.0.9.88','loggedin',1),(2570,'user','8','2025-05-12 14:43:47','2025-05-12 14:44:26','','102.0.9.88','loggedin',1),(2571,'user','8','2025-05-12 14:46:55','2025-05-12 14:51:17','','102.0.9.88','loggedin',1),(2572,'user','12','2025-05-12 14:51:26','','','102.0.9.88','loggedin',1),(2573,'user','12','2025-05-12 14:53:01','2025-05-12 14:53:40','','102.0.9.88','loggedin',1),(2574,'user','12','2025-05-12 14:57:21','','','102.0.9.88','loggedin',1),(2575,'user','12','2025-05-12 14:58:12','2025-05-12 14:58:30','','102.0.9.88','loggedin',1),(2576,'user','8','2025-05-12 15:06:58','2025-05-12 15:07:56','','102.0.9.88','loggedin',1),(2577,'admin','1','2025-05-12 15:08:43','','','102.0.9.88','loggedin',1),(2578,'user','8','2025-05-12 15:10:10','2025-05-12 15:27:03','','102.0.9.88','loggedin',1),(2579,'user','12','2025-05-12 15:27:12','','','102.0.9.88','loggedin',1),(2580,'user','12','2025-05-12 15:29:57','2025-05-12 15:30:17','','102.0.9.88','loggedin',1),(2581,'user','8','2025-05-12 15:34:12','2025-05-12 15:34:34','','102.0.9.88','loggedin',1),(2582,'user','12','2025-05-12 15:43:01','','','102.0.9.88','loggedin',1),(2583,'user','12','2025-05-12 15:44:32','2025-05-12 15:46:08','','102.0.9.88','loggedin',1),(2584,'user','8','2025-05-12 15:51:32','','','102.0.9.88','loggedin',1),(2585,'user','3','2025-05-12 15:57:23','2025-05-12 15:58:40','','102.0.9.88','loggedin',1),(2586,'user','3','2025-05-12 15:58:59','2025-05-12 15:59:48','','102.0.9.88','loggedin',1),(2587,'user','8','2025-05-12 16:02:56','2025-05-12 16:03:24','','102.0.9.88','loggedin',1),(2588,'user','8','2025-05-12 16:04:45','','','102.0.9.88','loggedin',1),(2589,'user','8','2025-05-12 16:06:39','','','102.0.9.88','loggedin',1),(2590,'user','8','2025-05-12 16:19:39','','','102.0.9.88','loggedin',1),(2591,'user','8','2025-05-12 16:26:23','2025-05-12 16:27:07','','102.0.9.88','loggedin',1),(2592,'user','8','2025-05-12 16:30:47','','','102.0.9.88','loggedin',1),(2593,'user','8','2025-05-12 16:31:20','2025-05-12 16:31:46','','102.0.9.88','loggedin',1),(2594,'user','12','2025-05-12 16:41:37','','','102.0.9.88','loggedin',1),(2595,'user','12','2025-05-12 16:41:43','','','102.0.9.88','loggedin',1),(2596,'user','8','2025-05-12 16:42:43','','','102.0.9.88','loggedin',1),(2597,'user','8','2025-05-12 16:43:24','2025-05-12 16:43:43','','102.0.9.88','loggedin',1),(2598,'user','8','2025-05-12 16:44:35','','','102.0.9.88','loggedin',1),(2599,'user','8','2025-05-12 16:51:00','','','102.0.9.88','loggedin',1),(2600,'user','8','2025-05-12 17:00:19','2025-05-12 17:01:25','','102.0.9.88','loggedin',1),(2601,'user','8','2025-05-12 17:02:17','2025-05-12 17:03:18','','102.0.9.88','loggedin',1),(2602,'user','8','2025-05-12 17:31:34','','','102.0.9.88','loggedin',1),(2603,'user','8','2025-05-12 17:39:31','','','102.0.9.88','loggedin',1),(2604,'user','12','2025-05-12 17:40:15','','','102.0.9.88','loggedin',1),(2605,'user','12','2025-05-12 17:40:17','','','102.0.9.88','loggedin',1),(2606,'user','12','2025-05-12 17:40:17','','','102.0.9.88','loggedin',1),(2607,'user','12','2025-05-12 17:40:18','','','102.0.9.88','loggedin',1),(2608,'user','8','2025-05-12 17:40:42','2025-05-12 17:41:46','','102.0.9.88','loggedin',1),(2609,'user','12','2025-05-12 17:41:24','2025-05-12 17:53:04','','102.0.9.88','loggedin',1),(2610,'user','8','2025-05-12 17:45:43','','','102.0.9.88','loggedin',1),(2611,'user','8','2025-05-12 17:50:34','','','102.0.9.88','loggedin',1),(2612,'user','8','2025-05-12 17:51:10','2025-05-12 17:53:17','','102.0.9.88','loggedin',1),(2613,'user','12','2025-05-12 17:55:22','','','102.0.9.88','loggedin',1),(2614,'user','12','2025-05-12 17:55:25','2025-05-12 17:56:30','','102.0.9.88','loggedin',1),(2615,'user','8','2025-05-12 17:55:29','2025-05-12 17:56:58','','102.0.9.88','loggedin',1),(2616,'user','12','2025-05-12 17:56:40','2025-05-12 17:56:46','','102.0.9.88','loggedin',1),(2617,'user','12','2025-05-12 17:57:08','2025-05-12 17:59:05','','102.0.9.88','loggedin',1),(2618,'user','8','2025-05-12 18:03:54','2025-05-12 18:04:09','','102.0.9.88','loggedin',1),(2619,'user','8','2025-05-12 18:15:14','2025-05-12 18:15:46','','102.0.9.88','loggedin',1),(2620,'user','8','2025-05-12 18:21:13','','','102.0.9.88','loggedin',1),(2621,'user','8','2025-05-12 18:23:17','','','102.0.9.88','loggedin',1),(2622,'user','8','2025-05-12 18:24:17','2025-05-12 18:24:22','','102.0.9.88','loggedin',1),(2623,'user','8','2025-05-12 18:26:00','','','102.0.9.88','loggedin',1),(2624,'user','12','2025-05-12 18:46:46','','','102.0.9.88','loggedin',1),(2625,'user','8','2025-05-12 18:49:41','2025-05-12 18:50:47','','102.0.9.88','loggedin',1),(2626,'user','12','2025-05-12 18:54:22','','','102.0.9.88','loggedin',1),(2627,'user','12','2025-05-12 18:56:11','2025-05-12 18:57:11','','102.0.9.88','loggedin',1),(2628,'user','12','2025-05-12 18:58:42','','','102.0.9.88','loggedin',1),(2629,'user','8','2025-05-12 19:00:08','','','102.0.9.88','loggedin',1),(2630,'user','12','2025-05-12 19:02:28','2025-05-12 19:12:28','','102.0.9.88','loggedin',1),(2631,'user','8','2025-05-12 19:12:40','2025-05-12 19:13:13','','102.0.9.88','loggedin',1),(2632,'user','12','2025-05-12 19:16:34','2025-05-12 19:16:55','','102.0.9.88','loggedin',1),(2633,'user','8','2025-05-12 19:16:59','','','102.0.9.88','loggedin',1),(2634,'user','12','2025-05-12 19:17:34','','','102.0.9.88','loggedin',1),(2635,'user','8','2025-05-12 19:21:04','','','102.0.9.88','loggedin',1),(2636,'user','12','2025-05-12 19:22:22','2025-05-12 19:23:00','','102.0.9.88','loggedin',1),(2637,'user','12','2025-05-12 19:24:56','2025-05-12 19:25:15','','102.0.9.88','loggedin',1),(2638,'user','8','2025-05-12 19:26:11','2025-05-12 19:27:07','','102.0.9.88','loggedin',1),(2639,'user','12','2025-05-12 19:27:19','2025-05-12 19:30:17','','102.0.9.88','loggedin',1),(2640,'user','8','2025-05-12 19:30:27','','','102.0.9.88','loggedin',1),(2641,'user','8','2025-05-12 19:31:33','','','102.0.9.88','loggedin',1),(2642,'user','12','2025-05-12 19:31:48','','','102.0.9.88','loggedin',1),(2643,'user','12','2025-05-12 19:33:20','','','102.0.9.88','loggedin',1),(2644,'user','8','2025-05-12 19:37:55','2025-05-12 19:38:31','','102.0.9.88','loggedin',1),(2645,'user','12','2025-05-12 19:41:23','2025-05-12 19:43:39','','102.0.9.88','loggedin',1),(2646,'user','8','2025-05-12 19:43:43','','','102.0.9.88','loggedin',1),(2647,'user','8','2025-05-12 19:44:10','2025-05-12 19:44:20','','102.0.9.88','loggedin',1),(2648,'user','8','2025-05-12 19:53:51','2025-05-12 19:54:16','','102.0.9.88','loggedin',1),(2649,'user','8','2025-05-12 19:55:02','2025-05-12 19:55:16','','102.0.9.88','loggedin',1),(2650,'user','8','2025-05-12 20:13:40','2025-05-12 20:14:14','','102.0.9.88','loggedin',1),(2651,'user','8','2025-05-12 20:23:45','2025-05-12 20:24:01','','102.0.9.88','loggedin',1),(2652,'user','8','2025-05-12 20:24:54','','','102.0.9.88','loggedin',1),(2653,'user','12','2025-05-12 20:26:51','2025-05-12 20:27:19','','102.0.9.88','loggedin',1),(2654,'user','8','2025-05-12 20:27:27','2025-05-12 20:27:32','','102.0.9.88','loggedin',1),(2655,'user','8','2025-05-12 20:28:33','2025-05-12 20:31:32','','102.0.9.88','loggedin',1),(2656,'user','8','2025-05-12 20:32:49','2025-05-12 20:33:13','','102.0.9.88','loggedin',1),(2657,'user','8','2025-05-12 20:35:35','','','102.0.9.88','loggedin',1),(2658,'user','8','2025-05-12 20:35:58','2025-05-12 20:36:22','','102.0.9.88','loggedin',1),(2659,'user','22','2025-05-12 21:30:39','2025-05-12 21:30:46','','102.0.9.88','loggedin',1),(2660,'user','22','2025-05-12 21:32:01','','','102.0.9.88','loggedin',1),(2661,'user','22','2025-05-12 21:32:37','2025-05-12 21:32:50','','102.0.9.88','loggedin',1),(2662,'user','22','2025-05-12 21:33:17','2025-05-12 21:33:55','','102.0.9.88','loggedin',1),(2663,'user','22','2025-05-12 21:33:59','','','102.0.9.88','loggedin',1),(2664,'user','22','2025-05-12 21:53:45','2025-05-12 21:54:15','','102.0.9.88','loggedin',1),(2665,'user','22','2025-05-12 21:54:21','2025-05-12 21:55:21','','102.0.9.88','loggedin',1),(2666,'user','22','2025-05-12 21:59:49','','','102.0.9.88','loggedin',1),(2667,'user','22','2025-05-12 22:00:53','2025-05-12 22:01:11','','102.0.9.88','loggedin',1),(2668,'user','22','2025-05-12 23:28:33','','','102.0.9.88','loggedin',1),(2669,'user','22','2025-05-12 23:29:07','2025-05-12 23:30:00','','102.0.9.88','loggedin',1),(2670,'user','5','2025-05-13 00:11:31','','','105.160.33.173','loggedin',1),(2671,'user','5','2025-05-13 00:32:58','','','105.160.33.173','loggedin',1),(2672,'user','22','2025-05-13 05:15:04','','','102.0.9.88','loggedin',1),(2673,'user','22','2025-05-13 05:16:13','','','102.0.9.88','loggedin',1),(2674,'user','22','2025-05-13 05:22:34','','','102.0.9.88','loggedin',1),(2675,'user','22','2025-05-13 05:23:29','2025-05-13 05:28:24','','102.0.9.88','loggedin',1),(2676,'user','5','2025-05-13 07:09:48','','','41.81.81.108','loggedin',1),(2677,'user','22','2025-05-13 08:15:01','','','102.0.9.88','loggedin',1),(2678,'user','22','2025-05-13 08:15:33','2025-05-13 08:17:50','','102.0.9.88','loggedin',1),(2679,'user','22','2025-05-13 08:54:08','','','102.0.9.88','loggedin',1),(2680,'user','22','2025-05-13 08:54:49','2025-05-13 08:55:12','','102.0.9.88','loggedin',1),(2681,'user','18','2025-05-13 09:37:26','2025-05-13 09:37:41','','102.0.9.88','loggedin',1),(2682,'user','18','2025-05-13 09:37:50','2025-05-13 09:38:29','','102.0.9.88','loggedin',1),(2683,'user','8','2025-05-13 09:55:09','','','102.0.9.88','loggedin',1),(2684,'user','8','2025-05-13 09:56:22','','','102.0.9.88','loggedin',1),(2685,'user','8','2025-05-13 09:56:51','2025-05-13 09:57:08','','102.0.9.88','loggedin',1),(2686,'user','8','2025-05-13 10:05:11','','','102.0.9.88','loggedin',1),(2687,'user','8','2025-05-13 10:11:29','2025-05-13 10:11:54','','102.0.9.88','loggedin',1),(2688,'user','18','2025-05-13 10:30:43','','','102.0.9.88','loggedin',1),(2689,'user','18','2025-05-13 10:31:44','2025-05-13 10:36:08','','102.0.9.88','loggedin',1),(2690,'user','3','2025-05-13 10:36:38','','','102.0.9.88','loggedin',1),(2691,'user','8','2025-05-13 10:38:41','','','102.0.9.88','loggedin',1),(2692,'user','18','2025-05-13 10:39:34','','','102.0.9.88','loggedin',1),(2693,'user','18','2025-05-13 10:40:05','2025-05-13 10:46:20','','102.0.9.88','loggedin',1),(2694,'user','8','2025-05-13 10:46:29','2025-05-13 10:47:07','','102.0.9.88','loggedin',1),(2695,'user','18','2025-05-13 10:51:14','2025-05-13 11:04:38','','102.0.9.88','loggedin',1),(2696,'user','8','2025-05-13 11:04:41','','','102.0.9.88','loggedin',1),(2697,'user','8','2025-05-13 11:05:04','2025-05-13 11:05:31','','102.0.9.88','loggedin',1),(2698,'user','8','2025-05-13 11:08:10','','','102.0.9.88','loggedin',1),(2699,'user','18','2025-05-13 11:14:48','','','102.0.9.88','loggedin',1),(2700,'user','18','2025-05-13 11:15:32','2025-05-13 11:16:17','','102.0.9.88','loggedin',1),(2701,'user','8','2025-05-13 11:16:26','2025-05-13 11:16:53','','102.0.9.88','loggedin',1),(2702,'user','8','2025-05-13 11:39:49','','','102.0.9.88','loggedin',1),(2703,'user','8','2025-05-13 11:45:11','2025-05-13 11:45:34','','102.0.9.88','loggedin',1),(2704,'user','18','2025-05-13 12:21:45','2025-05-13 12:25:35','','102.0.9.88','loggedin',1),(2705,'user','3','2025-05-13 12:25:45','2025-05-13 12:28:35','','102.0.9.88','loggedin',1),(2706,'user','3','2025-05-13 12:29:25','','','102.0.9.88','loggedin',1),(2707,'user','18','2025-05-13 12:30:51','2025-05-13 12:31:09','','102.0.9.88','loggedin',1),(2708,'user','3','2025-05-13 12:32:33','','','102.0.9.88','loggedin',1),(2709,'user','18','2025-05-13 12:34:00','','','102.0.9.88','loggedin',1),(2710,'user','18','2025-05-13 12:35:32','','','102.0.9.88','loggedin',1),(2711,'user','18','2025-05-13 12:36:34','2025-05-13 12:39:11','','102.0.9.88','loggedin',1),(2712,'user','8','2025-05-13 12:39:15','','','102.0.9.88','loggedin',1),(2713,'user','18','2025-05-13 12:39:48','','','102.0.9.88','loggedin',1),(2714,'user','8','2025-05-13 12:41:48','2025-05-13 12:42:26','','102.0.9.88','loggedin',1),(2715,'user','18','2025-05-13 12:42:35','2025-05-13 12:48:59','','102.0.9.88','loggedin',1),(2716,'user','8','2025-05-13 12:49:03','','','102.0.9.88','loggedin',1),(2717,'user','8','2025-05-13 12:49:29','2025-05-13 12:49:43','','102.0.9.88','loggedin',1),(2718,'user','18','2025-05-13 13:00:56','','','102.0.9.88','loggedin',1),(2719,'user','8','2025-05-13 13:04:15','2025-05-13 13:04:55','','102.0.9.88','loggedin',1),(2720,'user','8','2025-05-13 13:11:44','','','102.0.9.88','loggedin',1),(2721,'user','18','2025-05-13 13:15:04','2025-05-13 13:17:35','','102.0.9.88','loggedin',1),(2722,'user','8','2025-05-13 13:17:42','2025-05-13 13:18:26','','102.0.9.88','loggedin',1),(2723,'user','8','2025-05-13 13:34:34','','','102.0.9.88','loggedin',1),(2724,'user','8','2025-05-13 13:35:25','','','102.0.9.88','loggedin',1),(2725,'user','18','2025-05-13 13:38:10','','','102.0.9.88','loggedin',1),(2726,'user','3','2025-05-13 13:44:42','2025-05-13 13:45:50','','102.0.9.88','loggedin',1),(2727,'user','8','2025-05-13 13:45:55','','','102.0.9.88','loggedin',1),(2728,'user','8','2025-05-13 13:46:41','2025-05-13 13:47:18','','102.0.9.88','loggedin',1),(2729,'user','18','2025-05-13 13:50:45','','','102.0.9.88','loggedin',1),(2730,'user','18','2025-05-13 14:04:22','2025-05-13 14:08:58','','102.0.9.88','loggedin',1),(2731,'user','8','2025-05-13 14:09:01','','','102.0.9.88','loggedin',1),(2732,'user','18','2025-05-13 14:09:17','','','102.0.9.88','loggedin',1),(2733,'user','18','2025-05-13 14:16:41','2025-05-13 14:17:10','','102.0.9.88','loggedin',1),(2734,'user','8','2025-05-13 14:17:21','2025-05-13 14:21:09','','102.0.9.88','loggedin',1),(2735,'user','3','2025-05-13 14:25:01','2025-05-13 14:26:32','','102.0.9.88','loggedin',1),(2736,'user','8','2025-05-13 14:26:38','','','102.0.9.88','loggedin',1),(2737,'user','8','2025-05-13 14:28:21','','','102.0.9.88','loggedin',1),(2738,'user','18','2025-05-13 14:31:20','','','102.0.9.88','loggedin',1),(2739,'user','18','2025-05-13 14:32:19','2025-05-13 14:35:44','','102.0.9.88','loggedin',1),(2740,'user','8','2025-05-13 14:35:49','2025-05-13 14:36:45','','102.0.9.88','loggedin',1),(2741,'user','8','2025-05-13 14:37:56','2025-05-13 14:39:49','','102.0.9.88','loggedin',1),(2742,'user','8','2025-05-13 14:41:38','2025-05-13 14:55:12','','102.0.9.88','loggedin',1),(2743,'user','3','2025-05-13 14:55:26','','','102.0.9.88','loggedin',1),(2744,'user','18','2025-05-13 14:57:05','','','102.0.9.88','loggedin',1),(2745,'user','18','2025-05-13 14:58:09','2025-05-13 14:59:37','','102.0.9.88','loggedin',1),(2746,'user','8','2025-05-13 14:59:41','','','102.0.9.88','loggedin',1),(2747,'user','18','2025-05-13 15:05:32','','','102.0.9.88','loggedin',1),(2748,'user','18','2025-05-13 15:17:26','','','102.0.9.88','loggedin',1),(2749,'user','18','2025-05-13 15:20:36','','','102.0.9.88','loggedin',1),(2750,'user','18','2025-05-13 15:25:39','2025-05-13 15:35:22','','102.0.9.88','loggedin',1),(2751,'user','8','2025-05-13 15:35:30','','','102.0.9.88','loggedin',1),(2752,'user','8','2025-05-13 15:35:53','2025-05-13 15:36:40','','102.0.9.88','loggedin',1),(2753,'user','18','2025-05-13 15:49:23','','','102.0.9.88','loggedin',1),(2754,'user','8','2025-05-13 15:57:11','','','102.0.9.88','loggedin',1),(2755,'user','8','2025-05-13 15:57:39','2025-05-13 15:58:00','','102.0.9.88','loggedin',1),(2756,'user','18','2025-05-13 16:00:44','','','102.0.9.88','loggedin',1),(2757,'user','18','2025-05-13 16:43:40','2025-05-13 16:45:02','','102.0.9.88','loggedin',1),(2758,'user','18','2025-05-13 16:50:41','','','102.0.9.88','loggedin',1),(2759,'user','8','2025-05-13 16:57:23','','','102.0.9.88','loggedin',1),(2760,'user','8','2025-05-13 16:58:09','2025-05-13 16:58:39','','102.0.9.88','loggedin',1),(2761,'user','18','2025-05-13 17:10:00','2025-05-13 17:30:28','','102.0.9.88','loggedin',1),(2762,'user','8','2025-05-13 17:30:33','','','102.0.9.88','loggedin',1),(2763,'user','8','2025-05-13 17:31:00','2025-05-13 17:31:27','','102.0.9.88','loggedin',1),(2764,'user','8','2025-05-13 17:54:51','','','102.0.9.88','loggedin',1),(2765,'user','8','2025-05-13 17:55:55','2025-05-13 17:56:16','','102.0.9.88','loggedin',1),(2766,'user','18','2025-05-13 18:00:30','','','102.0.9.88','loggedin',1),(2767,'user','8','2025-05-13 18:07:15','','','102.0.9.88','loggedin',1),(2768,'user','8','2025-05-13 18:08:29','2025-05-13 18:08:53','','102.0.9.88','loggedin',1),(2769,'user','8','2025-05-13 18:12:29','2025-05-13 18:13:39','','102.0.9.88','loggedin',1),(2770,'user','8','2025-05-13 18:28:03','','','102.0.9.88','loggedin',1),(2771,'user','8','2025-05-13 18:34:28','','','102.0.9.88','loggedin',1),(2772,'user','18','2025-05-13 18:39:57','2025-05-13 18:41:11','','102.0.9.88','loggedin',1),(2773,'user','8','2025-05-13 18:41:15','2025-05-13 18:41:44','','102.0.9.88','loggedin',1),(2774,'user','18','2025-05-13 18:43:49','','','102.0.9.88','loggedin',1),(2775,'user','18','2025-05-13 18:45:15','2025-05-13 18:47:55','','102.0.9.88','loggedin',1),(2776,'user','8','2025-05-13 18:48:06','2025-05-13 18:48:54','','102.0.9.88','loggedin',1),(2777,'user','18','2025-05-13 18:51:56','','','102.0.9.88','loggedin',1),(2778,'user','18','2025-05-13 18:52:54','2025-05-13 19:02:34','','102.0.9.88','loggedin',1),(2779,'user','8','2025-05-13 19:02:37','','','102.0.9.88','loggedin',1),(2780,'user','8','2025-05-13 19:03:23','2025-05-13 19:03:49','','102.0.9.88','loggedin',1),(2781,'user','8','2025-05-13 19:07:43','','','102.0.9.88','loggedin',1),(2782,'user','8','2025-05-13 19:08:21','','','102.0.9.88','loggedin',1),(2783,'user','18','2025-05-13 19:13:35','','','102.0.9.88','loggedin',1),(2784,'user','18','2025-05-13 19:15:24','2025-05-13 19:26:10','','102.0.9.88','loggedin',1),(2785,'user','8','2025-05-13 19:26:20','','','102.0.9.88','loggedin',1),(2786,'user','8','2025-05-13 19:26:54','','','102.0.9.88','loggedin',1),(2787,'user','18','2025-05-13 19:30:05','','','102.0.9.88','loggedin',1),(2788,'user','18','2025-05-13 19:30:46','2025-05-13 19:42:31','','102.0.9.88','loggedin',1),(2789,'user','5','2025-05-13 19:35:46','','','105.160.103.202','loggedin',1),(2790,'user','8','2025-05-13 19:42:35','','','102.0.9.88','loggedin',1),(2791,'user','8','2025-05-13 19:43:15','2025-05-13 19:43:47','','102.0.9.88','loggedin',1),(2792,'user','18','2025-05-13 19:44:12','','','102.0.9.88','loggedin',1),(2793,'user','18','2025-05-13 19:44:40','2025-05-13 19:48:37','','102.0.9.88','loggedin',1),(2794,'user','8','2025-05-13 19:48:41','','','102.0.9.88','loggedin',1),(2795,'user','8','2025-05-13 19:49:23','','','102.0.9.88','loggedin',1),(2796,'user','18','2025-05-13 19:58:08','','','102.0.9.88','loggedin',1),(2797,'user','18','2025-05-13 20:01:14','','','102.0.9.88','loggedin',1),(2798,'user','18','2025-05-13 20:06:43','2025-05-13 20:07:11','','102.0.9.88','loggedin',1),(2799,'user','8','2025-05-13 20:07:15','2025-05-13 20:07:54','','102.0.9.88','loggedin',1),(2800,'user','8','2025-05-13 20:19:44','','','102.0.9.88','loggedin',1),(2801,'user','18','2025-05-13 20:26:12','2025-05-13 20:28:22','','102.0.9.88','loggedin',1),(2802,'user','5','2025-05-13 20:29:10','2025-05-13 20:31:01','','102.0.9.88','loggedin',1),(2803,'user','18','2025-05-13 20:32:58','','','102.0.9.88','loggedin',1),(2804,'user','18','2025-05-13 20:34:10','2025-05-13 20:35:55','','102.0.9.88','loggedin',1),(2805,'user','8','2025-05-13 20:35:59','','','102.0.9.88','loggedin',1),(2806,'user','8','2025-05-13 20:42:30','','','102.0.9.88','loggedin',1),(2807,'user','8','2025-05-13 20:43:25','2025-05-13 20:43:45','','102.0.9.88','loggedin',1),(2808,'user','8','2025-05-13 20:48:50','','','102.0.9.88','loggedin',1),(2809,'user','18','2025-05-13 20:50:40','','','102.0.9.88','loggedin',1),(2810,'user','18','2025-05-13 20:51:09','','','102.0.9.88','loggedin',1),(2811,'user','18','2025-05-13 20:52:17','','','102.0.9.88','loggedin',1),(2812,'user','8','2025-05-13 21:03:35','2025-05-13 21:04:57','','102.0.9.88','loggedin',1),(2813,'user','8','2025-05-13 21:05:58','2025-05-13 21:10:29','','102.0.9.88','loggedin',1),(2814,'user','18','2025-05-13 21:11:38','','','102.0.9.88','loggedin',1),(2815,'user','8','2025-05-13 21:12:32','2025-05-13 21:12:45','','102.0.9.88','loggedin',1),(2816,'user','8','2025-05-13 21:21:20','','','102.0.9.88','loggedin',1),(2817,'user','8','2025-05-13 21:22:03','2025-05-13 22:09:54','','102.0.9.88','loggedin',1),(2818,'user','5','2025-05-13 22:27:12','','','105.160.103.202','loggedin',1),(2819,'user','5','2025-05-13 22:31:14','2025-05-13 22:33:46','','102.0.9.88','loggedin',1),(2820,'user','22','2025-05-13 22:54:18','','','102.0.9.88','loggedin',1),(2821,'user','22','2025-05-13 23:18:07','','','102.0.9.88','loggedin',1),(2822,'user','22','2025-05-13 23:18:41','','','102.0.9.88','loggedin',1),(2823,'user','22','2025-05-13 23:50:55','','','102.0.9.88','loggedin',1),(2824,'user','22','2025-05-13 23:53:45','','','102.0.9.88','loggedin',1),(2825,'user','22','2025-05-13 23:54:47','','','102.0.9.88','loggedin',1),(2826,'user','5','2025-05-13 23:59:22','','','105.160.103.202','loggedin',1),(2827,'user','22','2025-05-14 06:51:57','','','102.0.9.88','loggedin',1),(2828,'user','22','2025-05-14 06:53:30','','','102.0.9.88','loggedin',1),(2829,'user','22','2025-05-14 06:56:55','','','102.0.9.88','loggedin',1),(2830,'user','22','2025-05-14 07:37:30','','','102.0.9.88','loggedin',1),(2831,'user','22','2025-05-14 07:38:18','','','102.0.9.88','loggedin',1),(2832,'user','5','2025-05-14 07:45:03','','','105.161.175.147','loggedin',1),(2833,'user','22','2025-05-14 07:47:37','','','102.0.9.88','loggedin',1),(2834,'user','22','2025-05-14 08:57:13','','','102.0.9.88','loggedin',1),(2835,'user','22','2025-05-14 09:00:47','','','102.0.9.88','loggedin',1),(2836,'user','22','2025-05-14 09:03:32','','','102.0.9.88','loggedin',1),(2837,'user','22','2025-05-14 09:09:48','','','102.0.9.88','loggedin',1),(2838,'user','22','2025-05-14 09:10:20','2025-05-14 09:10:46','','102.0.9.88','loggedin',1),(2839,'user','8','2025-05-14 09:10:54','','','102.0.9.88','loggedin',1),(2840,'user','18','2025-05-14 09:13:13','','','102.0.9.88','loggedin',1),(2841,'user','18','2025-05-14 09:48:47','','','102.0.9.88','loggedin',1),(2842,'user','18','2025-05-14 09:49:16','','','102.0.9.88','loggedin',1),(2843,'user','18','2025-05-14 09:51:42','','','102.0.9.88','loggedin',1),(2844,'user','8','2025-05-14 10:55:52','','','102.0.9.88','loggedin',1),(2845,'user','8','2025-05-14 11:02:09','','','102.0.9.88','loggedin',1),(2846,'user','8','2025-05-14 11:06:32','','','102.0.9.88','loggedin',1),(2847,'user','8','2025-05-14 11:13:27','','','102.0.9.88','loggedin',1),(2848,'user','8','2025-05-14 11:15:19','','','102.0.9.88','loggedin',1),(2849,'user','8','2025-05-14 11:21:56','','','102.0.9.88','loggedin',1),(2850,'user','3','2025-05-14 12:08:52','2025-05-14 12:09:25','','102.0.9.88','loggedin',1),(2851,'user','3','2025-05-14 12:12:34','2025-05-14 12:13:23','','102.0.9.88','loggedin',1),(2852,'user','3','2025-05-14 12:13:42','','','102.0.9.88','loggedin',1),(2853,'user','3','2025-05-14 12:17:45','','','102.0.9.88','loggedin',1),(2854,'user','8','2025-05-14 13:04:38','','','102.0.9.88','loggedin',1),(2855,'user','18','2025-05-14 13:17:50','','','102.0.9.88','loggedin',1),(2856,'user','18','2025-05-14 13:27:30','','','102.0.9.88','loggedin',1),(2857,'user','18','2025-05-14 13:28:00','','','102.0.9.88','loggedin',1),(2858,'user','5','2025-05-14 13:43:41','','','102.0.9.88','loggedin',1),(2859,'user','18','2025-05-14 13:44:48','','','102.0.9.88','loggedin',1),(2860,'user','8','2025-05-14 13:56:43','2025-05-14 14:06:00','','102.0.9.88','loggedin',1),(2861,'user','18','2025-05-14 14:07:29','','','102.0.9.88','loggedin',1),(2862,'user','18','2025-05-14 14:08:06','2025-05-14 14:14:28','','102.0.9.88','loggedin',1),(2863,'user','8','2025-05-14 14:14:52','','','102.0.9.88','loggedin',1),(2864,'user','18','2025-05-14 14:19:08','','','102.0.9.88','loggedin',1),(2865,'user','18','2025-05-14 14:23:51','','','102.0.9.88','loggedin',1),(2866,'user','18','2025-05-14 14:24:16','','','102.0.9.88','loggedin',1),(2867,'user','18','2025-05-14 14:30:34','','','102.0.9.88','loggedin',1),(2868,'user','18','2025-05-14 14:32:06','','','102.0.9.88','loggedin',1),(2869,'user','18','2025-05-14 14:42:21','','','102.0.9.88','loggedin',1),(2870,'user','18','2025-05-14 14:43:12','','','102.0.9.88','loggedin',1),(2871,'user','18','2025-05-14 14:54:56','','','102.0.9.88','loggedin',1),(2872,'user','8','2025-05-14 15:03:34','','','102.0.9.88','loggedin',1),(2873,'user','18','2025-05-14 15:14:26','','','102.0.9.88','loggedin',1),(2874,'user','18','2025-05-14 15:15:07','','','102.0.9.88','loggedin',1),(2875,'user','18','2025-05-14 15:25:15','','','102.0.9.88','loggedin',1),(2876,'user','8','2025-05-14 15:27:22','','','102.0.9.88','loggedin',1),(2877,'user','18','2025-05-14 15:31:12','2025-05-14 15:39:49','','102.0.9.88','loggedin',1),(2878,'user','8','2025-05-14 15:39:53','2025-05-14 15:40:46','','102.0.9.88','loggedin',1),(2879,'user','8','2025-05-14 15:48:32','','','102.0.9.88','loggedin',1),(2880,'user','8','2025-05-14 15:49:41','','','102.0.9.88','loggedin',1),(2881,'user','18','2025-05-14 15:53:46','','','102.0.9.88','loggedin',1),(2882,'user','18','2025-05-14 15:54:25','2025-05-14 16:08:21','','102.0.9.88','loggedin',1),(2883,'user','8','2025-05-14 16:08:31','','','102.0.9.88','loggedin',1),(2884,'user','8','2025-05-14 16:09:19','','','102.0.9.88','loggedin',1),(2885,'user','18','2025-05-14 16:21:46','2025-05-14 16:23:59','','102.0.9.88','loggedin',1),(2886,'user','8','2025-05-14 16:24:03','','','102.0.9.88','loggedin',1),(2887,'user','8','2025-05-14 16:25:28','','','102.0.9.88','loggedin',1),(2888,'user','8','2025-05-14 16:28:17','','','102.0.9.88','loggedin',1),(2889,'user','8','2025-05-14 16:41:24','2025-05-14 16:42:31','','102.0.9.88','loggedin',1),(2890,'user','8','2025-05-14 16:44:44','','','102.0.9.88','loggedin',1),(2891,'user','18','2025-05-14 16:47:54','','','102.0.9.88','loggedin',1),(2892,'user','18','2025-05-14 16:48:50','2025-05-14 16:55:07','','102.0.9.88','loggedin',1),(2893,'user','8','2025-05-14 16:55:11','','','102.0.9.88','loggedin',1),(2894,'user','8','2025-05-14 16:57:57','2025-05-14 16:59:15','','102.0.9.88','loggedin',1),(2895,'user','18','2025-05-14 17:04:20','','','102.0.9.88','loggedin',1),(2896,'user','8','2025-05-14 17:04:48','2025-05-14 17:05:05','','102.0.9.88','loggedin',1),(2897,'user','8','2025-05-14 17:05:09','2025-05-14 17:05:20','','102.0.9.88','loggedin',1),(2898,'user','3','2025-05-14 17:41:27','2025-05-14 17:49:59','','102.0.9.88','loggedin',1),(2899,'user','3','2025-05-14 17:51:03','2025-05-14 17:51:13','','102.0.9.88','loggedin',1),(2900,'user','8','2025-05-14 18:01:10','','','102.0.9.88','loggedin',1),(2901,'user','8','2025-05-14 18:06:32','','','102.0.9.88','loggedin',1),(2902,'user','18','2025-05-14 18:08:11','','','102.0.9.88','loggedin',1),(2903,'user','8','2025-05-14 18:11:17','','','102.0.9.88','loggedin',1),(2904,'user','18','2025-05-14 18:13:27','','','102.0.9.88','loggedin',1),(2905,'user','18','2025-05-14 18:15:44','2025-05-14 18:19:07','','102.0.9.88','loggedin',1),(2906,'user','8','2025-05-14 18:19:11','','','102.0.9.88','loggedin',1),(2907,'user','8','2025-05-14 18:20:09','2025-05-14 18:20:40','','102.0.9.88','loggedin',1),(2908,'user','18','2025-05-14 18:20:50','','','102.0.9.88','loggedin',1),(2909,'user','18','2025-05-14 18:21:21','','','102.0.9.88','loggedin',1),(2910,'user','8','2025-05-14 18:26:36','2025-05-14 18:26:49','','102.0.9.88','loggedin',1),(2911,'user','18','2025-05-14 18:29:23','','','102.0.9.88','loggedin',1),(2912,'user','8','2025-05-14 18:31:07','','','102.0.9.88','loggedin',1),(2913,'user','18','2025-05-14 18:33:04','','','102.0.9.88','loggedin',1),(2914,'user','3','2025-05-14 18:36:52','2025-05-14 18:45:46','','102.0.9.88','loggedin',1),(2915,'user','18','2025-05-14 18:46:01','','','102.0.9.88','loggedin',1),(2916,'user','8','2025-05-14 18:46:04','2025-05-14 18:46:25','','102.0.9.88','loggedin',1),(2917,'user','18','2025-05-14 18:48:50','','','102.0.9.88','loggedin',1),(2918,'user','18','2025-05-14 18:50:27','','','102.0.9.88','loggedin',1),(2919,'user','18','2025-05-14 18:52:40','','','102.0.9.88','loggedin',1),(2920,'user','18','2025-05-14 19:02:56','','','102.0.9.88','loggedin',1),(2921,'user','18','2025-05-14 19:03:34','','','102.0.9.88','loggedin',1),(2922,'user','18','2025-05-14 19:08:20','','','102.0.9.88','loggedin',1),(2923,'user','18','2025-05-14 19:08:47','','','102.0.9.88','loggedin',1),(2924,'user','8','2025-05-14 19:11:14','2025-05-14 19:11:56','','102.0.9.88','loggedin',1),(2925,'user','18','2025-05-14 19:15:22','2025-05-14 19:18:35','','102.0.9.88','loggedin',1),(2926,'user','8','2025-05-14 19:18:39','','','102.0.9.88','loggedin',1),(2927,'user','8','2025-05-14 19:18:50','','','102.0.9.88','loggedin',1),(2928,'user','8','2025-05-14 19:23:11','','','102.0.9.88','loggedin',1),(2929,'user','8','2025-05-14 19:25:46','','','102.0.9.88','loggedin',1),(2930,'user','18','2025-05-14 19:29:01','','','102.0.9.88','loggedin',1),(2931,'user','18','2025-05-14 19:31:03','','','102.0.9.88','loggedin',1),(2932,'user','18','2025-05-14 19:32:27','','','102.0.9.88','loggedin',1),(2933,'user','18','2025-05-14 19:32:54','','','102.0.9.88','loggedin',1),(2934,'user','18','2025-05-14 19:34:02','2025-05-14 19:34:51','','102.0.9.88','loggedin',1),(2935,'user','8','2025-05-14 19:34:55','','','102.0.9.88','loggedin',1),(2936,'user','8','2025-05-14 19:35:46','','','102.0.9.88','loggedin',1),(2937,'user','8','2025-05-14 19:36:33','2025-05-14 19:36:56','','102.0.9.88','loggedin',1),(2938,'user','5','2025-05-14 19:37:03','','','105.160.120.45','loggedin',1),(2939,'user','18','2025-05-14 19:40:16','2025-05-14 19:42:10','','102.0.9.88','loggedin',1),(2940,'user','8','2025-05-14 19:42:19','2025-05-14 19:44:16','','102.0.9.88','loggedin',1),(2941,'user','18','2025-05-14 19:52:02','','','102.0.9.88','loggedin',1),(2942,'user','18','2025-05-14 19:52:53','2025-05-14 19:53:20','','102.0.9.88','loggedin',1),(2943,'user','8','2025-05-14 19:53:24','','','102.0.9.88','loggedin',1),(2944,'user','8','2025-05-14 19:53:43','','','102.0.9.88','loggedin',1),(2945,'user','5','2025-05-14 19:54:18','','','105.160.120.45','loggedin',1),(2946,'user','8','2025-05-14 19:55:13','','','102.0.9.88','loggedin',1),(2947,'user','18','2025-05-14 19:56:51','','','102.0.9.88','loggedin',1),(2948,'user','18','2025-05-14 19:57:25','2025-05-14 20:06:37','','102.0.9.88','loggedin',1),(2949,'user','8','2025-05-14 20:06:42','2025-05-14 20:08:02','','102.0.9.88','loggedin',1),(2950,'user','18','2025-05-14 20:09:34','','','102.0.9.88','loggedin',1),(2951,'user','18','2025-05-14 20:10:57','2025-05-14 20:13:00','','102.0.9.88','loggedin',1),(2952,'user','8','2025-05-14 20:13:50','2025-05-14 20:14:03','','102.0.9.88','loggedin',1),(2953,'user','5','2025-05-14 20:14:04','','','105.160.120.45','loggedin',1),(2954,'user','8','2025-05-14 20:14:09','2025-05-14 20:14:39','','102.0.9.88','loggedin',1),(2955,'user','18','2025-05-14 20:15:39','','','102.0.9.88','loggedin',1),(2956,'user','18','2025-05-14 20:16:02','2025-05-14 20:18:20','','102.0.9.88','loggedin',1),(2957,'user','8','2025-05-14 20:18:24','2025-05-14 20:19:16','','102.0.9.88','loggedin',1),(2958,'user','18','2025-05-14 20:21:17','','','102.0.9.88','loggedin',1),(2959,'user','18','2025-05-14 20:24:42','2025-05-14 20:26:00','','102.0.9.88','loggedin',1),(2960,'user','8','2025-05-14 20:26:11','','','102.0.9.88','loggedin',1),(2961,'user','18','2025-05-14 20:33:20','','','102.0.9.88','loggedin',1),(2962,'user','21','2025-05-14 20:33:54','2025-05-14 20:35:29','','102.0.9.88','loggedin',1),(2963,'user','18','2025-05-14 20:36:59','2025-05-14 20:37:08','','102.0.9.88','loggedin',1),(2964,'user','8','2025-05-14 20:59:16','2025-05-14 20:59:27','','102.0.9.88','loggedin',1),(2965,'user','3','2025-05-14 21:03:10','2025-05-14 21:07:46','','102.0.9.88','loggedin',1),(2966,'user','8','2025-05-14 21:09:27','','','102.0.9.88','loggedin',1),(2967,'user','8','2025-05-14 21:11:00','','','102.0.9.88','loggedin',1),(2968,'user','3','2025-05-14 21:12:45','2025-05-14 21:12:49','','102.0.9.88','loggedin',1),(2969,'user','18','2025-05-14 21:15:25','','','102.0.9.88','loggedin',1),(2970,'user','18','2025-05-14 21:16:31','','','102.0.9.88','loggedin',1),(2971,'user','18','2025-05-14 21:18:03','2025-05-14 21:19:03','','102.0.9.88','loggedin',1),(2972,'user','8','2025-05-14 21:19:09','','','102.0.9.88','loggedin',1),(2973,'user','8','2025-05-14 21:21:43','','','102.0.9.88','loggedin',1),(2974,'user','8','2025-05-14 21:26:03','','','102.0.9.88','loggedin',1),(2975,'user','8','2025-05-14 21:27:08','2025-05-14 21:27:29','','102.0.9.88','loggedin',1),(2976,'user','8','2025-05-14 21:48:54','2025-05-14 21:51:25','','102.0.9.88','loggedin',1),(2977,'user','5','2025-05-14 22:15:13','','','105.160.120.45','loggedin',1),(2978,'user','8','2025-05-14 22:16:58','2025-05-14 22:17:08','','102.0.9.88','loggedin',1),(2979,'user','5','2025-05-14 22:40:30','','','105.160.120.45','loggedin',1),(2980,'user','5','2025-05-14 22:50:51','','','105.160.120.45','loggedin',1),(2981,'user','3','2025-05-14 23:02:13','','','102.0.9.88','loggedin',1),(2982,'user','3','2025-05-14 23:04:01','2025-05-14 23:13:54','','102.0.9.88','loggedin',1),(2983,'user','5','2025-05-14 23:14:04','2025-05-14 23:17:52','','102.0.9.88','loggedin',1),(2984,'user','3','2025-05-14 23:18:16','2025-05-14 23:18:45','','102.0.9.88','loggedin',1),(2985,'user','23','2025-05-14 23:19:19','2025-05-14 23:19:53','','102.0.9.88','loggedin',1),(2986,'user','23','2025-05-14 23:20:06','2025-05-14 23:20:13','','102.0.9.88','loggedin',1),(2987,'user','5','2025-05-14 23:20:22','2025-05-14 23:21:45','','102.0.9.88','loggedin',1),(2988,'user','3','2025-05-14 23:22:10','2025-05-14 23:22:22','','102.0.9.88','loggedin',1),(2989,'user','5','2025-05-14 23:22:29','2025-05-14 23:24:02','','102.0.9.88','loggedin',1),(2990,'user','3','2025-05-14 23:24:14','2025-05-14 23:24:21','','102.0.9.88','loggedin',1),(2991,'user','5','2025-05-14 23:24:29','2025-05-14 23:26:56','','102.0.9.88','loggedin',1),(2992,'user','3','2025-05-14 23:27:06','2025-05-14 23:29:15','','102.0.9.88','loggedin',1),(2993,'user','5','2025-05-14 23:39:55','','','105.160.120.45','loggedin',1),(2994,'user','5','2025-05-14 23:40:33','2025-05-14 23:42:15','','105.160.120.45','loggedin',1),(2995,'user','5','2025-05-14 23:42:27','','','105.160.120.45','loggedin',1),(2996,'user','3','2025-05-15 00:51:28','2025-05-15 00:54:04','','102.0.9.88','loggedin',1),(2997,'user','3','2025-05-15 00:54:11','2025-05-15 00:54:17','','102.0.9.88','loggedin',1),(2998,'user','3','2025-05-15 01:13:52','','','102.0.9.88','loggedin',1),(2999,'user','3','2025-05-15 01:14:49','','','102.0.9.88','loggedin',1),(3000,'user','3','2025-05-15 01:19:06','','','102.0.9.88','loggedin',1),(3001,'user','3','2025-05-15 01:20:30','2025-05-15 01:21:47','','102.0.9.88','loggedin',1),(3002,'user','5','2025-05-15 06:31:00','','','105.160.120.45','loggedin',1),(3003,'user','3','2025-05-15 06:55:07','2025-05-15 06:56:26','','102.0.9.88','loggedin',1),(3004,'user','3','2025-05-15 06:59:02','','','102.0.9.88','loggedin',1),(3005,'user','8','2025-05-15 09:22:22','','','102.0.9.88','loggedin',1),(3006,'user','8','2025-05-15 09:28:40','','','102.0.9.88','loggedin',1),(3007,'user','8','2025-05-15 09:57:02','','','102.0.9.88','loggedin',1),(3008,'user','3','2025-05-15 10:02:16','2025-05-15 10:02:59','','102.0.9.88','loggedin',1),(3009,'user','8','2025-05-15 10:03:54','','','102.0.9.88','loggedin',1),(3010,'user','18','2025-05-15 10:06:03','','','102.0.9.88','loggedin',1),(3011,'user','18','2025-05-15 10:06:40','','','102.0.9.88','loggedin',1),(3012,'user','18','2025-05-15 10:07:17','','','102.0.9.88','loggedin',1),(3013,'user','18','2025-05-15 10:12:01','2025-05-15 10:16:41','','102.0.9.88','loggedin',1),(3014,'user','8','2025-05-15 10:16:47','2025-05-15 10:17:27','','102.0.9.88','loggedin',1),(3015,'user','8','2025-05-15 10:27:55','2025-05-15 10:28:37','','102.0.9.88','loggedin',1),(3016,'user','8','2025-05-15 10:30:56','','','102.0.9.88','loggedin',1),(3017,'user','8','2025-05-15 10:33:25','2025-05-15 10:33:59','','102.0.9.88','loggedin',1),(3018,'user','18','2025-05-15 10:34:20','','','102.0.9.88','loggedin',1),(3019,'user','18','2025-05-15 10:40:11','2025-05-15 10:48:05','','102.0.9.88','loggedin',1),(3020,'user','8','2025-05-15 10:48:10','','','102.0.9.88','loggedin',1),(3021,'user','18','2025-05-15 10:56:47','','','102.0.9.88','loggedin',1),(3022,'user','18','2025-05-15 10:58:23','','','102.0.9.88','loggedin',1),(3023,'user','18','2025-05-15 10:59:05','','','102.0.9.88','loggedin',1),(3024,'user','18','2025-05-15 11:01:28','','','102.0.9.88','loggedin',1),(3025,'user','18','2025-05-15 11:02:18','','','102.0.9.88','loggedin',1),(3026,'user','18','2025-05-15 11:13:39','2025-05-15 11:18:23','','102.0.9.88','loggedin',1),(3027,'user','8','2025-05-15 11:18:26','','','102.0.9.88','loggedin',1),(3028,'user','8','2025-05-15 11:19:26','2025-05-15 11:21:45','','102.0.9.88','loggedin',1),(3029,'user','18','2025-05-15 11:25:39','2025-05-15 11:49:33','','102.0.9.88','loggedin',1),(3030,'user','5','2025-05-15 11:52:08','','','102.0.9.88','loggedin',1),(3031,'user','18','2025-05-15 12:05:33','','','102.0.9.88','loggedin',1),(3032,'user','18','2025-05-15 12:06:05','2025-05-15 12:08:34','','102.0.9.88','loggedin',1),(3033,'user','3','2025-05-15 12:09:05','2025-05-15 12:16:18','','102.0.9.88','loggedin',1),(3034,'user','18','2025-05-15 12:18:49','','','102.0.9.88','loggedin',1),(3035,'user','18','2025-05-15 12:19:33','','','102.0.9.88','loggedin',1),(3036,'user','18','2025-05-15 12:20:31','','','102.0.9.88','loggedin',1),(3037,'user','8','2025-05-15 13:02:39','','','102.0.9.88','loggedin',1),(3038,'user','18','2025-05-15 13:20:39','','','102.0.9.88','loggedin',1),(3039,'user','18','2025-05-15 13:23:15','','','102.0.9.88','loggedin',1),(3040,'user','8','2025-05-15 13:23:47','','','102.0.9.88','loggedin',1),(3041,'user','18','2025-05-15 13:29:59','2025-05-15 13:34:26','','102.0.9.88','loggedin',1),(3042,'user','8','2025-05-15 13:34:36','','','102.0.9.88','loggedin',1),(3043,'user','18','2025-05-15 13:35:41','','','102.0.9.88','loggedin',1),(3044,'user','18','2025-05-15 13:36:09','2025-05-15 13:37:36','','102.0.9.88','loggedin',1),(3045,'user','8','2025-05-15 13:37:40','','','102.0.9.88','loggedin',1),(3046,'user','8','2025-05-15 13:47:01','','','102.0.9.88','loggedin',1),(3047,'user','8','2025-05-15 13:47:24','2025-05-15 13:48:01','','102.0.9.88','loggedin',1),(3048,'user','8','2025-05-15 13:54:22','','','102.0.9.88','loggedin',1),(3049,'user','18','2025-05-15 13:56:13','','','102.0.9.88','loggedin',1),(3050,'user','18','2025-05-15 13:56:57','2025-05-15 14:08:43','','102.0.9.88','loggedin',1),(3051,'user','8','2025-05-15 14:08:47','','','102.0.9.88','loggedin',1),(3052,'user','8','2025-05-15 14:14:03','','','102.0.9.88','loggedin',1),(3053,'user','18','2025-05-15 14:19:29','','','102.0.9.88','loggedin',1),(3054,'user','8','2025-05-15 14:24:51','','','102.0.9.88','loggedin',1),(3055,'user','8','2025-05-15 14:29:46','2025-05-15 14:31:36','','102.0.9.88','loggedin',1),(3056,'user','18','2025-05-15 14:36:50','','','102.0.9.88','loggedin',1),(3057,'user','8','2025-05-15 14:38:25','','','102.0.9.88','loggedin',1),(3058,'user','8','2025-05-15 14:38:58','2025-05-15 14:39:23','','102.0.9.88','loggedin',1),(3059,'user','18','2025-05-15 14:46:27','','','102.0.9.88','loggedin',1),(3060,'user','18','2025-05-15 14:49:24','','','102.0.9.88','loggedin',1),(3061,'user','8','2025-05-15 14:50:28','2025-05-15 14:51:33','','102.0.9.88','loggedin',1),(3062,'user','18','2025-05-15 14:56:41','','','102.0.9.88','loggedin',1),(3063,'user','8','2025-05-15 14:58:10','','','102.0.9.88','loggedin',1),(3064,'user','18','2025-05-15 15:08:22','','','102.0.9.88','loggedin',1),(3065,'user','18','2025-05-15 15:08:58','','','102.0.9.88','loggedin',1),(3066,'user','18','2025-05-15 15:20:46','2025-05-15 15:22:37','','102.0.9.88','loggedin',1),(3067,'user','8','2025-05-15 15:22:42','','','102.0.9.88','loggedin',1),(3068,'user','8','2025-05-15 15:23:37','2025-05-15 15:23:54','','102.0.9.88','loggedin',1),(3069,'user','8','2025-05-15 15:23:59','2025-05-15 15:24:48','','102.0.9.88','loggedin',1),(3070,'user','18','2025-05-15 15:24:57','','','102.0.9.88','loggedin',1),(3071,'user','18','2025-05-15 15:25:55','','','102.0.9.88','loggedin',1),(3072,'user','8','2025-05-15 15:32:46','2025-05-15 15:34:13','','102.0.9.88','loggedin',1),(3073,'user','8','2025-05-15 15:38:15','','','102.0.9.88','loggedin',1),(3074,'user','8','2025-05-15 15:48:06','','','102.0.9.88','loggedin',1),(3075,'user','18','2025-05-15 15:48:49','','','102.0.9.88','loggedin',1),(3076,'user','18','2025-05-15 15:51:09','','','102.0.9.88','loggedin',1),(3077,'user','8','2025-05-15 15:56:50','','','102.0.9.88','loggedin',1),(3078,'user','18','2025-05-15 16:08:47','','','102.0.9.88','loggedin',1),(3079,'user','8','2025-05-15 16:41:34','','','102.0.9.88','loggedin',1),(3080,'user','18','2025-05-15 16:45:26','','','102.0.9.88','loggedin',1),(3081,'user','8','2025-05-15 17:00:54','','','102.0.9.88','loggedin',1),(3082,'user','8','2025-05-15 17:02:59','2025-05-15 17:03:34','','102.0.9.88','loggedin',1),(3083,'user','5','2025-05-15 17:04:30','','','105.161.211.226','loggedin',1),(3084,'user','18','2025-05-15 17:10:52','','','102.0.9.88','loggedin',1),(3085,'user','18','2025-05-15 17:15:34','','','102.0.9.88','loggedin',1),(3086,'user','18','2025-05-15 17:25:58','2025-05-15 17:36:42','','102.0.9.88','loggedin',1),(3087,'user','8','2025-05-15 17:36:50','','','102.0.9.88','loggedin',1),(3088,'user','8','2025-05-15 17:37:35','2025-05-15 17:37:38','','102.0.9.88','loggedin',1),(3089,'user','8','2025-05-15 17:49:15','2025-05-15 17:49:54','','102.0.9.88','loggedin',1),(3090,'user','8','2025-05-15 17:57:55','','','102.0.9.88','loggedin',1),(3091,'user','8','2025-05-15 17:58:44','2025-05-15 17:59:05','','102.0.9.88','loggedin',1),(3092,'user','18','2025-05-15 18:02:33','','','102.0.9.88','loggedin',1),(3093,'user','18','2025-05-15 18:06:06','','','102.0.9.88','loggedin',1),(3094,'user','18','2025-05-15 18:06:51','','','102.0.9.88','loggedin',1),(3095,'user','8','2025-05-15 18:15:19','','','102.0.9.88','loggedin',1),(3096,'user','18','2025-05-15 18:19:30','','','102.0.9.88','loggedin',1),(3097,'user','18','2025-05-15 18:20:20','','','102.0.9.88','loggedin',1),(3098,'user','18','2025-05-15 18:32:52','2025-05-15 18:40:17','','102.0.9.88','loggedin',1),(3099,'user','8','2025-05-15 18:40:25','2025-05-15 18:40:57','','102.0.9.88','loggedin',1),(3100,'user','18','2025-05-15 18:52:00','','','102.0.9.88','loggedin',1),(3101,'user','3','2025-05-15 18:56:13','2025-05-15 19:06:01','','102.0.9.88','loggedin',1),(3102,'user','8','2025-05-15 19:06:18','','','102.0.9.88','loggedin',1),(3103,'user','18','2025-05-15 19:06:56','2025-05-15 19:08:03','','102.0.9.88','loggedin',1),(3104,'user','3','2025-05-15 19:08:15','2025-05-15 19:09:47','','102.0.9.88','loggedin',1),(3105,'user','18','2025-05-15 19:09:59','','','102.0.9.88','loggedin',1),(3106,'user','18','2025-05-15 19:10:28','','','102.0.9.88','loggedin',1),(3107,'user','21','2025-05-15 19:11:15','2025-05-15 19:12:07','','102.0.9.88','loggedin',1),(3108,'user','8','2025-05-15 19:12:12','','','102.0.9.88','loggedin',1),(3109,'user','8','2025-05-15 19:13:09','','','102.0.9.88','loggedin',1),(3110,'user','18','2025-05-15 19:13:58','','','102.0.9.88','loggedin',1),(3111,'user','18','2025-05-15 19:14:28','','','102.0.9.88','loggedin',1),(3112,'user','18','2025-05-15 19:19:54','2025-05-15 19:23:11','','102.0.9.88','loggedin',1),(3113,'user','8','2025-05-15 19:23:19','','','102.0.9.88','loggedin',1),(3114,'user','8','2025-05-15 19:23:57','','','102.0.9.88','loggedin',1),(3115,'user','8','2025-05-15 19:24:21','','','102.0.9.88','loggedin',1),(3116,'user','8','2025-05-15 19:25:19','','','102.0.9.88','loggedin',1),(3117,'user','8','2025-05-15 19:26:00','2025-05-15 19:26:23','','102.0.9.88','loggedin',1),(3118,'user','18','2025-05-15 19:31:06','2025-05-15 19:34:08','','102.0.9.88','loggedin',1),(3119,'user','8','2025-05-15 19:34:22','','','102.0.9.88','loggedin',1),(3120,'user','8','2025-05-15 19:42:33','2025-05-15 19:43:07','','102.0.9.88','loggedin',1),(3121,'user','18','2025-05-15 19:43:46','','','102.0.9.88','loggedin',1),(3122,'user','8','2025-05-15 19:53:39','2025-05-15 19:55:56','','102.0.9.88','loggedin',1),(3123,'user','8','2025-05-15 20:02:05','2025-05-15 20:02:22','','102.0.9.88','loggedin',1),(3124,'user','18','2025-05-15 20:03:09','','','102.0.9.88','loggedin',1),(3125,'user','18','2025-05-15 20:04:01','','','102.0.9.88','loggedin',1),(3126,'user','8','2025-05-15 20:11:14','','','102.0.9.88','loggedin',1),(3127,'user','18','2025-05-15 20:14:42','','','102.0.9.88','loggedin',1),(3128,'user','18','2025-05-15 20:15:14','2025-05-15 20:15:37','','102.0.9.88','loggedin',1),(3129,'user','8','2025-05-15 20:15:41','','','102.0.9.88','loggedin',1),(3130,'user','18','2025-05-15 20:16:34','','','102.0.9.88','loggedin',1),(3131,'user','8','2025-05-15 20:19:23','','','102.0.9.88','loggedin',1),(3132,'user','18','2025-05-15 20:27:16','','','102.0.9.88','loggedin',1),(3133,'user','8','2025-05-15 20:32:02','2025-05-15 20:32:29','','102.0.9.88','loggedin',1),(3134,'user','8','2025-05-15 20:42:39','','','102.0.9.88','loggedin',1),(3135,'user','8','2025-05-15 20:43:11','','','102.0.9.88','loggedin',1),(3136,'user','18','2025-05-15 20:45:34','','','102.0.9.88','loggedin',1),(3137,'user','18','2025-05-15 20:55:56','','','102.0.9.88','loggedin',1),(3138,'user','8','2025-05-15 20:57:36','2025-05-15 20:58:41','','102.0.9.88','loggedin',1),(3139,'user','21','2025-05-15 21:01:28','2025-05-15 21:02:18','','102.0.9.88','loggedin',1),(3140,'user','8','2025-05-15 21:19:02','2025-05-15 21:19:27','','102.0.9.88','loggedin',1),(3141,'user','22','2025-05-15 22:05:38','','','102.0.9.88','loggedin',1),(3142,'user','22','2025-05-15 22:19:01','','','102.0.9.88','loggedin',1),(3143,'user','22','2025-05-15 22:40:20','','','102.0.9.88','loggedin',1),(3144,'user','22','2025-05-15 22:43:11','','','102.0.9.88','loggedin',1),(3145,'user','22','2025-05-15 22:49:44','','','102.0.9.88','loggedin',1),(3146,'user','22','2025-05-15 23:03:40','','','102.0.9.88','loggedin',1),(3147,'user','22','2025-05-15 23:38:43','','','102.0.9.88','loggedin',1),(3148,'user','22','2025-05-15 23:42:27','','','102.0.9.88','loggedin',1),(3149,'user','22','2025-05-15 23:45:15','','','102.0.9.88','loggedin',1),(3150,'user','22','2025-05-15 23:46:07','','','102.0.9.88','loggedin',1),(3151,'user','22','2025-05-15 23:47:01','','','102.0.9.88','loggedin',1),(3152,'user','22','2025-05-16 00:02:46','','','102.0.9.88','loggedin',1),(3153,'user','5','2025-05-16 00:08:32','','','105.161.224.150','loggedin',1),(3154,'user','22','2025-05-16 00:13:43','','','102.0.9.88','loggedin',1),(3155,'user','5','2025-05-16 00:14:07','','','105.161.224.150','loggedin',1),(3156,'user','22','2025-05-16 00:15:39','2025-05-16 00:16:44','','102.0.9.88','loggedin',1),(3157,'user','22','2025-05-16 00:18:37','','','102.0.9.88','loggedin',1),(3158,'user','22','2025-05-16 00:23:25','','','102.0.9.88','loggedin',1),(3159,'user','22','2025-05-16 00:53:18','','','102.0.9.88','loggedin',1),(3160,'user','22','2025-05-16 08:13:41','','','102.0.9.88','loggedin',1),(3161,'user','22','2025-05-16 08:14:17','','','102.0.9.88','loggedin',1),(3162,'user','22','2025-05-16 08:23:35','','','102.0.9.88','loggedin',1),(3163,'user','22','2025-05-16 08:33:44','','','102.0.9.88','loggedin',1),(3164,'user','22','2025-05-16 08:45:35','','','102.0.9.88','loggedin',1),(3165,'user','22','2025-05-16 08:49:17','','','102.0.9.88','loggedin',1),(3166,'user','22','2025-05-16 08:50:03','','','102.0.9.88','loggedin',1),(3167,'user','18','2025-05-16 09:05:33','','','102.0.9.88','loggedin',1),(3168,'user','18','2025-05-16 09:17:55','','','102.0.9.88','loggedin',1),(3169,'user','18','2025-05-16 09:18:35','','','102.0.9.88','loggedin',1),(3170,'user','18','2025-05-16 09:27:13','','','102.0.9.88','loggedin',1),(3171,'user','18','2025-05-16 09:27:50','2025-05-16 09:37:16','','102.0.9.88','loggedin',1),(3172,'user','8','2025-05-16 09:37:24','','','102.0.9.88','loggedin',1),(3173,'user','8','2025-05-16 10:32:24','','','102.0.9.88','loggedin',1),(3174,'user','8','2025-05-16 10:32:55','2025-05-16 10:33:02','','102.0.9.88','loggedin',1),(3175,'user','18','2025-05-16 11:14:07','','','102.0.9.88','loggedin',1),(3176,'user','18','2025-05-16 11:14:33','','','102.0.9.88','loggedin',1),(3177,'user','18','2025-05-16 11:38:53','','','102.0.9.88','loggedin',1),(3178,'user','8','2025-05-16 11:54:45','','','102.0.9.88','loggedin',1),(3179,'user','8','2025-05-16 12:32:29','','','102.0.9.88','loggedin',1),(3180,'user','8','2025-05-16 12:45:17','','','102.0.9.88','loggedin',1),(3181,'user','18','2025-05-16 12:53:56','','','102.0.9.88','loggedin',1),(3182,'user','18','2025-05-16 14:25:21','','','102.0.9.88','loggedin',1),(3183,'user','18','2025-05-16 14:25:48','','','102.0.9.88','loggedin',1),(3184,'user','18','2025-05-16 14:29:41','','','102.0.9.88','loggedin',1),(3185,'user','18','2025-05-16 14:30:16','','','102.0.9.88','loggedin',1),(3186,'user','18','2025-05-16 14:31:30','','','102.0.9.88','loggedin',1),(3187,'user','18','2025-05-16 14:57:11','','','102.0.9.88','loggedin',1),(3188,'user','18','2025-05-16 14:57:33','2025-05-16 14:58:29','','102.0.9.88','loggedin',1),(3189,'user','8','2025-05-16 14:58:32','','','102.0.9.88','loggedin',1),(3190,'user','8','2025-05-16 14:59:10','2025-05-16 14:59:19','','102.0.9.88','loggedin',1),(3191,'user','8','2025-05-16 15:02:54','','','102.0.9.88','loggedin',1),(3192,'user','8','2025-05-16 15:05:40','','','102.0.9.88','loggedin',1),(3193,'user','8','2025-05-16 15:21:13','2025-05-16 15:21:30','','102.0.9.88','loggedin',1),(3194,'user','18','2025-05-16 15:28:33','','','102.0.9.88','loggedin',1),(3195,'user','18','2025-05-16 16:32:16','','','102.0.9.88','loggedin',1),(3196,'user','18','2025-05-16 16:33:10','2025-05-16 16:34:46','','102.0.9.88','loggedin',1),(3197,'user','8','2025-05-16 16:34:50','','','102.0.9.88','loggedin',1),(3198,'user','8','2025-05-16 16:35:12','2025-05-16 16:35:19','','102.0.9.88','loggedin',1),(3199,'user','8','2025-05-16 16:36:32','','','102.0.9.88','loggedin',1),(3200,'user','18','2025-05-16 16:40:07','','','102.0.9.88','loggedin',1),(3201,'user','18','2025-05-16 16:47:57','','','102.0.9.88','loggedin',1),(3202,'user','8','2025-05-16 16:50:33','2025-05-16 16:52:39','','102.0.9.88','loggedin',1),(3203,'user','18','2025-05-16 16:52:46','','','102.0.9.88','loggedin',1),(3204,'user','8','2025-05-16 16:53:53','','','102.0.9.88','loggedin',1),(3205,'user','18','2025-05-16 16:56:32','','','102.0.9.88','loggedin',1),(3206,'user','18','2025-05-16 17:13:21','','','102.0.9.88','loggedin',1),(3207,'user','8','2025-05-16 17:37:28','2025-05-16 17:38:19','','102.0.9.88','loggedin',1),(3208,'user','8','2025-05-16 17:38:25','','','102.0.9.88','loggedin',1),(3209,'user','18','2025-05-16 17:43:04','','','102.0.9.88','loggedin',1),(3210,'user','18','2025-05-16 17:44:31','','','102.0.9.88','loggedin',1),(3211,'user','18','2025-05-16 17:46:21','','','102.0.9.88','loggedin',1),(3212,'user','8','2025-05-16 18:01:14','','','102.0.9.88','loggedin',1),(3213,'user','8','2025-05-16 18:01:41','2025-05-16 18:02:05','','102.0.9.88','loggedin',1),(3214,'user','8','2025-05-16 18:13:41','','','102.0.9.88','loggedin',1),(3215,'user','8','2025-05-16 18:14:16','2025-05-16 18:14:39','','102.0.9.88','loggedin',1),(3216,'user','8','2025-05-16 18:21:08','2025-05-16 18:23:11','','102.0.9.88','loggedin',1),(3217,'user','8','2025-05-16 18:29:57','','','102.0.9.88','loggedin',1),(3218,'user','8','2025-05-16 18:31:04','2025-05-16 18:32:00','','102.0.9.88','loggedin',1),(3219,'user','18','2025-05-16 18:36:21','','','102.0.9.88','loggedin',1),(3220,'user','18','2025-05-16 18:37:13','','','102.0.9.88','loggedin',1),(3221,'user','8','2025-05-16 18:38:36','','','102.0.9.88','loggedin',1),(3222,'user','8','2025-05-16 18:39:27','','','102.0.9.88','loggedin',1),(3223,'user','8','2025-05-16 18:47:26','','','102.0.9.88','loggedin',1),(3224,'user','18','2025-05-16 18:48:48','','','102.0.9.88','loggedin',1),(3225,'user','18','2025-05-16 18:49:19','','','102.0.9.88','loggedin',1),(3226,'user','8','2025-05-16 18:49:59','','','102.0.9.88','loggedin',1),(3227,'user','5','2025-05-16 18:49:59','','','102.0.9.88','loggedin',1),(3228,'user','8','2025-05-16 18:53:55','2025-05-16 18:54:32','','102.0.9.88','loggedin',1),(3229,'user','18','2025-05-16 19:02:09','','','102.0.9.88','loggedin',1),(3230,'user','18','2025-05-16 19:08:01','','','102.0.9.88','loggedin',1),(3231,'user','8','2025-05-16 19:09:31','','','102.0.9.88','loggedin',1),(3232,'user','8','2025-05-16 19:10:31','2025-05-16 19:11:21','','102.0.9.88','loggedin',1),(3233,'user','8','2025-05-16 19:12:39','2025-05-16 19:16:01','','102.0.9.88','loggedin',1),(3234,'user','18','2025-05-16 19:14:45','','','102.0.9.88','loggedin',1),(3235,'user','18','2025-05-16 19:15:41','','','102.0.9.88','loggedin',1),(3236,'user','8','2025-05-16 19:18:34','2025-05-16 19:18:47','','102.0.9.88','loggedin',1),(3237,'user','8','2025-05-16 19:18:51','2025-05-16 19:19:14','','102.0.9.88','loggedin',1),(3238,'user','18','2025-05-16 19:19:20','','','102.0.9.88','loggedin',1),(3239,'user','18','2025-05-16 19:20:41','','','102.0.9.88','loggedin',1),(3240,'user','5','2025-05-16 19:23:17','','','102.0.9.88','loggedin',1),(3241,'user','8','2025-05-16 19:25:47','','','102.0.9.88','loggedin',1),(3242,'user','8','2025-05-16 19:26:16','','','102.0.9.88','loggedin',1),(3243,'user','18','2025-05-16 19:29:12','','','102.0.9.88','loggedin',1),(3244,'user','18','2025-05-16 19:30:23','','','102.0.9.88','loggedin',1),(3245,'user','18','2025-05-16 19:43:06','','','102.0.9.88','loggedin',1),(3246,'user','18','2025-05-16 19:53:26','','','102.0.9.88','loggedin',1),(3247,'user','18','2025-05-16 20:20:22','','','102.0.9.88','loggedin',1),(3248,'user','21','2025-05-16 20:27:02','2025-05-16 20:27:45','','102.0.9.88','loggedin',1),(3249,'user','5','2025-05-16 20:41:50','','','102.0.9.88','loggedin',1),(3250,'user','8','2025-05-16 20:43:37','','','102.0.9.88','loggedin',1),(3251,'user','8','2025-05-16 20:53:40','2025-05-16 20:54:20','','102.0.9.88','loggedin',1),(3252,'user','22','2025-05-16 20:56:05','','','102.0.9.88','loggedin',1),(3253,'user','22','2025-05-16 20:56:54','','','102.0.9.88','loggedin',1),(3254,'user','22','2025-05-16 21:00:15','','','102.0.9.88','loggedin',1),(3255,'user','22','2025-05-16 21:01:46','2025-05-16 21:02:10','','102.0.9.88','loggedin',1),(3256,'admin','1','2025-05-16 21:08:16','','','102.0.9.88','loggedin',1),(3257,'user','5','2025-05-16 21:08:38','','','102.0.9.88','loggedin',1),(3258,'user','22','2025-05-16 21:38:29','','','102.0.9.88','loggedin',1),(3259,'user','22','2025-05-16 23:17:10','','','102.0.9.88','loggedin',1),(3260,'user','22','2025-05-16 23:17:46','','','102.0.9.88','loggedin',1),(3261,'user','22','2025-05-17 07:18:23','','','102.0.9.88','loggedin',1),(3262,'user','22','2025-05-17 07:22:40','','','102.0.9.88','loggedin',1),(3263,'user','22','2025-05-17 07:37:04','','','102.0.9.88','loggedin',1),(3264,'user','21','2025-05-17 08:07:40','2025-05-17 08:08:05','','102.0.9.88','loggedin',1),(3265,'user','22','2025-05-17 08:37:15','','','102.0.9.88','loggedin',1),(3266,'user','22','2025-05-17 08:39:51','','','102.0.9.88','loggedin',1),(3267,'user','22','2025-05-17 08:41:08','','','102.0.9.88','loggedin',1),(3268,'user','22','2025-05-17 08:41:37','','','102.0.9.88','loggedin',1),(3269,'user','6','2025-05-17 09:34:35','','','102.0.9.88','loggedin',1),(3270,'user','6','2025-05-17 09:37:49','','','102.0.9.88','loggedin',1),(3271,'user','6','2025-05-17 09:39:27','','','102.0.9.88','loggedin',1),(3272,'user','6','2025-05-17 09:42:23','','','102.0.9.88','loggedin',1),(3273,'user','8','2025-05-17 09:43:23','','','102.0.9.88','loggedin',1),(3274,'user','8','2025-05-17 09:47:16','','','102.0.9.88','loggedin',1),(3275,'user','8','2025-05-17 09:47:53','','','102.0.9.88','loggedin',1),(3276,'user','6','2025-05-17 09:52:25','','','102.0.9.88','loggedin',1),(3277,'user','8','2025-05-17 10:00:57','','','102.0.9.88','loggedin',1),(3278,'user','8','2025-05-17 10:04:24','','','102.0.9.88','loggedin',1),(3279,'user','8','2025-05-17 10:08:54','','','102.0.9.88','loggedin',1),(3280,'user','8','2025-05-17 10:09:49','2025-05-17 10:13:44','','102.0.9.88','loggedin',1),(3281,'user','6','2025-05-17 10:17:20','2025-05-17 10:18:24','','102.0.9.88','loggedin',1),(3282,'user','6','2025-05-17 10:24:24','2025-05-17 10:26:27','','102.0.9.88','loggedin',1),(3283,'user','6','2025-05-17 10:28:30','','','102.0.9.88','loggedin',1),(3284,'user','6','2025-05-17 10:43:42','2025-05-17 10:43:53','','102.0.9.88','loggedin',1),(3285,'user','6','2025-05-17 11:06:59','2025-05-17 11:07:27','','102.0.9.88','loggedin',1),(3286,'user','6','2025-05-17 11:07:35','','','102.0.9.88','loggedin',1),(3287,'user','6','2025-05-17 11:11:29','','','102.0.9.88','loggedin',1),(3288,'user','6','2025-05-17 11:15:02','','','102.0.9.88','loggedin',1),(3289,'user','6','2025-05-17 11:15:59','2025-05-17 11:17:23','','102.0.9.88','loggedin',1),(3290,'user','6','2025-05-17 11:18:41','2025-05-17 11:19:53','','102.0.9.88','loggedin',1),(3291,'user','6','2025-05-17 11:19:59','2025-05-17 11:20:43','','102.0.9.88','loggedin',1),(3292,'user','6','2025-05-17 12:00:12','','','102.0.9.88','loggedin',1),(3293,'user','6','2025-05-17 12:00:45','2025-05-17 12:01:21','','102.0.9.88','loggedin',1),(3294,'user','6','2025-05-17 12:07:37','','','102.0.9.88','loggedin',1),(3295,'user','6','2025-05-17 12:14:28','2025-05-17 12:19:26','','102.0.9.88','loggedin',1),(3296,'user','6','2025-05-17 12:19:41','2025-05-17 12:21:19','','102.0.9.88','loggedin',1),(3297,'user','6','2025-05-17 12:21:26','2025-05-17 12:21:55','','102.0.9.88','loggedin',1),(3298,'user','6','2025-05-17 12:22:07','','','102.0.9.88','loggedin',1),(3299,'user','6','2025-05-17 12:22:21','','','102.0.9.88','loggedin',1),(3300,'user','6','2025-05-17 12:52:15','2025-05-17 12:53:06','','102.0.9.88','loggedin',1),(3301,'user','11','2025-05-17 12:56:29','','','102.0.9.88','loggedin',1),(3302,'user','21','2025-05-17 13:03:33','','','102.0.9.88','loggedin',1),(3303,'user','21','2025-05-17 13:05:04','','','102.0.9.88','loggedin',1),(3304,'user','21','2025-05-17 13:06:36','','','102.0.9.88','loggedin',1),(3305,'user','6','2025-05-17 13:07:25','2025-05-17 13:12:51','','102.0.9.88','loggedin',1),(3306,'user','11','2025-05-17 13:13:03','','','102.0.9.88','loggedin',1),(3307,'user','6','2025-05-17 13:22:10','2025-05-17 13:22:30','','102.0.9.88','loggedin',1),(3308,'user','6','2025-05-17 13:22:38','','','102.0.9.88','loggedin',1),(3309,'user','6','2025-05-17 13:22:51','','','102.0.9.88','loggedin',1),(3310,'user','6','2025-05-17 13:41:35','','','102.0.9.88','loggedin',1),(3311,'user','6','2025-05-17 13:44:06','2025-05-17 13:46:25','','102.0.9.88','loggedin',1),(3312,'user','6','2025-05-17 13:49:20','2025-05-17 13:50:32','','102.0.9.88','loggedin',1),(3313,'user','6','2025-05-17 13:50:50','2025-05-17 13:59:31','','102.0.9.88','loggedin',1),(3314,'user','6','2025-05-17 14:01:24','','','102.0.9.88','loggedin',1),(3315,'user','5','2025-05-17 14:38:12','','','105.161.206.98','loggedin',1),(3316,'user','5','2025-05-17 14:38:16','','','105.161.206.98','loggedin',1),(3317,'user','5','2025-05-17 14:38:19','','','105.161.206.98','loggedin',1),(3318,'user','5','2025-05-17 14:38:24','','','105.161.206.98','loggedin',1),(3319,'user','5','2025-05-17 14:38:28','','','105.161.206.98','loggedin',1),(3320,'user','11','2025-05-17 14:45:07','','','102.0.9.88','loggedin',1),(3321,'user','5','2025-05-17 14:48:41','2025-05-17 14:55:11','','102.0.9.88','loggedin',1),(3322,'user','6','2025-05-17 14:55:19','2025-05-17 14:55:54','','102.0.9.88','loggedin',1),(3323,'user','6','2025-05-17 14:56:00','2025-05-17 15:00:25','','102.0.9.88','loggedin',1),(3324,'user','6','2025-05-17 15:01:06','','','102.0.9.88','loggedin',1),(3325,'user','6','2025-05-17 15:01:38','','','102.0.9.88','loggedin',1),(3326,'user','6','2025-05-17 15:01:56','','','102.0.9.88','loggedin',1),(3327,'user','11','2025-05-17 15:04:09','','','102.0.9.88','loggedin',1),(3328,'user','11','2025-05-17 15:05:13','','','102.0.9.88','loggedin',1),(3329,'user','11','2025-05-17 15:07:26','','','102.0.9.88','loggedin',1),(3330,'user','11','2025-05-17 15:09:55','','','102.0.9.88','loggedin',1),(3331,'user','5','2025-05-17 15:20:02','','','102.0.9.88','loggedin',1),(3332,'user','6','2025-05-17 15:26:53','2025-05-17 15:28:28','','102.0.9.88','loggedin',1),(3333,'user','21','2025-05-17 15:28:33','2025-05-17 15:28:53','','102.0.9.88','loggedin',1),(3334,'user','11','2025-05-17 15:53:21','','','102.0.9.88','loggedin',1),(3335,'user','11','2025-05-17 15:54:27','','','102.0.9.88','loggedin',1),(3336,'user','11','2025-05-17 15:57:52','2025-05-17 16:37:43','','102.0.9.88','loggedin',1),(3337,'user','6','2025-05-17 16:38:18','','','102.0.9.88','loggedin',1),(3338,'user','6','2025-05-17 16:48:35','2025-05-17 16:54:19','','102.0.9.88','loggedin',1),(3339,'user','21','2025-05-17 16:54:33','2025-05-17 17:02:05','','102.0.9.88','loggedin',1),(3340,'user','21','2025-05-17 17:02:06','','','102.0.9.88','loggedin',1),(3341,'user','6','2025-05-17 17:02:42','','','102.0.9.88','loggedin',1),(3342,'user','21','2025-05-17 17:07:57','2025-05-17 17:08:21','','102.0.9.88','loggedin',1),(3343,'user','6','2025-05-17 17:08:44','2025-05-17 17:13:11','','102.0.9.88','loggedin',1),(3344,'user','21','2025-05-17 17:13:19','','','102.0.9.88','loggedin',1),(3345,'user','6','2025-05-17 17:17:57','2025-05-17 17:33:07','','102.0.9.88','loggedin',1),(3346,'user','21','2025-05-17 17:33:13','2025-05-17 17:34:01','','102.0.9.88','loggedin',1),(3347,'user','6','2025-05-17 17:36:15','2025-05-17 17:38:15','','102.0.9.88','loggedin',1),(3348,'user','6','2025-05-17 18:00:14','','','102.0.9.88','loggedin',1),(3349,'user','6','2025-05-17 18:01:22','','','102.0.9.88','loggedin',1),(3350,'user','6','2025-05-17 18:06:02','2025-05-17 18:08:22','','102.0.9.88','loggedin',1),(3351,'user','21','2025-05-17 18:08:36','2025-05-17 18:10:54','','102.0.9.88','loggedin',1),(3352,'user','6','2025-05-17 18:11:13','','','102.0.9.88','loggedin',1),(3353,'user','6','2025-05-17 18:16:34','','','102.0.9.88','loggedin',1),(3354,'user','6','2025-05-17 18:27:28','2025-05-17 18:31:31','','102.0.9.88','loggedin',1),(3355,'admin','1','2025-05-17 18:30:43','','','102.0.9.88','loggedin',1),(3356,'user','21','2025-05-17 18:31:44','2025-05-17 18:32:26','','102.0.9.88','loggedin',1),(3357,'admin','1','2025-05-17 18:37:49','','','102.0.9.88','loggedin',1),(3358,'user','21','2025-05-17 18:45:43','2025-05-17 18:45:56','','102.0.9.88','loggedin',1),(3359,'user','6','2025-05-17 18:51:02','','','102.0.9.88','loggedin',1),(3360,'user','21','2025-05-17 18:51:53','','','102.0.9.88','loggedin',1),(3361,'user','6','2025-05-17 18:52:08','','','102.0.9.88','loggedin',1),(3362,'user','21','2025-05-17 18:53:28','','','102.0.9.88','loggedin',1),(3363,'user','21','2025-05-17 18:56:23','2025-05-17 18:58:03','','102.0.9.88','loggedin',1),(3364,'user','21','2025-05-17 18:58:54','2025-05-17 18:59:36','','102.0.9.88','loggedin',1),(3365,'user','21','2025-05-17 19:00:56','2025-05-17 19:02:23','','102.0.9.88','loggedin',1),(3366,'user','6','2025-05-17 19:02:33','','','102.0.9.88','loggedin',1),(3367,'user','6','2025-05-17 19:13:27','','','102.0.9.88','loggedin',1),(3368,'user','6','2025-05-17 19:18:00','','','102.0.9.88','loggedin',1),(3369,'user','11','2025-05-17 19:23:16','','','102.0.9.88','loggedin',1),(3370,'user','6','2025-05-17 19:26:17','','','102.0.9.88','loggedin',1),(3371,'user','5','2025-05-17 19:27:24','','','105.160.120.70','loggedin',1),(3372,'user','5','2025-05-17 19:27:30','','','105.160.120.70','loggedin',1),(3373,'user','5','2025-05-17 19:27:31','','','105.160.120.70','loggedin',1),(3374,'user','5','2025-05-17 19:27:32','','','105.160.120.70','loggedin',1),(3375,'user','6','2025-05-17 19:27:46','','','102.0.9.88','loggedin',1),(3376,'user','6','2025-05-17 19:30:52','','','102.0.9.88','loggedin',1),(3377,'user','6','2025-05-17 19:35:53','','','102.0.9.88','loggedin',1),(3378,'user','11','2025-05-17 19:52:34','','','102.0.9.88','loggedin',1),(3379,'user','11','2025-05-17 19:55:03','','','102.0.9.88','loggedin',1),(3380,'user','6','2025-05-17 19:55:50','','','102.0.9.88','loggedin',1),(3381,'user','12','2025-05-17 19:56:49','2025-05-17 19:56:56','','102.0.9.88','loggedin',1),(3382,'user','6','2025-05-17 19:57:03','2025-05-17 19:57:32','','102.0.9.88','loggedin',1),(3383,'user','12','2025-05-17 19:57:39','','','102.0.9.88','loggedin',1),(3384,'user','12','2025-05-17 19:58:39','2025-05-17 19:59:10','','102.0.9.88','loggedin',1),(3385,'user','6','2025-05-17 19:59:15','2025-05-17 20:01:40','','102.0.9.88','loggedin',1),(3386,'user','6','2025-05-17 20:01:51','','','102.0.9.88','loggedin',1),(3387,'user','11','2025-05-17 20:08:46','','','102.0.9.88','loggedin',1),(3388,'user','12','2025-05-17 20:11:26','','','102.0.9.88','loggedin',1),(3389,'user','12','2025-05-17 20:12:21','2025-05-17 20:12:40','','102.0.9.88','loggedin',1),(3390,'user','11','2025-05-17 20:15:18','','','102.0.9.88','loggedin',1),(3391,'user','6','2025-05-17 20:19:03','','','102.0.9.88','loggedin',1),(3392,'user','6','2025-05-17 20:21:28','2025-05-17 20:24:12','','102.0.9.88','loggedin',1),(3393,'user','12','2025-05-17 20:24:20','','','102.0.9.88','loggedin',1),(3394,'user','12','2025-05-17 20:25:44','2025-05-17 20:32:38','','102.0.9.88','loggedin',1),(3395,'user','5','2025-05-17 20:25:57','','','105.160.120.70','loggedin',1),(3396,'user','12','2025-05-17 20:32:43','2025-05-17 20:35:44','','102.0.9.88','loggedin',1),(3397,'user','6','2025-05-17 20:36:06','2025-05-17 20:37:38','','102.0.9.88','loggedin',1),(3398,'user','5','2025-05-17 20:37:00','','','105.160.120.70','loggedin',1),(3399,'user','12','2025-05-17 20:37:43','','','102.0.9.88','loggedin',1),(3400,'user','12','2025-05-17 20:38:16','2025-05-17 20:38:48','','102.0.9.88','loggedin',1),(3401,'user','6','2025-05-17 20:38:53','','','102.0.9.88','loggedin',1),(3402,'user','11','2025-05-17 20:45:12','','','102.0.9.88','loggedin',1),(3403,'user','11','2025-05-17 20:48:02','','','102.0.9.88','loggedin',1),(3404,'user','21','2025-05-17 20:48:44','2025-05-17 20:51:28','','102.0.9.88','loggedin',1),(3405,'user','6','2025-05-17 21:25:37','2025-05-17 21:28:07','','102.0.9.88','loggedin',1),(3406,'user','6','2025-05-17 21:28:33','2025-05-17 21:28:43','','102.0.9.88','loggedin',1),(3407,'user','6','2025-05-17 21:30:04','','','102.0.9.88','loggedin',1),(3408,'admin','1','2025-05-17 21:30:26','','','102.0.9.88','loggedin',1),(3409,'user','6','2025-05-17 21:35:53','','','102.0.9.88','loggedin',1),(3410,'user','22','2025-05-17 21:36:37','','','102.0.9.88','loggedin',1),(3411,'user','6','2025-05-17 21:40:30','','','102.0.9.88','loggedin',1),(3412,'user','5','2025-05-17 21:41:02','','','102.0.9.88','loggedin',1),(3413,'user','6','2025-05-17 21:41:20','','','102.0.9.88','loggedin',1),(3414,'user','22','2025-05-17 21:49:07','','','102.0.9.88','loggedin',1),(3415,'user','22','2025-05-17 21:50:24','','','102.0.9.88','loggedin',1),(3416,'user','5','2025-05-17 21:52:43','','','102.0.9.88','loggedin',1),(3417,'user','5','2025-05-17 21:53:28','','','102.0.9.88','loggedin',1),(3418,'user','6','2025-05-17 21:53:58','','','102.0.9.88','loggedin',1),(3419,'user','5','2025-05-17 21:54:14','','','102.0.9.88','loggedin',1),(3420,'user','5','2025-05-17 21:55:11','','','102.0.9.88','loggedin',1),(3421,'user','5','2025-05-17 21:59:27','','','102.0.9.88','loggedin',1),(3422,'user','22','2025-05-17 21:59:38','','','102.0.9.88','loggedin',1),(3423,'user','22','2025-05-17 22:05:02','','','102.0.9.88','loggedin',1),(3424,'user','6','2025-05-17 22:06:27','','','102.0.9.88','loggedin',1),(3425,'user','6','2025-05-17 22:07:24','','','102.0.9.88','loggedin',1),(3426,'user','22','2025-05-17 22:15:29','','','102.0.9.88','loggedin',1),(3427,'user','22','2025-05-17 22:16:47','','','102.0.9.88','loggedin',1),(3428,'user','6','2025-05-17 22:18:23','','','102.0.9.88','loggedin',1),(3429,'user','5','2025-05-17 22:27:43','','','102.0.9.88','loggedin',1),(3430,'user','22','2025-05-17 22:31:41','','','102.0.9.88','loggedin',1),(3431,'user','22','2025-05-17 22:32:12','','','102.0.9.88','loggedin',1),(3432,'user','22','2025-05-17 22:46:51','','','102.0.9.88','loggedin',1),(3433,'user','22','2025-05-17 22:47:18','','','102.0.9.88','loggedin',1),(3434,'user','5','2025-05-17 22:50:33','','','102.0.9.88','loggedin',1),(3435,'user','22','2025-05-17 23:15:54','','','102.0.9.88','loggedin',1),(3436,'user','22','2025-05-17 23:20:07','','','102.0.9.88','loggedin',1),(3437,'user','22','2025-05-17 23:21:11','','','102.0.9.88','loggedin',1),(3438,'user','5','2025-05-18 00:29:25','','','105.161.182.40','loggedin',1),(3439,'user','22','2025-05-18 06:59:34','','','102.0.9.88','loggedin',1),(3440,'user','22','2025-05-18 07:01:10','','','102.0.9.88','loggedin',1),(3441,'user','22','2025-05-18 07:01:44','','','102.0.9.88','loggedin',1),(3442,'user','22','2025-05-18 07:02:09','','','102.0.9.88','loggedin',1),(3443,'user','22','2025-05-18 07:02:30','','','102.0.9.88','loggedin',1),(3444,'user','22','2025-05-18 07:02:51','','','102.0.9.88','loggedin',1),(3445,'user','22','2025-05-18 07:03:37','','','102.0.9.88','loggedin',1),(3446,'user','22','2025-05-18 08:48:50','','','102.0.9.88','loggedin',1),(3447,'user','18','2025-05-18 09:10:57','','','102.0.9.88','loggedin',1),(3448,'user','18','2025-05-18 09:11:29','','','102.0.9.88','loggedin',1),(3449,'user','18','2025-05-18 09:34:42','','','102.0.9.88','loggedin',1),(3450,'user','18','2025-05-18 09:35:03','','','102.0.9.88','loggedin',1),(3451,'user','18','2025-05-18 10:10:24','','','102.0.9.88','loggedin',1),(3452,'user','18','2025-05-18 10:11:19','','','102.0.9.88','loggedin',1),(3453,'user','18','2025-05-18 11:01:23','','','102.0.9.88','loggedin',1),(3454,'user','18','2025-05-18 11:01:46','','','102.0.9.88','loggedin',1),(3455,'user','18','2025-05-18 11:59:48','','','102.0.9.88','loggedin',1),(3456,'user','18','2025-05-18 12:00:45','','','102.0.9.88','loggedin',1),(3457,'user','18','2025-05-18 12:01:34','','','102.0.9.88','loggedin',1),(3458,'user','18','2025-05-18 12:23:23','','','102.0.9.88','loggedin',1),(3459,'user','18','2025-05-18 12:31:20','','','102.0.9.88','loggedin',1),(3460,'user','18','2025-05-18 12:31:59','','','102.0.9.88','loggedin',1),(3461,'user','18','2025-05-18 12:38:06','','','102.0.9.88','loggedin',1),(3462,'user','18','2025-05-18 12:53:51','','','102.0.9.88','loggedin',1),(3463,'user','18','2025-05-18 12:58:52','','','102.0.9.88','loggedin',1),(3464,'user','18','2025-05-18 13:04:47','','','102.0.9.88','loggedin',1),(3465,'user','18','2025-05-18 13:05:29','','','102.0.9.88','loggedin',1),(3466,'user','18','2025-05-18 13:15:20','','','102.0.9.88','loggedin',1),(3467,'user','18','2025-05-18 13:15:57','','','102.0.9.88','loggedin',1),(3468,'user','18','2025-05-18 13:24:08','','','102.0.9.88','loggedin',1),(3469,'user','18','2025-05-18 13:26:49','','','102.0.9.88','loggedin',1),(3470,'user','18','2025-05-18 14:04:11','','','102.0.9.88','loggedin',1),(3471,'user','18','2025-05-18 14:09:39','','','102.0.9.88','loggedin',1),(3472,'user','18','2025-05-18 14:35:54','','','102.0.9.88','loggedin',1),(3473,'user','18','2025-05-18 14:37:41','','','102.0.9.88','loggedin',1),(3474,'user','18','2025-05-18 14:41:39','','','102.0.9.88','loggedin',1),(3475,'user','5','2025-05-18 14:43:46','','','105.161.26.78','loggedin',1),(3476,'user','18','2025-05-18 14:51:56','','','102.0.9.88','loggedin',1),(3477,'user','18','2025-05-18 14:53:54','','','102.0.9.88','loggedin',1),(3478,'user','18','2025-05-18 15:10:43','','','102.0.9.88','loggedin',1),(3479,'user','18','2025-05-18 15:22:05','','','102.0.9.88','loggedin',1),(3480,'user','18','2025-05-18 15:25:03','','','102.0.9.88','loggedin',1),(3481,'user','18','2025-05-18 15:26:23','','','102.0.9.88','loggedin',1),(3482,'user','18','2025-05-18 15:30:14','','','102.0.9.88','loggedin',1),(3483,'user','18','2025-05-18 15:51:57','','','102.0.9.88','loggedin',1),(3484,'user','18','2025-05-18 16:47:39','','','102.0.9.88','loggedin',1),(3485,'user','18','2025-05-18 16:49:24','','','102.0.9.88','loggedin',1),(3486,'user','18','2025-05-18 16:52:31','','','102.0.9.88','loggedin',1),(3487,'user','18','2025-05-18 17:15:10','','','102.0.9.88','loggedin',1),(3488,'user','18','2025-05-18 17:18:26','','','102.0.9.88','loggedin',1),(3489,'user','18','2025-05-18 17:20:18','','','102.0.9.88','loggedin',1),(3490,'user','18','2025-05-18 17:28:58','','','102.0.9.88','loggedin',1),(3491,'user','18','2025-05-18 17:34:18','','','102.0.9.88','loggedin',1),(3492,'user','18','2025-05-18 17:34:46','','','102.0.9.88','loggedin',1),(3493,'user','18','2025-05-18 17:53:15','','','102.0.9.88','loggedin',1),(3494,'user','18','2025-05-18 18:08:21','','','102.0.9.88','loggedin',1),(3495,'user','18','2025-05-18 18:09:10','','','102.0.9.88','loggedin',1),(3496,'user','5','2025-05-18 18:13:51','','','105.161.2.78','loggedin',1),(3497,'user','18','2025-05-18 18:14:28','','','102.0.9.88','loggedin',1),(3498,'user','18','2025-05-18 18:16:11','','','102.0.9.88','loggedin',1),(3499,'user','18','2025-05-18 18:41:21','','','102.0.9.88','loggedin',1),(3500,'user','18','2025-05-18 18:49:22','2025-05-18 18:55:55','','102.0.9.88','loggedin',1),(3501,'user','5','2025-05-18 18:56:04','2025-05-18 19:01:54','','102.0.9.88','loggedin',1),(3502,'user','5','2025-05-18 19:02:57','2025-05-18 19:04:30','','102.0.9.88','loggedin',1),(3503,'user','5','2025-05-18 19:05:35','2025-05-18 19:07:34','','102.0.9.88','loggedin',1),(3504,'user','18','2025-05-18 19:16:17','','','102.0.9.88','loggedin',1),(3505,'user','18','2025-05-18 19:17:47','','','102.0.9.88','loggedin',1),(3506,'user','18','2025-05-18 19:21:50','','','102.0.9.88','loggedin',1),(3507,'user','18','2025-05-18 19:32:52','','','102.0.9.88','loggedin',1),(3508,'user','5','2025-05-18 19:44:48','','','102.0.9.88','loggedin',1),(3509,'user','5','2025-05-18 19:45:26','','','102.0.9.88','loggedin',1),(3510,'user','18','2025-05-18 20:02:13','','','102.0.9.88','loggedin',1),(3511,'user','18','2025-05-18 20:03:22','','','102.0.9.88','loggedin',1),(3512,'user','18','2025-05-18 20:04:40','','','102.0.9.88','loggedin',1),(3513,'user','18','2025-05-18 20:06:07','','','102.0.9.88','loggedin',1),(3514,'user','18','2025-05-18 20:07:29','','','102.0.9.88','loggedin',1),(3515,'user','18','2025-05-18 20:08:26','','','102.0.9.88','loggedin',1),(3516,'user','18','2025-05-18 20:21:31','','','102.0.9.88','loggedin',1),(3517,'user','18','2025-05-18 20:30:35','','','102.0.9.88','loggedin',1),(3518,'user','18','2025-05-18 20:39:05','','','102.0.9.88','loggedin',1),(3519,'user','18','2025-05-18 20:39:40','','','102.0.9.88','loggedin',1),(3520,'user','18','2025-05-18 20:44:16','','','102.0.9.88','loggedin',1),(3521,'user','22','2025-05-18 21:09:46','','','102.0.9.88','loggedin',1),(3522,'user','22','2025-05-18 21:12:14','','','102.0.9.88','loggedin',1),(3523,'user','22','2025-05-18 21:13:18','','','102.0.9.88','loggedin',1),(3524,'user','22','2025-05-18 21:17:51','','','102.0.9.88','loggedin',1),(3525,'user','18','2025-05-18 21:23:23','','','102.0.9.88','loggedin',1),(3526,'user','22','2025-05-18 21:31:43','','','102.0.9.88','loggedin',1),(3527,'user','5','2025-05-18 21:56:48','','','102.0.9.88','loggedin',1),(3528,'user','5','2025-05-18 22:01:36','','','102.0.9.88','loggedin',1),(3529,'user','21','2025-05-18 23:04:50','','','102.0.9.88','loggedin',1),(3530,'user','22','2025-05-18 23:12:09','','','102.0.9.88','loggedin',1),(3531,'user','22','2025-05-18 23:23:21','','','102.0.9.88','loggedin',1),(3532,'user','22','2025-05-18 23:25:50','','','102.0.9.88','loggedin',1),(3533,'user','22','2025-05-18 23:34:44','','','102.0.9.88','loggedin',1),(3534,'user','21','2025-05-19 00:43:16','','','154.159.252.115','loggedin',1),(3535,'user','22','2025-05-19 07:46:37','','','102.0.9.88','loggedin',1),(3536,'user','22','2025-05-19 07:48:25','','','102.0.9.88','loggedin',1),(3537,'user','22','2025-05-19 07:51:42','','','102.0.9.88','loggedin',1),(3538,'user','21','2025-05-19 07:53:06','','','102.0.9.88','loggedin',1),(3539,'user','5','2025-05-19 07:56:21','','','105.160.9.249','loggedin',1),(3540,'user','22','2025-05-19 08:02:42','','','102.0.9.88','loggedin',1),(3541,'user','22','2025-05-19 08:04:54','','','102.0.9.88','loggedin',1),(3542,'user','22','2025-05-19 08:06:14','','','102.0.9.88','loggedin',1),(3543,'user','22','2025-05-19 08:07:12','','','102.0.9.88','loggedin',1),(3544,'user','18','2025-05-19 09:10:53','','','102.0.9.88','loggedin',1),(3545,'user','18','2025-05-19 09:11:23','','','102.0.9.88','loggedin',1),(3546,'user','18','2025-05-19 09:24:56','','','102.0.9.88','loggedin',1),(3547,'user','18','2025-05-19 09:25:29','','','102.0.9.88','loggedin',1),(3548,'user','18','2025-05-19 09:55:33','','','102.0.9.88','loggedin',1),(3549,'user','18','2025-05-19 09:56:18','','','102.0.9.88','loggedin',1),(3550,'user','18','2025-05-19 09:57:32','','','102.0.9.88','loggedin',1),(3551,'user','18','2025-05-19 10:07:19','','','102.0.9.88','loggedin',1),(3552,'user','18','2025-05-19 10:32:59','','','102.0.9.88','loggedin',1),(3553,'user','18','2025-05-19 10:33:39','','','102.0.9.88','loggedin',1),(3554,'user','18','2025-05-19 10:57:43','','','102.0.9.88','loggedin',1),(3555,'user','21','2025-05-19 11:14:25','','','102.0.9.88','loggedin',1),(3556,'user','21','2025-05-19 11:14:30','','','102.0.9.88','loggedin',1),(3557,'user','21','2025-05-19 11:14:31','','','102.0.9.88','loggedin',1),(3558,'user','21','2025-05-19 11:14:32','','','102.0.9.88','loggedin',1),(3559,'user','18','2025-05-19 11:15:03','','','102.0.9.88','loggedin',1),(3560,'user','18','2025-05-19 11:16:08','','','102.0.9.88','loggedin',1),(3561,'user','18','2025-05-19 11:25:52','','','102.0.9.88','loggedin',1),(3562,'user','18','2025-05-19 11:26:30','','','102.0.9.88','loggedin',1),(3563,'user','18','2025-05-19 11:30:34','','','102.0.9.88','loggedin',1),(3564,'user','18','2025-05-19 11:43:48','','','102.0.9.88','loggedin',1),(3565,'user','18','2025-05-19 12:02:28','','','102.0.9.88','loggedin',1),(3566,'user','5','2025-05-19 12:06:14','','','105.160.9.249','loggedin',1),(3567,'user','5','2025-05-19 12:06:17','','','105.160.9.249','loggedin',1),(3568,'user','18','2025-05-19 12:09:19','','','102.0.9.88','loggedin',1),(3569,'user','18','2025-05-19 12:09:53','','','102.0.9.88','loggedin',1),(3570,'user','18','2025-05-19 12:19:30','','','102.0.9.88','loggedin',1),(3571,'user','18','2025-05-19 12:36:16','','','102.0.9.88','loggedin',1),(3572,'user','18','2025-05-19 12:39:38','','','102.0.9.88','loggedin',1),(3573,'user','18','2025-05-19 12:41:03','','','102.0.9.88','loggedin',1),(3574,'user','18','2025-05-19 13:22:08','','','102.0.9.88','loggedin',1),(3575,'user','18','2025-05-19 13:24:01','','','102.0.9.88','loggedin',1),(3576,'user','18','2025-05-19 13:25:27','','','102.0.9.88','loggedin',1),(3577,'user','18','2025-05-19 14:54:42','','','102.0.9.88','loggedin',1),(3578,'user','18','2025-05-19 14:55:31','','','102.0.9.88','loggedin',1),(3579,'user','18','2025-05-19 15:01:28','','','102.0.9.88','loggedin',1),(3580,'user','18','2025-05-19 15:04:53','','','102.0.9.88','loggedin',1),(3581,'user','18','2025-05-19 15:07:55','','','102.0.9.88','loggedin',1),(3582,'user','18','2025-05-19 15:15:43','','','102.0.9.88','loggedin',1),(3583,'user','18','2025-05-19 15:22:14','','','102.0.9.88','loggedin',1),(3584,'user','5','2025-05-19 15:26:20','','','105.160.9.249','loggedin',1),(3585,'user','18','2025-05-19 15:30:44','','','102.0.9.88','loggedin',1),(3586,'user','18','2025-05-19 15:40:34','','','102.0.9.88','loggedin',1),(3587,'user','18','2025-05-19 15:52:35','','','102.0.9.88','loggedin',1),(3588,'user','18','2025-05-19 16:35:05','','','102.0.9.88','loggedin',1),(3589,'user','18','2025-05-19 16:43:00','','','102.0.9.88','loggedin',1),(3590,'user','18','2025-05-19 17:08:17','','','102.0.9.88','loggedin',1),(3591,'user','18','2025-05-19 17:11:02','','','102.0.9.88','loggedin',1),(3592,'user','18','2025-05-19 17:22:55','','','102.0.9.88','loggedin',1),(3593,'user','21','2025-05-19 17:31:19','','','102.0.9.88','loggedin',1),(3594,'user','21','2025-05-19 17:32:12','2025-05-19 17:32:36','','102.0.9.88','loggedin',1),(3595,'user','18','2025-05-19 17:33:00','','','102.0.9.88','loggedin',1),(3596,'user','18','2025-05-19 18:08:49','','','102.0.9.88','loggedin',1),(3597,'user','18','2025-05-19 18:14:31','','','102.0.9.88','loggedin',1),(3598,'user','5','2025-05-19 18:41:03','','','102.0.9.88','loggedin',1),(3599,'user','18','2025-05-19 18:57:17','','','102.0.9.88','loggedin',1),(3600,'user','18','2025-05-19 19:09:38','','','102.0.9.88','loggedin',1),(3601,'user','18','2025-05-19 19:12:44','','','102.0.9.88','loggedin',1),(3602,'user','18','2025-05-19 19:15:49','','','102.0.9.88','loggedin',1),(3603,'user','18','2025-05-19 19:27:39','','','102.0.9.88','loggedin',1),(3604,'user','18','2025-05-19 19:31:32','','','102.0.9.88','loggedin',1),(3605,'user','18','2025-05-19 19:39:49','','','102.0.9.88','loggedin',1),(3606,'user','18','2025-05-19 19:42:29','','','102.0.9.88','loggedin',1),(3607,'user','18','2025-05-19 19:44:52','','','102.0.9.88','loggedin',1),(3608,'user','18','2025-05-19 19:45:45','','','102.0.9.88','loggedin',1),(3609,'user','18','2025-05-19 20:03:15','','','102.0.9.88','loggedin',1),(3610,'user','18','2025-05-19 20:05:33','','','102.0.9.88','loggedin',1),(3611,'user','18','2025-05-19 20:10:31','','','102.0.9.88','loggedin',1),(3612,'user','18','2025-05-19 20:11:58','','','102.0.9.88','loggedin',1),(3613,'user','18','2025-05-19 20:31:20','','','102.0.9.88','loggedin',1),(3614,'user','18','2025-05-19 20:33:44','','','102.0.9.88','loggedin',1),(3615,'user','18','2025-05-19 20:34:45','','','102.0.9.88','loggedin',1),(3616,'user','21','2025-05-19 20:38:02','','','102.0.9.88','loggedin',1),(3617,'user','18','2025-05-19 20:38:32','','','102.0.9.88','loggedin',1),(3618,'user','18','2025-05-19 20:56:30','','','102.0.9.88','loggedin',1),(3619,'user','18','2025-05-19 20:59:52','','','102.0.9.88','loggedin',1),(3620,'user','18','2025-05-19 21:02:01','','','102.0.9.88','loggedin',1),(3621,'user','18','2025-05-19 21:03:19','2025-05-19 21:04:39','','102.0.9.88','loggedin',1),(3622,'user','5','2025-05-19 21:04:47','2025-05-19 21:10:57','','102.0.9.88','loggedin',1),(3623,'user','21','2025-05-19 21:11:06','2025-05-19 21:11:38','','102.0.9.88','loggedin',1),(3624,'user','21','2025-05-19 21:11:48','2025-05-19 21:18:38','','102.0.9.88','loggedin',1),(3625,'user','18','2025-05-19 21:43:58','','','102.0.9.88','loggedin',1),(3626,'user','18','2025-05-19 21:44:40','','','102.0.9.88','loggedin',1),(3627,'user','18','2025-05-19 21:48:58','2025-05-19 22:06:56','','102.0.9.88','loggedin',1),(3628,'user','5','2025-05-19 22:10:08','','','105.161.104.110','loggedin',1),(3629,'user','18','2025-05-19 22:34:27','','','102.0.9.88','loggedin',1),(3630,'user','5','2025-05-19 22:35:54','','','105.161.104.110','loggedin',1),(3631,'user','5','2025-05-20 09:14:19','2025-05-20 09:19:09','','102.0.9.88','loggedin',1),(3632,'user','19','2025-05-20 09:19:18','','','102.0.9.88','loggedin',1),(3633,'user','19','2025-05-20 09:21:50','','','102.0.9.88','loggedin',1),(3634,'user','19','2025-05-20 09:26:02','','','102.0.9.88','loggedin',1),(3635,'user','19','2025-05-20 09:26:28','','','102.0.9.88','loggedin',1),(3636,'user','19','2025-05-20 09:26:48','','','102.0.9.88','loggedin',1),(3637,'user','19','2025-05-20 09:27:10','','','102.0.9.88','loggedin',1),(3638,'user','19','2025-05-20 09:27:43','','','102.0.9.88','loggedin',1),(3639,'user','19','2025-05-20 09:28:04','','','102.0.9.88','loggedin',1),(3640,'user','19','2025-05-20 09:29:02','','','102.0.9.88','loggedin',1),(3641,'user','19','2025-05-20 09:29:32','','','102.0.9.88','loggedin',1),(3642,'user','19','2025-05-20 09:30:20','','','102.0.9.88','loggedin',1),(3643,'user','19','2025-05-20 09:31:01','','','102.0.9.88','loggedin',1),(3644,'user','19','2025-05-20 09:32:28','2025-05-20 09:34:56','','102.0.9.88','loggedin',1),(3645,'user','18','2025-05-20 10:00:07','','','102.0.9.88','loggedin',1),(3646,'user','18','2025-05-20 10:05:57','','','102.0.9.88','loggedin',1),(3647,'user','18','2025-05-20 10:07:27','','','102.0.9.88','loggedin',1),(3648,'user','22','2025-05-20 10:18:45','','','102.0.9.88','loggedin',1),(3649,'user','22','2025-05-20 10:19:48','','','102.0.9.88','loggedin',1),(3650,'user','18','2025-05-20 10:35:07','','','102.0.9.88','loggedin',1),(3651,'user','18','2025-05-20 10:35:28','','','102.0.9.88','loggedin',1),(3652,'user','22','2025-05-20 10:39:19','','','102.0.9.88','loggedin',1),(3653,'user','18','2025-05-20 10:57:22','','','102.0.9.88','loggedin',1),(3654,'user','18','2025-05-20 10:58:34','','','102.0.9.88','loggedin',1),(3655,'user','22','2025-05-20 11:00:31','2025-05-20 11:02:25','','102.0.9.88','loggedin',1),(3656,'user','22','2025-05-20 11:02:56','','','102.0.9.88','loggedin',1),(3657,'user','22','2025-05-20 11:05:49','','','102.0.9.88','loggedin',1),(3658,'user','22','2025-05-20 11:20:49','','','102.0.9.88','loggedin',1),(3659,'user','22','2025-05-20 11:22:28','','','102.0.9.88','loggedin',1),(3660,'user','22','2025-05-20 11:44:48','','','102.0.9.88','loggedin',1),(3661,'user','21','2025-05-20 11:45:45','','','102.0.9.88','loggedin',1),(3662,'user','22','2025-05-20 11:45:55','','','102.0.9.88','loggedin',1),(3663,'user','22','2025-05-20 11:46:28','','','102.0.9.88','loggedin',1),(3664,'user','22','2025-05-20 11:47:00','','','102.0.9.88','loggedin',1),(3665,'user','18','2025-05-20 11:50:48','','','102.0.9.88','loggedin',1),(3666,'user','18','2025-05-20 11:53:59','','','102.0.9.88','loggedin',1),(3667,'user','18','2025-05-20 11:54:23','','','102.0.9.88','loggedin',1),(3668,'user','18','2025-05-20 12:13:44','','','102.0.9.88','loggedin',1),(3669,'user','22','2025-05-20 12:17:03','','','102.0.9.88','loggedin',1),(3670,'user','22','2025-05-20 12:18:10','','','102.0.9.88','loggedin',1),(3671,'user','22','2025-05-20 12:18:52','','','102.0.9.88','loggedin',1),(3672,'user','22','2025-05-20 12:19:57','','','102.0.9.88','loggedin',1),(3673,'user','18','2025-05-20 12:25:53','','','102.0.9.88','loggedin',1),(3674,'user','18','2025-05-20 12:45:37','','','102.0.9.88','loggedin',1),(3675,'user','18','2025-05-20 12:46:20','','','102.0.9.88','loggedin',1),(3676,'user','22','2025-05-20 12:54:31','','','102.0.9.88','loggedin',1),(3677,'user','18','2025-05-20 13:29:27','','','102.0.9.88','loggedin',1),(3678,'user','22','2025-05-20 13:33:37','','','102.0.9.88','loggedin',1),(3679,'user','22','2025-05-20 13:35:51','','','102.0.9.88','loggedin',1),(3680,'user','22','2025-05-20 13:50:46','','','102.0.9.88','loggedin',1),(3681,'user','18','2025-05-20 14:09:14','','','102.0.9.88','loggedin',1),(3682,'user','18','2025-05-20 14:09:46','','','102.0.9.88','loggedin',1),(3683,'user','18','2025-05-20 14:13:42','','','102.0.9.88','loggedin',1),(3684,'user','22','2025-05-20 14:18:26','','','102.0.9.88','loggedin',1),(3685,'user','22','2025-05-20 14:19:43','','','102.0.9.88','loggedin',1),(3686,'user','18','2025-05-20 14:21:06','','','102.0.9.88','loggedin',1),(3687,'user','22','2025-05-20 14:25:21','','','102.0.9.88','loggedin',1),(3688,'user','18','2025-05-20 14:26:13','','','102.0.9.88','loggedin',1),(3689,'user','18','2025-05-20 14:27:08','','','102.0.9.88','loggedin',1),(3690,'user','18','2025-05-20 14:28:34','','','102.0.9.88','loggedin',1),(3691,'user','18','2025-05-20 14:29:15','','','102.0.9.88','loggedin',1),(3692,'user','18','2025-05-20 14:38:14','','','102.0.9.88','loggedin',1),(3693,'user','18','2025-05-20 14:38:50','','','102.0.9.88','loggedin',1),(3694,'admin','1','2025-05-20 14:40:16','2025-05-20 14:45:20','','102.0.9.88','loggedin',1),(3695,'user','18','2025-05-20 14:41:52','','','102.0.9.88','loggedin',1),(3696,'user','18','2025-05-20 14:54:20','','','102.0.9.88','loggedin',1),(3697,'user','22','2025-05-20 14:55:40','','','102.0.9.88','loggedin',1),(3698,'user','18','2025-05-20 15:16:44','','','102.0.9.88','loggedin',1),(3699,'user','18','2025-05-20 15:18:05','','','102.0.9.88','loggedin',1),(3700,'user','22','2025-05-20 15:30:03','','','102.0.9.88','loggedin',1),(3701,'user','22','2025-05-20 15:49:08','','','102.0.9.88','loggedin',1),(3702,'user','22','2025-05-20 16:09:33','','','102.0.9.88','loggedin',1),(3703,'user','22','2025-05-20 16:11:20','','','102.0.9.88','loggedin',1),(3704,'user','22','2025-05-20 16:12:09','','','102.0.9.88','loggedin',1),(3705,'user','22','2025-05-20 16:18:28','','','102.0.9.88','loggedin',1),(3706,'user','22','2025-05-20 16:22:52','','','102.0.9.88','loggedin',1),(3707,'user','22','2025-05-20 16:25:14','','','102.0.9.88','loggedin',1),(3708,'user','22','2025-05-20 16:29:21','','','102.0.9.88','loggedin',1),(3709,'user','18','2025-05-20 16:35:41','','','102.0.9.88','loggedin',1),(3710,'user','18','2025-05-20 16:37:37','','','102.0.9.88','loggedin',1),(3711,'user','18','2025-05-20 16:44:10','','','102.0.9.88','loggedin',1),(3712,'user','22','2025-05-20 16:49:01','','','102.0.9.88','loggedin',1),(3713,'user','22','2025-05-20 16:53:05','','','102.0.9.88','loggedin',1),(3714,'user','5','2025-05-20 16:55:45','','','102.0.9.88','loggedin',1),(3715,'user','18','2025-05-20 16:57:12','','','102.0.9.88','loggedin',1),(3716,'user','18','2025-05-20 17:01:21','','','102.0.9.88','loggedin',1),(3717,'user','18','2025-05-20 17:11:39','','','102.0.9.88','loggedin',1),(3718,'user','18','2025-05-20 17:27:04','','','102.0.9.88','loggedin',1),(3719,'user','18','2025-05-20 17:29:21','','','102.0.9.88','loggedin',1),(3720,'user','18','2025-05-20 17:52:24','','','102.0.9.88','loggedin',1),(3721,'user','18','2025-05-20 17:53:40','','','102.0.9.88','loggedin',1),(3722,'user','18','2025-05-20 17:58:12','','','102.0.9.88','loggedin',1),(3723,'user','22','2025-05-20 18:06:28','','','102.0.9.88','loggedin',1),(3724,'user','22','2025-05-20 18:08:22','','','102.0.9.88','loggedin',1),(3725,'user','22','2025-05-20 18:08:56','','','102.0.9.88','loggedin',1),(3726,'user','22','2025-05-20 18:11:44','','','102.0.9.88','loggedin',1),(3727,'user','22','2025-05-20 18:15:32','','','102.0.9.88','loggedin',1),(3728,'user','22','2025-05-20 18:17:29','','','102.0.9.88','loggedin',1),(3729,'user','22','2025-05-20 18:20:23','','','102.0.9.88','loggedin',1),(3730,'user','22','2025-05-20 18:21:24','','','102.0.9.88','loggedin',1),(3731,'user','22','2025-05-20 18:26:49','','','102.0.9.88','loggedin',1),(3732,'user','22','2025-05-20 18:29:12','','','102.0.9.88','loggedin',1),(3733,'user','5','2025-05-20 18:30:55','','','102.0.9.88','loggedin',1),(3734,'user','5','2025-05-20 18:31:07','','','102.0.9.88','loggedin',1),(3735,'user','5','2025-05-20 18:31:12','','','102.0.9.88','loggedin',1),(3736,'user','5','2025-05-20 18:31:45','','','102.0.9.88','loggedin',1),(3737,'user','22','2025-05-20 18:57:14','','','102.0.9.88','loggedin',1),(3738,'user','22','2025-05-20 19:08:10','','','102.0.9.88','loggedin',1),(3739,'user','18','2025-05-20 19:18:09','','','102.0.9.88','loggedin',1),(3740,'user','18','2025-05-20 19:19:48','','','102.0.9.88','loggedin',1),(3741,'user','21','2025-05-20 19:21:44','','','102.0.9.88','loggedin',1),(3742,'user','21','2025-05-20 19:21:48','','','102.0.9.88','loggedin',1),(3743,'user','21','2025-05-20 19:21:50','','','102.0.9.88','loggedin',1),(3744,'user','18','2025-05-20 19:24:51','','','102.0.9.88','loggedin',1),(3745,'user','22','2025-05-20 19:25:31','','','102.0.9.88','loggedin',1),(3746,'user','18','2025-05-20 19:29:23','','','102.0.9.88','loggedin',1),(3747,'user','18','2025-05-20 19:36:11','','','102.0.9.88','loggedin',1),(3748,'user','18','2025-05-20 19:38:19','','','102.0.9.88','loggedin',1),(3749,'user','22','2025-05-20 19:39:08','','','102.0.9.88','loggedin',1),(3750,'user','22','2025-05-20 19:40:16','','','102.0.9.88','loggedin',1),(3751,'user','18','2025-05-20 19:40:57','','','102.0.9.88','loggedin',1),(3752,'user','18','2025-05-20 19:42:18','','','102.0.9.88','loggedin',1),(3753,'user','18','2025-05-20 19:44:15','','','102.0.9.88','loggedin',1),(3754,'user','22','2025-05-20 19:46:09','','','102.0.9.88','loggedin',1),(3755,'user','18','2025-05-20 19:47:36','','','102.0.9.88','loggedin',1),(3756,'user','18','2025-05-20 19:48:27','','','102.0.9.88','loggedin',1),(3757,'user','18','2025-05-20 19:50:15','','','102.0.9.88','loggedin',1),(3758,'user','22','2025-05-20 19:55:55','','','102.0.9.88','loggedin',1),(3759,'user','22','2025-05-20 20:03:07','','','102.0.9.88','loggedin',1),(3760,'user','18','2025-05-20 20:07:44','','','102.0.9.88','loggedin',1),(3761,'user','18','2025-05-20 20:19:41','','','102.0.9.88','loggedin',1),(3762,'user','18','2025-05-20 20:22:28','','','102.0.9.88','loggedin',1),(3763,'user','22','2025-05-20 20:32:39','','','102.0.9.88','loggedin',1),(3764,'user','18','2025-05-20 20:34:03','','','102.0.9.88','loggedin',1),(3765,'user','22','2025-05-20 20:42:03','','','102.0.9.88','loggedin',1),(3766,'user','18','2025-05-20 21:03:13','','','102.0.9.88','loggedin',1),(3767,'user','18','2025-05-20 21:04:06','','','102.0.9.88','loggedin',1),(3768,'user','18','2025-05-20 21:08:53','','','102.0.9.88','loggedin',1),(3769,'user','18','2025-05-20 21:24:36','','','102.0.9.88','loggedin',1),(3770,'user','18','2025-05-20 21:25:27','','','102.0.9.88','loggedin',1),(3771,'user','18','2025-05-20 21:39:18','','','102.0.9.88','loggedin',1),(3772,'user','19','2025-05-20 21:41:30','','','102.0.9.88','loggedin',1),(3773,'user','19','2025-05-20 21:42:16','2025-05-20 21:43:32','','102.0.9.88','loggedin',1),(3774,'user','19','2025-05-20 21:45:01','','','102.0.9.88','loggedin',1),(3775,'user','19','2025-05-20 21:52:11','2025-05-20 21:52:38','','102.0.9.88','loggedin',1),(3776,'user','18','2025-05-20 22:17:00','','','102.0.9.88','loggedin',1),(3777,'user','19','2025-05-20 23:16:36','2025-05-20 23:17:23','','102.0.9.88','loggedin',1),(3778,'user','19','2025-05-20 23:17:36','','','102.0.9.88','loggedin',1),(3779,'user','19','2025-05-20 23:20:54','','','102.0.9.88','loggedin',1),(3780,'user','19','2025-05-20 23:21:30','','','102.0.9.88','loggedin',1),(3781,'user','19','2025-05-20 23:22:38','2025-05-20 23:23:04','','102.0.9.88','loggedin',1),(3782,'user','19','2025-05-20 23:23:15','','','102.0.9.88','loggedin',1),(3783,'user','19','2025-05-20 23:26:40','2025-05-20 23:30:44','','102.0.9.88','loggedin',1),(3784,'user','19','2025-05-20 23:35:58','','','102.0.9.88','loggedin',1),(3785,'user','19','2025-05-20 23:36:25','2025-05-20 23:37:21','','102.0.9.88','loggedin',1),(3786,'user','19','2025-05-20 23:40:48','2025-05-20 23:41:55','','102.0.9.88','loggedin',1),(3787,'user','5','2025-05-20 23:40:59','','','105.161.226.206','loggedin',1),(3788,'user','19','2025-05-20 23:42:02','2025-05-20 23:42:50','','102.0.9.88','loggedin',1),(3789,'user','19','2025-05-20 23:42:57','2025-05-20 23:43:46','','102.0.9.88','loggedin',1),(3790,'user','19','2025-05-20 23:43:54','2025-05-20 23:48:04','','102.0.9.88','loggedin',1),(3791,'user','19','2025-05-20 23:49:20','2025-05-20 23:50:17','','102.0.9.88','loggedin',1),(3792,'user','19','2025-05-20 23:57:36','','','102.0.9.88','loggedin',1),(3793,'user','19','2025-05-20 23:59:10','2025-05-20 23:59:59','','102.0.9.88','loggedin',1),(3794,'user','5','2025-05-21 00:22:14','','','105.161.202.206','loggedin',1),(3795,'user','19','2025-05-21 08:38:11','','','102.0.9.88','loggedin',1),(3796,'user','19','2025-05-21 08:38:53','','','102.0.9.88','loggedin',1),(3797,'user','19','2025-05-21 08:41:54','','','102.0.9.88','loggedin',1),(3798,'user','19','2025-05-21 08:44:36','2025-05-21 08:45:00','','102.0.9.88','loggedin',1),(3799,'user','5','2025-05-21 09:01:48','','','102.0.9.88','loggedin',1),(3800,'user','19','2025-05-21 09:05:58','','','102.0.9.88','loggedin',1),(3801,'user','19','2025-05-21 09:06:54','','','102.0.9.88','loggedin',1),(3802,'user','19','2025-05-21 09:09:04','2025-05-21 09:09:47','','102.0.9.88','loggedin',1),(3803,'user','18','2025-05-21 10:22:59','','','102.0.9.88','loggedin',1),(3804,'user','22','2025-05-21 10:37:25','','','102.0.9.88','loggedin',1),(3805,'user','22','2025-05-21 10:41:37','','','102.0.9.88','loggedin',1),(3806,'user','18','2025-05-21 10:44:43','','','102.0.9.88','loggedin',1),(3807,'user','18','2025-05-21 11:00:44','','','102.0.9.88','loggedin',1),(3808,'user','22','2025-05-21 11:05:02','','','102.0.9.88','loggedin',1),(3809,'user','22','2025-05-21 11:17:45','','','102.0.9.88','loggedin',1),(3810,'user','5','2025-05-21 11:28:56','','','102.0.9.88','loggedin',1),(3811,'user','22','2025-05-21 11:31:50','','','102.0.9.88','loggedin',1),(3812,'user','18','2025-05-21 11:59:06','','','102.0.9.88','loggedin',1),(3813,'user','18','2025-05-21 12:03:04','','','102.0.9.88','loggedin',1),(3814,'user','18','2025-05-21 12:12:12','','','102.0.9.88','loggedin',1),(3815,'user','18','2025-05-21 12:36:18','','','102.0.9.88','loggedin',1),(3816,'user','22','2025-05-21 12:45:11','','','102.0.9.88','loggedin',1),(3817,'user','22','2025-05-21 12:54:45','','','102.0.9.88','loggedin',1),(3818,'user','22','2025-05-21 12:56:42','','','102.0.9.88','loggedin',1),(3819,'user','22','2025-05-21 13:01:44','','','102.0.9.88','loggedin',1),(3820,'user','21','2025-05-21 13:04:39','','','102.0.9.88','loggedin',1),(3821,'user','22','2025-05-21 13:06:12','2025-05-21 13:06:56','','102.0.9.88','loggedin',1),(3822,'user','18','2025-05-21 13:07:06','','','102.0.9.88','loggedin',1),(3823,'user','18','2025-05-21 13:19:15','','','102.0.9.88','loggedin',1),(3824,'user','22','2025-05-21 13:29:16','','','102.0.9.88','loggedin',1),(3825,'user','22','2025-05-21 13:32:03','','','102.0.9.88','loggedin',1),(3826,'user','18','2025-05-21 13:35:00','','','102.0.9.88','loggedin',1),(3827,'user','18','2025-05-21 13:37:50','','','102.0.9.88','loggedin',1),(3828,'user','18','2025-05-21 13:43:06','','','102.0.9.88','loggedin',1),(3829,'user','22','2025-05-21 13:45:50','','','102.0.9.88','loggedin',1),(3830,'user','22','2025-05-21 14:02:30','','','102.0.9.88','loggedin',1),(3831,'user','22','2025-05-21 14:04:47','','','102.0.9.88','loggedin',1),(3832,'user','18','2025-05-21 14:12:34','','','102.0.9.88','loggedin',1),(3833,'user','18','2025-05-21 14:13:58','','','102.0.9.88','loggedin',1),(3834,'user','22','2025-05-21 14:17:39','','','102.0.9.88','loggedin',1),(3835,'user','22','2025-05-21 14:18:58','','','102.0.9.88','loggedin',1),(3836,'user','18','2025-05-21 14:26:30','','','102.0.9.88','loggedin',1),(3837,'user','18','2025-05-21 14:27:57','','','102.0.9.88','loggedin',1),(3838,'user','18','2025-05-21 14:35:54','','','102.0.9.88','loggedin',1),(3839,'user','22','2025-05-21 14:44:45','','','102.0.9.88','loggedin',1),(3840,'user','22','2025-05-21 15:06:19','','','102.0.9.88','loggedin',1),(3841,'user','22','2025-05-21 15:07:35','','','102.0.9.88','loggedin',1),(3842,'user','22','2025-05-21 15:12:41','','','102.0.9.88','loggedin',1),(3843,'user','22','2025-05-21 15:14:32','','','102.0.9.88','loggedin',1),(3844,'user','22','2025-05-21 15:15:37','','','102.0.9.88','loggedin',1),(3845,'user','22','2025-05-21 15:23:13','','','102.0.9.88','loggedin',1),(3846,'user','22','2025-05-21 15:54:22','','','102.0.9.88','loggedin',1),(3847,'user','22','2025-05-21 15:55:17','','','102.0.9.88','loggedin',1),(3848,'user','22','2025-05-21 16:00:56','','','102.0.9.88','loggedin',1),(3849,'user','18','2025-05-21 16:03:57','','','102.0.9.88','loggedin',1),(3850,'user','21','2025-05-21 16:05:55','','','102.0.9.88','loggedin',1),(3851,'user','21','2025-05-21 16:06:00','','','102.0.9.88','loggedin',1),(3852,'user','21','2025-05-21 16:06:04','','','102.0.9.88','loggedin',1),(3853,'user','21','2025-05-21 16:06:08','','','102.0.9.88','loggedin',1),(3854,'user','21','2025-05-21 16:06:17','','','102.0.9.88','loggedin',1),(3855,'user','21','2025-05-21 16:06:25','','','102.0.9.88','loggedin',1),(3856,'user','21','2025-05-21 16:08:09','','','102.0.9.88','loggedin',1),(3857,'user','22','2025-05-21 16:09:46','','','102.0.9.88','loggedin',1),(3858,'user','18','2025-05-21 16:14:55','','','102.0.9.88','loggedin',1),(3859,'user','22','2025-05-21 16:16:51','','','102.0.9.88','loggedin',1),(3860,'user','22','2025-05-21 16:19:32','','','102.0.9.88','loggedin',1),(3861,'user','18','2025-05-21 16:22:53','','','102.0.9.88','loggedin',1),(3862,'user','18','2025-05-21 16:24:10','','','102.0.9.88','loggedin',1),(3863,'user','18','2025-05-21 16:33:44','','','102.0.9.88','loggedin',1),(3864,'user','18','2025-05-21 16:36:10','','','102.0.9.88','loggedin',1),(3865,'user','18','2025-05-21 16:37:25','','','102.0.9.88','loggedin',1),(3866,'user','22','2025-05-21 16:42:05','','','102.0.9.88','loggedin',1),(3867,'user','18','2025-05-21 16:51:49','','','102.0.9.88','loggedin',1),(3868,'user','18','2025-05-21 16:55:19','','','102.0.9.88','loggedin',1),(3869,'user','18','2025-05-21 17:09:09','','','102.0.9.88','loggedin',1),(3870,'user','18','2025-05-21 17:14:30','','','102.0.9.88','loggedin',1),(3871,'user','18','2025-05-21 17:23:12','','','102.0.9.88','loggedin',1),(3872,'user','22','2025-05-21 17:42:31','','','102.0.9.88','loggedin',1),(3873,'user','22','2025-05-21 17:43:34','','','102.0.9.88','loggedin',1),(3874,'user','18','2025-05-21 17:45:11','','','102.0.9.88','loggedin',1),(3875,'user','22','2025-05-21 17:53:45','','','102.0.9.88','loggedin',1),(3876,'user','22','2025-05-21 17:55:25','','','102.0.9.88','loggedin',1),(3877,'user','18','2025-05-21 18:09:27','','','102.0.9.88','loggedin',1),(3878,'user','22','2025-05-21 18:10:13','','','102.0.9.88','loggedin',1),(3879,'user','22','2025-05-21 18:15:28','','','102.0.9.88','loggedin',1),(3880,'user','22','2025-05-21 18:16:41','','','102.0.9.88','loggedin',1),(3881,'user','18','2025-05-21 18:22:25','','','102.0.9.88','loggedin',1),(3882,'user','22','2025-05-21 18:23:47','','','102.0.9.88','loggedin',1),(3883,'user','22','2025-05-21 18:26:54','','','102.0.9.88','loggedin',1),(3884,'user','18','2025-05-21 18:28:59','','','102.0.9.88','loggedin',1),(3885,'user','22','2025-05-21 18:32:44','','','102.0.9.88','loggedin',1),(3886,'user','22','2025-05-21 18:34:39','','','102.0.9.88','loggedin',1),(3887,'user','22','2025-05-21 18:36:46','','','102.0.9.88','loggedin',1),(3888,'user','22','2025-05-21 18:42:00','','','102.0.9.88','loggedin',1),(3889,'user','22','2025-05-21 18:49:00','','','102.0.9.88','loggedin',1),(3890,'user','22','2025-05-21 18:50:08','','','102.0.9.88','loggedin',1),(3891,'user','18','2025-05-21 18:56:08','','','102.0.9.88','loggedin',1),(3892,'user','22','2025-05-21 18:56:50','','','102.0.9.88','loggedin',1),(3893,'user','5','2025-05-21 19:04:38','','','102.0.9.88','loggedin',1),(3894,'user','5','2025-05-21 19:04:54','','','102.0.9.88','loggedin',1),(3895,'user','5','2025-05-21 19:05:00','','','102.0.9.88','loggedin',1),(3896,'user','5','2025-05-21 19:05:11','','','102.0.9.88','loggedin',1),(3897,'user','22','2025-05-21 19:18:59','','','102.0.9.88','loggedin',1),(3898,'user','22','2025-05-21 19:19:43','','','102.0.9.88','loggedin',1),(3899,'user','22','2025-05-21 19:25:19','','','102.0.9.88','loggedin',1),(3900,'user','22','2025-05-21 19:28:21','','','102.0.9.88','loggedin',1),(3901,'user','22','2025-05-21 19:33:20','','','102.0.9.88','loggedin',1),(3902,'user','22','2025-05-21 19:45:12','','','102.0.9.88','loggedin',1),(3903,'user','22','2025-05-21 19:46:04','','','102.0.9.88','loggedin',1),(3904,'user','22','2025-05-21 19:52:11','','','102.0.9.88','loggedin',1),(3905,'user','5','2025-05-21 20:03:30','','','102.0.9.88','loggedin',1),(3906,'user','18','2025-05-21 20:07:23','','','102.0.9.88','loggedin',1),(3907,'user','18','2025-05-21 20:15:14','','','102.0.9.88','loggedin',1),(3908,'user','22','2025-05-21 20:18:05','','','102.0.9.88','loggedin',1),(3909,'user','18','2025-05-21 20:18:54','','','102.0.9.88','loggedin',1),(3910,'user','18','2025-05-21 20:23:19','','','102.0.9.88','loggedin',1),(3911,'user','18','2025-05-21 20:25:19','','','102.0.9.88','loggedin',1),(3912,'user','18','2025-05-21 20:29:10','','','102.0.9.88','loggedin',1),(3913,'user','22','2025-05-21 20:29:33','','','102.0.9.88','loggedin',1),(3914,'user','22','2025-05-21 20:30:22','','','102.0.9.88','loggedin',1),(3915,'user','18','2025-05-21 20:31:48','','','102.0.9.88','loggedin',1),(3916,'user','18','2025-05-21 20:32:57','','','102.0.9.88','loggedin',1),(3917,'user','18','2025-05-21 20:35:28','','','102.0.9.88','loggedin',1),(3918,'user','18','2025-05-21 20:37:58','','','102.0.9.88','loggedin',1),(3919,'user','18','2025-05-21 20:39:15','','','102.0.9.88','loggedin',1),(3920,'user','22','2025-05-21 20:41:04','','','102.0.9.88','loggedin',1),(3921,'user','18','2025-05-21 21:05:02','','','102.0.9.88','loggedin',1),(3922,'user','18','2025-05-21 21:06:40','','','102.0.9.88','loggedin',1),(3923,'user','22','2025-05-21 21:16:11','','','102.0.9.88','loggedin',1),(3924,'user','22','2025-05-21 21:17:20','','','102.0.9.88','loggedin',1),(3925,'user','18','2025-05-21 21:24:00','','','102.0.9.88','loggedin',1),(3926,'user','22','2025-05-21 21:27:30','','','102.0.9.88','loggedin',1),(3927,'user','23','2025-05-21 22:01:35','2025-05-21 22:02:24','','102.0.9.88','loggedin',1),(3928,'user','19','2025-05-21 22:02:55','','','102.0.9.88','loggedin',1),(3929,'user','21','2025-05-21 22:04:21','','','102.0.9.88','loggedin',1),(3930,'user','5','2025-05-21 22:16:20','','','105.161.10.227','loggedin',1),(3931,'user','19','2025-05-21 22:30:26','','','102.0.9.88','loggedin',1),(3932,'user','19','2025-05-21 22:35:30','2025-05-21 22:36:05','','102.0.9.88','loggedin',1),(3933,'user','19','2025-05-22 00:14:10','2025-05-22 00:14:51','','102.0.9.88','loggedin',1),(3934,'user','19','2025-05-22 00:15:04','','','102.0.9.88','loggedin',1),(3935,'user','19','2025-05-22 00:16:44','2025-05-22 00:17:29','','102.0.9.88','loggedin',1),(3936,'user','23','2025-05-22 00:50:27','','','102.0.9.88','loggedin',1),(3937,'user','19','2025-05-22 00:51:13','','','102.0.9.88','loggedin',1),(3938,'user','19','2025-05-22 00:55:29','2025-05-22 00:56:37','','102.0.9.88','loggedin',1),(3939,'user','19','2025-05-22 01:06:12','','','102.0.9.88','loggedin',1),(3940,'user','19','2025-05-22 01:06:32','2025-05-22 01:07:07','','102.0.9.88','loggedin',1),(3941,'user','19','2025-05-22 07:58:42','','','102.0.9.88','loggedin',1),(3942,'user','19','2025-05-22 07:59:24','','','102.0.9.88','loggedin',1),(3943,'user','19','2025-05-22 08:01:45','2025-05-22 08:02:30','','102.0.9.88','loggedin',1),(3944,'user','19','2025-05-22 08:28:30','','','102.0.9.88','loggedin',1),(3945,'user','19','2025-05-22 08:28:58','2025-05-22 08:29:29','','102.0.9.88','loggedin',1),(3946,'user','19','2025-05-22 08:45:42','','','102.0.9.88','loggedin',1),(3947,'user','19','2025-05-22 08:47:26','2025-05-22 08:48:07','','102.0.9.88','loggedin',1),(3948,'user','19','2025-05-22 08:58:50','','','102.0.9.88','loggedin',1),(3949,'user','19','2025-05-22 08:59:31','2025-05-22 08:59:59','','102.0.9.88','loggedin',1),(3950,'user','19','2025-05-22 09:13:03','2025-05-22 09:14:34','','102.0.9.88','loggedin',1),(3951,'user','19','2025-05-22 09:14:45','','','102.0.9.88','loggedin',1),(3952,'user','19','2025-05-22 09:15:53','','','102.0.9.88','loggedin',1),(3953,'user','22','2025-05-22 10:02:35','','','102.0.9.88','loggedin',1),(3954,'user','18','2025-05-22 11:00:15','','','102.0.9.88','loggedin',1),(3955,'user','18','2025-05-22 11:02:24','','','102.0.9.88','loggedin',1),(3956,'user','22','2025-05-22 11:05:47','','','102.0.9.88','loggedin',1),(3957,'user','22','2025-05-22 11:06:49','','','102.0.9.88','loggedin',1),(3958,'user','22','2025-05-22 11:14:43','','','102.0.9.88','loggedin',1),(3959,'user','18','2025-05-22 11:26:23','','','102.0.9.88','loggedin',1),(3960,'user','18','2025-05-22 11:26:54','','','102.0.9.88','loggedin',1),(3961,'user','18','2025-05-22 11:28:59','','','102.0.9.88','loggedin',1),(3962,'user','18','2025-05-22 11:34:06','','','102.0.9.88','loggedin',1),(3963,'user','18','2025-05-22 11:34:19','','','102.0.9.88','loggedin',1),(3964,'user','22','2025-05-22 11:40:59','','','102.0.9.88','loggedin',1),(3965,'user','22','2025-05-22 11:44:10','','','102.0.9.88','loggedin',1),(3966,'user','22','2025-05-22 11:49:03','','','102.0.9.88','loggedin',1),(3967,'user','22','2025-05-22 12:05:11','','','102.0.9.88','loggedin',1),(3968,'user','18','2025-05-22 12:08:14','','','102.0.9.88','loggedin',1),(3969,'user','18','2025-05-22 12:09:18','','','102.0.9.88','loggedin',1),(3970,'user','5','2025-05-22 12:14:18','','','41.81.9.42','loggedin',1),(3971,'user','22','2025-05-22 12:14:45','','','102.0.9.88','loggedin',1),(3972,'user','18','2025-05-22 12:44:33','','','102.0.9.88','loggedin',1),(3973,'user','18','2025-05-22 12:45:01','','','102.0.9.88','loggedin',1),(3974,'user','18','2025-05-22 12:47:20','','','102.0.9.88','loggedin',1),(3975,'user','22','2025-05-22 13:07:33','','','102.0.9.88','loggedin',1),(3976,'user','22','2025-05-22 13:08:23','','','102.0.9.88','loggedin',1),(3977,'user','22','2025-05-22 13:14:22','','','102.0.9.88','loggedin',1),(3978,'user','22','2025-05-22 13:16:00','','','102.0.9.88','loggedin',1),(3979,'user','18','2025-05-22 14:06:07','','','102.0.9.88','loggedin',1),(3980,'user','5','2025-05-22 14:10:16','','','102.0.9.88','loggedin',1),(3981,'user','18','2025-05-22 14:18:02','','','102.0.9.88','loggedin',1),(3982,'user','18','2025-05-22 14:27:21','','','102.0.9.88','loggedin',1),(3983,'user','22','2025-05-22 14:28:53','','','102.0.9.88','loggedin',1),(3984,'user','22','2025-05-22 14:30:21','2025-05-22 14:31:03','','102.0.9.88','loggedin',1),(3985,'user','18','2025-05-22 14:31:40','','','102.0.9.88','loggedin',1),(3986,'user','18','2025-05-22 14:48:12','','','102.0.9.88','loggedin',1),(3987,'user','18','2025-05-22 14:50:33','','','102.0.9.88','loggedin',1),(3988,'user','18','2025-05-22 15:32:03','','','102.0.9.88','loggedin',1),(3989,'user','18','2025-05-22 15:40:34','','','102.0.9.88','loggedin',1),(3990,'user','18','2025-05-22 15:41:58','','','102.0.9.88','loggedin',1),(3991,'user','18','2025-05-22 15:42:47','','','102.0.9.88','loggedin',1),(3992,'user','18','2025-05-22 15:55:50','','','102.0.9.88','loggedin',1),(3993,'user','18','2025-05-22 16:01:59','','','102.0.9.88','loggedin',1),(3994,'user','18','2025-05-22 16:03:19','','','102.0.9.88','loggedin',1),(3995,'user','18','2025-05-22 16:21:20','','','102.0.9.88','loggedin',1),(3996,'user','18','2025-05-22 16:22:31','','','102.0.9.88','loggedin',1),(3997,'user','22','2025-05-22 16:49:58','','','102.0.9.88','loggedin',1),(3998,'user','22','2025-05-22 17:23:56','','','102.0.9.88','loggedin',1),(3999,'user','22','2025-05-22 17:27:15','','','102.0.9.88','loggedin',1),(4000,'user','22','2025-05-22 17:29:48','','','102.0.9.88','loggedin',1),(4001,'user','22','2025-05-22 17:50:28','','','102.0.9.88','loggedin',1),(4002,'user','22','2025-05-22 17:53:15','','','102.0.9.88','loggedin',1),(4003,'user','22','2025-05-22 17:55:03','','','102.0.9.88','loggedin',1),(4004,'user','22','2025-05-22 17:56:00','','','102.0.9.88','loggedin',1),(4005,'user','5','2025-05-22 18:02:15','','','102.0.9.88','loggedin',1),(4006,'user','22','2025-05-22 18:08:09','','','102.0.9.88','loggedin',1),(4007,'user','18','2025-05-22 18:12:10','','','102.0.9.88','loggedin',1),(4008,'user','22','2025-05-22 18:14:55','','','102.0.9.88','loggedin',1),(4009,'user','18','2025-05-22 18:17:15','','','102.0.9.88','loggedin',1),(4010,'user','18','2025-05-22 18:20:25','','','102.0.9.88','loggedin',1),(4011,'user','18','2025-05-22 18:23:08','','','102.0.9.88','loggedin',1),(4012,'user','18','2025-05-22 18:25:42','','','102.0.9.88','loggedin',1),(4013,'user','18','2025-05-22 18:53:53','','','102.0.9.88','loggedin',1),(4014,'user','18','2025-05-22 18:57:35','','','102.0.9.88','loggedin',1),(4015,'user','22','2025-05-22 18:58:47','','','102.0.9.88','loggedin',1),(4016,'user','18','2025-05-22 18:59:41','','','102.0.9.88','loggedin',1),(4017,'user','18','2025-05-22 19:01:57','','','102.0.9.88','loggedin',1),(4018,'user','22','2025-05-22 19:02:48','','','102.0.9.88','loggedin',1),(4019,'user','22','2025-05-22 19:20:35','','','102.0.9.88','loggedin',1),(4020,'user','22','2025-05-22 19:25:46','','','102.0.9.88','loggedin',1),(4021,'user','18','2025-05-22 19:50:14','2025-05-22 19:52:32','','102.0.9.88','loggedin',1),(4022,'user','22','2025-05-22 19:52:39','2025-05-22 19:52:47','','102.0.9.88','loggedin',1),(4023,'user','22','2025-05-22 19:52:57','','','102.0.9.88','loggedin',1),(4024,'user','22','2025-05-22 19:54:34','','','102.0.9.88','loggedin',1),(4025,'user','22','2025-05-22 19:55:26','','','102.0.9.88','loggedin',1),(4026,'user','18','2025-05-22 19:56:11','','','102.0.9.88','loggedin',1),(4027,'user','18','2025-05-22 19:57:54','','','102.0.9.88','loggedin',1),(4028,'user','22','2025-05-22 20:01:07','','','102.0.9.88','loggedin',1),(4029,'user','22','2025-05-22 20:02:13','','','102.0.9.88','loggedin',1),(4030,'user','22','2025-05-22 20:05:27','','','102.0.9.88','loggedin',1),(4031,'user','22','2025-05-22 20:14:15','','','102.0.9.88','loggedin',1),(4032,'user','22','2025-05-22 20:17:51','','','102.0.9.88','loggedin',1),(4033,'user','22','2025-05-22 20:22:53','','','102.0.9.88','loggedin',1),(4034,'user','22','2025-05-22 20:28:21','','','102.0.9.88','loggedin',1),(4035,'user','18','2025-05-22 20:44:16','','','102.0.9.88','loggedin',1),(4036,'user','22','2025-05-22 21:00:54','','','102.0.9.88','loggedin',1),(4037,'user','19','2025-05-22 21:30:34','2025-05-22 21:30:56','','102.0.9.88','loggedin',1),(4038,'user','19','2025-05-22 21:31:01','','','102.0.9.88','loggedin',1),(4039,'user','19','2025-05-22 21:31:39','2025-05-22 21:32:18','','102.0.9.88','loggedin',1),(4040,'user','5','2025-05-22 21:59:03','','','105.161.80.174','loggedin',1),(4041,'user','19','2025-05-22 23:56:55','','','102.0.9.88','loggedin',1),(4042,'user','19','2025-05-22 23:57:34','2025-05-22 23:58:10','','102.0.9.88','loggedin',1),(4043,'user','5','2025-05-23 04:58:53','','','105.161.108.174','loggedin',1),(4044,'user','19','2025-05-23 05:15:41','','','102.0.9.88','loggedin',1),(4045,'user','19','2025-05-23 05:17:40','','','102.0.9.88','loggedin',1),(4046,'user','19','2025-05-23 05:18:56','','','102.0.9.88','loggedin',1),(4047,'user','19','2025-05-23 07:47:20','','','102.0.9.88','loggedin',1),(4048,'user','19','2025-05-23 07:49:08','','','102.0.9.88','loggedin',1),(4049,'user','19','2025-05-23 07:57:47','','','102.0.9.88','loggedin',1),(4050,'user','22','2025-05-23 08:54:38','','','102.0.9.88','loggedin',1),(4051,'user','22','2025-05-23 08:54:45','','','102.0.9.88','loggedin',1),(4052,'user','22','2025-05-23 09:13:45','','','102.0.9.88','loggedin',1),(4053,'user','11','2025-05-23 09:37:59','','','102.0.9.88','loggedin',1),(4054,'user','11','2025-05-23 09:38:27','','','102.0.9.88','loggedin',1),(4055,'user','11','2025-05-23 10:26:34','','','102.0.9.88','loggedin',1),(4056,'user','11','2025-05-23 11:03:39','','','102.0.9.88','loggedin',1),(4057,'user','11','2025-05-23 11:04:29','','','102.0.9.88','loggedin',1),(4058,'user','11','2025-05-23 11:33:21','','','102.0.9.88','loggedin',1),(4059,'user','22','2025-05-23 11:38:47','','','102.0.9.88','loggedin',1),(4060,'user','11','2025-05-23 12:04:16','','','102.0.9.88','loggedin',1),(4061,'user','11','2025-05-23 12:17:22','','','102.0.9.88','loggedin',1),(4062,'user','11','2025-05-23 12:18:04','','','102.0.9.88','loggedin',1),(4063,'user','11','2025-05-23 12:33:07','','','102.0.9.88','loggedin',1),(4064,'user','5','2025-05-23 12:40:36','','','102.0.9.88','loggedin',1),(4065,'user','11','2025-05-23 12:49:52','','','102.0.9.88','loggedin',1),(4066,'user','21','2025-05-23 12:59:04','','','102.0.9.88','loggedin',1),(4067,'user','22','2025-05-23 13:00:39','','','102.0.9.88','loggedin',1),(4068,'user','11','2025-05-23 13:08:55','','','102.0.9.88','loggedin',1),(4069,'user','22','2025-05-23 13:14:56','','','102.0.9.88','loggedin',1),(4070,'user','11','2025-05-23 13:18:13','','','102.0.9.88','loggedin',1),(4071,'user','11','2025-05-23 13:38:35','','','102.0.9.88','loggedin',1),(4072,'user','22','2025-05-23 13:41:52','','','102.0.9.88','loggedin',1),(4073,'user','11','2025-05-23 13:44:38','','','102.0.9.88','loggedin',1),(4074,'user','22','2025-05-23 13:50:01','','','102.0.9.88','loggedin',1),(4075,'user','11','2025-05-23 14:05:12','','','102.0.9.88','loggedin',1),(4076,'user','11','2025-05-23 14:06:09','','','102.0.9.88','loggedin',1),(4077,'user','22','2025-05-23 14:07:51','','','102.0.9.88','loggedin',1),(4078,'user','22','2025-05-23 14:09:41','','','102.0.9.88','loggedin',1),(4079,'user','22','2025-05-23 14:23:51','','','102.0.9.88','loggedin',1),(4080,'user','22','2025-05-23 14:24:27','','','102.0.9.88','loggedin',1),(4081,'user','11','2025-05-23 14:24:55','2025-05-23 14:27:10','','102.0.9.88','loggedin',1),(4082,'user','22','2025-05-23 14:27:15','','','102.0.9.88','loggedin',1),(4083,'user','22','2025-05-23 14:27:51','','','102.0.9.88','loggedin',1),(4084,'user','11','2025-05-23 14:32:31','','','102.0.9.88','loggedin',1),(4085,'user','11','2025-05-23 14:33:25','','','102.0.9.88','loggedin',1),(4086,'user','11','2025-05-23 14:37:34','','','102.0.9.88','loggedin',1),(4087,'user','22','2025-05-23 14:44:07','','','102.0.9.88','loggedin',1),(4088,'user','22','2025-05-23 14:45:26','','','102.0.9.88','loggedin',1),(4089,'user','11','2025-05-23 15:10:52','','','102.0.9.88','loggedin',1),(4090,'user','11','2025-05-23 15:11:36','','','102.0.9.88','loggedin',1),(4091,'user','22','2025-05-23 15:13:43','','','102.0.9.88','loggedin',1),(4092,'user','11','2025-05-23 15:35:14','2025-05-23 15:40:54','','102.0.9.88','loggedin',1),(4093,'user','22','2025-05-23 15:41:01','','','102.0.9.88','loggedin',1),(4094,'user','22','2025-05-23 15:43:07','','','102.0.9.88','loggedin',1),(4095,'user','11','2025-05-23 15:44:19','','','102.0.9.88','loggedin',1),(4096,'user','22','2025-05-23 15:54:09','','','102.0.9.88','loggedin',1),(4097,'user','22','2025-05-23 16:00:06','','','102.0.9.88','loggedin',1),(4098,'user','22','2025-05-23 16:04:52','2025-05-23 16:18:48','','102.0.9.88','loggedin',1),(4099,'user','5','2025-05-23 16:18:56','','','102.0.9.88','loggedin',1),(4100,'user','22','2025-05-23 16:25:21','','','102.0.9.88','loggedin',1),(4101,'user','22','2025-05-23 16:27:21','','','102.0.9.88','loggedin',1),(4102,'user','11','2025-05-23 16:32:52','','','102.0.9.88','loggedin',1),(4103,'user','11','2025-05-23 16:37:58','','','102.0.9.88','loggedin',1),(4104,'user','5','2025-05-23 16:51:16','','','102.0.9.88','loggedin',1),(4105,'user','11','2025-05-23 17:25:00','','','102.0.9.88','loggedin',1),(4106,'user','11','2025-05-23 17:37:12','','','102.0.9.88','loggedin',1),(4107,'user','11','2025-05-23 17:41:35','','','102.0.9.88','loggedin',1),(4108,'user','22','2025-05-23 17:47:55','','','102.0.9.88','loggedin',1),(4109,'user','11','2025-05-23 17:51:08','','','102.0.9.88','loggedin',1),(4110,'user','11','2025-05-23 17:52:18','','','102.0.9.88','loggedin',1),(4111,'user','11','2025-05-23 18:09:15','','','102.0.9.88','loggedin',1),(4112,'user','11','2025-05-23 18:12:35','','','102.0.9.88','loggedin',1),(4113,'user','11','2025-05-23 18:14:03','','','102.0.9.88','loggedin',1),(4114,'user','5','2025-05-23 18:18:44','','','102.0.9.88','loggedin',1),(4115,'user','21','2025-05-23 18:20:59','','','154.159.252.209','loggedin',1),(4116,'user','11','2025-05-23 18:22:01','','','102.0.9.88','loggedin',1),(4117,'user','22','2025-05-23 18:35:23','','','102.0.9.88','loggedin',1),(4118,'user','11','2025-05-23 18:54:30','','','102.0.9.88','loggedin',1),(4119,'user','22','2025-05-23 18:57:48','','','102.0.9.88','loggedin',1),(4120,'user','22','2025-05-23 19:11:17','','','102.0.9.88','loggedin',1),(4121,'user','22','2025-05-23 19:13:02','','','102.0.9.88','loggedin',1),(4122,'user','11','2025-05-23 19:16:48','','','102.0.9.88','loggedin',1),(4123,'user','22','2025-05-23 19:21:47','','','102.0.9.88','loggedin',1),(4124,'user','11','2025-05-23 19:26:08','','','102.0.9.88','loggedin',1),(4125,'user','11','2025-05-23 19:26:50','','','102.0.9.88','loggedin',1),(4126,'user','11','2025-05-23 19:31:12','','','102.0.9.88','loggedin',1),(4127,'user','22','2025-05-23 19:36:30','','','102.0.9.88','loggedin',1),(4128,'user','11','2025-05-23 19:38:40','','','102.0.9.88','loggedin',1),(4129,'user','11','2025-05-23 19:45:31','','','102.0.9.88','loggedin',1),(4130,'user','22','2025-05-23 19:46:33','','','102.0.9.88','loggedin',1),(4131,'user','22','2025-05-23 19:48:21','','','102.0.9.88','loggedin',1),(4132,'user','22','2025-05-23 19:57:58','','','102.0.9.88','loggedin',1),(4133,'user','11','2025-05-23 19:58:59','','','102.0.9.88','loggedin',1),(4134,'user','22','2025-05-23 20:07:46','','','102.0.9.88','loggedin',1),(4135,'user','11','2025-05-23 20:12:42','','','102.0.9.88','loggedin',1),(4136,'user','22','2025-05-23 20:29:33','','','102.0.9.88','loggedin',1),(4137,'user','22','2025-05-23 20:32:42','','','102.0.9.88','loggedin',1),(4138,'user','11','2025-05-23 20:45:16','','','102.0.9.88','loggedin',1),(4139,'user','11','2025-05-23 20:51:30','','','102.0.9.88','loggedin',1),(4140,'user','22','2025-05-23 20:53:23','','','102.0.9.88','loggedin',1),(4141,'user','22','2025-05-23 21:06:32','','','102.0.9.88','loggedin',1),(4142,'user','22','2025-05-23 21:10:53','','','102.0.9.88','loggedin',1),(4143,'user','11','2025-05-23 21:14:20','','','102.0.9.88','loggedin',1),(4144,'user','22','2025-05-23 21:16:22','','','102.0.9.88','loggedin',1),(4145,'user','11','2025-05-23 21:22:56','','','102.0.9.88','loggedin',1),(4146,'user','22','2025-05-23 21:25:03','','','102.0.9.88','loggedin',1),(4147,'user','18','2025-05-23 21:40:03','','','102.0.9.88','loggedin',1),(4148,'user','18','2025-05-23 21:41:25','','','102.0.9.88','loggedin',1),(4149,'user','19','2025-05-23 21:51:54','2025-05-23 21:52:46','','102.0.9.88','loggedin',1),(4150,'user','19','2025-05-23 21:52:54','','','102.0.9.88','loggedin',1),(4151,'user','19','2025-05-23 21:54:57','','','102.0.9.88','loggedin',1),(4152,'user','5','2025-05-23 22:02:03','','','102.0.9.88','loggedin',1),(4153,'user','19','2025-05-23 22:54:31','2025-05-23 22:55:02','','102.0.9.88','loggedin',1),(4154,'user','19','2025-05-23 23:00:57','','','102.0.9.88','loggedin',1),(4155,'user','19','2025-05-23 23:04:02','2025-05-23 23:07:59','','102.0.9.88','loggedin',1),(4156,'user','19','2025-05-23 23:08:04','2025-05-23 23:12:47','','102.0.9.88','loggedin',1),(4157,'user','19','2025-05-23 23:12:58','','','102.0.9.88','loggedin',1),(4158,'user','19','2025-05-23 23:13:08','','','102.0.9.88','loggedin',1),(4159,'user','19','2025-05-23 23:14:18','2025-05-23 23:14:57','','102.0.9.88','loggedin',1),(4160,'user','19','2025-05-23 23:21:09','','','102.0.9.88','loggedin',1),(4161,'user','19','2025-05-23 23:26:33','2025-05-23 23:27:08','','102.0.9.88','loggedin',1),(4162,'user','19','2025-05-23 23:39:26','','','102.0.9.88','loggedin',1),(4163,'user','19','2025-05-23 23:40:38','2025-05-23 23:41:25','','102.0.9.88','loggedin',1),(4164,'user','19','2025-05-23 23:59:30','','','102.0.9.88','loggedin',1),(4165,'user','19','2025-05-23 23:59:59','2025-05-24 00:00:29','','102.0.9.88','loggedin',1),(4166,'user','19','2025-05-24 00:00:37','2025-05-24 00:00:44','','102.0.9.88','loggedin',1),(4167,'user','19','2025-05-24 00:01:13','','','102.0.9.88','loggedin',1),(4168,'user','19','2025-05-24 00:01:44','2025-05-24 00:02:31','','102.0.9.88','loggedin',1),(4169,'user','19','2025-05-24 08:30:25','','','102.0.9.88','loggedin',1),(4170,'user','19','2025-05-24 08:31:37','','','102.0.9.88','loggedin',1),(4171,'user','19','2025-05-24 08:32:35','','','102.0.9.88','loggedin',1),(4172,'user','19','2025-05-24 08:39:31','2025-05-24 08:40:16','','102.0.9.88','loggedin',1),(4173,'user','19','2025-05-24 08:46:32','','','102.0.9.88','loggedin',1),(4174,'user','19','2025-05-24 08:48:56','2025-05-24 08:49:43','','102.0.9.88','loggedin',1),(4175,'user','22','2025-05-24 09:11:39','','','102.0.9.88','loggedin',1),(4176,'user','19','2025-05-24 09:36:14','','','102.0.9.88','loggedin',1),(4177,'user','19','2025-05-24 09:37:11','2025-05-24 09:37:48','','102.0.9.88','loggedin',1),(4178,'user','19','2025-05-24 09:45:40','2025-05-24 09:45:49','','102.0.9.88','loggedin',1),(4179,'user','19','2025-05-24 09:49:14','','','154.159.252.40','loggedin',1),(4180,'user','11','2025-05-24 10:33:18','','','102.0.9.88','loggedin',1),(4181,'user','22','2025-05-24 11:08:08','','','102.0.9.88','loggedin',1),(4182,'user','22','2025-05-24 11:17:48','','','102.0.9.88','loggedin',1),(4183,'user','22','2025-05-24 11:18:44','','','102.0.9.88','loggedin',1),(4184,'user','22','2025-05-24 11:20:03','','','102.0.9.88','loggedin',1),(4185,'user','11','2025-05-24 12:04:40','2025-05-24 12:09:49','','102.0.9.88','loggedin',1),(4186,'user','21','2025-05-24 12:07:41','','','102.0.9.88','loggedin',1),(4187,'user','21','2025-05-24 12:07:44','','','102.0.9.88','loggedin',1),(4188,'user','21','2025-05-24 12:07:57','','','102.0.9.88','loggedin',1),(4189,'user','21','2025-05-24 12:08:16','','','102.0.9.88','loggedin',1),(4190,'user','21','2025-05-24 12:08:30','','','102.0.9.88','loggedin',1),(4191,'user','21','2025-05-24 12:08:39','','','102.0.9.88','loggedin',1),(4192,'user','21','2025-05-24 12:08:40','','','102.0.9.88','loggedin',1),(4193,'user','21','2025-05-24 12:09:54','2025-05-24 12:11:00','','102.0.9.88','loggedin',1),(4194,'user','5','2025-05-24 12:10:11','','','102.0.9.88','loggedin',1),(4195,'user','11','2025-05-24 12:11:24','','','102.0.9.88','loggedin',1),(4196,'user','11','2025-05-24 12:11:54','','','102.0.9.88','loggedin',1),(4197,'user','11','2025-05-24 12:25:30','','','102.0.9.88','loggedin',1),(4198,'user','5','2025-05-24 12:34:04','','','102.0.9.88','loggedin',1),(4199,'user','11','2025-05-24 12:53:01','','','102.0.9.88','loggedin',1),(4200,'user','11','2025-05-24 13:02:31','','','102.0.9.88','loggedin',1),(4201,'user','22','2025-05-24 13:10:43','','','102.0.9.88','loggedin',1),(4202,'user','11','2025-05-24 13:18:08','','','102.0.9.88','loggedin',1),(4203,'user','11','2025-05-24 13:18:41','','','102.0.9.88','loggedin',1),(4204,'user','11','2025-05-24 13:28:42','','','102.0.9.88','loggedin',1),(4205,'user','11','2025-05-24 13:35:22','','','102.0.9.88','loggedin',1),(4206,'user','22','2025-05-24 13:36:49','','','102.0.9.88','loggedin',1),(4207,'admin','1','2025-05-24 13:38:27','','','102.0.13.126','loggedin',1),(4208,'user','11','2025-05-24 13:41:55','','','102.0.9.88','loggedin',1),(4209,'user','22','2025-05-24 13:43:01','','','102.0.9.88','loggedin',1),(4210,'user','22','2025-05-24 13:54:29','','','102.0.9.88','loggedin',1),(4211,'user','22','2025-05-24 13:57:24','','','102.0.9.88','loggedin',1),(4212,'user','22','2025-05-24 13:58:04','','','102.0.9.88','loggedin',1),(4213,'user','22','2025-05-24 14:13:56','','','102.0.9.88','loggedin',1),(4214,'user','22','2025-05-24 14:28:36','','','102.0.9.88','loggedin',1),(4215,'user','22','2025-05-24 14:29:23','','','102.0.9.88','loggedin',1),(4216,'user','11','2025-05-24 14:40:53','','','102.0.9.88','loggedin',1),(4217,'user','11','2025-05-24 14:45:52','','','102.0.9.88','loggedin',1),(4218,'user','22','2025-05-24 15:27:58','','','102.0.9.88','loggedin',1),(4219,'user','21','2025-05-24 15:31:47','','','102.0.9.88','loggedin',1),(4220,'user','22','2025-05-24 15:36:39','','','102.0.9.88','loggedin',1),(4221,'user','11','2025-05-24 15:38:20','','','102.0.9.88','loggedin',1),(4222,'user','18','2025-05-24 15:40:51','','','102.0.9.88','loggedin',1),(4223,'user','11','2025-05-24 15:41:27','','','102.0.9.88','loggedin',1),(4224,'user','11','2025-05-24 16:12:04','','','102.0.9.88','loggedin',1),(4225,'user','11','2025-05-24 16:13:08','','','102.0.9.88','loggedin',1),(4226,'user','11','2025-05-24 16:33:02','','','102.0.9.88','loggedin',1),(4227,'user','11','2025-05-24 16:35:11','','','102.0.9.88','loggedin',1),(4228,'user','11','2025-05-24 16:38:21','','','102.0.9.88','loggedin',1),(4229,'user','21','2025-05-24 16:40:07','','','102.0.9.88','loggedin',1),(4230,'user','21','2025-05-24 16:40:12','','','102.0.9.88','loggedin',1),(4231,'user','11','2025-05-24 16:44:12','','','102.0.9.88','loggedin',1),(4232,'user','11','2025-05-24 16:44:36','','','102.0.9.88','loggedin',1),(4233,'user','11','2025-05-24 17:03:20','','','102.0.9.88','loggedin',1),(4234,'user','22','2025-05-24 17:04:07','','','102.0.9.88','loggedin',1),(4235,'user','22','2025-05-24 17:08:59','','','102.0.9.88','loggedin',1),(4236,'user','22','2025-05-24 17:12:55','','','102.0.9.88','loggedin',1),(4237,'user','11','2025-05-24 18:03:52','','','102.0.9.88','loggedin',1),(4238,'user','22','2025-05-24 18:10:31','','','102.0.9.88','loggedin',1),(4239,'user','11','2025-05-24 18:19:26','','','102.0.9.88','loggedin',1),(4240,'user','22','2025-05-24 18:29:01','','','102.0.9.88','loggedin',1),(4241,'user','22','2025-05-24 18:30:30','','','102.0.9.88','loggedin',1),(4242,'user','22','2025-05-24 18:33:32','','','102.0.9.88','loggedin',1),(4243,'user','22','2025-05-24 18:44:13','','','102.0.9.88','loggedin',1),(4244,'user','22','2025-05-24 18:51:50','','','102.0.9.88','loggedin',1),(4245,'user','11','2025-05-24 19:00:55','','','102.0.9.88','loggedin',1),(4246,'user','11','2025-05-24 19:01:49','','','102.0.9.88','loggedin',1),(4247,'user','22','2025-05-24 19:03:04','','','102.0.9.88','loggedin',1),(4248,'user','22','2025-05-24 19:08:23','2025-05-24 19:08:37','','102.0.9.88','loggedin',1),(4249,'user','11','2025-05-24 19:08:45','','','102.0.9.88','loggedin',1),(4250,'user','22','2025-05-24 19:10:32','','','102.0.9.88','loggedin',1),(4251,'user','22','2025-05-24 19:12:05','','','102.0.9.88','loggedin',1),(4252,'user','11','2025-05-24 19:18:32','','','102.0.9.88','loggedin',1),(4253,'user','5','2025-05-24 19:24:34','','','102.0.9.88','loggedin',1),(4254,'user','22','2025-05-24 19:27:28','','','102.0.9.88','loggedin',1),(4255,'user','22','2025-05-24 19:29:38','','','102.0.9.88','loggedin',1),(4256,'user','22','2025-05-24 19:32:44','','','102.0.9.88','loggedin',1),(4257,'user','5','2025-05-24 19:34:34','','','102.0.9.88','loggedin',1),(4258,'user','22','2025-05-24 19:37:01','','','102.0.9.88','loggedin',1),(4259,'user','11','2025-05-24 19:54:59','','','102.0.9.88','loggedin',1),(4260,'user','11','2025-05-24 20:00:02','','','102.0.9.88','loggedin',1),(4261,'user','22','2025-05-24 20:02:39','','','102.0.9.88','loggedin',1),(4262,'user','11','2025-05-24 20:05:25','','','102.0.9.88','loggedin',1),(4263,'user','11','2025-05-24 20:19:17','','','102.0.9.88','loggedin',1),(4264,'user','11','2025-05-24 20:33:42','','','102.0.9.88','loggedin',1),(4265,'user','22','2025-05-24 20:42:45','','','102.0.9.88','loggedin',1),(4266,'user','22','2025-05-24 20:43:41','','','102.0.9.88','loggedin',1),(4267,'user','22','2025-05-24 20:45:32','','','102.0.9.88','loggedin',1),(4268,'user','22','2025-05-24 20:59:05','','','102.0.9.88','loggedin',1),(4269,'user','22','2025-05-24 21:00:13','','','102.0.9.88','loggedin',1),(4270,'user','21','2025-05-24 21:01:52','','','102.0.9.88','loggedin',1),(4271,'user','22','2025-05-24 21:03:20','','','102.0.9.88','loggedin',1),(4272,'user','22','2025-05-24 21:07:33','','','102.0.9.88','loggedin',1),(4273,'user','11','2025-05-24 21:21:02','','','102.0.9.88','loggedin',1),(4274,'user','11','2025-05-24 21:26:45','','','102.0.9.88','loggedin',1),(4275,'user','11','2025-05-24 21:28:28','','','102.0.9.88','loggedin',1),(4276,'user','22','2025-05-24 21:29:43','','','102.0.9.88','loggedin',1),(4277,'user','22','2025-05-24 21:32:21','','','102.0.9.88','loggedin',1),(4278,'user','22','2025-05-24 21:37:09','','','102.0.9.88','loggedin',1),(4279,'user','22','2025-05-24 21:48:54','','','102.0.9.88','loggedin',1),(4280,'user','19','2025-05-24 21:50:05','','','102.0.9.88','loggedin',1),(4281,'user','19','2025-05-24 21:52:08','','','102.0.9.88','loggedin',1),(4282,'user','19','2025-05-24 21:52:19','2025-05-24 21:53:21','','102.0.9.88','loggedin',1),(4283,'user','5','2025-05-24 22:05:30','','','102.0.9.88','loggedin',1),(4284,'user','19','2025-05-24 22:39:20','','','102.0.9.88','loggedin',1),(4285,'user','19','2025-05-24 22:39:58','','','102.0.9.88','loggedin',1),(4286,'user','19','2025-05-24 22:41:04','','','102.0.9.88','loggedin',1),(4287,'user','19','2025-05-24 23:44:11','','','102.0.9.88','loggedin',1),(4288,'user','19','2025-05-24 23:45:05','','','102.0.9.88','loggedin',1),(4289,'user','5','2025-05-24 23:51:44','','','105.161.105.31','loggedin',1),(4290,'user','19','2025-05-24 23:53:40','','','102.0.9.88','loggedin',1),(4291,'user','19','2025-05-24 23:54:51','','','102.0.9.88','loggedin',1),(4292,'user','5','2025-05-25 02:00:26','','','41.81.199.177','loggedin',1),(4293,'user','19','2025-05-25 08:54:29','','','102.0.9.88','loggedin',1),(4294,'user','19','2025-05-25 08:55:20','','','102.0.9.88','loggedin',1),(4295,'user','5','2025-05-25 09:08:56','','','196.96.167.19','loggedin',1),(4296,'user','19','2025-05-25 09:14:24','','','102.0.9.88','loggedin',1),(4297,'user','19','2025-05-25 09:21:44','','','102.0.9.88','loggedin',1),(4298,'user','19','2025-05-25 09:22:08','2025-05-25 09:26:01','','102.0.9.88','loggedin',1),(4299,'user','19','2025-05-25 09:26:11','','','102.0.9.88','loggedin',1),(4300,'user','19','2025-05-25 09:26:24','2025-05-25 09:27:40','','102.0.9.88','loggedin',1),(4301,'user','19','2025-05-25 09:57:22','','','102.0.9.88','loggedin',1),(4302,'user','19','2025-05-25 09:59:01','','','102.0.9.88','loggedin',1),(4303,'user','19','2025-05-25 10:01:24','','','102.0.9.88','loggedin',1),(4304,'user','11','2025-05-25 10:03:04','','','102.0.9.88','loggedin',1),(4305,'user','11','2025-05-25 10:08:12','','','102.0.9.88','loggedin',1),(4306,'user','11','2025-05-25 10:20:58','','','102.0.9.88','loggedin',1),(4307,'user','11','2025-05-25 10:27:23','','','102.0.9.88','loggedin',1),(4308,'user','18','2025-05-25 11:37:35','','','102.0.9.88','loggedin',1),(4309,'user','18','2025-05-25 11:39:07','','','102.0.9.88','loggedin',1),(4310,'user','18','2025-05-25 12:11:01','','','102.0.9.88','loggedin',1),(4311,'user','18','2025-05-25 12:18:35','','','102.0.9.88','loggedin',1),(4312,'user','18','2025-05-25 12:23:12','','','102.0.9.88','loggedin',1),(4313,'user','5','2025-05-25 12:43:11','','','102.0.9.88','loggedin',1),(4314,'user','18','2025-05-25 12:47:26','','','102.0.9.88','loggedin',1),(4315,'user','18','2025-05-25 12:48:32','','','102.0.9.88','loggedin',1),(4316,'user','11','2025-05-25 12:50:20','','','102.0.9.88','loggedin',1),(4317,'user','18','2025-05-25 12:59:17','','','102.0.9.88','loggedin',1),(4318,'user','18','2025-05-25 13:00:18','','','102.0.9.88','loggedin',1),(4319,'user','11','2025-05-25 13:15:16','','','102.0.9.88','loggedin',1),(4320,'user','11','2025-05-25 13:16:38','','','102.0.9.88','loggedin',1),(4321,'user','11','2025-05-25 13:20:33','','','102.0.9.88','loggedin',1),(4322,'user','11','2025-05-25 13:21:35','2025-05-25 13:28:00','','102.0.9.88','loggedin',1),(4323,'user','5','2025-05-25 13:21:59','','','102.0.9.88','loggedin',1),(4324,'user','21','2025-05-25 13:28:04','2025-05-25 13:29:35','','102.0.9.88','loggedin',1),(4325,'user','18','2025-05-25 13:30:56','','','102.0.9.88','loggedin',1),(4326,'user','18','2025-05-25 13:31:20','','','102.0.9.88','loggedin',1),(4327,'user','11','2025-05-25 13:32:55','','','102.0.9.88','loggedin',1),(4328,'user','11','2025-05-25 13:34:45','','','102.0.9.88','loggedin',1),(4329,'user','18','2025-05-25 13:38:17','','','102.0.9.88','loggedin',1),(4330,'user','5','2025-05-25 13:39:20','','','102.0.9.88','loggedin',1),(4331,'user','18','2025-05-25 13:58:18','','','102.0.9.88','loggedin',1),(4332,'user','18','2025-05-25 13:58:58','','','102.0.9.88','loggedin',1),(4333,'user','11','2025-05-25 14:13:34','','','102.0.9.88','loggedin',1),(4334,'user','18','2025-05-25 14:15:00','','','102.0.9.88','loggedin',1),(4335,'user','11','2025-05-25 14:21:42','','','102.0.9.88','loggedin',1),(4336,'user','11','2025-05-25 14:33:01','','','102.0.9.88','loggedin',1),(4337,'user','18','2025-05-25 14:37:47','','','102.0.9.88','loggedin',1),(4338,'user','11','2025-05-25 14:39:38','','','102.0.9.88','loggedin',1),(4339,'user','18','2025-05-25 14:40:30','2025-05-25 14:42:59','','102.0.9.88','loggedin',1),(4340,'user','21','2025-05-25 14:43:04','2025-05-25 14:44:18','','102.0.9.88','loggedin',1),(4341,'user','18','2025-05-25 14:45:37','','','102.0.9.88','loggedin',1),(4342,'user','18','2025-05-25 14:46:03','','','102.0.9.88','loggedin',1),(4343,'user','18','2025-05-25 14:46:27','','','102.0.9.88','loggedin',1),(4344,'user','5','2025-05-25 14:54:56','','','102.0.9.88','loggedin',1),(4345,'user','18','2025-05-25 15:20:24','','','102.0.9.88','loggedin',1),(4346,'user','18','2025-05-25 15:22:08','','','102.0.9.88','loggedin',1),(4347,'user','11','2025-05-25 15:32:48','','','102.0.9.88','loggedin',1),(4348,'user','18','2025-05-25 15:33:43','','','102.0.9.88','loggedin',1),(4349,'user','18','2025-05-25 15:35:13','','','102.0.9.88','loggedin',1),(4350,'user','5','2025-05-25 15:41:39','','','102.0.9.88','loggedin',1),(4351,'user','18','2025-05-25 15:48:08','','','102.0.9.88','loggedin',1),(4352,'user','11','2025-05-25 15:50:08','','','102.0.9.88','loggedin',1),(4353,'user','11','2025-05-25 15:50:53','','','102.0.9.88','loggedin',1),(4354,'user','18','2025-05-25 15:52:49','','','102.0.9.88','loggedin',1),(4355,'user','18','2025-05-25 15:52:55','','','102.0.9.88','loggedin',1),(4356,'user','18','2025-05-25 15:53:39','','','102.0.9.88','loggedin',1),(4357,'user','21','2025-05-25 15:56:33','2025-05-25 15:57:29','','102.0.9.88','loggedin',1),(4358,'user','18','2025-05-25 15:58:42','','','102.0.9.88','loggedin',1),(4359,'user','18','2025-05-25 15:59:41','','','102.0.9.88','loggedin',1),(4360,'user','18','2025-05-25 16:04:46','','','102.0.9.88','loggedin',1),(4361,'user','18','2025-05-25 16:05:20','','','102.0.9.88','loggedin',1),(4362,'user','11','2025-05-25 16:20:10','','','102.0.9.88','loggedin',1),(4363,'user','11','2025-05-25 16:23:30','','','102.0.9.88','loggedin',1),(4364,'user','18','2025-05-25 16:32:32','','','102.0.9.88','loggedin',1),(4365,'user','18','2025-05-25 16:33:46','','','102.0.9.88','loggedin',1),(4366,'user','21','2025-05-25 16:36:44','','','102.0.9.88','loggedin',1),(4367,'user','11','2025-05-25 16:41:50','','','102.0.9.88','loggedin',1),(4368,'user','18','2025-05-25 16:43:16','','','102.0.9.88','loggedin',1),(4369,'user','18','2025-05-25 16:44:03','','','102.0.9.88','loggedin',1),(4370,'user','11','2025-05-25 16:45:02','','','102.0.9.88','loggedin',1),(4371,'user','11','2025-05-25 16:53:21','','','102.0.9.88','loggedin',1),(4372,'user','18','2025-05-25 17:01:28','','','102.0.9.88','loggedin',1),(4373,'user','11','2025-05-25 17:24:31','','','102.0.9.88','loggedin',1),(4374,'user','18','2025-05-25 17:42:58','','','102.0.9.88','loggedin',1),(4375,'user','18','2025-05-25 17:48:32','','','102.0.9.88','loggedin',1),(4376,'user','11','2025-05-25 17:57:40','','','102.0.9.88','loggedin',1),(4377,'user','11','2025-05-25 17:59:35','','','102.0.9.88','loggedin',1),(4378,'user','11','2025-05-25 18:11:20','','','102.0.9.88','loggedin',1),(4379,'user','11','2025-05-25 18:26:25','','','102.0.9.88','loggedin',1),(4380,'user','18','2025-05-25 18:27:33','','','102.0.9.88','loggedin',1),(4381,'user','18','2025-05-25 18:29:52','','','102.0.9.88','loggedin',1),(4382,'user','18','2025-05-25 18:30:39','','','102.0.9.88','loggedin',1),(4383,'user','11','2025-05-25 18:35:47','','','102.0.9.88','loggedin',1),(4384,'user','11','2025-05-25 18:45:52','','','102.0.9.88','loggedin',1),(4385,'user','18','2025-05-25 18:49:59','','','102.0.9.88','loggedin',1),(4386,'user','11','2025-05-25 18:57:26','','','102.0.9.88','loggedin',1),(4387,'user','18','2025-05-25 18:58:48','','','102.0.9.88','loggedin',1),(4388,'user','11','2025-05-25 18:59:54','','','102.0.9.88','loggedin',1),(4389,'user','18','2025-05-25 19:06:13','','','102.0.9.88','loggedin',1),(4390,'user','18','2025-05-25 19:07:15','','','102.0.9.88','loggedin',1),(4391,'user','18','2025-05-25 19:08:40','','','102.0.9.88','loggedin',1),(4392,'user','11','2025-05-25 19:10:48','','','102.0.9.88','loggedin',1),(4393,'user','11','2025-05-25 19:12:40','','','102.0.9.88','loggedin',1),(4394,'user','18','2025-05-25 19:14:52','','','102.0.9.88','loggedin',1),(4395,'user','18','2025-05-25 19:19:08','','','102.0.9.88','loggedin',1),(4396,'user','18','2025-05-25 19:20:14','','','102.0.9.88','loggedin',1),(4397,'user','18','2025-05-25 19:28:41','','','102.0.9.88','loggedin',1),(4398,'user','11','2025-05-25 19:36:36','','','102.0.9.88','loggedin',1),(4399,'user','5','2025-05-25 19:36:49','','','102.0.9.88','loggedin',1),(4400,'user','11','2025-05-25 19:37:32','','','102.0.9.88','loggedin',1),(4401,'user','5','2025-05-25 20:19:37','','','102.0.9.88','loggedin',1),(4402,'user','11','2025-05-25 20:25:55','','','102.0.9.88','loggedin',1),(4403,'user','18','2025-05-25 20:26:50','','','102.0.9.88','loggedin',1),(4404,'user','11','2025-05-25 20:27:21','','','102.0.9.88','loggedin',1),(4405,'user','18','2025-05-25 20:38:53','','','102.0.9.88','loggedin',1),(4406,'user','18','2025-05-25 20:39:51','','','102.0.9.88','loggedin',1),(4407,'user','11','2025-05-25 20:41:45','','','102.0.9.88','loggedin',1),(4408,'user','11','2025-05-25 20:42:51','','','102.0.9.88','loggedin',1),(4409,'user','18','2025-05-25 20:49:52','','','102.0.9.88','loggedin',1),(4410,'user','18','2025-05-25 20:50:44','','','102.0.9.88','loggedin',1),(4411,'user','11','2025-05-25 20:52:32','','','102.0.9.88','loggedin',1),(4412,'user','18','2025-05-25 20:57:50','','','102.0.9.88','loggedin',1),(4413,'user','18','2025-05-25 20:59:39','','','102.0.9.88','loggedin',1),(4414,'user','11','2025-05-25 21:01:47','','','102.0.9.88','loggedin',1),(4415,'user','11','2025-05-25 21:03:20','','','102.0.9.88','loggedin',1),(4416,'user','11','2025-05-25 21:04:11','','','102.0.9.88','loggedin',1),(4417,'user','18','2025-05-25 21:09:11','','','102.0.9.88','loggedin',1),(4418,'user','11','2025-05-25 21:12:36','','','102.0.9.88','loggedin',1),(4419,'user','18','2025-05-25 21:22:33','','','102.0.9.88','loggedin',1),(4420,'user','18','2025-05-25 21:23:04','','','102.0.9.88','loggedin',1),(4421,'user','18','2025-05-25 21:34:30','','','102.0.9.88','loggedin',1),(4422,'user','11','2025-05-25 21:37:14','','','102.0.9.88','loggedin',1),(4423,'user','11','2025-05-25 21:38:14','','','102.0.9.88','loggedin',1),(4424,'user','11','2025-05-25 21:38:52','','','102.0.9.88','loggedin',1),(4425,'user','18','2025-05-25 21:39:13','','','102.0.9.88','loggedin',1),(4426,'user','22','2025-05-25 21:40:04','','','102.0.9.88','loggedin',1),(4427,'user','22','2025-05-25 21:42:22','','','102.0.9.88','loggedin',1),(4428,'user','22','2025-05-25 21:42:56','','','102.0.9.88','loggedin',1),(4429,'user','22','2025-05-25 21:44:28','','','102.0.9.88','loggedin',1),(4430,'user','5','2025-05-25 21:48:12','','','102.0.9.88','loggedin',1),(4431,'user','11','2025-05-25 21:48:33','','','102.0.9.88','loggedin',1),(4432,'user','11','2025-05-25 22:02:42','','','102.0.9.88','loggedin',1),(4433,'user','22','2025-05-25 22:07:41','','','102.0.9.88','loggedin',1),(4434,'user','18','2025-05-25 22:09:11','','','102.0.9.88','loggedin',1),(4435,'user','18','2025-05-25 22:09:43','','','102.0.9.88','loggedin',1),(4436,'user','11','2025-05-25 22:11:02','','','102.0.9.88','loggedin',1),(4437,'user','18','2025-05-25 22:17:14','','','102.0.9.88','loggedin',1),(4438,'user','18','2025-05-25 22:40:30','','','102.0.9.88','loggedin',1),(4439,'user','18','2025-05-25 22:40:55','','','102.0.9.88','loggedin',1),(4440,'user','19','2025-05-25 22:49:31','','','102.0.9.88','loggedin',1),(4441,'user','19','2025-05-25 22:50:37','','','102.0.9.88','loggedin',1),(4442,'user','5','2025-05-25 23:13:55','','','102.0.9.88','loggedin',1),(4443,'user','22','2025-05-25 23:16:22','','','102.0.9.88','loggedin',1),(4444,'user','22','2025-05-25 23:17:04','','','102.0.9.88','loggedin',1),(4445,'user','22','2025-05-25 23:17:40','','','102.0.9.88','loggedin',1),(4446,'user','5','2025-05-26 06:16:21','','','105.161.77.211','loggedin',1),(4447,'user','19','2025-05-26 07:05:37','','','102.0.9.88','loggedin',1),(4448,'user','19','2025-05-26 07:06:44','','','102.0.9.88','loggedin',1),(4449,'user','19','2025-05-26 07:08:01','','','102.0.9.88','loggedin',1),(4450,'user','19','2025-05-26 07:09:15','','','102.0.9.88','loggedin',1),(4451,'user','19','2025-05-26 09:02:21','','','102.0.9.88','loggedin',1),(4452,'user','19','2025-05-26 09:03:19','','','102.0.9.88','loggedin',1),(4453,'user','18','2025-05-26 09:22:31','','','102.0.9.88','loggedin',1),(4454,'user','18','2025-05-26 09:24:37','','','102.0.9.88','loggedin',1),(4455,'user','22','2025-05-26 09:37:58','','','102.0.9.88','loggedin',1),(4456,'user','11','2025-05-26 10:02:14','','','102.0.9.88','loggedin',1),(4457,'user','11','2025-05-26 10:03:37','','','102.0.9.88','loggedin',1),(4458,'user','18','2025-05-26 10:15:48','','','102.0.9.88','loggedin',1),(4459,'user','11','2025-05-26 10:17:27','','','102.0.9.88','loggedin',1),(4460,'user','18','2025-05-26 10:18:02','','','102.0.9.88','loggedin',1),(4461,'user','18','2025-05-26 10:18:14','','','102.0.9.88','loggedin',1),(4462,'user','21','2025-05-26 10:26:49','','','102.0.9.88','loggedin',1),(4463,'user','11','2025-05-26 11:40:35','','','102.0.9.88','loggedin',1),(4464,'user','18','2025-05-26 12:15:03','','','102.0.9.88','loggedin',1),(4465,'user','18','2025-05-26 12:15:33','','','102.0.9.88','loggedin',1),(4466,'user','11','2025-05-26 12:46:26','','','102.0.9.88','loggedin',1),(4467,'user','21','2025-05-26 12:50:40','','','102.0.9.88','loggedin',1),(4468,'user','18','2025-05-26 12:51:23','','','102.0.9.88','loggedin',1),(4469,'user','18','2025-05-26 12:53:52','','','102.0.9.88','loggedin',1),(4470,'user','11','2025-05-26 12:58:17','','','102.0.9.88','loggedin',1),(4471,'user','5','2025-05-26 13:03:47','','','102.0.9.88','loggedin',1),(4472,'user','11','2025-05-26 13:10:37','','','102.0.9.88','loggedin',1),(4473,'user','18','2025-05-26 13:14:38','','','102.0.9.88','loggedin',1),(4474,'user','18','2025-05-26 13:15:04','','','102.0.9.88','loggedin',1),(4475,'user','11','2025-05-26 13:21:07','','','102.0.9.88','loggedin',1),(4476,'user','18','2025-05-26 13:31:58','','','102.0.9.88','loggedin',1),(4477,'user','18','2025-05-26 13:32:28','','','102.0.9.88','loggedin',1),(4478,'user','18','2025-05-26 13:35:48','','','102.0.9.88','loggedin',1),(4479,'user','18','2025-05-26 13:36:23','','','102.0.9.88','loggedin',1),(4480,'user','11','2025-05-26 13:37:09','','','102.0.9.88','loggedin',1),(4481,'user','5','2025-05-26 13:58:49','','','102.0.9.88','loggedin',1),(4482,'user','18','2025-05-26 14:01:11','','','102.0.9.88','loggedin',1),(4483,'user','18','2025-05-26 14:55:19','','','102.0.9.88','loggedin',1),(4484,'user','18','2025-05-26 14:55:44','','','102.0.9.88','loggedin',1),(4485,'user','18','2025-05-26 15:02:59','','','102.0.9.88','loggedin',1),(4486,'user','18','2025-05-26 15:04:50','','','102.0.9.88','loggedin',1),(4487,'user','11','2025-05-26 15:13:41','','','102.0.9.88','loggedin',1),(4488,'user','11','2025-05-26 15:18:24','','','102.0.9.88','loggedin',1),(4489,'user','18','2025-05-26 15:33:09','','','102.0.9.88','loggedin',1),(4490,'user','11','2025-05-26 16:26:14','','','102.0.9.88','loggedin',1),(4491,'user','18','2025-05-26 16:32:10','','','102.0.9.88','loggedin',1),(4492,'user','18','2025-05-26 16:32:32','','','102.0.9.88','loggedin',1),(4493,'user','18','2025-05-26 16:33:08','','','102.0.9.88','loggedin',1),(4494,'user','18','2025-05-26 16:43:51','','','102.0.9.88','loggedin',1),(4495,'user','18','2025-05-26 16:45:47','','','102.0.9.88','loggedin',1),(4496,'user','11','2025-05-26 16:55:29','','','102.0.9.88','loggedin',1),(4497,'user','11','2025-05-26 16:58:19','','','102.0.9.88','loggedin',1),(4498,'user','18','2025-05-26 17:14:44','','','102.0.9.88','loggedin',1),(4499,'user','18','2025-05-26 17:15:35','','','102.0.9.88','loggedin',1),(4500,'user','11','2025-05-26 17:18:21','2025-05-26 17:30:51','','102.0.9.88','loggedin',1),(4501,'user','21','2025-05-26 17:31:03','2025-05-26 17:32:32','','102.0.9.88','loggedin',1),(4502,'user','11','2025-05-26 17:32:43','','','102.0.9.88','loggedin',1),(4503,'user','18','2025-05-26 17:34:09','','','102.0.9.88','loggedin',1),(4504,'user','18','2025-05-26 17:44:30','','','102.0.9.88','loggedin',1),(4505,'user','18','2025-05-26 17:50:35','','','102.0.9.88','loggedin',1),(4506,'user','18','2025-05-26 18:14:37','','','102.0.9.88','loggedin',1),(4507,'user','11','2025-05-26 18:15:33','','','102.0.9.88','loggedin',1),(4508,'user','18','2025-05-26 18:26:09','','','102.0.9.88','loggedin',1),(4509,'user','18','2025-05-26 18:26:38','','','102.0.9.88','loggedin',1),(4510,'user','5','2025-05-26 19:01:21','','','105.161.218.83','loggedin',1),(4511,'user','18','2025-05-26 19:08:58','','','102.0.9.88','loggedin',1),(4512,'user','18','2025-05-26 19:13:03','','','102.0.9.88','loggedin',1),(4513,'user','11','2025-05-26 19:14:06','','','102.0.9.88','loggedin',1),(4514,'user','11','2025-05-26 19:15:50','','','102.0.9.88','loggedin',1),(4515,'user','18','2025-05-26 19:25:54','2025-05-26 19:26:41','','102.0.9.88','loggedin',1),(4516,'user','21','2025-05-26 19:26:47','2025-05-26 19:28:08','','102.0.9.88','loggedin',1),(4517,'user','18','2025-05-26 19:28:35','','','102.0.9.88','loggedin',1),(4518,'user','18','2025-05-26 19:34:22','','','102.0.9.88','loggedin',1),(4519,'user','11','2025-05-26 19:38:38','','','102.0.9.88','loggedin',1),(4520,'user','11','2025-05-26 19:39:34','','','102.0.9.88','loggedin',1),(4521,'user','11','2025-05-26 19:50:47','','','102.0.9.88','loggedin',1),(4522,'user','18','2025-05-26 20:08:46','','','102.0.9.88','loggedin',1),(4523,'user','18','2025-05-26 20:09:20','','','102.0.9.88','loggedin',1),(4524,'user','5','2025-05-26 20:12:44','','','105.161.171.0','loggedin',1),(4525,'user','11','2025-05-26 20:19:00','','','102.0.9.88','loggedin',1),(4526,'user','11','2025-05-26 20:24:37','','','102.0.9.88','loggedin',1),(4527,'user','11','2025-05-26 20:31:07','','','102.0.9.88','loggedin',1),(4528,'user','11','2025-05-26 20:33:27','','','102.0.9.88','loggedin',1),(4529,'user','11','2025-05-26 20:40:49','','','102.0.9.88','loggedin',1),(4530,'user','18','2025-05-26 20:41:58','','','102.0.9.88','loggedin',1),(4531,'user','5','2025-05-26 21:17:33','','','102.0.9.88','loggedin',1),(4532,'user','19','2025-05-27 06:17:44','2025-05-27 06:18:19','','102.0.9.88','loggedin',1),(4533,'user','19','2025-05-27 06:18:24','','','102.0.9.88','loggedin',1),(4534,'user','19','2025-05-27 06:51:26','2025-05-27 06:52:16','','102.0.9.88','loggedin',1),(4535,'user','19','2025-05-27 08:17:48','','','102.0.9.88','loggedin',1),(4536,'user','5','2025-05-27 08:23:33','','','102.0.9.88','loggedin',1),(4537,'user','19','2025-05-27 08:27:17','','','102.0.9.88','loggedin',1),(4538,'user','19','2025-05-27 08:29:44','','','102.0.9.88','loggedin',1),(4539,'user','19','2025-05-27 08:50:22','','','102.0.9.88','loggedin',1),(4540,'user','19','2025-05-27 08:50:52','','','102.0.9.88','loggedin',1),(4541,'user','11','2025-05-27 09:21:21','2025-05-27 09:24:25','','102.0.9.88','loggedin',1),(4542,'user','11','2025-05-27 09:25:16','','','102.0.9.88','loggedin',1),(4543,'user','11','2025-05-27 09:25:43','','','102.0.9.88','loggedin',1),(4544,'user','11','2025-05-27 09:57:56','','','102.0.9.88','loggedin',1),(4545,'user','11','2025-05-27 09:59:20','','','102.0.9.88','loggedin',1),(4546,'user','19','2025-05-27 10:05:02','','','102.0.9.88','loggedin',1),(4547,'user','22','2025-05-27 10:17:01','2025-05-27 10:18:52','','102.0.9.88','loggedin',1),(4548,'user','22','2025-05-27 10:19:09','','','102.0.9.88','loggedin',1),(4549,'user','22','2025-05-27 10:19:42','','','102.0.9.88','loggedin',1),(4550,'user','22','2025-05-27 10:45:58','','','102.0.9.88','loggedin',1),(4551,'user','22','2025-05-27 10:46:28','','','102.0.9.88','loggedin',1),(4552,'user','22','2025-05-27 10:48:11','','','102.0.9.88','loggedin',1),(4553,'user','11','2025-05-27 11:25:59','','','102.0.9.88','loggedin',1),(4554,'user','11','2025-05-27 11:26:33','','','102.0.9.88','loggedin',1),(4555,'user','22','2025-05-27 11:50:41','','','102.0.9.88','loggedin',1),(4556,'user','22','2025-05-27 11:52:51','','','102.0.9.88','loggedin',1),(4557,'user','22','2025-05-27 11:59:23','','','102.0.9.88','loggedin',1),(4558,'user','11','2025-05-27 12:01:14','2025-05-27 12:06:45','','102.0.9.88','loggedin',1),(4559,'user','22','2025-05-27 12:06:53','','','102.0.9.88','loggedin',1),(4560,'user','22','2025-05-27 12:29:17','','','102.0.9.88','loggedin',1),(4561,'user','22','2025-05-27 12:33:50','','','102.0.9.88','loggedin',1),(4562,'user','5','2025-05-27 12:46:02','','','102.0.9.88','loggedin',1),(4563,'user','22','2025-05-27 13:30:29','','','102.0.9.88','loggedin',1),(4564,'user','22','2025-05-27 13:31:17','','','102.0.9.88','loggedin',1),(4565,'user','11','2025-05-27 13:56:30','','','102.0.9.88','loggedin',1),(4566,'user','11','2025-05-27 13:57:52','','','102.0.9.88','loggedin',1),(4567,'user','11','2025-05-27 14:12:20','','','102.0.9.88','loggedin',1),(4568,'user','22','2025-05-27 14:17:45','','','102.0.9.88','loggedin',1),(4569,'user','22','2025-05-27 14:22:06','','','102.0.9.88','loggedin',1),(4570,'user','22','2025-05-27 14:32:02','','','102.0.9.88','loggedin',1),(4571,'user','22','2025-05-27 14:44:34','','','102.0.9.88','loggedin',1),(4572,'user','22','2025-05-27 15:02:03','','','102.0.9.88','loggedin',1),(4573,'user','22','2025-05-27 15:06:18','','','102.0.9.88','loggedin',1),(4574,'user','11','2025-05-27 15:09:00','2025-05-27 15:35:48','','102.0.9.88','loggedin',1),(4575,'user','22','2025-05-27 15:35:57','','','102.0.9.88','loggedin',1),(4576,'user','11','2025-05-27 15:38:49','','','102.0.9.88','loggedin',1),(4577,'user','11','2025-05-27 15:39:44','','','102.0.9.88','loggedin',1),(4578,'user','11','2025-05-27 16:26:55','','','102.0.9.88','loggedin',1),(4579,'user','11','2025-05-27 16:27:24','','','102.0.9.88','loggedin',1),(4580,'user','11','2025-05-27 16:29:22','2025-05-27 16:39:45','','102.0.9.88','loggedin',1),(4581,'user','22','2025-05-27 16:40:17','','','102.0.9.88','loggedin',1),(4582,'user','22','2025-05-27 16:41:21','','','102.0.9.88','loggedin',1),(4583,'user','11','2025-05-27 17:13:03','','','102.0.9.88','loggedin',1),(4584,'user','22','2025-05-27 17:28:31','','','102.0.9.88','loggedin',1),(4585,'user','11','2025-05-27 17:37:58','','','102.0.9.88','loggedin',1),(4586,'user','11','2025-05-27 17:38:41','','','102.0.9.88','loggedin',1),(4587,'user','11','2025-05-27 17:40:04','','','102.0.9.88','loggedin',1),(4588,'user','11','2025-05-27 17:42:21','','','102.0.9.88','loggedin',1),(4589,'user','11','2025-05-27 17:47:02','','','102.0.9.88','loggedin',1),(4590,'user','11','2025-05-27 17:51:58','','','102.0.9.88','loggedin',1),(4591,'user','11','2025-05-27 17:53:03','','','102.0.9.88','loggedin',1),(4592,'user','11','2025-05-27 17:54:01','','','102.0.9.88','loggedin',1),(4593,'user','22','2025-05-27 17:57:47','','','102.0.9.88','loggedin',1),(4594,'user','11','2025-05-27 18:03:44','','','102.0.9.88','loggedin',1),(4595,'user','22','2025-05-27 18:05:12','','','102.0.9.88','loggedin',1),(4596,'user','11','2025-05-27 18:09:54','','','102.0.9.88','loggedin',1),(4597,'user','11','2025-05-27 18:10:58','','','102.0.9.88','loggedin',1),(4598,'user','11','2025-05-27 18:11:44','','','102.0.9.88','loggedin',1),(4599,'user','22','2025-05-27 18:12:13','','','102.0.9.88','loggedin',1),(4600,'user','11','2025-05-27 18:15:00','2025-05-27 18:15:15','','102.0.9.88','loggedin',1),(4601,'user','22','2025-05-27 18:15:28','','','102.0.9.88','loggedin',1),(4602,'user','11','2025-05-27 18:19:23','','','102.0.9.88','loggedin',1),(4603,'user','22','2025-05-27 18:32:15','','','102.0.9.88','loggedin',1),(4604,'user','22','2025-05-27 18:36:06','','','102.0.9.88','loggedin',1),(4605,'user','22','2025-05-27 18:43:54','','','102.0.9.88','loggedin',1),(4606,'user','11','2025-05-27 18:46:10','','','102.0.9.88','loggedin',1),(4607,'user','22','2025-05-27 18:48:50','','','102.0.9.88','loggedin',1),(4608,'user','11','2025-05-27 18:52:48','','','102.0.9.88','loggedin',1),(4609,'user','11','2025-05-27 18:53:20','','','102.0.9.88','loggedin',1),(4610,'user','11','2025-05-27 18:59:54','','','102.0.9.88','loggedin',1),(4611,'user','22','2025-05-27 19:00:46','','','102.0.9.88','loggedin',1),(4612,'user','5','2025-05-27 19:08:21','','','102.0.9.88','loggedin',1),(4613,'user','22','2025-05-27 19:08:40','','','102.0.9.88','loggedin',1),(4614,'user','22','2025-05-27 19:11:19','','','102.0.9.88','loggedin',1),(4615,'user','11','2025-05-27 19:11:58','','','102.0.9.88','loggedin',1),(4616,'user','11','2025-05-27 19:12:36','','','102.0.9.88','loggedin',1),(4617,'user','11','2025-05-27 19:15:50','','','102.0.9.88','loggedin',1),(4618,'user','22','2025-05-27 19:21:29','','','102.0.9.88','loggedin',1),(4619,'user','11','2025-05-27 19:23:54','','','102.0.9.88','loggedin',1),(4620,'user','11','2025-05-27 19:24:38','','','102.0.9.88','loggedin',1),(4621,'user','22','2025-05-27 19:25:15','','','102.0.9.88','loggedin',1),(4622,'user','22','2025-05-27 19:28:12','','','102.0.9.88','loggedin',1),(4623,'user','11','2025-05-27 19:29:31','','','102.0.9.88','loggedin',1),(4624,'user','11','2025-05-27 19:36:29','','','102.0.9.88','loggedin',1),(4625,'user','22','2025-05-27 19:44:31','','','102.0.9.88','loggedin',1),(4626,'user','11','2025-05-27 19:48:15','','','102.0.9.88','loggedin',1),(4627,'user','22','2025-05-27 19:53:24','','','102.0.9.88','loggedin',1),(4628,'user','11','2025-05-27 19:58:28','2025-05-27 19:59:52','','102.0.9.88','loggedin',1),(4629,'user','21','2025-05-27 19:59:56','2025-05-27 20:02:00','','102.0.9.88','loggedin',1),(4630,'user','11','2025-05-27 20:02:06','','','102.0.9.88','loggedin',1),(4631,'user','11','2025-05-27 20:06:08','2025-05-27 20:06:25','','102.0.9.88','loggedin',1),(4632,'user','22','2025-05-27 20:06:31','','','102.0.9.88','loggedin',1),(4633,'user','22','2025-05-27 20:07:10','','','102.0.9.88','loggedin',1),(4634,'user','22','2025-05-27 20:12:29','','','102.0.9.88','loggedin',1),(4635,'user','22','2025-05-27 20:13:37','','','102.0.9.88','loggedin',1),(4636,'user','11','2025-05-27 20:26:30','','','102.0.9.88','loggedin',1),(4637,'user','22','2025-05-27 20:38:05','','','102.0.9.88','loggedin',1),(4638,'user','11','2025-05-27 20:39:55','','','102.0.9.88','loggedin',1),(4639,'user','22','2025-05-27 20:44:07','','','102.0.9.88','loggedin',1),(4640,'user','22','2025-05-27 20:44:42','','','102.0.9.88','loggedin',1),(4641,'user','22','2025-05-27 21:04:22','','','102.0.9.88','loggedin',1),(4642,'user','11','2025-05-27 21:14:01','','','102.0.9.88','loggedin',1),(4643,'user','11','2025-05-27 21:23:29','','','102.0.9.88','loggedin',1),(4644,'user','22','2025-05-27 21:26:27','','','102.0.9.88','loggedin',1),(4645,'user','11','2025-05-27 21:36:27','','','102.0.9.88','loggedin',1),(4646,'user','19','2025-05-27 21:48:46','','','102.0.9.88','loggedin',1),(4647,'user','19','2025-05-27 21:50:56','','','102.0.9.88','loggedin',1),(4648,'user','18','2025-05-27 22:03:19','','','102.0.9.88','loggedin',1),(4649,'user','18','2025-05-27 22:04:15','','','102.0.9.88','loggedin',1),(4650,'user','19','2025-05-27 22:14:45','','','102.0.9.88','loggedin',1),(4651,'user','19','2025-05-27 22:16:08','','','102.0.9.88','loggedin',1),(4652,'user','5','2025-05-27 22:37:40','','','102.0.9.88','loggedin',1),(4653,'user','5','2025-05-27 23:15:52','','','105.161.7.85','loggedin',1),(4654,'user','19','2025-05-28 00:19:29','','','102.0.9.88','loggedin',1),(4655,'user','19','2025-05-28 00:20:14','','','102.0.9.88','loggedin',1),(4656,'user','19','2025-05-28 04:31:31','','','102.0.9.88','loggedin',1),(4657,'user','19','2025-05-28 04:32:11','','','102.0.9.88','loggedin',1),(4658,'user','19','2025-05-28 07:30:01','','','102.0.9.88','loggedin',1),(4659,'user','19','2025-05-28 07:31:21','','','102.0.9.88','loggedin',1),(4660,'user','22','2025-05-28 09:31:37','','','102.0.9.88','loggedin',1),(4661,'user','19','2025-05-28 09:32:44','','','102.0.9.88','loggedin',1),(4662,'user','19','2025-05-28 09:33:23','','','102.0.9.88','loggedin',1),(4663,'user','19','2025-05-28 09:35:21','','','102.0.9.88','loggedin',1),(4664,'user','19','2025-05-28 09:36:20','','','102.0.9.88','loggedin',1),(4665,'user','19','2025-05-28 09:37:53','','','102.0.9.88','loggedin',1),(4666,'user','19','2025-05-28 09:38:31','','','102.0.9.88','loggedin',1),(4667,'user','19','2025-05-28 09:38:51','','','102.0.9.88','loggedin',1),(4668,'user','22','2025-05-28 09:42:02','','','102.0.9.88','loggedin',1),(4669,'user','19','2025-05-28 09:46:10','','','102.0.9.88','loggedin',1),(4670,'user','22','2025-05-28 10:09:35','','','102.0.9.88','loggedin',1),(4671,'user','5','2025-05-28 10:14:06','','','102.0.9.88','loggedin',1),(4672,'user','22','2025-05-28 10:15:25','','','102.0.9.88','loggedin',1),(4673,'user','22','2025-05-28 10:18:46','','','102.0.9.88','loggedin',1),(4674,'user','22','2025-05-28 10:33:00','','','102.0.9.88','loggedin',1),(4675,'user','22','2025-05-28 10:40:21','','','102.0.9.88','loggedin',1),(4676,'user','22','2025-05-28 10:42:22','','','102.0.9.88','loggedin',1),(4677,'user','22','2025-05-28 10:44:00','','','102.0.9.88','loggedin',1),(4678,'user','21','2025-05-28 10:55:35','','','102.0.9.88','loggedin',1),(4679,'user','21','2025-05-28 11:02:02','','','102.0.9.88','loggedin',1),(4680,'user','21','2025-05-28 11:05:17','2025-05-28 11:05:39','','102.0.9.88','loggedin',1),(4681,'user','21','2025-05-28 11:06:46','2025-05-28 11:07:23','','102.0.9.88','loggedin',1),(4682,'user','21','2025-05-28 11:07:32','2025-05-28 11:07:44','','102.0.9.88','loggedin',1),(4683,'user','22','2025-05-28 11:33:39','','','102.0.9.88','loggedin',1),(4684,'user','22','2025-05-28 11:37:33','','','102.0.9.88','loggedin',1),(4685,'user','21','2025-05-28 11:46:36','2025-05-28 11:46:59','','102.0.9.88','loggedin',1),(4686,'user','22','2025-05-28 11:51:41','','','102.0.9.88','loggedin',1),(4687,'user','21','2025-05-28 12:00:58','2025-05-28 12:12:55','','102.0.9.88','loggedin',1),(4688,'user','22','2025-05-28 12:07:13','','','102.0.9.88','loggedin',1),(4689,'user','5','2025-05-28 12:13:51','','','102.0.9.88','loggedin',1),(4690,'user','22','2025-05-28 12:26:08','','','102.0.9.88','loggedin',1),(4691,'user','22','2025-05-28 12:31:39','','','102.0.9.88','loggedin',1),(4692,'user','22','2025-05-28 12:33:38','','','102.0.9.88','loggedin',1),(4693,'user','22','2025-05-28 12:34:23','','','102.0.9.88','loggedin',1),(4694,'user','22','2025-05-28 12:53:23','','','102.0.9.88','loggedin',1),(4695,'user','22','2025-05-28 12:56:50','','','102.0.9.88','loggedin',1),(4696,'user','22','2025-05-28 13:06:39','','','102.0.9.88','loggedin',1),(4697,'user','22','2025-05-28 13:24:18','','','102.0.9.88','loggedin',1),(4698,'user','22','2025-05-28 13:25:53','','','102.0.9.88','loggedin',1),(4699,'user','22','2025-05-28 13:36:55','','','102.0.9.88','loggedin',1),(4700,'user','22','2025-05-28 13:40:39','','','102.0.9.88','loggedin',1),(4701,'user','22','2025-05-28 14:24:42','','','102.0.9.88','loggedin',1),(4702,'user','22','2025-05-28 14:25:55','','','102.0.9.88','loggedin',1),(4703,'user','22','2025-05-28 14:45:03','','','102.0.9.88','loggedin',1),(4704,'user','22','2025-05-28 14:45:51','','','102.0.9.88','loggedin',1),(4705,'user','5','2025-05-28 14:59:42','','','102.0.9.88','loggedin',1),(4706,'user','22','2025-05-28 15:05:34','','','102.0.9.88','loggedin',1),(4707,'user','22','2025-05-28 15:07:10','','','102.0.9.88','loggedin',1),(4708,'user','21','2025-05-28 15:11:36','2025-05-28 15:12:01','','102.0.9.88','loggedin',1),(4709,'user','22','2025-05-28 15:16:03','','','102.0.9.88','loggedin',1),(4710,'user','22','2025-05-28 15:21:04','','','102.0.9.88','loggedin',1),(4711,'user','22','2025-05-28 15:38:51','','','102.0.9.88','loggedin',1),(4712,'user','22','2025-05-28 15:44:59','','','102.0.9.88','loggedin',1),(4713,'user','21','2025-05-28 15:49:13','','','102.0.9.88','loggedin',1),(4714,'user','19','2025-05-28 15:50:37','','','102.0.9.88','loggedin',1),(4715,'user','19','2025-05-28 15:51:46','','','102.0.9.88','loggedin',1),(4716,'user','5','2025-05-28 15:55:15','','','102.0.9.88','loggedin',1),(4717,'user','22','2025-05-28 15:56:43','','','102.0.9.88','loggedin',1),(4718,'user','19','2025-05-28 16:01:12','','','102.0.9.88','loggedin',1),(4719,'user','5','2025-05-28 16:03:27','','','102.0.9.88','loggedin',1),(4720,'user','19','2025-05-28 16:04:39','','','102.0.9.88','loggedin',1),(4721,'user','19','2025-05-28 16:06:27','','','102.0.9.88','loggedin',1),(4722,'user','19','2025-05-28 16:08:31','','','102.0.9.88','loggedin',1),(4723,'user','22','2025-05-28 16:09:33','','','102.0.9.88','loggedin',1),(4724,'user','22','2025-05-28 16:10:13','','','102.0.9.88','loggedin',1),(4725,'user','19','2025-05-28 16:11:59','','','102.0.9.88','loggedin',1),(4726,'user','19','2025-05-28 16:36:02','','','102.0.9.88','loggedin',1),(4727,'user','19','2025-05-28 16:45:52','','','102.0.9.88','loggedin',1),(4728,'user','19','2025-05-28 16:47:34','','','102.0.9.88','loggedin',1),(4729,'user','19','2025-05-28 16:51:16','','','102.0.9.88','loggedin',1),(4730,'user','19','2025-05-28 17:07:46','','','102.0.9.88','loggedin',1),(4731,'user','19','2025-05-28 17:08:57','2025-05-28 17:09:55','','102.0.9.88','loggedin',1),(4732,'user','22','2025-05-28 17:10:02','','','102.0.9.88','loggedin',1),(4733,'user','22','2025-05-28 17:17:25','','','102.0.9.88','loggedin',1),(4734,'user','19','2025-05-28 17:18:21','','','102.0.9.88','loggedin',1),(4735,'user','19','2025-05-28 17:20:10','','','102.0.9.88','loggedin',1),(4736,'user','19','2025-05-28 17:23:05','','','102.0.9.88','loggedin',1),(4737,'user','19','2025-05-28 17:25:06','','','102.0.9.88','loggedin',1),(4738,'user','19','2025-05-28 17:25:32','2025-05-28 17:25:58','','102.0.9.88','loggedin',1),(4739,'user','19','2025-05-28 17:26:02','','','102.0.9.88','loggedin',1),(4740,'user','19','2025-05-28 17:26:44','','','102.0.9.88','loggedin',1),(4741,'user','19','2025-05-28 17:27:19','','','102.0.9.88','loggedin',1),(4742,'user','19','2025-05-28 17:32:30','','','102.0.9.88','loggedin',1),(4743,'user','19','2025-05-28 17:33:36','','','102.0.9.88','loggedin',1),(4744,'user','19','2025-05-28 17:34:20','','','102.0.9.88','loggedin',1),(4745,'user','19','2025-05-28 17:36:21','','','102.0.9.88','loggedin',1),(4746,'user','22','2025-05-28 17:38:33','','','102.0.9.88','loggedin',1),(4747,'user','19','2025-05-28 17:42:34','','','102.0.9.88','loggedin',1),(4748,'user','19','2025-05-28 17:45:41','','','102.0.9.88','loggedin',1),(4749,'user','22','2025-05-28 17:48:15','','','102.0.9.88','loggedin',1),(4750,'user','19','2025-05-28 17:49:45','2025-05-28 17:49:59','','102.0.9.88','loggedin',1),(4751,'user','19','2025-05-28 17:50:04','','','102.0.9.88','loggedin',1),(4752,'user','19','2025-05-28 17:51:35','','','102.0.9.88','loggedin',1),(4753,'user','22','2025-05-28 17:52:49','','','102.0.9.88','loggedin',1),(4754,'user','22','2025-05-28 18:06:42','','','102.0.9.88','loggedin',1),(4755,'user','19','2025-05-28 18:23:19','','','102.0.9.88','loggedin',1),(4756,'user','19','2025-05-28 18:24:08','','','102.0.9.88','loggedin',1),(4757,'user','19','2025-05-28 18:53:56','','','102.0.9.88','loggedin',1),(4758,'user','19','2025-05-28 18:56:17','','','102.0.9.88','loggedin',1),(4759,'user','19','2025-05-28 18:59:01','','','102.0.9.88','loggedin',1),(4760,'user','22','2025-05-28 19:03:51','','','102.0.9.88','loggedin',1),(4761,'user','19','2025-05-28 19:06:19','','','102.0.9.88','loggedin',1),(4762,'user','19','2025-05-28 19:07:35','','','102.0.9.88','loggedin',1),(4763,'user','19','2025-05-28 19:13:47','','','102.0.9.88','loggedin',1),(4764,'user','19','2025-05-28 19:14:35','','','102.0.9.88','loggedin',1),(4765,'user','22','2025-05-28 19:17:49','','','102.0.9.88','loggedin',1),(4766,'user','19','2025-05-28 19:18:37','','','102.0.9.88','loggedin',1),(4767,'user','19','2025-05-28 19:20:30','','','102.0.9.88','loggedin',1),(4768,'user','19','2025-05-28 19:20:42','2025-05-28 19:22:48','','102.0.9.88','loggedin',1),(4769,'user','22','2025-05-28 19:22:58','','','102.0.9.88','loggedin',1),(4770,'user','22','2025-05-28 19:27:39','','','102.0.9.88','loggedin',1),(4771,'user','19','2025-05-28 19:41:45','','','102.0.9.88','loggedin',1),(4772,'user','19','2025-05-28 19:42:30','','','102.0.9.88','loggedin',1),(4773,'user','19','2025-05-28 19:44:16','','','102.0.9.88','loggedin',1),(4774,'user','19','2025-05-28 19:47:36','','','102.0.9.88','loggedin',1),(4775,'user','22','2025-05-28 19:49:21','','','102.0.9.88','loggedin',1),(4776,'user','22','2025-05-28 19:56:31','','','102.0.9.88','loggedin',1),(4777,'user','22','2025-05-28 19:58:19','','','102.0.9.88','loggedin',1),(4778,'user','19','2025-05-28 19:59:22','','','102.0.9.88','loggedin',1),(4779,'user','19','2025-05-28 20:09:14','','','102.0.9.88','loggedin',1),(4780,'user','19','2025-05-28 20:09:46','','','102.0.9.88','loggedin',1),(4781,'user','19','2025-05-28 20:10:59','','','102.0.9.88','loggedin',1),(4782,'user','19','2025-05-28 20:11:58','','','102.0.9.88','loggedin',1),(4783,'user','19','2025-05-28 20:12:58','','','102.0.9.88','loggedin',1),(4784,'user','19','2025-05-28 20:15:04','','','102.0.9.88','loggedin',1),(4785,'user','19','2025-05-28 20:17:24','','','102.0.9.88','loggedin',1),(4786,'user','19','2025-05-28 20:17:55','','','102.0.9.88','loggedin',1),(4787,'user','19','2025-05-28 20:18:40','','','102.0.9.88','loggedin',1),(4788,'user','22','2025-05-28 20:19:45','','','102.0.9.88','loggedin',1),(4789,'user','22','2025-05-28 20:20:51','','','102.0.9.88','loggedin',1),(4790,'user','19','2025-05-28 20:29:35','','','102.0.9.88','loggedin',1),(4791,'user','19','2025-05-28 20:32:13','','','102.0.9.88','loggedin',1),(4792,'user','19','2025-05-28 20:33:15','2025-05-28 20:34:23','','102.0.9.88','loggedin',1),(4793,'user','21','2025-05-28 20:34:28','2025-05-28 20:34:52','','102.0.9.88','loggedin',1),(4794,'user','21','2025-05-28 20:38:55','2025-05-28 20:39:40','','102.0.9.88','loggedin',1),(4795,'user','21','2025-05-28 20:39:45','2025-05-28 20:40:24','','102.0.9.88','loggedin',1),(4796,'user','22','2025-05-28 20:41:46','','','102.0.9.88','loggedin',1),(4797,'user','19','2025-05-28 20:53:39','','','102.0.9.88','loggedin',1),(4798,'user','19','2025-05-28 20:54:03','','','102.0.9.88','loggedin',1),(4799,'user','19','2025-05-28 20:54:48','','','102.0.9.88','loggedin',1),(4800,'user','5','2025-05-28 20:55:41','','','105.161.43.246','loggedin',1),(4801,'user','19','2025-05-28 20:56:23','','','102.0.9.88','loggedin',1),(4802,'user','19','2025-05-28 20:59:31','','','102.0.9.88','loggedin',1),(4803,'user','19','2025-05-28 21:00:54','','','102.0.9.88','loggedin',1),(4804,'user','19','2025-05-28 21:01:53','','','102.0.9.88','loggedin',1),(4805,'user','19','2025-05-28 21:04:18','','','102.0.9.88','loggedin',1),(4806,'user','19','2025-05-28 21:05:13','','','102.0.9.88','loggedin',1),(4807,'user','19','2025-05-28 21:05:35','','','102.0.9.88','loggedin',1),(4808,'user','22','2025-05-28 21:06:29','','','102.0.9.88','loggedin',1),(4809,'user','19','2025-05-28 21:08:14','','','102.0.9.88','loggedin',1),(4810,'user','19','2025-05-28 21:11:25','','','102.0.9.88','loggedin',1),(4811,'user','22','2025-05-28 21:16:37','','','102.0.9.88','loggedin',1),(4812,'user','19','2025-05-28 21:20:06','','','102.0.9.88','loggedin',1),(4813,'user','18','2025-05-28 21:21:12','','','102.0.9.88','loggedin',1),(4814,'user','19','2025-05-28 21:22:03','','','102.0.9.88','loggedin',1),(4815,'user','22','2025-05-28 21:24:18','','','102.0.9.88','loggedin',1),(4816,'user','19','2025-05-28 21:25:43','','','102.0.9.88','loggedin',1),(4817,'user','19','2025-05-28 21:26:58','','','102.0.9.88','loggedin',1),(4818,'user','18','2025-05-28 21:28:01','','','102.0.9.88','loggedin',1),(4819,'user','18','2025-05-28 21:36:29','','','102.0.9.88','loggedin',1),(4820,'user','18','2025-05-28 21:44:38','','','102.0.9.88','loggedin',1),(4821,'user','5','2025-05-28 21:46:37','','','102.0.9.88','loggedin',1),(4822,'user','22','2025-05-28 21:55:11','','','102.0.9.88','loggedin',1),(4823,'user','18','2025-05-28 22:05:17','','','102.0.9.88','loggedin',1),(4824,'user','18','2025-05-28 22:06:24','','','102.0.9.88','loggedin',1),(4825,'user','18','2025-05-28 22:09:03','','','102.0.9.88','loggedin',1),(4826,'user','5','2025-05-28 22:11:41','','','102.0.9.88','loggedin',1),(4827,'user','19','2025-05-28 22:13:05','','','102.0.9.88','loggedin',1),(4828,'user','21','2025-05-28 22:17:37','2025-05-28 22:18:37','','102.0.9.88','loggedin',1),(4829,'user','5','2025-05-28 22:18:48','','','102.0.9.88','loggedin',1),(4830,'admin','1','2025-05-28 22:19:49','','','102.209.18.136','loggedin',1),(4831,'user','5','2025-05-28 22:22:19','2025-05-28 22:54:02','','102.0.9.88','loggedin',1),(4832,'user','18','2025-05-28 22:59:13','','','102.0.9.88','loggedin',1),(4833,'user','22','2025-05-28 23:00:33','','','102.0.9.88','loggedin',1),(4834,'user','5','2025-05-28 23:06:59','','','102.0.9.88','loggedin',1),(4835,'user','18','2025-05-28 23:11:00','','','102.0.9.88','loggedin',1),(4836,'user','18','2025-05-28 23:12:21','','','102.0.9.88','loggedin',1),(4837,'user','18','2025-05-28 23:13:09','','','102.0.9.88','loggedin',1),(4838,'user','18','2025-05-28 23:14:31','','','102.0.9.88','loggedin',1),(4839,'user','18','2025-05-28 23:16:28','','','102.0.9.88','loggedin',1),(4840,'user','18','2025-05-28 23:20:08','','','102.0.9.88','loggedin',1),(4841,'user','18','2025-05-28 23:22:02','','','102.0.9.88','loggedin',1),(4842,'user','18','2025-05-28 23:24:15','','','102.0.9.88','loggedin',1),(4843,'user','5','2025-05-28 23:38:21','','','105.161.0.94','loggedin',1),(4844,'user','11','2025-05-29 09:33:24','','','102.0.9.88','loggedin',1),(4845,'user','11','2025-05-29 09:34:39','','','102.0.9.88','loggedin',1),(4846,'user','11','2025-05-29 09:40:45','','','102.0.9.88','loggedin',1),(4847,'user','11','2025-05-29 09:46:40','','','102.0.9.88','loggedin',1),(4848,'user','22','2025-05-29 10:16:12','','','102.0.9.88','loggedin',1),(4849,'user','22','2025-05-29 10:20:21','','','102.0.9.88','loggedin',1),(4850,'user','11','2025-05-29 10:27:54','','','102.0.9.88','loggedin',1),(4851,'user','22','2025-05-29 10:44:37','','','102.0.9.88','loggedin',1),(4852,'user','22','2025-05-29 10:57:09','','','102.0.9.88','loggedin',1),(4853,'user','22','2025-05-29 11:40:44','','','102.0.9.88','loggedin',1),(4854,'user','22','2025-05-29 11:42:15','','','102.0.9.88','loggedin',1),(4855,'user','22','2025-05-29 11:50:37','','','102.0.9.88','loggedin',1),(4856,'user','22','2025-05-29 12:36:44','','','102.0.9.88','loggedin',1),(4857,'user','22','2025-05-29 12:37:30','','','102.0.9.88','loggedin',1),(4858,'user','22','2025-05-29 12:50:08','','','102.0.9.88','loggedin',1),(4859,'user','22','2025-05-29 13:03:45','','','102.0.9.88','loggedin',1),(4860,'user','22','2025-05-29 13:04:41','','','102.0.9.88','loggedin',1),(4861,'user','22','2025-05-29 13:05:16','','','102.0.9.88','loggedin',1),(4862,'user','11','2025-05-29 13:12:21','','','102.0.9.88','loggedin',1),(4863,'user','11','2025-05-29 13:40:13','','','102.0.9.88','loggedin',1),(4864,'user','22','2025-05-29 13:52:06','','','102.0.9.88','loggedin',1),(4865,'user','11','2025-05-29 13:57:58','','','102.0.9.88','loggedin',1),(4866,'user','11','2025-05-29 13:58:23','','','102.0.9.88','loggedin',1),(4867,'user','22','2025-05-29 14:15:17','','','102.0.9.88','loggedin',1),(4868,'user','11','2025-05-29 14:16:23','','','102.0.9.88','loggedin',1),(4869,'user','11','2025-05-29 14:17:04','','','102.0.9.88','loggedin',1),(4870,'user','22','2025-05-29 14:24:39','','','102.0.9.88','loggedin',1),(4871,'user','11','2025-05-29 14:27:44','','','102.0.9.88','loggedin',1),(4872,'user','11','2025-05-29 14:28:38','','','102.0.9.88','loggedin',1),(4873,'user','22','2025-05-29 14:33:07','','','102.0.9.88','loggedin',1),(4874,'user','22','2025-05-29 14:34:31','','','102.0.9.88','loggedin',1),(4875,'user','11','2025-05-29 14:36:23','','','102.0.9.88','loggedin',1),(4876,'user','11','2025-05-29 14:36:55','','','102.0.9.88','loggedin',1),(4877,'user','11','2025-05-29 15:30:08','','','102.0.9.88','loggedin',1),(4878,'user','11','2025-05-29 16:06:47','','','102.0.9.88','loggedin',1),(4879,'user','11','2025-05-29 16:07:19','','','102.0.9.88','loggedin',1),(4880,'user','11','2025-05-29 16:16:05','','','102.0.9.88','loggedin',1),(4881,'user','11','2025-05-29 16:18:06','','','102.0.9.88','loggedin',1),(4882,'user','22','2025-05-29 16:21:47','','','102.0.9.88','loggedin',1),(4883,'user','11','2025-05-29 16:42:03','','','102.0.9.88','loggedin',1),(4884,'user','22','2025-05-29 16:44:34','','','102.0.9.88','loggedin',1),(4885,'user','11','2025-05-29 16:46:45','','','102.0.9.88','loggedin',1),(4886,'user','11','2025-05-29 16:48:53','','','102.0.9.88','loggedin',1),(4887,'user','22','2025-05-29 16:53:33','','','102.0.9.88','loggedin',1),(4888,'user','22','2025-05-29 17:03:25','','','102.0.9.88','loggedin',1),(4889,'user','22','2025-05-29 17:23:44','','','102.0.9.88','loggedin',1),(4890,'user','11','2025-05-29 17:29:35','','','102.0.9.88','loggedin',1),(4891,'user','11','2025-05-29 17:32:07','','','102.0.9.88','loggedin',1),(4892,'user','11','2025-05-29 17:32:45','','','102.0.9.88','loggedin',1),(4893,'user','11','2025-05-29 17:35:06','','','102.0.9.88','loggedin',1),(4894,'user','22','2025-05-29 17:37:07','','','102.0.9.88','loggedin',1),(4895,'user','11','2025-05-29 17:40:08','','','102.0.9.88','loggedin',1),(4896,'user','11','2025-05-29 17:41:14','','','102.0.9.88','loggedin',1),(4897,'user','11','2025-05-29 17:49:56','','','102.0.9.88','loggedin',1),(4898,'user','22','2025-05-29 17:52:53','','','102.0.9.88','loggedin',1),(4899,'user','11','2025-05-29 17:56:03','','','102.0.9.88','loggedin',1),(4900,'user','11','2025-05-29 17:57:29','','','102.0.9.88','loggedin',1),(4901,'user','11','2025-05-29 18:08:28','','','102.0.9.88','loggedin',1),(4902,'user','22','2025-05-29 18:10:15','','','102.0.9.88','loggedin',1),(4903,'user','22','2025-05-29 18:11:31','','','102.0.9.88','loggedin',1),(4904,'user','22','2025-05-29 18:11:52','','','102.0.9.88','loggedin',1),(4905,'user','22','2025-05-29 18:16:29','','','102.0.9.88','loggedin',1),(4906,'user','22','2025-05-29 18:16:53','','','102.0.9.88','loggedin',1),(4907,'user','22','2025-05-29 18:18:30','','','102.0.9.88','loggedin',1),(4908,'user','22','2025-05-29 18:22:12','','','102.0.9.88','loggedin',1),(4909,'user','22','2025-05-29 18:23:17','','','102.0.9.88','loggedin',1),(4910,'user','11','2025-05-29 18:25:31','','','102.0.9.88','loggedin',1),(4911,'user','11','2025-05-29 18:26:51','','','102.0.9.88','loggedin',1),(4912,'user','22','2025-05-29 18:32:55','','','102.0.9.88','loggedin',1),(4913,'user','11','2025-05-29 18:34:18','','','102.0.9.88','loggedin',1),(4914,'user','11','2025-05-29 18:41:32','','','102.0.9.88','loggedin',1),(4915,'user','5','2025-05-29 18:50:34','2025-05-29 18:51:01','','102.0.9.88','loggedin',1),(4916,'user','5','2025-05-29 18:58:09','','','102.0.9.88','loggedin',1),(4917,'user','5','2025-05-29 19:11:59','2025-05-29 19:37:26','','102.0.9.88','loggedin',1),(4918,'user','22','2025-05-29 19:19:28','','','102.0.9.88','loggedin',1),(4919,'user','11','2025-05-29 19:38:46','','','102.0.9.88','loggedin',1),(4920,'user','11','2025-05-29 19:46:06','','','102.0.9.88','loggedin',1),(4921,'user','22','2025-05-29 19:51:07','','','102.0.9.88','loggedin',1),(4922,'user','5','2025-05-29 19:56:33','','','102.0.9.88','loggedin',1),(4923,'user','22','2025-05-29 19:59:03','','','102.0.9.88','loggedin',1),(4924,'user','22','2025-05-29 20:00:14','','','102.0.9.88','loggedin',1),(4925,'user','22','2025-05-29 21:28:25','','','102.0.9.88','loggedin',1),(4926,'user','19','2025-05-29 21:36:26','','','102.0.9.88','loggedin',1),(4927,'user','19','2025-05-29 21:37:38','','','102.0.9.88','loggedin',1),(4928,'user','22','2025-05-30 09:30:22','','','102.0.9.88','loggedin',1),(4929,'user','5','2025-05-30 09:57:27','','','102.0.9.88','loggedin',1),(4930,'user','5','2025-05-30 09:57:29','','','102.0.9.88','loggedin',1),(4931,'user','18','2025-05-30 10:51:53','','','102.0.9.88','loggedin',1),(4932,'user','11','2025-05-30 12:28:14','','','102.0.9.88','loggedin',1),(4933,'user','11','2025-05-30 12:29:41','','','102.0.9.88','loggedin',1),(4934,'user','11','2025-05-30 12:31:23','','','102.0.9.88','loggedin',1),(4935,'user','22','2025-05-30 12:34:18','','','102.0.9.88','loggedin',1),(4936,'user','22','2025-05-30 12:34:42','','','102.0.9.88','loggedin',1),(4937,'user','22','2025-05-30 12:37:50','','','102.0.9.88','loggedin',1),(4938,'user','22','2025-05-30 12:40:19','','','102.0.9.88','loggedin',1),(4939,'user','11','2025-05-30 12:42:30','','','102.0.9.88','loggedin',1),(4940,'user','11','2025-05-30 12:43:22','','','102.0.9.88','loggedin',1),(4941,'user','11','2025-05-30 13:00:04','','','102.0.9.88','loggedin',1),(4942,'user','5','2025-05-30 13:13:07','','','102.0.9.88','loggedin',1),(4943,'user','11','2025-05-30 13:16:38','','','102.0.9.88','loggedin',1),(4944,'user','22','2025-05-30 13:31:18','','','102.0.9.88','loggedin',1),(4945,'user','11','2025-05-30 13:41:15','','','102.0.9.88','loggedin',1),(4946,'user','11','2025-05-30 13:42:07','','','102.0.9.88','loggedin',1),(4947,'user','22','2025-05-30 15:37:36','','','102.0.9.88','loggedin',1),(4948,'user','22','2025-05-30 17:36:34','','','102.0.9.88','loggedin',1),(4949,'user','22','2025-05-30 17:39:16','','','102.0.9.88','loggedin',1),(4950,'user','22','2025-05-30 17:41:38','','','102.0.9.88','loggedin',1),(4951,'user','22','2025-05-30 17:42:49','','','102.0.9.88','loggedin',1),(4952,'user','11','2025-05-30 17:46:15','','','102.0.9.88','loggedin',1),(4953,'user','11','2025-05-30 17:57:36','','','102.0.9.88','loggedin',1),(4954,'user','5','2025-05-30 18:01:12','','','102.0.9.88','loggedin',1),(4955,'user','22','2025-05-30 18:01:46','','','102.0.9.88','loggedin',1),(4956,'user','11','2025-05-30 18:05:06','','','102.0.9.88','loggedin',1),(4957,'user','11','2025-05-30 18:06:18','','','102.0.9.88','loggedin',1),(4958,'user','22','2025-05-30 18:06:37','','','102.0.9.88','loggedin',1),(4959,'user','11','2025-05-30 18:08:30','','','102.0.9.88','loggedin',1),(4960,'user','22','2025-05-30 18:12:29','','','102.0.9.88','loggedin',1),(4961,'user','22','2025-05-30 18:17:02','','','102.0.9.88','loggedin',1),(4962,'user','11','2025-05-30 18:26:02','','','102.0.9.88','loggedin',1),(4963,'user','22','2025-05-30 18:38:52','','','102.0.9.88','loggedin',1),(4964,'user','11','2025-05-30 18:45:06','','','102.0.9.88','loggedin',1),(4965,'user','22','2025-05-30 18:59:45','','','102.0.9.88','loggedin',1),(4966,'user','22','2025-05-30 19:52:10','','','102.0.9.88','loggedin',1),(4967,'user','11','2025-05-30 19:57:32','','','102.0.9.88','loggedin',1),(4968,'user','11','2025-05-30 19:58:38','','','102.0.9.88','loggedin',1),(4969,'user','22','2025-05-30 20:02:06','','','102.0.9.88','loggedin',1),(4970,'user','22','2025-05-30 20:04:36','','','102.0.9.88','loggedin',1),(4971,'user','22','2025-05-30 20:10:17','','','102.0.9.88','loggedin',1),(4972,'user','22','2025-05-30 20:12:57','','','102.0.9.88','loggedin',1),(4973,'user','11','2025-05-30 20:16:28','','','102.0.9.88','loggedin',1),(4974,'user','22','2025-05-30 20:20:34','','','102.0.9.88','loggedin',1),(4975,'user','11','2025-05-30 20:24:13','','','102.0.9.88','loggedin',1),(4976,'user','22','2025-05-30 20:24:15','2025-05-30 20:27:23','','102.0.9.88','loggedin',1),(4977,'user','11','2025-05-30 20:27:45','','','102.0.9.88','loggedin',1),(4978,'user','11','2025-05-30 20:30:49','','','102.0.9.88','loggedin',1),(4979,'user','11','2025-05-30 20:33:38','','','102.0.9.88','loggedin',1),(4980,'user','22','2025-05-30 20:35:38','','','102.0.9.88','loggedin',1),(4981,'user','5','2025-05-30 20:39:42','','','102.0.9.88','loggedin',1),(4982,'user','22','2025-05-30 20:40:41','','','102.0.9.88','loggedin',1),(4983,'user','11','2025-05-30 20:54:52','','','102.0.9.88','loggedin',1),(4984,'user','11','2025-05-30 20:55:28','','','102.0.9.88','loggedin',1),(4985,'user','11','2025-05-30 21:10:52','','','102.0.9.88','loggedin',1),(4986,'user','11','2025-05-30 21:11:37','','','102.0.9.88','loggedin',1),(4987,'user','22','2025-05-30 21:13:16','','','102.0.9.88','loggedin',1),(4988,'user','18','2025-05-30 21:33:31','','','102.0.9.88','loggedin',1),(4989,'user','5','2025-05-30 21:35:22','','','41.81.90.205','loggedin',1),(4990,'user','18','2025-05-30 21:35:33','','','102.0.9.88','loggedin',1),(4991,'user','18','2025-05-30 21:37:29','2025-05-30 21:58:26','','102.0.9.88','loggedin',1),(4992,'user','5','2025-05-30 21:58:39','2025-05-30 21:58:46','','102.0.9.88','loggedin',1),(4993,'user','18','2025-05-30 22:03:04','','','102.0.9.88','loggedin',1),(4994,'user','18','2025-05-30 22:03:31','','','102.0.9.88','loggedin',1),(4995,'user','18','2025-05-30 22:36:16','','','102.0.9.88','loggedin',1),(4996,'user','18','2025-05-30 22:36:39','','','102.0.9.88','loggedin',1),(4997,'user','18','2025-05-30 22:59:48','','','102.0.9.88','loggedin',1),(4998,'user','18','2025-05-30 23:00:39','','','102.0.9.88','loggedin',1),(4999,'user','18','2025-05-31 08:25:09','','','102.0.9.88','loggedin',1),(5000,'user','18','2025-05-31 08:25:29','','','102.0.9.88','loggedin',1),(5001,'user','18','2025-05-31 08:37:41','','','102.0.9.88','loggedin',1),(5002,'user','5','2025-05-31 09:36:50','','','102.0.9.88','loggedin',1),(5003,'user','22','2025-05-31 10:12:06','','','102.0.9.88','loggedin',1),(5004,'user','22','2025-05-31 10:27:58','','','102.0.9.88','loggedin',1),(5005,'user','11','2025-05-31 10:30:29','','','102.0.9.88','loggedin',1),(5006,'user','22','2025-05-31 11:11:44','','','102.0.9.88','loggedin',1),(5007,'user','11','2025-05-31 11:15:15','','','102.0.9.88','loggedin',1),(5008,'user','22','2025-05-31 11:15:44','','','102.0.9.88','loggedin',1),(5009,'user','11','2025-05-31 11:55:40','','','102.0.9.88','loggedin',1),(5010,'user','11','2025-05-31 12:05:32','','','102.0.9.88','loggedin',1),(5011,'user','22','2025-05-31 12:15:08','','','102.0.9.88','loggedin',1),(5012,'user','11','2025-05-31 12:15:54','','','102.0.9.88','loggedin',1),(5013,'user','22','2025-05-31 12:18:26','','','102.0.9.88','loggedin',1),(5014,'user','11','2025-05-31 12:20:36','','','102.0.9.88','loggedin',1),(5015,'user','11','2025-05-31 12:26:42','','','102.0.9.88','loggedin',1),(5016,'user','5','2025-05-31 12:30:30','','','102.0.9.88','loggedin',1),(5017,'user','22','2025-05-31 12:34:06','','','102.0.9.88','loggedin',1),(5018,'user','22','2025-05-31 12:36:57','','','102.0.9.88','loggedin',1),(5019,'user','11','2025-05-31 12:53:14','','','102.0.9.88','loggedin',1),(5020,'user','11','2025-05-31 13:02:29','','','102.0.9.88','loggedin',1),(5021,'user','22','2025-05-31 13:10:01','','','102.0.9.88','loggedin',1),(5022,'user','11','2025-05-31 13:13:56','','','102.0.9.88','loggedin',1),(5023,'user','11','2025-05-31 13:15:45','','','102.0.9.88','loggedin',1),(5024,'user','22','2025-05-31 13:19:58','','','102.0.9.88','loggedin',1),(5025,'user','11','2025-05-31 13:23:25','','','102.0.9.88','loggedin',1),(5026,'user','11','2025-05-31 13:34:38','','','102.0.9.88','loggedin',1),(5027,'user','11','2025-05-31 13:35:45','','','102.0.9.88','loggedin',1),(5028,'user','11','2025-05-31 13:39:03','','','102.0.9.88','loggedin',1),(5029,'user','22','2025-05-31 13:39:57','','','102.0.9.88','loggedin',1),(5030,'user','11','2025-05-31 13:41:28','','','102.0.9.88','loggedin',1),(5031,'user','22','2025-05-31 13:49:46','','','102.0.9.88','loggedin',1),(5032,'user','22','2025-05-31 13:58:04','','','102.0.9.88','loggedin',1),(5033,'user','22','2025-05-31 14:03:00','','','102.0.9.88','loggedin',1),(5034,'user','11','2025-05-31 14:14:45','','','102.0.9.88','loggedin',1),(5035,'user','22','2025-05-31 14:41:28','','','102.0.9.88','loggedin',1),(5036,'user','22','2025-05-31 14:43:36','','','102.0.9.88','loggedin',1),(5037,'user','22','2025-05-31 14:57:02','','','102.0.9.88','loggedin',1),(5038,'user','11','2025-05-31 14:58:23','','','102.0.9.88','loggedin',1),(5039,'user','22','2025-05-31 14:58:39','','','102.0.9.88','loggedin',1),(5040,'user','22','2025-05-31 15:10:23','','','102.0.9.88','loggedin',1),(5041,'user','11','2025-05-31 15:25:32','','','102.0.9.88','loggedin',1),(5042,'user','11','2025-05-31 15:28:39','','','102.0.9.88','loggedin',1),(5043,'user','22','2025-05-31 15:38:43','','','102.0.9.88','loggedin',1),(5044,'user','22','2025-05-31 15:43:56','','','102.0.9.88','loggedin',1),(5045,'user','22','2025-05-31 16:22:43','','','102.0.9.88','loggedin',1),(5046,'user','22','2025-05-31 16:35:32','','','102.0.9.88','loggedin',1),(5047,'user','22','2025-05-31 16:42:46','','','102.0.9.88','loggedin',1),(5048,'user','11','2025-05-31 17:05:19','','','102.0.9.88','loggedin',1),(5049,'user','22','2025-05-31 17:10:06','','','102.0.9.88','loggedin',1),(5050,'user','11','2025-05-31 17:17:31','','','102.0.9.88','loggedin',1),(5051,'user','11','2025-05-31 17:18:51','2025-05-31 17:28:58','','102.0.9.88','loggedin',1),(5052,'user','22','2025-05-31 17:23:32','','','102.0.9.88','loggedin',1),(5053,'user','22','2025-05-31 17:29:09','','','102.0.9.88','loggedin',1),(5054,'user','11','2025-05-31 17:30:36','','','102.0.9.88','loggedin',1),(5055,'user','11','2025-05-31 17:37:53','','','102.0.9.88','loggedin',1),(5056,'user','22','2025-05-31 17:41:20','','','102.0.9.88','loggedin',1),(5057,'user','11','2025-05-31 17:47:33','','','102.0.9.88','loggedin',1),(5058,'user','22','2025-05-31 17:47:45','','','102.0.9.88','loggedin',1),(5059,'user','22','2025-05-31 17:47:47','','','102.0.9.88','loggedin',1),(5060,'user','22','2025-05-31 17:48:53','','','102.0.9.88','loggedin',1),(5061,'user','11','2025-05-31 17:52:55','','','102.0.9.88','loggedin',1),(5062,'user','22','2025-05-31 18:04:52','','','102.0.9.88','loggedin',1),(5063,'user','11','2025-05-31 18:06:30','','','102.0.9.88','loggedin',1),(5064,'user','11','2025-05-31 18:17:20','','','102.0.9.88','loggedin',1),(5065,'user','22','2025-05-31 18:21:35','','','102.0.9.88','loggedin',1),(5066,'user','11','2025-05-31 18:23:04','','','102.0.9.88','loggedin',1),(5067,'user','22','2025-05-31 18:24:15','','','102.0.9.88','loggedin',1),(5068,'user','22','2025-05-31 18:25:41','','','102.0.9.88','loggedin',1),(5069,'user','22','2025-05-31 18:27:20','','','102.0.9.88','loggedin',1),(5070,'user','22','2025-05-31 18:34:15','','','102.0.9.88','loggedin',1),(5071,'user','11','2025-05-31 18:37:29','','','102.0.9.88','loggedin',1),(5072,'user','22','2025-05-31 18:40:06','','','102.0.9.88','loggedin',1),(5073,'user','22','2025-05-31 18:44:07','','','102.0.9.88','loggedin',1),(5074,'user','22','2025-05-31 18:49:32','','','102.0.9.88','loggedin',1),(5075,'user','11','2025-05-31 18:50:37','','','102.0.9.88','loggedin',1),(5076,'user','11','2025-05-31 18:51:41','','','102.0.9.88','loggedin',1),(5077,'user','11','2025-05-31 19:02:17','','','102.0.9.88','loggedin',1),(5078,'user','11','2025-05-31 19:03:47','','','102.0.9.88','loggedin',1),(5079,'user','22','2025-05-31 19:09:25','','','102.0.9.88','loggedin',1),(5080,'user','11','2025-05-31 19:13:08','','','102.0.9.88','loggedin',1),(5081,'user','22','2025-05-31 19:15:37','','','102.0.9.88','loggedin',1),(5082,'user','22','2025-05-31 19:21:13','','','102.0.9.88','loggedin',1),(5083,'user','11','2025-05-31 19:26:18','','','102.0.9.88','loggedin',1),(5084,'user','22','2025-05-31 19:27:55','','','102.0.9.88','loggedin',1),(5085,'user','22','2025-05-31 19:30:35','2025-05-31 19:31:26','','102.0.9.88','loggedin',1),(5086,'user','22','2025-05-31 19:45:46','','','102.0.9.88','loggedin',1),(5087,'user','22','2025-05-31 19:50:19','','','102.0.9.88','loggedin',1),(5088,'user','22','2025-05-31 19:50:45','','','102.0.9.88','loggedin',1),(5089,'user','22','2025-05-31 20:09:41','','','102.0.9.88','loggedin',1),(5090,'user','11','2025-05-31 20:12:31','','','102.0.9.88','loggedin',1),(5091,'user','11','2025-05-31 20:20:06','','','102.0.9.88','loggedin',1),(5092,'user','11','2025-05-31 20:21:25','','','102.0.9.88','loggedin',1),(5093,'user','11','2025-05-31 20:22:33','','','102.0.9.88','loggedin',1),(5094,'user','11','2025-05-31 20:24:56','','','102.0.9.88','loggedin',1),(5095,'user','5','2025-05-31 20:37:59','','','102.0.9.88','loggedin',1),(5096,'user','22','2025-05-31 20:48:18','','','102.0.9.88','loggedin',1),(5097,'user','11','2025-05-31 21:09:19','','','102.0.9.88','loggedin',1),(5098,'user','5','2025-05-31 21:09:35','','','102.0.9.88','loggedin',1),(5099,'user','5','2025-05-31 21:09:40','','','102.0.9.88','loggedin',1),(5100,'user','22','2025-05-31 21:13:33','','','102.0.9.88','loggedin',1),(5101,'user','19','2025-05-31 21:17:14','','','102.0.9.88','loggedin',1),(5102,'user','19','2025-05-31 21:19:53','','','102.0.9.88','loggedin',1),(5103,'user','19','2025-05-31 21:23:11','','','102.0.9.88','loggedin',1),(5104,'user','19','2025-05-31 21:26:27','','','102.0.9.88','loggedin',1),(5105,'user','19','2025-05-31 21:28:35','2025-05-31 21:28:56','','102.0.9.88','loggedin',1),(5106,'user','19','2025-05-31 21:29:07','','','102.0.9.88','loggedin',1),(5107,'user','19','2025-05-31 21:31:49','','','102.0.9.88','loggedin',1),(5108,'user','19','2025-05-31 21:37:15','','','102.0.9.88','loggedin',1),(5109,'user','19','2025-05-31 21:40:08','','','102.0.9.88','loggedin',1),(5110,'user','5','2025-05-31 23:23:51','','','105.160.96.40','loggedin',1),(5111,'user','18','2025-06-01 10:12:47','','','102.0.9.88','loggedin',1),(5112,'user','18','2025-06-01 10:13:56','','','102.0.9.88','loggedin',1),(5113,'user','18','2025-06-01 11:36:10','','','102.0.9.88','loggedin',1),(5114,'user','18','2025-06-01 11:38:01','','','102.0.9.88','loggedin',1),(5115,'user','11','2025-06-01 12:24:14','','','102.0.9.88','loggedin',1),(5116,'user','11','2025-06-01 12:46:12','','','102.0.9.88','loggedin',1),(5117,'user','18','2025-06-01 13:04:18','','','102.0.9.88','loggedin',1),(5118,'user','18','2025-06-01 13:05:27','','','102.0.9.88','loggedin',1),(5119,'user','11','2025-06-01 13:30:37','','','102.0.9.88','loggedin',1),(5120,'user','18','2025-06-01 13:51:27','','','102.0.9.88','loggedin',1),(5121,'user','18','2025-06-01 13:51:54','','','102.0.9.88','loggedin',1),(5122,'user','18','2025-06-01 13:52:28','','','102.0.9.88','loggedin',1),(5123,'user','5','2025-06-01 14:01:21','','','102.0.9.88','loggedin',1),(5124,'user','18','2025-06-01 14:28:00','','','102.0.9.88','loggedin',1),(5125,'user','18','2025-06-01 14:28:42','','','102.0.9.88','loggedin',1),(5126,'user','11','2025-06-01 14:32:45','','','102.0.9.88','loggedin',1),(5127,'user','11','2025-06-01 15:48:20','','','102.0.9.88','loggedin',1),(5128,'user','11','2025-06-01 15:52:53','','','102.0.9.88','loggedin',1),(5129,'user','11','2025-06-01 16:08:33','','','102.0.9.88','loggedin',1),(5130,'user','11','2025-06-01 16:10:08','','','102.0.9.88','loggedin',1),(5131,'user','11','2025-06-01 17:32:19','','','102.0.9.88','loggedin',1),(5132,'user','18','2025-06-01 17:39:05','','','102.0.9.88','loggedin',1),(5133,'user','18','2025-06-01 17:43:30','','','102.0.9.88','loggedin',1),(5134,'user','18','2025-06-01 17:44:49','','','102.0.9.88','loggedin',1),(5135,'user','11','2025-06-01 17:46:21','','','102.0.9.88','loggedin',1),(5136,'user','11','2025-06-01 18:04:31','','','102.0.9.88','loggedin',1),(5137,'user','11','2025-06-01 18:08:03','','','102.0.9.88','loggedin',1),(5138,'user','18','2025-06-01 18:17:52','','','102.0.9.88','loggedin',1),(5139,'user','18','2025-06-01 18:20:12','','','102.0.9.88','loggedin',1),(5140,'user','11','2025-06-01 18:27:23','','','102.0.9.88','loggedin',1),(5141,'user','18','2025-06-01 18:34:42','','','102.0.9.88','loggedin',1),(5142,'user','18','2025-06-01 18:38:57','','','102.0.9.88','loggedin',1),(5143,'user','11','2025-06-01 18:47:38','','','102.0.9.88','loggedin',1),(5144,'user','11','2025-06-01 18:59:57','','','102.0.9.88','loggedin',1),(5145,'user','18','2025-06-01 19:01:31','','','102.0.9.88','loggedin',1),(5146,'user','18','2025-06-01 19:04:26','','','102.0.9.88','loggedin',1),(5147,'user','11','2025-06-01 19:15:59','2025-06-01 19:23:41','','102.0.9.88','loggedin',1),(5148,'user','5','2025-06-01 19:25:10','','','102.0.9.88','loggedin',1),(5149,'user','11','2025-06-01 19:27:21','','','102.0.9.88','loggedin',1),(5150,'user','11','2025-06-01 19:31:09','','','102.0.9.88','loggedin',1),(5151,'user','18','2025-06-01 19:38:19','','','102.0.9.88','loggedin',1),(5152,'user','18','2025-06-01 19:39:53','','','102.0.9.88','loggedin',1),(5153,'user','18','2025-06-01 19:45:58','','','102.0.9.88','loggedin',1),(5154,'user','18','2025-06-01 19:55:50','','','102.0.9.88','loggedin',1),(5155,'user','11','2025-06-01 19:56:40','','','102.0.9.88','loggedin',1),(5156,'user','18','2025-06-01 19:57:35','','','102.0.9.88','loggedin',1),(5157,'user','11','2025-06-01 19:59:03','','','102.0.9.88','loggedin',1),(5158,'user','11','2025-06-01 20:00:37','','','102.0.9.88','loggedin',1),(5159,'user','11','2025-06-01 20:07:22','','','102.0.9.88','loggedin',1),(5160,'user','11','2025-06-01 20:11:44','','','102.0.9.88','loggedin',1),(5161,'user','11','2025-06-01 20:14:15','','','102.0.9.88','loggedin',1),(5162,'user','18','2025-06-01 20:22:25','','','102.0.9.88','loggedin',1),(5163,'user','11','2025-06-01 20:25:16','','','102.0.9.88','loggedin',1),(5164,'user','11','2025-06-01 20:29:42','','','102.0.9.88','loggedin',1),(5165,'user','18','2025-06-01 20:35:40','','','102.0.9.88','loggedin',1),(5166,'user','18','2025-06-01 20:36:46','','','102.0.9.88','loggedin',1),(5167,'user','5','2025-06-01 20:39:42','','','102.0.9.88','loggedin',1),(5168,'user','18','2025-06-01 20:46:10','','','102.0.9.88','loggedin',1),(5169,'user','11','2025-06-01 20:46:44','','','102.0.9.88','loggedin',1),(5170,'user','18','2025-06-01 20:47:59','','','102.0.9.88','loggedin',1),(5171,'user','5','2025-06-01 20:51:48','','','102.0.9.88','loggedin',1),(5172,'user','11','2025-06-01 20:54:44','','','102.0.9.88','loggedin',1),(5173,'user','18','2025-06-01 20:56:36','','','102.0.9.88','loggedin',1),(5174,'user','19','2025-06-01 21:00:21','','','102.0.9.88','loggedin',1),(5175,'user','19','2025-06-01 21:00:47','','','102.0.9.88','loggedin',1),(5176,'user','19','2025-06-01 21:01:33','','','102.0.9.88','loggedin',1),(5177,'user','11','2025-06-01 21:03:51','','','102.0.9.88','loggedin',1),(5178,'user','19','2025-06-01 21:08:48','','','102.0.9.88','loggedin',1),(5179,'user','19','2025-06-01 21:09:40','','','102.0.9.88','loggedin',1),(5180,'user','19','2025-06-01 21:14:33','','','102.0.9.88','loggedin',1),(5181,'user','19','2025-06-01 21:15:36','','','102.0.9.88','loggedin',1),(5182,'user','18','2025-06-01 21:19:27','','','102.0.9.88','loggedin',1),(5183,'user','18','2025-06-01 21:20:37','','','102.0.9.88','loggedin',1),(5184,'user','18','2025-06-01 21:21:33','','','102.0.9.88','loggedin',1),(5185,'user','22','2025-06-01 22:20:07','','','102.0.9.88','loggedin',1),(5186,'user','5','2025-06-01 22:33:57','','','196.96.136.255','loggedin',1),(5187,'user','22','2025-06-01 23:28:18','','','102.0.9.88','loggedin',1),(5188,'user','22','2025-06-02 06:54:04','','','102.0.9.88','loggedin',1),(5189,'user','22','2025-06-02 07:37:48','','','102.0.9.88','loggedin',1),(5190,'user','22','2025-06-02 08:01:46','','','102.0.9.88','loggedin',1),(5191,'user','11','2025-06-02 09:21:43','','','102.0.9.88','loggedin',1),(5192,'user','11','2025-06-02 09:24:03','','','102.0.9.88','loggedin',1),(5193,'user','11','2025-06-02 09:32:21','','','102.0.9.88','loggedin',1),(5194,'user','18','2025-06-02 10:49:05','','','102.0.9.88','loggedin',1),(5195,'user','18','2025-06-02 11:05:34','','','102.0.9.88','loggedin',1),(5196,'user','18','2025-06-02 11:11:46','','','102.0.9.88','loggedin',1),(5197,'user','18','2025-06-02 11:12:52','','','102.0.9.88','loggedin',1),(5198,'user','18','2025-06-02 11:19:53','','','102.0.9.88','loggedin',1),(5199,'user','18','2025-06-02 11:22:11','','','102.0.9.88','loggedin',1),(5200,'user','18','2025-06-02 11:35:20','','','102.0.9.88','loggedin',1),(5201,'user','18','2025-06-02 11:37:42','','','102.0.9.88','loggedin',1),(5202,'user','18','2025-06-02 11:38:20','','','102.0.9.88','loggedin',1),(5203,'user','18','2025-06-02 11:55:16','','','102.0.9.88','loggedin',1),(5204,'user','18','2025-06-02 11:56:09','','','102.0.9.88','loggedin',1),(5205,'user','18','2025-06-02 11:56:33','','','102.0.9.88','loggedin',1),(5206,'user','18','2025-06-02 12:02:55','','','102.0.9.88','loggedin',1),(5207,'user','18','2025-06-02 12:14:28','','','102.0.9.88','loggedin',1),(5208,'user','18','2025-06-02 13:10:08','','','102.0.9.88','loggedin',1),(5209,'user','18','2025-06-02 13:10:45','','','102.0.9.88','loggedin',1),(5210,'user','18','2025-06-02 13:15:38','','','102.0.9.88','loggedin',1),(5211,'user','18','2025-06-02 13:30:09','','','102.0.9.88','loggedin',1),(5212,'user','18','2025-06-02 13:48:01','','','102.0.9.88','loggedin',1),(5213,'user','18','2025-06-02 13:51:38','','','102.0.9.88','loggedin',1),(5214,'user','19','2025-06-02 14:07:11','','','102.0.9.88','loggedin',1),(5215,'user','19','2025-06-02 14:09:16','','','102.0.9.88','loggedin',1),(5216,'user','19','2025-06-02 14:10:24','','','102.0.9.88','loggedin',1),(5217,'user','19','2025-06-02 14:11:48','','','102.0.9.88','loggedin',1),(5218,'user','19','2025-06-02 14:27:54','','','102.0.9.88','loggedin',1),(5219,'user','19','2025-06-02 14:28:45','','','102.0.9.88','loggedin',1),(5220,'user','19','2025-06-02 14:39:22','','','102.0.9.88','loggedin',1),(5221,'user','19','2025-06-02 14:42:47','','','102.0.9.88','loggedin',1),(5222,'user','19','2025-06-02 14:42:49','','','102.0.9.88','loggedin',1),(5223,'user','18','2025-06-02 14:54:12','','','102.0.9.88','loggedin',1),(5224,'user','19','2025-06-02 15:07:33','','','102.0.9.88','loggedin',1),(5225,'user','19','2025-06-02 15:07:57','','','102.0.9.88','loggedin',1),(5226,'user','19','2025-06-02 15:09:11','','','102.0.9.88','loggedin',1),(5227,'user','19','2025-06-02 15:13:28','','','102.0.9.88','loggedin',1),(5228,'user','19','2025-06-02 15:14:14','','','102.0.9.88','loggedin',1),(5229,'user','19','2025-06-02 15:24:37','','','102.0.9.88','loggedin',1),(5230,'user','19','2025-06-02 15:25:40','','','102.0.9.88','loggedin',1),(5231,'user','19','2025-06-02 15:26:20','','','102.0.9.88','loggedin',1),(5232,'user','19','2025-06-02 15:26:44','','','102.0.9.88','loggedin',1),(5233,'user','19','2025-06-02 15:26:57','','','102.0.9.88','loggedin',1),(5234,'user','19','2025-06-02 15:29:37','','','102.0.9.88','loggedin',1),(5235,'user','19','2025-06-02 16:02:12','','','102.0.9.88','loggedin',1),(5236,'user','19','2025-06-02 16:02:52','','','102.0.9.88','loggedin',1),(5237,'user','19','2025-06-02 16:11:22','','','102.0.9.88','loggedin',1),(5238,'user','19','2025-06-02 16:18:24','','','102.0.9.88','loggedin',1),(5239,'user','19','2025-06-02 16:19:50','','','102.0.9.88','loggedin',1),(5240,'user','19','2025-06-02 16:35:41','','','102.0.9.88','loggedin',1),(5241,'user','19','2025-06-02 16:37:03','','','102.0.9.88','loggedin',1),(5242,'user','19','2025-06-02 16:39:49','','','102.0.9.88','loggedin',1),(5243,'user','19','2025-06-02 16:44:22','','','102.0.9.88','loggedin',1),(5244,'user','19','2025-06-02 16:44:52','','','102.0.9.88','loggedin',1),(5245,'user','18','2025-06-02 16:53:10','','','102.0.9.88','loggedin',1),(5246,'user','19','2025-06-02 16:56:46','','','102.0.9.88','loggedin',1),(5247,'user','18','2025-06-02 16:57:15','','','102.0.9.88','loggedin',1),(5248,'user','19','2025-06-02 16:57:50','','','102.0.9.88','loggedin',1),(5249,'user','18','2025-06-02 17:00:57','','','102.0.9.88','loggedin',1),(5250,'user','18','2025-06-02 17:03:23','','','102.0.9.88','loggedin',1),(5251,'user','19','2025-06-02 17:10:24','','','102.0.9.88','loggedin',1),(5252,'user','19','2025-06-02 17:11:32','','','102.0.9.88','loggedin',1),(5253,'user','18','2025-06-02 17:14:47','','','102.0.9.88','loggedin',1),(5254,'user','19','2025-06-02 17:15:56','','','102.0.9.88','loggedin',1),(5255,'user','19','2025-06-02 17:19:25','','','102.0.9.88','loggedin',1),(5256,'user','18','2025-06-02 17:25:40','','','102.0.9.88','loggedin',1),(5257,'user','19','2025-06-02 17:31:14','','','102.0.9.88','loggedin',1),(5258,'user','19','2025-06-02 17:31:46','','','102.0.9.88','loggedin',1),(5259,'user','18','2025-06-02 17:46:03','','','102.0.9.88','loggedin',1),(5260,'user','18','2025-06-02 17:57:24','','','102.0.9.88','loggedin',1),(5261,'user','18','2025-06-02 17:58:07','','','102.0.9.88','loggedin',1),(5262,'user','18','2025-06-02 18:04:39','','','102.0.9.88','loggedin',1),(5263,'user','5','2025-06-02 18:11:06','','','102.0.9.88','loggedin',1),(5264,'user','18','2025-06-02 18:13:48','','','102.0.9.88','loggedin',1),(5265,'user','19','2025-06-02 18:22:39','','','102.0.9.88','loggedin',1),(5266,'user','18','2025-06-02 18:37:22','','','102.0.9.88','loggedin',1),(5267,'user','18','2025-06-02 18:38:51','','','102.0.9.88','loggedin',1),(5268,'user','18','2025-06-02 18:44:26','','','102.0.9.88','loggedin',1),(5269,'user','19','2025-06-02 19:07:35','','','102.0.9.88','loggedin',1),(5270,'user','19','2025-06-02 19:08:19','','','102.0.9.88','loggedin',1),(5271,'user','19','2025-06-02 19:10:07','','','102.0.9.88','loggedin',1),(5272,'user','19','2025-06-02 19:13:57','','','102.0.9.88','loggedin',1),(5273,'user','19','2025-06-02 19:19:21','','','102.0.9.88','loggedin',1),(5274,'user','18','2025-06-02 19:32:59','','','102.0.9.88','loggedin',1),(5275,'user','18','2025-06-02 19:41:33','','','102.0.9.88','loggedin',1),(5276,'user','19','2025-06-02 19:44:49','','','102.0.9.88','loggedin',1),(5277,'user','18','2025-06-02 19:47:00','','','102.0.9.88','loggedin',1),(5278,'user','19','2025-06-02 19:48:03','','','102.0.9.88','loggedin',1),(5279,'user','19','2025-06-02 19:49:03','','','102.0.9.88','loggedin',1),(5280,'user','18','2025-06-02 19:49:14','','','102.0.9.88','loggedin',1),(5281,'user','18','2025-06-02 19:52:26','','','102.0.9.88','loggedin',1),(5282,'user','18','2025-06-02 19:56:09','','','102.0.9.88','loggedin',1),(5283,'user','19','2025-06-02 20:04:22','','','102.0.9.88','loggedin',1),(5284,'user','18','2025-06-02 20:07:42','','','102.0.9.88','loggedin',1),(5285,'user','18','2025-06-02 20:08:47','','','102.0.9.88','loggedin',1),(5286,'user','19','2025-06-02 20:14:46','','','102.0.9.88','loggedin',1),(5287,'user','19','2025-06-02 20:15:43','','','102.0.9.88','loggedin',1),(5288,'user','5','2025-06-02 20:21:31','','','102.0.9.88','loggedin',1),(5289,'user','18','2025-06-02 20:39:26','','','102.0.9.88','loggedin',1),(5290,'user','18','2025-06-02 20:40:32','','','102.0.9.88','loggedin',1),(5291,'user','19','2025-06-02 20:49:37','','','102.0.9.88','loggedin',1),(5292,'user','19','2025-06-02 20:50:13','','','102.0.9.88','loggedin',1),(5293,'user','18','2025-06-02 21:03:49','','','102.0.9.88','loggedin',1),(5294,'user','18','2025-06-02 21:04:17','','','102.0.9.88','loggedin',1),(5295,'user','5','2025-06-02 21:06:36','','','102.0.9.88','loggedin',1),(5296,'user','19','2025-06-02 21:08:15','','','102.0.9.88','loggedin',1),(5297,'user','19','2025-06-02 21:09:56','','','102.0.9.88','loggedin',1),(5298,'user','18','2025-06-02 21:10:57','','','102.0.9.88','loggedin',1),(5299,'user','18','2025-06-02 21:12:46','','','102.0.9.88','loggedin',1),(5300,'user','19','2025-06-02 21:21:56','','','102.0.9.88','loggedin',1),(5301,'user','19','2025-06-02 21:23:08','','','102.0.9.88','loggedin',1),(5302,'user','5','2025-06-02 21:26:06','','','102.0.9.88','loggedin',1),(5303,'user','18','2025-06-02 21:50:46','','','102.0.9.88','loggedin',1),(5304,'user','18','2025-06-02 21:58:51','','','102.0.9.88','loggedin',1),(5305,'user','22','2025-06-02 22:36:28','','','102.0.9.88','loggedin',1),(5306,'user','5','2025-06-02 22:52:22','','','41.81.75.184','loggedin',1),(5307,'user','22','2025-06-03 07:06:23','','','102.0.9.88','loggedin',1),(5308,'user','11','2025-06-03 09:07:37','','','102.0.9.88','loggedin',1),(5309,'user','11','2025-06-03 10:35:10','','','102.0.9.88','loggedin',1),(5310,'user','11','2025-06-03 12:57:08','','','102.0.9.88','loggedin',1),(5311,'user','11','2025-06-03 12:58:52','','','102.0.9.88','loggedin',1),(5312,'user','11','2025-06-03 12:59:40','','','102.0.9.88','loggedin',1),(5313,'user','11','2025-06-03 13:43:46','','','102.0.9.88','loggedin',1),(5314,'user','11','2025-06-03 13:44:41','','','102.0.9.88','loggedin',1),(5315,'user','11','2025-06-03 13:55:52','','','102.0.9.88','loggedin',1),(5316,'user','11','2025-06-03 14:11:33','','','102.0.9.88','loggedin',1),(5317,'user','11','2025-06-03 14:59:33','','','102.0.9.88','loggedin',1),(5318,'user','11','2025-06-03 15:01:30','','','102.0.9.88','loggedin',1),(5319,'user','11','2025-06-03 15:04:21','','','102.0.9.88','loggedin',1),(5320,'user','11','2025-06-03 15:05:34','','','102.0.9.88','loggedin',1),(5321,'user','11','2025-06-03 15:23:29','','','102.0.9.88','loggedin',1),(5322,'user','11','2025-06-03 15:34:06','','','102.0.9.88','loggedin',1),(5323,'user','22','2025-06-03 15:37:59','','','102.0.9.88','loggedin',1),(5324,'user','22','2025-06-03 15:43:07','','','102.0.9.88','loggedin',1),(5325,'user','22','2025-06-03 16:04:40','','','102.0.9.88','loggedin',1),(5326,'user','22','2025-06-03 16:16:56','','','102.0.9.88','loggedin',1),(5327,'user','11','2025-06-03 16:44:18','','','102.0.9.88','loggedin',1),(5328,'user','11','2025-06-03 16:47:17','','','102.0.9.88','loggedin',1),(5329,'user','11','2025-06-03 16:49:14','','','102.0.9.88','loggedin',1),(5330,'user','11','2025-06-03 16:53:15','','','102.0.9.88','loggedin',1),(5331,'user','22','2025-06-03 17:01:59','','','102.0.9.88','loggedin',1),(5332,'user','11','2025-06-03 17:03:18','','','102.0.9.88','loggedin',1),(5333,'user','11','2025-06-03 17:04:49','','','102.0.9.88','loggedin',1),(5334,'user','5','2025-06-03 18:02:05','','','102.0.9.88','loggedin',1),(5335,'user','5','2025-06-03 18:02:18','','','102.0.9.88','loggedin',1),(5336,'user','22','2025-06-03 18:05:06','','','102.0.9.88','loggedin',1),(5337,'user','22','2025-06-03 18:28:37','','','102.0.9.88','loggedin',1),(5338,'user','11','2025-06-03 18:47:21','','','102.0.9.88','loggedin',1),(5339,'user','22','2025-06-03 18:51:50','','','102.0.9.88','loggedin',1),(5340,'user','22','2025-06-03 18:54:35','2025-06-03 18:55:49','','102.0.9.88','loggedin',1),(5341,'user','22','2025-06-03 19:05:19','','','102.0.9.88','loggedin',1),(5342,'user','22','2025-06-03 19:17:12','','','102.0.9.88','loggedin',1),(5343,'user','22','2025-06-03 19:24:52','','','102.0.9.88','loggedin',1),(5344,'user','22','2025-06-03 19:41:27','','','102.0.9.88','loggedin',1),(5345,'user','22','2025-06-03 19:42:39','','','102.0.9.88','loggedin',1),(5346,'user','22','2025-06-03 19:44:09','','','102.0.9.88','loggedin',1),(5347,'user','22','2025-06-03 19:46:51','','','102.0.9.88','loggedin',1),(5348,'user','11','2025-06-03 19:50:15','','','102.0.9.88','loggedin',1),(5349,'user','22','2025-06-03 20:07:23','','','102.0.9.88','loggedin',1),(5350,'user','22','2025-06-03 20:19:44','','','102.0.9.88','loggedin',1),(5351,'user','22','2025-06-03 20:30:50','','','102.0.9.88','loggedin',1),(5352,'user','22','2025-06-03 20:42:41','','','102.0.9.88','loggedin',1),(5353,'user','22','2025-06-03 20:48:02','','','102.0.9.88','loggedin',1),(5354,'user','11','2025-06-03 20:51:45','','','102.0.9.88','loggedin',1),(5355,'user','22','2025-06-03 21:02:21','','','102.0.9.88','loggedin',1),(5356,'user','11','2025-06-03 21:04:59','','','102.0.9.88','loggedin',1),(5357,'user','22','2025-06-03 21:08:59','','','102.0.9.88','loggedin',1),(5358,'user','22','2025-06-03 21:10:38','','','102.0.9.88','loggedin',1),(5359,'user','18','2025-06-03 21:11:17','','','102.0.9.88','loggedin',1),(5360,'user','18','2025-06-03 21:19:31','','','102.0.9.88','loggedin',1),(5361,'user','18','2025-06-03 21:19:55','','','102.0.9.88','loggedin',1),(5362,'user','5','2025-06-03 21:38:31','','','102.0.9.88','loggedin',1),(5363,'user','18','2025-06-03 22:09:25','','','102.0.9.88','loggedin',1),(5364,'user','19','2025-06-04 09:11:29','','','102.0.9.88','loggedin',1),(5365,'user','19','2025-06-04 09:11:54','','','102.0.9.88','loggedin',1),(5366,'user','19','2025-06-04 09:22:37','','','102.0.9.88','loggedin',1),(5367,'user','19','2025-06-04 09:29:40','','','102.0.9.88','loggedin',1),(5368,'user','19','2025-06-04 09:30:34','','','102.0.9.88','loggedin',1),(5369,'user','19','2025-06-04 09:38:36','','','102.0.9.88','loggedin',1),(5370,'user','19','2025-06-04 09:48:01','','','102.0.9.88','loggedin',1),(5371,'user','19','2025-06-04 09:50:56','','','102.0.9.88','loggedin',1),(5372,'user','19','2025-06-04 10:10:50','','','102.0.9.88','loggedin',1),(5373,'user','19','2025-06-04 10:11:46','','','102.0.9.88','loggedin',1),(5374,'user','19','2025-06-04 10:13:05','','','102.0.9.88','loggedin',1),(5375,'user','19','2025-06-04 11:40:53','','','102.0.9.88','loggedin',1),(5376,'user','19','2025-06-04 11:42:02','','','102.0.9.88','loggedin',1),(5377,'user','19','2025-06-04 12:05:18','','','102.0.9.88','loggedin',1),(5378,'user','19','2025-06-04 12:05:40','','','102.0.9.88','loggedin',1),(5379,'user','11','2025-06-04 12:51:19','','','102.0.9.88','loggedin',1),(5380,'user','19','2025-06-04 13:43:58','','','102.0.9.88','loggedin',1),(5381,'user','19','2025-06-04 13:46:58','','','102.0.9.88','loggedin',1),(5382,'user','19','2025-06-04 13:49:06','','','102.0.9.88','loggedin',1),(5383,'user','11','2025-06-04 13:49:51','','','102.0.9.88','loggedin',1),(5384,'user','19','2025-06-04 14:05:09','','','102.0.9.88','loggedin',1),(5385,'user','19','2025-06-04 14:05:41','','','102.0.9.88','loggedin',1),(5386,'user','11','2025-06-04 14:09:02','','','102.0.9.88','loggedin',1),(5387,'user','11','2025-06-04 14:09:51','','','102.0.9.88','loggedin',1),(5388,'user','19','2025-06-04 14:17:21','','','102.0.9.88','loggedin',1),(5389,'user','19','2025-06-04 14:29:32','','','102.0.9.88','loggedin',1),(5390,'user','19','2025-06-04 14:47:02','','','102.0.9.88','loggedin',1),(5391,'user','19','2025-06-04 14:49:06','','','102.0.9.88','loggedin',1),(5392,'user','19','2025-06-04 14:50:32','','','102.0.9.88','loggedin',1),(5393,'user','11','2025-06-04 14:54:16','','','102.0.9.88','loggedin',1),(5394,'user','19','2025-06-04 15:18:00','','','102.0.9.88','loggedin',1),(5395,'user','19','2025-06-04 15:18:53','','','102.0.9.88','loggedin',1),(5396,'user','11','2025-06-04 15:24:37','','','102.0.9.88','loggedin',1),(5397,'user','11','2025-06-04 15:33:56','','','102.0.9.88','loggedin',1),(5398,'user','19','2025-06-04 15:58:40','','','102.0.9.88','loggedin',1),(5399,'user','19','2025-06-04 16:08:14','','','102.0.9.88','loggedin',1),(5400,'user','11','2025-06-04 16:09:47','','','102.0.9.88','loggedin',1),(5401,'user','19','2025-06-04 16:13:15','','','102.0.9.88','loggedin',1),(5402,'user','19','2025-06-04 16:13:45','','','102.0.9.88','loggedin',1),(5403,'user','11','2025-06-04 16:14:28','','','102.0.9.88','loggedin',1),(5404,'user','11','2025-06-04 16:51:12','','','102.0.9.88','loggedin',1),(5405,'admin','1','2025-06-04 16:52:22','','','197.232.142.176','loggedin',1),(5406,'user','5','2025-06-04 16:56:39','','','102.0.9.88','loggedin',1),(5407,'admin','1','2025-06-04 17:11:58','','','197.232.142.176','loggedin',1),(5408,'admin','1','2025-06-04 17:15:20','','','197.232.142.176','loggedin',1),(5409,'user','19','2025-06-04 17:20:07','','','102.0.9.88','loggedin',1),(5410,'user','19','2025-06-04 17:21:06','','','102.0.9.88','loggedin',1),(5411,'user','19','2025-06-04 17:22:39','','','102.0.9.88','loggedin',1),(5412,'user','5','2025-06-04 17:37:09','','','102.0.9.88','loggedin',1),(5413,'admin','1','2025-06-04 17:40:02','','','197.232.142.176','loggedin',1),(5414,'user','5','2025-06-04 17:51:47','','','102.0.9.88','loggedin',1),(5415,'user','5','2025-06-04 17:54:58','2025-06-04 17:57:17','','102.0.9.88','loggedin',1),(5416,'user','11','2025-06-04 18:05:26','','','102.0.9.88','loggedin',1),(5417,'user','5','2025-06-04 18:22:36','','','102.0.9.88','loggedin',1),(5418,'user','5','2025-06-04 19:25:23','','','102.0.9.88','loggedin',1),(5419,'user','5','2025-06-04 20:02:37','','','102.0.9.88','loggedin',1),(5420,'user','12','2025-06-04 20:04:08','','','102.0.9.88','loggedin',1),(5421,'user','11','2025-06-04 20:10:40','','','102.0.9.88','loggedin',1),(5422,'user','11','2025-06-04 20:14:41','','','102.0.9.88','loggedin',1),(5423,'user','11','2025-06-04 20:15:58','','','102.0.9.88','loggedin',1),(5424,'user','11','2025-06-04 20:18:53','','','102.0.9.88','loggedin',1),(5425,'user','11','2025-06-04 20:29:24','','','102.0.9.88','loggedin',1),(5426,'user','11','2025-06-04 20:31:43','2025-06-04 20:33:26','','102.0.9.88','loggedin',1),(5427,'user','12','2025-06-04 20:33:37','','','102.0.9.88','loggedin',1),(5428,'user','12','2025-06-04 20:36:02','','','102.0.9.88','loggedin',1),(5429,'user','5','2025-06-04 20:36:31','','','102.0.9.88','loggedin',1),(5430,'user','11','2025-06-04 20:49:29','','','102.0.9.88','loggedin',1),(5431,'user','11','2025-06-04 20:51:55','','','102.0.9.88','loggedin',1),(5432,'user','11','2025-06-04 20:52:58','','','102.0.9.88','loggedin',1),(5433,'user','19','2025-06-04 21:06:26','','','102.0.9.88','loggedin',1),(5434,'user','5','2025-06-04 21:13:35','','','102.0.9.88','loggedin',1),(5435,'user','11','2025-06-04 21:13:54','','','102.0.9.88','loggedin',1),(5436,'user','11','2025-06-04 21:21:07','','','102.0.9.88','loggedin',1),(5437,'user','11','2025-06-04 21:26:04','','','102.0.9.88','loggedin',1),(5438,'user','5','2025-06-04 21:31:16','','','102.0.9.88','loggedin',1),(5439,'user','18','2025-06-04 21:33:14','','','102.0.9.88','loggedin',1),(5440,'user','18','2025-06-04 21:33:35','','','102.0.9.88','loggedin',1),(5441,'user','18','2025-06-04 21:37:15','','','102.0.9.88','loggedin',1),(5442,'user','19','2025-06-04 21:38:52','','','102.0.9.88','loggedin',1),(5443,'user','18','2025-06-04 21:39:07','','','102.0.9.88','loggedin',1),(5444,'user','18','2025-06-04 21:40:10','','','102.0.9.88','loggedin',1),(5445,'user','19','2025-06-04 21:40:43','','','102.0.9.88','loggedin',1),(5446,'user','19','2025-06-04 21:40:53','','','102.0.9.88','loggedin',1),(5447,'user','12','2025-06-04 21:42:31','2025-06-04 21:42:47','','102.0.9.88','loggedin',1),(5448,'admin','1','2025-06-04 21:56:00','2025-06-04 21:57:25','','102.0.9.88','loggedin',1),(5449,'user','12','2025-06-04 21:57:16','','','102.0.9.88','loggedin',1),(5450,'user','18','2025-06-04 22:07:20','','','102.0.9.88','loggedin',1),(5451,'user','18','2025-06-04 22:08:10','','','102.0.9.88','loggedin',1),(5452,'user','18','2025-06-04 22:08:34','','','102.0.9.88','loggedin',1),(5453,'user','8','2025-06-04 22:09:29','','','102.0.9.88','loggedin',1),(5454,'user','18','2025-06-05 00:29:49','','','102.0.9.88','loggedin',1),(5455,'user','18','2025-06-05 00:30:41','','','102.0.9.88','loggedin',1),(5456,'user','18','2025-06-05 08:23:14','','','102.0.9.88','loggedin',1),(5457,'user','18','2025-06-05 08:29:47','','','102.0.9.88','loggedin',1),(5458,'user','18','2025-06-05 08:30:20','','','102.0.9.88','loggedin',1),(5459,'user','22','2025-06-05 10:04:57','','','102.0.9.88','loggedin',1),(5460,'user','22','2025-06-05 10:42:17','','','102.0.9.88','loggedin',1),(5461,'user','22','2025-06-05 10:49:26','','','102.0.9.88','loggedin',1),(5462,'user','5','2025-06-05 11:07:07','','','102.0.9.88','loggedin',1),(5463,'user','22','2025-06-05 11:37:12','','','102.0.9.88','loggedin',1),(5464,'user','22','2025-06-05 12:03:19','','','102.0.9.88','loggedin',1),(5465,'user','5','2025-06-05 12:28:08','','','102.0.9.88','loggedin',1),(5466,'user','11','2025-06-05 12:41:11','','','102.0.9.88','loggedin',1),(5467,'user','22','2025-06-05 12:46:08','','','102.0.9.88','loggedin',1),(5468,'user','5','2025-06-05 12:46:37','','','102.0.9.88','loggedin',1),(5469,'user','22','2025-06-05 12:47:45','','','102.0.9.88','loggedin',1),(5470,'user','22','2025-06-05 12:58:12','','','102.0.9.88','loggedin',1),(5471,'user','22','2025-06-05 13:02:07','','','102.0.9.88','loggedin',1),(5472,'user','5','2025-06-05 13:04:01','','','102.0.9.88','loggedin',1),(5473,'user','22','2025-06-05 13:19:26','','','102.0.9.88','loggedin',1),(5474,'user','22','2025-06-05 13:39:42','','','102.0.9.88','loggedin',1),(5475,'user','22','2025-06-05 13:44:14','','','102.0.9.88','loggedin',1),(5476,'user','22','2025-06-05 13:48:09','','','102.0.9.88','loggedin',1),(5477,'user','22','2025-06-05 14:04:33','','','102.0.9.88','loggedin',1),(5478,'user','22','2025-06-05 14:12:32','','','102.0.9.88','loggedin',1),(5479,'user','22','2025-06-05 15:48:08','','','102.0.9.88','loggedin',1),(5480,'user','22','2025-06-05 15:50:36','','','102.0.9.88','loggedin',1),(5481,'user','22','2025-06-05 15:52:51','','','102.0.9.88','loggedin',1),(5482,'user','22','2025-06-05 16:00:02','','','102.0.9.88','loggedin',1),(5483,'user','11','2025-06-05 17:17:23','','','102.0.9.88','loggedin',1),(5484,'user','22','2025-06-05 17:22:40','2025-06-05 17:49:07','','102.0.9.88','loggedin',1),(5485,'user','11','2025-06-05 17:31:19','','','102.0.9.88','loggedin',1),(5486,'user','11','2025-06-05 17:41:57','','','102.0.9.88','loggedin',1),(5487,'user','11','2025-06-05 17:45:13','','','102.0.9.88','loggedin',1),(5488,'user','22','2025-06-05 18:08:01','','','102.0.9.88','loggedin',1),(5489,'user','11','2025-06-05 18:49:44','','','102.0.9.88','loggedin',1),(5490,'user','22','2025-06-05 19:03:14','','','102.0.9.88','loggedin',1),(5491,'user','22','2025-06-05 19:09:38','','','102.0.9.88','loggedin',1),(5492,'user','22','2025-06-05 19:20:39','','','102.0.9.88','loggedin',1),(5493,'user','11','2025-06-05 19:44:31','','','102.0.9.88','loggedin',1),(5494,'user','22','2025-06-05 19:58:34','','','102.0.9.88','loggedin',1),(5495,'user','22','2025-06-05 19:59:11','','','102.0.9.88','loggedin',1),(5496,'user','22','2025-06-05 20:00:09','','','102.0.9.88','loggedin',1),(5497,'user','22','2025-06-05 20:03:46','','','102.0.9.88','loggedin',1),(5498,'user','11','2025-06-05 20:04:09','','','102.0.9.88','loggedin',1),(5499,'user','22','2025-06-05 20:12:07','','','102.0.9.88','loggedin',1),(5500,'user','11','2025-06-05 20:12:56','','','102.0.9.88','loggedin',1),(5501,'user','22','2025-06-05 20:23:46','','','102.0.9.88','loggedin',1),(5502,'user','11','2025-06-05 20:33:30','','','102.0.9.88','loggedin',1),(5503,'user','22','2025-06-05 20:39:55','','','102.0.9.88','loggedin',1),(5504,'user','22','2025-06-05 20:49:59','','','102.0.9.88','loggedin',1),(5505,'user','22','2025-06-05 20:54:22','','','102.0.9.88','loggedin',1),(5506,'user','11','2025-06-05 20:57:35','','','102.0.9.88','loggedin',1),(5507,'user','11','2025-06-05 21:04:17','','','102.0.9.88','loggedin',1),(5508,'user','22','2025-06-05 21:09:04','','','102.0.9.88','loggedin',1),(5509,'user','11','2025-06-05 21:10:43','','','102.0.9.88','loggedin',1),(5510,'user','18','2025-06-05 21:22:02','','','102.0.9.88','loggedin',1),(5511,'user','18','2025-06-05 21:22:45','','','102.0.9.88','loggedin',1),(5512,'user','18','2025-06-05 21:23:22','','','102.0.9.88','loggedin',1),(5513,'user','18','2025-06-05 21:24:24','','','102.0.9.88','loggedin',1),(5514,'user','22','2025-06-05 21:25:02','','','102.0.9.88','loggedin',1),(5515,'user','18','2025-06-05 21:26:10','','','102.0.9.88','loggedin',1),(5516,'user','18','2025-06-05 21:26:46','2025-06-05 21:27:20','','102.0.9.88','loggedin',1),(5517,'user','22','2025-06-05 21:27:29','','','102.0.9.88','loggedin',1),(5518,'user','18','2025-06-05 21:40:01','','','102.0.9.88','loggedin',1),(5519,'user','5','2025-06-05 21:41:30','','','105.161.117.69','loggedin',1),(5520,'user','18','2025-06-05 22:13:27','','','102.0.9.88','loggedin',1),(5521,'user','18','2025-06-06 00:10:59','','','102.0.9.88','loggedin',1),(5522,'user','18','2025-06-06 00:11:23','','','102.0.9.88','loggedin',1),(5523,'user','18','2025-06-06 06:39:53','','','102.0.9.88','loggedin',1),(5524,'user','18','2025-06-06 06:41:40','','','102.0.9.88','loggedin',1),(5525,'user','18','2025-06-06 07:05:58','','','102.0.9.88','loggedin',1),(5526,'user','18','2025-06-06 08:58:28','','','102.0.9.88','loggedin',1),(5527,'user','18','2025-06-06 08:59:03','','','102.0.9.88','loggedin',1),(5528,'user','22','2025-06-06 10:14:34','','','102.0.9.88','loggedin',1),(5529,'user','22','2025-06-06 10:29:00','','','102.0.9.88','loggedin',1),(5530,'user','22','2025-06-06 12:30:06','','','102.0.9.88','loggedin',1),(5531,'user','11','2025-06-06 12:37:47','','','102.0.9.88','loggedin',1),(5532,'user','22','2025-06-06 12:44:31','','','102.0.9.88','loggedin',1),(5533,'user','11','2025-06-06 12:46:41','','','102.0.9.88','loggedin',1),(5534,'user','22','2025-06-06 13:42:09','','','102.0.9.88','loggedin',1),(5535,'user','22','2025-06-06 13:50:13','','','102.0.9.88','loggedin',1),(5536,'user','22','2025-06-06 14:02:19','','','102.0.9.88','loggedin',1),(5537,'user','11','2025-06-06 15:41:16','','','102.0.9.88','loggedin',1),(5538,'user','22','2025-06-06 15:46:29','','','102.0.9.88','loggedin',1),(5539,'user','22','2025-06-06 15:49:13','','','102.0.9.88','loggedin',1),(5540,'user','11','2025-06-06 15:50:42','','','102.0.9.88','loggedin',1),(5541,'user','22','2025-06-06 15:53:56','','','102.0.9.88','loggedin',1),(5542,'user','11','2025-06-06 15:57:17','','','102.0.9.88','loggedin',1),(5543,'user','22','2025-06-06 16:24:38','','','102.0.9.88','loggedin',1),(5544,'user','22','2025-06-06 16:28:30','','','102.0.9.88','loggedin',1),(5545,'user','11','2025-06-06 16:29:05','','','102.0.9.88','loggedin',1),(5546,'user','22','2025-06-06 16:37:21','','','102.0.9.88','loggedin',1),(5547,'user','22','2025-06-06 17:07:57','','','102.0.9.88','loggedin',1),(5548,'user','5','2025-06-06 17:08:07','2025-06-06 17:45:40','','102.0.9.88','loggedin',1),(5549,'user','22','2025-06-06 17:10:00','','','102.0.9.88','loggedin',1),(5550,'user','22','2025-06-06 17:16:35','','','102.0.9.88','loggedin',1),(5551,'user','22','2025-06-06 17:18:35','','','102.0.9.88','loggedin',1),(5552,'user','22','2025-06-06 17:38:37','','','102.0.9.88','loggedin',1),(5553,'user','5','2025-06-06 17:45:47','','','102.0.9.88','loggedin',1),(5554,'user','22','2025-06-06 17:47:28','','','102.0.9.88','loggedin',1),(5555,'user','22','2025-06-06 17:49:10','','','102.0.9.88','loggedin',1),(5556,'user','5','2025-06-06 17:50:00','','','102.0.9.88','loggedin',1),(5557,'user','22','2025-06-06 17:54:59','','','102.0.9.88','loggedin',1),(5558,'user','11','2025-06-06 17:57:37','','','102.0.9.88','loggedin',1),(5559,'user','22','2025-06-06 18:13:41','','','102.0.9.88','loggedin',1),(5560,'user','11','2025-06-06 18:24:37','','','102.0.9.88','loggedin',1),(5561,'user','22','2025-06-06 18:33:10','','','102.0.9.88','loggedin',1),(5562,'user','22','2025-06-06 18:38:00','','','102.0.9.88','loggedin',1),(5563,'user','11','2025-06-06 18:53:41','','','102.0.9.88','loggedin',1),(5564,'user','22','2025-06-06 18:58:37','','','102.0.9.88','loggedin',1),(5565,'user','22','2025-06-06 19:12:13','','','102.0.9.88','loggedin',1),(5566,'user','22','2025-06-06 19:14:54','','','102.0.9.88','loggedin',1),(5567,'user','11','2025-06-06 19:32:52','','','102.0.9.88','loggedin',1),(5568,'user','22','2025-06-06 19:34:29','','','102.0.9.88','loggedin',1),(5569,'user','22','2025-06-06 19:36:41','','','102.0.9.88','loggedin',1),(5570,'user','22','2025-06-06 19:48:32','','','102.0.9.88','loggedin',1),(5571,'user','22','2025-06-06 19:56:12','','','102.0.9.88','loggedin',1),(5572,'user','11','2025-06-06 19:57:06','2025-06-06 20:02:18','','102.0.9.88','loggedin',1),(5573,'user','12','2025-06-06 20:02:26','','','102.0.9.88','loggedin',1),(5574,'user','12','2025-06-06 20:04:40','','','102.0.9.88','loggedin',1),(5575,'user','11','2025-06-06 20:05:42','','','102.0.9.88','loggedin',1),(5576,'user','22','2025-06-06 20:07:28','','','102.0.9.88','loggedin',1),(5577,'user','12','2025-06-06 20:20:20','','','102.0.9.88','loggedin',1),(5578,'user','22','2025-06-06 20:21:23','','','102.0.9.88','loggedin',1),(5579,'user','11','2025-06-06 20:22:33','2025-06-06 20:23:11','','102.0.9.88','loggedin',1),(5580,'user','12','2025-06-06 20:23:20','2025-06-06 20:24:17','','102.0.9.88','loggedin',1),(5581,'user','12','2025-06-06 20:25:35','2025-06-06 20:25:49','','102.0.9.88','loggedin',1),(5582,'user','12','2025-06-06 20:27:25','','','102.0.9.88','loggedin',1),(5583,'user','12','2025-06-06 20:29:13','','','102.0.9.88','loggedin',1),(5584,'user','22','2025-06-06 20:30:31','','','102.0.9.88','loggedin',1),(5585,'user','22','2025-06-06 20:32:06','2025-06-06 20:39:10','','102.0.9.88','loggedin',1),(5586,'user','5','2025-06-06 20:36:57','','','41.81.75.111','loggedin',1),(5587,'user','12','2025-06-06 20:39:15','','','102.0.9.88','loggedin',1),(5588,'user','22','2025-06-06 20:40:04','','','102.0.9.88','loggedin',1),(5589,'user','11','2025-06-06 20:40:41','','','102.0.9.88','loggedin',1),(5590,'user','22','2025-06-06 20:41:17','','','102.0.9.88','loggedin',1),(5591,'user','12','2025-06-06 20:44:51','2025-06-06 20:48:23','','102.0.9.88','loggedin',1),(5592,'user','5','2025-06-06 20:47:34','','','41.81.31.111','loggedin',1),(5593,'user','12','2025-06-06 20:48:30','','','102.0.9.88','loggedin',1),(5594,'user','12','2025-06-06 20:49:12','2025-06-06 20:49:38','','102.0.9.88','loggedin',1),(5595,'user','11','2025-06-06 20:49:47','','','102.0.9.88','loggedin',1),(5596,'user','11','2025-06-06 20:57:45','2025-06-06 20:58:22','','102.0.9.88','loggedin',1),(5597,'user','22','2025-06-06 20:58:31','2025-06-06 21:02:05','','102.0.9.88','loggedin',1),(5598,'user','5','2025-06-06 21:04:03','','','41.81.31.111','loggedin',1),(5599,'user','11','2025-06-06 21:05:29','','','102.0.9.88','loggedin',1),(5600,'user','18','2025-06-06 21:06:06','','','102.0.9.88','loggedin',1),(5601,'user','22','2025-06-06 21:11:32','','','102.0.9.88','loggedin',1),(5602,'user','18','2025-06-06 21:24:02','','','102.0.9.88','loggedin',1),(5603,'user','18','2025-06-06 21:24:40','','','102.0.9.88','loggedin',1),(5604,'user','18','2025-06-06 21:25:19','','','102.0.9.88','loggedin',1),(5605,'user','18','2025-06-06 21:25:46','','','102.0.9.88','loggedin',1),(5606,'user','11','2025-06-06 21:28:17','','','102.0.9.88','loggedin',1),(5607,'user','18','2025-06-06 21:49:48','','','102.0.9.88','loggedin',1),(5608,'user','18','2025-06-06 21:50:24','','','102.0.9.88','loggedin',1),(5609,'user','5','2025-06-06 21:59:16','','','41.81.31.111','loggedin',1),(5610,'user','18','2025-06-06 22:13:26','','','102.0.9.88','loggedin',1),(5611,'user','18','2025-06-06 22:14:15','','','102.0.9.88','loggedin',1),(5612,'user','18','2025-06-06 22:24:27','','','102.0.9.88','loggedin',1),(5613,'user','5','2025-06-06 22:42:39','','','41.81.31.111','loggedin',1),(5614,'user','18','2025-06-07 00:38:40','','','102.0.9.88','loggedin',1),(5615,'user','18','2025-06-07 00:39:10','','','102.0.9.88','loggedin',1),(5616,'user','18','2025-06-07 00:59:31','','','102.0.9.88','loggedin',1),(5617,'user','18','2025-06-07 01:02:03','','','102.0.9.88','loggedin',1),(5618,'user','18','2025-06-07 07:25:18','','','102.0.9.88','loggedin',1),(5619,'user','18','2025-06-07 07:25:56','','','102.0.9.88','loggedin',1),(5620,'user','18','2025-06-07 07:40:27','','','102.0.9.88','loggedin',1),(5621,'user','18','2025-06-07 08:11:27','','','102.0.9.88','loggedin',1),(5622,'user','18','2025-06-07 08:33:03','','','102.0.9.88','loggedin',1),(5623,'user','11','2025-06-07 09:32:16','','','102.0.9.88','loggedin',1),(5624,'user','11','2025-06-07 09:47:50','','','102.0.9.88','loggedin',1),(5625,'user','11','2025-06-07 12:14:52','','','102.0.9.88','loggedin',1),(5626,'user','11','2025-06-07 12:16:15','','','102.0.9.88','loggedin',1),(5627,'user','22','2025-06-07 12:19:45','','','102.0.9.88','loggedin',1),(5628,'user','22','2025-06-07 12:39:40','','','102.0.9.88','loggedin',1),(5629,'user','22','2025-06-07 12:44:55','','','102.0.9.88','loggedin',1),(5630,'user','22','2025-06-07 13:15:56','','','102.0.9.88','loggedin',1),(5631,'user','22','2025-06-07 14:03:34','','','102.0.9.88','loggedin',1),(5632,'user','5','2025-06-07 14:07:25','2025-06-07 14:07:42','','102.0.9.88','loggedin',1),(5633,'user','22','2025-06-07 14:07:49','','','102.0.9.88','loggedin',1),(5634,'user','22','2025-06-07 14:09:05','','','102.0.9.88','loggedin',1),(5635,'user','22','2025-06-07 14:10:08','','','102.0.9.88','loggedin',1),(5636,'user','22','2025-06-07 14:12:25','','','102.0.9.88','loggedin',1),(5637,'user','22','2025-06-07 14:13:13','','','102.0.9.88','loggedin',1),(5638,'user','22','2025-06-07 15:31:15','','','102.0.9.88','loggedin',1),(5639,'user','11','2025-06-07 15:32:53','','','102.0.9.88','loggedin',1),(5640,'user','11','2025-06-07 15:33:54','','','102.0.9.88','loggedin',1),(5641,'user','22','2025-06-07 15:34:30','','','102.0.9.88','loggedin',1),(5642,'user','22','2025-06-07 15:35:42','','','102.0.9.88','loggedin',1),(5643,'user','22','2025-06-07 15:36:15','','','102.0.9.88','loggedin',1),(5644,'user','22','2025-06-07 15:36:54','','','102.0.9.88','loggedin',1),(5645,'user','22','2025-06-07 15:42:33','','','102.0.9.88','loggedin',1),(5646,'user','22','2025-06-07 16:34:02','','','102.0.9.88','loggedin',1),(5647,'user','22','2025-06-07 17:24:51','','','102.0.9.88','loggedin',1),(5648,'user','22','2025-06-07 17:28:57','','','102.0.9.88','loggedin',1),(5649,'user','22','2025-06-07 17:33:48','','','102.0.9.88','loggedin',1),(5650,'user','22','2025-06-07 17:46:56','','','102.0.9.88','loggedin',1),(5651,'user','22','2025-06-07 17:59:05','','','102.0.9.88','loggedin',1),(5652,'user','22','2025-06-07 18:15:39','','','102.0.9.88','loggedin',1),(5653,'user','11','2025-06-07 18:19:27','','','102.0.9.88','loggedin',1),(5654,'user','11','2025-06-07 18:29:34','','','102.0.9.88','loggedin',1),(5655,'user','22','2025-06-07 18:53:25','','','102.0.9.88','loggedin',1),(5656,'user','22','2025-06-07 18:55:57','','','102.0.9.88','loggedin',1),(5657,'user','11','2025-06-07 18:58:09','','','102.0.9.88','loggedin',1),(5658,'user','5','2025-06-07 19:05:40','','','102.0.9.88','loggedin',1),(5659,'user','5','2025-06-07 19:05:51','','','102.0.9.88','loggedin',1),(5660,'user','5','2025-06-07 19:05:54','','','102.0.9.88','loggedin',1),(5661,'user','5','2025-06-07 19:06:03','','','102.0.9.88','loggedin',1),(5662,'user','5','2025-06-07 19:06:07','','','102.0.9.88','loggedin',1),(5663,'user','22','2025-06-07 19:06:46','','','102.0.9.88','loggedin',1),(5664,'user','11','2025-06-07 19:06:47','','','102.0.9.88','loggedin',1),(5665,'user','22','2025-06-07 19:11:21','','','102.0.9.88','loggedin',1),(5666,'user','11','2025-06-07 19:28:55','','','102.0.9.88','loggedin',1),(5667,'user','11','2025-06-07 19:31:42','','','102.0.9.88','loggedin',1),(5668,'user','22','2025-06-07 19:47:13','','','102.0.9.88','loggedin',1),(5669,'user','22','2025-06-07 19:54:04','','','102.0.9.88','loggedin',1),(5670,'user','22','2025-06-07 19:55:38','','','102.0.9.88','loggedin',1),(5671,'user','22','2025-06-07 19:57:47','','','102.0.9.88','loggedin',1),(5672,'user','11','2025-06-07 20:07:14','','','102.0.9.88','loggedin',1),(5673,'user','22','2025-06-07 20:10:54','','','102.0.9.88','loggedin',1),(5674,'user','11','2025-06-07 20:13:30','','','102.0.9.88','loggedin',1),(5675,'user','22','2025-06-07 20:14:40','','','102.0.9.88','loggedin',1),(5676,'user','22','2025-06-07 20:16:51','','','102.0.9.88','loggedin',1),(5677,'user','22','2025-06-07 20:32:03','','','102.0.9.88','loggedin',1),(5678,'user','22','2025-06-07 20:37:23','','','102.0.9.88','loggedin',1),(5679,'user','22','2025-06-07 20:44:41','','','102.0.9.88','loggedin',1),(5680,'user','22','2025-06-07 20:48:11','','','102.0.9.88','loggedin',1),(5681,'user','22','2025-06-07 20:49:04','','','102.0.9.88','loggedin',1),(5682,'user','22','2025-06-07 20:55:44','','','102.0.9.88','loggedin',1),(5683,'user','11','2025-06-07 21:03:21','','','102.0.9.88','loggedin',1),(5684,'user','11','2025-06-07 21:05:59','','','102.0.9.88','loggedin',1),(5685,'user','22','2025-06-07 21:12:59','','','102.0.9.88','loggedin',1),(5686,'user','22','2025-06-07 21:14:19','','','102.0.9.88','loggedin',1),(5687,'user','5','2025-06-07 21:14:56','','','102.0.9.88','loggedin',1),(5688,'user','11','2025-06-07 21:20:58','','','102.0.9.88','loggedin',1),(5689,'user','11','2025-06-07 21:28:54','','','102.0.9.88','loggedin',1),(5690,'user','11','2025-06-07 21:37:49','','','102.0.9.88','loggedin',1),(5691,'user','5','2025-06-07 21:38:50','','','102.0.9.88','loggedin',1),(5692,'user','11','2025-06-07 21:49:10','','','102.0.9.88','loggedin',1),(5693,'user','5','2025-06-07 22:54:58','','','41.81.156.249','loggedin',1),(5694,'user','19','2025-06-07 23:45:44','','','102.0.9.88','loggedin',1),(5695,'user','19','2025-06-07 23:46:11','','','102.0.9.88','loggedin',1),(5696,'user','19','2025-06-08 06:45:34','','','102.0.9.88','loggedin',1),(5697,'user','19','2025-06-08 06:46:09','','','102.0.9.88','loggedin',1),(5698,'user','19','2025-06-08 09:12:04','','','102.0.9.88','loggedin',1),(5699,'user','19','2025-06-08 09:13:07','','','102.0.9.88','loggedin',1),(5700,'user','19','2025-06-08 09:21:43','','','102.0.9.88','loggedin',1),(5701,'user','19','2025-06-08 09:22:26','','','102.0.9.88','loggedin',1),(5702,'user','22','2025-06-08 10:17:57','','','102.0.9.88','loggedin',1),(5703,'user','11','2025-06-08 12:59:06','','','102.0.9.88','loggedin',1),(5704,'user','22','2025-06-08 12:59:38','','','102.0.9.88','loggedin',1),(5705,'user','22','2025-06-08 13:22:59','','','102.0.9.88','loggedin',1),(5706,'user','22','2025-06-08 13:25:12','','','102.0.9.88','loggedin',1),(5707,'user','11','2025-06-08 13:44:16','','','102.0.9.88','loggedin',1),(5708,'user','22','2025-06-08 14:07:09','','','102.0.9.88','loggedin',1),(5709,'user','22','2025-06-08 14:08:45','','','102.0.9.88','loggedin',1),(5710,'user','22','2025-06-08 14:16:20','','','102.0.9.88','loggedin',1),(5711,'user','11','2025-06-08 14:19:00','','','102.0.9.88','loggedin',1),(5712,'user','22','2025-06-08 14:45:33','','','102.0.9.88','loggedin',1),(5713,'user','22','2025-06-08 14:46:57','','','102.0.9.88','loggedin',1),(5714,'user','11','2025-06-08 14:50:26','','','102.0.9.88','loggedin',1),(5715,'user','22','2025-06-08 14:51:03','','','102.0.9.88','loggedin',1),(5716,'user','22','2025-06-08 14:53:34','','','102.0.9.88','loggedin',1),(5717,'user','22','2025-06-08 14:55:00','','','102.0.9.88','loggedin',1),(5718,'user','11','2025-06-08 14:59:26','','','102.0.9.88','loggedin',1),(5719,'user','22','2025-06-08 15:03:00','','','102.0.9.88','loggedin',1),(5720,'user','22','2025-06-08 15:04:01','','','102.0.9.88','loggedin',1),(5721,'user','22','2025-06-08 15:19:28','','','102.0.9.88','loggedin',1),(5722,'user','11','2025-06-08 15:42:29','','','102.0.9.88','loggedin',1),(5723,'user','22','2025-06-08 15:42:50','','','102.0.9.88','loggedin',1),(5724,'user','22','2025-06-08 15:44:41','','','102.0.9.88','loggedin',1),(5725,'user','22','2025-06-08 15:48:32','','','102.0.9.88','loggedin',1),(5726,'user','22','2025-06-08 15:49:20','','','102.0.9.88','loggedin',1),(5727,'user','22','2025-06-08 15:59:45','','','102.0.9.88','loggedin',1),(5728,'user','22','2025-06-08 16:09:50','','','102.0.9.88','loggedin',1),(5729,'user','22','2025-06-08 16:11:50','','','102.0.9.88','loggedin',1),(5730,'user','22','2025-06-08 16:14:36','','','102.0.9.88','loggedin',1),(5731,'user','11','2025-06-08 16:19:23','','','102.0.9.88','loggedin',1),(5732,'user','22','2025-06-08 16:19:29','','','102.0.9.88','loggedin',1),(5733,'user','22','2025-06-08 16:23:00','','','102.0.9.88','loggedin',1),(5734,'user','22','2025-06-08 16:29:57','','','102.0.9.88','loggedin',1),(5735,'user','22','2025-06-08 16:30:57','','','102.0.9.88','loggedin',1),(5736,'user','22','2025-06-08 16:52:36','','','102.0.9.88','loggedin',1),(5737,'user','22','2025-06-08 17:11:25','','','102.0.9.88','loggedin',1),(5738,'user','11','2025-06-08 17:22:34','','','102.0.9.88','loggedin',1),(5739,'user','22','2025-06-08 17:25:29','','','102.0.9.88','loggedin',1),(5740,'user','11','2025-06-08 17:28:05','','','102.0.9.88','loggedin',1),(5741,'user','22','2025-06-08 17:28:30','','','102.0.9.88','loggedin',1),(5742,'user','11','2025-06-08 17:34:36','','','102.0.9.88','loggedin',1),(5743,'user','22','2025-06-08 17:48:09','','','102.0.9.88','loggedin',1),(5744,'user','5','2025-06-08 17:51:53','','','105.161.139.163','loggedin',1),(5745,'user','22','2025-06-08 17:53:56','','','102.0.9.88','loggedin',1),(5746,'user','22','2025-06-08 17:59:46','','','102.0.9.88','loggedin',1),(5747,'user','22','2025-06-08 18:02:32','','','102.0.9.88','loggedin',1),(5748,'user','11','2025-06-08 18:03:10','','','102.0.9.88','loggedin',1),(5749,'user','11','2025-06-08 18:09:18','','','102.0.9.88','loggedin',1),(5750,'user','22','2025-06-08 18:17:08','','','102.0.9.88','loggedin',1),(5751,'user','22','2025-06-08 18:18:25','','','102.0.9.88','loggedin',1),(5752,'user','11','2025-06-08 18:21:52','','','102.0.9.88','loggedin',1),(5753,'user','22','2025-06-08 18:22:21','','','102.0.9.88','loggedin',1),(5754,'user','22','2025-06-08 18:26:37','','','102.0.9.88','loggedin',1),(5755,'user','22','2025-06-08 18:28:26','','','102.0.9.88','loggedin',1),(5756,'user','11','2025-06-08 18:32:15','','','102.0.9.88','loggedin',1),(5757,'user','22','2025-06-08 18:32:17','','','102.0.9.88','loggedin',1),(5758,'user','11','2025-06-08 18:40:17','','','102.0.9.88','loggedin',1),(5759,'user','5','2025-06-08 18:55:54','','','102.0.9.88','loggedin',1),(5760,'user','11','2025-06-08 19:06:46','','','102.0.9.88','loggedin',1),(5761,'user','11','2025-06-08 19:26:56','','','102.0.9.88','loggedin',1),(5762,'user','22','2025-06-08 19:38:12','','','102.0.9.88','loggedin',1),(5763,'user','11','2025-06-08 19:43:38','','','102.0.9.88','loggedin',1),(5764,'user','22','2025-06-08 19:56:46','','','102.0.9.88','loggedin',1),(5765,'user','22','2025-06-08 19:59:06','','','102.0.9.88','loggedin',1),(5766,'user','22','2025-06-08 20:05:43','','','102.0.9.88','loggedin',1),(5767,'user','22','2025-06-08 20:18:50','','','102.0.9.88','loggedin',1),(5768,'user','11','2025-06-08 20:19:04','','','102.0.9.88','loggedin',1),(5769,'user','22','2025-06-08 20:31:33','','','102.0.9.88','loggedin',1),(5770,'user','22','2025-06-08 20:46:55','','','102.0.9.88','loggedin',1),(5771,'user','22','2025-06-08 20:47:21','','','102.0.9.88','loggedin',1),(5772,'user','22','2025-06-08 20:48:18','','','102.0.9.88','loggedin',1),(5773,'user','22','2025-06-08 20:49:43','','','102.0.9.88','loggedin',1),(5774,'user','22','2025-06-08 20:55:52','','','102.0.9.88','loggedin',1),(5775,'user','19','2025-06-08 21:33:06','','','102.0.9.88','loggedin',1),(5776,'user','19','2025-06-08 21:34:21','','','102.0.9.88','loggedin',1),(5777,'user','19','2025-06-08 21:35:11','','','102.0.9.88','loggedin',1),(5778,'user','19','2025-06-08 21:38:35','','','102.0.9.88','loggedin',1),(5779,'user','19','2025-06-08 21:39:20','','','102.0.9.88','loggedin',1),(5780,'user','19','2025-06-08 21:40:35','','','102.0.9.88','loggedin',1),(5781,'user','19','2025-06-08 21:41:04','','','102.0.9.88','loggedin',1),(5782,'user','19','2025-06-08 22:32:38','','','102.0.9.88','loggedin',1),(5783,'user','19','2025-06-08 22:33:37','','','102.0.9.88','loggedin',1),(5784,'user','19','2025-06-08 22:59:43','','','102.0.9.88','loggedin',1),(5785,'user','19','2025-06-08 23:01:01','','','102.0.9.88','loggedin',1),(5786,'user','19','2025-06-09 04:05:57','','','102.0.9.88','loggedin',1),(5787,'user','19','2025-06-09 04:21:30','','','102.0.9.88','loggedin',1),(5788,'user','19','2025-06-09 07:31:20','','','102.0.9.88','loggedin',1),(5789,'user','19','2025-06-09 07:33:08','','','102.0.9.88','loggedin',1),(5790,'user','5','2025-06-09 08:53:36','','','102.0.9.88','loggedin',1),(5791,'user','18','2025-06-09 10:40:55','','','102.0.9.88','loggedin',1),(5792,'user','18','2025-06-09 10:49:01','','','102.0.9.88','loggedin',1),(5793,'user','18','2025-06-09 10:49:15','','','102.0.9.88','loggedin',1),(5794,'user','18','2025-06-09 10:49:50','','','102.0.9.88','loggedin',1),(5795,'user','18','2025-06-09 11:02:52','','','102.0.9.88','loggedin',1),(5796,'user','18','2025-06-09 11:06:25','','','102.0.9.88','loggedin',1),(5797,'user','18','2025-06-09 11:06:58','','','102.0.9.88','loggedin',1),(5798,'user','18','2025-06-09 11:15:21','','','102.0.9.88','loggedin',1),(5799,'user','18','2025-06-09 11:39:15','','','102.0.9.88','loggedin',1),(5800,'user','18','2025-06-09 11:40:16','','','102.0.9.88','loggedin',1),(5801,'user','11','2025-06-09 11:40:42','','','102.0.9.88','loggedin',1),(5802,'user','18','2025-06-09 11:40:47','','','102.0.9.88','loggedin',1),(5803,'user','18','2025-06-09 11:48:58','','','102.0.9.88','loggedin',1),(5804,'user','18','2025-06-09 11:49:21','','','102.0.9.88','loggedin',1),(5805,'user','18','2025-06-09 12:08:22','','','102.0.9.88','loggedin',1),(5806,'user','18','2025-06-09 12:10:11','','','102.0.9.88','loggedin',1),(5807,'user','18','2025-06-09 12:15:08','','','102.0.9.88','loggedin',1),(5808,'user','11','2025-06-09 12:16:27','','','102.0.9.88','loggedin',1),(5809,'user','18','2025-06-09 12:32:04','','','102.0.9.88','loggedin',1),(5810,'user','18','2025-06-09 12:45:13','','','102.0.9.88','loggedin',1),(5811,'user','18','2025-06-09 12:49:56','','','102.0.9.88','loggedin',1),(5812,'user','18','2025-06-09 13:44:26','','','102.0.9.88','loggedin',1),(5813,'user','18','2025-06-09 13:47:35','','','102.0.9.88','loggedin',1),(5814,'user','18','2025-06-09 13:48:30','','','102.0.9.88','loggedin',1),(5815,'user','18','2025-06-09 13:49:16','','','102.0.9.88','loggedin',1),(5816,'user','18','2025-06-09 13:50:53','','','102.0.9.88','loggedin',1),(5817,'user','11','2025-06-09 13:53:50','','','102.0.9.88','loggedin',1),(5818,'user','18','2025-06-09 15:06:59','','','102.0.9.88','loggedin',1),(5819,'user','11','2025-06-09 15:09:19','','','102.0.9.88','loggedin',1),(5820,'user','18','2025-06-09 15:37:59','','','102.0.9.88','loggedin',1),(5821,'user','18','2025-06-09 15:39:42','','','102.0.9.88','loggedin',1),(5822,'user','18','2025-06-09 15:43:49','','','102.0.9.88','loggedin',1),(5823,'user','18','2025-06-09 15:44:03','','','102.0.9.88','loggedin',1),(5824,'user','18','2025-06-09 15:51:13','','','102.0.9.88','loggedin',1),(5825,'user','18','2025-06-09 15:54:33','','','102.0.9.88','loggedin',1),(5826,'user','18','2025-06-09 15:54:57','','','102.0.9.88','loggedin',1),(5827,'user','18','2025-06-09 16:40:47','','','102.0.9.88','loggedin',1),(5828,'user','18','2025-06-09 16:41:49','','','102.0.9.88','loggedin',1),(5829,'user','18','2025-06-09 17:22:06','','','102.0.9.88','loggedin',1),(5830,'user','18','2025-06-09 17:22:34','','','102.0.9.88','loggedin',1),(5831,'user','11','2025-06-09 17:26:50','','','102.0.9.88','loggedin',1),(5832,'user','18','2025-06-09 17:27:45','','','102.0.9.88','loggedin',1),(5833,'user','11','2025-06-09 17:28:55','','','102.0.9.88','loggedin',1),(5834,'user','18','2025-06-09 17:29:02','','','102.0.9.88','loggedin',1),(5835,'user','5','2025-06-09 17:33:44','','','102.0.9.88','loggedin',1),(5836,'user','18','2025-06-09 17:40:39','','','102.0.9.88','loggedin',1),(5837,'user','18','2025-06-09 18:12:46','','','102.0.9.88','loggedin',1),(5838,'user','18','2025-06-09 18:13:20','','','102.0.9.88','loggedin',1),(5839,'user','18','2025-06-09 18:47:50','','','102.0.9.88','loggedin',1),(5840,'user','18','2025-06-09 19:04:01','','','102.0.9.88','loggedin',1),(5841,'user','18','2025-06-09 19:37:26','','','102.0.9.88','loggedin',1),(5842,'user','11','2025-06-09 19:38:16','','','102.0.9.88','loggedin',1),(5843,'user','18','2025-06-09 19:39:06','','','102.0.9.88','loggedin',1),(5844,'user','18','2025-06-09 19:40:20','','','102.0.9.88','loggedin',1),(5845,'user','18','2025-06-09 19:41:16','','','102.0.9.88','loggedin',1),(5846,'user','11','2025-06-09 19:54:54','','','102.0.9.88','loggedin',1),(5847,'user','18','2025-06-09 19:55:16','','','102.0.9.88','loggedin',1),(5848,'user','18','2025-06-09 19:55:52','','','102.0.9.88','loggedin',1),(5849,'user','18','2025-06-09 19:56:47','','','102.0.9.88','loggedin',1),(5850,'user','18','2025-06-09 20:08:35','','','102.0.9.88','loggedin',1),(5851,'user','5','2025-06-09 20:19:02','2025-06-09 20:19:49','','102.0.9.88','loggedin',1),(5852,'user','18','2025-06-09 20:24:06','','','102.0.9.88','loggedin',1),(5853,'user','18','2025-06-09 20:25:05','','','102.0.9.88','loggedin',1),(5854,'user','18','2025-06-09 20:36:08','','','102.0.9.88','loggedin',1),(5855,'user','18','2025-06-09 20:40:59','','','102.0.9.88','loggedin',1),(5856,'user','18','2025-06-09 20:41:53','','','102.0.9.88','loggedin',1),(5857,'user','11','2025-06-09 20:46:38','','','102.0.9.88','loggedin',1),(5858,'user','18','2025-06-09 20:49:41','','','102.0.9.88','loggedin',1),(5859,'user','18','2025-06-09 20:51:58','','','102.0.9.88','loggedin',1),(5860,'user','11','2025-06-09 20:53:55','','','102.0.9.88','loggedin',1),(5861,'user','18','2025-06-09 20:57:33','','','102.0.9.88','loggedin',1),(5862,'user','18','2025-06-09 20:58:52','','','102.0.9.88','loggedin',1),(5863,'user','18','2025-06-09 21:06:18','','','102.0.9.88','loggedin',1),(5864,'user','18','2025-06-09 21:09:19','','','102.0.9.88','loggedin',1),(5865,'user','19','2025-06-09 21:23:53','','','102.0.9.88','loggedin',1),(5866,'user','19','2025-06-09 21:24:58','','','102.0.9.88','loggedin',1),(5867,'user','18','2025-06-09 21:33:01','','','102.0.9.88','loggedin',1),(5868,'user','18','2025-06-09 21:33:40','','','102.0.9.88','loggedin',1),(5869,'user','19','2025-06-09 21:48:26','','','102.0.9.88','loggedin',1),(5870,'user','19','2025-06-09 21:48:57','','','102.0.9.88','loggedin',1),(5871,'user','19','2025-06-09 21:49:36','','','102.0.9.88','loggedin',1),(5872,'user','19','2025-06-09 21:50:04','','','102.0.9.88','loggedin',1),(5873,'user','5','2025-06-09 22:24:07','','','105.161.14.43','loggedin',1),(5874,'user','19','2025-06-09 23:02:48','','','102.0.9.88','loggedin',1),(5875,'user','19','2025-06-09 23:03:12','','','102.0.9.88','loggedin',1),(5876,'user','19','2025-06-10 08:10:15','','','102.0.9.88','loggedin',1),(5877,'user','19','2025-06-10 08:10:32','','','102.0.9.88','loggedin',1),(5878,'user','19','2025-06-10 08:20:49','','','102.0.9.88','loggedin',1),(5879,'user','19','2025-06-10 08:24:45','','','102.0.9.88','loggedin',1),(5880,'user','19','2025-06-10 08:25:38','','','102.0.9.88','loggedin',1),(5881,'user','19','2025-06-10 08:26:38','','','102.0.9.88','loggedin',1),(5882,'user','19','2025-06-10 08:27:43','','','102.0.9.88','loggedin',1),(5883,'user','19','2025-06-10 08:52:57','','','102.0.9.88','loggedin',1),(5884,'user','19','2025-06-10 08:53:23','','','102.0.9.88','loggedin',1),(5885,'user','11','2025-06-10 09:23:43','','','102.0.9.88','loggedin',1),(5886,'user','22','2025-06-10 09:28:30','','','102.0.9.88','loggedin',1),(5887,'user','11','2025-06-10 09:55:08','','','102.0.9.88','loggedin',1),(5888,'user','22','2025-06-10 10:11:19','','','102.0.9.88','loggedin',1),(5889,'user','11','2025-06-10 10:21:10','','','102.0.9.88','loggedin',1),(5890,'user','19','2025-06-10 11:27:37','','','102.0.9.88','loggedin',1),(5891,'user','22','2025-06-10 11:28:18','','','102.0.9.88','loggedin',1),(5892,'user','22','2025-06-10 11:34:05','','','102.0.9.88','loggedin',1),(5893,'user','22','2025-06-10 11:44:08','','','102.0.9.88','loggedin',1),(5894,'user','22','2025-06-10 11:47:46','','','102.0.9.88','loggedin',1),(5895,'user','5','2025-06-10 12:58:59','','','102.0.9.88','loggedin',1),(5896,'user','22','2025-06-10 13:09:47','','','102.0.9.88','loggedin',1),(5897,'user','22','2025-06-10 13:19:15','','','102.0.9.88','loggedin',1),(5898,'user','11','2025-06-10 13:26:46','','','102.0.9.88','loggedin',1),(5899,'user','22','2025-06-10 13:28:53','','','102.0.9.88','loggedin',1),(5900,'user','22','2025-06-10 14:04:26','','','102.0.9.88','loggedin',1),(5901,'user','22','2025-06-10 14:07:30','','','102.0.9.88','loggedin',1),(5902,'user','11','2025-06-10 14:10:48','','','102.0.9.88','loggedin',1),(5903,'user','22','2025-06-10 14:15:58','','','102.0.9.88','loggedin',1),(5904,'user','22','2025-06-10 14:24:10','','','102.0.9.88','loggedin',1),(5905,'user','22','2025-06-10 14:33:12','','','102.0.9.88','loggedin',1),(5906,'user','11','2025-06-10 14:34:45','','','102.0.9.88','loggedin',1),(5907,'user','19','2025-06-10 14:37:48','','','102.0.9.88','loggedin',1),(5908,'user','19','2025-06-10 14:38:15','','','102.0.9.88','loggedin',1),(5909,'user','11','2025-06-10 14:38:31','','','102.0.9.88','loggedin',1),(5910,'user','22','2025-06-10 15:15:19','','','102.0.9.88','loggedin',1),(5911,'user','22','2025-06-10 15:29:08','','','102.0.9.88','loggedin',1),(5912,'user','11','2025-06-10 15:29:45','','','102.0.9.88','loggedin',1),(5913,'user','22','2025-06-10 15:40:23','','','102.0.9.88','loggedin',1),(5914,'user','11','2025-06-10 15:42:22','','','102.0.9.88','loggedin',1),(5915,'user','22','2025-06-10 15:44:14','','','102.0.9.88','loggedin',1),(5916,'user','22','2025-06-10 15:48:54','','','102.0.9.88','loggedin',1),(5917,'user','11','2025-06-10 15:59:02','','','102.0.9.88','loggedin',1),(5918,'user','11','2025-06-10 16:03:00','','','102.0.9.88','loggedin',1),(5919,'user','22','2025-06-10 16:15:20','','','102.0.9.88','loggedin',1),(5920,'user','11','2025-06-10 16:15:31','','','102.0.9.88','loggedin',1),(5921,'user','22','2025-06-10 16:19:23','','','102.0.9.88','loggedin',1),(5922,'user','22','2025-06-10 17:02:09','','','102.0.9.88','loggedin',1),(5923,'user','11','2025-06-10 17:20:41','','','102.0.9.88','loggedin',1),(5924,'user','11','2025-06-10 17:24:46','','','102.0.9.88','loggedin',1),(5925,'user','22','2025-06-10 17:27:09','','','102.0.9.88','loggedin',1),(5926,'user','22','2025-06-10 17:28:59','','','102.0.9.88','loggedin',1),(5927,'user','22','2025-06-10 17:40:03','','','102.0.9.88','loggedin',1),(5928,'user','11','2025-06-10 17:40:56','','','102.0.9.88','loggedin',1),(5929,'user','22','2025-06-10 17:50:15','','','102.0.9.88','loggedin',1),(5930,'user','22','2025-06-10 17:55:34','','','102.0.9.88','loggedin',1),(5931,'user','22','2025-06-10 17:58:48','','','102.0.9.88','loggedin',1),(5932,'user','11','2025-06-10 18:05:37','','','102.0.9.88','loggedin',1),(5933,'user','22','2025-06-10 18:08:09','','','102.0.9.88','loggedin',1),(5934,'user','11','2025-06-10 18:09:30','','','102.0.9.88','loggedin',1),(5935,'user','11','2025-06-10 18:18:47','','','102.0.9.88','loggedin',1),(5936,'user','11','2025-06-10 18:20:01','','','102.0.9.88','loggedin',1),(5937,'user','11','2025-06-10 18:39:30','','','102.0.9.88','loggedin',1),(5938,'user','11','2025-06-10 18:44:38','','','102.0.9.88','loggedin',1),(5939,'user','22','2025-06-10 18:47:50','','','102.0.9.88','loggedin',1),(5940,'user','22','2025-06-10 18:56:30','','','102.0.9.88','loggedin',1),(5941,'user','19','2025-06-10 19:05:05','2025-06-10 19:05:20','','102.0.9.88','loggedin',1),(5942,'user','22','2025-06-10 19:05:34','','','102.0.9.88','loggedin',1),(5943,'user','19','2025-06-10 19:06:06','','','102.0.9.88','loggedin',1),(5944,'user','22','2025-06-10 19:06:53','','','102.0.9.88','loggedin',1),(5945,'user','11','2025-06-10 19:06:54','','','102.0.9.88','loggedin',1),(5946,'user','22','2025-06-10 19:09:37','','','102.0.9.88','loggedin',1),(5947,'user','11','2025-06-10 19:20:46','','','102.0.9.88','loggedin',1),(5948,'user','22','2025-06-10 19:43:36','','','102.0.9.88','loggedin',1),(5949,'user','22','2025-06-10 19:45:59','','','102.0.9.88','loggedin',1),(5950,'user','11','2025-06-10 19:51:20','','','102.0.9.88','loggedin',1),(5951,'user','22','2025-06-10 19:55:58','','','102.0.9.88','loggedin',1),(5952,'user','22','2025-06-10 20:12:51','','','102.0.9.88','loggedin',1),(5953,'user','22','2025-06-10 20:13:44','','','102.0.9.88','loggedin',1),(5954,'user','11','2025-06-10 20:15:18','','','102.0.9.88','loggedin',1),(5955,'user','22','2025-06-10 20:24:41','','','102.0.9.88','loggedin',1),(5956,'user','22','2025-06-10 20:28:15','','','102.0.9.88','loggedin',1),(5957,'user','22','2025-06-10 20:37:36','','','102.0.9.88','loggedin',1),(5958,'user','11','2025-06-10 20:40:29','','','102.0.9.88','loggedin',1),(5959,'user','22','2025-06-10 20:42:55','','','102.0.9.88','loggedin',1),(5960,'user','22','2025-06-10 20:43:09','','','102.0.9.88','loggedin',1),(5961,'user','11','2025-06-10 20:43:10','','','102.0.9.88','loggedin',1),(5962,'user','22','2025-06-10 20:44:20','','','102.0.9.88','loggedin',1),(5963,'user','22','2025-06-10 21:09:54','','','102.0.9.88','loggedin',1),(5964,'user','22','2025-06-10 21:11:25','','','102.0.9.88','loggedin',1),(5965,'user','18','2025-06-10 21:12:53','','','102.0.9.88','loggedin',1),(5966,'user','18','2025-06-10 21:13:23','','','102.0.9.88','loggedin',1),(5967,'user','18','2025-06-10 21:14:10','','','102.0.9.88','loggedin',1),(5968,'user','22','2025-06-10 21:15:47','','','102.0.9.88','loggedin',1),(5969,'user','11','2025-06-10 21:23:25','','','102.0.9.88','loggedin',1),(5970,'user','18','2025-06-10 21:44:56','','','102.0.9.88','loggedin',1),(5971,'user','18','2025-06-10 21:46:24','','','102.0.9.88','loggedin',1),(5972,'user','18','2025-06-10 21:48:33','','','102.0.9.88','loggedin',1),(5973,'user','22','2025-06-10 21:56:00','','','102.0.9.88','loggedin',1),(5974,'user','18','2025-06-10 22:36:08','','','102.0.9.88','loggedin',1),(5975,'user','18','2025-06-10 22:45:36','','','102.0.9.88','loggedin',1),(5976,'user','18','2025-06-10 22:46:53','','','102.0.9.88','loggedin',1),(5977,'user','18','2025-06-10 22:54:01','','','102.0.9.88','loggedin',1),(5978,'user','18','2025-06-10 22:56:44','','','102.0.9.88','loggedin',1),(5979,'user','18','2025-06-10 23:05:14','','','102.0.9.88','loggedin',1),(5980,'user','18','2025-06-10 23:07:11','','','102.0.9.88','loggedin',1),(5981,'user','18','2025-06-10 23:08:03','','','102.0.9.88','loggedin',1),(5982,'user','5','2025-06-10 23:11:11','','','102.0.9.88','loggedin',1),(5983,'user','18','2025-06-10 23:19:17','','','102.0.9.88','loggedin',1),(5984,'user','18','2025-06-10 23:45:49','','','102.0.9.88','loggedin',1),(5985,'user','18','2025-06-11 00:09:40','','','102.0.9.88','loggedin',1),(5986,'user','18','2025-06-11 00:11:15','','','102.0.9.88','loggedin',1),(5987,'user','18','2025-06-11 05:36:30','','','102.0.9.88','loggedin',1),(5988,'user','18','2025-06-11 05:36:56','','','102.0.9.88','loggedin',1),(5989,'user','18','2025-06-11 07:24:47','','','102.0.9.88','loggedin',1),(5990,'user','18','2025-06-11 07:25:36','','','102.0.9.88','loggedin',1),(5991,'user','18','2025-06-11 07:43:09','','','102.0.9.88','loggedin',1),(5992,'user','22','2025-06-11 09:12:11','','','102.0.9.88','loggedin',1),(5993,'user','22','2025-06-11 09:29:31','','','102.0.9.88','loggedin',1),(5994,'user','22','2025-06-11 10:00:01','','','102.0.9.88','loggedin',1),(5995,'user','22','2025-06-11 10:34:37','','','102.0.9.88','loggedin',1),(5996,'user','22','2025-06-11 10:37:56','','','102.0.9.88','loggedin',1),(5997,'user','5','2025-06-11 12:24:51','','','102.0.9.88','loggedin',1),(5998,'user','11','2025-06-11 12:55:40','','','102.0.9.88','loggedin',1),(5999,'user','22','2025-06-11 13:17:54','','','102.0.9.88','loggedin',1),(6000,'user','22','2025-06-11 13:22:11','','','102.0.9.88','loggedin',1),(6001,'user','22','2025-06-11 13:27:57','','','102.0.9.88','loggedin',1),(6002,'user','11','2025-06-11 13:34:55','','','102.0.9.88','loggedin',1),(6003,'user','11','2025-06-11 13:44:24','','','102.0.9.88','loggedin',1),(6004,'user','22','2025-06-11 13:47:00','','','102.0.9.88','loggedin',1),(6005,'user','22','2025-06-11 13:52:13','','','102.0.9.88','loggedin',1),(6006,'user','22','2025-06-11 13:55:58','','','102.0.9.88','loggedin',1),(6007,'user','11','2025-06-11 14:35:50','','','102.0.9.88','loggedin',1),(6008,'user','22','2025-06-11 14:42:46','','','102.0.9.88','loggedin',1),(6009,'user','22','2025-06-11 14:44:36','','','102.0.9.88','loggedin',1),(6010,'user','22','2025-06-11 15:10:43','','','102.0.9.88','loggedin',1),(6011,'user','22','2025-06-11 15:12:10','','','102.0.9.88','loggedin',1),(6012,'user','22','2025-06-11 15:21:15','','','102.0.9.88','loggedin',1),(6013,'user','22','2025-06-11 15:39:21','','','102.0.9.88','loggedin',1),(6014,'user','22','2025-06-11 15:50:17','','','102.0.9.88','loggedin',1),(6015,'user','22','2025-06-11 15:52:23','','','102.0.9.88','loggedin',1),(6016,'user','22','2025-06-11 16:16:26','','','102.0.9.88','loggedin',1),(6017,'user','11','2025-06-11 16:36:29','','','102.0.9.88','loggedin',1),(6018,'user','22','2025-06-11 17:02:22','','','102.0.9.88','loggedin',1),(6019,'user','11','2025-06-11 17:02:54','','','102.0.9.88','loggedin',1),(6020,'user','22','2025-06-11 17:06:03','','','102.0.9.88','loggedin',1),(6021,'user','22','2025-06-11 17:12:14','','','102.0.9.88','loggedin',1),(6022,'user','22','2025-06-11 17:14:24','','','102.0.9.88','loggedin',1),(6023,'user','22','2025-06-11 17:35:11','','','102.0.9.88','loggedin',1),(6024,'user','11','2025-06-11 17:49:19','','','102.0.9.88','loggedin',1),(6025,'user','22','2025-06-11 18:07:27','','','102.0.9.88','loggedin',1),(6026,'user','22','2025-06-11 18:26:23','','','102.0.9.88','loggedin',1),(6027,'user','22','2025-06-11 18:29:43','','','102.0.9.88','loggedin',1),(6028,'user','22','2025-06-11 18:30:49','','','102.0.9.88','loggedin',1),(6029,'user','22','2025-06-11 18:44:12','','','102.0.9.88','loggedin',1),(6030,'user','22','2025-06-11 18:46:01','','','102.0.9.88','loggedin',1),(6031,'user','22','2025-06-11 18:50:43','','','102.0.9.88','loggedin',1),(6032,'user','22','2025-06-11 19:09:33','','','102.0.9.88','loggedin',1),(6033,'user','22','2025-06-11 19:14:04','','','102.0.9.88','loggedin',1),(6034,'user','22','2025-06-11 19:24:12','','','102.0.9.88','loggedin',1),(6035,'user','22','2025-06-11 19:25:52','','','102.0.9.88','loggedin',1),(6036,'user','22','2025-06-11 19:37:13','','','102.0.9.88','loggedin',1),(6037,'user','22','2025-06-11 19:50:06','','','102.0.9.88','loggedin',1),(6038,'user','11','2025-06-11 20:21:18','','','102.0.9.88','loggedin',1),(6039,'user','19','2025-06-11 20:27:56','','','102.0.9.88','loggedin',1),(6040,'user','22','2025-06-11 20:28:47','','','102.0.9.88','loggedin',1),(6041,'user','19','2025-06-11 20:29:22','','','102.0.9.88','loggedin',1),(6042,'user','22','2025-06-11 20:29:38','','','102.0.9.88','loggedin',1),(6043,'user','11','2025-06-11 20:31:21','','','102.0.9.88','loggedin',1),(6044,'user','11','2025-06-11 20:41:31','','','102.0.9.88','loggedin',1),(6045,'user','11','2025-06-11 20:49:54','','','102.0.9.88','loggedin',1),(6046,'user','22','2025-06-11 20:59:01','','','102.0.9.88','loggedin',1),(6047,'user','22','2025-06-11 21:01:17','','','102.0.9.88','loggedin',1),(6048,'user','22','2025-06-11 21:04:29','','','102.0.9.88','loggedin',1),(6049,'user','11','2025-06-11 21:05:22','','','102.0.9.88','loggedin',1),(6050,'user','18','2025-06-11 21:07:08','','','102.0.9.88','loggedin',1),(6051,'user','5','2025-06-11 21:14:38','','','105.160.33.93','loggedin',1),(6052,'user','18','2025-06-12 00:25:50','','','102.0.9.88','loggedin',1),(6053,'user','18','2025-06-12 00:27:13','','','102.0.9.88','loggedin',1),(6054,'user','18','2025-06-12 05:56:34','','','102.0.9.88','loggedin',1),(6055,'user','18','2025-06-12 05:57:01','','','102.0.9.88','loggedin',1),(6056,'user','18','2025-06-12 08:03:50','','','102.0.9.88','loggedin',1),(6057,'user','18','2025-06-12 08:04:11','','','102.0.9.88','loggedin',1),(6058,'user','18','2025-06-12 08:07:37','','','102.0.9.88','loggedin',1),(6059,'user','18','2025-06-12 08:11:03','','','102.0.9.88','loggedin',1),(6060,'user','18','2025-06-12 08:52:52','','','102.0.9.88','loggedin',1),(6061,'user','18','2025-06-12 09:12:16','','','102.0.9.88','loggedin',1),(6062,'user','11','2025-06-12 09:30:18','','','102.0.9.88','loggedin',1),(6063,'user','22','2025-06-12 10:36:00','','','102.0.9.88','loggedin',1),(6064,'user','22','2025-06-12 10:38:04','','','102.0.9.88','loggedin',1),(6065,'user','22','2025-06-12 11:03:52','','','102.0.9.88','loggedin',1),(6066,'user','22','2025-06-12 11:08:59','','','102.0.9.88','loggedin',1),(6067,'user','22','2025-06-12 12:02:54','','','102.0.9.88','loggedin',1),(6068,'user','19','2025-06-12 12:03:43','','','102.0.9.88','loggedin',1),(6069,'user','22','2025-06-12 12:03:59','','','102.0.9.88','loggedin',1),(6070,'user','5','2025-06-12 12:24:43','','','102.0.9.88','loggedin',1),(6071,'user','22','2025-06-12 13:03:59','','','102.0.9.88','loggedin',1),(6072,'user','22','2025-06-12 13:05:45','','','102.0.9.88','loggedin',1),(6073,'user','22','2025-06-12 13:06:15','','','102.0.9.88','loggedin',1),(6074,'user','11','2025-06-12 13:41:33','','','102.0.9.88','loggedin',1),(6075,'user','22','2025-06-12 13:54:48','','','102.0.9.88','loggedin',1),(6076,'user','22','2025-06-12 14:24:47','2025-06-12 14:25:09','','102.0.9.88','loggedin',1),(6077,'user','22','2025-06-12 14:25:29','2025-06-12 14:25:36','','102.0.9.88','loggedin',1),(6078,'user','22','2025-06-12 14:32:03','','','102.0.9.88','loggedin',1),(6079,'user','22','2025-06-12 14:32:52','','','102.0.9.88','loggedin',1),(6080,'user','11','2025-06-12 14:35:17','','','102.0.9.88','loggedin',1),(6081,'user','11','2025-06-12 14:54:02','','','102.0.9.88','loggedin',1),(6082,'user','11','2025-06-12 15:19:27','','','102.0.9.88','loggedin',1),(6083,'user','22','2025-06-12 15:58:22','','','102.0.9.88','loggedin',1),(6084,'user','22','2025-06-12 15:59:09','','','102.0.9.88','loggedin',1),(6085,'user','22','2025-06-12 15:59:52','','','102.0.9.88','loggedin',1),(6086,'user','22','2025-06-12 16:14:29','','','102.0.9.88','loggedin',1),(6087,'user','22','2025-06-12 16:17:55','','','102.0.9.88','loggedin',1),(6088,'user','11','2025-06-12 16:19:09','','','102.0.9.88','loggedin',1),(6089,'user','11','2025-06-12 16:24:48','','','102.0.9.88','loggedin',1),(6090,'user','22','2025-06-12 16:32:04','','','102.0.9.88','loggedin',1),(6091,'user','22','2025-06-12 16:34:56','','','102.0.9.88','loggedin',1),(6092,'user','22','2025-06-12 17:02:52','','','102.0.9.88','loggedin',1),(6093,'user','22','2025-06-12 17:13:36','','','102.0.9.88','loggedin',1),(6094,'user','11','2025-06-12 17:22:03','','','102.0.9.88','loggedin',1),(6095,'user','11','2025-06-12 17:46:32','','','102.0.9.88','loggedin',1),(6096,'user','22','2025-06-12 17:49:43','','','102.0.9.88','loggedin',1),(6097,'user','22','2025-06-12 17:50:23','','','102.0.9.88','loggedin',1),(6098,'user','22','2025-06-12 18:04:02','','','102.0.9.88','loggedin',1),(6099,'user','22','2025-06-12 18:18:50','','','102.0.9.88','loggedin',1),(6100,'user','22','2025-06-12 18:40:25','','','102.0.9.88','loggedin',1),(6101,'user','22','2025-06-12 18:40:55','','','102.0.9.88','loggedin',1),(6102,'user','22','2025-06-12 18:49:39','','','102.0.9.88','loggedin',1),(6103,'user','11','2025-06-12 18:55:20','','','102.0.9.88','loggedin',1),(6104,'user','22','2025-06-12 18:56:42','','','102.0.9.88','loggedin',1),(6105,'user','22','2025-06-12 19:06:44','','','102.0.9.88','loggedin',1),(6106,'user','22','2025-06-12 19:10:46','','','102.0.9.88','loggedin',1),(6107,'user','11','2025-06-12 19:15:54','','','102.0.9.88','loggedin',1),(6108,'user','11','2025-06-12 19:19:24','','','102.0.9.88','loggedin',1),(6109,'user','22','2025-06-12 19:26:00','','','102.0.9.88','loggedin',1),(6110,'user','22','2025-06-12 19:32:31','','','102.0.9.88','loggedin',1),(6111,'user','22','2025-06-12 19:33:27','','','102.0.9.88','loggedin',1),(6112,'user','22','2025-06-12 19:40:08','','','102.0.9.88','loggedin',1),(6113,'user','11','2025-06-12 19:52:02','','','102.0.9.88','loggedin',1),(6114,'user','22','2025-06-12 20:03:07','','','102.0.9.88','loggedin',1),(6115,'user','11','2025-06-12 20:19:15','','','102.0.9.88','loggedin',1),(6116,'user','11','2025-06-12 20:37:19','','','102.0.9.88','loggedin',1),(6117,'user','22','2025-06-12 20:44:32','','','102.0.9.88','loggedin',1),(6118,'user','11','2025-06-12 20:52:54','','','102.0.9.88','loggedin',1),(6119,'user','11','2025-06-12 20:57:21','','','102.0.9.88','loggedin',1),(6120,'user','22','2025-06-12 21:02:22','','','102.0.9.88','loggedin',1),(6121,'user','22','2025-06-12 21:15:53','','','102.0.9.88','loggedin',1),(6122,'user','11','2025-06-12 21:33:49','','','102.0.9.88','loggedin',1),(6123,'user','18','2025-06-12 21:39:40','','','102.0.9.88','loggedin',1),(6124,'user','18','2025-06-12 21:40:37','','','102.0.9.88','loggedin',1),(6125,'user','18','2025-06-12 21:43:50','','','102.0.9.88','loggedin',1),(6126,'user','18','2025-06-13 07:28:38','','','102.0.9.88','loggedin',1),(6127,'user','18','2025-06-13 07:29:19','','','102.0.9.88','loggedin',1),(6128,'user','18','2025-06-13 08:32:59','','','102.0.9.88','loggedin',1),(6129,'user','18','2025-06-13 08:34:13','','','102.0.9.88','loggedin',1),(6130,'user','18','2025-06-13 08:35:47','','','102.0.9.88','loggedin',1),(6131,'user','18','2025-06-13 08:36:30','','','102.0.9.88','loggedin',1),(6132,'user','18','2025-06-13 08:37:00','','','102.0.9.88','loggedin',1),(6133,'user','18','2025-06-13 09:08:50','','','102.0.9.88','loggedin',1),(6134,'user','22','2025-06-13 09:58:56','','','102.0.9.88','loggedin',1),(6135,'user','22','2025-06-13 10:02:44','','','102.0.9.88','loggedin',1),(6136,'user','5','2025-06-13 10:09:50','','','102.0.9.88','loggedin',1),(6137,'user','11','2025-06-13 11:02:12','','','102.0.9.88','loggedin',1),(6138,'user','22','2025-06-13 11:39:31','','','102.0.9.88','loggedin',1),(6139,'user','22','2025-06-13 12:02:04','','','102.0.9.88','loggedin',1),(6140,'user','22','2025-06-13 12:38:51','','','102.0.9.88','loggedin',1),(6141,'user','22','2025-06-13 12:56:15','','','102.0.9.88','loggedin',1),(6142,'user','22','2025-06-13 12:59:18','','','102.0.9.88','loggedin',1),(6143,'user','22','2025-06-13 13:07:40','','','102.0.9.88','loggedin',1),(6144,'user','22','2025-06-13 13:18:54','','','102.0.9.88','loggedin',1),(6145,'user','22','2025-06-13 13:19:21','','','102.0.9.88','loggedin',1),(6146,'user','22','2025-06-13 13:32:04','','','102.0.9.88','loggedin',1),(6147,'user','11','2025-06-13 13:33:02','','','102.0.9.88','loggedin',1),(6148,'user','22','2025-06-13 13:46:00','','','102.0.9.88','loggedin',1),(6149,'user','22','2025-06-13 14:07:51','','','102.0.9.88','loggedin',1),(6150,'user','22','2025-06-13 14:13:41','','','102.0.9.88','loggedin',1),(6151,'user','11','2025-06-13 14:16:51','','','102.0.9.88','loggedin',1),(6152,'user','22','2025-06-13 14:34:50','','','102.0.9.88','loggedin',1),(6153,'user','22','2025-06-13 14:37:25','','','102.0.9.88','loggedin',1),(6154,'user','11','2025-06-13 15:13:29','','','102.0.9.88','loggedin',1),(6155,'user','22','2025-06-13 15:20:02','','','102.0.9.88','loggedin',1),(6156,'user','11','2025-06-13 15:29:38','','','102.0.9.88','loggedin',1),(6157,'user','11','2025-06-13 15:44:07','','','102.0.9.88','loggedin',1),(6158,'user','22','2025-06-13 16:25:03','','','102.0.9.88','loggedin',1),(6159,'user','22','2025-06-13 16:34:26','','','102.0.9.88','loggedin',1),(6160,'user','11','2025-06-13 16:45:41','','','102.0.9.88','loggedin',1),(6161,'user','22','2025-06-13 16:48:07','','','102.0.9.88','loggedin',1),(6162,'user','22','2025-06-13 17:32:02','','','102.0.9.88','loggedin',1),(6163,'user','22','2025-06-13 17:41:05','','','102.0.9.88','loggedin',1),(6164,'user','11','2025-06-13 17:42:54','','','102.0.9.88','loggedin',1),(6165,'user','22','2025-06-13 17:46:42','','','102.0.9.88','loggedin',1),(6166,'user','22','2025-06-13 17:50:35','','','102.0.9.88','loggedin',1),(6167,'user','5','2025-06-13 18:06:28','','','102.0.9.88','loggedin',1),(6168,'user','5','2025-06-13 18:07:32','','','102.0.9.88','loggedin',1),(6169,'user','22','2025-06-13 18:13:25','','','102.0.9.88','loggedin',1),(6170,'user','22','2025-06-13 18:15:30','','','102.0.9.88','loggedin',1),(6171,'user','22','2025-06-13 18:18:46','','','102.0.9.88','loggedin',1),(6172,'user','11','2025-06-13 18:19:59','','','102.0.9.88','loggedin',1),(6173,'user','22','2025-06-13 18:22:19','','','102.0.9.88','loggedin',1),(6174,'user','5','2025-06-13 18:26:44','','','102.0.9.88','loggedin',1),(6175,'user','5','2025-06-13 18:45:26','','','102.0.9.88','loggedin',1),(6176,'user','22','2025-06-13 18:53:15','','','102.0.9.88','loggedin',1),(6177,'user','11','2025-06-13 18:58:37','','','102.0.9.88','loggedin',1),(6178,'user','22','2025-06-13 19:02:13','','','102.0.9.88','loggedin',1),(6179,'user','22','2025-06-13 19:24:28','','','102.0.9.88','loggedin',1),(6180,'user','11','2025-06-13 19:37:48','','','102.0.9.88','loggedin',1),(6181,'user','22','2025-06-13 19:42:25','','','102.0.9.88','loggedin',1),(6182,'user','22','2025-06-13 19:56:30','','','102.0.9.88','loggedin',1),(6183,'user','22','2025-06-13 19:58:51','','','102.0.9.88','loggedin',1),(6184,'user','11','2025-06-13 19:59:19','','','102.0.9.88','loggedin',1),(6185,'user','22','2025-06-13 20:02:23','','','102.0.9.88','loggedin',1),(6186,'user','22','2025-06-13 20:09:42','','','102.0.9.88','loggedin',1),(6187,'user','22','2025-06-13 20:27:44','','','102.0.9.88','loggedin',1),(6188,'user','11','2025-06-13 20:29:46','','','102.0.9.88','loggedin',1),(6189,'user','22','2025-06-13 20:54:02','','','102.0.9.88','loggedin',1),(6190,'user','22','2025-06-13 20:54:54','','','102.0.9.88','loggedin',1),(6191,'user','22','2025-06-13 20:56:12','','','102.0.9.88','loggedin',1),(6192,'user','11','2025-06-13 20:56:52','','','102.0.9.88','loggedin',1),(6193,'user','5','2025-06-13 20:58:33','','','102.0.9.88','loggedin',1),(6194,'user','18','2025-06-13 21:16:27','','','102.0.9.88','loggedin',1),(6195,'user','18','2025-06-13 21:17:01','','','102.0.9.88','loggedin',1),(6196,'user','18','2025-06-13 21:17:28','','','102.0.9.88','loggedin',1),(6197,'user','22','2025-06-13 21:20:02','','','102.0.9.88','loggedin',1),(6198,'user','18','2025-06-14 06:17:03','','','102.0.9.88','loggedin',1),(6199,'user','18','2025-06-14 06:17:15','','','102.0.9.88','loggedin',1),(6200,'user','18','2025-06-14 06:17:57','','','102.0.9.88','loggedin',1),(6201,'user','18','2025-06-14 08:10:15','','','102.0.9.88','loggedin',1),(6202,'user','18','2025-06-14 08:10:42','','','102.0.9.88','loggedin',1),(6203,'user','18','2025-06-14 08:11:03','','','102.0.9.88','loggedin',1),(6204,'user','18','2025-06-14 09:03:49','','','102.0.9.88','loggedin',1),(6205,'user','22','2025-06-14 09:32:30','','','102.0.9.88','loggedin',1),(6206,'user','22','2025-06-14 09:39:47','','','102.0.9.88','loggedin',1),(6207,'user','22','2025-06-14 10:08:05','','','102.0.9.88','loggedin',1),(6208,'user','22','2025-06-14 10:10:14','','','102.0.9.88','loggedin',1),(6209,'user','22','2025-06-14 10:18:26','','','102.0.9.88','loggedin',1),(6210,'user','22','2025-06-14 11:05:59','','','102.0.9.88','loggedin',1),(6211,'user','22','2025-06-14 11:17:00','','','102.0.9.88','loggedin',1),(6212,'user','22','2025-06-14 11:22:12','','','102.0.9.88','loggedin',1),(6213,'user','5','2025-06-14 11:26:56','','','102.0.9.88','loggedin',1),(6214,'user','22','2025-06-14 11:40:39','','','102.0.9.88','loggedin',1),(6215,'user','22','2025-06-14 12:05:19','','','102.0.9.88','loggedin',1),(6216,'user','11','2025-06-14 12:09:46','','','102.0.9.88','loggedin',1),(6217,'user','11','2025-06-14 12:19:08','','','102.0.9.88','loggedin',1),(6218,'user','22','2025-06-14 12:47:39','','','102.0.9.88','loggedin',1),(6219,'user','5','2025-06-14 12:51:21','','','102.0.9.88','loggedin',1),(6220,'user','22','2025-06-14 12:53:48','','','102.0.9.88','loggedin',1),(6221,'user','22','2025-06-14 13:03:51','','','102.0.9.88','loggedin',1),(6222,'user','22','2025-06-14 13:08:30','','','102.0.9.88','loggedin',1),(6223,'user','11','2025-06-14 13:31:06','','','102.0.9.88','loggedin',1),(6224,'user','22','2025-06-14 13:33:16','','','102.0.9.88','loggedin',1),(6225,'user','22','2025-06-14 14:10:49','','','102.0.9.88','loggedin',1),(6226,'user','22','2025-06-14 14:24:40','','','102.0.9.88','loggedin',1),(6227,'user','22','2025-06-14 14:38:30','','','102.0.9.88','loggedin',1),(6228,'user','11','2025-06-14 14:42:22','','','102.0.9.88','loggedin',1),(6229,'user','22','2025-06-14 14:51:43','','','102.0.9.88','loggedin',1),(6230,'user','22','2025-06-14 14:57:07','','','102.0.9.88','loggedin',1),(6231,'user','11','2025-06-14 15:35:52','','','102.0.9.88','loggedin',1),(6232,'user','22','2025-06-14 16:57:58','','','102.0.9.88','loggedin',1),(6233,'user','22','2025-06-14 17:06:07','','','102.0.9.88','loggedin',1),(6234,'user','22','2025-06-14 17:08:42','','','102.0.9.88','loggedin',1),(6235,'user','11','2025-06-14 17:19:39','','','102.0.9.88','loggedin',1),(6236,'user','11','2025-06-14 17:21:55','2025-06-14 17:25:18','','102.0.9.88','loggedin',1),(6237,'user','22','2025-06-14 17:25:41','','','102.0.9.88','loggedin',1),(6238,'user','5','2025-06-14 17:33:55','','','102.0.9.88','loggedin',1),(6239,'user','22','2025-06-14 17:35:12','','','102.0.9.88','loggedin',1),(6240,'user','11','2025-06-14 17:37:14','','','102.0.9.88','loggedin',1),(6241,'user','22','2025-06-14 17:59:43','','','102.0.9.88','loggedin',1),(6242,'user','22','2025-06-14 18:02:34','','','102.0.9.88','loggedin',1),(6243,'user','22','2025-06-14 18:06:17','','','102.0.9.88','loggedin',1),(6244,'user','22','2025-06-14 18:27:07','','','102.0.9.88','loggedin',1),(6245,'user','22','2025-06-14 18:29:04','','','102.0.9.88','loggedin',1),(6246,'user','22','2025-06-14 18:49:26','','','102.0.9.88','loggedin',1),(6247,'user','11','2025-06-14 18:49:33','','','102.0.9.88','loggedin',1),(6248,'user','11','2025-06-14 19:11:55','','','102.0.9.88','loggedin',1),(6249,'user','22','2025-06-14 19:18:47','','','102.0.9.88','loggedin',1),(6250,'user','22','2025-06-14 19:21:28','','','102.0.9.88','loggedin',1),(6251,'user','11','2025-06-14 19:22:09','','','102.0.9.88','loggedin',1),(6252,'user','22','2025-06-14 19:22:14','','','102.0.9.88','loggedin',1),(6253,'user','22','2025-06-14 19:23:47','','','102.0.9.88','loggedin',1),(6254,'user','11','2025-06-14 19:43:22','','','102.0.9.88','loggedin',1),(6255,'user','22','2025-06-14 19:52:49','','','102.0.9.88','loggedin',1),(6256,'user','11','2025-06-14 19:53:47','','','102.0.9.88','loggedin',1),(6257,'user','11','2025-06-14 20:06:51','','','102.0.9.88','loggedin',1),(6258,'user','22','2025-06-14 20:11:07','','','102.0.9.88','loggedin',1),(6259,'user','11','2025-06-14 20:11:28','','','102.0.9.88','loggedin',1),(6260,'user','22','2025-06-14 20:25:24','','','102.0.9.88','loggedin',1),(6261,'user','22','2025-06-14 20:32:58','','','102.0.9.88','loggedin',1),(6262,'user','22','2025-06-14 20:34:37','','','102.0.9.88','loggedin',1),(6263,'user','11','2025-06-14 20:45:15','','','102.0.9.88','loggedin',1),(6264,'user','11','2025-06-14 21:05:46','','','102.0.9.88','loggedin',1),(6265,'user','11','2025-06-14 21:06:56','','','102.0.9.88','loggedin',1),(6266,'user','22','2025-06-14 21:07:27','','','102.0.9.88','loggedin',1),(6267,'user','5','2025-06-14 21:07:30','','','102.0.9.88','loggedin',1),(6268,'user','22','2025-06-14 21:27:33','','','102.0.9.88','loggedin',1),(6269,'user','22','2025-06-14 21:31:43','','','102.0.9.88','loggedin',1),(6270,'user','18','2025-06-14 22:44:55','','','102.0.9.88','loggedin',1),(6271,'user','18','2025-06-14 22:45:56','','','102.0.9.88','loggedin',1),(6272,'user','18','2025-06-14 22:47:22','','','102.0.9.88','loggedin',1),(6273,'user','18','2025-06-14 23:53:02','','','102.0.9.88','loggedin',1),(6274,'user','18','2025-06-14 23:53:21','','','102.0.9.88','loggedin',1),(6275,'user','18','2025-06-14 23:53:50','','','102.0.9.88','loggedin',1),(6276,'user','18','2025-06-15 04:45:29','','','102.0.9.88','loggedin',1),(6277,'user','18','2025-06-15 07:30:07','','','102.0.9.88','loggedin',1),(6278,'user','8','2025-06-15 09:24:18','','','102.0.9.88','loggedin',1),(6279,'user','8','2025-06-15 09:25:53','','','102.0.9.88','loggedin',1),(6280,'user','8','2025-06-15 09:26:11','2025-06-15 09:26:25','','102.0.9.88','loggedin',1),(6281,'user','8','2025-06-15 09:32:04','','','102.0.9.88','loggedin',1),(6282,'user','8','2025-06-15 09:43:59','','','102.0.9.88','loggedin',1),(6283,'user','8','2025-06-15 09:44:35','2025-06-15 09:44:58','','102.0.9.88','loggedin',1),(6284,'user','8','2025-06-15 09:45:35','','','102.0.9.88','loggedin',1),(6285,'user','8','2025-06-15 10:07:23','','','102.0.9.88','loggedin',1),(6286,'user','8','2025-06-15 10:11:24','','','102.0.9.88','loggedin',1),(6287,'user','8','2025-06-15 10:25:46','','','102.0.9.88','loggedin',1),(6288,'user','8','2025-06-15 10:26:21','','','102.0.9.88','loggedin',1),(6289,'user','8','2025-06-15 11:11:50','','','102.0.9.88','loggedin',1),(6290,'user','8','2025-06-15 11:56:47','','','102.0.9.88','loggedin',1),(6291,'user','8','2025-06-15 11:57:30','','','102.0.9.88','loggedin',1),(6292,'user','22','2025-06-15 12:06:58','','','102.0.9.88','loggedin',1),(6293,'user','22','2025-06-15 12:10:08','','','102.0.9.88','loggedin',1),(6294,'user','8','2025-06-15 12:20:24','','','102.0.9.88','loggedin',1),(6295,'user','8','2025-06-15 12:22:46','','','102.0.9.88','loggedin',1),(6296,'user','8','2025-06-15 12:35:58','','','102.0.9.88','loggedin',1),(6297,'user','22','2025-06-15 12:42:36','','','102.0.9.88','loggedin',1),(6298,'user','22','2025-06-15 12:43:55','','','102.0.9.88','loggedin',1),(6299,'user','22','2025-06-15 12:45:22','','','102.0.9.88','loggedin',1),(6300,'user','22','2025-06-15 12:47:29','','','102.0.9.88','loggedin',1),(6301,'user','8','2025-06-15 12:47:47','','','102.0.9.88','loggedin',1),(6302,'user','8','2025-06-15 12:48:16','','','102.0.9.88','loggedin',1),(6303,'user','22','2025-06-15 12:49:03','','','102.0.9.88','loggedin',1),(6304,'user','8','2025-06-15 12:49:22','','','102.0.9.88','loggedin',1),(6305,'user','8','2025-06-15 13:02:11','','','102.0.9.88','loggedin',1),(6306,'user','5','2025-06-15 13:08:07','','','102.0.9.88','loggedin',1),(6307,'user','8','2025-06-15 13:11:28','','','102.0.9.88','loggedin',1),(6308,'user','8','2025-06-15 13:12:36','','','102.0.9.88','loggedin',1),(6309,'user','5','2025-06-15 13:21:56','','','102.0.9.88','loggedin',1),(6310,'user','22','2025-06-15 13:24:05','','','102.0.9.88','loggedin',1),(6311,'user','8','2025-06-15 13:35:03','','','102.0.9.88','loggedin',1),(6312,'user','22','2025-06-15 13:38:48','','','102.0.9.88','loggedin',1),(6313,'user','22','2025-06-15 13:47:44','','','102.0.9.88','loggedin',1),(6314,'user','8','2025-06-15 13:51:41','','','102.0.9.88','loggedin',1),(6315,'user','8','2025-06-15 14:02:06','','','102.0.9.88','loggedin',1),(6316,'user','22','2025-06-15 14:16:36','','','102.0.9.88','loggedin',1),(6317,'user','22','2025-06-15 14:21:57','','','102.0.9.88','loggedin',1),(6318,'user','8','2025-06-15 14:23:44','','','102.0.9.88','loggedin',1),(6319,'user','22','2025-06-15 14:24:23','','','102.0.9.88','loggedin',1),(6320,'user','22','2025-06-15 14:25:09','','','102.0.9.88','loggedin',1),(6321,'user','8','2025-06-15 14:27:05','','','102.0.9.88','loggedin',1),(6322,'user','22','2025-06-15 14:29:08','','','102.0.9.88','loggedin',1),(6323,'user','8','2025-06-15 14:30:19','','','102.0.9.88','loggedin',1),(6324,'user','22','2025-06-15 14:40:54','','','102.0.9.88','loggedin',1),(6325,'user','22','2025-06-15 14:41:34','','','102.0.9.88','loggedin',1),(6326,'user','8','2025-06-15 14:52:49','','','102.0.9.88','loggedin',1),(6327,'user','8','2025-06-15 14:57:38','','','102.0.9.88','loggedin',1),(6328,'user','22','2025-06-15 15:02:39','','','102.0.9.88','loggedin',1),(6329,'user','8','2025-06-15 15:05:10','','','102.0.9.88','loggedin',1),(6330,'user','22','2025-06-15 15:11:49','','','102.0.9.88','loggedin',1),(6331,'user','8','2025-06-15 15:12:41','','','102.0.9.88','loggedin',1),(6332,'user','22','2025-06-15 15:15:50','','','102.0.9.88','loggedin',1),(6333,'user','22','2025-06-15 15:22:48','','','102.0.9.88','loggedin',1),(6334,'user','8','2025-06-15 15:26:15','','','102.0.9.88','loggedin',1),(6335,'user','8','2025-06-15 15:27:40','','','102.0.9.88','loggedin',1),(6336,'user','8','2025-06-15 15:29:45','','','102.0.9.88','loggedin',1),(6337,'user','22','2025-06-15 15:41:05','','','102.0.9.88','loggedin',1),(6338,'user','22','2025-06-15 15:41:44','','','102.0.9.88','loggedin',1),(6339,'user','8','2025-06-15 15:42:54','','','102.0.9.88','loggedin',1),(6340,'user','8','2025-06-15 15:49:00','','','102.0.9.88','loggedin',1),(6341,'user','8','2025-06-15 15:52:16','','','102.0.9.88','loggedin',1),(6342,'user','8','2025-06-15 15:55:34','','','102.0.9.88','loggedin',1),(6343,'user','8','2025-06-15 15:56:04','','','102.0.9.88','loggedin',1),(6344,'user','22','2025-06-15 16:02:40','','','102.0.9.88','loggedin',1),(6345,'user','8','2025-06-15 16:10:49','','','102.0.9.88','loggedin',1),(6346,'user','8','2025-06-15 16:13:38','','','102.0.9.88','loggedin',1),(6347,'user','8','2025-06-15 16:33:19','','','102.0.9.88','loggedin',1),(6348,'user','22','2025-06-15 16:34:06','','','102.0.9.88','loggedin',1),(6349,'user','8','2025-06-15 16:43:34','','','102.0.9.88','loggedin',1),(6350,'user','22','2025-06-15 16:44:03','','','102.0.9.88','loggedin',1),(6351,'user','22','2025-06-15 16:49:38','','','102.0.9.88','loggedin',1),(6352,'user','8','2025-06-15 16:49:42','','','102.0.9.88','loggedin',1),(6353,'user','22','2025-06-15 16:54:42','','','102.0.9.88','loggedin',1),(6354,'user','22','2025-06-15 16:56:09','','','102.0.9.88','loggedin',1),(6355,'user','8','2025-06-15 17:12:26','','','102.0.9.88','loggedin',1),(6356,'user','22','2025-06-15 17:15:10','','','102.0.9.88','loggedin',1),(6357,'user','8','2025-06-15 17:25:59','','','102.0.9.88','loggedin',1),(6358,'user','22','2025-06-15 17:47:21','','','102.0.9.88','loggedin',1),(6359,'user','22','2025-06-15 17:51:01','','','102.0.9.88','loggedin',1),(6360,'user','8','2025-06-15 17:58:08','','','102.0.9.88','loggedin',1),(6361,'user','22','2025-06-15 17:58:13','','','102.0.9.88','loggedin',1),(6362,'user','8','2025-06-15 18:02:17','','','102.0.9.88','loggedin',1),(6363,'user','8','2025-06-15 18:03:08','','','102.0.9.88','loggedin',1),(6364,'user','8','2025-06-15 18:03:56','2025-06-15 18:04:33','','102.0.9.88','loggedin',1),(6365,'user','8','2025-06-15 18:05:19','','','102.0.9.88','loggedin',1),(6366,'user','22','2025-06-15 18:09:51','','','102.0.9.88','loggedin',1),(6367,'user','22','2025-06-15 18:12:28','','','102.0.9.88','loggedin',1),(6368,'user','22','2025-06-15 18:17:21','','','102.0.9.88','loggedin',1),(6369,'user','22','2025-06-15 18:21:11','','','102.0.9.88','loggedin',1),(6370,'user','8','2025-06-15 18:23:19','','','102.0.9.88','loggedin',1),(6371,'user','5','2025-06-15 18:23:54','2025-06-15 18:31:51','','102.0.9.88','loggedin',1),(6372,'user','8','2025-06-15 18:26:14','','','102.0.9.88','loggedin',1),(6373,'user','8','2025-06-15 18:31:07','','','102.0.9.88','loggedin',1),(6374,'user','5','2025-06-15 18:31:58','','','102.0.9.88','loggedin',1),(6375,'user','22','2025-06-15 18:34:10','','','102.0.9.88','loggedin',1),(6376,'user','5','2025-06-15 19:11:42','','','102.0.9.88','loggedin',1),(6377,'user','22','2025-06-15 19:13:53','','','102.0.9.88','loggedin',1),(6378,'user','22','2025-06-15 19:14:39','','','102.0.9.88','loggedin',1),(6379,'user','22','2025-06-15 19:16:06','','','102.0.9.88','loggedin',1),(6380,'user','22','2025-06-15 19:18:41','','','102.0.9.88','loggedin',1),(6381,'user','22','2025-06-15 19:25:55','','','102.0.9.88','loggedin',1),(6382,'user','22','2025-06-15 19:29:00','','','102.0.9.88','loggedin',1),(6383,'user','22','2025-06-15 19:29:46','','','102.0.9.88','loggedin',1),(6384,'user','22','2025-06-15 19:32:25','','','102.0.9.88','loggedin',1),(6385,'user','22','2025-06-15 19:33:24','','','102.0.9.88','loggedin',1),(6386,'user','22','2025-06-15 20:02:10','','','102.0.9.88','loggedin',1),(6387,'user','8','2025-06-15 20:40:52','','','102.0.9.88','loggedin',1),(6388,'user','22','2025-06-15 20:43:40','','','102.0.9.88','loggedin',1),(6389,'user','8','2025-06-15 20:44:15','','','102.0.9.88','loggedin',1),(6390,'user','22','2025-06-15 20:47:19','','','102.0.9.88','loggedin',1),(6391,'user','8','2025-06-15 20:51:37','','','102.0.9.88','loggedin',1),(6392,'user','8','2025-06-15 20:57:42','','','102.0.9.88','loggedin',1),(6393,'user','5','2025-06-15 21:02:23','','','102.0.9.88','loggedin',1),(6394,'user','8','2025-06-15 21:07:59','','','102.0.9.88','loggedin',1),(6395,'user','18','2025-06-15 21:17:27','','','102.0.9.88','loggedin',1),(6396,'user','8','2025-06-15 21:20:36','','','102.0.9.88','loggedin',1),(6397,'user','22','2025-06-15 21:23:16','','','102.0.9.88','loggedin',1),(6398,'user','18','2025-06-15 21:31:04','','','102.0.9.88','loggedin',1),(6399,'user','18','2025-06-15 21:31:43','','','102.0.9.88','loggedin',1),(6400,'user','18','2025-06-15 21:32:11','','','102.0.9.88','loggedin',1),(6401,'user','18','2025-06-15 21:50:25','','','102.0.9.88','loggedin',1),(6402,'user','18','2025-06-15 22:06:11','','','102.0.9.88','loggedin',1),(6403,'user','18','2025-06-15 22:13:53','','','102.0.9.88','loggedin',1),(6404,'user','18','2025-06-15 22:14:44','','','102.0.9.88','loggedin',1),(6405,'user','5','2025-06-15 23:36:28','','','105.161.183.17','loggedin',1),(6406,'user','18','2025-06-16 08:28:34','','','102.0.9.88','loggedin',1),(6407,'user','11','2025-06-16 10:09:37','','','102.0.9.88','loggedin',1),(6408,'user','11','2025-06-16 10:38:11','','','102.0.9.88','loggedin',1),(6409,'user','11','2025-06-16 11:51:23','','','102.0.9.88','loggedin',1),(6410,'user','11','2025-06-16 12:17:49','','','102.0.9.88','loggedin',1),(6411,'user','11','2025-06-16 12:29:01','','','102.0.9.88','loggedin',1),(6412,'user','11','2025-06-16 12:39:00','','','102.0.9.88','loggedin',1),(6413,'user','11','2025-06-16 13:12:20','','','102.0.9.88','loggedin',1),(6414,'user','11','2025-06-16 13:20:00','','','102.0.9.88','loggedin',1),(6415,'user','5','2025-06-16 13:43:15','','','102.0.9.88','loggedin',1),(6416,'user','11','2025-06-16 14:04:18','','','102.0.9.88','loggedin',1),(6417,'user','11','2025-06-16 14:17:51','','','102.0.9.88','loggedin',1),(6418,'user','22','2025-06-16 14:34:20','','','102.0.9.88','loggedin',1),(6419,'user','11','2025-06-16 14:34:35','','','102.0.9.88','loggedin',1),(6420,'user','11','2025-06-16 17:02:26','','','102.0.9.88','loggedin',1),(6421,'user','11','2025-06-16 17:31:21','','','102.0.9.88','loggedin',1),(6422,'user','11','2025-06-16 17:36:56','','','102.0.9.88','loggedin',1),(6423,'user','11','2025-06-16 19:22:44','','','102.0.9.88','loggedin',1),(6424,'user','11','2025-06-16 19:29:13','','','102.0.9.88','loggedin',1),(6425,'user','11','2025-06-16 19:34:14','','','102.0.9.88','loggedin',1),(6426,'user','11','2025-06-16 19:39:34','','','102.0.9.88','loggedin',1),(6427,'user','11','2025-06-16 20:02:58','','','102.0.9.88','loggedin',1),(6428,'user','5','2025-06-16 20:19:43','','','102.0.9.88','loggedin',1),(6429,'user','11','2025-06-16 21:48:32','2025-06-16 21:52:27','','102.0.9.88','loggedin',1),(6430,'user','18','2025-06-16 21:52:31','','','102.0.9.88','loggedin',1),(6431,'user','18','2025-06-16 21:54:09','','','102.0.9.88','loggedin',1),(6432,'user','18','2025-06-16 22:58:00','','','102.0.9.88','loggedin',1),(6433,'user','18','2025-06-16 22:58:26','','','102.0.9.88','loggedin',1),(6434,'user','18','2025-06-17 00:31:21','','','102.0.9.88','loggedin',1),(6435,'user','18','2025-06-17 00:32:32','','','102.0.9.88','loggedin',1),(6436,'user','18','2025-06-17 01:22:48','','','102.0.9.88','loggedin',1),(6437,'user','5','2025-06-17 01:58:58','','','41.81.63.10','loggedin',1),(6438,'user','18','2025-06-17 07:46:16','','','102.0.9.88','loggedin',1),(6439,'user','11','2025-06-17 10:18:45','','','102.0.9.88','loggedin',1),(6440,'user','22','2025-06-17 10:31:17','','','102.0.9.88','loggedin',1),(6441,'user','11','2025-06-17 10:36:36','','','102.0.9.88','loggedin',1),(6442,'user','22','2025-06-17 10:57:43','','','102.0.9.88','loggedin',1),(6443,'user','11','2025-06-17 10:59:45','','','102.0.9.88','loggedin',1),(6444,'user','5','2025-06-17 11:48:54','','','102.0.9.88','loggedin',1),(6445,'user','22','2025-06-17 11:49:50','','','102.0.9.88','loggedin',1),(6446,'user','5','2025-06-17 11:51:26','2025-06-17 12:59:41','','102.0.9.88','loggedin',1),(6447,'user','11','2025-06-17 11:53:15','','','102.0.9.88','loggedin',1),(6448,'user','22','2025-06-17 12:06:31','','','102.0.9.88','loggedin',1),(6449,'user','22','2025-06-17 12:07:07','','','102.0.9.88','loggedin',1),(6450,'user','22','2025-06-17 12:07:55','','','102.0.9.88','loggedin',1),(6451,'user','22','2025-06-17 12:18:27','','','102.0.9.88','loggedin',1),(6452,'user','22','2025-06-17 12:25:39','','','102.0.9.88','loggedin',1),(6453,'user','11','2025-06-17 12:59:50','','','102.0.9.88','loggedin',1),(6454,'user','5','2025-06-17 13:02:09','','','102.0.9.88','loggedin',1),(6455,'user','22','2025-06-17 13:02:10','','','102.0.9.88','loggedin',1),(6456,'user','5','2025-06-17 13:02:15','','','102.0.9.88','loggedin',1),(6457,'user','11','2025-06-17 13:09:05','','','102.0.9.88','loggedin',1),(6458,'user','19','2025-06-17 13:15:59','','','102.0.9.88','loggedin',1),(6459,'user','22','2025-06-17 13:25:37','2025-06-17 13:25:49','','102.0.9.88','loggedin',1),(6460,'user','5','2025-06-17 13:32:41','','','102.0.9.88','loggedin',1),(6461,'user','5','2025-06-17 13:39:16','','','196.201.218.103','loggedin',1),(6462,'user','19','2025-06-17 13:44:38','','','102.0.9.88','loggedin',1),(6463,'user','19','2025-06-17 13:46:01','','','102.0.9.88','loggedin',1),(6464,'user','19','2025-06-17 13:49:25','','','102.0.9.88','loggedin',1),(6465,'user','19','2025-06-17 14:05:46','','','102.0.9.88','loggedin',1),(6466,'user','22','2025-06-17 14:16:52','','','102.0.9.88','loggedin',1),(6467,'user','22','2025-06-17 14:59:22','','','102.0.9.88','loggedin',1),(6468,'user','22','2025-06-17 15:02:08','','','102.0.9.88','loggedin',1),(6469,'user','19','2025-06-17 15:09:18','','','102.0.9.88','loggedin',1),(6470,'user','22','2025-06-17 15:14:50','','','102.0.9.88','loggedin',1),(6471,'user','22','2025-06-17 15:34:52','','','102.0.9.88','loggedin',1),(6472,'user','22','2025-06-17 15:39:53','','','102.0.9.88','loggedin',1),(6473,'user','22','2025-06-17 15:57:27','','','102.0.9.88','loggedin',1),(6474,'user','19','2025-06-17 16:04:37','','','102.0.9.88','loggedin',1),(6475,'user','19','2025-06-17 16:23:31','','','102.0.9.88','loggedin',1),(6476,'user','19','2025-06-17 16:39:27','','','102.0.9.88','loggedin',1),(6477,'user','22','2025-06-17 16:42:27','','','102.0.9.88','loggedin',1),(6478,'user','19','2025-06-17 17:02:06','','','102.0.9.88','loggedin',1),(6479,'user','22','2025-06-17 17:15:57','','','102.0.9.88','loggedin',1),(6480,'user','22','2025-06-17 17:19:44','','','102.0.9.88','loggedin',1),(6481,'user','19','2025-06-17 17:24:45','','','102.0.9.88','loggedin',1),(6482,'user','22','2025-06-17 17:38:09','','','102.0.9.88','loggedin',1),(6483,'user','19','2025-06-17 17:39:24','','','102.0.9.88','loggedin',1),(6484,'user','22','2025-06-17 17:42:45','','','102.0.9.88','loggedin',1),(6485,'user','19','2025-06-17 17:46:17','','','102.0.9.88','loggedin',1),(6486,'user','22','2025-06-17 17:49:51','','','102.0.9.88','loggedin',1),(6487,'user','19','2025-06-17 17:50:16','','','102.0.9.88','loggedin',1),(6488,'user','22','2025-06-17 17:55:56','','','102.0.9.88','loggedin',1),(6489,'user','22','2025-06-17 17:58:48','','','102.0.9.88','loggedin',1),(6490,'user','22','2025-06-17 17:59:42','','','102.0.9.88','loggedin',1),(6491,'user','19','2025-06-17 19:14:06','','','102.0.9.88','loggedin',1),(6492,'user','19','2025-06-17 19:14:44','','','102.0.9.88','loggedin',1),(6493,'user','22','2025-06-17 19:15:29','','','102.0.9.88','loggedin',1),(6494,'user','22','2025-06-17 19:17:17','','','102.0.9.88','loggedin',1),(6495,'user','19','2025-06-17 19:17:47','','','102.0.9.88','loggedin',1),(6496,'user','22','2025-06-17 19:18:23','','','102.0.9.88','loggedin',1),(6497,'user','22','2025-06-17 19:19:20','','','102.0.9.88','loggedin',1),(6498,'user','19','2025-06-17 19:19:48','','','102.0.9.88','loggedin',1),(6499,'user','19','2025-06-17 19:25:47','','','102.0.9.88','loggedin',1),(6500,'user','22','2025-06-17 19:27:59','','','102.0.9.88','loggedin',1),(6501,'user','22','2025-06-17 19:28:19','','','102.0.9.88','loggedin',1),(6502,'user','19','2025-06-17 19:30:24','','','102.0.9.88','loggedin',1),(6503,'user','22','2025-06-17 19:48:19','','','102.0.9.88','loggedin',1),(6504,'user','19','2025-06-17 19:50:10','','','102.0.9.88','loggedin',1),(6505,'user','19','2025-06-17 19:51:09','','','102.0.9.88','loggedin',1),(6506,'user','22','2025-06-17 19:54:03','','','102.0.9.88','loggedin',1),(6507,'user','22','2025-06-17 19:58:13','','','102.0.9.88','loggedin',1),(6508,'user','22','2025-06-17 20:04:40','','','102.0.9.88','loggedin',1),(6509,'user','22','2025-06-17 20:05:41','','','102.0.9.88','loggedin',1),(6510,'user','19','2025-06-17 20:08:07','','','102.0.9.88','loggedin',1),(6511,'user','19','2025-06-17 20:17:34','','','102.0.9.88','loggedin',1),(6512,'user','22','2025-06-17 20:21:01','','','102.0.9.88','loggedin',1),(6513,'user','22','2025-06-17 20:26:00','','','102.0.9.88','loggedin',1),(6514,'user','19','2025-06-17 20:26:45','2025-06-17 20:32:56','','102.0.9.88','loggedin',1),(6515,'user','22','2025-06-17 20:33:09','','','102.0.9.88','loggedin',1),(6516,'user','22','2025-06-17 20:35:13','','','102.0.9.88','loggedin',1),(6517,'user','22','2025-06-17 20:36:46','','','102.0.9.88','loggedin',1),(6518,'user','19','2025-06-17 20:40:19','','','102.0.9.88','loggedin',1),(6519,'user','19','2025-06-17 20:42:13','2025-06-17 20:44:15','','102.0.9.88','loggedin',1),(6520,'user','22','2025-06-17 20:46:48','','','102.0.9.88','loggedin',1),(6521,'user','19','2025-06-17 20:48:04','','','102.0.9.88','loggedin',1),(6522,'user','19','2025-06-17 20:51:17','','','102.0.9.88','loggedin',1),(6523,'user','22','2025-06-17 20:52:33','','','102.0.9.88','loggedin',1),(6524,'user','22','2025-06-17 20:53:10','','','102.0.9.88','loggedin',1),(6525,'user','22','2025-06-17 21:04:09','','','102.0.9.88','loggedin',1),(6526,'user','19','2025-06-17 21:07:25','2025-06-17 21:13:00','','102.0.9.88','loggedin',1),(6527,'user','19','2025-06-17 21:13:13','','','102.0.9.88','loggedin',1),(6528,'user','22','2025-06-17 21:24:23','','','102.0.9.88','loggedin',1),(6529,'user','5','2025-06-17 21:30:16','','','102.0.9.88','loggedin',1),(6530,'user','18','2025-06-17 21:53:05','','','102.0.9.88','loggedin',1),(6531,'user','11','2025-06-17 21:56:24','','','102.0.9.88','loggedin',1),(6532,'user','18','2025-06-17 21:57:00','','','102.0.9.88','loggedin',1),(6533,'user','11','2025-06-17 22:03:56','2025-06-17 22:09:52','','102.0.9.88','loggedin',1),(6534,'user','19','2025-06-17 22:09:58','','','102.0.9.88','loggedin',1),(6535,'user','18','2025-06-17 22:13:08','','','102.0.9.88','loggedin',1),(6536,'user','18','2025-06-17 22:14:37','','','102.0.9.88','loggedin',1),(6537,'user','18','2025-06-17 22:15:26','','','102.0.9.88','loggedin',1),(6538,'user','18','2025-06-17 22:20:50','','','102.0.9.88','loggedin',1),(6539,'user','18','2025-06-17 22:33:11','','','102.0.9.88','loggedin',1),(6540,'user','18','2025-06-18 02:48:20','','','102.0.9.88','loggedin',1),(6541,'user','18','2025-06-18 02:49:17','','','102.0.9.88','loggedin',1),(6542,'user','18','2025-06-18 07:37:23','','','102.0.9.88','loggedin',1),(6543,'user','18','2025-06-18 07:38:09','','','102.0.9.88','loggedin',1),(6544,'user','18','2025-06-18 09:03:59','','','102.0.9.88','loggedin',1),(6545,'user','19','2025-06-18 09:26:39','','','102.0.9.88','loggedin',1),(6546,'user','5','2025-06-18 09:32:21','','','102.0.9.88','loggedin',1),(6547,'user','22','2025-06-18 10:08:52','','','102.0.9.88','loggedin',1),(6548,'user','5','2025-06-18 12:58:07','','','102.0.9.88','loggedin',1),(6549,'user','22','2025-06-18 13:19:09','','','102.0.9.88','loggedin',1),(6550,'user','19','2025-06-18 13:19:30','','','102.0.9.88','loggedin',1),(6551,'user','22','2025-06-18 13:24:22','','','102.0.9.88','loggedin',1),(6552,'user','22','2025-06-18 13:32:23','','','102.0.9.88','loggedin',1),(6553,'user','22','2025-06-18 13:43:39','','','102.0.9.88','loggedin',1),(6554,'user','19','2025-06-18 13:46:51','','','102.0.9.88','loggedin',1),(6555,'user','22','2025-06-18 13:49:32','','','102.0.9.88','loggedin',1),(6556,'user','22','2025-06-18 13:49:52','','','102.0.9.88','loggedin',1),(6557,'user','19','2025-06-18 14:31:46','','','102.0.9.88','loggedin',1),(6558,'user','22','2025-06-18 14:38:22','','','102.0.9.88','loggedin',1),(6559,'user','19','2025-06-18 15:23:06','','','102.0.9.88','loggedin',1),(6560,'user','19','2025-06-18 15:42:22','','','102.0.9.88','loggedin',1),(6561,'user','19','2025-06-18 15:50:17','2025-06-18 15:53:18','','102.0.9.88','loggedin',1),(6562,'user','19','2025-06-18 15:56:51','','','102.0.9.88','loggedin',1),(6563,'user','5','2025-06-18 16:09:00','','','102.0.9.88','loggedin',1),(6564,'user','19','2025-06-18 16:09:07','','','102.0.9.88','loggedin',1),(6565,'user','19','2025-06-18 16:17:34','','','102.0.9.88','loggedin',1),(6566,'user','22','2025-06-18 16:26:52','','','102.0.9.88','loggedin',1),(6567,'user','19','2025-06-18 16:29:21','','','102.0.9.88','loggedin',1),(6568,'user','22','2025-06-18 16:31:08','','','102.0.9.88','loggedin',1),(6569,'user','22','2025-06-18 16:56:33','','','102.0.9.88','loggedin',1),(6570,'user','22','2025-06-18 17:02:44','','','102.0.9.88','loggedin',1),(6571,'user','22','2025-06-18 17:03:46','','','102.0.9.88','loggedin',1),(6572,'user','22','2025-06-18 17:06:57','','','102.0.9.88','loggedin',1),(6573,'user','22','2025-06-18 17:16:55','','','102.0.9.88','loggedin',1),(6574,'user','22','2025-06-18 17:19:03','','','102.0.9.88','loggedin',1),(6575,'user','19','2025-06-18 17:30:31','','','102.0.9.88','loggedin',1),(6576,'user','19','2025-06-18 17:49:18','','','102.0.9.88','loggedin',1),(6577,'user','22','2025-06-18 17:52:35','','','102.0.9.88','loggedin',1),(6578,'user','22','2025-06-18 17:55:17','','','102.0.9.88','loggedin',1),(6579,'user','22','2025-06-18 17:56:48','','','102.0.9.88','loggedin',1),(6580,'user','22','2025-06-18 18:09:13','','','102.0.9.88','loggedin',1),(6581,'user','19','2025-06-18 18:14:08','','','102.0.9.88','loggedin',1),(6582,'user','22','2025-06-18 18:16:04','2025-06-18 18:26:21','','102.0.9.88','loggedin',1),(6583,'user','22','2025-06-18 18:33:07','','','102.0.9.88','loggedin',1),(6584,'user','19','2025-06-18 18:42:32','','','102.0.9.88','loggedin',1),(6585,'user','22','2025-06-18 18:52:51','','','102.0.9.88','loggedin',1),(6586,'user','22','2025-06-18 19:01:53','','','102.0.9.88','loggedin',1),(6587,'user','22','2025-06-18 19:15:01','','','102.0.9.88','loggedin',1),(6588,'user','22','2025-06-18 19:22:32','','','102.0.9.88','loggedin',1),(6589,'user','22','2025-06-18 19:26:13','','','102.0.9.88','loggedin',1),(6590,'user','22','2025-06-18 19:29:13','','','102.0.9.88','loggedin',1),(6591,'user','22','2025-06-18 19:37:44','2025-06-18 19:39:21','','102.0.9.88','loggedin',1),(6592,'user','19','2025-06-18 19:39:31','','','102.0.9.88','loggedin',1),(6593,'user','22','2025-06-18 19:40:56','','','102.0.9.88','loggedin',1),(6594,'user','19','2025-06-18 19:47:32','','','102.0.9.88','loggedin',1),(6595,'user','22','2025-06-18 19:51:33','','','102.0.9.88','loggedin',1),(6596,'user','19','2025-06-18 19:56:55','','','102.0.9.88','loggedin',1),(6597,'user','22','2025-06-18 19:58:01','','','102.0.9.88','loggedin',1),(6598,'user','19','2025-06-18 20:05:01','','','102.0.9.88','loggedin',1),(6599,'user','19','2025-06-18 20:33:38','','','102.0.9.88','loggedin',1),(6600,'user','22','2025-06-18 20:36:33','','','102.0.9.88','loggedin',1),(6601,'user','22','2025-06-18 20:39:38','','','102.0.9.88','loggedin',1),(6602,'user','22','2025-06-18 20:40:07','','','102.0.9.88','loggedin',1),(6603,'user','22','2025-06-18 20:57:07','','','102.0.9.88','loggedin',1),(6604,'user','22','2025-06-18 21:04:15','','','102.0.9.88','loggedin',1),(6605,'user','22','2025-06-18 21:07:33','','','102.0.9.88','loggedin',1),(6606,'user','22','2025-06-18 21:09:58','','','102.0.9.88','loggedin',1),(6607,'user','22','2025-06-18 21:18:52','','','102.0.9.88','loggedin',1),(6608,'user','22','2025-06-18 21:21:19','','','102.0.9.88','loggedin',1),(6609,'user','19','2025-06-18 21:32:59','','','102.0.9.88','loggedin',1),(6610,'user','18','2025-06-18 21:55:05','','','102.0.9.88','loggedin',1),(6611,'user','18','2025-06-18 21:55:50','','','102.0.9.88','loggedin',1),(6612,'user','18','2025-06-18 22:02:32','2025-06-18 22:26:42','','102.0.9.88','loggedin',1),(6613,'user','19','2025-06-18 22:26:49','2025-06-18 22:26:59','','102.0.9.88','loggedin',1),(6614,'user','18','2025-06-18 22:36:49','','','102.0.9.88','loggedin',1),(6615,'user','18','2025-06-18 22:37:21','','','102.0.9.88','loggedin',1),(6616,'user','18','2025-06-18 22:38:35','','','102.0.9.88','loggedin',1),(6617,'user','18','2025-06-18 22:40:36','','','102.0.9.88','loggedin',1),(6618,'user','18','2025-06-19 06:58:38','','','102.0.9.88','loggedin',1),(6619,'user','18','2025-06-19 06:59:48','','','102.0.9.88','loggedin',1),(6620,'user','18','2025-06-19 08:07:52','','','102.0.9.88','loggedin',1),(6621,'user','18','2025-06-19 08:08:18','','','102.0.9.88','loggedin',1),(6622,'user','18','2025-06-19 08:47:11','','','102.0.9.88','loggedin',1),(6623,'user','18','2025-06-19 08:55:50','','','102.0.9.88','loggedin',1),(6624,'user','18','2025-06-19 08:56:13','2025-06-19 09:42:48','','102.0.9.88','loggedin',1),(6625,'user','19','2025-06-19 09:42:58','2025-06-19 10:25:48','','102.0.9.88','loggedin',1),(6626,'user','19','2025-06-19 10:25:55','','','102.0.9.88','loggedin',1),(6627,'user','22','2025-06-19 10:27:16','','','102.0.9.88','loggedin',1),(6628,'user','22','2025-06-19 10:35:40','','','102.0.9.88','loggedin',1),(6629,'user','19','2025-06-19 10:37:40','','','102.0.9.88','loggedin',1),(6630,'user','5','2025-06-19 11:28:37','','','102.0.9.88','loggedin',1),(6631,'user','19','2025-06-19 11:46:54','','','102.0.9.88','loggedin',1),(6632,'user','19','2025-06-19 11:49:27','','','102.0.9.88','loggedin',1),(6633,'user','19','2025-06-19 11:53:47','','','102.0.9.88','loggedin',1),(6634,'user','19','2025-06-19 11:58:20','','','102.0.9.88','loggedin',1),(6635,'user','19','2025-06-19 11:59:13','','','102.0.9.88','loggedin',1),(6636,'user','19','2025-06-19 12:06:53','','','102.0.9.88','loggedin',1),(6637,'user','19','2025-06-19 12:08:01','','','102.0.9.88','loggedin',1),(6638,'user','22','2025-06-19 12:09:14','','','102.0.9.88','loggedin',1),(6639,'user','19','2025-06-19 12:25:12','2025-06-19 12:26:22','','102.0.9.88','loggedin',1),(6640,'user','19','2025-06-19 12:27:26','','','102.0.9.88','loggedin',1),(6641,'user','19','2025-06-19 12:29:30','','','102.0.9.88','loggedin',1),(6642,'user','19','2025-06-19 12:33:09','','','102.0.9.88','loggedin',1),(6643,'user','19','2025-06-19 12:37:25','','','102.0.9.88','loggedin',1),(6644,'user','19','2025-06-19 13:29:43','','','102.0.9.88','loggedin',1),(6645,'user','19','2025-06-19 13:32:06','','','102.0.9.88','loggedin',1),(6646,'user','22','2025-06-19 13:38:56','','','102.0.9.88','loggedin',1),(6647,'user','22','2025-06-19 13:58:21','','','102.0.9.88','loggedin',1),(6648,'user','22','2025-06-19 14:03:40','','','102.0.9.88','loggedin',1),(6649,'user','22','2025-06-19 14:16:16','','','102.0.9.88','loggedin',1),(6650,'user','22','2025-06-19 14:18:21','','','102.0.9.88','loggedin',1),(6651,'user','19','2025-06-19 14:21:11','','','102.0.9.88','loggedin',1),(6652,'user','22','2025-06-19 14:29:19','','','102.0.9.88','loggedin',1),(6653,'user','19','2025-06-19 14:35:59','','','102.0.9.88','loggedin',1),(6654,'user','19','2025-06-19 14:42:46','','','102.0.9.88','loggedin',1),(6655,'user','22','2025-06-19 14:44:29','','','102.0.9.88','loggedin',1),(6656,'user','19','2025-06-19 14:47:09','','','102.0.9.88','loggedin',1),(6657,'user','19','2025-06-19 14:55:43','','','102.0.9.88','loggedin',1),(6658,'user','22','2025-06-19 14:59:15','2025-06-19 15:04:25','','102.0.9.88','loggedin',1),(6659,'user','19','2025-06-19 15:12:36','','','102.0.9.88','loggedin',1),(6660,'user','19','2025-06-19 15:15:32','2025-06-19 15:16:07','','102.0.9.88','loggedin',1),(6661,'user','22','2025-06-19 15:18:32','','','102.0.9.88','loggedin',1),(6662,'user','19','2025-06-19 15:18:44','','','102.0.9.88','loggedin',1),(6663,'user','22','2025-06-19 15:20:12','','','102.0.9.88','loggedin',1),(6664,'user','19','2025-06-19 15:23:04','','','102.0.9.88','loggedin',1),(6665,'user','19','2025-06-19 15:26:25','2025-06-19 15:33:01','','102.0.9.88','loggedin',1),(6666,'user','19','2025-06-19 15:33:54','','','102.0.9.88','loggedin',1),(6667,'user','22','2025-06-19 16:08:04','','','102.0.9.88','loggedin',1),(6668,'user','22','2025-06-19 16:10:10','','','102.0.9.88','loggedin',1),(6669,'user','22','2025-06-19 16:14:37','','','102.0.9.88','loggedin',1),(6670,'user','19','2025-06-19 16:18:06','','','102.0.9.88','loggedin',1),(6671,'user','19','2025-06-19 16:32:21','','','102.0.9.88','loggedin',1),(6672,'user','19','2025-06-19 16:48:31','','','102.0.9.88','loggedin',1),(6673,'user','22','2025-06-19 16:52:45','','','102.0.9.88','loggedin',1),(6674,'user','22','2025-06-19 16:54:31','','','102.0.9.88','loggedin',1),(6675,'user','22','2025-06-19 17:07:33','','','102.0.9.88','loggedin',1),(6676,'user','19','2025-06-19 17:11:03','2025-06-19 17:12:35','','102.0.9.88','loggedin',1),(6677,'user','22','2025-06-19 17:13:06','','','102.0.9.88','loggedin',1),(6678,'user','19','2025-06-19 17:18:13','','','102.0.9.88','loggedin',1),(6679,'user','22','2025-06-19 17:24:46','','','102.0.9.88','loggedin',1),(6680,'user','22','2025-06-19 17:27:09','','','102.0.9.88','loggedin',1),(6681,'user','22','2025-06-19 17:28:30','','','102.0.9.88','loggedin',1),(6682,'user','22','2025-06-19 17:28:46','','','102.0.9.88','loggedin',1),(6683,'user','22','2025-06-19 17:37:23','','','102.0.9.88','loggedin',1),(6684,'user','22','2025-06-19 17:38:52','','','102.0.9.88','loggedin',1),(6685,'user','22','2025-06-19 17:54:13','','','102.0.9.88','loggedin',1),(6686,'user','22','2025-06-19 17:56:21','','','102.0.9.88','loggedin',1),(6687,'user','22','2025-06-19 17:57:21','','','102.0.9.88','loggedin',1),(6688,'user','22','2025-06-19 18:22:39','','','102.0.9.88','loggedin',1),(6689,'user','22','2025-06-19 18:29:03','','','102.0.9.88','loggedin',1),(6690,'user','19','2025-06-19 18:35:21','2025-06-19 18:35:37','','102.0.9.88','loggedin',1),(6691,'user','19','2025-06-19 18:35:54','','','102.0.9.88','loggedin',1),(6692,'user','22','2025-06-19 18:35:55','','','102.0.9.88','loggedin',1),(6693,'user','22','2025-06-19 18:41:43','','','102.0.9.88','loggedin',1),(6694,'user','22','2025-06-19 18:44:13','','','102.0.9.88','loggedin',1),(6695,'user','22','2025-06-19 18:57:27','','','102.0.9.88','loggedin',1),(6696,'user','22','2025-06-19 18:59:49','','','102.0.9.88','loggedin',1),(6697,'user','22','2025-06-19 19:10:44','','','102.0.9.88','loggedin',1),(6698,'user','22','2025-06-19 19:16:59','','','102.0.9.88','loggedin',1),(6699,'user','22','2025-06-19 19:19:12','','','102.0.9.88','loggedin',1),(6700,'user','22','2025-06-19 19:21:37','','','102.0.9.88','loggedin',1),(6701,'user','5','2025-06-19 19:22:54','','','102.0.9.88','loggedin',1),(6702,'user','22','2025-06-19 19:31:20','','','102.0.9.88','loggedin',1),(6703,'user','22','2025-06-19 19:57:04','','','102.0.9.88','loggedin',1),(6704,'user','22','2025-06-19 20:17:21','2025-06-19 20:17:53','','102.0.9.88','loggedin',1),(6705,'user','19','2025-06-19 20:17:55','','','102.0.9.88','loggedin',1),(6706,'user','22','2025-06-19 20:18:04','','','102.0.9.88','loggedin',1),(6707,'user','22','2025-06-19 20:18:51','','','102.0.9.88','loggedin',1),(6708,'user','22','2025-06-19 20:28:13','','','102.0.9.88','loggedin',1),(6709,'user','19','2025-06-19 20:39:58','','','102.0.9.88','loggedin',1),(6710,'user','19','2025-06-19 20:42:06','','','102.0.9.88','loggedin',1),(6711,'user','19','2025-06-19 20:44:38','','','102.0.9.88','loggedin',1),(6712,'user','19','2025-06-19 20:54:24','','','102.0.9.88','loggedin',1),(6713,'user','19','2025-06-19 20:58:59','2025-06-19 21:02:06','','102.0.9.88','loggedin',1),(6714,'user','22','2025-06-19 21:02:42','','','102.0.9.88','loggedin',1),(6715,'user','19','2025-06-19 21:08:57','','','102.0.9.88','loggedin',1),(6716,'user','22','2025-06-19 21:09:06','','','102.0.9.88','loggedin',1),(6717,'user','19','2025-06-19 21:14:21','','','102.0.9.88','loggedin',1),(6718,'user','22','2025-06-19 21:15:50','','','102.0.9.88','loggedin',1),(6719,'user','22','2025-06-19 21:17:19','','','102.0.9.88','loggedin',1),(6720,'user','22','2025-06-19 21:20:27','','','102.0.9.88','loggedin',1),(6721,'user','19','2025-06-19 21:32:16','','','102.0.9.88','loggedin',1),(6722,'user','19','2025-06-19 21:38:24','','','102.0.9.88','loggedin',1),(6723,'user','18','2025-06-19 21:46:23','','','102.0.9.88','loggedin',1),(6724,'user','19','2025-06-19 21:46:39','','','102.0.9.88','loggedin',1),(6725,'user','18','2025-06-19 21:48:21','','','102.0.9.88','loggedin',1),(6726,'user','18','2025-06-19 21:48:46','','','102.0.9.88','loggedin',1),(6727,'user','18','2025-06-19 21:49:44','','','102.0.9.88','loggedin',1),(6728,'user','19','2025-06-19 21:50:44','','','102.0.9.88','loggedin',1),(6729,'user','18','2025-06-19 22:27:56','','','102.0.9.88','loggedin',1),(6730,'user','18','2025-06-19 22:28:31','','','102.0.9.88','loggedin',1),(6731,'user','18','2025-06-19 22:32:14','','','102.0.9.88','loggedin',1),(6732,'user','18','2025-06-19 22:32:40','','','102.0.9.88','loggedin',1),(6733,'user','18','2025-06-19 22:52:25','','','102.0.9.88','loggedin',1),(6734,'user','18','2025-06-19 22:52:48','','','102.0.9.88','loggedin',1),(6735,'user','18','2025-06-19 22:53:21','','','102.0.9.88','loggedin',1),(6736,'user','18','2025-06-19 23:50:14','','','102.0.9.88','loggedin',1),(6737,'user','18','2025-06-19 23:50:38','','','102.0.9.88','loggedin',1),(6738,'user','18','2025-06-20 02:51:19','','','102.0.9.88','loggedin',1),(6739,'user','18','2025-06-20 02:52:07','','','102.0.9.88','loggedin',1),(6740,'user','18','2025-06-20 03:15:59','','','102.0.9.88','loggedin',1),(6741,'user','18','2025-06-20 07:32:12','','','102.0.9.88','loggedin',1),(6742,'user','18','2025-06-20 07:34:27','','','102.0.9.88','loggedin',1),(6743,'user','18','2025-06-20 07:45:12','','','102.0.9.88','loggedin',1),(6744,'user','19','2025-06-20 10:42:20','','','102.0.9.88','loggedin',1),(6745,'user','19','2025-06-20 10:43:10','','','102.0.9.88','loggedin',1),(6746,'user','19','2025-06-20 11:10:08','','','102.0.9.88','loggedin',1),(6747,'user','8','2025-06-20 12:03:45','','','102.0.9.88','loggedin',1),(6748,'user','19','2025-06-20 12:16:55','','','102.0.9.88','loggedin',1),(6749,'user','19','2025-06-20 13:08:54','','','102.0.9.88','loggedin',1),(6750,'user','19','2025-06-20 13:24:21','','','102.0.9.88','loggedin',1),(6751,'user','5','2025-06-20 13:37:19','','','102.0.9.88','loggedin',1),(6752,'user','8','2025-06-20 14:02:38','','','102.0.9.88','loggedin',1),(6753,'user','8','2025-06-20 14:03:03','','','102.0.9.88','loggedin',1),(6754,'user','8','2025-06-20 14:09:28','','','102.0.9.88','loggedin',1),(6755,'user','8','2025-06-20 14:09:54','','','102.0.9.88','loggedin',1),(6756,'user','8','2025-06-20 15:20:10','','','102.0.9.88','loggedin',1),(6757,'user','8','2025-06-20 15:31:33','','','102.0.9.88','loggedin',1),(6758,'user','8','2025-06-20 15:34:00','','','102.0.9.88','loggedin',1),(6759,'user','19','2025-06-20 15:34:28','','','102.0.9.88','loggedin',1),(6760,'user','8','2025-06-20 15:47:06','','','102.0.9.88','loggedin',1),(6761,'user','8','2025-06-20 15:47:33','','','102.0.9.88','loggedin',1),(6762,'user','8','2025-06-20 15:52:36','','','102.0.9.88','loggedin',1),(6763,'user','8','2025-06-20 15:53:07','','','102.0.9.88','loggedin',1),(6764,'user','19','2025-06-20 15:54:40','2025-06-20 15:58:26','','102.0.9.88','loggedin',1),(6765,'user','19','2025-06-20 16:00:51','','','102.0.9.88','loggedin',1),(6766,'user','8','2025-06-20 16:03:24','','','102.0.9.88','loggedin',1),(6767,'user','19','2025-06-20 16:05:54','','','102.0.9.88','loggedin',1),(6768,'user','8','2025-06-20 16:13:08','','','102.0.9.88','loggedin',1),(6769,'user','8','2025-06-20 16:13:46','','','102.0.9.88','loggedin',1),(6770,'user','19','2025-06-20 16:19:55','','','102.0.9.88','loggedin',1),(6771,'user','19','2025-06-20 16:22:04','','','102.0.9.88','loggedin',1),(6772,'user','19','2025-06-20 16:30:57','','','102.0.9.88','loggedin',1),(6773,'user','19','2025-06-20 16:35:32','','','102.0.9.88','loggedin',1),(6774,'user','8','2025-06-20 16:36:35','','','102.0.9.88','loggedin',1),(6775,'user','19','2025-06-20 17:10:15','','','102.0.9.88','loggedin',1),(6776,'user','19','2025-06-20 17:41:52','2025-06-20 17:43:06','','102.0.9.88','loggedin',1),(6777,'user','8','2025-06-20 17:50:48','','','102.0.9.88','loggedin',1),(6778,'user','8','2025-06-20 17:51:15','','','102.0.9.88','loggedin',1),(6779,'user','19','2025-06-20 17:57:22','','','102.0.9.88','loggedin',1),(6780,'user','8','2025-06-20 18:02:08','','','102.0.9.88','loggedin',1),(6781,'user','8','2025-06-20 18:02:43','','','102.0.9.88','loggedin',1),(6782,'user','8','2025-06-20 18:17:24','','','102.0.9.88','loggedin',1),(6783,'user','8','2025-06-20 18:18:16','','','102.0.9.88','loggedin',1),(6784,'user','8','2025-06-20 18:19:24','','','102.0.9.88','loggedin',1),(6785,'user','19','2025-06-20 18:26:05','','','102.0.9.88','loggedin',1),(6786,'user','5','2025-06-20 18:46:18','','','102.0.9.88','loggedin',1),(6787,'user','19','2025-06-20 18:51:34','2025-06-20 18:52:27','','102.0.9.88','loggedin',1),(6788,'user','19','2025-06-20 19:07:02','','','102.0.9.88','loggedin',1),(6789,'user','8','2025-06-20 19:28:22','','','102.0.9.88','loggedin',1),(6790,'user','8','2025-06-20 19:56:26','','','102.0.9.88','loggedin',1),(6791,'user','19','2025-06-20 19:58:54','2025-06-20 19:59:16','','102.0.9.88','loggedin',1),(6792,'user','19','2025-06-20 20:05:26','','','102.0.9.88','loggedin',1),(6793,'user','8','2025-06-20 20:15:47','','','102.0.9.88','loggedin',1),(6794,'user','8','2025-06-20 20:18:38','','','102.0.9.88','loggedin',1),(6795,'user','5','2025-06-20 20:19:07','2025-06-20 20:21:16','','102.0.9.88','loggedin',1),(6796,'user','19','2025-06-20 20:22:40','','','102.0.9.88','loggedin',1),(6797,'user','8','2025-06-20 20:27:23','','','102.0.9.88','loggedin',1),(6798,'user','8','2025-06-20 20:28:09','','','102.0.9.88','loggedin',1),(6799,'user','19','2025-06-20 20:44:34','','','102.0.9.88','loggedin',1),(6800,'user','8','2025-06-20 20:45:18','','','102.0.9.88','loggedin',1),(6801,'user','8','2025-06-20 20:49:57','','','102.0.9.88','loggedin',1),(6802,'user','19','2025-06-20 20:50:48','','','102.0.9.88','loggedin',1),(6803,'user','19','2025-06-20 21:01:43','','','102.0.9.88','loggedin',1),(6804,'user','8','2025-06-20 21:04:28','','','102.0.9.88','loggedin',1),(6805,'user','19','2025-06-20 21:08:28','','','102.0.9.88','loggedin',1),(6806,'user','8','2025-06-20 21:10:11','','','102.0.9.88','loggedin',1),(6807,'user','19','2025-06-20 21:14:48','','','102.0.9.88','loggedin',1),(6808,'user','18','2025-06-20 21:17:23','','','102.0.9.88','loggedin',1),(6809,'user','8','2025-06-20 21:23:15','','','102.0.9.88','loggedin',1),(6810,'user','18','2025-06-20 21:29:53','','','102.0.9.88','loggedin',1),(6811,'user','18','2025-06-20 21:30:57','','','102.0.9.88','loggedin',1),(6812,'user','18','2025-06-20 21:32:00','','','102.0.9.88','loggedin',1),(6813,'user','18','2025-06-20 21:37:58','','','102.0.9.88','loggedin',1),(6814,'user','19','2025-06-20 21:46:27','','','102.0.9.88','loggedin',1),(6815,'user','18','2025-06-20 21:49:04','','','102.0.9.88','loggedin',1),(6816,'user','18','2025-06-20 21:49:42','','','102.0.9.88','loggedin',1),(6817,'user','18','2025-06-20 22:18:28','','','102.0.9.88','loggedin',1),(6818,'user','19','2025-06-21 09:33:18','','','102.0.9.88','loggedin',1),(6819,'user','19','2025-06-21 09:33:55','','','102.0.9.88','loggedin',1),(6820,'user','19','2025-06-21 10:06:08','','','102.0.9.88','loggedin',1),(6821,'user','19','2025-06-21 10:13:56','','','102.0.9.88','loggedin',1),(6822,'user','19','2025-06-21 10:46:00','','','102.0.9.88','loggedin',1),(6823,'user','19','2025-06-21 11:21:35','','','102.0.9.88','loggedin',1),(6824,'user','8','2025-06-21 11:47:39','','','102.0.9.88','loggedin',1),(6825,'user','8','2025-06-21 12:02:05','','','102.0.9.88','loggedin',1),(6826,'user','8','2025-06-21 12:05:51','','','102.0.9.88','loggedin',1),(6827,'user','19','2025-06-21 12:18:13','','','102.0.9.88','loggedin',1),(6828,'user','8','2025-06-21 13:14:14','','','102.0.9.88','loggedin',1),(6829,'user','19','2025-06-21 13:25:56','','','102.0.9.88','loggedin',1),(6830,'user','8','2025-06-21 13:26:44','2025-06-21 13:27:20','','102.0.9.88','loggedin',1),(6831,'user','19','2025-06-21 13:46:15','','','102.0.9.88','loggedin',1),(6832,'user','19','2025-06-21 13:48:09','','','102.0.9.88','loggedin',1),(6833,'user','19','2025-06-21 13:59:07','','','102.0.9.88','loggedin',1),(6834,'user','19','2025-06-21 13:59:43','','','102.0.9.88','loggedin',1),(6835,'user','19','2025-06-21 14:02:29','','','102.0.9.88','loggedin',1),(6836,'user','8','2025-06-21 14:21:04','','','102.0.9.88','loggedin',1),(6837,'user','19','2025-06-21 14:32:07','','','102.0.9.88','loggedin',1),(6838,'user','8','2025-06-21 14:51:05','','','102.0.9.88','loggedin',1),(6839,'user','19','2025-06-21 15:41:39','','','102.0.9.88','loggedin',1),(6840,'user','8','2025-06-21 15:57:52','','','102.0.9.88','loggedin',1),(6841,'user','8','2025-06-21 16:26:07','','','102.0.9.88','loggedin',1),(6842,'user','8','2025-06-21 16:39:41','','','102.0.9.88','loggedin',1),(6843,'user','8','2025-06-21 16:44:46','','','102.0.9.88','loggedin',1),(6844,'user','19','2025-06-21 17:27:48','','','102.0.9.88','loggedin',1),(6845,'user','8','2025-06-21 17:38:05','','','102.0.9.88','loggedin',1),(6846,'user','19','2025-06-21 17:43:34','','','102.0.9.88','loggedin',1),(6847,'user','19','2025-06-21 17:47:17','','','102.0.9.88','loggedin',1),(6848,'user','8','2025-06-21 17:48:20','','','102.0.9.88','loggedin',1),(6849,'user','8','2025-06-21 17:49:05','','','102.0.9.88','loggedin',1),(6850,'user','8','2025-06-21 17:51:43','','','102.0.9.88','loggedin',1),(6851,'user','5','2025-06-21 17:54:29','2025-06-21 17:55:12','','102.0.9.88','loggedin',1),(6852,'user','5','2025-06-21 17:58:36','','','102.0.9.88','loggedin',1),(6853,'user','8','2025-06-21 18:06:13','','','102.0.9.88','loggedin',1),(6854,'user','5','2025-06-21 18:13:34','','','102.0.9.88','loggedin',1),(6855,'user','5','2025-06-21 18:13:39','','','102.0.9.88','loggedin',1),(6856,'user','19','2025-06-21 18:24:25','','','102.0.9.88','loggedin',1),(6857,'user','8','2025-06-21 18:28:47','','','102.0.9.88','loggedin',1),(6858,'user','19','2025-06-21 18:55:53','','','102.0.9.88','loggedin',1),(6859,'user','8','2025-06-21 19:02:06','','','102.0.9.88','loggedin',1),(6860,'user','8','2025-06-21 19:02:35','','','102.0.9.88','loggedin',1),(6861,'user','8','2025-06-21 19:13:29','','','102.0.9.88','loggedin',1),(6862,'user','8','2025-06-21 19:14:35','','','102.0.9.88','loggedin',1),(6863,'user','19','2025-06-21 19:27:41','','','102.0.9.88','loggedin',1),(6864,'user','8','2025-06-21 19:29:45','','','102.0.9.88','loggedin',1),(6865,'user','19','2025-06-21 19:33:02','','','102.0.9.88','loggedin',1),(6866,'user','8','2025-06-21 19:47:24','','','102.0.9.88','loggedin',1),(6867,'user','19','2025-06-21 19:48:45','','','102.0.9.88','loggedin',1),(6868,'user','8','2025-06-21 19:51:50','2025-06-21 20:18:06','','102.0.9.88','loggedin',1),(6869,'user','19','2025-06-21 20:20:41','','','102.0.9.88','loggedin',1),(6870,'user','19','2025-06-21 20:21:01','2025-06-21 20:21:35','','102.0.9.88','loggedin',1),(6871,'user','19','2025-06-21 20:21:49','2025-06-21 20:22:08','','102.0.9.88','loggedin',1),(6872,'user','19','2025-06-21 20:25:14','','','102.0.9.88','loggedin',1),(6873,'user','8','2025-06-21 20:26:50','','','102.0.9.88','loggedin',1),(6874,'user','8','2025-06-21 20:32:46','','','102.0.9.88','loggedin',1),(6875,'user','8','2025-06-21 20:33:19','','','102.0.9.88','loggedin',1),(6876,'user','19','2025-06-21 20:50:33','','','102.0.9.88','loggedin',1),(6877,'user','8','2025-06-21 21:02:06','','','102.0.9.88','loggedin',1),(6878,'user','8','2025-06-21 21:07:12','','','102.0.9.88','loggedin',1),(6879,'user','8','2025-06-21 21:27:00','','','102.0.9.88','loggedin',1),(6880,'user','19','2025-06-21 21:32:17','','','102.0.9.88','loggedin',1),(6881,'user','12','2025-06-21 21:35:05','','','102.0.9.88','loggedin',1),(6882,'user','19','2025-06-21 21:39:27','','','102.0.9.88','loggedin',1),(6883,'user','19','2025-06-21 21:41:47','','','102.0.9.88','loggedin',1),(6884,'user','19','2025-06-21 22:06:31','2025-06-21 22:07:04','','102.0.9.88','loggedin',1),(6885,'user','12','2025-06-21 22:34:29','2025-06-21 23:02:03','','102.0.9.88','loggedin',1),(6886,'user','12','2025-06-21 23:02:16','','','102.0.9.88','loggedin',1),(6887,'user','12','2025-06-21 23:09:46','','','102.0.9.88','loggedin',1),(6888,'user','22','2025-06-22 09:29:24','','','102.0.9.88','loggedin',1),(6889,'user','22','2025-06-22 09:30:48','','','102.0.9.88','loggedin',1),(6890,'user','22','2025-06-22 09:32:17','','','102.0.9.88','loggedin',1),(6891,'user','22','2025-06-22 09:36:16','','','102.0.9.88','loggedin',1),(6892,'user','22','2025-06-22 10:29:45','','','102.0.9.88','loggedin',1),(6893,'user','22','2025-06-22 10:35:04','','','102.0.9.88','loggedin',1),(6894,'user','11','2025-06-22 10:59:46','','','102.0.9.88','loggedin',1),(6895,'user','11','2025-06-22 11:00:02','','','102.0.9.88','loggedin',1),(6896,'user','11','2025-06-22 11:02:55','','','102.0.9.88','loggedin',1),(6897,'user','19','2025-06-22 12:24:06','','','102.0.9.88','loggedin',1),(6898,'user','11','2025-06-22 12:29:54','','','102.0.9.88','loggedin',1),(6899,'user','11','2025-06-22 12:53:08','','','102.0.9.88','loggedin',1),(6900,'user','19','2025-06-22 13:33:30','','','102.0.9.88','loggedin',1),(6901,'user','19','2025-06-22 13:36:16','','','102.0.9.88','loggedin',1),(6902,'user','19','2025-06-22 13:55:40','','','102.0.9.88','loggedin',1),(6903,'user','19','2025-06-22 14:06:48','2025-06-22 14:07:01','','102.0.9.88','loggedin',1),(6904,'user','11','2025-06-22 14:11:19','','','102.0.9.88','loggedin',1),(6905,'user','19','2025-06-22 14:12:34','','','102.0.9.88','loggedin',1),(6906,'user','19','2025-06-22 14:14:24','2025-06-22 14:15:53','','102.0.9.88','loggedin',1),(6907,'user','19','2025-06-22 14:29:49','2025-06-22 14:38:11','','102.0.9.88','loggedin',1),(6908,'user','11','2025-06-22 14:41:17','2025-06-22 14:46:35','','102.0.9.88','loggedin',1),(6909,'user','19','2025-06-22 14:48:10','','','102.0.9.88','loggedin',1),(6910,'user','19','2025-06-22 14:50:20','','','102.0.9.88','loggedin',1),(6911,'user','11','2025-06-22 14:57:20','','','102.0.9.88','loggedin',1),(6912,'user','19','2025-06-22 15:01:54','','','102.0.9.88','loggedin',1),(6913,'user','19','2025-06-22 15:09:01','','','102.0.9.88','loggedin',1),(6914,'user','19','2025-06-22 15:12:11','','','102.0.9.88','loggedin',1),(6915,'user','19','2025-06-22 15:25:30','','','102.0.9.88','loggedin',1),(6916,'user','19','2025-06-22 15:30:59','','','102.0.9.88','loggedin',1),(6917,'user','11','2025-06-22 15:41:07','2025-06-22 15:52:21','','102.0.9.88','loggedin',1),(6918,'user','19','2025-06-22 15:52:30','','','102.0.9.88','loggedin',1),(6919,'user','11','2025-06-22 16:02:40','','','102.0.9.88','loggedin',1),(6920,'user','19','2025-06-22 16:08:06','','','102.0.9.88','loggedin',1),(6921,'user','19','2025-06-22 16:09:05','','','102.0.9.88','loggedin',1),(6922,'user','11','2025-06-22 17:16:06','','','102.0.9.88','loggedin',1),(6923,'user','11','2025-06-22 17:33:21','','','102.0.9.88','loggedin',1),(6924,'user','11','2025-06-22 17:46:00','','','102.0.9.88','loggedin',1),(6925,'user','19','2025-06-22 17:51:13','','','102.0.9.88','loggedin',1),(6926,'user','19','2025-06-22 17:54:22','','','102.0.9.88','loggedin',1),(6927,'user','19','2025-06-22 17:58:16','','','102.0.9.88','loggedin',1),(6928,'user','19','2025-06-22 18:02:56','','','102.0.9.88','loggedin',1),(6929,'user','19','2025-06-22 18:04:33','','','102.0.9.88','loggedin',1),(6930,'user','19','2025-06-22 18:17:05','','','102.0.9.88','loggedin',1),(6931,'user','19','2025-06-22 18:18:24','','','102.0.9.88','loggedin',1),(6932,'user','19','2025-06-22 18:28:48','','','102.0.9.88','loggedin',1),(6933,'user','19','2025-06-22 18:34:02','2025-06-22 18:34:48','','102.0.9.88','loggedin',1),(6934,'user','11','2025-06-22 18:37:12','','','102.0.9.88','loggedin',1),(6935,'user','11','2025-06-22 18:43:31','','','102.0.9.88','loggedin',1),(6936,'user','5','2025-06-22 19:12:22','','','102.0.9.88','loggedin',1),(6937,'user','5','2025-06-22 19:12:24','2025-06-22 21:33:02','','102.0.9.88','loggedin',1),(6938,'user','11','2025-06-22 19:12:38','','','102.0.9.88','loggedin',1),(6939,'user','19','2025-06-22 19:17:00','','','102.0.9.88','loggedin',1),(6940,'user','19','2025-06-22 19:25:39','2025-06-22 19:25:57','','102.0.9.88','loggedin',1),(6941,'user','19','2025-06-22 19:37:59','','','102.0.9.88','loggedin',1),(6942,'user','19','2025-06-22 19:42:37','','','102.0.9.88','loggedin',1),(6943,'user','19','2025-06-22 19:43:51','','','102.0.9.88','loggedin',1),(6944,'user','11','2025-06-22 19:51:39','','','102.0.9.88','loggedin',1),(6945,'user','19','2025-06-22 19:53:22','2025-06-22 19:53:39','','102.0.9.88','loggedin',1),(6946,'user','19','2025-06-22 19:58:24','','','102.0.9.88','loggedin',1),(6947,'user','19','2025-06-22 20:08:49','','','102.0.9.88','loggedin',1),(6948,'user','11','2025-06-22 20:15:04','','','102.0.9.88','loggedin',1),(6949,'user','11','2025-06-22 20:23:22','','','102.0.9.88','loggedin',1),(6950,'user','11','2025-06-22 20:36:26','','','102.0.9.88','loggedin',1),(6951,'user','19','2025-06-22 20:59:05','','','102.0.9.88','loggedin',1),(6952,'user','19','2025-06-22 21:10:55','2025-06-22 21:59:25','','102.0.9.88','loggedin',1),(6953,'user','19','2025-06-22 22:00:37','2025-06-22 22:01:01','','102.0.9.88','loggedin',1),(6954,'user','11','2025-06-22 22:13:00','','','102.0.9.88','loggedin',1),(6955,'user','18','2025-06-22 22:45:29','','','102.0.9.88','loggedin',1),(6956,'user','18','2025-06-22 22:46:04','','','102.0.9.88','loggedin',1),(6957,'user','19','2025-06-22 22:46:56','','','102.0.9.88','loggedin',1),(6958,'user','19','2025-06-22 22:48:59','','','102.0.9.88','loggedin',1),(6959,'user','19','2025-06-22 22:50:03','','','102.0.9.88','loggedin',1),(6960,'user','18','2025-06-22 23:05:39','','','102.0.9.88','loggedin',1),(6961,'user','18','2025-06-22 23:06:52','2025-06-22 23:07:06','','102.0.9.88','loggedin',1),(6962,'user','19','2025-06-22 23:07:13','','','102.0.9.88','loggedin',1),(6963,'user','19','2025-06-22 23:20:02','','','102.0.9.88','loggedin',1),(6964,'user','11','2025-06-22 23:39:22','','','102.0.9.88','loggedin',1),(6965,'user','5','2025-06-22 23:48:06','','','41.81.143.171','loggedin',1),(6966,'user','18','2025-06-23 07:21:33','','','102.0.9.88','loggedin',1),(6967,'user','18','2025-06-23 07:47:19','','','102.0.9.88','loggedin',1),(6968,'user','18','2025-06-23 07:54:51','','','102.0.9.88','loggedin',1),(6969,'user','18','2025-06-23 07:55:23','','','102.0.9.88','loggedin',1),(6970,'user','18','2025-06-23 08:18:45','','','102.0.9.88','loggedin',1),(6971,'user','18','2025-06-23 08:19:12','','','102.0.9.88','loggedin',1),(6972,'user','18','2025-06-23 08:48:42','','','102.0.9.88','loggedin',1),(6973,'user','18','2025-06-23 08:49:05','','','102.0.9.88','loggedin',1),(6974,'user','18','2025-06-23 08:55:05','','','102.0.9.88','loggedin',1),(6975,'user','19','2025-06-23 09:15:49','','','102.0.9.88','loggedin',1),(6976,'admin','1','2025-06-23 09:48:13','','','197.232.142.176','loggedin',1),(6977,'user','8','2025-06-23 10:12:57','','','102.0.9.88','loggedin',1),(6978,'user','19','2025-06-23 10:17:57','2025-06-23 10:18:24','','102.0.9.88','loggedin',1),(6979,'user','8','2025-06-23 10:20:46','','','102.0.9.88','loggedin',1),(6980,'user','8','2025-06-23 11:20:09','','','102.0.9.88','loggedin',1),(6981,'user','8','2025-06-23 11:28:08','','','102.0.9.88','loggedin',1),(6982,'user','8','2025-06-23 11:31:28','','','102.0.9.88','loggedin',1),(6983,'user','8','2025-06-23 11:39:19','','','102.0.9.88','loggedin',1),(6984,'user','8','2025-06-23 12:03:49','','','102.0.9.88','loggedin',1),(6985,'user','19','2025-06-23 12:08:54','','','102.0.9.88','loggedin',1),(6986,'user','8','2025-06-23 12:14:14','','','102.0.9.88','loggedin',1),(6987,'user','8','2025-06-23 12:23:35','','','102.0.9.88','loggedin',1),(6988,'user','8','2025-06-23 12:35:21','','','102.0.9.88','loggedin',1),(6989,'user','19','2025-06-23 12:47:05','','','102.0.9.88','loggedin',1),(6990,'user','19','2025-06-23 13:03:05','','','102.0.9.88','loggedin',1),(6991,'user','19','2025-06-23 13:11:56','','','102.0.9.88','loggedin',1),(6992,'user','8','2025-06-23 13:21:45','','','102.0.9.88','loggedin',1),(6993,'user','8','2025-06-23 13:41:57','','','102.0.9.88','loggedin',1),(6994,'user','19','2025-06-23 14:17:24','','','102.0.9.88','loggedin',1),(6995,'user','8','2025-06-23 14:41:21','','','102.0.9.88','loggedin',1),(6996,'user','19','2025-06-23 15:02:53','','','102.0.9.88','loggedin',1),(6997,'user','5','2025-06-23 15:05:04','2025-06-23 15:08:30','','102.0.9.88','loggedin',1),(6998,'user','8','2025-06-23 15:08:30','','','102.0.9.88','loggedin',1),(6999,'user','8','2025-06-23 15:25:15','','','102.0.9.88','loggedin',1),(7000,'user','8','2025-06-23 15:31:08','','','102.0.9.88','loggedin',1),(7001,'user','8','2025-06-23 15:50:28','2025-06-23 15:55:05','','102.0.9.88','loggedin',1),(7002,'user','19','2025-06-23 15:55:19','','','102.0.9.88','loggedin',1),(7003,'user','19','2025-06-23 15:58:52','','','102.0.9.88','loggedin',1),(7004,'user','8','2025-06-23 16:04:15','','','102.0.9.88','loggedin',1),(7005,'user','8','2025-06-23 16:05:11','','','102.0.9.88','loggedin',1),(7006,'user','8','2025-06-23 16:05:42','','','102.0.9.88','loggedin',1),(7007,'user','8','2025-06-23 16:49:07','','','102.0.9.88','loggedin',1),(7008,'user','19','2025-06-23 16:51:49','','','102.0.9.88','loggedin',1),(7009,'user','19','2025-06-23 16:53:19','','','102.0.9.88','loggedin',1),(7010,'user','19','2025-06-23 17:02:04','','','102.0.9.88','loggedin',1),(7011,'user','5','2025-06-23 17:03:09','','','102.0.9.88','loggedin',1),(7012,'user','19','2025-06-23 17:03:16','','','102.0.9.88','loggedin',1),(7013,'user','19','2025-06-23 17:06:32','','','102.0.9.88','loggedin',1),(7014,'user','8','2025-06-23 17:10:08','','','102.0.9.88','loggedin',1),(7015,'user','8','2025-06-23 17:18:53','','','102.0.9.88','loggedin',1),(7016,'user','19','2025-06-23 17:19:46','','','102.0.9.88','loggedin',1),(7017,'user','8','2025-06-23 17:34:25','','','102.0.9.88','loggedin',1),(7018,'user','19','2025-06-23 18:24:04','2025-06-23 18:25:17','','102.0.9.88','loggedin',1),(7019,'user','19','2025-06-23 18:26:14','','','102.0.9.88','loggedin',1),(7020,'user','8','2025-06-23 18:29:16','','','102.0.9.88','loggedin',1),(7021,'user','8','2025-06-23 18:37:40','','','102.0.9.88','loggedin',1),(7022,'user','19','2025-06-23 18:48:04','','','102.0.9.88','loggedin',1),(7023,'user','19','2025-06-23 18:52:17','','','102.0.9.88','loggedin',1),(7024,'user','8','2025-06-23 18:54:47','','','102.0.9.88','loggedin',1),(7025,'user','8','2025-06-23 19:02:06','','','102.0.9.88','loggedin',1),(7026,'user','19','2025-06-23 19:06:06','','','102.0.9.88','loggedin',1),(7027,'user','8','2025-06-23 19:10:59','','','102.0.9.88','loggedin',1),(7028,'user','19','2025-06-23 19:16:14','','','102.0.9.88','loggedin',1),(7029,'user','19','2025-06-23 19:21:06','','','102.0.9.88','loggedin',1),(7030,'user','8','2025-06-23 19:26:30','','','102.0.9.88','loggedin',1),(7031,'user','8','2025-06-23 19:33:09','','','102.0.9.88','loggedin',1),(7032,'user','19','2025-06-23 19:45:32','2025-06-23 19:49:03','','102.0.9.88','loggedin',1),(7033,'user','8','2025-06-23 19:53:52','','','102.0.9.88','loggedin',1),(7034,'user','8','2025-06-23 20:10:04','','','102.0.9.88','loggedin',1),(7035,'user','8','2025-06-23 20:11:06','','','102.0.9.88','loggedin',1),(7036,'user','19','2025-06-23 20:26:33','','','102.0.9.88','loggedin',1),(7037,'user','8','2025-06-23 20:32:46','','','102.0.9.88','loggedin',1),(7038,'user','19','2025-06-23 20:34:31','','','102.0.9.88','loggedin',1),(7039,'user','19','2025-06-23 20:35:41','2025-06-23 20:37:17','','102.0.9.88','loggedin',1),(7040,'user','19','2025-06-23 20:39:53','','','102.0.9.88','loggedin',1),(7041,'user','19','2025-06-23 21:11:18','','','102.0.9.88','loggedin',1),(7042,'user','18','2025-06-23 21:18:06','','','102.0.9.88','loggedin',1),(7043,'user','19','2025-06-23 21:45:33','2025-06-23 21:46:00','','102.0.9.88','loggedin',1),(7044,'user','5','2025-06-23 23:56:50','','','196.96.5.223','loggedin',1),(7045,'user','18','2025-06-24 04:54:55','','','102.0.9.88','loggedin',1),(7046,'user','18','2025-06-24 04:56:13','','','102.0.9.88','loggedin',1),(7047,'user','18','2025-06-24 06:46:39','','','102.0.9.88','loggedin',1),(7048,'user','18','2025-06-24 06:47:41','','','102.0.9.88','loggedin',1),(7049,'user','18','2025-06-24 06:48:36','','','102.0.9.88','loggedin',1),(7050,'user','18','2025-06-24 07:05:38','','','102.0.9.88','loggedin',1),(7051,'user','18','2025-06-24 07:05:55','','','102.0.9.88','loggedin',1),(7052,'user','18','2025-06-24 07:06:49','','','102.0.9.88','loggedin',1),(7053,'user','18','2025-06-24 08:04:31','','','102.0.9.88','loggedin',1),(7054,'user','18','2025-06-24 08:04:44','','','102.0.9.88','loggedin',1),(7055,'user','18','2025-06-24 08:47:39','','','102.0.9.88','loggedin',1),(7056,'user','18','2025-06-24 08:54:55','','','102.0.9.88','loggedin',1),(7057,'user','18','2025-06-24 08:55:25','','','102.0.9.88','loggedin',1),(7058,'user','18','2025-06-24 08:56:56','','','102.0.9.88','loggedin',1),(7059,'user','18','2025-06-24 08:57:49','','','102.0.9.88','loggedin',1),(7060,'user','18','2025-06-24 09:03:11','','','102.0.9.88','loggedin',1),(7061,'user','8','2025-06-24 09:18:50','','','102.0.9.88','loggedin',1),(7062,'user','19','2025-06-24 09:52:04','','','102.0.9.88','loggedin',1),(7063,'user','8','2025-06-24 09:57:27','','','102.0.9.88','loggedin',1),(7064,'user','8','2025-06-24 10:05:56','','','102.0.9.88','loggedin',1),(7065,'user','8','2025-06-24 10:18:11','','','102.0.9.88','loggedin',1),(7066,'user','5','2025-06-24 10:25:53','','','102.0.9.88','loggedin',1),(7067,'user','8','2025-06-24 10:27:41','','','102.0.9.88','loggedin',1),(7068,'user','8','2025-06-24 10:31:17','','','102.0.9.88','loggedin',1),(7069,'user','19','2025-06-24 11:20:05','','','102.0.9.88','loggedin',1),(7070,'user','5','2025-06-24 11:21:38','','','105.161.152.4','loggedin',1),(7071,'user','19','2025-06-24 11:32:32','','','102.0.9.88','loggedin',1),(7072,'user','8','2025-06-24 11:33:32','','','102.0.9.88','loggedin',1),(7073,'user','19','2025-06-24 11:37:12','','','102.0.9.88','loggedin',1),(7074,'user','19','2025-06-24 11:43:55','2025-06-24 11:45:01','','102.0.9.88','loggedin',1),(7075,'user','19','2025-06-24 12:09:42','','','102.0.9.88','loggedin',1),(7076,'user','8','2025-06-24 12:11:55','','','102.0.9.88','loggedin',1),(7077,'user','19','2025-06-24 12:19:23','','','102.0.9.88','loggedin',1),(7078,'user','19','2025-06-24 12:21:30','','','102.0.9.88','loggedin',1),(7079,'user','8','2025-06-24 12:24:08','','','102.0.9.88','loggedin',1),(7080,'user','8','2025-06-24 12:54:06','','','102.0.9.88','loggedin',1),(7081,'user','19','2025-06-24 13:02:06','','','102.0.9.88','loggedin',1),(7082,'user','8','2025-06-24 13:10:12','','','102.0.9.88','loggedin',1),(7083,'user','8','2025-06-24 13:14:54','','','102.0.9.88','loggedin',1),(7084,'user','8','2025-06-24 13:16:35','','','102.0.9.88','loggedin',1),(7085,'user','5','2025-06-24 13:17:12','','','105.160.84.238','loggedin',1),(7086,'user','8','2025-06-24 13:18:08','','','102.0.9.88','loggedin',1),(7087,'user','19','2025-06-24 13:20:34','','','102.0.9.88','loggedin',1),(7088,'user','19','2025-06-24 13:24:22','','','102.0.9.88','loggedin',1),(7089,'user','8','2025-06-24 13:24:23','','','102.0.9.88','loggedin',1),(7090,'user','8','2025-06-24 13:29:31','','','102.0.9.88','loggedin',1),(7091,'user','19','2025-06-24 13:32:13','','','102.0.9.88','loggedin',1),(7092,'user','5','2025-06-24 13:33:50','','','105.160.84.238','loggedin',1),(7093,'user','8','2025-06-24 13:34:54','','','102.0.9.88','loggedin',1),(7094,'user','8','2025-06-24 13:48:28','','','102.0.9.88','loggedin',1),(7095,'user','8','2025-06-24 13:48:52','','','102.0.9.88','loggedin',1),(7096,'user','8','2025-06-24 13:53:24','','','102.0.9.88','loggedin',1),(7097,'user','8','2025-06-24 13:57:02','','','102.0.9.88','loggedin',1),(7098,'user','19','2025-06-24 14:10:05','','','102.0.9.88','loggedin',1),(7099,'user','19','2025-06-24 14:13:44','','','102.0.9.88','loggedin',1),(7100,'user','19','2025-06-24 14:17:01','','','102.0.9.88','loggedin',1),(7101,'user','19','2025-06-24 14:18:04','','','102.0.9.88','loggedin',1),(7102,'user','8','2025-06-24 14:20:27','','','102.0.9.88','loggedin',1),(7103,'user','8','2025-06-24 14:21:01','','','102.0.9.88','loggedin',1),(7104,'user','8','2025-06-24 14:22:17','','','102.0.9.88','loggedin',1),(7105,'user','19','2025-06-24 14:22:19','','','102.0.9.88','loggedin',1),(7106,'user','19','2025-06-24 14:24:53','','','102.0.9.88','loggedin',1),(7107,'user','19','2025-06-24 14:28:19','2025-06-24 14:30:09','','102.0.9.88','loggedin',1),(7108,'user','8','2025-06-24 19:50:58','','','102.0.9.88','loggedin',1),(7109,'user','5','2025-06-24 19:54:38','','','105.161.221.92','loggedin',1),(7110,'user','19','2025-06-24 19:55:45','','','102.0.9.88','loggedin',1),(7111,'user','8','2025-06-24 20:01:08','','','102.0.9.88','loggedin',1),(7112,'user','8','2025-06-24 20:06:47','','','102.0.9.88','loggedin',1),(7113,'user','8','2025-06-24 20:13:11','','','102.0.9.88','loggedin',1),(7114,'user','19','2025-06-24 20:14:43','','','102.0.9.88','loggedin',1),(7115,'user','19','2025-06-24 20:16:26','','','102.0.9.88','loggedin',1),(7116,'user','8','2025-06-24 20:27:39','','','102.0.9.88','loggedin',1),(7117,'user','8','2025-06-24 20:28:16','','','102.0.9.88','loggedin',1),(7118,'user','8','2025-06-24 20:32:21','','','102.0.9.88','loggedin',1),(7119,'user','8','2025-06-24 20:41:51','','','102.0.9.88','loggedin',1),(7120,'user','19','2025-06-24 20:47:45','','','102.0.9.88','loggedin',1),(7121,'user','19','2025-06-24 20:57:56','','','102.0.9.88','loggedin',1),(7122,'user','8','2025-06-24 21:04:37','','','102.0.9.88','loggedin',1),(7123,'user','8','2025-06-24 21:06:19','','','102.0.9.88','loggedin',1),(7124,'user','18','2025-06-24 21:15:36','','','102.0.9.88','loggedin',1),(7125,'user','19','2025-06-24 21:17:45','','','102.0.9.88','loggedin',1),(7126,'user','5','2025-06-24 21:25:57','','','105.161.221.92','loggedin',1),(7127,'user','19','2025-06-24 21:32:49','','','102.0.9.88','loggedin',1),(7128,'user','18','2025-06-24 21:34:16','','','102.0.9.88','loggedin',1),(7129,'user','19','2025-06-24 21:36:26','','','102.0.9.88','loggedin',1),(7130,'user','18','2025-06-24 21:42:05','','','102.0.9.88','loggedin',1),(7131,'user','18','2025-06-24 21:42:55','','','102.0.9.88','loggedin',1),(7132,'user','19','2025-06-24 21:46:24','','','102.0.9.88','loggedin',1),(7133,'user','18','2025-06-24 21:48:07','','','102.0.9.88','loggedin',1),(7134,'user','19','2025-06-24 21:56:07','','','102.0.9.88','loggedin',1),(7135,'user','19','2025-06-24 22:03:23','','','102.0.9.88','loggedin',1),(7136,'user','19','2025-06-24 22:24:27','','','102.0.9.88','loggedin',1),(7137,'user','5','2025-06-25 00:21:11','','','105.161.233.92','loggedin',1),(7138,'user','8','2025-06-25 11:11:08','','','102.0.9.88','loggedin',1),(7139,'user','19','2025-06-25 11:14:25','','','102.0.9.88','loggedin',1),(7140,'user','19','2025-06-25 11:15:48','','','102.0.9.88','loggedin',1),(7141,'user','8','2025-06-25 11:23:01','2025-06-25 11:24:19','','102.0.9.88','loggedin',1),(7142,'user','19','2025-06-25 11:24:27','','','102.0.9.88','loggedin',1),(7143,'user','8','2025-06-25 11:26:13','2025-06-25 11:35:20','','102.0.9.88','loggedin',1),(7144,'user','19','2025-06-25 11:35:29','','','102.0.9.88','loggedin',1),(7145,'user','8','2025-06-25 11:36:28','','','102.0.9.88','loggedin',1),(7146,'user','19','2025-06-25 11:47:40','','','102.0.9.88','loggedin',1),(7147,'user','8','2025-06-25 12:23:09','','','102.0.9.88','loggedin',1),(7148,'user','8','2025-06-25 12:43:19','','','102.0.9.88','loggedin',1),(7149,'user','19','2025-06-25 12:47:26','','','102.0.9.88','loggedin',1),(7150,'user','8','2025-06-25 13:02:13','','','102.0.9.88','loggedin',1),(7151,'user','19','2025-06-25 13:35:48','','','102.0.9.88','loggedin',1),(7152,'user','19','2025-06-25 13:49:44','','','102.0.9.88','loggedin',1),(7153,'user','19','2025-06-25 13:51:06','','','102.0.9.88','loggedin',1),(7154,'user','8','2025-06-25 13:58:16','','','102.0.9.88','loggedin',1),(7155,'user','19','2025-06-25 14:03:05','','','102.0.9.88','loggedin',1),(7156,'user','8','2025-06-25 14:20:17','','','102.0.9.88','loggedin',1),(7157,'user','8','2025-06-25 14:48:37','','','102.0.9.88','loggedin',1),(7158,'user','8','2025-06-25 14:49:53','','','102.0.9.88','loggedin',1),(7159,'user','19','2025-06-25 14:57:54','','','102.0.9.88','loggedin',1),(7160,'user','8','2025-06-25 15:01:15','','','102.0.9.88','loggedin',1),(7161,'user','19','2025-06-25 15:18:47','','','102.0.9.88','loggedin',1),(7162,'user','5','2025-06-25 15:27:55','','','102.0.9.88','loggedin',1),(7163,'user','19','2025-06-25 15:43:29','','','102.0.9.88','loggedin',1),(7164,'user','8','2025-06-25 15:45:05','','','102.0.9.88','loggedin',1),(7165,'user','8','2025-06-25 15:50:16','','','102.0.9.88','loggedin',1),(7166,'user','19','2025-06-25 15:58:10','','','102.0.9.88','loggedin',1),(7167,'user','19','2025-06-25 15:59:40','','','102.0.9.88','loggedin',1),(7168,'user','8','2025-06-25 16:06:07','','','102.0.9.88','loggedin',1),(7169,'user','5','2025-06-25 16:17:21','','','102.0.9.88','loggedin',1),(7170,'user','19','2025-06-25 16:24:06','','','102.0.9.88','loggedin',1),(7171,'user','19','2025-06-25 16:25:36','','','102.0.9.88','loggedin',1),(7172,'user','8','2025-06-25 16:28:31','','','102.0.9.88','loggedin',1),(7173,'user','8','2025-06-25 16:29:38','','','102.0.9.88','loggedin',1),(7174,'user','8','2025-06-25 16:31:15','','','102.0.9.88','loggedin',1),(7175,'user','8','2025-06-25 16:35:16','','','102.0.9.88','loggedin',1),(7176,'user','8','2025-06-25 16:41:28','','','102.0.9.88','loggedin',1),(7177,'user','8','2025-06-25 16:48:11','','','102.0.9.88','loggedin',1),(7178,'user','8','2025-06-25 16:53:33','','','102.0.9.88','loggedin',1),(7179,'user','8','2025-06-25 17:15:34','','','102.0.9.88','loggedin',1),(7180,'user','8','2025-06-25 17:16:03','','','102.0.9.88','loggedin',1),(7181,'user','8','2025-06-25 17:28:39','','','102.0.9.88','loggedin',1),(7182,'user','8','2025-06-25 17:41:26','','','102.0.9.88','loggedin',1),(7183,'user','8','2025-06-25 17:42:09','','','102.0.9.88','loggedin',1),(7184,'user','19','2025-06-25 17:45:31','','','102.0.9.88','loggedin',1),(7185,'user','8','2025-06-25 18:22:53','','','102.0.9.88','loggedin',1),(7186,'user','8','2025-06-25 18:27:26','','','102.0.9.88','loggedin',1),(7187,'user','8','2025-06-25 18:34:42','','','102.0.9.88','loggedin',1),(7188,'user','8','2025-06-25 18:44:51','','','102.0.9.88','loggedin',1),(7189,'user','8','2025-06-25 18:45:44','','','102.0.9.88','loggedin',1),(7190,'user','8','2025-06-25 18:49:17','','','102.0.9.88','loggedin',1),(7191,'user','8','2025-06-25 18:52:22','','','102.0.9.88','loggedin',1),(7192,'user','19','2025-06-25 19:08:52','','','102.0.9.88','loggedin',1),(7193,'user','8','2025-06-25 19:14:15','','','102.0.9.88','loggedin',1),(7194,'user','8','2025-06-25 19:24:38','','','102.0.9.88','loggedin',1),(7195,'user','8','2025-06-25 19:25:11','','','102.0.9.88','loggedin',1),(7196,'user','19','2025-06-25 19:28:17','','','102.0.9.88','loggedin',1),(7197,'user','19','2025-06-25 19:29:44','','','102.0.9.88','loggedin',1),(7198,'user','8','2025-06-25 19:30:42','','','102.0.9.88','loggedin',1),(7199,'user','5','2025-06-25 19:33:31','2025-06-25 19:33:35','','102.0.9.88','loggedin',1),(7200,'user','19','2025-06-25 19:40:30','','','102.0.9.88','loggedin',1),(7201,'user','19','2025-06-25 19:43:58','','','102.0.9.88','loggedin',1),(7202,'user','8','2025-06-25 19:53:17','','','102.0.9.88','loggedin',1),(7203,'user','8','2025-06-25 19:54:25','','','102.0.9.88','loggedin',1),(7204,'user','8','2025-06-25 20:06:07','','','102.0.9.88','loggedin',1),(7205,'user','19','2025-06-25 20:12:22','','','102.0.9.88','loggedin',1),(7206,'user','8','2025-06-25 20:13:19','','','102.0.9.88','loggedin',1),(7207,'user','19','2025-06-25 20:26:38','','','102.0.9.88','loggedin',1),(7208,'user','19','2025-06-25 20:29:13','','','102.0.9.88','loggedin',1),(7209,'user','19','2025-06-25 20:29:46','','','102.0.9.88','loggedin',1),(7210,'user','8','2025-06-25 20:39:57','','','102.0.9.88','loggedin',1),(7211,'user','8','2025-06-25 20:41:28','','','102.0.9.88','loggedin',1),(7212,'user','19','2025-06-25 20:58:22','','','102.0.9.88','loggedin',1),(7213,'user','19','2025-06-25 21:06:38','','','102.0.9.88','loggedin',1),(7214,'user','19','2025-06-25 21:07:22','','','102.0.9.88','loggedin',1),(7215,'user','19','2025-06-25 21:11:14','','','102.0.9.88','loggedin',1),(7216,'user','19','2025-06-25 21:29:32','','','102.0.9.88','loggedin',1),(7217,'user','19','2025-06-25 21:31:00','','','102.0.9.88','loggedin',1),(7218,'user','18','2025-06-25 21:34:04','','','102.0.9.88','loggedin',1),(7219,'user','18','2025-06-25 21:34:57','','','102.0.9.88','loggedin',1),(7220,'user','19','2025-06-25 21:37:53','','','102.0.9.88','loggedin',1),(7221,'user','19','2025-06-25 21:39:59','','','102.0.9.88','loggedin',1),(7222,'user','5','2025-06-25 21:43:50','','','102.0.9.88','loggedin',1),(7223,'user','19','2025-06-25 22:55:48','','','102.0.9.88','loggedin',1),(7224,'user','5','2025-06-25 23:04:05','','','41.81.23.98','loggedin',1),(7225,'user','5','2025-06-25 23:07:10','','','41.81.23.98','loggedin',1),(7226,'user','19','2025-06-26 09:08:58','','','102.0.9.88','loggedin',1),(7227,'user','19','2025-06-26 09:21:59','','','102.0.9.88','loggedin',1),(7228,'user','19','2025-06-26 09:27:13','','','102.0.9.88','loggedin',1),(7229,'user','8','2025-06-26 09:49:39','','','102.0.9.88','loggedin',1),(7230,'user','8','2025-06-26 09:51:35','','','102.0.9.88','loggedin',1),(7231,'user','8','2025-06-26 09:55:52','','','102.0.9.88','loggedin',1),(7232,'user','19','2025-06-26 10:03:47','','','102.0.9.88','loggedin',1),(7233,'user','8','2025-06-26 11:09:46','','','102.0.9.88','loggedin',1),(7234,'user','8','2025-06-26 11:38:02','','','102.0.9.88','loggedin',1),(7235,'user','8','2025-06-26 11:42:40','','','102.0.9.88','loggedin',1),(7236,'user','19','2025-06-26 11:44:10','','','102.0.9.88','loggedin',1),(7237,'user','8','2025-06-26 11:54:02','','','102.0.9.88','loggedin',1),(7238,'user','8','2025-06-26 11:54:08','','','102.0.9.88','loggedin',1),(7239,'user','8','2025-06-26 12:07:23','','','102.0.9.88','loggedin',1),(7240,'user','19','2025-06-26 13:03:33','','','102.0.9.88','loggedin',1),(7241,'user','19','2025-06-26 13:04:46','','','102.0.9.88','loggedin',1),(7242,'user','8','2025-06-26 13:39:23','','','102.0.9.88','loggedin',1),(7243,'user','8','2025-06-26 14:21:41','','','102.0.9.88','loggedin',1),(7244,'user','8','2025-06-26 14:25:31','','','102.0.9.88','loggedin',1),(7245,'user','8','2025-06-26 14:31:06','','','102.0.9.88','loggedin',1),(7246,'user','8','2025-06-26 14:43:28','','','102.0.9.88','loggedin',1),(7247,'user','8','2025-06-26 14:51:57','','','102.0.9.88','loggedin',1),(7248,'user','8','2025-06-26 14:55:45','','','102.0.9.88','loggedin',1),(7249,'user','8','2025-06-26 15:11:52','','','102.0.9.88','loggedin',1),(7250,'user','8','2025-06-26 15:13:06','2025-06-26 15:14:57','','102.0.9.88','loggedin',1),(7251,'user','19','2025-06-26 15:15:04','','','102.0.9.88','loggedin',1),(7252,'user','8','2025-06-26 15:28:59','','','102.0.9.88','loggedin',1),(7253,'user','8','2025-06-26 15:39:36','','','102.0.9.88','loggedin',1),(7254,'user','19','2025-06-26 15:41:16','','','102.0.9.88','loggedin',1),(7255,'user','19','2025-06-26 16:05:58','2025-06-26 16:06:43','','102.0.9.88','loggedin',1),(7256,'user','19','2025-06-26 16:11:32','','','102.0.9.88','loggedin',1),(7257,'user','8','2025-06-26 16:13:18','','','102.0.9.88','loggedin',1),(7258,'user','19','2025-06-26 16:38:00','','','102.0.9.88','loggedin',1),(7259,'user','19','2025-06-26 16:50:19','','','102.0.9.88','loggedin',1),(7260,'user','19','2025-06-26 17:02:17','','','102.0.9.88','loggedin',1),(7261,'user','19','2025-06-26 17:03:06','','','102.0.9.88','loggedin',1),(7262,'user','19','2025-06-26 17:26:47','','','102.0.9.88','loggedin',1),(7263,'user','19','2025-06-26 17:34:49','','','102.0.9.88','loggedin',1),(7264,'user','8','2025-06-26 17:40:36','','','102.0.9.88','loggedin',1),(7265,'user','8','2025-06-26 17:50:32','','','102.0.9.88','loggedin',1),(7266,'user','19','2025-06-26 17:52:35','','','102.0.9.88','loggedin',1),(7267,'user','8','2025-06-26 17:53:29','','','102.0.9.88','loggedin',1),(7268,'user','19','2025-06-26 17:57:49','','','102.0.9.88','loggedin',1),(7269,'user','8','2025-06-26 18:02:32','','','102.0.9.88','loggedin',1),(7270,'user','8','2025-06-26 18:06:28','','','102.0.9.88','loggedin',1),(7271,'user','8','2025-06-26 18:09:35','','','102.0.9.88','loggedin',1),(7272,'user','8','2025-06-26 18:10:37','','','102.0.9.88','loggedin',1),(7273,'user','8','2025-06-26 18:11:09','','','102.0.9.88','loggedin',1),(7274,'user','8','2025-06-26 18:15:26','','','102.0.9.88','loggedin',1),(7275,'user','19','2025-06-26 18:15:48','','','102.0.9.88','loggedin',1),(7276,'user','19','2025-06-26 18:24:40','','','102.0.9.88','loggedin',1),(7277,'user','8','2025-06-26 18:24:54','','','102.0.9.88','loggedin',1),(7278,'user','8','2025-06-26 18:25:11','','','102.0.9.88','loggedin',1),(7279,'user','8','2025-06-26 18:32:20','','','102.0.9.88','loggedin',1),(7280,'user','19','2025-06-26 18:34:48','','','102.0.9.88','loggedin',1),(7281,'user','19','2025-06-26 18:46:39','','','102.0.9.88','loggedin',1),(7282,'user','8','2025-06-26 18:56:15','','','102.0.9.88','loggedin',1),(7283,'user','19','2025-06-26 19:04:03','','','102.0.9.88','loggedin',1),(7284,'user','8','2025-06-26 19:09:33','','','102.0.9.88','loggedin',1),(7285,'user','8','2025-06-26 19:10:24','2025-06-26 19:11:57','','102.0.9.88','loggedin',1),(7286,'user','19','2025-06-26 19:12:06','','','102.0.9.88','loggedin',1),(7287,'user','19','2025-06-26 19:15:35','','','102.0.9.88','loggedin',1),(7288,'user','8','2025-06-26 19:18:24','','','102.0.9.88','loggedin',1),(7289,'user','19','2025-06-26 19:32:29','','','102.0.9.88','loggedin',1),(7290,'user','8','2025-06-26 19:37:49','','','102.0.9.88','loggedin',1),(7291,'user','8','2025-06-26 19:43:21','','','102.0.9.88','loggedin',1),(7292,'user','19','2025-06-26 19:50:24','2025-06-26 19:53:11','','102.0.9.88','loggedin',1),(7293,'user','8','2025-06-26 19:53:16','','','102.0.9.88','loggedin',1),(7294,'user','19','2025-06-26 19:54:15','','','102.0.9.88','loggedin',1),(7295,'user','8','2025-06-26 20:04:21','2025-06-26 20:04:44','','102.0.9.88','loggedin',1),(7296,'user','19','2025-06-26 20:05:41','','','102.0.9.88','loggedin',1),(7297,'user','19','2025-06-26 20:37:25','2025-06-26 20:39:19','','102.0.9.88','loggedin',1),(7298,'user','19','2025-06-26 20:39:29','2025-06-26 20:39:49','','102.0.9.88','loggedin',1),(7299,'user','8','2025-06-26 21:27:41','','','102.0.9.88','loggedin',1),(7300,'user','8','2025-06-26 21:28:28','','','102.0.9.88','loggedin',1),(7301,'user','18','2025-06-26 21:29:14','','','102.0.9.88','loggedin',1),(7302,'user','18','2025-06-26 21:30:12','','','102.0.9.88','loggedin',1),(7303,'user','18','2025-06-26 21:30:51','','','102.0.9.88','loggedin',1),(7304,'user','19','2025-06-26 21:33:08','','','102.0.9.88','loggedin',1),(7305,'user','8','2025-06-26 21:39:10','','','102.0.9.88','loggedin',1),(7306,'user','5','2025-06-26 21:42:08','','','102.0.9.88','loggedin',1),(7307,'user','18','2025-06-26 23:01:47','','','102.0.9.88','loggedin',1),(7308,'user','19','2025-06-27 08:53:17','','','102.0.9.88','loggedin',1),(7309,'user','8','2025-06-27 09:12:25','','','102.0.9.88','loggedin',1),(7310,'user','19','2025-06-27 09:13:46','','','102.0.9.88','loggedin',1),(7311,'user','8','2025-06-27 09:23:31','','','102.0.9.88','loggedin',1),(7312,'user','19','2025-06-27 09:41:41','','','102.0.9.88','loggedin',1),(7313,'user','8','2025-06-27 10:23:40','','','102.0.9.88','loggedin',1),(7314,'user','19','2025-06-27 10:24:34','','','102.0.9.88','loggedin',1),(7315,'user','8','2025-06-27 10:27:57','','','102.0.9.88','loggedin',1),(7316,'user','8','2025-06-27 10:46:06','','','102.0.9.88','loggedin',1),(7317,'user','19','2025-06-27 10:52:56','','','102.0.9.88','loggedin',1),(7318,'user','8','2025-06-27 10:53:43','','','102.0.9.88','loggedin',1),(7319,'user','19','2025-06-27 11:14:49','','','102.0.9.88','loggedin',1),(7320,'user','8','2025-06-27 11:29:12','','','102.0.9.88','loggedin',1),(7321,'user','8','2025-06-27 11:34:54','','','102.0.9.88','loggedin',1),(7322,'user','8','2025-06-27 11:37:06','','','102.0.9.88','loggedin',1),(7323,'user','5','2025-06-27 11:44:11','','','102.0.9.88','loggedin',1),(7324,'user','8','2025-06-27 11:53:35','','','102.0.9.88','loggedin',1),(7325,'user','8','2025-06-27 12:13:26','','','102.0.9.88','loggedin',1),(7326,'user','8','2025-06-27 12:39:11','','','102.0.9.88','loggedin',1),(7327,'user','8','2025-06-27 12:51:23','','','102.0.9.88','loggedin',1),(7328,'user','8','2025-06-27 12:52:30','','','102.0.9.88','loggedin',1),(7329,'user','8','2025-06-27 13:28:43','','','102.0.9.88','loggedin',1),(7330,'user','8','2025-06-27 13:56:50','','','102.0.9.88','loggedin',1),(7331,'user','19','2025-06-27 14:02:32','','','102.0.9.88','loggedin',1),(7332,'user','8','2025-06-27 14:09:40','','','102.0.9.88','loggedin',1),(7333,'user','19','2025-06-27 14:10:05','','','102.0.9.88','loggedin',1),(7334,'user','8','2025-06-27 14:17:06','','','102.0.9.88','loggedin',1),(7335,'user','8','2025-06-27 14:17:51','','','102.0.9.88','loggedin',1),(7336,'user','19','2025-06-27 14:18:04','','','102.0.9.88','loggedin',1),(7337,'user','19','2025-06-27 14:21:32','','','102.0.9.88','loggedin',1),(7338,'user','19','2025-06-27 14:24:21','','','102.0.9.88','loggedin',1),(7339,'user','8','2025-06-27 14:26:54','','','102.0.9.88','loggedin',1),(7340,'user','8','2025-06-27 14:28:18','','','102.0.9.88','loggedin',1),(7341,'user','8','2025-06-27 14:42:33','','','102.0.9.88','loggedin',1),(7342,'user','8','2025-06-27 14:50:03','','','102.0.9.88','loggedin',1),(7343,'user','19','2025-06-27 14:51:14','2025-06-27 15:04:23','','102.0.9.88','loggedin',1),(7344,'user','8','2025-06-27 15:10:40','2025-06-27 15:11:50','','102.0.9.88','loggedin',1),(7345,'user','19','2025-06-27 15:12:02','','','102.0.9.88','loggedin',1),(7346,'user','8','2025-06-27 15:21:15','','','102.0.9.88','loggedin',1),(7347,'user','19','2025-06-27 16:03:45','','','102.0.9.88','loggedin',1),(7348,'user','19','2025-06-27 16:12:51','','','102.0.9.88','loggedin',1),(7349,'user','19','2025-06-27 16:14:38','','','102.0.9.88','loggedin',1),(7350,'user','8','2025-06-27 16:39:39','','','102.0.9.88','loggedin',1),(7351,'user','8','2025-06-27 16:40:36','','','102.0.9.88','loggedin',1),(7352,'user','8','2025-06-27 16:52:02','','','102.0.9.88','loggedin',1),(7353,'user','8','2025-06-27 17:16:35','','','102.0.9.88','loggedin',1),(7354,'user','8','2025-06-27 17:38:11','','','102.0.9.88','loggedin',1),(7355,'user','8','2025-06-27 17:39:26','2025-06-27 17:41:50','','102.0.9.88','loggedin',1),(7356,'user','19','2025-06-27 17:42:11','','','102.0.9.88','loggedin',1),(7357,'user','19','2025-06-27 18:05:52','','','102.0.9.88','loggedin',1),(7358,'user','8','2025-06-27 18:36:24','','','102.0.9.88','loggedin',1),(7359,'user','19','2025-06-27 18:39:32','','','102.0.9.88','loggedin',1),(7360,'user','8','2025-06-27 19:01:47','','','102.0.9.88','loggedin',1),(7361,'user','19','2025-06-27 19:15:47','','','102.0.9.88','loggedin',1),(7362,'user','8','2025-06-27 19:21:53','','','102.0.9.88','loggedin',1),(7363,'user','8','2025-06-27 19:25:22','','','102.0.9.88','loggedin',1),(7364,'user','19','2025-06-27 19:26:15','','','102.0.9.88','loggedin',1),(7365,'user','8','2025-06-27 19:26:28','','','102.0.9.88','loggedin',1),(7366,'user','8','2025-06-27 19:27:09','','','102.0.9.88','loggedin',1),(7367,'user','8','2025-06-27 19:28:52','','','102.0.9.88','loggedin',1),(7368,'user','8','2025-06-27 19:46:51','','','102.0.9.88','loggedin',1),(7369,'user','8','2025-06-27 19:48:40','','','102.0.9.88','loggedin',1),(7370,'user','8','2025-06-27 19:50:19','','','102.0.9.88','loggedin',1),(7371,'user','8','2025-06-27 19:52:29','','','102.0.9.88','loggedin',1),(7372,'user','8','2025-06-27 20:09:42','2025-06-27 20:13:29','','102.0.9.88','loggedin',1),(7373,'user','8','2025-06-27 20:14:02','','','102.0.9.88','loggedin',1),(7374,'user','8','2025-06-27 20:15:10','2025-06-27 20:16:25','','102.0.9.88','loggedin',1),(7375,'user','8','2025-06-27 20:16:27','','','102.0.9.88','loggedin',1),(7376,'user','19','2025-06-27 20:16:31','','','102.0.9.88','loggedin',1),(7377,'user','8','2025-06-27 20:17:26','','','102.0.9.88','loggedin',1),(7378,'user','19','2025-06-27 20:21:17','','','102.0.9.88','loggedin',1),(7379,'user','8','2025-06-27 20:23:43','','','102.0.9.88','loggedin',1),(7380,'user','19','2025-06-27 20:26:00','','','102.0.9.88','loggedin',1),(7381,'user','19','2025-06-27 20:53:01','','','102.0.9.88','loggedin',1),(7382,'user','19','2025-06-27 20:56:07','','','102.0.9.88','loggedin',1),(7383,'user','8','2025-06-27 20:56:25','','','102.0.9.88','loggedin',1),(7384,'user','8','2025-06-27 20:57:16','','','102.0.9.88','loggedin',1),(7385,'user','8','2025-06-27 20:57:33','','','102.0.9.88','loggedin',1),(7386,'user','8','2025-06-27 21:02:06','2025-06-27 21:14:43','','102.0.9.88','loggedin',1),(7387,'user','19','2025-06-27 21:17:10','','','102.0.9.88','loggedin',1),(7388,'user','8','2025-06-27 21:22:31','','','102.0.9.88','loggedin',1),(7389,'user','5','2025-06-27 21:25:36','','','102.0.9.88','loggedin',1),(7390,'user','18','2025-06-27 21:29:17','','','102.0.9.88','loggedin',1),(7391,'user','18','2025-06-27 21:32:30','','','102.0.9.88','loggedin',1),(7392,'user','19','2025-06-27 21:33:17','','','102.0.9.88','loggedin',1),(7393,'user','18','2025-06-27 21:36:58','','','102.0.9.88','loggedin',1),(7394,'user','18','2025-06-27 21:37:22','','','102.0.9.88','loggedin',1),(7395,'user','18','2025-06-27 21:38:02','','','102.0.9.88','loggedin',1),(7396,'user','18','2025-06-27 21:41:56','','','102.0.9.88','loggedin',1),(7397,'user','18','2025-06-27 21:43:38','','','102.0.9.88','loggedin',1),(7398,'user','18','2025-06-27 21:44:23','2025-06-27 21:52:31','','102.0.9.88','loggedin',1),(7399,'user','19','2025-06-27 21:52:37','2025-06-27 21:53:58','','102.0.9.88','loggedin',1),(7400,'user','19','2025-06-27 21:57:24','','','102.0.9.88','loggedin',1),(7401,'user','18','2025-06-27 21:58:51','','','102.0.9.88','loggedin',1),(7402,'user','18','2025-06-27 22:01:37','','','102.0.9.88','loggedin',1),(7403,'user','18','2025-06-27 22:02:12','','','102.0.9.88','loggedin',1),(7404,'user','18','2025-06-27 22:04:56','2025-06-27 22:27:53','','102.0.9.88','loggedin',1),(7405,'user','19','2025-06-27 22:27:59','2025-06-27 22:28:56','','102.0.9.88','loggedin',1),(7406,'user','19','2025-06-27 22:29:07','2025-06-27 22:29:19','','102.0.9.88','loggedin',1),(7407,'user','5','2025-06-27 22:43:27','','','196.96.26.82','loggedin',1),(7408,'user','18','2025-06-27 22:53:03','','','102.0.9.88','loggedin',1),(7409,'user','18','2025-06-27 22:53:26','','','102.0.9.88','loggedin',1),(7410,'user','18','2025-06-28 06:50:05','','','102.0.9.88','loggedin',1),(7411,'user','18','2025-06-28 06:51:29','','','102.0.9.88','loggedin',1),(7412,'user','18','2025-06-28 07:16:38','','','102.0.9.88','loggedin',1),(7413,'user','18','2025-06-28 08:34:57','','','102.0.9.88','loggedin',1),(7414,'user','18','2025-06-28 08:35:46','','','102.0.9.88','loggedin',1),(7415,'user','18','2025-06-28 08:40:30','','','102.0.9.88','loggedin',1),(7416,'user','18','2025-06-28 08:47:27','','','102.0.9.88','loggedin',1),(7417,'user','18','2025-06-28 09:04:49','2025-06-28 09:10:09','','102.0.9.88','loggedin',1),(7418,'user','19','2025-06-28 09:11:09','','','102.0.9.88','loggedin',1),(7419,'user','19','2025-06-28 09:36:04','','','102.0.9.88','loggedin',1),(7420,'user','19','2025-06-28 09:37:02','','','102.0.9.88','loggedin',1),(7421,'user','8','2025-06-28 10:07:40','','','102.0.9.88','loggedin',1),(7422,'user','19','2025-06-28 10:18:57','','','102.0.9.88','loggedin',1),(7423,'user','8','2025-06-28 10:31:32','','','102.0.9.88','loggedin',1),(7424,'user','8','2025-06-28 10:38:14','','','102.0.9.88','loggedin',1),(7425,'user','8','2025-06-28 10:53:21','2025-06-28 11:02:24','','102.0.9.88','loggedin',1),(7426,'user','19','2025-06-28 11:02:30','','','102.0.9.88','loggedin',1),(7427,'user','19','2025-06-28 11:04:38','','','102.0.9.88','loggedin',1),(7428,'user','19','2025-06-28 11:07:21','','','102.0.9.88','loggedin',1),(7429,'user','19','2025-06-28 11:08:46','','','102.0.9.88','loggedin',1),(7430,'user','19','2025-06-28 11:09:36','2025-06-28 12:29:42','','102.0.9.88','loggedin',1),(7431,'user','19','2025-06-28 12:29:48','','','102.0.9.88','loggedin',1),(7432,'user','8','2025-06-28 13:39:44','','','102.0.9.88','loggedin',1),(7433,'user','19','2025-06-28 13:52:07','','','102.0.9.88','loggedin',1),(7434,'user','19','2025-06-28 13:57:32','','','102.0.9.88','loggedin',1),(7435,'user','8','2025-06-28 14:02:15','','','102.0.9.88','loggedin',1),(7436,'user','8','2025-06-28 14:02:47','','','102.0.9.88','loggedin',1),(7437,'user','8','2025-06-28 14:04:58','2025-06-28 14:05:46','','102.0.9.88','loggedin',1),(7438,'user','19','2025-06-28 14:05:52','','','102.0.9.88','loggedin',1),(7439,'user','19','2025-06-28 14:09:38','','','102.0.9.88','loggedin',1),(7440,'user','8','2025-06-28 14:34:02','','','102.0.9.88','loggedin',1),(7441,'user','8','2025-06-28 14:37:55','','','102.0.9.88','loggedin',1),(7442,'user','8','2025-06-28 15:00:56','','','102.0.9.88','loggedin',1),(7443,'user','8','2025-06-28 15:02:28','','','102.0.9.88','loggedin',1),(7444,'user','8','2025-06-28 15:15:15','','','102.0.9.88','loggedin',1),(7445,'user','8','2025-06-28 15:16:44','','','102.0.9.88','loggedin',1),(7446,'user','8','2025-06-28 15:17:10','','','102.0.9.88','loggedin',1),(7447,'user','19','2025-06-28 15:55:56','','','102.0.9.88','loggedin',1),(7448,'user','19','2025-06-28 16:28:51','2025-06-28 17:35:27','','102.0.9.88','loggedin',1),(7449,'user','8','2025-06-28 16:57:33','','','102.0.9.88','loggedin',1),(7450,'user','8','2025-06-28 16:58:28','','','102.0.9.88','loggedin',1),(7451,'user','8','2025-06-28 17:21:32','','','102.0.9.88','loggedin',1),(7452,'user','19','2025-06-28 17:35:36','','','102.0.9.88','loggedin',1),(7453,'user','19','2025-06-28 17:41:31','','','102.0.9.88','loggedin',1),(7454,'user','19','2025-06-28 17:42:03','','','102.0.9.88','loggedin',1),(7455,'user','19','2025-06-28 17:52:19','2025-06-28 17:54:05','','102.0.9.88','loggedin',1),(7456,'user','8','2025-06-28 17:56:03','','','102.0.9.88','loggedin',1),(7457,'user','19','2025-06-28 18:10:36','','','102.0.9.88','loggedin',1),(7458,'user','19','2025-06-28 18:29:51','','','102.0.9.88','loggedin',1),(7459,'user','5','2025-06-28 18:36:23','','','41.81.39.185','loggedin',1),(7460,'user','19','2025-06-28 19:01:09','','','102.0.9.88','loggedin',1),(7461,'user','19','2025-06-28 19:02:16','','','102.0.9.88','loggedin',1),(7462,'user','19','2025-06-28 19:09:19','','','102.0.9.88','loggedin',1),(7463,'user','19','2025-06-28 19:34:18','2025-06-28 20:04:09','','102.0.9.88','loggedin',1),(7464,'user','8','2025-06-28 19:36:12','','','102.0.9.88','loggedin',1),(7465,'user','8','2025-06-28 19:56:43','','','102.0.9.88','loggedin',1),(7466,'user','8','2025-06-28 20:04:15','','','102.0.9.88','loggedin',1),(7467,'user','8','2025-06-28 20:04:52','2025-06-28 20:35:43','','102.0.9.88','loggedin',1),(7468,'user','19','2025-06-28 20:35:50','','','102.0.9.88','loggedin',1),(7469,'user','8','2025-06-28 20:36:51','','','102.0.9.88','loggedin',1),(7470,'user','19','2025-06-28 20:37:36','','','102.0.9.88','loggedin',1),(7471,'user','8','2025-06-28 20:50:09','','','102.0.9.88','loggedin',1),(7472,'user','5','2025-06-28 21:11:24','','','102.0.9.88','loggedin',1),(7473,'user','19','2025-06-28 21:13:03','','','102.0.9.88','loggedin',1),(7474,'user','6','2025-06-28 21:26:49','','','102.0.9.88','loggedin',1),(7475,'user','6','2025-06-28 21:28:25','','','102.0.9.88','loggedin',1),(7476,'user','5','2025-06-28 21:53:33','','','41.81.39.185','loggedin',1),(7477,'user','6','2025-06-28 22:08:39','','','102.0.9.88','loggedin',1),(7478,'user','6','2025-06-28 22:09:46','2025-06-28 22:13:22','','102.0.9.88','loggedin',1),(7479,'user','6','2025-06-28 22:13:31','','','102.0.9.88','loggedin',1),(7480,'user','6','2025-06-28 22:14:52','2025-06-28 22:15:30','','102.0.9.88','loggedin',1),(7481,'user','19','2025-06-28 22:15:36','2025-06-28 22:15:50','','102.0.9.88','loggedin',1),(7482,'user','6','2025-06-28 22:15:56','2025-06-28 22:16:14','','102.0.9.88','loggedin',1),(7483,'user','6','2025-06-28 22:34:58','','','102.0.9.88','loggedin',1),(7484,'user','6','2025-06-28 22:36:15','','','102.0.9.88','loggedin',1),(7485,'user','6','2025-06-28 23:03:01','','','102.0.9.88','loggedin',1),(7486,'user','6','2025-06-29 00:18:45','','','102.0.9.88','loggedin',1),(7487,'user','6','2025-06-29 00:20:12','','','102.0.9.88','loggedin',1),(7488,'user','6','2025-06-29 08:48:00','','','102.0.9.88','loggedin',1),(7489,'user','6','2025-06-29 08:48:27','','','102.0.9.88','loggedin',1),(7490,'user','22','2025-06-29 09:39:34','','','102.0.9.88','loggedin',1),(7491,'user','22','2025-06-29 09:40:01','','','102.0.9.88','loggedin',1),(7492,'user','22','2025-06-29 10:17:34','','','102.0.9.88','loggedin',1),(7493,'user','22','2025-06-29 10:42:15','','','102.0.9.88','loggedin',1),(7494,'user','22','2025-06-29 10:48:49','','','102.0.9.88','loggedin',1),(7495,'user','22','2025-06-29 10:54:52','','','102.0.9.88','loggedin',1),(7496,'user','22','2025-06-29 11:09:10','','','102.0.9.88','loggedin',1),(7497,'user','19','2025-06-29 11:46:21','','','102.0.9.88','loggedin',1),(7498,'user','19','2025-06-29 11:51:23','','','102.0.9.88','loggedin',1),(7499,'user','19','2025-06-29 11:52:00','','','102.0.9.88','loggedin',1),(7500,'user','22','2025-06-29 12:06:21','','','102.0.9.88','loggedin',1),(7501,'user','22','2025-06-29 12:07:56','','','102.0.9.88','loggedin',1),(7502,'user','22','2025-06-29 12:17:26','','','102.0.9.88','loggedin',1),(7503,'user','22','2025-06-29 12:22:27','','','102.0.9.88','loggedin',1),(7504,'user','22','2025-06-29 12:35:18','','','102.0.9.88','loggedin',1),(7505,'user','22','2025-06-29 12:38:59','','','102.0.9.88','loggedin',1),(7506,'user','22','2025-06-29 12:39:31','','','102.0.9.88','loggedin',1),(7507,'user','22','2025-06-29 12:40:51','','','102.0.9.88','loggedin',1),(7508,'user','19','2025-06-29 12:53:06','','','102.0.9.88','loggedin',1),(7509,'user','22','2025-06-29 12:56:59','','','102.0.9.88','loggedin',1),(7510,'user','22','2025-06-29 13:05:09','','','102.0.9.88','loggedin',1),(7511,'user','22','2025-06-29 13:11:59','','','102.0.9.88','loggedin',1),(7512,'user','19','2025-06-29 13:26:24','','','102.0.9.88','loggedin',1),(7513,'user','22','2025-06-29 13:29:51','','','102.0.9.88','loggedin',1),(7514,'user','19','2025-06-29 13:36:41','','','102.0.9.88','loggedin',1),(7515,'user','22','2025-06-29 13:50:39','','','102.0.9.88','loggedin',1),(7516,'user','19','2025-06-29 13:53:30','','','102.0.9.88','loggedin',1),(7517,'user','19','2025-06-29 14:00:02','','','102.0.9.88','loggedin',1),(7518,'user','19','2025-06-29 14:07:10','','','102.0.9.88','loggedin',1),(7519,'user','19','2025-06-29 14:30:44','','','102.0.9.88','loggedin',1),(7520,'user','19','2025-06-29 14:37:40','','','102.0.9.88','loggedin',1),(7521,'user','22','2025-06-29 15:33:08','','','102.0.9.88','loggedin',1),(7522,'user','22','2025-06-29 15:49:56','','','102.0.9.88','loggedin',1),(7523,'user','19','2025-06-29 16:12:33','','','102.0.9.88','loggedin',1),(7524,'user','19','2025-06-29 16:15:34','2025-06-29 16:16:27','','102.0.9.88','loggedin',1),(7525,'user','19','2025-06-29 16:16:45','','','102.0.9.88','loggedin',1),(7526,'user','22','2025-06-29 16:37:16','','','102.0.9.88','loggedin',1),(7527,'user','22','2025-06-29 16:46:27','','','102.0.9.88','loggedin',1),(7528,'user','22','2025-06-29 16:55:39','','','102.0.9.88','loggedin',1),(7529,'user','22','2025-06-29 17:04:20','','','102.0.9.88','loggedin',1),(7530,'user','22','2025-06-29 17:29:06','','','102.0.9.88','loggedin',1),(7531,'user','19','2025-06-29 17:38:11','','','102.0.9.88','loggedin',1),(7532,'user','19','2025-06-29 17:40:17','','','102.0.9.88','loggedin',1),(7533,'user','22','2025-06-29 17:42:27','','','102.0.9.88','loggedin',1),(7534,'user','19','2025-06-29 17:54:28','','','102.0.9.88','loggedin',1),(7535,'user','19','2025-06-29 18:10:45','2025-06-29 18:11:45','','102.0.9.88','loggedin',1),(7536,'user','22','2025-06-29 18:28:08','','','102.0.9.88','loggedin',1),(7537,'user','22','2025-06-29 18:31:19','','','102.0.9.88','loggedin',1),(7538,'user','22','2025-06-29 18:42:45','','','102.0.9.88','loggedin',1),(7539,'user','19','2025-06-29 18:49:22','','','102.0.9.88','loggedin',1),(7540,'user','22','2025-06-29 18:51:22','','','102.0.9.88','loggedin',1),(7541,'user','22','2025-06-29 18:54:02','','','102.0.9.88','loggedin',1),(7542,'user','22','2025-06-29 18:54:18','','','102.0.9.88','loggedin',1),(7543,'user','22','2025-06-29 18:56:46','','','102.0.9.88','loggedin',1),(7544,'user','22','2025-06-29 19:03:13','','','102.0.9.88','loggedin',1),(7545,'user','22','2025-06-29 19:08:39','','','102.0.9.88','loggedin',1),(7546,'user','22','2025-06-29 19:11:08','','','102.0.9.88','loggedin',1),(7547,'user','22','2025-06-29 19:22:25','','','102.0.9.88','loggedin',1),(7548,'user','22','2025-06-29 19:25:04','','','102.0.9.88','loggedin',1),(7549,'user','22','2025-06-29 19:33:49','','','102.0.9.88','loggedin',1),(7550,'user','22','2025-06-29 19:35:41','','','102.0.9.88','loggedin',1),(7551,'user','22','2025-06-29 19:43:01','','','102.0.9.88','loggedin',1),(7552,'user','22','2025-06-29 19:46:42','','','102.0.9.88','loggedin',1),(7553,'user','22','2025-06-29 19:50:36','','','102.0.9.88','loggedin',1),(7554,'user','19','2025-06-29 19:53:48','','','102.0.9.88','loggedin',1),(7555,'user','19','2025-06-29 19:58:37','','','102.0.9.88','loggedin',1),(7556,'user','22','2025-06-29 20:07:25','','','102.0.9.88','loggedin',1),(7557,'user','22','2025-06-29 20:13:22','','','102.0.9.88','loggedin',1),(7558,'user','19','2025-06-29 20:18:40','2025-06-29 20:45:08','','102.0.9.88','loggedin',1),(7559,'user','22','2025-06-29 20:21:40','','','102.0.9.88','loggedin',1),(7560,'user','22','2025-06-29 20:42:18','','','102.0.9.88','loggedin',1),(7561,'user','22','2025-06-29 20:46:24','2025-06-29 20:49:23','','102.0.9.88','loggedin',1),(7562,'user','19','2025-06-29 20:49:29','','','102.0.9.88','loggedin',1),(7563,'user','19','2025-06-29 20:56:10','','','102.0.9.88','loggedin',1),(7564,'user','5','2025-06-29 21:00:00','2025-06-29 21:00:49','','102.0.9.88','loggedin',1),(7565,'user','22','2025-06-29 21:00:56','','','102.0.9.88','loggedin',1),(7566,'user','22','2025-06-29 21:06:02','','','102.0.9.88','loggedin',1),(7567,'user','22','2025-06-29 21:06:56','','','102.0.9.88','loggedin',1),(7568,'user','22','2025-06-29 21:21:23','','','102.0.9.88','loggedin',1),(7569,'user','19','2025-06-29 21:34:18','','','102.0.9.88','loggedin',1),(7570,'user','19','2025-06-29 21:39:00','','','102.0.9.88','loggedin',1),(7571,'user','22','2025-06-29 21:39:49','','','102.0.9.88','loggedin',1),(7572,'user','18','2025-06-29 21:42:19','','','102.0.9.88','loggedin',1),(7573,'user','18','2025-06-29 21:42:52','','','102.0.9.88','loggedin',1),(7574,'user','18','2025-06-29 21:47:25','','','102.0.9.88','loggedin',1),(7575,'user','22','2025-06-29 21:49:45','','','102.0.9.88','loggedin',1),(7576,'user','22','2025-06-29 21:51:30','','','102.0.9.88','loggedin',1),(7577,'user','19','2025-06-29 22:00:47','2025-06-29 22:23:17','','102.0.9.88','loggedin',1),(7578,'user','5','2025-06-29 22:29:14','','','102.0.9.88','loggedin',1),(7579,'user','5','2025-06-29 23:55:49','','','105.160.49.63','loggedin',1),(7580,'user','18','2025-06-30 09:11:15','','','102.0.9.88','loggedin',1),(7581,'user','18','2025-06-30 09:13:32','','','102.0.9.88','loggedin',1),(7582,'user','18','2025-06-30 09:14:50','','','102.0.9.88','loggedin',1),(7583,'user','18','2025-06-30 09:17:38','','','102.0.9.88','loggedin',1),(7584,'user','18','2025-06-30 09:18:28','','','102.0.9.88','loggedin',1),(7585,'user','18','2025-06-30 09:19:25','2025-06-30 09:20:37','','102.0.9.88','loggedin',1),(7586,'user','19','2025-06-30 09:20:53','','','102.0.9.88','loggedin',1),(7587,'user','19','2025-06-30 09:23:44','','','102.0.9.88','loggedin',1),(7588,'user','18','2025-06-30 09:28:48','2025-06-30 09:31:17','','102.0.9.88','loggedin',1),(7589,'user','19','2025-06-30 09:31:24','','','102.0.9.88','loggedin',1),(7590,'user','22','2025-06-30 09:37:38','','','102.0.9.88','loggedin',1),(7591,'user','19','2025-06-30 10:00:18','','','102.0.9.88','loggedin',1),(7592,'user','19','2025-06-30 10:01:14','2025-06-30 10:01:51','','102.0.9.88','loggedin',1),(7593,'user','22','2025-06-30 10:07:00','','','102.0.9.88','loggedin',1),(7594,'user','22','2025-06-30 10:07:45','','','102.0.9.88','loggedin',1),(7595,'user','22','2025-06-30 10:40:58','2025-06-30 10:45:36','','102.0.9.88','loggedin',1),(7596,'user','19','2025-06-30 10:45:58','','','102.0.9.88','loggedin',1),(7597,'user','22','2025-06-30 10:52:50','','','102.0.9.88','loggedin',1),(7598,'user','22','2025-06-30 10:56:53','','','102.0.9.88','loggedin',1),(7599,'user','22','2025-06-30 11:04:36','','','102.0.9.88','loggedin',1),(7600,'user','22','2025-06-30 11:09:02','','','102.0.9.88','loggedin',1),(7601,'user','22','2025-06-30 11:25:32','','','102.0.9.88','loggedin',1),(7602,'user','22','2025-06-30 11:26:54','','','102.0.9.88','loggedin',1),(7603,'user','5','2025-06-30 12:08:04','','','102.0.9.88','loggedin',1),(7604,'user','22','2025-06-30 12:21:26','','','102.0.9.88','loggedin',1),(7605,'user','22','2025-06-30 12:22:22','2025-06-30 12:25:12','','102.0.9.88','loggedin',1),(7606,'user','19','2025-06-30 12:25:19','','','102.0.9.88','loggedin',1),(7607,'user','22','2025-06-30 12:33:14','','','102.0.9.88','loggedin',1),(7608,'user','22','2025-06-30 12:37:29','','','102.0.9.88','loggedin',1),(7609,'user','22','2025-06-30 12:43:40','','','102.0.9.88','loggedin',1),(7610,'user','19','2025-06-30 12:57:38','','','102.0.9.88','loggedin',1),(7611,'user','19','2025-06-30 13:08:10','','','102.0.9.88','loggedin',1),(7612,'user','19','2025-06-30 13:08:25','','','102.0.9.88','loggedin',1),(7613,'user','22','2025-06-30 13:09:41','','','102.0.9.88','loggedin',1),(7614,'user','22','2025-06-30 13:12:34','','','102.0.9.88','loggedin',1),(7615,'user','19','2025-06-30 13:16:58','','','102.0.9.88','loggedin',1),(7616,'user','22','2025-06-30 13:29:47','','','102.0.9.88','loggedin',1),(7617,'user','22','2025-06-30 13:47:29','','','102.0.9.88','loggedin',1),(7618,'user','22','2025-06-30 13:56:25','2025-06-30 13:58:33','','102.0.9.88','loggedin',1),(7619,'user','19','2025-06-30 13:58:42','','','102.0.9.88','loggedin',1),(7620,'user','22','2025-06-30 14:02:05','','','102.0.9.88','loggedin',1),(7621,'user','19','2025-06-30 14:02:38','','','102.0.9.88','loggedin',1),(7622,'user','19','2025-06-30 14:17:16','','','102.0.9.88','loggedin',1),(7623,'user','22','2025-06-30 14:31:55','','','102.0.9.88','loggedin',1),(7624,'user','22','2025-06-30 14:33:36','','','102.0.9.88','loggedin',1),(7625,'user','19','2025-06-30 14:39:30','','','102.0.9.88','loggedin',1),(7626,'user','22','2025-06-30 14:40:57','','','102.0.9.88','loggedin',1),(7627,'user','22','2025-06-30 14:50:03','2025-06-30 15:01:53','','102.0.9.88','loggedin',1),(7628,'user','19','2025-06-30 15:02:49','','','102.0.9.88','loggedin',1),(7629,'user','22','2025-06-30 15:12:24','','','102.0.9.88','loggedin',1),(7630,'user','19','2025-06-30 15:26:30','','','102.0.9.88','loggedin',1),(7631,'user','19','2025-06-30 15:30:24','','','102.0.9.88','loggedin',1),(7632,'user','22','2025-06-30 16:02:12','','','102.0.9.88','loggedin',1),(7633,'user','22','2025-06-30 16:19:21','','','102.0.9.88','loggedin',1),(7634,'user','22','2025-06-30 16:21:42','','','102.0.9.88','loggedin',1),(7635,'user','5','2025-06-30 16:21:49','','','105.161.222.204','loggedin',1),(7636,'user','22','2025-06-30 16:32:25','','','102.0.9.88','loggedin',1),(7637,'user','19','2025-06-30 16:42:57','','','102.0.9.88','loggedin',1),(7638,'user','19','2025-06-30 16:43:52','','','102.0.9.88','loggedin',1),(7639,'user','19','2025-06-30 16:44:53','','','102.0.9.88','loggedin',1),(7640,'user','22','2025-06-30 16:54:04','','','102.0.9.88','loggedin',1),(7641,'user','22','2025-06-30 16:58:54','','','102.0.9.88','loggedin',1),(7642,'user','22','2025-06-30 17:17:50','2025-06-30 17:20:03','','102.0.9.88','loggedin',1),(7643,'user','19','2025-06-30 17:20:13','2025-06-30 17:25:45','','102.0.9.88','loggedin',1),(7644,'user','19','2025-06-30 17:26:39','','','102.0.9.88','loggedin',1),(7645,'user','19','2025-06-30 17:28:29','','','102.0.9.88','loggedin',1),(7646,'user','22','2025-06-30 17:28:38','','','102.0.9.88','loggedin',1),(7647,'user','22','2025-06-30 17:30:06','','','102.0.9.88','loggedin',1),(7648,'user','19','2025-06-30 17:34:11','','','102.0.9.88','loggedin',1),(7649,'user','22','2025-06-30 17:38:19','','','102.0.9.88','loggedin',1),(7650,'user','19','2025-06-30 17:52:37','2025-06-30 17:52:47','','102.0.9.88','loggedin',1),(7651,'user','19','2025-06-30 17:58:48','','','102.0.9.88','loggedin',1),(7652,'user','22','2025-06-30 18:02:23','','','102.0.9.88','loggedin',1),(7653,'user','19','2025-06-30 18:03:12','','','102.0.9.88','loggedin',1),(7654,'user','22','2025-06-30 18:11:14','','','102.0.9.88','loggedin',1),(7655,'user','22','2025-06-30 18:27:55','','','102.0.9.88','loggedin',1),(7656,'user','22','2025-06-30 18:29:42','','','102.0.9.88','loggedin',1),(7657,'user','22','2025-06-30 18:37:05','2025-06-30 18:41:07','','102.0.9.88','loggedin',1),(7658,'user','19','2025-06-30 18:41:22','','','102.0.9.88','loggedin',1),(7659,'user','19','2025-06-30 18:42:35','','','102.0.9.88','loggedin',1),(7660,'user','22','2025-06-30 18:45:52','','','102.0.9.88','loggedin',1),(7661,'user','19','2025-06-30 18:49:36','','','102.0.9.88','loggedin',1),(7662,'user','22','2025-06-30 18:50:40','','','102.0.9.88','loggedin',1),(7663,'user','19','2025-06-30 18:54:24','','','102.0.9.88','loggedin',1),(7664,'user','19','2025-06-30 18:56:35','2025-06-30 18:56:50','','102.0.9.88','loggedin',1),(7665,'user','22','2025-06-30 18:57:39','','','102.0.9.88','loggedin',1),(7666,'user','22','2025-06-30 19:06:26','','','102.0.9.88','loggedin',1),(7667,'user','22','2025-06-30 19:11:25','2025-06-30 19:12:42','','102.0.9.88','loggedin',1),(7668,'user','22','2025-06-30 19:20:24','','','102.0.9.88','loggedin',1),(7669,'user','22','2025-06-30 19:40:38','','','102.0.9.88','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=4 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,'KITCHEN','','2025-04-23 16:25:23','active','1','','1'),(3,'COUNTER','','2025-04-23 16:25:51','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 `mergedmpesa` -- DROP TABLE IF EXISTS `mergedmpesa`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `mergedmpesa` ( `id` int(11) NOT NULL AUTO_INCREMENT, `amount` decimal(10,2) NOT NULL, `userid` int(20) NOT NULL, `companyid` int(5) NOT NULL, `dateposted` varchar(30) NOT NULL, `paymentstatus` varchar(10) NOT NULL, `branch` int(10) NOT NULL, `type` varchar(30) NOT NULL, `code` varchar(50) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `code` (`code`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mergedmpesa` -- LOCK TABLES `mergedmpesa` WRITE; /*!40000 ALTER TABLE `mergedmpesa` DISABLE KEYS */; /*!40000 ALTER TABLE `mergedmpesa` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `message` -- DROP TABLE IF EXISTS `message`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `message` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `branchid` int(11) NOT NULL DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `message` -- LOCK TABLES `message` WRITE; /*!40000 ALTER TABLE `message` DISABLE KEYS */; /*!40000 ALTER TABLE `message` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `meterreading` -- DROP TABLE IF EXISTS `meterreading`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `meterreading` ( `id` int(11) NOT NULL AUTO_INCREMENT, `houseno` varchar(60) NOT NULL, `plotno` varchar(50) NOT NULL, `idno` varchar(50) NOT NULL, `tenantid` varchar(40) NOT NULL, `entrydate` varchar(50) NOT NULL, `description` text NOT NULL, `checkoutdate` datetime NOT NULL, `status` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `createdat` datetime NOT NULL, `updatedat` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `amount` varchar(30) NOT NULL, `paymentstatus` varchar(30) NOT NULL, `paymentmode` varchar(30) NOT NULL, `paymentcode` varchar(30) NOT NULL, `totalamount` decimal(10,2) NOT NULL, `overpayment` decimal(10,2) NOT NULL, `discount` varchar(30) NOT NULL, `transactioncode` varchar(30) NOT NULL, `roomtype` varchar(40) NOT NULL, `number` varchar(10) NOT NULL, `total` varchar(30) NOT NULL, `year` varchar(30) NOT NULL, `month` varchar(30) NOT NULL, `opening` varchar(20) NOT NULL, `closing` varchar(30) NOT NULL, `meternumber` varchar(10) NOT NULL, `opendate` varchar(30) NOT NULL, `closedate` varchar(30) NOT NULL, `phone` varchar(10) NOT NULL, `category` varchar(30) NOT NULL DEFAULT 'accommodation', `deposite` decimal(10,2) NOT NULL, `chargeid` int(11) NOT NULL, `booings` int(11) NOT NULL DEFAULT 1, `branchid` int(10) NOT NULL DEFAULT 1, `currency` varchar(20) DEFAULT NULL, `rate` varchar(30) NOT NULL, `charge` varchar(30) NOT NULL, `type` varchar(20) NOT NULL, `updatedby` varchar(20) NOT NULL, `usedqty` varchar(20) NOT NULL, `roomid` int(20) DEFAULT NULL, `roomchargeid` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `meterreading` -- LOCK TABLES `meterreading` WRITE; /*!40000 ALTER TABLE `meterreading` DISABLE KEYS */; /*!40000 ALTER TABLE `meterreading` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `migrations` -- DROP TABLE IF EXISTS `migrations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `migrations` ( `migration` varchar(255) NOT NULL, `batch` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `migrations` -- LOCK TABLES `migrations` WRITE; /*!40000 ALTER TABLE `migrations` DISABLE KEYS */; INSERT INTO `migrations` VALUES ('2014_10_12_000000_create_users_table',1),('2014_10_12_100000_create_password_resets_table',1),('2016_07_02_112357_Product',1); /*!40000 ALTER TABLE `migrations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modules` -- DROP TABLE IF EXISTS `modules`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `modules` ( `name` varchar(255) NOT NULL, `sort` int(10) NOT NULL, `icon` varchar(255) NOT NULL, `id` varchar(100) NOT NULL, `status` varchar(50) NOT NULL DEFAULT '1', `url` text NOT NULL, `type` varchar(50) NOT NULL DEFAULT 'side', `menu` varchar(30) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `name_lang_key` (`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `modules` -- LOCK TABLES `modules` WRITE; /*!40000 ALTER TABLE `modules` DISABLE KEYS */; INSERT INTO `modules` VALUES ('Accomodation',84,'money','accomodation','1','admin/viewpallmyplots','side','accomodation'),('Accounting(Charts of Accounts)',35,'battery-quarter','accounting','1','user/allaccounting','side','banking'),('Accounting Reports',35,'money','accountingreports','1','user/startsales','side','banking'),('Assets',49,'paw','assets','1','user/viewassets','side','assetliability'),('Bank Deposits',35,'money','bankdeposits','1','user/viewbanks','side','banking'),('Bank Transfer',35,'money','banktransfer','1','user/viewbanktransfer','side','banking'),('Biometric Records',31,'rss-square','biometricrecords','1','user/allattendance','side','humanresource'),('Branch',81,'rss-square','branch','1','user/viewbranch','side','setting'),('Call center',12,'rss-square','callcenter','1','user/callcenter','side','contact'),('Cashier Sales',87,'folder-open','cashiersales','1','user/mysales','side','moneyin'),('Cheque Management',34,'money','chequemanagemant','1','user/viewcheque','side','banking'),('Comments/Complains',11,'paw','complain','1','user/complain','side','project'),('Configuration',5,'home','config','1','user/viewconfiguration','top','setting'),('Counter Radio Button',90,'rss-square','counterradiobutton','1','radio','side','setting'),('Damaged products',50,'paw','damagedproducts','1','user/viewdamages','side','assetliability'),('Deals',11,'calendar-times-o','deals','1','user/viedeals','side','project'),('Departments',31,'rss-square','departments','1','user/department','side','humanresource'),('Display Counter',6,'rss-square','displaycounter','0','display','side','goodservice'),('Display Sales Report',24,'folder-open','displayreport','1','user/displayreport','side','report'),('Documents',14,'folder-open-o','documents','1','user/viewdocuments','side','project'),('E-Commerce',8,'grouping','ecommerce','1','user/ecommerce','side','moneyin'),('Events',10,'line-chart','events','1','user/viewevents','side','project'),('Grouping Members',20,'paper-plane','grouping','1','user/viewgrouping','side','contact'),('Human Resource',14,'rss-square','humanresource','1','user/viewrequest','side','humanresource'),('Income',85,'window-close','income','1','user/allinvoices','side','moneyin'),('Expenses',85,'window-close','incomeexpenses','1','user/viewexpenses','side','moneyout'),('Dispatched stocklist/Store',60,'sort-amount-asc','incomingstock','1','user/viewincomingstock','side','goodservice'),('Issued Store Items',59,'sort-amount-asc','incomingstore','1','user/viewallorder','side','goodservice'),('journal entry',35,'money','journalentry','1','user/viewjournalentry','side','banking'),('Labour Records',31,'rss-square','labourrecords','1','user/viewlabour','side','humanresource'),('Leave Management',31,'rss-square','leavemanagement','1','user/viewleaves','side','humanresource'),('Low Store',55,'battery-quarter','lowproducts','1','user/viewwarningproducts','side','goodservice'),('Low stocklist',57,'battery-quarter','lowstocklist','1','user/viewlowstore','side','goodservice'),('Loyality Cards',30,'credit-card','loyalitycards','1','user/viewloyality','side','project'),('People/Contacts',80,'rss-square','members','1','user/viewmember','side','contact'),('Open and Close Sales',87,'money','openclose','0','user/openclose','side','moneyin'),('Change password',9,'hourglass-start','password','1','user/passwordform','side','setting'),('Payroll',30,'rss-square','payroll','1','user/salaryhistory','side','humanresource'),('Payroll Setup',31,'rss-square','payrollsetup','1','user/payrollsetup','side','humanresource'),('Category of people',33,'address-book-o','peoplecategory','1','user/viewcategory','side','contact'),('Print Receipt',1,'recycle','printreceipt','1','user/printreceipts','side','goodservice'),('Stock List(Counter)',66,'snowflake-o','productlist','1','user/viewproductlist','side','goodservice'),('Products(Main store)',65,'snowflake-o','products','1','user/viewproducts','side','goodservice'),('Category of Products',70,'recycle','productscategory','1','user/viewproductcategory','side','goodservice'),('Update profile',8,'blind','profile','1','user/profileform','side','setting'),('Projects Management',50,'bullseye','projectsmanagement','1','user/viewprojets','side','project'),('Purchases',86,'automobile','purchases','1','user/viewpurchases','side','moneyout'),('Quotation',8,'money','quotation','1','user/allquatation','side','moneyin'),('Record Delivery',87,'cart-plus','recorddelivery','1','user/deliveryhome','side','moneyin'),('Manage Report',25,'folder-open','reports','1','user/startsales','side','report'),('Retail sales',90,'cart-plus','sales','1','user/viewsales','side','moneyin'),('Sales Order',86,'money','salesorder','1','user/salesorder','side','moneyin'),('Select User',1,'rss-square','selectuser','0','login','side','contact'),('Send Sms',15,'paper-plane','sendsms','1','user/viewsms','side','project'),('Tasks',12,'bullseye','task','1','user/viewtasks','side','project'),('Tasks Category',13,'birthday-cake','taskscategory','1','user/viewtaskcategory','side','project'),('Users',75,'rss-square','users','1','user/viewemployee','side','contact'),('Return/RePrint Sales',86,'paw','viewreturnsales','1','user/viewreturnsales','side','moneyout'),('Whole sale',88,'cart-plus','wholesale','1','user/viewwholesales','side','moneyin'); /*!40000 ALTER TABLE `modules` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modulesactions` -- DROP TABLE IF EXISTS `modulesactions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `modulesactions` ( `actionid` varchar(100) NOT NULL, `moduleid` varchar(100) NOT NULL, `name` varchar(100) NOT NULL, `sort` int(11) NOT NULL, PRIMARY KEY (`actionid`,`moduleid`), KEY `phppos_modules_actions_ibfk_1` (`moduleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `modulesactions` -- LOCK TABLES `modulesactions` WRITE; /*!40000 ALTER TABLE `modulesactions` DISABLE KEYS */; INSERT INTO `modulesactions` VALUES ('accommodationcleaner','accomodation','Tick ONLY if Cleaner',26),('accommodationreceiptionist','accomodation','Tick ONLY if Receptionist',27),('accomodationmanager','accomodation','Tick ONLY if manager',25),('accountlimit','sales','Enforce Daily Sales Limit',16),('add','assets','Add asset',1),('add','bankdeposits','add',1),('add','banktransfer','add',1),('add','biometricrecords','add',1),('add','branch','Add Baranch',1),('add','callcenter','Add Calls',1),('add','chequemanagemant','Post Cheque',1),('add','complain','Add complain',2),('add','config','add',1),('add','damagedproducts','add',1),('add','deals','add',1),('add','departments','add',1),('add','documents','add',1),('add','ecommerce','Add',1),('add','events','add',1),('add','grouping','add',1),('add','humanresource','Add Expense Request Form',1),('add','income','add',2),('add','incomeexpenses','add',1),('add','incomingstock','add',1),('add','incomingstore','Add incoming',1),('add','journalentry','add',1),('add','labourrecords','add',1),('add','leavemanagement','add',0),('add','lowproducts','add',1),('add','lowstocklist','add',6),('add','loyalitycards','add',1),('add','members','add',1),('add','payroll','add',1),('add','payrollsetup','add',1),('add','peoplecategory','add',1),('add','productlist','Add Products',7),('add','products','add',1),('add','productscategory','add',1),('add','projectsmanagement','Create New Project',2),('add','purchases','add',1),('add','quotation','Add Quotaion',1),('add','recorddelivery','Add Delivery',1),('add','sales','add',1),('add','salesorder','Create Sales Order',1),('add','sendsms','add',1),('add','task','add',1),('add','taskscategory','add',1),('add','users','add',1),('add','viewreturnsales','add',1),('add','wholesale','add',1),('AddAgents','deals','Add Agents',30),('addbatchno','purchases','Add batch No',33),('addcharges','accomodation','Add Room Chaerges',4),('adddailycollection','cashiersales','Add Daily Collection',7),('addexpirydate','purchases','Add Expiry Date',34),('addhouse','accomodation','Add House',1),('addpossiblefeedback','deals','Add Possible feedback',20),('addroom','accomodation','Add Room',3),('addstock','productlist','Add stock',4),('addstock','products','addstock',4),('advancebooking','accomodation','advance booking',11),('all','cashiersales','View all Cashier sales',4),('allcompalin','complain','View Others Complain',11),('allleaves ','humanresource','View all leaves',20),('allocate','humanresource','Allocate Money',5),('allowdiscountdropdown','sales','Allow Discount Drop Down',7),('approve','humanresource','Make Approval',2),('approve','purchases','Approve Purchase order',22),('approveorders','ecommerce','Approve New orders',7),('assignproduction','productlist','Assign Production Items',62),('assignrooms','accomodation','Asign Cleaning rooms',7),('assigntask','task','Assign Task',10),('backdatesales','sales','Back date sales',17),('bioattendance','humanresource','Biometric Attendance',30),('budget','purchases','View Budget',10),('bulk','productlist','Upload bulk stock',1),('bulk','products','bulk',5),('bulkcheckin','accomodation','Bulk Checkin',58),('bulkpriceupdate','productlist','Bulk Price Update',33),('bulkpriceupdate','products','Bulk Price Update',33),('bulkreservation','accomodation','Bulk Reservation',59),('bulkstatuschange','accomodation','Bulk Room Status Change',60),('cancel','accomodation','Cancel Payment/Bookings',3),('card','accomodation','Sale in Visa Card',2),('card','sales','Card Sales',7),('cash','accomodation','Sale in Cash',2),('cash','sales','Sell in Cash',3),('cashiersales','cashiersales','View Sales',5),('change','password','change',1),('changepayment','accomodation','Change payment',9),('changeserialstatus','productlist','Change Serial Status',20),('changestatus','cashiersales','Approve Till Collections',68),('changestatus','recorddelivery','Change Status',6),('changetaxstatus','sales','Change Tax Status',30),('changeuomonsales','sales','Change Unit Of Measurement',33),('checkin','accomodation','View Room window',4),('checkinroom','accomodation','Check in Rooms',2),('checkoutcustomerwithbalance','accomodation','Check out customer with balance',20),('checkoutroom','accomodation','Check out Room',3),('cheque','accomodation','Sale in Cheque/Bank',2),('cheque','sales','Cheque/Bank sales',8),('ClaimDamaged','recorddelivery','Change to Claim Damaged',17),('claimmpesacode','sales','Claim Mpesa Code',67),('ClaimOK','recorddelivery','Cahange to Claim OK',16),('Claimraised','recorddelivery','Change to Claim raised',15),('cleanrooms','accomodation','Clean Rooms',4),('clear','viewreturnsales','Clear Sales',5),('clearallsales','cashiersales','Clear all sales for others',10),('clearpayments','sales','Clear/Add payments',7),('clearsales','accomodation','Clear room sales',40),('clearsalesisdefault','cashiersales','Enable Clear-Sales Page As Default',79),('closebill','sales',' Close Bill',6),('closeexpense','incomeexpenses','Close Expense',3),('config','accomodation','Accommodation Settings',33),('credit','accomodation','Sale in Credit',2),('credit','sales','Credit sales',10),('creditnote','sales','Credit Note',8),('customerregister','accomodation','Customer Register',10),('dailycollections','accomodation','Daily Collections',56),('dailypayments','accomodation','View Daily Payments',10),('dailysales','accomodation',' Daily Sales',1),('dailysalesonly','cashiersales','View Only Daily sales Report',40),('deactivateserialstatus','wholesale','Dont Change Barcord/Serial Status to Used',9),('delete','assets','Delete',5),('delete','bankdeposits','delete',3),('delete','branch','Delete Branch',5),('delete','callcenter','Delete calls',5),('delete','cashiersales','Delete Sales',4),('delete','complain','Delete Complain',11),('delete','config','delete',0),('delete','damagedproducts','delete',3),('delete','deals','delete',3),('delete','documents','delete',3),('delete','ecommerce','delete',3),('delete','events','delete',3),('delete','grouping','delete',3),('delete','humanresource','Delete Expense Request Form',3),('delete','incomingstock','delete',3),('delete','incomingstore','Delete incoming',3),('delete','peoplecategory','delete',3),('delete','productlist','Delete Products',4),('delete','products','delete',3),('delete','productscategory','delete',3),('delete','projectsmanagement','Delete Products',5),('delete','purchases','delete',3),('delete','quotation','Delete',3),('delete','recorddelivery','Delete Delivery',5),('delete','reports','Delete sales',3),('delete','sales','delete',3),('delete','sendsms','delete',3),('delete','task','delete',3),('delete','taskscategory','delete',3),('delete','users','delete',3),('delete','viewreturnsales','delete',3),('delete','wholesale','delete',2),('deleteallroles','users','Delete all Roles',5),('deletebank','accounting','Delete Bank Account',2),('deletedailycollections','cashiersales','Delete Daily Collections',9),('deleteglaccount','accounting','Delete GL Account',4),('deleteorder','products','Delete Order',5),('deletepeople','members','Delete Contacts',5),('deleteproductionitem','productlist','Delete Production Item',63),('Delivered','recorddelivery','Change to Delivered',14),('detailedvatinvoice','income','Show Detailed Vat Invoice',5),('discount','sales','Print Discount',5),('dispatch','products','Dispatch Products',6),('Dispatched','recorddelivery','Change to Dispatched',10),('displaybeforevat','income','Display price before Vat',6),('displaycustomers','sales','Display employees using buttons',5),('displaypreviousbalance','sales','Display Previous Bal on Invoice',65),('dontprint','sales','Display Dont Print Button',15),('dontreceivepartialpayment','income','Do Not Receive partial payment',9),('dontshowbp','reports','Dont Show B.Price',7),('dontshowprofit','reports','Don Not Show Profit',10),('dontshowstock','productlist','Dont show stock',82),('dontshowstock','products','Dont show stock',80),('dontshowstock','sales','Dont show stock balance during sales',30),('dontshowtotal','cashiersales','Do Not Show grand Total',6),('download','callcenter','download calls',4),('download','reports','download',2),('downloaddeals','deals','Download deals',20),('editmpesa','cashiersales','Enter Mpesa Amount Directly',3),('editmpesadate','cashiersales','Edit Mpesa Entry date',5),('editopenclosestock','productlist','Update Closing and Opening stock',10),('editsellingprice','sales','Change Selling Price',7),('editstocktaken','productlist','Change closed and stock taken',9),('entermpesacode','cashiersales','Enter Mpesa Code',3),('entermpesacode','sales','Enter Mpesa Code',40),('FailedDelivery','recorddelivery','Change to Failed Delivery',12),('givediscount','accomodation','Give Discount',4),('giveloyalityponts','sales','Give Poinsts',30),('hold','sales','hold sales',7),('housekeeping','accomodation','House Keeping',9),('leaseitems','sales','Lease Items',30),('leavesetup','humanresource','Add Leave setup',8),('linksalesorders','openclose','Link Order and sales',4),('Logout','sales','Log out After printing',5),('managecustomer','accomodation','Manager Customer',22),('managehotel','accomodation','Manage Hotel',6),('managerental','accomodation','Manage Rental Houses',8),('mergebill','sales','Merge Bill:',32),('meterreading','accomodation','Meter Reading',30),('more','lowstocklist','View more',6),('more','productlist','View Added stock',2),('more','products','more',4),('moresales','sales','Add More Sales',4),('moresales','viewreturnsales','Add more Sales',5),('move','productlist','Move stock/ Break/Distribute',2),('mpesa','accomodation','Sale in mpesa',2),('mpesa','sales','Sale in Mpesa',6),('mpesabalance','sales','Bank /Mpesa Balance',5),('mpesapendingreport','cashiersales','View All Pending Mpesa Report',20),('mpesaverifiedreport','cashiersales','View All Verified Mpesa Report',21),('negativesales','sales','Make Negative sales',60),('negativestockadjustment','productlist','Negative Stock Adjustment',51),('negativestockadjustment','products','Negative Stock Adjustment',51),('Novatsales','config','No Vat Sales',20),('opencloseshift','members','Open and Close Employee Shift',26),('openclosestock','productlist','Open and Close stock',8),('order','sales','User Order Button',6),('overalclearingpendingtasks','task','Clear Overal pending tasks for anyone',20),('pendingisdefault','cashiersales','Enable Pending Page As Default',69),('plotexpenses','accomodation','Plot Expenses',63),('points','accomodation','Sale in Loyality Points',2),('points','sales','Loyality Point sales',9),('Post Bank Deposits','accomodation','bankdeposits',6),('postemployeenoteforothers','task','Post Employee Notes for others',20),('postexpense','accomodation','Post Expense',5),('postgeneraltask','task','Post General Task',5),('postrentalexpenses','incomeexpenses','Post rental Expeses',20),('postspecifictask','task','Post Specific Task',3),('posttaskforothers','task','Post task for others',11),('price','products','change price',7),('printbill','sales',' Print Bill',6),('printdelivery','sales','Print delivery',38),('printreceipt','sales','Print Receipt',1),('productcode','config','Display Product code in receipt',5),('productdiscount','sales','Give discount Product',6),('receiptno','sales','Enter Receipt No Directly',50),('receivedublicatecodes','income','Receive Dublicate Cheque / Transaction codes',8),('receiveoverpayment','income','Receive overpayment',7),('recordcoins','sales','Record Savings/Coins',26),('removeallstock','products','View all outgoing stock',7),('removestock','products','Issue stock from store',6),('report','recorddelivery','Delivery Report',9),('reprint','sales','Reprint Receipt',5),('restrictbillprintingtotwo','sales','Restrict Bill Printing to 2',66),('return','viewreturnsales','Return Sales',4),('returnclearedsales','viewreturnsales','Return Cleared/ Closed Sales',7),('ReturnedandReceived','recorddelivery','Change to Returned and Received',13),('reversempesa','cashiersales','Reverse Mpesa',9),('sale','sales','sale',4),('sale','wholesale','sale',0),('salebelowbprice','sales','Can sell below set b.price',10),('salesbeyondbprice','sales','Can sell below set s.price',9),('salesorder','purchases','Sales Order',10),('salesperson','sales','Choose Sales person',50),('select','sales','Select Customers',5),('selectcurrency','sales','Select Currency',50),('selectmessage','sales','Select Order Message',1),('selectroom','sales','Select Room',12),('selecttable','sales','Select Table',35),('sell','openclose','Sell',1),('sellusingserialonly','wholesale','Sell Using Serial Only',10),('sendsms','sales','Send Digital Receipt/Sms',40),('setup','ecommerce','Setup E-commerce',6),('showdefaultserials','purchases','Generate with default Serial Numbers',20),('showsitemmovement','cashiersales','show item movement',80),('splitbill','sales','Split Bill',31),('stocktaking','productlist','Do stock Taking',8),('suspend','sales','Suspend/Cancel Sales',1),('swapsales','sales','Swap Sales',80),('transfer','productlist','Transfer Products',3),('transferdeals','deals','Transfer Deals',30),('transfersms','sendsms','Transfer sms to others',5),('upadate','callcenter','Update',2),('update','assets','Update',2),('update','bankdeposits','update',2),('update','branch','Update Branch',3),('update','complain','Update Complain',6),('update','config','update',2),('update','damagedproducts','update',2),('update','deals','update',2),('update','documents','update',2),('update','ecommerce','Upadate Data',2),('update','events','update',2),('update','grouping','update',2),('update','humanresource','Update Expense Request Form',2),('update','incomeexpenses','update',3),('update','incomingstock','update',2),('update','lowproducts','update',1),('update','loyalitycards','update',2),('update','members','update',2),('update','peoplecategory','update',2),('update','productlist','Update Product',6),('update','products','update',2),('update','productscategory','update',2),('update','profile','update',1),('update','projectsmanagement','Edit Projects',4),('update','purchases','update',2),('update','quotation','Update',2),('update','recorddelivery','Update Delivery',3),('update','reports','update sales',4),('update','sales','update',2),('update','salesorder','Update Sales Order',4),('update','sendsms','update',2),('update','task','update',2),('update','taskscategory','update',2),('update','users','update',2),('update','viewreturnsales','update',2),('update','wholesale','update',4),('updatebuyingprice','purchases','update buying price',4),('updatecharges','accomodation','Update Room Charges',4),('updateclosedexpenses','incomeexpenses','Edit closed expenses',4),('updateclosedinvoice','purchases','update closed invoice',6),('updatedailycollections','cashiersales','Update Daily Collection',9),('updatehouse','accomodation','Update House',5),('updatepaymentmode','sales','Update Payment Mode',7),('updateproductionitem','productlist','Update Production Item',64),('updateqtysales','sales','Update Quantity on sales Window',61),('UpdateRenewal','members','Update Renewal',30),('updateroom','accomodation','Update Room',5),('updatesellingprice','purchases','update selling price',5),('updateserial','purchases','Update Serial',35),('updatestock','productlist','Update Stock (Cl.Stock)',2),('uploadexpenses','incomeexpenses','Upload Expenses',30),('usekeyboard','sales','Use Internal Keyboard',50),('view','accounting','View Accounting',4),('view','accountingreports','view',1),('view','branch','View Branch',2),('view','callcenter','View Calls',3),('view','chequemanagemant','View Cheques',2),('view','complain','View Complain',5),('view','displayreport','Display Report',1),('view','humanresource','View Expense Request Form',4),('View','income','View',1),('view','incomingstock','View Incoming store products',2),('view','incomingstore','View Incoming store products',4),('view','lowstocklist','View',6),('view','productlist','View Products',5),('view','projectsmanagement','View Projects',1),('view','quotation','View',5),('view','recorddelivery','View Delivery',2),('view','reports','view',1),('view','salesorder','View Sales Order',3),('View others contact','deals','viewcontact',20),('viewall','deals','View other people\'s deals',5),('viewall','quotation','View others quoation',10),('viewall','reports','View all Branches',6),('viewall','salesorder','View others Sales Order',5),('viewall','task','View other people\'s tasks',2),('viewallcollections','cashiersales','View Others Daily Collection',16),('viewallcounters','cashiersales','View All Counters',20),('viewallcounters','purchases','View All Counters',20),('viewalldocuments','documents','View all Documents',5),('viewallpayroll','humanresource','View Payroll For everyone',5),('viewbills','incomeexpenses','View Bills',6),('viewbprice','productlist','Dont View Bprice',88),('viewbprice','products','Dont View Bprice',88),('viewbuyingprice','sales','view buying price',7),('viewcommission','cashiersales','View Commision',31),('viewcreditors','incomeexpenses','VIew creditors',8),('viewdailycollections','cashiersales','View Daily Collection',8),('viewdebtors','incomeexpenses','View Deptors',7),('viewdirectpurchases','purchases','View Direct Purchase',8),('viewexpense','incomeexpenses','View Expense',6),('viewhouse','accomodation','View House',1),('viewmpesamessages','cashiersales','View Mpesa Messages',40),('vieworders','ecommerce','View Orders',4),('viewothersgeneraltask','task','View Others General Task',9),('viewothersspecifictask','task','View Others Specific Task',7),('viewproduction','productlist','View Production',60),('viewproductsfromallbranches','productlist','View Products From All Branches',30),('viewpurchase','purchases','Purchase Order',9),('viewquotation','purchases','View Quotation',7),('viewreport','openclose','view open and close report',3),('viewreports','accomodation','View Reports',22),('viewroomcleaned','accomodation','View Room Cleaned',33),('viewrooms','accomodation','View All Rooms',1),('viewserials','productlist','View serial Number',20),('viewserials','purchases','View serial Numbers',8),('viewtill','cashiersales','View Till Collections',8),('voucher','accomodation','Sale in Voucher',2),('voucher','sales','Gift Voucher sales',9),('wiewinvoices','incomeexpenses','View all Expenses',5); /*!40000 ALTER TABLE `modulesactions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `moneydocuments` -- DROP TABLE IF EXISTS `moneydocuments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `moneydocuments` ( `id` int(50) NOT NULL, `name` text NOT NULL, `imageid` varchar(50) NOT NULL, `user` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `moneydocuments` -- LOCK TABLES `moneydocuments` WRITE; /*!40000 ALTER TABLE `moneydocuments` DISABLE KEYS */; /*!40000 ALTER TABLE `moneydocuments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mpesasales` -- DROP TABLE IF EXISTS `mpesasales`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `mpesasales` ( `id` int(11) NOT NULL AUTO_INCREMENT, `amount` decimal(10,2) NOT NULL, `userid` int(20) NOT NULL, `companyid` int(5) NOT NULL, `dateposted` varchar(30) NOT NULL, `paymentstatus` varchar(10) NOT NULL, `branch` int(10) NOT NULL, `type` varchar(30) NOT NULL, `code` varchar(50) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `code` (`code`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mpesasales` -- LOCK TABLES `mpesasales` WRITE; /*!40000 ALTER TABLE `mpesasales` DISABLE KEYS */; INSERT INTO `mpesasales` VALUES (1,1000.00,1,1,'2024-12-23 10:49:29','1',1,'1','SBQ87I2PHE'),(2,10550.00,1,1,'2025-02-13 10:38:59','1',1,'1','TB86AB2CX8'),(3,1260.00,1,1,'2025-03-07 06:25:13','Cleared',1,'MPESA','TBP9DVL2HZ'),(4,5000.00,1,1,'2025-03-07 06:27:42','Cleared',1,'MPESA','TBP2E0KSOG'),(5,1290.00,1,1,'2025-03-07 08:35:21','Cleared',1,'MPESA','TC49CDFCR5'); /*!40000 ALTER TABLE `mpesasales` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nation` -- DROP TABLE IF EXISTS `nation`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `nation` ( `id` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(4) NOT NULL DEFAULT '', `name` varchar(100) NOT NULL DEFAULT '', `description` varchar(40) DEFAULT NULL, `status` varchar(20) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=253 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `nation` -- LOCK TABLES `nation` WRITE; /*!40000 ALTER TABLE `nation` DISABLE KEYS */; INSERT INTO `nation` VALUES (1,'AC','ASCENSION ISLAND ',NULL,'Y'),(2,'AD','ANDORRA',NULL,'Y'),(3,'AE','UNITED ARAB EMIRATES ',NULL,'Y'),(4,'AG','ANTIGUA AND BARBUDA',NULL,'Y'),(5,'AI','ANGUILLA',NULL,'Y'),(6,'AL','ALBANIA ',NULL,'Y'),(7,'AM','ARMENIA',NULL,'Y'),(8,'AN','NETHERLANDS ANTILLES ',NULL,'Y'),(9,'AO','ANGOLA',NULL,'Y'),(10,'AQ','ANTARCTICA',NULL,'Y'),(11,'AR','ARGENTINA',NULL,'Y'),(12,'AS','AMERICAN SAMOA',NULL,'Y'),(13,'AT','AUSTRIA',NULL,'Y'),(14,'AU','AUSTRALIA',NULL,'Y'),(15,'AW','ARUBA',NULL,'Y'),(16,'AX','ALAND ISLANDS',NULL,'Y'),(17,'AZ','AZERBAIJAN',NULL,'Y'),(18,'BA','BOSNIA AND HERZEGOVINA ',NULL,'Y'),(19,'BB','BARBADOS ',NULL,'Y'),(20,'BD','BANGLADESH ',NULL,'Y'),(21,'BE','BELGIUM ',NULL,'Y'),(22,'BF','BURKINA FASO ',NULL,'Y'),(23,'BG','BULGARIA ',NULL,'Y'),(24,'BH','BAHRAIN',NULL,'Y'),(25,'BI','BURUNDI ',NULL,'Y'),(26,'BJ','BENIN ',NULL,'Y'),(27,'BM','BERMUDA ',NULL,'Y'),(28,'BN','BRUNEI DARUSSALAM ',NULL,'Y'),(29,'BO','BOLIVIA ',NULL,'Y'),(30,'BR','BRAZIL ',NULL,'Y'),(31,'BS','BAHAMAS ',NULL,'Y'),(32,'BT','BHUTAN ',NULL,'Y'),(33,'BV','BOUVET ISLAND ',NULL,'Y'),(34,'BW','BOTSWANA ',NULL,'Y'),(35,'BY','BELARUS ',NULL,'Y'),(36,'BZ','BELIZE ',NULL,'Y'),(37,'CA','CANADA ',NULL,'Y'),(38,'CC','COCOS (KEELING) ISLANDS ',NULL,'Y'),(39,'CD','CONGO, DEMOCRATIC REPUBLIC ',NULL,'Y'),(40,'CF','CENTRAL AFRICAN REPUBLIC ',NULL,'Y'),(41,'CG','CONGO ',NULL,'Y'),(42,'CH','SWITZERLAND ',NULL,'Y'),(43,'CI','COTE D\'IVOIRE (IVORY COAST) ',NULL,'Y'),(44,'CK','COOK ISLANDS ',NULL,'Y'),(45,'CL','CHILE ',NULL,'Y'),(46,'CM','CAMEROON ',NULL,'Y'),(47,'CN','CHINA ',NULL,'Y'),(48,'CO','COLOMBIA ',NULL,'Y'),(49,'CR','COSTA RICA ',NULL,'Y'),(50,'CS','CZECHOSLOVAKIA (FORMER) ',NULL,'Y'),(51,'CU','CUBA ',NULL,'Y'),(52,'CV','CAPE VERDE ',NULL,'Y'),(53,'CX','CHRISTMAS ISLAND ',NULL,'Y'),(54,'CY','CYPRUS ',NULL,'Y'),(55,'CZ','CZECH REPUBLIC ',NULL,'Y'),(56,'DE','GERMANY ',NULL,'Y'),(57,'DJ','DJIBOUTI ',NULL,'Y'),(58,'DK','DENMARK ',NULL,'Y'),(59,'DM','DOMINICA ',NULL,'Y'),(60,'DO','DOMINICAN REPUBLIC ',NULL,'Y'),(61,'DZ','ALGERIA',NULL,'Y'),(62,'EC','ECUADOR ',NULL,'Y'),(63,'EE','ESTONIA ',NULL,'Y'),(64,'EG','EGYPT ',NULL,'Y'),(65,'EH','WESTERN SAHARA ',NULL,'Y'),(66,'ER','ERITREA ',NULL,'Y'),(67,'ES','SPAIN ',NULL,'Y'),(68,'ET','ETHIOPIA ',NULL,'Y'),(69,'EU','EUROPEAN UNION ',NULL,'Y'),(70,'FI','FINLAND ',NULL,'Y'),(71,'FJ','FIJI ',NULL,'Y'),(72,'FK','FALKLAND ISLANDS (MALVINAS) ',NULL,'Y'),(73,'FM','MICRONESIA ',NULL,'Y'),(74,'FO','FAROE ISLANDS ',NULL,'Y'),(75,'FR','FRANCE ',NULL,'Y'),(76,'FX','FRANCE, METROPOLITAN ',NULL,'Y'),(77,'GA','GABON ',NULL,'Y'),(78,'GB','GREAT BRITAIN (UK) ',NULL,'Y'),(79,'GD','GRENADA ',NULL,'Y'),(80,'GE','GEORGIA ',NULL,'Y'),(81,'GF','FRENCH GUIANA ',NULL,'Y'),(82,'GG','GUERNSEY ',NULL,'Y'),(83,'GH','GHANA ',NULL,'Y'),(84,'GI','GIBRALTAR ',NULL,'Y'),(85,'GL','GREENLAND ',NULL,'Y'),(86,'GM','GAMBIA ',NULL,'Y'),(87,'GN','GUINEA ',NULL,'Y'),(88,'GP','GUADELOUPE ',NULL,'Y'),(89,'GQ','EQUATORIAL GUINEA ',NULL,'Y'),(90,'GR','GREECE ',NULL,'Y'),(91,'GS','S. GEORGIA AND S. SANDWICH ISLS. ',NULL,'Y'),(92,'GT','GUATEMALA ',NULL,'Y'),(93,'GU','GUAM ',NULL,'Y'),(94,'GW','GUINEA BISSAU ',NULL,'Y'),(95,'GY','GUYANA ',NULL,'Y'),(96,'HK','HONG KONG ',NULL,'Y'),(97,'HM','HEARD AND MCDONALD ISLANDS ',NULL,'Y'),(98,'HN','HONDURAS ',NULL,'Y'),(99,'HR','CROATIA (HRVATSKA) ',NULL,'Y'),(100,'HT','HAITI ',NULL,'Y'),(101,'HU','HUNGARY ',NULL,'Y'),(102,'ID','INDONESIA ',NULL,'Y'),(103,'IE','IRELAND ',NULL,'Y'),(104,'IL','ISRAEL ',NULL,'Y'),(105,'IM','ISLE OF MAN ',NULL,'Y'),(106,'IN','INDIA ',NULL,'Y'),(107,'IO','BRITISH INDIAN OCEAN TERRITORY ',NULL,'Y'),(108,'IQ','IRAQ ',NULL,'Y'),(109,'IR','IRAN ',NULL,'Y'),(110,'IS','ICELAND ',NULL,'Y'),(111,'IT','ITALY ',NULL,'Y'),(112,'JE','JERSEY ',NULL,'Y'),(113,'JM','JAMAICA ',NULL,'Y'),(114,'JO','JORDAN ',NULL,'Y'),(115,'JP','JAPAN ',NULL,'Y'),(116,'KE','KENYA ',NULL,'Y'),(117,'KG','KYRGYZSTAN ',NULL,'Y'),(118,'KH','CAMBODIA ',NULL,'Y'),(119,'KI','KIRIBATI ',NULL,'Y'),(120,'KM','COMOROS ',NULL,'Y'),(121,'KN','SAINT KITTS AND NEVIS ',NULL,'Y'),(122,'KP','NORTH KOREA',NULL,'Y'),(123,'KR','SOUTH KOREA',NULL,'Y'),(124,'KW','KUWAIT ',NULL,'Y'),(125,'KY','CAYMAN ISLANDS ',NULL,'Y'),(126,'KZ','KAZAKHSTAN ',NULL,'Y'),(127,'LA','LAOS ',NULL,'Y'),(128,'LB','LEBANON ',NULL,'Y'),(129,'LC','SAINT LUCIA ',NULL,'Y'),(130,'LI','LIECHTENSTEIN ',NULL,'Y'),(131,'LK','SRI LANKA ',NULL,'Y'),(132,'LR','LIBERIA ',NULL,'Y'),(133,'LS','LESOTHO ',NULL,'Y'),(134,'LT','LITHUANIA ',NULL,'Y'),(135,'LU','LUXEMBOURG ',NULL,'Y'),(136,'LV','LATVIA ',NULL,'Y'),(137,'LY','LIBYA ',NULL,'Y'),(138,'MA','MOROCCO ',NULL,'Y'),(139,'MC','MONACO ',NULL,'Y'),(140,'MD','MOLDOVA ',NULL,'Y'),(141,'ME','MONTENEGRO ',NULL,'Y'),(142,'MG','MADAGASCAR ',NULL,'Y'),(143,'MH','MARSHALL ISLANDS ',NULL,'Y'),(144,'MK','F.Y.R.O.M. (MACEDONIA) ',NULL,'Y'),(145,'ML','MALI ',NULL,'Y'),(146,'MM','MYANMAR ',NULL,'Y'),(147,'MN','MONGOLIA ',NULL,'Y'),(148,'MO','MACAU ',NULL,'Y'),(149,'MP','NORTHERN MARIANA ISLANDS ',NULL,'Y'),(150,'MQ','MARTINIQUE ',NULL,'Y'),(151,'MR','MAURITANIA ',NULL,'Y'),(152,'MS','MONTSERRAT ',NULL,'Y'),(153,'MT','MALTA ',NULL,'Y'),(154,'MU','MAURITIUS ',NULL,'Y'),(155,'MV','MALDIVES ',NULL,'Y'),(156,'MW','MALAWI ',NULL,'Y'),(157,'MX','MEXICO ',NULL,'Y'),(158,'MY','MALAYSIA ',NULL,'Y'),(159,'MZ','MOZAMBIQUE ',NULL,'Y'),(160,'NA','NAMIBIA ',NULL,'Y'),(161,'NC','NEW CALEDONIA ',NULL,'Y'),(162,'NE','NIGER ',NULL,'Y'),(163,'NF','NORFOLK ISLAND ',NULL,'Y'),(164,'NG','NIGERIA ',NULL,'Y'),(165,'NI','NICARAGUA ',NULL,'Y'),(166,'NL','NETHERLANDS ',NULL,'Y'),(167,'NO','NORWAY ',NULL,'Y'),(168,'NP','NEPAL ',NULL,'Y'),(169,'NR','NAURU ',NULL,'Y'),(170,'NT','NEUTRAL ZONE ',NULL,'Y'),(171,'NU','NIUE ',NULL,'Y'),(172,'NZ','NEW ZEALAND (AOTEAROA) ',NULL,'Y'),(173,'OM','OMAN ',NULL,'Y'),(174,'PA','PANAMA ',NULL,'Y'),(175,'PE','PERU ',NULL,'Y'),(176,'PF','FRENCH POLYNESIA ',NULL,'Y'),(177,'PG','PAPUA NEW GUINEA ',NULL,'Y'),(178,'PH','PHILIPPINES ',NULL,'Y'),(179,'PK','PAKISTAN ',NULL,'Y'),(180,'PL','POLAND ',NULL,'Y'),(181,'PM','ST. PIERRE AND MIQUELON ',NULL,'Y'),(182,'PN','PITCAIRN ',NULL,'Y'),(183,'PR','PUERTO RICO ',NULL,'Y'),(184,'PS','PALESTINIAN TERRITORY, OCCUPIED ',NULL,'Y'),(185,'PT','PORTUGAL ',NULL,'Y'),(186,'PW','PALAU ',NULL,'Y'),(187,'PY','PARAGUAY ',NULL,'Y'),(188,'QA','QATAR ',NULL,'Y'),(189,'RE','REUNION ',NULL,'Y'),(190,'RO','ROMANIA ',NULL,'Y'),(191,'RS','SERBIA ',NULL,'Y'),(192,'RU','RUSSIAN FEDERATION ',NULL,'Y'),(193,'RW','RWANDA ',NULL,'Y'),(194,'SA','SAUDI ARABIA ',NULL,'Y'),(195,'SB','SOLOMON ISLANDS ',NULL,'Y'),(196,'SC','SEYCHELLES ',NULL,'Y'),(197,'SD','SUDAN ',NULL,'Y'),(198,'SE','SWEDEN ',NULL,'Y'),(199,'SG','SINGAPORE ',NULL,'Y'),(200,'SH','ST. HELENA ',NULL,'Y'),(201,'SI','SLOVENIA ',NULL,'Y'),(202,'SJ','SVALBARD & JAN MAYEN ISLANDS ',NULL,'Y'),(203,'SK','SLOVAK REPUBLIC ',NULL,'Y'),(204,'SL','SIERRA LEONE ',NULL,'Y'),(205,'SM','SAN MARINO ',NULL,'Y'),(206,'SN','SENEGAL ',NULL,'Y'),(207,'SO','SOMALIA ',NULL,'Y'),(208,'SR','SURINAME ',NULL,'Y'),(209,'ST','SAO TOME AND PRINCIPE ',NULL,'Y'),(210,'SU','USSR (FORMER) ',NULL,'Y'),(211,'SV','EL SALVADOR ',NULL,'Y'),(212,'SY','SYRIA ',NULL,'Y'),(213,'SZ','SWAZILAND ',NULL,'Y'),(214,'TC','TURKS AND CAICOS ISLANDS ',NULL,'Y'),(215,'TD','CHAD ',NULL,'Y'),(216,'TF','FRENCH SOUTHERN TERRITORIES ',NULL,'Y'),(217,'TG','TOGO ',NULL,'Y'),(218,'TH','THAILAND ',NULL,'Y'),(219,'TJ','TAJIKISTAN ',NULL,'Y'),(220,'TK','TOKELAU ',NULL,'Y'),(221,'TM','TURKMENISTAN ',NULL,'Y'),(222,'TN','TUNISIA ',NULL,'Y'),(223,'TO','TONGA ',NULL,'Y'),(224,'TP','EAST TIMOR ',NULL,'Y'),(225,'TR','TURKEY ',NULL,'Y'),(226,'TT','TRINIDAD AND TOBAGO ',NULL,'Y'),(227,'TV','TUVALU ',NULL,'Y'),(228,'TW','TAIWAN ',NULL,'Y'),(229,'TZ','TANZANIA ',NULL,'Y'),(230,'UA','UKRAINE ',NULL,'Y'),(231,'UG','UGANDA ',NULL,'Y'),(232,'UK','UNITED KINGDOM ',NULL,'Y'),(233,'UM','US MINOR OUTLYING ISLANDS ',NULL,'Y'),(234,'US','UNITED STATES ',NULL,'Y'),(235,'UY','URUGUAY ',NULL,'Y'),(236,'UZ','UZBEKISTAN ',NULL,'Y'),(237,'VA','VATICAN CITY STATE (HOLY SEE) ',NULL,'Y'),(238,'VC','SAINT VINCENT & THE GRENADINES ',NULL,'Y'),(239,'VE','VENEZUELA ',NULL,'Y'),(240,'VG','BRITISH VIRGIN ISLANDS ',NULL,'Y'),(241,'VI','VIRGIN ISLANDS (U.S.) ',NULL,'Y'),(242,'VN','VIET NAM ',NULL,'Y'),(243,'VU','VANUATU ',NULL,'Y'),(244,'WF','WALLIS AND FUTUNA ISLANDS ',NULL,'Y'),(245,'WS','SAMOA ',NULL,'Y'),(246,'YE','YEMEN ',NULL,'Y'),(247,'YT','MAYOTTE ',NULL,'Y'),(248,'YU','SERBIA AND MONTENEGRO (FORMER) ',NULL,'Y'),(249,'ZA','SOUTH AFRICA ',NULL,'Y'),(250,'ZM','ZAMBIA ',NULL,'Y'),(251,'ZR','(ZAIRE) SEE CD CONGO, DEMOCRATIC REPUBLIC ',NULL,'Y'),(252,'ZW','ZIMBABWE',NULL,'Y'); /*!40000 ALTER TABLE `nation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `newstock` -- DROP TABLE IF EXISTS `newstock`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `newstock` ( `id` int(50) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `total` decimal(10,2) NOT NULL, `date` varchar(50) NOT NULL, `item_id1` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'newstock', `companyid` varchar(100) NOT NULL, `invoice_number` varchar(30) NOT NULL, `supplier` varchar(30) NOT NULL, `buyingprice` decimal(10,4) NOT NULL, `amount` varchar(30) NOT NULL, `type` varchar(30) NOT NULL DEFAULT '1', `balance` varchar(30) NOT NULL, `stockfrom` varchar(50) NOT NULL, `stockto` varchar(50) NOT NULL, `item_id` varchar(30) NOT NULL, `invoice` varchar(30) NOT NULL, `discount` varchar(10) NOT NULL, `qty` decimal(10,2) NOT NULL, `tax` varchar(30) NOT NULL, `sellingprice` varchar(11) NOT NULL, `vat` varchar(50) NOT NULL, `taxable` varchar(50) NOT NULL, `vatrate` varchar(50) NOT NULL DEFAULT '16', `serial` varchar(30) NOT NULL, `itemstatus` varchar(30) NOT NULL DEFAULT 'received', `updatedby` int(11) NOT NULL, `updatedat` datetime NOT NULL, `uom` varchar(30) NOT NULL, `uomqty` varchar(30) NOT NULL DEFAULT '0', `branchid` int(11) NOT NULL DEFAULT 1, `buyingpriceinclusive` decimal(10,2) DEFAULT NULL, `taxtype` varchar(20) NOT NULL DEFAULT 'Inclusive', `category` varchar(20) NOT NULL DEFAULT 'branch', `projectid` int(50) DEFAULT NULL, `batchno` varchar(50) NOT NULL, `enddate` varchar(30) NOT NULL, `frombefore` varchar(20) NOT NULL, `fromafter` varchar(20) NOT NULL, `fromremoved` varchar(20) NOT NULL, `taskCd` varchar(50) NOT NULL, `itemSeq` varchar(50) NOT NULL, `itemClsCd` varchar(50) DEFAULT NULL, `taxTyCd` varchar(50) DEFAULT NULL, `pkgUnitCd` varchar(50) DEFAULT NULL, `imptItemsttsCd` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`), KEY `id` (`id`,`userid`,`invoice_number`,`type`,`item_id`,`invoice`,`branchid`) ) ENGINE=InnoDB AUTO_INCREMENT=510 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,'White African Tea','',20.00,'2025-04-23 12:50:23','0.00','1','newstock','1','','',0.0000,'','1','20','internal','1','1','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(2,'Beef Burger','',2.00,'2025-04-23 16:35:57','0.00','1','newstock','1','','',0.0000,'','1','2','internal','1','66','','',0.00,'','250','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(3,'Chicken Choma Full','',5.00,'2025-04-23 21:58:22','0.00','1','newstock','1','','',0.0000,'','1','5','internal','1','37','','',0.00,'','1120','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(4,'test','',10.00,'2025-04-23 23:58:55','0.00','1','newstock','1','','',1.0000,'','1','10','internal','1','77','','',0.00,'','2','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(5,'Chocolate','',10.00,'2025-04-24 16:33:20','0.00','1','newstock','1','','',0.0000,'','1','10','internal','1','76','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(6,'DELEMOTE','',20.00,'2025-04-24 17:02:10','0.00','1','newstock','1','','',0.0000,'','1','20','internal','1','64','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(7,'test','',10.00,'2025-04-24 17:58:59','10.00','1','newstock','1','','',1.0000,'','1','20','internal','1','77','','',0.00,'','2','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(8,'Vanilla','',20.00,'2025-04-24 17:59:12','0.00','1','newstock','1','','',0.0000,'','1','20','internal','1','74','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(9,'Liver','',10.00,'2025-04-24 17:59:34','0.00','1','newstock','1','','',0.0000,'','1','10','internal','1','51','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(10,'Chicken Choma Full','',20.00,'2025-04-24 17:59:52','0.00','1','newstock','1','','',0.0000,'','1','20','internal','1','37','','',0.00,'','1120','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(11,'Ugali','',10.00,'2025-04-24 18:00:05','0.00','1','newstock','1','','',0.0000,'','1','10','internal','1','30','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(12,'Bhanjia (Viazi Karai)','',10.00,'2025-04-24 18:00:20','0.00','1','newstock','1','','',0.0000,'','1','10','internal','1','20','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(13,'test','',15.00,'2025-04-24 19:23:05','20.00','3','newstock','1','','',1.0000,'','1','35','internal','1','77','','',0.00,'','2','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(14,'Chocolate','',4.00,'2025-04-24 19:23:35','10.00','3','newstock','1','','',0.0000,'','1','14','internal','1','76','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(15,'Chocolate','',6.00,'2025-04-24 19:23:57','14.00','3','newstock','1','','',0.0000,'','1','20','internal','1','76','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(16,'Liver','',4.00,'2025-04-24 19:24:33','10.00','3','newstock','1','','',0.0000,'','1','14','internal','1','51','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(17,'Chicken Burger','',5.00,'2025-04-24 19:24:52','0.00','3','newstock','1','','',0.0000,'','1','5','internal','1','67','','',0.00,'','250','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(18,'Soup','',4.00,'2025-04-24 19:25:17','0.00','3','newstock','1','','',0.0000,'','1','4','internal','1','38','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(19,'Soup','',10.00,'2025-04-25 12:30:31','4.00','1','newstock','1','','',0.0000,'','1','14','internal','1','38','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(20,'Kichwa Ya Mbuzi','',10.00,'2025-04-25 16:38:11','0.00','1','newstock','1','','',0.0000,'','1','10','internal','1','39','','',0.00,'','0','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(21,'Chicken Burger','',10.00,'2025-04-25 16:38:33','0.00','1','newstock','1','','',0.0000,'','1','10','internal','1','67','','',0.00,'','250','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(22,'Chapati','',20.00,'2025-04-26 06:59:09','0.00','3','newstock','1','','',0.0000,'','1','20','internal','1','8','','',0.00,'','30','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(23,'Passion Juice','',5.00,'2025-04-26 07:01:29','0.00','3','newstock','1','','',0.0000,'','1','5','internal','1','41','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(24,'Chicken Choma 1/4','',12.00,'2025-04-26 07:04:35','0.00','3','newstock','1','','',0.0000,'','1','12','internal','1','34','','',0.00,'','280','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(25,'Minji / Peas','',5.00,'2025-04-26 07:05:35','0.00','3','newstock','1','','',0.0000,'','1','5','internal','1','31','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(26,'Ugali','',5.00,'2025-04-26 07:09:46','0.00','3','newstock','1','','',0.0000,'','1','5','internal','1','30','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(27,'Githeri Minji / Peas','',5.00,'2025-04-26 07:10:57','0.00','3','newstock','1','','',0.0000,'','1','5','internal','1','28','','',0.00,'','200','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(28,'Vegetable Rice','',5.00,'2025-04-26 07:11:43','0.00','3','newstock','1','','',0.0000,'','1','5','internal','1','29','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(29,'Beef Sausage','',22.00,'2025-04-26 07:13:37','0.00','3','newstock','1','','',0.0000,'','1','22','internal','1','11','','',0.00,'','60','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(30,'Fried Crunchy Chicken','',5.00,'2025-04-26 07:15:23','0.00','3','newstock','1','','',0.0000,'','1','5','internal','1','24','','',0.00,'','130','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(31,'Beef Stew With Greens','',5.00,'2025-04-26 07:16:46','0.00','3','newstock','1','','',0.0000,'','1','5','internal','1','21','','',0.00,'','280','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(32,'Pilau','',5.00,'2025-04-26 07:17:34','0.00','3','newstock','1','','',0.0000,'','1','5','internal','1','25','','',0.00,'','200','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(33,'Plain Chips','',30.00,'2025-04-26 07:19:59','0.00','3','newstock','1','','',0.0000,'','1','30','internal','1','18','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(34,'Fried or Scrambled Eggs Style','',10.00,'2025-04-26 07:20:37','0.00','3','newstock','1','','',0.0000,'','1','10','internal','1','2','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(35,'BBQ Mbuzi Choma 1/2','',10.00,'2025-04-26 07:21:13','0.00','3','newstock','1','','',0.0000,'','1','10','internal','1','33','','',0.00,'','600','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(36,'Kichwa Ya Mbuzi','',5.00,'2025-04-26 07:22:42','9.00','3','newstock','1','','',0.0000,'','1','14','internal','1','39','','',0.00,'','600','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(37,'Kichwa Ya Mbuzi','',1.00,'2025-04-26 07:23:41','14.00','3','newstock','1','','',0.0000,'','1','15','internal','1','39','','',0.00,'','600','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(38,'Dry Fish','',5.00,'2025-04-26 07:25:03','0.00','3','newstock','1','','',0.0000,'','1','5','internal','1','27','','',0.00,'','600','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(39,'Chicken Choma 1/2','',2.00,'2025-04-26 07:28:54','0.00','3','newstock','1','','',0.0000,'','1','2','internal','1','35','','',0.00,'','560','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(40,'Mixed Matumbo','',5.00,'2025-04-26 07:29:30','0.00','3','newstock','1','','',0.0000,'','1','5','internal','1','40','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(41,'Deep Fried Kienyenji','',5.00,'2025-04-26 07:29:57','0.00','3','newstock','1','','',0.0000,'','1','5','internal','1','23','','',0.00,'','350','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(42,'BBQ Mbuzi Choma 1/4','',5.00,'2025-04-26 07:30:22','0.00','3','newstock','1','','',0.0000,'','1','5','internal','1','32','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(43,'Kienyeji Chicken Stew with Greens','',5.00,'2025-04-26 07:43:47','0.00','3','newstock','1','','',0.0000,'','1','5','internal','1','22','','',0.00,'','180','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(44,'Wet Fish','',5.00,'2025-04-26 07:44:21','0.00','3','newstock','1','','',0.0000,'','1','5','internal','1','26','','',0.00,'','600','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(45,'Bhanjia (Viazi Karai)','',10.00,'2025-04-26 07:44:53','0.00','3','newstock','1','','',0.0000,'','1','10','internal','1','20','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(46,'Masala Chip','',15.00,'2025-04-26 07:45:24','0.00','3','newstock','1','','',0.0000,'','1','15','internal','1','19','','',0.00,'','180','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(47,'Black Chocolate','',10.00,'2025-04-26 07:45:51','0.00','3','newstock','1','','',0.0000,'','1','10','internal','1','17','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(48,'White Chocolate','',10.00,'2025-04-26 07:46:15','0.00','3','newstock','1','','',0.0000,'','1','10','internal','1','16','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(49,'Hot Milk','',15.00,'2025-04-26 07:46:41','0.00','3','newstock','1','','',0.0000,'','1','15','internal','1','15','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(50,'White Tea(Ginger/Masala/Tea/Cinamon/Milo)','',15.00,'2025-04-26 07:47:08','0.00','3','newstock','1','','',0.0000,'','1','15','internal','1','14','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(51,'Green or Lemon Tea With Honey','',15.00,'2025-04-26 07:47:33','0.00','3','newstock','1','','',0.0000,'','1','15','internal','1','13','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(52,'Black Tea','',15.00,'2025-04-26 07:48:02','0.00','3','newstock','1','','',0.0000,'','1','15','internal','1','12','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(53,'Mixed Fruits Served With Yoghurt & Nuts','',15.00,'2025-04-26 07:48:35','0.00','3','newstock','1','','',0.0000,'','1','15','internal','1','10','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(54,'Chicken Choma Full','',5.00,'2025-04-26 07:49:00','0.00','3','newstock','1','','',0.0000,'','1','5','internal','1','37','','',0.00,'','1120','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(55,'Egg Chapati Roll','',10.00,'2025-04-26 07:50:01','0.00','3','newstock','1','','',0.0000,'','1','10','internal','1','9','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(56,'Mahamri','',35.00,'2025-04-26 07:50:49','0.00','3','newstock','1','','',0.0000,'','1','35','internal','1','7','','',0.00,'','20','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(57,'Beef Samosa','',30.00,'2025-04-26 07:51:27','0.00','3','newstock','1','','',0.0000,'','1','30','internal','1','6','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(58,'Vegetable Samosa','',30.00,'2025-04-26 07:52:30','0.00','3','newstock','1','','',0.0000,'','1','30','internal','1','5','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(59,'Chicken Choma 3/4','',5.00,'2025-04-26 07:53:02','0.00','3','newstock','1','','',0.0000,'','1','5','internal','1','36','','',0.00,'','840','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(60,'Sterling Full Breakfast (Eggs+Sausage+Cheesed Toas','',20.00,'2025-04-26 07:53:34','0.00','3','newstock','1','','',0.0000,'','1','20','internal','1','4','','',0.00,'','200','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(61,'Spanish Omellete','',20.00,'2025-04-26 07:53:56','0.00','3','newstock','1','','',0.0000,'','1','20','internal','1','3','','',0.00,'','120','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(62,'White African Tea','',30.00,'2025-04-26 07:55:16','0.00','3','newstock','1','','',0.0000,'','1','30','internal','1','1','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(63,'PREDATOR','',23.00,'2025-04-26 13:16:24','0.00','3','newstock','1','','',0.0000,'','1','23','internal','1','63','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(64,'MINUTE MAIDS 400ML','',72.00,'2025-04-26 13:17:33','0.00','3','newstock','1','','',0.0000,'','1','72','internal','1','62','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(65,'MINUTE MAIDS 400ML','',72.00,'2025-04-26 13:17:35','72.00','3','newstock','1','','',0.0000,'','1','144','internal','1','62','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(66,'SODA 500ML - PET','',24.00,'2025-04-26 13:19:49','0.00','3','newstock','1','','',0.0000,'','1','24','internal','1','61','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(67,'SODA 300ML - GLASS','',87.00,'2025-04-26 13:31:18','0.00','3','newstock','1','','',0.0000,'','1','87','internal','1','59','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(68,'SODA 300ML - GLASS','',87.00,'2025-04-26 13:31:25','87.00','3','newstock','1','','',0.0000,'','1','174','internal','1','59','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(69,'Dasani 500ML','',12.00,'2025-04-26 13:34:13','0.00','3','newstock','1','','',0.0000,'','1','12','internal','1','56','','',0.00,'','60','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(70,'Dasani 1000ML','',10.00,'2025-04-26 13:35:26','0.00','3','newstock','1','','',0.0000,'','1','10','internal','1','57','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(71,'Dasani 1000ML','',10.00,'2025-04-26 13:35:28','10.00','3','newstock','1','','',0.0000,'','1','20','internal','1','57','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(72,'SODA 300ML - GLASS','',87.00,'2025-04-26 13:37:00','174.00','3','newstock','1','','',0.0000,'','1','261','internal','1','59','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(73,'SODA 300ML - GLASS','',87.00,'2025-04-26 13:37:08','261.00','3','newstock','1','','',0.0000,'','1','348','internal','1','59','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(74,'SODA 300ML - GLASS','',87.00,'2025-04-26 13:37:22','348.00','3','newstock','1','','',0.0000,'','1','435','internal','1','59','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(75,'SODA 300ML - GLASS','',87.00,'2025-04-26 13:37:28','435.00','3','newstock','1','','',0.0000,'','1','522','internal','1','59','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(76,'Beef Burger','',8.00,'2025-04-26 13:39:24','0.00','3','newstock','1','','',0.0000,'','1','8','internal','1','66','','',0.00,'','250','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(77,'Beef Burger','',8.00,'2025-04-26 13:39:42','8.00','3','newstock','1','','',0.0000,'','1','16','internal','1','66','','',0.00,'','250','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(78,'Beef Burger','',8.00,'2025-04-26 13:40:10','16.00','3','newstock','1','','',0.0000,'','1','24','internal','1','66','','',0.00,'','250','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(79,'Sachet','',50.00,'2025-04-26 13:41:27','0.00','3','newstock','1','','',20.0000,'','1','50','internal','1','48','','',0.00,'','20','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(80,'Chicken Burger','',5.00,'2025-04-26 13:42:09','0.00','3','newstock','1','','',0.0000,'','1','5','internal','1','67','','',0.00,'','250','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(81,'Chicken Burger','',5.00,'2025-04-26 13:42:14','5.00','3','newstock','1','','',0.0000,'','1','10','internal','1','67','','',0.00,'','250','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(82,'Green Vegs','',10.00,'2025-04-26 13:44:45','0.00','3','newstock','1','','',0.0000,'','1','10','internal','1','50','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(83,'Brewed Black Coffee','',25.00,'2025-04-26 13:46:25','0.00','3','newstock','1','','',0.0000,'','1','25','internal','1','53','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(84,'Dawa Cinnamon','',25.00,'2025-04-26 13:47:04','0.00','3','newstock','1','','',0.0000,'','1','25','internal','1','46','','',0.00,'','180','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(85,'Dawa Cinnamon','',25.00,'2025-04-26 13:47:06','25.00','3','newstock','1','','',0.0000,'','1','50','internal','1','46','','',0.00,'','180','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(86,'Brewed White Coffee','',25.00,'2025-04-26 13:48:03','0.00','3','newstock','1','','',0.0000,'','1','25','internal','1','52','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(87,'Brewed White Coffee','',25.00,'2025-04-26 13:48:07','25.00','3','newstock','1','','',0.0000,'','1','50','internal','1','52','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(88,'Normal Mineral Water 1000ML','',12.00,'2025-04-26 13:49:01','0.00','3','newstock','1','','',0.0000,'','1','12','internal','1','55','','',0.00,'','80','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(89,'Normal Mineral Water 500ML','',35.00,'2025-04-26 13:49:59','0.00','3','newstock','1','','',0.0000,'','1','35','internal','1','54','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(90,'MINUTE MAIDS 400ML','',-72.00,'2025-04-26 14:08:45','72.00','3','newstock','1','','',0.0000,'','1','0','internal','1','62','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(91,'StrawBerry','',10.00,'2025-04-26 14:23:45','0.00','3','newstock','1','','',0.0000,'','1','10','internal','1','75','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(92,'StrawBerry','',10.00,'2025-04-26 14:23:46','10.00','3','newstock','1','','',0.0000,'','1','20','internal','1','75','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(93,'Vanilla','',15.00,'2025-04-26 14:24:09','0.00','3','newstock','1','','',0.0000,'','1','15','internal','1','74','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(94,'Vanilla','',20.00,'2025-04-26 14:25:01','0.00','3','newstock','1','','',0.0000,'','1','20','internal','1','68','','',0.00,'','250','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(95,'Chocolate Double','',15.00,'2025-04-26 14:26:00','0.00','3','newstock','1','','',0.0000,'','1','15','internal','1','73','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(96,'Chocolate Double','',15.00,'2025-04-26 14:26:03','15.00','3','newstock','1','','',0.0000,'','1','30','internal','1','73','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(97,'StrawBerry Double','',20.00,'2025-04-26 14:26:27','0.00','3','newstock','1','','',0.0000,'','1','20','internal','1','72','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(98,'StrawBerry Double','',20.00,'2025-04-26 14:26:32','20.00','3','newstock','1','','',0.0000,'','1','40','internal','1','72','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(99,'Vanilla Double','',15.00,'2025-04-26 14:27:13','0.00','3','newstock','1','','',0.0000,'','1','15','internal','1','71','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(100,'Vanilla Double','',15.00,'2025-04-26 14:27:14','15.00','3','newstock','1','','',0.0000,'','1','30','internal','1','71','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(101,'Vanilla Double','',15.00,'2025-04-26 14:27:14','30.00','3','newstock','1','','',0.0000,'','1','45','internal','1','71','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(102,'Chocolate','',20.00,'2025-04-26 14:28:18','0.00','3','newstock','1','','',0.0000,'','1','20','internal','1','70','','',0.00,'','250','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(103,'Chocolate','',20.00,'2025-04-26 14:28:18','20.00','3','newstock','1','','',0.0000,'','1','40','internal','1','70','','',0.00,'','250','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(104,'StrawBerry','',20.00,'2025-04-26 14:28:41','0.00','3','newstock','1','','',0.0000,'','1','20','internal','1','69','','',0.00,'','250','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(105,'Beef Burger','',8.00,'2025-04-26 14:29:12','0.00','3','newstock','1','','',0.0000,'','1','8','internal','1','66','','',0.00,'','250','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(106,'Beef Burger','',8.00,'2025-04-26 14:29:16','8.00','3','newstock','1','','',0.0000,'','1','16','internal','1','66','','',0.00,'','250','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(107,'Beef Burger','',8.00,'2025-04-26 14:29:19','16.00','3','newstock','1','','',0.0000,'','1','24','internal','1','66','','',0.00,'','250','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(108,'Beef Burger','',8.00,'2025-04-26 14:29:19','24.00','3','newstock','1','','',0.0000,'','1','32','internal','1','66','','',0.00,'','250','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(109,'Beef Burger','',8.00,'2025-04-26 14:29:19','32.00','3','newstock','1','','',0.0000,'','1','40','internal','1','66','','',0.00,'','250','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(110,'Beef Burger','',8.00,'2025-04-26 14:29:19','40.00','3','newstock','1','','',0.0000,'','1','48','internal','1','66','','',0.00,'','250','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(111,'Beef Burger','',8.00,'2025-04-26 14:29:23','48.00','3','newstock','1','','',0.0000,'','1','56','internal','1','66','','',0.00,'','250','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(112,'Beef Burger','',8.00,'2025-04-26 14:29:31','56.00','3','newstock','1','','',0.0000,'','1','64','internal','1','66','','',0.00,'','250','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(113,'Dawa Hibiscus','',25.00,'2025-04-26 14:44:42','0.00','3','newstock','1','','',0.0000,'','1','25','internal','1','45','','',0.00,'','180','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(114,'Chicken Burger','',8.00,'2025-04-26 14:48:13','10.00','3','newstock','1','','',0.0000,'','1','18','internal','1','67','','',0.00,'','250','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(115,'Beef Burger','',-1.00,'2025-04-26 14:50:09','64.00','3','newstock','1','','',0.0000,'','1','63','internal','1','66','','',0.00,'','250','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(116,'DELEMOTE','',-2.00,'2025-04-26 15:31:46','2.00','3','newstock','1','','',0.0000,'','1','0','internal','1','64','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(117,'MINUTE MAIDS 400ML','',72.00,'2025-04-26 15:32:19','0.00','3','newstock','1','','',0.0000,'','1','72','internal','1','62','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(118,'Special Juice (Ginger+Tumeric+Pawpaw+Watermelon)','',10.00,'2025-04-27 09:55:40','0.00','3','newstock','1','','',0.0000,'','1','10','internal','1','43','','',0.00,'','200','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(119,'0','',10.00,'2025-04-27 09:57:18','0.00','3','newstock','1','','',0.0000,'','1','10','internal','1','44','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(120,'Honey Pot','',15.00,'2025-04-27 09:57:51','0.00','3','newstock','1','','',0.0000,'','1','15','internal','1','47','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(121,'Milo Sachet','',25.00,'2025-04-27 09:58:35','0.00','3','newstock','1','','',0.0000,'','1','25','internal','1','49','','',0.00,'','25','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(122,'PREDATOR','',-10.00,'2025-04-27 12:18:09','23.00','3','newstock','1','','',0.0000,'','1','13','internal','1','63','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(123,'MINUTE MAIDS 400ML','',-44.00,'2025-04-27 12:19:57','72.00','3','newstock','1','','',0.0000,'','1','28','internal','1','62','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(124,'SODA 300ML - GLASS','',-448.00,'2025-04-27 12:21:50','521.00','3','newstock','1','','',0.0000,'','1','73','internal','1','59','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(125,'Dasani 1000ML','',-10.00,'2025-04-27 12:23:17','19.00','3','newstock','1','','',0.0000,'','1','9','internal','1','57','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(126,'Normal Mineral Water 500ML','',4.00,'2025-04-27 12:25:11','35.00','3','newstock','1','','',0.0000,'','1','39','internal','1','54','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(127,'Dasani 500ML','',1.00,'2025-04-27 12:26:36','11.00','3','newstock','1','','',0.0000,'','1','12','internal','1','56','','',0.00,'','60','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(128,'Milo Sachet','',-9.00,'2025-04-27 12:30:16','25.00','3','newstock','1','','',0.0000,'','1','16','internal','1','49','','',0.00,'','25','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(129,'Sachet','',102.00,'2025-04-27 12:34:20','50.00','3','newstock','1','','',20.0000,'','1','152','internal','1','48','','',0.00,'','20','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(130,'Shopping bag','',40.00,'2025-04-27 12:37:45','0.00','3','newstock','1','','',10.0000,'','1','40','internal','1','80','','',0.00,'','20','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(131,'Ugali','',20.00,'2025-04-27 12:39:37','0.00','3','newstock','1','','',0.0000,'','Main','20','Internal','Main','30','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(132,'Ugali','',20.00,'2025-04-27 12:40:25','0.00','3','newstock','1','','',0.0000,'','1','20','internal','1','30','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(133,'White African Tea','',50.00,'2025-04-27 18:43:27','0.00','3','newstock','1','','',0.0000,'','1','50','internal','1','1','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(134,'Fried Crunchy Chicken','',10.00,'2025-04-27 21:02:10','0.00','3','newstock','1','','',0.0000,'','1','10','internal','1','24','','',0.00,'','130','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(135,'Beef Burger','',-58.00,'2025-04-28 13:58:26','63.00','3','newstock','1','','',0.0000,'','1','5','internal','1','66','','',0.00,'','250','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(136,'Beef Burger','',3.00,'2025-04-28 13:59:39','5.00','3','newstock','1','','',0.0000,'','1','8','internal','1','66','','',0.00,'','250','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(137,'Fried Crunchy Chicken','',-3.00,'2025-04-28 14:02:28','9.00','3','newstock','1','','',0.0000,'','1','6','internal','1','24','','',0.00,'','130','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(138,'Pilau','',10.00,'2025-04-28 18:38:11','0.00','3','newstock','1','','',0.0000,'','1','10','internal','1','25','','',0.00,'','200','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(139,'Chapati','',21.00,'2025-04-29 08:08:09','0.00','3','newstock','1','','',0.0000,'','Main','21','Internal','Main','8','','',0.00,'','30','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(140,'Chapati','',21.00,'2025-04-29 08:11:08','0.00','3','newstock','1','','',0.0000,'','1','21','internal','1','8','','',0.00,'','30','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(141,'BBQ Mbuzi Choma 1/4','',5.00,'2025-04-29 11:40:22','0.00','3','newstock','1','','',0.0000,'','1','5','internal','1','32','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(142,'Kichwa Ya Mbuzi','',-15.00,'2025-04-29 11:40:50','15.00','3','newstock','1','','',0.0000,'','1','0','internal','1','39','','',0.00,'','600','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(143,'Githeri Minji / Peas','',5.00,'2025-04-29 11:41:22','2.00','3','newstock','1','','',0.0000,'','1','7','internal','1','28','','',0.00,'','200','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(144,'Beef Stew With Greens','',2.00,'2025-04-29 11:42:04','2.00','3','newstock','1','','',0.0000,'','1','4','internal','1','21','','',0.00,'','280','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(145,'Mixed Fruits Served With Yoghurt & Nuts','',20.00,'2025-04-29 18:25:40','0.00','1','newstock','1','','',0.0000,'','1','20','internal','1','10','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(146,'Special Juice (Ginger+Tumeric+Pawpaw+Watermelon)','',5.00,'2025-04-30 08:38:24','4.00','3','newstock','1','','',0.0000,'','1','9','internal','1','43','','',0.00,'','200','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(147,'Minji / Peas','',3.00,'2025-04-30 08:39:08','2.00','3','newstock','1','','',0.0000,'','1','5','internal','1','31','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(148,'Fried Crunchy Chicken','',5.00,'2025-04-30 08:39:36','2.00','3','newstock','1','','',0.0000,'','1','7','internal','1','24','','',0.00,'','130','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(149,'BBQ Mbuzi Choma 1/4','',5.00,'2025-04-30 08:39:57','3.00','3','newstock','1','','',0.0000,'','1','8','internal','1','32','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(150,'Beef Stew With Greens','',5.00,'2025-04-30 08:40:20','1.00','3','newstock','1','','',0.0000,'','1','6','internal','1','21','','',0.00,'','280','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(151,'Masala Chip','',5.00,'2025-04-30 08:40:45','4.00','3','newstock','1','','',0.0000,'','1','9','internal','1','19','','',0.00,'','180','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(152,'Plain Chips','',5.00,'2025-04-30 08:41:09','3.00','3','newstock','1','','',0.0000,'','1','8','internal','1','18','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(153,'Beef Sausage','',10.00,'2025-04-30 08:41:49','4.00','3','newstock','1','','',0.0000,'','1','14','internal','1','11','','',0.00,'','60','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(154,'Chicken Choma Full','',-5.00,'2025-04-30 08:43:05','5.00','3','newstock','1','','',0.0000,'','1','0','internal','1','37','','',0.00,'','1120','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(155,'Soup','',-6.00,'2025-04-30 08:43:38','6.00','3','newstock','1','','',0.0000,'','1','0','internal','1','38','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(156,'Chicken Choma 3/4','',-5.00,'2025-04-30 08:44:01','5.00','3','newstock','1','','',0.0000,'','1','0','internal','1','36','','',0.00,'','840','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(157,'Egg Chapati Roll','',20.00,'2025-04-30 13:49:40','10.00','3','newstock','1','','',0.0000,'','1','30','internal','1','9','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(158,'White African Tea','',15.00,'2025-04-30 13:50:34','0.00','3','newstock','1','','',0.0000,'','1','15','internal','1','1','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(159,'Chapati','',25.00,'2025-04-30 13:54:07','0.00','3','newstock','1','','',0.0000,'','1','25','internal','1','8','','',0.00,'','30','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(160,'Ugali','',15.00,'2025-04-30 14:15:06','0.00','3','newstock','1','','',0.0000,'','1','15','internal','1','30','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(161,'White African Tea','',35.00,'2025-04-30 20:46:32','0.00','3','newstock','1','','',0.0000,'','1','35','internal','1','1','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(162,'BBQ Mbuzi Choma 1/2','',10.00,'2025-04-30 21:54:09','0.00','3','newstock','1','','',0.0000,'','1','10','internal','1','33','','',0.00,'','600','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(163,'Beef Sausage','',20.00,'2025-04-30 22:07:06','0.00','3','newstock','1','','',0.0000,'','1','20','internal','1','11','','',0.00,'','60','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(164,'Plain Chips','',15.00,'2025-04-30 23:08:26','1.00','3','newstock','1','','',0.0000,'','1','16','internal','1','18','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(165,'Chocolate','',5.00,'2025-05-01 09:26:00','3.00','3','newstock','1','','',0.0000,'','1','8','internal','1','76','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(166,'Green Vegs','',5.00,'2025-05-01 09:27:06','2.00','3','newstock','1','','',0.0000,'','1','7','internal','1','50','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(167,'BBQ Mbuzi Choma 1/4','',8.00,'2025-05-01 09:30:36','1.00','3','newstock','1','','',0.0000,'','1','9','internal','1','32','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(168,'Mahamri','',15.00,'2025-05-01 09:31:52','0.00','3','newstock','1','','',0.0000,'','1','15','internal','1','7','','',0.00,'','20','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(169,'SODA 500ML - PET','61',1.00,'2025-05-01 12:38:25','20.00','21','newstock','1','','',0.0000,'','1','21','1','1','61','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(170,'Ugali','30',1.00,'2025-05-01 14:48:43','0.00','21','newstock','1','','',0.0000,'','1','1','1','1','30','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(171,'Ugali','',20.00,'2025-05-01 15:47:40','0.00','3','newstock','1','','',0.0000,'','1','20','internal','1','30','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(172,'White African Tea','',15.00,'2025-05-01 15:48:10','11.00','3','newstock','1','','',0.0000,'','1','26','internal','1','1','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(173,'StrawBerry','69',1.00,'2025-05-01 15:51:43','18.00','21','newstock','1','','',0.0000,'','1','19','1','1','69','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(174,'Githeri Minji / Peas','',10.00,'2025-05-01 15:57:49','0.00','3','newstock','1','','',0.0000,'','1','10','internal','1','28','','',0.00,'','200','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(175,'Chicken Choma 1/4','',4.00,'2025-05-01 15:58:33','4.00','3','newstock','1','','',0.0000,'','1','8','internal','1','34','','',0.00,'','280','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(176,'SODA 300ML - GLASS','',48.00,'2025-05-01 20:46:42','32.00','3','newstock','1','','',0.0000,'','1','80','internal','1','59','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(177,'Green Vegs','',8.00,'2025-05-01 20:47:08','6.00','3','newstock','1','','',0.0000,'','1','14','internal','1','50','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(178,'DAWA NORMAL','',10.00,'2025-05-01 20:47:51','5.00','3','newstock','1','','',0.0000,'','1','15','internal','1','44','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(179,'Mixed Matumbo','',4.00,'2025-05-01 20:48:31','1.00','3','newstock','1','','',0.0000,'','1','5','internal','1','40','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(180,'Kichwa Ya Mbuzi','',2.00,'2025-05-01 20:48:50','0.00','3','newstock','1','','',0.0000,'','1','2','internal','1','39','','',0.00,'','600','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(181,'Soup','',10.00,'2025-05-01 20:49:09','0.00','3','newstock','1','','',0.0000,'','1','10','internal','1','38','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(182,'White African Tea','',15.00,'2025-05-01 20:49:29','16.00','3','newstock','1','','',0.0000,'','1','31','internal','1','1','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(183,'Vegetable Rice','',5.00,'2025-05-01 20:51:32','4.00','3','newstock','1','','',0.0000,'','1','9','internal','1','29','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(184,'Deep Fried Kienyenji','',2.00,'2025-05-01 20:52:01','3.00','3','newstock','1','','',0.0000,'','1','5','internal','1','23','','',0.00,'','350','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(185,'Kienyeji Chicken Stew with Greens','',6.00,'2025-05-01 20:52:47','2.00','3','newstock','1','','',0.0000,'','1','8','internal','1','22','','',0.00,'','180','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(186,'Beef Sausage','',10.00,'2025-05-01 20:53:27','6.00','3','newstock','1','','',0.0000,'','1','16','internal','1','11','','',0.00,'','60','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(187,'Beef Stew With Greens','',10.00,'2025-05-01 20:53:53','0.00','3','newstock','1','','',0.0000,'','1','10','internal','1','21','','',0.00,'','280','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(188,'White African Tea','',50.00,'2025-05-02 13:33:37','24.00','1','newstock','1','','',0.0000,'','1','74','internal','1','1','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(189,'Spanish Omellete','',20.00,'2025-05-02 13:39:15','20.00','1','newstock','1','','',0.0000,'','1','40','internal','1','3','','',0.00,'','120','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(190,'Chicken Choma Full','',5.00,'2025-05-02 13:44:41','0.00','1','newstock','1','','',0.0000,'','1','5','internal','1','37','','',0.00,'','1120','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(191,'BBQ Mbuzi Choma 1/4','',10.00,'2025-05-02 13:45:56','1.00','1','newstock','1','','',0.0000,'','1','11','internal','1','32','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(192,'Chicken Choma 3/4','',10.00,'2025-05-02 13:46:36','0.00','1','newstock','1','','',0.0000,'','1','10','internal','1','36','','',0.00,'','840','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(193,'Chapati','',20.00,'2025-05-02 13:48:03','0.00','1','newstock','1','','',0.0000,'','1','20','internal','1','8','','',0.00,'','30','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(194,'White Rice','',10.00,'2025-05-02 21:22:22','7.00','1','newstock','1','','',0.0000,'','1','17','internal','1','29','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(195,'Pilau','',10.00,'2025-05-03 12:53:24','0.00','3','newstock','1','','',0.0000,'','1','10','internal','1','25','','',0.00,'','200','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(196,'Passion Juice','',12.00,'2025-05-03 13:04:14','0.00','3','newstock','1','','',0.0000,'','1','12','internal','1','41','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(197,'Biryani','',15.00,'2025-05-03 15:10:37','0.00','1','newstock','1','','',0.0000,'','Main','15','Internal','Main','83','','',0.00,'','250','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(198,'Strawberry smoothie','',15.00,'2025-05-03 15:16:35','0.00','1','newstock','1','','',0.0000,'','Main','15','Internal','Main','84','','',0.00,'','200','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(199,'Muffins cakes','',10.00,'2025-05-03 15:33:25','0.00','3','newstock','1','','',0.0000,'','1','10','internal','1','91','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(200,'Queen cakes','',10.00,'2025-05-03 15:33:43','0.00','3','newstock','1','','',0.0000,'','1','10','internal','1','90','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(201,'Vanilla cake','',10.00,'2025-05-03 15:34:01','0.00','3','newstock','1','','',0.0000,'','1','10','internal','1','89','','',0.00,'','80','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(202,'Tropical blue moctails','',10.00,'2025-05-03 15:34:19','0.00','3','newstock','1','','',0.0000,'','1','10','internal','1','88','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(203,'Strawberry mocktails','',15.00,'2025-05-03 15:34:39','0.00','3','newstock','1','','',0.0000,'','1','15','internal','1','87','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(204,'Chocolate smoothie','',15.00,'2025-05-03 15:35:13','0.00','3','newstock','1','','',0.0000,'','1','15','internal','1','86','','',0.00,'','200','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(205,'Vanilla smoothie','',20.00,'2025-05-03 15:35:37','0.00','3','newstock','1','','',0.0000,'','1','20','internal','1','85','','',0.00,'','200','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(206,'Strawberry smoothie','',15.00,'2025-05-03 15:35:57','0.00','3','newstock','1','','',0.0000,'','1','15','internal','1','84','','',0.00,'','200','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(207,'Biryani','',10.00,'2025-05-03 15:36:21','0.00','3','newstock','1','','',0.0000,'','1','10','internal','1','83','','',0.00,'','250','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(208,'Miguu ya Mbuzi','',6.00,'2025-05-03 15:44:36','0.00','3','newstock','1','','',0.0000,'','1','6','internal','1','92','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(209,'Ugali','',10.00,'2025-05-03 15:50:14','3.00','3','newstock','1','','',0.0000,'','1','13','internal','1','30','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(210,'Chapati','',20.00,'2025-05-03 15:51:42','0.00','3','newstock','1','','',0.0000,'','1','20','internal','1','8','','',0.00,'','30','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(211,'Plain Chips','',20.00,'2025-05-03 15:57:04','0.00','3','newstock','1','','',0.0000,'','1','20','internal','1','18','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(212,'Soup','',20.00,'2025-05-03 17:58:44','0.00','3','newstock','1','','',0.0000,'','1','20','internal','1','38','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(213,'Biryani','',10.00,'2025-05-03 21:46:32','10.00','1','newstock','1','','',0.0000,'','1','20','internal','1','83','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(214,'Biryani','',20.00,'2025-05-03 21:51:38','0.00','1','newstock','1','','',0.0000,'','1','20','internal','1','93','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(215,'Mahamri','',16.00,'2025-05-04 09:49:50','0.00','3','newstock','1','','',0.0000,'','1','16','internal','1','7','','',0.00,'','20','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(216,'Beef Sausage','',10.00,'2025-05-04 10:17:11','6.00','3','newstock','1','','',0.0000,'','1','16','internal','1','11','','',0.00,'','60','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(217,'Beef Samosa','',10.00,'2025-05-04 12:35:51','0.00','3','newstock','1','','',0.0000,'','1','10','internal','1','6','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(218,'Mixed Matumbo','',10.00,'2025-05-04 15:31:02','0.00','3','newstock','1','','',0.0000,'','1','10','internal','1','40','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(219,'Chocolate','',10.00,'2025-05-04 17:57:47','7.00','3','newstock','1','','',0.0000,'','1','17','internal','1','76','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(220,'Ugali','',15.00,'2025-05-04 18:03:27','0.00','3','newstock','1','','',0.0000,'','1','15','internal','1','30','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(221,'BBQ Mbuzi Choma 1/2','',10.00,'2025-05-04 19:48:42','0.00','3','newstock','1','','',0.0000,'','1','10','internal','1','33','','',0.00,'','600','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(222,'BBQ Mbuzi Choma 1/4','',5.00,'2025-05-04 19:49:09','1.00','3','newstock','1','','',0.0000,'','1','6','internal','1','32','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(223,'Minji / Peas','',6.00,'2025-05-04 19:49:45','2.00','3','newstock','1','','',0.0000,'','1','8','internal','1','31','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(224,'Pilau','',5.00,'2025-05-04 19:50:17','2.00','3','newstock','1','','',0.0000,'','1','7','internal','1','25','','',0.00,'','200','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(225,'Fried Crunchy Chicken','',2.00,'2025-05-04 19:51:29','0.00','3','newstock','1','','',0.0000,'','1','2','internal','1','24','','',0.00,'','130','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(226,'Githeri Minji / Peas','',6.00,'2025-05-05 14:06:49','2.00','3','newstock','1','','',0.0000,'','1','8','internal','1','28','','',0.00,'','200','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(227,'Mahamri','',10.00,'2025-05-05 14:07:54','0.00','3','newstock','1','','',0.0000,'','1','10','internal','1','7','','',0.00,'','20','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(228,'Deep Fried Kienyenji','',-5.00,'2025-05-05 14:08:34','5.00','3','newstock','1','','',0.0000,'','1','0','internal','1','23','','',0.00,'','350','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(229,'Chicken Choma 3/4','',-10.00,'2025-05-05 14:08:57','10.00','3','newstock','1','','',0.0000,'','1','0','internal','1','36','','',0.00,'','840','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(230,'Chicken Choma 1/4','',-4.00,'2025-05-05 14:09:18','5.00','3','newstock','1','','',0.0000,'','1','1','internal','1','34','','',0.00,'','280','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(231,'Chicken Choma Full','',-5.00,'2025-05-05 14:09:42','5.00','3','newstock','1','','',0.0000,'','1','0','internal','1','37','','',0.00,'','1120','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(232,'Chicken Choma 1/4','',-4.00,'2025-05-05 14:10:06','1.00','3','newstock','1','','',0.0000,'','1','-3','internal','1','34','','',0.00,'','280','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(233,'Chicken Choma 1/4','',3.00,'2025-05-05 14:10:30','-3.00','3','newstock','1','','',0.0000,'','1','0','internal','1','34','','',0.00,'','280','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(234,'Fried Crunchy Chicken','',8.00,'2025-05-05 16:37:15','0.00','3','newstock','1','','',0.0000,'','1','8','internal','1','24','','',0.00,'','130','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(235,'Kienyeji Chicken Stew with Greens','',-22.00,'2025-05-05 16:38:17','6.00','3','newstock','1','','',0.0000,'','1','-16','internal','1','22','','',0.00,'','180','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(236,'Kienyeji Chicken Stew with Greens','',16.00,'2025-05-05 16:38:53','-16.00','3','newstock','1','','',0.0000,'','1','0','internal','1','22','','',0.00,'','180','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(237,'Beef Samosa','',-4.00,'2025-05-05 16:39:45','6.00','3','newstock','1','','',0.0000,'','1','2','internal','1','6','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(238,'Beef Sausage','',15.00,'2025-05-05 19:29:36','0.00','3','newstock','1','','',0.0000,'','1','15','internal','1','11','','',0.00,'','60','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(239,'White African Tea','',20.00,'2025-05-05 20:26:21','0.00','3','newstock','1','','',0.0000,'','1','20','internal','1','1','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(240,'Chicken Choma 1/4','',10.00,'2025-05-05 21:21:07','0.00','3','newstock','1','','',0.0000,'','1','10','internal','1','34','','',0.00,'','280','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(241,'Chapati','',20.00,'2025-05-06 11:13:32','0.00','3','newstock','1','','',0.0000,'','1','20','internal','1','8','','',0.00,'','30','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(242,'Mahamri','',20.00,'2025-05-06 11:13:53','0.00','3','newstock','1','','',0.0000,'','1','20','internal','1','7','','',0.00,'','20','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(243,'Mixed Fruits Served With Yoghurt & Nuts','',100.00,'2025-05-06 12:45:03','0.00','3','newstock','1','','',0.0000,'','Main','100','Internal','Main','10','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(244,'Pilau','',10.00,'2025-05-06 12:46:39','0.00','3','newstock','1','','',0.0000,'','1','10','internal','1','25','','',0.00,'','200','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(245,'Beef Stew With Greens','',8.00,'2025-05-06 12:47:30','0.00','3','newstock','1','','',0.0000,'','1','8','internal','1','21','','',0.00,'','280','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(246,'Normal Mineral Water 500ML','',8.00,'2025-05-06 13:03:51','6.00','3','newstock','1','','',0.0000,'','1','14','internal','1','54','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(247,'Beef Samosa','',10.00,'2025-05-06 17:20:39','0.00','3','newstock','1','','',0.0000,'','1','10','internal','1','6','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(248,'Chapati','8',1.00,'2025-05-06 20:43:26','16.00','1','newstock','1','','',0.0000,'','1','17','1','1','8','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(249,'Chapati','8',1.00,'2025-05-06 20:43:34','17.00','1','newstock','1','','',0.0000,'','1','18','1','1','8','','',0.00,'','','','','16','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(250,'Masala Chip','',8.00,'2025-05-07 17:20:58','1.00','3','newstock','1','','',0.0000,'','1','9','internal','1','19','','',0.00,'','180','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(251,'Fried Crunchy Chicken','',-7.00,'2025-05-07 17:21:29','7.00','3','newstock','1','','',0.0000,'','1','0','internal','1','24','','',0.00,'','130','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(252,'White African Tea','',20.00,'2025-05-07 17:22:04','0.00','3','newstock','1','','',0.0000,'','1','20','internal','1','1','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(253,'Beef Stew With Greens','',8.00,'2025-05-07 19:08:49','3.00','3','newstock','1','','',0.0000,'','1','11','internal','1','21','','',0.00,'','280','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(254,'Beef Sausage','',10.00,'2025-05-07 19:09:25','3.00','3','newstock','1','','',0.0000,'','1','13','internal','1','11','','',0.00,'','60','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(255,'Fried eggs','',15.00,'2025-05-07 19:33:10','0.00','3','newstock','1','','',1.0000,'','Main','15','Internal','Main','95','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(256,'Fried eggs','',15.00,'2025-05-07 19:34:56','0.00','3','newstock','1','','',1.0000,'','1','15','internal','1','95','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(257,'Mahamri','',15.00,'2025-05-08 09:33:48','0.00','3','newstock','1','','',0.0000,'','1','15','internal','1','7','','',0.00,'','20','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(258,'Beef Samosa','',10.00,'2025-05-08 11:17:16','0.00','3','newstock','1','','',0.0000,'','1','10','internal','1','6','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(259,'Chapati','',15.00,'2025-05-08 15:15:26','0.00','3','newstock','1','','',0.0000,'','1','15','internal','1','8','','',0.00,'','30','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(260,'Plain Chips','',45.00,'2025-05-08 17:23:23','0.00','3','newstock','1','','',0.0000,'','1','45','internal','1','18','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(261,'White African Tea','',30.00,'2025-05-08 23:30:54','0.00','5','newstock','1','','',0.0000,'','Main','30','Internal','Main','1','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(262,'White African Tea','',30.00,'2025-05-08 23:31:40','0.00','5','newstock','1','','',0.0000,'','1','30','internal','1','1','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(263,'Mahamri','',15.00,'2025-05-09 18:13:14','0.00','3','newstock','1','','',0.0000,'','Main','15','Internal','Main','7','','',0.00,'','20','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(264,'Soup','',20.00,'2025-05-09 18:39:16','0.00','3','newstock','1','','',0.0000,'','1','20','internal','1','38','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(265,'Ugali','',10.00,'2025-05-09 18:39:49','0.00','3','newstock','1','','',0.0000,'','1','10','internal','1','30','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(266,'Mahamri','',15.00,'2025-05-09 18:40:22','0.00','3','newstock','1','','',0.0000,'','1','15','internal','1','7','','',0.00,'','20','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(267,'Masala Chip','',10.00,'2025-05-09 18:43:24','6.00','3','newstock','1','','',0.0000,'','1','16','internal','1','19','','',0.00,'','180','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(268,'Chapati','',15.00,'2025-05-09 21:03:05','0.00','3','newstock','1','','',0.0000,'','1','15','internal','1','8','','',0.00,'','30','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(269,'Pilau','',10.00,'2025-05-10 10:02:35','1.00','3','newstock','1','','',0.0000,'','1','11','internal','1','25','','',0.00,'','200','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(270,'Mixed Matumbo','',-5.00,'2025-05-10 10:03:27','6.00','3','newstock','1','','',0.0000,'','1','1','internal','1','40','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(271,'Beef Sausage','',8.00,'2025-05-10 10:04:29','3.00','3','newstock','1','','',0.0000,'','1','11','internal','1','11','','',0.00,'','60','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(272,'Beef Samosa','',5.00,'2025-05-10 10:05:12','1.00','3','newstock','1','','',0.0000,'','1','6','internal','1','6','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(273,'Chicken Choma 1/2','',15.00,'2025-05-10 20:02:35','0.00','3','newstock','1','','',0.0000,'','1','15','internal','1','35','','',0.00,'','560','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(274,'Chicken Choma 1/4','',5.00,'2025-05-10 20:03:07','6.00','3','newstock','1','','',0.0000,'','1','11','internal','1','34','','',0.00,'','280','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(275,'BBQ Mbuzi Choma 1/4','',10.00,'2025-05-10 20:03:33','2.00','3','newstock','1','','',0.0000,'','1','12','internal','1','32','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(276,'Ugali','',5.00,'2025-05-10 20:03:59','4.00','3','newstock','1','','',0.0000,'','1','9','internal','1','30','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(277,'Fried Crunchy Chicken','',10.00,'2025-05-10 20:04:36','0.00','3','newstock','1','','',0.0000,'','1','10','internal','1','24','','',0.00,'','130','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(278,'Deep Fried Kienyenji','',10.00,'2025-05-10 20:05:25','0.00','3','newstock','1','','',0.0000,'','1','10','internal','1','23','','',0.00,'','350','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(279,'White African Tea','',15.00,'2025-05-10 21:52:13','0.00','3','newstock','1','','',0.0000,'','1','15','internal','1','1','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(280,'DAWA NORMAL','',5.00,'2025-05-10 21:52:31','6.00','3','newstock','1','','',0.0000,'','1','11','internal','1','44','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(281,'Passion Juice','',21.00,'2025-05-10 21:52:57','4.00','3','newstock','1','','',0.0000,'','1','25','internal','1','41','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(282,'BBQ Mbuzi Choma 1/2','',10.00,'2025-05-10 21:53:29','5.00','3','newstock','1','','',0.0000,'','1','15','internal','1','33','','',0.00,'','600','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(283,'SODA 500ML - PET','',19.00,'2025-05-11 01:27:11','0.00','5','newstock','1','','',0.0000,'','Main','19','Internal','Main','61','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(284,'SODA 300ML - GLASS','',83.00,'2025-05-11 01:28:27','0.00','5','newstock','1','','',0.0000,'','Main','83','Internal','Main','59','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(285,'MINUTE MAIDS 400ML','',27.00,'2025-05-11 01:29:28','0.00','5','newstock','1','','',0.0000,'','Main','27','Internal','Main','62','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(286,'PREDATOR','',1.00,'2025-05-11 01:34:19','12.00','5','newstock','1','','',0.0000,'','1','13','internal','1','63','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(287,'MINUTE MAIDS 400ML','',6.00,'2025-05-11 01:37:57','21.00','5','newstock','1','','',0.0000,'','1','27','internal','1','62','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(288,'Normal Mineral Water 500ML','',1.00,'2025-05-11 01:40:17','4.00','5','newstock','1','','',0.0000,'','1','5','internal','1','54','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(289,'Chapati','',35.00,'2025-05-11 19:51:01','0.00','5','newstock','1','','',0.0000,'','1','35','internal','1','8','','',0.00,'','30','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(290,'SODA 300ML - GLASS','',10.00,'2025-05-11 19:54:32','0.00','5','newstock','1','','',0.0000,'','1','10','internal','1','59','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(291,'Mahamri','',30.00,'2025-05-11 19:55:53','0.00','5','newstock','1','','',0.0000,'','1','30','internal','1','7','','',0.00,'','20','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(292,'Beef Samosa','',8.00,'2025-05-11 20:44:07','0.00','5','newstock','1','','',0.0000,'','1','8','internal','1','6','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(293,'SODA 300ML - GLASS','',74.00,'2025-05-11 23:34:35','4.00','5','newstock','1','','',0.0000,'','1','78','internal','1','59','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(294,'White African Tea','',40.00,'2025-05-12 05:36:37','2.00','5','newstock','1','','',0.0000,'','1','42','internal','1','1','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(295,'Chocolate sauce','',15.00,'2025-05-12 08:11:33','0.00','3','newstock','1','','',0.0000,'','1','15','internal','1','97','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(296,'Cheese burger','',10.00,'2025-05-12 08:12:07','0.00','3','newstock','1','','',0.0000,'','1','10','internal','1','96','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(297,'Pilau','',15.00,'2025-05-12 13:00:53','0.00','3','newstock','1','','',0.0000,'','1','15','internal','1','25','','',0.00,'','200','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(298,'Githeri Minji / Peas','',6.00,'2025-05-12 13:01:17','0.00','3','newstock','1','','',0.0000,'','1','6','internal','1','28','','',0.00,'','200','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(299,'Green or Lemon Tea With Honey','',5.00,'2025-05-12 13:01:44','1.00','3','newstock','1','','',0.0000,'','1','6','internal','1','13','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(300,'Normal Mineral Water 500ML','',3.00,'2025-05-12 13:02:34','1.00','3','newstock','1','','',0.0000,'','1','4','internal','1','54','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(301,'White African Tea','',50.00,'2025-05-13 00:12:49','3.00','5','newstock','1','','',0.0000,'','1','53','internal','1','1','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(302,'Mahamri','',16.00,'2025-05-13 00:13:55','24.00','5','newstock','1','','',0.0000,'','1','40','internal','1','7','','',0.00,'','20','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(303,'Chapati','',16.00,'2025-05-13 00:14:38','24.00','5','newstock','1','','',0.0000,'','1','40','internal','1','8','','',0.00,'','30','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(304,'Plain Chips','',20.00,'2025-05-13 12:33:25','0.00','3','newstock','1','','',0.0000,'','1','20','internal','1','18','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(305,'Dasani 500ML','',15.00,'2025-05-13 13:45:21','0.00','3','newstock','1','','',0.0000,'','1','15','internal','1','56','','',0.00,'','60','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(306,'Chapati','',15.00,'2025-05-13 14:25:53','35.00','3','newstock','1','','',0.0000,'','1','50','internal','1','8','','',0.00,'','30','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(307,'Beef Stew With Greens','',10.00,'2025-05-13 14:26:25','0.00','3','newstock','1','','',0.0000,'','1','10','internal','1','21','','',0.00,'','280','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(308,'Ugali','',10.00,'2025-05-13 14:56:30','3.00','3','newstock','1','','',0.0000,'','1','13','internal','1','30','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(309,'Beef Samosa','',30.00,'2025-05-13 20:29:57','0.00','5','newstock','1','','',0.0000,'','1','30','internal','1','6','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(310,'Beef Sausage','',50.00,'2025-05-13 20:30:28','0.00','5','newstock','1','','',0.0000,'','1','50','internal','1','11','','',0.00,'','60','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(311,'Soup','',100.00,'2025-05-13 20:30:55','0.00','5','newstock','1','','',0.0000,'','1','100','internal','1','38','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(312,'Normal Mineral Water 1000ML','',10.00,'2025-05-14 12:15:07','3.00','3','newstock','1','','',0.0000,'','1','13','internal','1','55','','',0.00,'','80','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(313,'Normal Mineral Water 500ML','',15.00,'2025-05-14 12:16:26','0.00','3','newstock','1','','',0.0000,'','1','15','internal','1','54','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(314,'Chicken Choma 1/2','',-15.00,'2025-05-14 17:42:54','15.00','3','newstock','1','','',0.0000,'','1','0','internal','1','35','','',0.00,'','560','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(315,'Passion Juice','',-17.00,'2025-05-14 17:43:20','17.00','3','newstock','1','','',0.0000,'','1','0','internal','1','41','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(316,'DAWA NORMAL','',3.00,'2025-05-14 17:43:46','4.00','3','newstock','1','','',0.0000,'','1','7','internal','1','44','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(317,'DAWA NORMAL','',5.00,'2025-05-14 17:44:19','7.00','3','newstock','1','','',0.0000,'','1','12','internal','1','44','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(318,'Mixed Matumbo','',10.00,'2025-05-14 17:45:54','0.00','3','newstock','1','','',0.0000,'','1','10','internal','1','40','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(319,'Chicken Choma 1/4','',5.00,'2025-05-14 17:46:33','6.00','3','newstock','1','','',0.0000,'','1','11','internal','1','34','','',0.00,'','280','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(320,'Minji / Peas','',15.00,'2025-05-14 17:47:12','0.00','3','newstock','1','','',0.0000,'','1','15','internal','1','31','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(321,'Deep Fried Kienyenji','',5.00,'2025-05-14 17:47:57','3.00','3','newstock','1','','',0.0000,'','1','8','internal','1','23','','',0.00,'','350','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(322,'White Tea(Ginger/Masala/Tea/Cinamon/Milo)','',2.00,'2025-05-14 17:49:16','6.00','3','newstock','1','','',0.0000,'','1','8','internal','1','14','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(323,'Muffins cakes','',20.00,'2025-05-14 18:38:56','0.00','3','newstock','1','','',0.0000,'','Main','20','Internal','Main','91','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(324,'Queen cakes','',25.00,'2025-05-14 18:39:22','0.00','3','newstock','1','','',0.0000,'','Main','25','Internal','Main','90','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(325,'Vanilla cake','',20.00,'2025-05-14 18:39:48','0.00','3','newstock','1','','',0.0000,'','Main','20','Internal','Main','89','','',0.00,'','80','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(326,'Miguu ya Mbuzi','',15.00,'2025-05-14 18:40:20','0.00','3','newstock','1','','',0.0000,'','Main','15','Internal','Main','92','','',0.00,'','30','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(327,'Cheese burger','',8.00,'2025-05-14 18:40:50','0.00','3','newstock','1','','',0.0000,'','Main','8','Internal','Main','96','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(328,'Chocolate sauce','',50.00,'2025-05-14 18:41:16','0.00','3','newstock','1','','',0.0000,'','Main','50','Internal','Main','97','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(329,'Tropical blue moctails','',10.00,'2025-05-14 18:41:51','0.00','3','newstock','1','','',0.0000,'','Main','10','Internal','Main','88','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(330,'Strawberry mocktails','',10.00,'2025-05-14 18:42:22','0.00','3','newstock','1','','',0.0000,'','Main','10','Internal','Main','87','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(331,'Chocolate smoothie','',8.00,'2025-05-14 18:43:05','0.00','3','newstock','1','','',0.0000,'','Main','8','Internal','Main','86','','',0.00,'','200','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(332,'Vanilla smoothie','',15.00,'2025-05-14 18:43:32','0.00','3','newstock','1','','',0.0000,'','Main','15','Internal','Main','85','','',0.00,'','200','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(333,'Muffins cakes','',40.00,'2025-05-14 19:38:55','10.00','5','newstock','1','','',0.0000,'','1','50','internal','1','91','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(334,'Queen cakes','',40.00,'2025-05-14 19:39:32','10.00','5','newstock','1','','',0.0000,'','1','50','internal','1','90','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(335,'Vanilla cake','',40.00,'2025-05-14 19:40:22','10.00','5','newstock','1','','',0.0000,'','1','50','internal','1','89','','',0.00,'','80','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(336,'Mahamri','',15.00,'2025-05-15 06:59:52','0.00','3','newstock','1','','',0.0000,'','1','15','internal','1','7','','',0.00,'','20','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(337,'Fried eggs','',15.00,'2025-05-15 12:09:39','2.00','3','newstock','1','','',1.0000,'','1','17','internal','1','95','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(338,'Ugali','',15.00,'2025-05-15 12:12:58','0.00','3','newstock','1','','',0.0000,'','1','15','internal','1','30','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(339,'Githeri Minji / Peas','',10.00,'2025-05-15 12:13:33','1.00','3','newstock','1','','',0.0000,'','1','11','internal','1','28','','',0.00,'','200','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(340,'Pilau','',5.00,'2025-05-15 12:14:00','3.00','3','newstock','1','','',0.0000,'','1','8','internal','1','25','','',0.00,'','200','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(341,'Deep Fried Kienyenji','',15.00,'2025-05-15 12:14:35','0.00','3','newstock','1','','',0.0000,'','1','15','internal','1','23','','',0.00,'','350','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(342,'Green or Lemon Tea With Honey','',15.00,'2025-05-15 12:15:15','2.00','3','newstock','1','','',0.0000,'','1','17','internal','1','13','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(343,'Mahamri','',5.00,'2025-05-15 12:15:41','7.00','3','newstock','1','','',0.0000,'','1','12','internal','1','7','','',0.00,'','20','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(344,'White African Tea','',50.00,'2025-05-15 12:16:08','0.00','3','newstock','1','','',0.0000,'','1','50','internal','1','1','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(345,'Kichwa cha mbuzi1/4','',8.00,'2025-05-15 19:05:23','0.00','3','newstock','1','','',0.0000,'','Main','8','Internal','Main','99','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(346,'Kichwa cha mbuzi1/2','',8.00,'2025-05-15 19:05:44','0.00','3','newstock','1','','',0.0000,'','Main','8','Internal','Main','98','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(347,'Kichwa cha mbuzi1/2','',8.00,'2025-05-15 19:08:51','0.00','3','newstock','1','','',0.0000,'','1','8','internal','1','98','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(348,'Kichwa cha mbuzi1/4','',8.00,'2025-05-15 19:09:13','0.00','3','newstock','1','','',0.0000,'','1','8','internal','1','99','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(349,'Ugali','',40.00,'2025-05-16 00:09:22','0.00','5','newstock','1','','',0.0000,'','1','40','internal','1','30','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(350,'BBQ Mbuzi Choma 1/2','',30.00,'2025-05-16 00:11:02','10.00','5','newstock','1','','',0.0000,'','1','40','internal','1','33','','',0.00,'','600','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(351,'BBQ Mbuzi Choma 1/4','',20.00,'2025-05-16 00:11:41','7.00','5','newstock','1','','',0.0000,'','1','27','internal','1','32','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(352,'White African Tea','',25.00,'2025-05-16 00:12:44','35.00','5','newstock','1','','',0.0000,'','1','60','internal','1','1','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(353,'White Rice','',25.00,'2025-05-16 00:13:32','5.00','5','newstock','1','','',0.0000,'','1','30','internal','1','29','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(354,'Mahamri','',100.00,'2025-05-16 19:23:50','0.00','5','newstock','1','','',0.0000,'','1','100','internal','1','7','','',0.00,'','20','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(355,'Plain Chips','',100.00,'2025-05-16 19:24:23','0.00','5','newstock','1','','',0.0000,'','1','100','internal','1','18','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(356,'Masala Chip','',40.00,'2025-05-16 19:24:53','13.00','5','newstock','1','','',0.0000,'','1','53','internal','1','19','','',0.00,'','180','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(357,'DAWA NORMAL','',20.00,'2025-05-17 19:28:54','0.00','5','newstock','1','','',0.0000,'','1','20','internal','1','44','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(358,'Chapati','',50.00,'2025-05-17 20:44:09','1.00','5','newstock','1','','',0.0000,'','1','51','internal','1','8','','',0.00,'','30','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(359,'Beef Stew With Greens','',10.00,'2025-05-18 14:44:28','0.00','5','newstock','1','','',0.0000,'','1','10','internal','1','21','','',0.00,'','280','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(360,'White Tea(Ginger/Masala/Tea/Cinamon/Milo)','',20.00,'2025-05-18 18:14:50','0.00','5','newstock','1','','',0.0000,'','1','20','internal','1','14','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(361,'Beef Samosa','',10.00,'2025-05-18 19:06:30','3.00','5','newstock','1','','',0.0000,'','1','13','internal','1','6','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(362,'Fried Crunchy Chicken','',3.00,'2025-05-18 19:07:25','2.00','5','newstock','1','','',0.0000,'','1','5','internal','1','24','','',0.00,'','130','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(363,'White African Tea','',100.00,'2025-05-19 07:57:01','0.00','5','newstock','1','','',0.0000,'','1','100','internal','1','1','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(364,'Black Tea','',100.00,'2025-05-19 07:57:33','0.00','5','newstock','1','','',0.0000,'','1','100','internal','1','12','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(365,'Beef Samosa','',14.00,'2025-05-19 12:07:06','0.00','5','newstock','1','','',0.0000,'','1','14','internal','1','6','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(366,'Pilau','',15.00,'2025-05-19 15:27:19','0.00','5','newstock','1','','',0.0000,'','1','15','internal','1','25','','',0.00,'','200','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(367,'Passion Juice','',15.00,'2025-05-19 21:14:47','0.00','21','newstock','1','','',0.0000,'','1','15','internal','1','41','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(368,'Tropical blue moctails','',50.00,'2025-05-19 21:16:07','1.00','21','newstock','1','','',0.0000,'','1','51','internal','1','88','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(369,'Chapati','',12.00,'2025-05-20 11:48:03','0.00','21','newstock','1','','',0.0000,'','1','12','internal','1','8','','',0.00,'','30','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(370,'SODA 500ML - PET','',50.00,'2025-05-20 14:42:10','17.00','1','newstock','1','','',0.0000,'','1','67','internal','1','61','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(371,'SODA 350ML - PET','',50.00,'2025-05-20 14:43:37','0.00','1','newstock','1','','',0.0000,'','1','50','internal','1','60','','',0.00,'','70','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(372,'Chapati','',10.00,'2025-05-20 19:23:25','0.00','21','newstock','1','','',0.0000,'','1','10','internal','1','8','','',0.00,'','30','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(373,'Beef Samosa','',50.00,'2025-05-21 11:29:34','0.00','5','newstock','1','','',0.0000,'','1','50','internal','1','6','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(374,'Mahamri','',16.00,'2025-05-21 13:07:56','35.00','21','newstock','1','','',0.0000,'','1','51','internal','1','7','','',0.00,'','20','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(375,'Githeri Minji / Peas','',10.00,'2025-05-21 16:09:14','0.00','21','newstock','1','','',0.0000,'','1','10','internal','1','28','','',0.00,'','200','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(376,'Beef Sausage','',100.00,'2025-05-21 19:09:06','0.00','5','newstock','1','','',0.0000,'','1','100','internal','1','11','','',0.00,'','60','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(377,'Chapati','',35.00,'2025-05-21 22:05:49','0.00','21','newstock','1','','',0.0000,'','1','35','internal','1','8','','',0.00,'','30','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(378,'Green Vegs','',100.00,'2025-05-22 18:06:35','0.00','5','newstock','1','','',0.0000,'','1','100','internal','1','50','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(379,'Normal Mineral Water 500ML','',50.00,'2025-05-22 18:09:37','0.00','5','newstock','1','','',0.0000,'','1','50','internal','1','54','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(380,'Normal Mineral Water 1000ML','',20.00,'2025-05-22 18:10:09','8.00','5','newstock','1','','',0.0000,'','1','28','internal','1','55','','',0.00,'','80','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(381,'Chapati','',20.00,'2025-05-23 12:59:44','0.00','21','newstock','1','','',0.0000,'','1','20','internal','1','8','','',0.00,'','30','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(382,'White African Tea','',50.00,'2025-05-23 13:39:54','0.00','21','newstock','1','','',0.0000,'','1','50','internal','1','1','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(383,'Deep Fried Kienyenji','',10.00,'2025-05-23 14:31:33','0.00','21','newstock','1','','',0.0000,'','1','10','internal','1','23','','',0.00,'','350','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(384,'Strawberry mocktails','',20.00,'2025-05-23 14:32:01','0.00','21','newstock','1','','',0.0000,'','1','20','internal','1','87','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(385,'SODA 300ML - GLASS','',50.00,'2025-05-23 15:41:01','0.00','21','newstock','1','','',0.0000,'','1','50','internal','1','59','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(386,'Mixed Fruits Served With Yoghurt & Nuts','',20.00,'2025-05-23 15:44:58','0.00','21','newstock','1','','',0.0000,'','1','20','internal','1','10','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(387,'DAWA NORMAL','',10.00,'2025-05-23 15:54:43','0.00','21','newstock','1','','',0.0000,'','1','10','internal','1','44','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(388,'Pilau','',15.00,'2025-05-23 18:21:26','0.00','21','newstock','1','','',0.0000,'','1','15','internal','1','25','','',0.00,'','200','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(389,'Beef Stew With Greens','',15.00,'2025-05-23 19:06:17','0.00','21','newstock','1','','',0.0000,'','1','15','internal','1','21','','',0.00,'','280','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(390,'Chapati','',20.00,'2025-05-24 12:10:53','0.00','21','newstock','1','','',0.0000,'','1','20','internal','1','8','','',0.00,'','30','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(391,'BBQ Mbuzi Choma 1/2','',10.00,'2025-05-24 13:00:47','33.00','5','newstock','1','','',0.0000,'','1','43','internal','1','33','','',0.00,'','600','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(392,'Choma Mbuzi 1/4+Chips','',10.00,'2025-05-24 13:01:46','0.00','5','newstock','1','','',0.0000,'','1','10','internal','1','100','','',0.00,'','480','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(393,'Ugali','',15.00,'2025-05-24 15:32:29','0.00','21','newstock','1','','',0.0000,'','1','15','internal','1','30','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(394,'Soup','',15.00,'2025-05-24 16:41:35','0.00','21','newstock','1','','',0.0000,'','1','15','internal','1','38','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(395,'White African Tea','',50.00,'2025-05-24 21:02:19','0.00','21','newstock','1','','',0.0000,'','1','50','internal','1','1','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(396,'Special Juice (Ginger+Tumeric+Banana+Watermelon)','',20.00,'2025-05-25 13:29:27','0.00','21','newstock','1','','',0.0000,'','1','20','internal','1','43','','',0.00,'','200','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(397,'Soup','',50.00,'2025-05-25 14:44:13','0.00','21','newstock','1','','',0.0000,'','1','50','internal','1','38','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(398,'Chapati','',20.00,'2025-05-25 15:57:21','0.00','21','newstock','1','','',0.0000,'','1','20','internal','1','8','','',0.00,'','30','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(399,'Brewed White Coffee','',20.00,'2025-05-25 16:37:06','0.00','21','newstock','1','','',0.0000,'','1','20','internal','1','52','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(400,'Mahamri','',20.00,'2025-05-25 16:57:04','0.00','21','newstock','1','','',0.0000,'','1','20','internal','1','7','','',0.00,'','20','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(401,'White African Tea','',20.00,'2025-05-26 10:27:31','0.00','21','newstock','1','','',0.0000,'','1','20','internal','1','1','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(402,'Chicken Choma 1/2','',15.00,'2025-05-26 12:51:17','0.00','21','newstock','1','','',0.0000,'','1','15','internal','1','35','','',0.00,'','560','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(403,'Fried Crunchy Chicken','',15.00,'2025-05-26 12:51:56','2.00','21','newstock','1','','',0.0000,'','1','17','internal','1','24','','',0.00,'','130','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(404,'Chicken Choma 1/4','',15.00,'2025-05-26 12:53:19','0.00','21','newstock','1','','',0.0000,'','1','15','internal','1','34','','',0.00,'','280','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(405,'Ugali','',50.00,'2025-05-26 17:32:24','0.00','21','newstock','1','','',0.0000,'','1','50','internal','1','30','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(406,'Chapati','',20.00,'2025-05-26 19:27:59','0.00','21','newstock','1','','',0.0000,'','1','20','internal','1','8','','',0.00,'','30','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(407,'Mahamri','',100.00,'2025-05-27 08:26:30','0.00','5','newstock','1','','',0.0000,'','1','100','internal','1','7','','',0.00,'','20','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(408,'Dawa Hibiscus','',100.00,'2025-05-27 08:27:26','4.00','5','newstock','1','','',0.0000,'','1','104','internal','1','45','','',0.00,'','180','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(409,'DAWA NORMAL','',200.00,'2025-05-27 08:27:54','3.00','5','newstock','1','','',0.0000,'','1','203','internal','1','44','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(410,'Passion Juice','',200.00,'2025-05-27 08:28:22','9.00','5','newstock','1','','',0.0000,'','1','209','internal','1','41','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(411,'Soup','',400.00,'2025-05-27 08:28:49','36.00','5','newstock','1','','',0.0000,'','1','436','internal','1','38','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(412,'Mixed Matumbo','',400.00,'2025-05-27 08:29:23','1.00','5','newstock','1','','',0.0000,'','1','401','internal','1','40','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(413,'Kichwa Cha Mbuzi Full','',50.00,'2025-05-27 08:29:42','1.00','5','newstock','1','','',0.0000,'','1','51','internal','1','39','','',0.00,'','600','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(414,'Chicken Choma Full','',200.00,'2025-05-27 08:30:05','0.00','5','newstock','1','','',0.0000,'','1','200','internal','1','37','','',0.00,'','1120','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(415,'Chicken Choma 3/4','',160.00,'2025-05-27 08:30:29','0.00','5','newstock','1','','',0.0000,'','1','160','internal','1','36','','',0.00,'','840','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(416,'Ugali','',300.00,'2025-05-27 08:30:59','48.00','5','newstock','1','','',0.0000,'','1','348','internal','1','30','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(417,'Ugali','',400.00,'2025-05-27 08:31:17','348.00','5','newstock','1','','',0.0000,'','1','748','internal','1','30','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(418,'Fish Wet','',400.00,'2025-05-27 08:31:39','1.00','5','newstock','1','','',0.0000,'','1','401','internal','1','26','','',0.00,'','600','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(419,'Minji / Peas','',200.00,'2025-05-27 08:32:24','3.00','5','newstock','1','','',0.0000,'','1','203','internal','1','31','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(420,'Pilau','',200.00,'2025-05-27 08:32:57','9.00','5','newstock','1','','',0.0000,'','1','209','internal','1','25','','',0.00,'','200','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(421,'Mixed Fruits Served With Yoghurt & Nuts','',500.00,'2025-05-27 08:33:23','11.00','5','newstock','1','','',0.0000,'','1','511','internal','1','10','','',0.00,'','180','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(422,'Black Tea','',500.00,'2025-05-27 08:33:58','95.00','5','newstock','1','','',0.0000,'','1','595','internal','1','12','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(423,'Dawa Cinnamon','',300.00,'2025-05-27 08:34:15','44.00','5','newstock','1','','',0.0000,'','1','344','internal','1','46','','',0.00,'','180','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(424,'Special Juice (Ginger+Tumeric+Banana+Watermelon)','',500.00,'2025-05-27 08:34:33','19.00','5','newstock','1','','',0.0000,'','1','519','internal','1','43','','',0.00,'','200','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(425,'Liver1/4','',600.00,'2025-05-27 08:34:57','11.00','5','newstock','1','','',0.0000,'','1','611','internal','1','51','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(426,'White Chocolate','',450.00,'2025-05-27 08:35:30','7.00','5','newstock','1','','',0.0000,'','1','457','internal','1','16','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(427,'Fish Dry','',500.00,'2025-05-27 08:35:56','3.00','5','newstock','1','','',0.0000,'','1','503','internal','1','27','','',0.00,'','600','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(428,'White Rice','',1000.00,'2025-05-27 08:36:18','7.00','5','newstock','1','','',0.0000,'','1','1007','internal','1','29','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(429,'Black Chocolate','',300.00,'2025-05-27 08:36:37','8.00','5','newstock','1','','',0.0000,'','1','308','internal','1','17','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(430,'Deep Fried Kienyenji','',300.00,'2025-05-27 08:37:04','7.00','5','newstock','1','','',0.0000,'','1','307','internal','1','23','','',0.00,'','350','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(431,'Chicken Choma 1/4','',500.00,'2025-05-27 08:37:37','13.00','5','newstock','1','','',0.0000,'','1','513','internal','1','34','','',0.00,'','280','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(432,'Chicken Choma 1/2','',500.00,'2025-05-27 08:37:59','15.00','5','newstock','1','','',0.0000,'','1','515','internal','1','35','','',0.00,'','560','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(433,'Githeri Minji / Peas','',600.00,'2025-05-27 08:38:15','6.00','5','newstock','1','','',0.0000,'','1','606','internal','1','28','','',0.00,'','200','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(434,'Minji / Peas','',800.00,'2025-05-27 08:38:37','203.00','5','newstock','1','','',0.0000,'','1','1003','internal','1','31','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(435,'Minji / Peas','',900.00,'2025-05-27 08:38:53','1003.00','5','newstock','1','','',0.0000,'','1','1903','internal','1','31','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(436,'BBQ Mbuzi Choma 1/2','',1000.00,'2025-05-27 08:39:09','41.00','5','newstock','1','','',0.0000,'','1','1041','internal','1','33','','',0.00,'','600','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(437,'Fried Crunchy Chicken','',600.00,'2025-05-27 08:39:28','17.00','5','newstock','1','','',0.0000,'','1','617','internal','1','24','','',0.00,'','130','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(438,'Masala Chip','',700.00,'2025-05-27 08:39:58','31.00','5','newstock','1','','',0.0000,'','1','731','internal','1','19','','',0.00,'','180','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(439,'Plain Chips','',1000.00,'2025-05-27 08:40:27','21.00','5','newstock','1','','',0.0000,'','1','1021','internal','1','18','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(440,'Hot Milk','',600.00,'2025-05-27 08:41:23','8.00','5','newstock','1','','',0.0000,'','1','608','internal','1','15','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(441,'BBQ Mbuzi Choma 1/4','',500.00,'2025-05-27 08:41:40','10.00','5','newstock','1','','',0.0000,'','1','510','internal','1','32','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(442,'White Tea(Ginger/Masala/Tea/Cinamon/Milo)','',500.00,'2025-05-27 08:42:06','13.00','5','newstock','1','','',0.0000,'','1','513','internal','1','14','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(443,'Green or Lemon Tea With Honey','',500.00,'2025-05-27 08:42:28','8.00','5','newstock','1','','',0.0000,'','1','508','internal','1','13','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(444,'Chapati','',2000.00,'2025-05-27 08:47:43','19.00','5','newstock','1','','',0.0000,'','1','2019','internal','1','8','','',0.00,'','30','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(445,'Beef Samosa','',500.00,'2025-05-27 08:48:05','25.00','5','newstock','1','','',0.0000,'','1','525','internal','1','6','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(446,'Spanish Omellete','',500.00,'2025-05-27 08:48:22','24.00','5','newstock','1','','',0.0000,'','1','524','internal','1','3','','',0.00,'','120','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(447,'White African Tea','',5000.00,'2025-05-27 08:48:43','8.00','5','newstock','1','','',0.0000,'','1','5008','internal','1','1','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(448,'Choma Mbuzi 1/4+Chips','',500.00,'2025-05-27 08:49:13','10.00','5','newstock','1','','',0.0000,'','1','510','internal','1','100','','',0.00,'','480','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(449,'Kichwa cha mbuzi1/4','',600.00,'2025-05-27 08:49:32','7.00','5','newstock','1','','',0.0000,'','1','607','internal','1','99','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(450,'Fried eggs','',300.00,'2025-05-27 08:50:58','0.00','5','newstock','1','','',1.0000,'','1','300','internal','1','95','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(451,'Kichwa cha mbuzi1/2','',230.00,'2025-05-27 08:52:01','7.00','5','newstock','1','','',0.0000,'','1','237','internal','1','98','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(452,'Chocolate sauce','',400.00,'2025-05-27 08:52:16','12.00','5','newstock','1','','',0.0000,'','1','412','internal','1','97','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(453,'Biryani','',400.00,'2025-05-27 08:52:36','2.00','5','newstock','1','','',0.0000,'','1','402','internal','1','93','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(454,'Miguu ya Mbuzi','',200.00,'2025-05-27 08:52:53','2.00','5','newstock','1','','',0.0000,'','1','202','internal','1','92','','',0.00,'','30','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(455,'Strawberry mocktails','',400.00,'2025-05-27 09:04:09','17.00','5','newstock','1','','',0.0000,'','1','417','internal','1','87','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(456,'Muffins cakes','',1200.00,'2025-05-27 09:04:27','29.00','5','newstock','1','','',0.0000,'','1','1229','internal','1','91','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(457,'Chocolate smoothie','',400.00,'2025-05-27 09:04:48','15.00','5','newstock','1','','',0.0000,'','1','415','internal','1','86','','',0.00,'','200','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(458,'Strawberry smoothie','',300.00,'2025-05-27 09:05:04','9.00','5','newstock','1','','',0.0000,'','1','309','internal','1','84','','',0.00,'','200','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(459,'Vanilla','',500.00,'2025-05-27 09:05:19','1.00','5','newstock','1','','',0.0000,'','1','501','internal','1','74','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(460,'Brewed Black Coffee','',800.00,'2025-05-27 09:05:37','3.00','5','newstock','1','','',0.0000,'','1','803','internal','1','53','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(461,'Vanilla smoothie','',500.00,'2025-05-27 09:05:55','16.00','5','newstock','1','','',0.0000,'','1','516','internal','1','85','','',0.00,'','200','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(462,'Chocolate','',600.00,'2025-05-27 09:06:09','1.00','5','newstock','1','','',0.0000,'','1','601','internal','1','76','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(463,'StrawBerry','',700.00,'2025-05-27 09:06:28','10.00','5','newstock','1','','',0.0000,'','1','710','internal','1','75','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(464,'Brewed White Coffee','',900.00,'2025-05-27 09:06:59','18.00','5','newstock','1','','',0.0000,'','1','918','internal','1','52','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(465,'StrawBerry Double','',760.00,'2025-05-27 09:07:19','40.00','5','newstock','1','','',0.0000,'','1','800','internal','1','72','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(466,'Chocolate','',800.00,'2025-05-27 09:07:35','38.00','5','newstock','1','','',0.0000,'','1','838','internal','1','70','','',0.00,'','250','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(467,'SODA 300ML - GLASS','',760.00,'2025-05-27 09:08:06','24.00','5','newstock','1','','',0.0000,'','1','784','internal','1','59','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(468,'Normal Mineral Water 1000ML','',670.00,'2025-05-27 09:08:28','25.00','5','newstock','1','','',0.0000,'','1','695','internal','1','55','','',0.00,'','80','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(469,'Beef Stew With Greens','',28.00,'2025-05-27 20:01:56','0.00','21','newstock','1','','',0.0000,'','1','28','internal','1','21','','',0.00,'','280','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(470,'Deep Fried Kienyenji','',300.00,'2025-06-01 14:07:10','299.00','5','newstock','1','','',0.0000,'','1','599','internal','1','23','','',0.00,'','350','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(471,'Kienyeji Chicken Stew with Greens','',500.00,'2025-06-01 14:08:32','0.00','5','newstock','1','','',0.0000,'','1','500','internal','1','22','','',0.00,'','180','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(472,'Beef Stew With Greens','',600.00,'2025-06-01 14:09:28','20.00','5','newstock','1','','',0.0000,'','1','620','internal','1','21','','',0.00,'','280','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(473,'Honey Pot','',800.00,'2025-06-01 14:10:04','12.00','5','newstock','1','','',0.0000,'','1','812','internal','1','47','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(474,'Milo Sachet','',500.00,'2025-06-01 14:10:24','15.00','5','newstock','1','','',0.0000,'','1','515','internal','1','49','','',0.00,'','25','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(475,'Kichwa Cha Mbuzi Full','',600.00,'2025-06-01 14:11:11','50.00','5','newstock','1','','',0.0000,'','1','650','internal','1','39','','',0.00,'','800','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(476,'Mahamri','',1000.00,'2025-06-01 14:12:04','37.00','5','newstock','1','','',0.0000,'','1','1037','internal','1','7','','',0.00,'','20','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(477,'Beef Samosa','',698.00,'2025-06-01 14:12:33','499.00','5','newstock','1','','',0.0000,'','1','1197','internal','1','6','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(478,'Dawa Hibiscus','',500.00,'2025-06-01 14:13:26','98.00','5','newstock','1','','',0.0000,'','1','598','internal','1','45','','',0.00,'','180','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(479,'Soup','',800.00,'2025-06-01 14:14:41','358.00','5','newstock','1','','',0.0000,'','1','1158','internal','1','38','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(480,'Beef Sausage','',350.00,'2025-06-01 14:15:56','31.00','5','newstock','1','','',0.0000,'','1','381','internal','1','11','','',0.00,'','60','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(481,'Pilau','',400.00,'2025-06-01 14:16:39','193.00','5','newstock','1','','',0.0000,'','1','593','internal','1','25','','',0.00,'','200','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(482,'Green Vegs','',500.00,'2025-06-01 14:17:06','75.00','5','newstock','1','','',0.0000,'','1','575','internal','1','50','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(483,'Sachet','',950.00,'2025-06-01 14:17:42','134.00','5','newstock','1','','',20.0000,'','1','1084','internal','1','48','','',0.00,'','20','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(484,'DAWA NORMAL','',750.00,'2025-06-01 14:18:18','192.00','5','newstock','1','','',0.0000,'','1','942','internal','1','44','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(485,'Passion Juice','',550.00,'2025-06-01 14:18:48','197.00','5','newstock','1','','',0.0000,'','1','747','internal','1','41','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(486,'Dawa Cinnamon','',550.00,'2025-06-01 14:19:18','344.00','5','newstock','1','','',0.0000,'','1','894','internal','1','46','','',0.00,'','180','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(487,'Chicken Choma 3/4','',900.00,'2025-06-01 14:20:33','160.00','5','newstock','1','','',0.0000,'','1','1060','internal','1','36','','',0.00,'','840','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(488,'Vanilla Double','',1000.00,'2025-06-01 14:21:28','37.00','5','newstock','1','','',0.0000,'','1','1037','internal','1','71','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(489,'Shopping bag','',500.00,'2025-06-01 14:22:01','41.00','5','newstock','1','','',10.0000,'','1','541','internal','1','80','','',0.00,'','20','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(490,'Chocolate Double','',500.00,'2025-06-01 14:23:07','29.00','5','newstock','1','','',0.0000,'','1','529','internal','1','73','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(491,'Vanilla','',500.00,'2025-06-01 14:23:32','9.00','5','newstock','1','','',0.0000,'','1','509','internal','1','68','','',0.00,'','250','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(492,'PREDATOR','',600.00,'2025-06-01 14:24:00','8.00','5','newstock','1','','',0.0000,'','1','608','internal','1','63','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(493,'MINUTE MAIDS 400ML','',500.00,'2025-06-01 14:24:26','12.00','5','newstock','1','','',0.0000,'','1','512','internal','1','62','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(494,'Dasani 1000ML','',650.00,'2025-06-01 14:24:52','3.00','5','newstock','1','','',0.0000,'','1','653','internal','1','57','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(495,'StrawBerry','',550.00,'2025-06-01 14:25:26','15.00','5','newstock','1','','',0.0000,'','1','565','internal','1','69','','',0.00,'','250','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(496,'Dasani 500ML','',650.00,'2025-06-01 14:26:09','4.00','5','newstock','1','','',0.0000,'','1','654','internal','1','56','','',0.00,'','60','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(497,'Tropical blue moctails','',500.00,'2025-06-01 14:26:38','46.00','5','newstock','1','','',0.0000,'','1','546','internal','1','88','','',0.00,'','150','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(498,'Cheese burger','',500.00,'2025-06-01 14:27:06','6.00','5','newstock','1','','',0.0000,'','1','506','internal','1','96','','',0.00,'','300','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(499,'Vanilla cake','',650.00,'2025-06-01 14:27:33','50.00','5','newstock','1','','',0.0000,'','1','700','internal','1','89','','',0.00,'','80','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(500,'Queen cakes','',400.00,'2025-06-01 14:27:54','50.00','5','newstock','1','','',0.0000,'','1','450','internal','1','90','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(501,'Normal Mineral Water 500ML','',550.00,'2025-06-01 14:28:36','38.00','5','newstock','1','','',0.0000,'','1','588','internal','1','54','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(502,'SODA 350ML - PET','',600.00,'2025-06-01 14:29:14','50.00','5','newstock','1','','',0.0000,'','1','650','internal','1','60','','',0.00,'','70','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(503,'SODA 200ML - GLASS','',550.00,'2025-06-01 14:30:03','0.00','5','newstock','1','','',0.0000,'','1','550','internal','1','58','','',0.00,'','40','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(504,'PEPSI GLASS 300ML','',144.00,'2025-06-06 17:31:35','0.00','5','newstock','1','','',30.0000,'','1','144','internal','1','101','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(505,'PEPSI PET 500ML','',24.00,'2025-06-06 17:32:18','0.00','5','newstock','1','','',65.0000,'','1','24','internal','1','102','','',0.00,'','90','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(506,'PEPSI PET 500ML','',500.00,'2025-06-06 17:32:53','24.00','5','newstock','1','','',65.0000,'','1','524','internal','1','102','','',0.00,'','90','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(507,'PEPSI GLASS 300ML','',300.00,'2025-06-06 17:33:06','144.00','5','newstock','1','','',30.0000,'','1','444','internal','1','101','','',0.00,'','50','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(508,'LEMON WATER','',600.00,'2025-06-18 16:25:44','0.00','5','newstock','1','','',20.0000,'','1','600','internal','1','103','','',0.00,'','26','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL),(509,'SOUP SPECIAL','',10009.00,'2025-06-20 16:35:39','0.00','5','newstock','1','','',0.0000,'','1','10009','internal','1','104','','',0.00,'','100','','','16','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'','','','','','','',NULL,NULL,NULL,NULL); /*!40000 ALTER TABLE `newstock` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `newupgrade` -- DROP TABLE IF EXISTS `newupgrade`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `newupgrade` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(45) DEFAULT NULL, `companyid` int(11) NOT NULL DEFAULT 1, `description` text NOT NULL, `phone` varchar(50) NOT NULL, `email` varchar(50) NOT NULL, `exactdate` varchar(50) NOT NULL, `comment` text NOT NULL, `status` varchar(30) NOT NULL DEFAULT 'new', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `newupgrade` -- LOCK TABLES `newupgrade` WRITE; /*!40000 ALTER TABLE `newupgrade` DISABLE KEYS */; INSERT INTO `newupgrade` VALUES (1,'General systems',1,'','','','','','new'),(2,'E-commerce',1,'','','','','','new'),(3,'Biometric',1,'','','','','','new'),(4,'Website',1,'','','','','','new'),(5,'PMS',1,'','','','','','new'),(6,'Bulk sms',1,'','','','','','new'),(7,'Pos',1,'','','','','','new'); /*!40000 ALTER TABLE `newupgrade` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nhif` -- DROP TABLE IF EXISTS `nhif`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `nhif` ( `id` int(50) NOT NULL AUTO_INCREMENT, `start` decimal(10,2) NOT NULL, `end` decimal(10,2) NOT NULL, `amount` decimal(10,2) NOT NULL, `branchid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'active', `category` varchar(20) NOT NULL, `userid` int(11) NOT NULL, `nhifrelief` decimal(10,2) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `nhif` -- LOCK TABLES `nhif` WRITE; /*!40000 ALTER TABLE `nhif` DISABLE KEYS */; INSERT INTO `nhif` VALUES (1,0.00,10926.00,300.00,1,1,'active','yes',1,0.00),(2,10927.00,99999999.99,2.75,1,1,'active','no',1,0.00); /*!40000 ALTER TABLE `nhif` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nhif2` -- DROP TABLE IF EXISTS `nhif2`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `nhif2` ( `id` int(50) NOT NULL AUTO_INCREMENT, `start` decimal(10,2) NOT NULL, `end` decimal(10,2) NOT NULL, `amount` decimal(10,2) NOT NULL, `branchid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'active', `category` varchar(20) NOT NULL, `userid` int(11) NOT NULL, `nhifrelief` decimal(10,2) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `nhif2` -- LOCK TABLES `nhif2` WRITE; /*!40000 ALTER TABLE `nhif2` DISABLE KEYS */; INSERT INTO `nhif2` VALUES (1,0.00,5999.00,150.00,1,1,'active','employee',1,22.50),(2,6000.00,7999.00,300.00,1,1,'active','employee',1,45.00),(3,8000.00,11999.00,400.00,1,1,'active','employee',1,60.00),(4,12000.00,14999.00,500.00,1,1,'active','employee',1,75.00),(5,15000.00,19999.00,600.00,1,1,'active','employee',1,90.00),(6,20000.00,24999.00,750.00,1,1,'active','employee',1,112.50),(7,25000.00,29999.00,850.00,1,1,'active','employee',1,127.50),(8,30000.00,34999.00,900.00,1,1,'active','employee',1,135.00),(9,35000.00,39000.00,950.00,1,1,'active','employee',1,142.50),(10,40000.00,44999.00,1000.00,1,1,'active','employee',1,150.00),(11,45000.00,49000.00,1100.00,1,1,'active','employee',1,165.00),(12,50000.00,59999.00,1200.00,1,1,'active','employee',1,180.00),(13,60000.00,69999.00,1300.00,1,1,'active','employee',1,195.00),(14,70000.00,79999.00,1400.00,1,1,'active','employee',1,210.00),(15,80000.00,89999.00,1500.00,1,1,'active','employee',1,225.00),(16,90000.00,99999.00,1600.00,1,1,'active','employee',1,240.00),(17,100000.00,99999999.00,1700.00,1,1,'active','employee',1,255.00),(18,0.00,0.00,500.00,1,1,'active','employer',1,75.00); /*!40000 ALTER TABLE `nhif2` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `noticelist` -- DROP TABLE IF EXISTS `noticelist`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `noticelist` ( `id` int(50) NOT NULL AUTO_INCREMENT, `noticeNo` varchar(50) NOT NULL, `title` text NOT NULL, `cont` text NOT NULL, `dtlUrl` text NOT NULL, `regrNm` varchar(50) NOT NULL, `regDt` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `noticelist` -- LOCK TABLES `noticelist` WRITE; /*!40000 ALTER TABLE `noticelist` DISABLE KEYS */; /*!40000 ALTER TABLE `noticelist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nssf` -- DROP TABLE IF EXISTS `nssf`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `nssf` ( `id` int(11) NOT NULL AUTO_INCREMENT, `start` decimal(10,2) NOT NULL, `end` decimal(10,2) NOT NULL, `amount` decimal(10,2) NOT NULL, `branchid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'active', `category` varchar(20) NOT NULL, `userid` int(11) NOT NULL, `tire1` decimal(10,2) NOT NULL, `tire2` decimal(10,2) NOT NULL, `tire1tire2` decimal(10,2) NOT NULL, `type` varchar(50) NOT NULL DEFAULT 'percentage', `flatrate` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `nssf` -- LOCK TABLES `nssf` WRITE; /*!40000 ALTER TABLE `nssf` DISABLE KEYS */; INSERT INTO `nssf` VALUES (1,0.00,7000.00,6.00,1,1,'active','employee',1,420.00,0.00,420.00,'percentage','no'),(2,7000.00,36000.00,6.00,1,1,'active','employee',1,0.00,1740.00,2160.00,'percentage','no'),(3,36000.00,50000000.00,6.00,1,1,'active','employee',1,0.00,0.00,0.00,'percentage','yes'); /*!40000 ALTER TABLE `nssf` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `offdays` -- DROP TABLE IF EXISTS `offdays`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `offdays` ( `id` int(11) NOT NULL AUTO_INCREMENT, `groupid` int(11) NOT NULL, `offday` varchar(30) NOT NULL, `type` int(11) NOT NULL, `title` varchar(128) NOT NULL, `userid` varchar(30) DEFAULT NULL, `createdate` varchar(30) NOT NULL, PRIMARY KEY (`id`), KEY `type` (`type`), KEY `contract` (`groupid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='List of non working days'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `offdays` -- LOCK TABLES `offdays` WRITE; /*!40000 ALTER TABLE `offdays` DISABLE KEYS */; /*!40000 ALTER TABLE `offdays` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `offtypes` -- DROP TABLE IF EXISTS `offtypes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `offtypes` ( `id` int(10) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `offtypes` -- LOCK TABLES `offtypes` WRITE; /*!40000 ALTER TABLE `offtypes` DISABLE KEYS */; INSERT INTO `offtypes` VALUES (1,'All day is off','2018-05-17 04:40:12am'),(2,'Half day is off','2018-05-17 04:41:13am'),(3,'Morning is off ','2018-05-17 04:41:30am'),(4,'Afternoon is off','2018-05-17 04:41:30am'); /*!40000 ALTER TABLE `offtypes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `openorders` -- DROP TABLE IF EXISTS `openorders`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `openorders` ( `id` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(50) NOT NULL, `description` text NOT NULL, `startdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `category` varchar(30) NOT NULL, `messageid` varchar(30) NOT NULL, `updatedby` int(11) NOT NULL, `updateddate` varchar(30) NOT NULL, `closedate` text NOT NULL, `receiver` text NOT NULL, `millage` varchar(30) NOT NULL, `fuel` varchar(50) NOT NULL, `trips` text NOT NULL, `createdate` varchar(30) NOT NULL, `nextfuel` varchar(20) NOT NULL, `previoufueldate` varchar(30) NOT NULL, `previousfuelused` varchar(20) NOT NULL, `adjusted` varchar(20) NOT NULL, `fuellimit` varchar(20) NOT NULL, `fuelrate` varchar(20) NOT NULL, `exactfuel` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `openorders` -- LOCK TABLES `openorders` WRITE; /*!40000 ALTER TABLE `openorders` DISABLE KEYS */; /*!40000 ALTER TABLE `openorders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `orderlist` -- DROP TABLE IF EXISTS `orderlist`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `orderlist` ( `id` int(30) NOT NULL AUTO_INCREMENT, `type` varchar(30) NOT NULL, `userid` varchar(30) NOT NULL, `exactime` varchar(50) NOT NULL, `batchid` varchar(50) NOT NULL, `itemid` varchar(30) NOT NULL, `invoice` varchar(30) NOT NULL, `qty` decimal(10,2) DEFAULT NULL, `companyid` int(11) NOT NULL, `branchid` int(11) NOT NULL, `code` varchar(30) NOT NULL, `amount` decimal(10,2) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB 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 `packagingcodes` -- DROP TABLE IF EXISTS `packagingcodes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `packagingcodes` ( `id` int(50) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `code` varchar(50) NOT NULL, `description` text DEFAULT NULL, `status` varchar(50) NOT NULL, `sort_order` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=53 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `packagingcodes` -- LOCK TABLES `packagingcodes` WRITE; /*!40000 ALTER TABLE `packagingcodes` DISABLE KEYS */; INSERT INTO `packagingcodes` VALUES (1,'Ampoule','AM','Ampoule','Y','1'),(2,'Barrel','BA','Barrel','Y','2'),(3,'Bottlecrate','BC','Bottlecrate','Y','3'),(4,'Bundle','BE','Bundle','Y','4'),(5,'Balloon, non-protected','BF','Balloon, non-protected','Y','5'),(6,'Bag','BG','Bag','Y','6'),(7,'Bucket','BJ','Bucket','Y','7'),(8,'Basket','BK','Basket','Y','8'),(9,'Bale','BL','Bale','Y','9'),(10,'Bottle, protected cylindrical','BQ','Bottle, protected cylindrical','Y','10'),(11,'Bar','BR','Bar','Y','11'),(12,'Bottle, bulbous','BV','Bottle, bulbous','Y','12'),(13,'Bag','BZ','Bag','Y','13'),(14,'Can','CA','Can','Y','14'),(15,'Chest','CH','Chest','Y','15'),(16,'Coffin','CJ','Coffin','Y','16'),(17,'Coil','CL','Coil','Y','17'),(18,'Wooden Box, Wooden Case','CR','Wooden Box, Wooden Case','Y','18'),(19,'Cassette','CS','Cassette','Y','19'),(20,'Carton','CT','Carton','Y','20'),(21,'Container','CTN','Container','Y','21'),(22,'Cylinder','CY','Cylinder','Y','22'),(23,'Drum','DR','Drum','Y','23'),(24,'Extra Countable Item','GT','Extra Countable Item','Y','24'),(25,'Hand Baggage','HH','Hand Baggage','Y','25'),(26,'Ingots','IZ','Ingots','Y','26'),(27,'Jar','JR','Jar','Y','27'),(28,'Jug','JU','Jug','Y','28'),(29,'Jerry CAN Cylindrical','JY','Jerry CAN Cylindrical','Y','29'),(30,'Canester','KZ','Canester','Y','30'),(31,'Logs, in bundle/bunch/truss','LZ','Logs, in bundle/bunch/truss','Y','31'),(32,'Net','NT','Net','Y','32'),(33,'Non-Exterior Packaging Unit','OU','Non-Exterior Packaging Unit','Y','33'),(34,'Poddon','PD','Poddon','Y','34'),(35,'Plate','PG','Plate','Y','35'),(36,'Pipe','PI','Pipe','Y','36'),(37,'Pilot','PO','Pilot','Y','37'),(38,'Traypack','PU','Traypack','Y','38'),(39,'Reel','RL','Reel','Y','39'),(40,'Roll','RO','Roll','Y','40'),(41,'Rods, in bundle/bunch/truss','RZ','Rods, in bundle/bunch/truss','Y','41'),(42,'Skeletoncase','SK','Skeletoncase','Y','42'),(43,'Tank, cylindrical','TY','Tank, cylindrical','Y','43'),(44,'Bulk,gas(at 1031 mbar 15 oC)','VG','Bulk,gas(at 1031 mbar 15 oC)','Y','44'),(45,'Bulk,liquid(at normal temperature/pressure)','VL','Bulk,liquid(at normal temperature/pressure)','Y','45'),(46,'Bulk, solid, large particles(nodules)','VO','Bulk, solid, large particles(\"nodules\")','Y','46'),(47,'Bulk, gas (liquefied at abnormal temperature/pressure)','VQ','Bulk, gas(liquefied at abnormal temperature/pressure)','Y','47'),(48,'Bulk, solid, granular particles(grains)','VR','Bulk, solid, granular particles(\"grains\")','Y','48'),(49,'Extra Bulk Item','VT','Extra Bulk Item','Y','49'),(50,'Bulk, fine particles(powder)','VY','Bulk, fine particles(\"powder\")','Y','50'),(51,'Mills','ML','cigarette Mills','Y','51'),(52,'TAN','TN','1TAN REFER TO 20BAGS','Y','52'); /*!40000 ALTER TABLE `packagingcodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `parceldelivery` -- DROP TABLE IF EXISTS `parceldelivery`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `parceldelivery` ( `id` int(10) NOT NULL AUTO_INCREMENT, `branchfrom` varchar(50) NOT NULL, `serial` varchar(50) NOT NULL, `qty` varchar(50) NOT NULL, `details` text NOT NULL, `dateposted` datetime NOT NULL, `customer` varchar(40) NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(30) NOT NULL, `entrydate` varchar(50) NOT NULL, `supplier` varchar(30) NOT NULL, `original` text NOT NULL, `balance` decimal(10,2) NOT NULL, `branchid` int(11) NOT NULL DEFAULT 1, `amount` varchar(10) NOT NULL DEFAULT '0.00', `duedate` varchar(20) NOT NULL, `status` varchar(30) NOT NULL DEFAULT 'Dispatched', `mode` varchar(30) NOT NULL, `invoice` varchar(30) NOT NULL, `totalamount` varchar(30) NOT NULL DEFAULT '', `type` varchar(50) DEFAULT NULL, `receiver` varchar(50) NOT NULL, `receiverphone` varchar(50) NOT NULL, `receiveraddress` text NOT NULL, `origin` text NOT NULL, `destination` text NOT NULL, `weight` varchar(50) NOT NULL, `receiveremail` varchar(50) DEFAULT NULL, `totalvalue` varchar(20) NOT NULL, `vat` decimal(10,2) NOT NULL, `vatable` decimal(10,2) NOT NULL, `receiveridno` varchar(20) NOT NULL, `riderdetails` text NOT NULL, `senderidno` varchar(50) NOT NULL, `senderphone` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `parceldelivery` -- LOCK TABLES `parceldelivery` WRITE; /*!40000 ALTER TABLE `parceldelivery` DISABLE KEYS */; /*!40000 ALTER TABLE `parceldelivery` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `password_resets` -- DROP TABLE IF EXISTS `password_resets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `password_resets` ( `email` varchar(255) NOT NULL, `token` varchar(255) NOT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), KEY `password_resets_email_index` (`email`), KEY `password_resets_token_index` (`token`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `password_resets` -- LOCK TABLES `password_resets` WRITE; /*!40000 ALTER TABLE `password_resets` DISABLE KEYS */; /*!40000 ALTER TABLE `password_resets` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `paye` -- DROP TABLE IF EXISTS `paye`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `paye` ( `id` int(11) NOT NULL AUTO_INCREMENT, `start` decimal(10,2) NOT NULL, `end` decimal(15,2) NOT NULL, `amt` decimal(10,2) NOT NULL, `branchid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'active', `percentage` decimal(10,2) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `paye` -- LOCK TABLES `paye` WRITE; /*!40000 ALTER TABLE `paye` DISABLE KEYS */; INSERT INTO `paye` VALUES (1,0.00,24000.00,24000.00,1,1,'active',10.00),(2,24001.00,32333.00,8333.00,1,1,'active',25.00),(3,32333.00,10000000000.00,32333.00,1,1,'active',30.00); /*!40000 ALTER TABLE `paye` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `paymentcodes` -- DROP TABLE IF EXISTS `paymentcodes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `paymentcodes` ( `id` int(50) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `code` varchar(50) NOT NULL, `description` text DEFAULT NULL, `status` varchar(50) NOT NULL, `sort_order` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `paymentcodes` -- LOCK TABLES `paymentcodes` WRITE; /*!40000 ALTER TABLE `paymentcodes` DISABLE KEYS */; INSERT INTO `paymentcodes` VALUES (1,'CASH','01','CASH','Y','1'),(2,'CREDIT','02','CREDIT','Y','2'),(3,'CASH/CREDIT','03','CASH/CREDIT','Y','3'),(4,'BANK CHECK','04','BANK CHECK PAYMENT','Y','4'),(5,'DEBIT&CREDIT CARD','05','PAYMENT USING CARD','Y','5'),(6,'MOBILE MONEY','06','ANY TRANSACTION USING MOBILE MONEY SYSTEM','Y','6'),(7,'OTHER','07','OTHER MEANS OF PAYMENT','Y','7'); /*!40000 ALTER TABLE `paymentcodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `paymentmethodes` -- DROP TABLE IF EXISTS `paymentmethodes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `paymentmethodes` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `description` text NOT NULL, `status` varchar(10) NOT NULL DEFAULT 'active', `dateposted` varchar(30) NOT NULL, `userid` varchar(30) NOT NULL, `companyid` varchar(30) NOT NULL, `type` text NOT NULL, `balance` varchar(30) NOT NULL, `branchid` int(11) NOT NULL, `accountno` text DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `paymentmethodes` -- LOCK TABLES `paymentmethodes` WRITE; /*!40000 ALTER TABLE `paymentmethodes` DISABLE KEYS */; INSERT INTO `paymentmethodes` VALUES (1,'cash','Cash payment','active','2021-09-07 05:52:05','1','1','1050','',1,NULL),(2,'mpesa','mpesa','active','2021-09-22 10:35:37','1','1','1010','',1,NULL),(3,'card','card payment','active','2021-09-07 05:52:50','1','1','1030','',1,NULL),(4,'bank','Bank payment','active','2021-09-07 05:53:23','1','1','1030','',1,NULL),(5,'credit','account receivable ','active','2021-09-07 06:31:55','1','1','1100','',1,NULL),(6,'voucher','Directors account','active','2021-09-07 06:32:21','1','1','1040','',1,NULL),(7,'creditnote','Account payable','active','2021-09-07 06:34:11','1','1','2130','',1,NULL),(8,'points','Account redeemable','active','2021-09-07 06:36:16','1','1','2130','',1,NULL); /*!40000 ALTER TABLE `paymentmethodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `payments` -- DROP TABLE IF EXISTS `payments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `payments` ( `id` int(100) NOT NULL AUTO_INCREMENT, `paidto` varchar(100) NOT NULL, `paiby` varchar(100) NOT NULL, `paiddate` varchar(100) NOT NULL, `todate` varchar(100) NOT NULL, `contact` varchar(100) NOT NULL, `status` varchar(100) NOT NULL, `approvedby` varchar(100) NOT NULL, `type` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `receiptno` varchar(100) NOT NULL DEFAULT 'no', `comments` text NOT NULL, `idno` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `email` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `payments` -- LOCK TABLES `payments` WRITE; /*!40000 ALTER TABLE `payments` DISABLE KEYS */; /*!40000 ALTER TABLE `payments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `paymentsection` -- DROP TABLE IF EXISTS `paymentsection`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `paymentsection` ( `id` int(40) NOT NULL AUTO_INCREMENT, `methodid` varchar(100) NOT NULL, `name` varchar(100) NOT NULL, `description` text NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `companyid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `paymentsection` -- LOCK TABLES `paymentsection` WRITE; /*!40000 ALTER TABLE `paymentsection` DISABLE KEYS */; INSERT INTO `paymentsection` VALUES (8,'2','KCB Bank','KCB Bank','2016-04-20 10:39:59','','3','3'),(9,'2','Equity Bank','Equity Bank','2016-04-20 10:40:10','','3','3'),(10,'4','cash','CASH','2016-04-20 10:40:34','','3','3'),(11,'3','Lipa rent','','2016-04-20 10:40:48','','3','3'),(12,'1','Airtel Money','Airtel Money','2016-04-20 10:41:17','','3','3'),(13,'1','M-pesa','M-pesa','2016-04-20 10:41:32','','3','3'),(15,'6','Coparent','Coparent','2016-05-25 04:21:55','','3','3'),(16,'2','Unaitas','Unaitas','2017-12-16 06:51:45','','',''); /*!40000 ALTER TABLE `paymentsection` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `payroll` -- DROP TABLE IF EXISTS `payroll`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `payroll` ( `id` int(100) NOT NULL AUTO_INCREMENT, `type` varchar(255) NOT NULL, `designation` varchar(255) NOT NULL, `allowance` varchar(255) NOT NULL, `paytype` varchar(255) NOT NULL, `nohours` varchar(255) NOT NULL, `salary` varchar(255) NOT NULL, `nodays` varchar(255) NOT NULL, `nodaysyearly` varchar(255) NOT NULL, `annualsalary` varchar(255) NOT NULL, `monthlysalary` varchar(50) NOT NULL, `dailysalary` varchar(100) DEFAULT NULL, `comments` text NOT NULL, `vat` varchar(50) NOT NULL DEFAULT 'active', `payee` varchar(50) NOT NULL, `nssf` varchar(100) NOT NULL, `nihf` text NOT NULL, `employeeid` varchar(100) NOT NULL, `advance` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, `updatedat` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `other` varchar(50) NOT NULL, `month` varchar(50) NOT NULL, `year` varchar(50) NOT NULL, `loan` varchar(100) NOT NULL, PRIMARY KEY (`id`), KEY `first_name` (`type`), KEY `last_name` (`designation`), KEY `email` (`paytype`), KEY `phppos_people_ibfk_1` (`dailysalary`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `payroll` -- LOCK TABLES `payroll` WRITE; /*!40000 ALTER TABLE `payroll` DISABLE KEYS */; /*!40000 ALTER TABLE `payroll` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `people` -- DROP TABLE IF EXISTS `people`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `people` ( `id` int(11) NOT NULL AUTO_INCREMENT, `nhifrelief` decimal(10,2) DEFAULT NULL, `firstname` varchar(255) NOT NULL, `surname` varchar(20) NOT NULL, `lastname` varchar(255) DEFAULT NULL, `phone` varchar(255) DEFAULT NULL, `email` varchar(255) DEFAULT NULL, `password` text NOT NULL, `address_1` varchar(255) NOT NULL, `gender` varchar(255) DEFAULT NULL, `city` varchar(255) NOT NULL, `zip` varchar(255) NOT NULL, `country` varchar(255) NOT NULL, `comments` text NOT NULL, `image_id` varchar(100) DEFAULT NULL, `category` varchar(50) NOT NULL DEFAULT 'accommodation', `status` varchar(50) NOT NULL DEFAULT '1', `company` varchar(50) DEFAULT NULL, `account` varchar(100) NOT NULL, `website` text NOT NULL, `idno` varchar(100) NOT NULL, `balance` decimal(10,2) NOT NULL, `userid` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, `updatedat` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `entrydate` varchar(50) NOT NULL, `jobstatus` varchar(30) NOT NULL, `salary` decimal(10,2) NOT NULL, `department` varchar(20) NOT NULL, `dob` varchar(20) NOT NULL, `passport` varchar(30) NOT NULL, `ethnicity` varchar(30) NOT NULL, `religion` varchar(30) NOT NULL, `salarystartdate` varchar(30) NOT NULL, `salaryreviewdate` varchar(30) NOT NULL, `bankname` varchar(30) NOT NULL, `bankaccount` varchar(30) NOT NULL, `paymentmode` varchar(30) NOT NULL, `method` varchar(30) NOT NULL, `probationdate` varchar(30) NOT NULL, `number` varchar(20) NOT NULL, `relief` decimal(10,2) NOT NULL, `leavegroup` varchar(30) NOT NULL, `manager` varchar(30) NOT NULL, `marital` varchar(30) NOT NULL, `smstype` varchar(20) NOT NULL, `totalsms` decimal(10,2) NOT NULL, `apiaccount_id` int(11) NOT NULL, `photo` text NOT NULL, `code` varchar(30) NOT NULL, `service` varchar(20) NOT NULL, `usertype` varchar(20) NOT NULL DEFAULT 'user', `username` varchar(20) NOT NULL, `county` int(11) NOT NULL, `province` int(11) NOT NULL, `box` int(11) DEFAULT NULL, `town` varchar(20) DEFAULT NULL, `updatedate` varchar(20) NOT NULL, `recoverpassword` int(11) NOT NULL, `createddate` varchar(30) NOT NULL, `rate` decimal(10,2) DEFAULT NULL, `kra` varchar(50) DEFAULT NULL, `nssf` varchar(50) DEFAULT NULL, `nhif` varchar(50) DEFAULT NULL, `paid` varchar(20) NOT NULL, `supplierbalance` decimal(10,2) NOT NULL, `balanceuploaded` int(11) DEFAULT 0, `savedcoins` decimal(10,2) NOT NULL, `savedpoints` decimal(10,2) NOT NULL, `customerlimit` varchar(10) NOT NULL DEFAULT 'no', `limitamount` decimal(10,2) NOT NULL, `dropdown` varchar(10) NOT NULL DEFAULT 'no', `lastbalancedate` varchar(30) NOT NULL, `accountname` varchar(30) NOT NULL, `accountno` varchar(30) NOT NULL, `certificate` varchar(30) NOT NULL, `shares` varchar(30) NOT NULL, `certificateno` varchar(30) NOT NULL, `renewaldetails` varchar(30) DEFAULT NULL, `salesperson` varchar(10) DEFAULT NULL, `idnumber` text DEFAULT NULL, `branchid` int(11) NOT NULL DEFAULT 1, `bankcode` varchar(20) DEFAULT NULL, `branchcode` varchar(20) DEFAULT NULL, `group` int(20) DEFAULT NULL, `transactionid` varchar(50) NOT NULL, `smscode` varchar(50) NOT NULL, `timesent` datetime NOT NULL, `computerno` text NOT NULL, `computernostatus` varchar(20) NOT NULL DEFAULT 'new', `computernodate` varchar(50) NOT NULL, `computernouserdata` text NOT NULL, PRIMARY KEY (`id`), KEY `first_name` (`firstname`), KEY `last_name` (`lastname`), KEY `email` (`email`), KEY `phppos_people_ibfk_1` (`image_id`) ) ENGINE=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `people` -- LOCK TABLES `people` WRITE; /*!40000 ALTER TABLE `people` DISABLE KEYS */; INSERT INTO `people` VALUES (1,123.75,'Admin','Advanta','FAITH','254718667391','robisearch@gmail.com','098765432','254718667391','female','','','0','','155663771675825033','user','1','','','','',-2229819.00,'1','2025-05-01','','1','2019-06-11','Contract',30000.00,'','2019-06-06','','','','2019-06-05','2019-06-06','KCB','2412423','Daily','1','2019-09-20','0222222',0.00,'','','Single','',500.00,1,'','1000','yes','admin','',0,0,0,'','2025-05-24',0,'',5.00,'','','','Yes',0.00,0,0.00,983215.20,'no',200.00,'','2024-12-20 12:14:12','','','','','','','','P06666xxx',1,'022','444',0,'','534032','2022-10-23 20:40:59','B0-22-7A-ED-77-F6','new','2023-02-04 09:37:04','Submited by ROBERT MANYALA, With Phone No: 254718667391 at 2023-02-04 09:37:04'),(2,NULL,'Default2','Default','Default2','254718667391','admin','Robisearch321','Default','','','','1 ','',NULL,'supplier','1','Default2','','','666663',5100.00,'1','2025-03-06 10:24:56','','1','','',0.00,'','','','','','','','','','Monthly','4','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',10.00,'','','','yes',2361.97,0,0.00,11.40,'no',300.00,'yes','2025-03-24 05:03:52','','','','','','','','',1,NULL,NULL,0,'','','0000-00-00 00:00:00','','new','',''),(5,NULL,'Jane','Harrison',NULL,'254722618205','Janemutanu@gmail.com','88889999','','female','','','','',NULL,'user','1',NULL,'','','',0.00,'','2025-06-04','','1','','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','no','user','',0,0,NULL,NULL,'',0,'',0.00,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'','','','','','','',NULL,NULL,'',1,NULL,NULL,0,'1745514182','','0000-00-00 00:00:00','','new','',''),(6,NULL,'FELIX','JOHN',NULL,'254106964367','Felix','1997','','male','','','','',NULL,'user','1',NULL,'','','',0.00,'','2025-05-01','','1','','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','no','user','',0,0,NULL,NULL,'',0,'',0.00,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'','','','','','','',NULL,NULL,'',1,NULL,NULL,0,'1745514537','','0000-00-00 00:00:00','','new','',''),(7,NULL,'grace','harrison',NULL,'0750239443','GRACE@GMAIL.COM','0000','','female','','','','',NULL,'user','1',NULL,'','','',0.00,'','2025-04-24','','1','','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','no','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'yes','','','','','','',NULL,NULL,NULL,1,NULL,NULL,NULL,'1745514838','','0000-00-00 00:00:00','','new','',''),(8,NULL,'MERCY','NDUNGE',NULL,'254745164075','Mercy','1820','','female','','','','',NULL,'user','1',NULL,'','','',0.00,'','2025-04-25','','1','','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','no','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'yes','','','','','','',NULL,NULL,NULL,1,NULL,NULL,NULL,'1745573570','','0000-00-00 00:00:00','','new','',''),(11,NULL,'RHODA','Charles',NULL,'254757919739','Rhoda','34405844','','female','','','','',NULL,'user','1',NULL,'','','',0.00,'','2025-04-25','','1','','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','no','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'yes','','','','','','',NULL,NULL,NULL,1,NULL,NULL,NULL,'1745587721','','0000-00-00 00:00:00','','new','',''),(12,NULL,'STEVE','Muthoka',NULL,'254796010627','Stevo','5932','','male','','','','',NULL,'user','1',NULL,'','','',0.00,'','2025-04-25','','1','','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','no','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'yes','','','','','','',NULL,NULL,NULL,1,NULL,NULL,NULL,'1745591272','','0000-00-00 00:00:00','','new','',''),(13,NULL,'lizza','',NULL,'254792354914','','','','','','2026-04-26','1','',NULL,'member','1','lizza','','','',0.00,'1','2025-04-26 15:25:59','','1','2025-04-26','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','2025-04-26 15:27:15','','','','','',NULL,NULL,'',1,NULL,NULL,0,'17456703591','','0000-00-00 00:00:00','','new','',''),(14,NULL,'jay','',NULL,'254700000000','','','','','','2026-04-26','1','',NULL,'','1','','','','',0.00,'1','2025-04-26 15:30:18','','1','2025-04-26','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,0,'17456706181','','0000-00-00 00:00:00','','new','',''),(15,NULL,'jayyy','',NULL,'2541234567834','','','','','','2026-04-26','1','',NULL,'','1','','','','',0.00,'1','2025-04-26 15:31:36','','1','2025-04-26','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,0,'17456706961','','0000-00-00 00:00:00','','new','',''),(16,NULL,'jayyyyy','',NULL,'25479984233443','','','','','','2026-04-26','1','',NULL,'','1','','','','',0.00,'1','2025-04-26 15:33:28','','1','2025-04-26','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,0,'17456708081','','0000-00-00 00:00:00','','new','',''),(17,NULL,'jayyyyy','',NULL,'25432787789900','','','','','','2026-04-26','1','',NULL,'member','1','jayyyyyyyyyy','','','',0.00,'1','2025-04-26 15:34:06','','1','2025-04-26','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,NULL,NULL,'',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','2025-04-26 15:36:46','','','','','',NULL,NULL,'',1,NULL,NULL,0,'17456708461','','0000-00-00 00:00:00','','new','',''),(18,NULL,'SHARON','kyalo',NULL,'0707212396','sharonkyalo','1200','','female','','','','',NULL,'user','1',NULL,'','','',0.00,'','2025-05-06','','1','','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','no','user','',0,0,NULL,NULL,'',0,'',0.00,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'','','','','','','',NULL,NULL,'',1,NULL,NULL,0,'1745695309','','0000-00-00 00:00:00','','new','',''),(19,NULL,'JOHN','K KITHUSI',NULL,'0706094635','johnkithusi@gmail.com','540469','','male','','','','',NULL,'user','1',NULL,'','','',0.00,'','2025-06-20','','1','','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','no','user','',0,0,NULL,NULL,'',0,'',0.00,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'','','','','','','',NULL,NULL,'',1,NULL,NULL,0,'1745760204','','0000-00-00 00:00:00','','new','',''),(22,NULL,'ANGELA','Mueni',NULL,'0719820797','anjelamueni','382105','','female','','','','',NULL,'user','1',NULL,'','','',0.00,'','2025-06-17','','1','','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','no','user','',0,0,NULL,NULL,'',0,'',0.00,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'','','','','','','',NULL,NULL,'',1,NULL,NULL,0,'1746108158','','0000-00-00 00:00:00','','new','',''); /*!40000 ALTER TABLE `people` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `peopleregistration` -- DROP TABLE IF EXISTS `peopleregistration`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `peopleregistration` ( `id` int(11) NOT NULL AUTO_INCREMENT, `nhifrelief` decimal(10,2) DEFAULT NULL, `firstname` varchar(255) NOT NULL, `surname` varchar(20) NOT NULL, `lastname` varchar(255) DEFAULT NULL, `phone` varchar(255) DEFAULT NULL, `email` varchar(255) DEFAULT NULL, `password` text NOT NULL, `address_1` varchar(255) NOT NULL, `gender` varchar(255) DEFAULT NULL, `city` varchar(255) NOT NULL, `zip` varchar(255) NOT NULL, `country` varchar(255) NOT NULL, `comments` text NOT NULL, `image_id` varchar(100) DEFAULT NULL, `category` varchar(50) NOT NULL DEFAULT 'accommodation', `status` varchar(50) NOT NULL DEFAULT '1', `company` varchar(50) DEFAULT NULL, `account` varchar(100) NOT NULL, `website` text NOT NULL, `idno` varchar(100) NOT NULL, `balance` decimal(10,2) NOT NULL, `userid` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, `updatedat` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `entrydate` varchar(50) NOT NULL, `jobstatus` varchar(30) NOT NULL, `salary` decimal(10,2) NOT NULL, `department` varchar(20) NOT NULL, `dob` varchar(20) NOT NULL, `passport` varchar(30) NOT NULL, `ethnicity` varchar(30) NOT NULL, `religion` varchar(30) NOT NULL, `salarystartdate` varchar(30) NOT NULL, `salaryreviewdate` varchar(30) NOT NULL, `bankname` varchar(30) NOT NULL, `bankaccount` varchar(30) NOT NULL, `paymentmode` varchar(30) NOT NULL, `method` varchar(30) NOT NULL, `probationdate` varchar(30) NOT NULL, `number` varchar(20) NOT NULL, `relief` decimal(10,2) NOT NULL, `leavegroup` varchar(30) NOT NULL, `manager` varchar(30) NOT NULL, `marital` varchar(30) NOT NULL, `smstype` varchar(20) NOT NULL, `totalsms` decimal(10,2) NOT NULL, `apiaccount_id` int(11) NOT NULL, `photo` text NOT NULL, `code` varchar(30) NOT NULL, `service` varchar(20) NOT NULL, `usertype` varchar(20) NOT NULL DEFAULT 'user', `username` varchar(20) NOT NULL, `county` int(11) NOT NULL, `province` int(11) NOT NULL, `box` int(11) NOT NULL, `town` varchar(20) NOT NULL, `updatedate` varchar(20) NOT NULL, `recoverpassword` int(11) NOT NULL, `createddate` varchar(30) NOT NULL, `rate` decimal(10,2) DEFAULT NULL, `kra` varchar(50) DEFAULT NULL, `nssf` varchar(50) DEFAULT NULL, `nhif` varchar(50) DEFAULT NULL, `paid` varchar(20) NOT NULL, `supplierbalance` decimal(10,2) NOT NULL, `balanceuploaded` int(11) DEFAULT 0, `savedcoins` decimal(10,2) NOT NULL, `savedpoints` decimal(10,2) NOT NULL, `customerlimit` varchar(10) NOT NULL DEFAULT 'no', `limitamount` decimal(10,2) NOT NULL, `dropdown` varchar(10) NOT NULL DEFAULT 'no', `lastbalancedate` varchar(30) NOT NULL, `accountname` varchar(30) NOT NULL, `accountno` varchar(30) NOT NULL, `certificate` varchar(30) NOT NULL, `shares` varchar(30) NOT NULL, `certificateno` varchar(30) NOT NULL, `renewaldetails` varchar(30) DEFAULT NULL, `salesperson` varchar(10) DEFAULT NULL, `idnumber` text DEFAULT NULL, `branchid` int(11) NOT NULL DEFAULT 1, `bankcode` varchar(20) DEFAULT NULL, `branchcode` varchar(20) DEFAULT NULL, `group` int(20) DEFAULT NULL, `transactionid` varchar(50) NOT NULL, `smscode` varchar(50) NOT NULL, `timesent` datetime NOT NULL, `computerno` text NOT NULL, `computernostatus` varchar(20) NOT NULL DEFAULT 'new', `computernodate` varchar(50) NOT NULL, `computernouserdata` text NOT NULL, PRIMARY KEY (`id`), KEY `first_name` (`firstname`), KEY `last_name` (`lastname`), KEY `email` (`email`), KEY `phppos_people_ibfk_1` (`image_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `peopleregistration` -- LOCK TABLES `peopleregistration` WRITE; /*!40000 ALTER TABLE `peopleregistration` DISABLE KEYS */; /*!40000 ALTER TABLE `peopleregistration` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `periods` -- DROP TABLE IF EXISTS `periods`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `periods` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `periods` -- LOCK TABLES `periods` WRITE; /*!40000 ALTER TABLE `periods` DISABLE KEYS */; INSERT INTO `periods` VALUES (1,'Daily','Daily','','active','1','','1'),(2,'Weekly','Weekly','','active','1','','1'),(3,'Monthly','Monthly','','active','1','','1'),(4,'Quarterly','Quarterly','','active','1','','1'),(5,'Annually','Annually','','active','1','','1'),(6,'Fortnightly','Fortnightly','','active','1','','1'),(7,'Bi monthly','Bi monthly','','active','1','','1'); /*!40000 ALTER TABLE `periods` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `permissions` -- DROP TABLE IF EXISTS `permissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `permissions` ( `moduleid` varchar(100) NOT NULL, `userid` int(10) NOT NULL, PRIMARY KEY (`moduleid`,`userid`), KEY `person_id` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `permissions` -- LOCK TABLES `permissions` WRITE; /*!40000 ALTER TABLE `permissions` DISABLE KEYS */; INSERT INTO `permissions` VALUES ('accounting',1),('accounting',5),('accountingreports',1),('accountingreports',5),('bankdeposits',1),('bankdeposits',5),('banktransfer',1),('banktransfer',5),('cashiersales',1),('cashiersales',4),('cashiersales',5),('cashiersales',6),('cashiersales',7),('cashiersales',8),('cashiersales',9),('cashiersales',10),('cashiersales',11),('cashiersales',12),('cashiersales',18),('cashiersales',19),('cashiersales',21),('cashiersales',22),('chequemanagemant',1),('chequemanagemant',5),('config',1),('config',5),('damagedproducts',1),('damagedproducts',5),('income',1),('income',5),('incomeexpenses',1),('incomeexpenses',5),('incomingstock',1),('incomingstock',5),('journalentry',1),('journalentry',5),('lowstocklist',1),('lowstocklist',5),('members',1),('members',5),('password',1),('password',4),('password',5),('password',6),('password',7),('password',8),('password',9),('password',10),('password',11),('password',12),('password',18),('password',19),('password',21),('password',22),('peoplecategory',1),('peoplecategory',5),('productlist',1),('productlist',5),('productlist',21),('products',1),('products',5),('productscategory',1),('productscategory',5),('profile',1),('profile',5),('purchases',1),('purchases',5),('reports',1),('reports',5),('sales',1),('sales',5),('sales',6),('sales',7),('sales',8),('sales',9),('sales',11),('sales',12),('sales',18),('sales',19),('sales',21),('sales',22),('users',1),('users',5),('viewreturnsales',1),('viewreturnsales',5),('viewreturnsales',21); /*!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=53061 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 (45949,'sales','7','printreceipt'),(45950,'sales','7','add'),(45951,'sales','7','suspend'),(45952,'sales','7','update'),(45953,'sales','7','cash'),(45954,'sales','7','moresales'),(45955,'sales','7','sale'),(45956,'sales','7','Logout'),(45957,'sales','7','reprint'),(45958,'sales','7','closebill'),(45959,'sales','7','mpesa'),(45960,'sales','7','order'),(45961,'sales','7','printbill'),(45962,'sales','7','updatepaymentmode'),(45963,'sales','7','card'),(45964,'sales','7','clearpayments'),(45965,'sales','7','cheque'),(45966,'sales','7','dontprint'),(45967,'sales','7','splitbill'),(45968,'sales','7','mergebill'),(45969,'cashiersales','7','entermpesacode'),(45970,'cashiersales','7','editmpesa'),(45971,'cashiersales','7','cashiersales'),(45972,'cashiersales','7','editmpesadate'),(45973,'cashiersales','7','dontshowtotal'),(45974,'cashiersales','7','adddailycollection'),(45975,'cashiersales','7','viewtill'),(45976,'cashiersales','7','viewdailycollections'),(45977,'cashiersales','7','updatedailycollections'),(45978,'cashiersales','7','mpesapendingreport'),(45979,'cashiersales','7','viewallcounters'),(45980,'cashiersales','7','mpesaverifiedreport'),(45981,'cashiersales','7','viewcommission'),(45982,'cashiersales','7','viewmpesamessages'),(45983,'cashiersales','7','dailysalesonly'),(45984,'password','7','change'),(46056,'sales','9','printreceipt'),(46057,'sales','9','add'),(46058,'sales','9','suspend'),(46059,'sales','9','update'),(46060,'sales','9','cash'),(46061,'sales','9','moresales'),(46062,'sales','9','sale'),(46063,'sales','9','Logout'),(46064,'sales','9','reprint'),(46065,'sales','9','closebill'),(46066,'sales','9','mpesa'),(46067,'sales','9','order'),(46068,'sales','9','printbill'),(46069,'sales','9','updatepaymentmode'),(46070,'sales','9','card'),(46071,'sales','9','clearpayments'),(46072,'sales','9','cheque'),(46073,'sales','9','dontprint'),(46074,'sales','9','splitbill'),(46075,'sales','9','mergebill'),(46076,'cashiersales','9','entermpesacode'),(46077,'cashiersales','9','editmpesa'),(46078,'cashiersales','9','cashiersales'),(46079,'cashiersales','9','editmpesadate'),(46080,'cashiersales','9','dontshowtotal'),(46081,'cashiersales','9','adddailycollection'),(46082,'cashiersales','9','viewtill'),(46083,'cashiersales','9','viewdailycollections'),(46084,'cashiersales','9','updatedailycollections'),(46085,'cashiersales','9','mpesapendingreport'),(46086,'cashiersales','9','viewallcounters'),(46087,'cashiersales','9','mpesaverifiedreport'),(46088,'cashiersales','9','viewcommission'),(46089,'cashiersales','9','viewmpesamessages'),(46090,'cashiersales','9','dailysalesonly'),(46091,'password','9','change'),(51152,'sales','1','printreceipt'),(51153,'sales','1','add'),(51154,'sales','1','suspend'),(51155,'sales','1','selectmessage'),(51156,'sales','1','update'),(51157,'sales','1','delete'),(51158,'sales','1','cash'),(51159,'sales','1','moresales'),(51160,'sales','1','sale'),(51161,'sales','1','mpesabalance'),(51162,'sales','1','select'),(51163,'sales','1','Logout'),(51164,'sales','1','reprint'),(51165,'sales','1','closebill'),(51166,'sales','1','mpesa'),(51167,'sales','1','order'),(51168,'sales','1','printbill'),(51169,'sales','1','viewbuyingprice'),(51170,'sales','1','editsellingprice'),(51171,'sales','1','updatepaymentmode'),(51172,'sales','1','card'),(51173,'sales','1','clearpayments'),(51174,'sales','1','creditnote'),(51175,'sales','1','cheque'),(51176,'sales','1','salesbeyondbprice'),(51177,'sales','1','voucher'),(51178,'sales','1','credit'),(51179,'sales','1','dontprint'),(51180,'sales','1','recordcoins'),(51181,'sales','1','giveloyalityponts'),(51182,'sales','1','leaseitems'),(51183,'sales','1','changetaxstatus'),(51184,'sales','1','dontshowstock'),(51185,'sales','1','splitbill'),(51186,'sales','1','changeuomonsales'),(51187,'sales','1','entermpesacode'),(51188,'sales','1','sendsms'),(51189,'sales','1','selectcurrency'),(51190,'sales','1','salesperson'),(51191,'sales','1','receiptno'),(51192,'sales','1','negativesales'),(51193,'sales','1','updateqtysales'),(51194,'sales','1','claimmpesacode'),(51195,'cashiersales','1','entermpesacode'),(51196,'cashiersales','1','editmpesa'),(51197,'cashiersales','1','all'),(51198,'cashiersales','1','cashiersales'),(51199,'cashiersales','1','editmpesadate'),(51200,'cashiersales','1','adddailycollection'),(51201,'cashiersales','1','viewtill'),(51202,'cashiersales','1','viewdailycollections'),(51203,'cashiersales','1','updatedailycollections'),(51204,'cashiersales','1','reversempesa'),(51205,'cashiersales','1','deletedailycollections'),(51206,'cashiersales','1','clearallsales'),(51207,'cashiersales','1','viewallcollections'),(51208,'cashiersales','1','mpesapendingreport'),(51209,'cashiersales','1','viewallcounters'),(51210,'cashiersales','1','mpesaverifiedreport'),(51211,'cashiersales','1','viewcommission'),(51212,'cashiersales','1','viewmpesamessages'),(51213,'purchases','1','add'),(51214,'purchases','1','update'),(51215,'purchases','1','delete'),(51216,'purchases','1','updatebuyingprice'),(51217,'purchases','1','updatesellingprice'),(51218,'purchases','1','updateclosedinvoice'),(51219,'purchases','1','viewquotation'),(51220,'purchases','1','viewdirectpurchases'),(51221,'purchases','1','viewserials'),(51222,'purchases','1','viewpurchase'),(51223,'purchases','1','salesorder'),(51224,'purchases','1','viewallcounters'),(51225,'viewreturnsales','1','add'),(51226,'viewreturnsales','1','update'),(51227,'viewreturnsales','1','delete'),(51228,'viewreturnsales','1','return'),(51229,'viewreturnsales','1','clear'),(51230,'viewreturnsales','1','moresales'),(51231,'viewreturnsales','1','returnclearedsales'),(51232,'income','1','View'),(51233,'income','1','add'),(51234,'income','1','detailedvatinvoice'),(51235,'incomeexpenses','1','add'),(51236,'incomeexpenses','1','closeexpense'),(51237,'incomeexpenses','1','update'),(51238,'incomeexpenses','1','updateclosedexpenses'),(51239,'incomeexpenses','1','wiewinvoices'),(51240,'incomeexpenses','1','viewbills'),(51241,'incomeexpenses','1','viewexpense'),(51242,'incomeexpenses','1','viewdebtors'),(51243,'incomeexpenses','1','viewcreditors'),(51244,'members','1','add'),(51245,'members','1','update'),(51246,'members','1','deletepeople'),(51247,'members','1','opencloseshift'),(51248,'users','1','add'),(51249,'users','1','update'),(51250,'users','1','delete'),(51251,'productscategory','1','add'),(51252,'productscategory','1','update'),(51253,'productscategory','1','delete'),(51254,'productlist','1','bulk'),(51255,'productlist','1','move'),(51256,'productlist','1','more'),(51257,'productlist','1','updatestock'),(51258,'productlist','1','transfer'),(51259,'productlist','1','addstock'),(51260,'productlist','1','delete'),(51261,'productlist','1','view'),(51262,'productlist','1','update'),(51263,'productlist','1','add'),(51264,'productlist','1','stocktaking'),(51265,'productlist','1','openclosestock'),(51266,'productlist','1','editstocktaken'),(51267,'productlist','1','editopenclosestock'),(51268,'productlist','1','changeserialstatus'),(51269,'productlist','1','viewserials'),(51270,'productlist','1','viewproductsfromallbranches'),(51271,'productlist','1','bulkpriceupdate'),(51272,'productlist','1','negativestockadjustment'),(51273,'products','1','add'),(51274,'products','1','update'),(51275,'products','1','delete'),(51276,'products','1','addstock'),(51277,'products','1','more'),(51278,'products','1','bulk'),(51279,'products','1','deleteorder'),(51280,'products','1','dispatch'),(51281,'products','1','removestock'),(51282,'products','1','price'),(51283,'products','1','removeallstock'),(51284,'products','1','bulkpriceupdate'),(51285,'products','1','negativestockadjustment'),(51286,'incomingstock','1','add'),(51287,'incomingstock','1','update'),(51288,'incomingstock','1','view'),(51289,'incomingstock','1','delete'),(51290,'lowstocklist','1','add'),(51291,'lowstocklist','1','more'),(51292,'lowstocklist','1','view'),(51293,'damagedproducts','1','add'),(51294,'damagedproducts','1','update'),(51295,'damagedproducts','1','delete'),(51296,'accounting','1','deletebank'),(51297,'accounting','1','deleteglaccount'),(51298,'accounting','1','view'),(51299,'bankdeposits','1','add'),(51300,'bankdeposits','1','update'),(51301,'bankdeposits','1','delete'),(51302,'banktransfer','1','add'),(51303,'journalentry','1','add'),(51304,'accountingreports','1','view'),(51305,'chequemanagemant','1','add'),(51306,'chequemanagemant','1','view'),(51307,'peoplecategory','1','add'),(51308,'peoplecategory','1','update'),(51309,'peoplecategory','1','delete'),(51310,'reports','1','view'),(51311,'reports','1','download'),(51312,'reports','1','delete'),(51313,'reports','1','update'),(51314,'reports','1','viewall'),(51315,'password','1','change'),(51316,'profile','1','update'),(51317,'config','1','delete'),(51318,'config','1','add'),(51319,'config','1','update'),(51513,'sales','18','printreceipt'),(51514,'sales','18','add'),(51515,'sales','18','suspend'),(51516,'sales','18','update'),(51517,'sales','18','cash'),(51518,'sales','18','moresales'),(51519,'sales','18','sale'),(51520,'sales','18','Logout'),(51521,'sales','18','reprint'),(51522,'sales','18','closebill'),(51523,'sales','18','mpesa'),(51524,'sales','18','order'),(51525,'sales','18','printbill'),(51526,'sales','18','splitbill'),(51527,'sales','18','mergebill'),(51528,'sales','18','usekeyboard'),(51529,'sales','18','updateqtysales'),(51530,'cashiersales','18','cashiersales'),(51531,'cashiersales','18','dontshowtotal'),(51532,'cashiersales','18','dailysalesonly'),(51533,'password','18','change'),(51777,'sales','10','printreceipt'),(51778,'sales','10','add'),(51779,'sales','10','suspend'),(51780,'sales','10','update'),(51781,'sales','10','cash'),(51782,'sales','10','moresales'),(51783,'sales','10','sale'),(51784,'sales','10','select'),(51785,'sales','10','Logout'),(51786,'sales','10','reprint'),(51787,'sales','10','closebill'),(51788,'sales','10','mpesa'),(51789,'sales','10','order'),(51790,'sales','10','printbill'),(51791,'sales','10','updatepaymentmode'),(51792,'sales','10','card'),(51793,'sales','10','clearpayments'),(51794,'sales','10','splitbill'),(51795,'sales','10','mergebill'),(51796,'sales','10','entermpesacode'),(51797,'sales','10','sendsms'),(51798,'sales','10','usekeyboard'),(51799,'sales','10','updateqtysales'),(51800,'sales','10','claimmpesacode'),(51801,'sales','10','swapsales'),(51802,'cashiersales','10','entermpesacode'),(51803,'cashiersales','10','editmpesa'),(51804,'cashiersales','10','all'),(51805,'cashiersales','10','cashiersales'),(51806,'cashiersales','10','dontshowtotal'),(51807,'cashiersales','10','adddailycollection'),(51808,'cashiersales','10','viewtill'),(51809,'cashiersales','10','viewdailycollections'),(51810,'cashiersales','10','clearallsales'),(51811,'cashiersales','10','viewallcollections'),(51812,'cashiersales','10','mpesapendingreport'),(51813,'cashiersales','10','viewallcounters'),(51814,'cashiersales','10','mpesaverifiedreport'),(51815,'cashiersales','10','viewmpesamessages'),(51816,'cashiersales','10','dailysalesonly'),(51817,'password','10','change'),(51950,'sales','11','printreceipt'),(51951,'sales','11','add'),(51952,'sales','11','suspend'),(51953,'sales','11','update'),(51954,'sales','11','cash'),(51955,'sales','11','moresales'),(51956,'sales','11','sale'),(51957,'sales','11','Logout'),(51958,'sales','11','reprint'),(51959,'sales','11','closebill'),(51960,'sales','11','mpesa'),(51961,'sales','11','order'),(51962,'sales','11','printbill'),(51963,'sales','11','updatepaymentmode'),(51964,'sales','11','card'),(51965,'sales','11','clearpayments'),(51966,'sales','11','dontprint'),(51967,'sales','11','splitbill'),(51968,'sales','11','mergebill'),(51969,'sales','11','usekeyboard'),(51970,'sales','11','updateqtysales'),(51971,'cashiersales','11','cashiersales'),(51972,'cashiersales','11','dontshowtotal'),(51973,'cashiersales','11','dailysalesonly'),(51974,'password','11','change'),(51975,'sales','8','printreceipt'),(51976,'sales','8','add'),(51977,'sales','8','suspend'),(51978,'sales','8','update'),(51979,'sales','8','cash'),(51980,'sales','8','moresales'),(51981,'sales','8','sale'),(51982,'sales','8','Logout'),(51983,'sales','8','reprint'),(51984,'sales','8','closebill'),(51985,'sales','8','mpesa'),(51986,'sales','8','order'),(51987,'sales','8','printbill'),(51988,'sales','8','updatepaymentmode'),(51989,'sales','8','card'),(51990,'sales','8','clearpayments'),(51991,'sales','8','dontprint'),(51992,'sales','8','splitbill'),(51993,'sales','8','mergebill'),(51994,'sales','8','usekeyboard'),(51995,'sales','8','updateqtysales'),(51996,'cashiersales','8','cashiersales'),(51997,'cashiersales','8','dontshowtotal'),(51998,'cashiersales','8','dailysalesonly'),(51999,'password','8','change'),(52000,'sales','6','printreceipt'),(52001,'sales','6','add'),(52002,'sales','6','suspend'),(52003,'sales','6','update'),(52004,'sales','6','cash'),(52005,'sales','6','moresales'),(52006,'sales','6','sale'),(52007,'sales','6','Logout'),(52008,'sales','6','reprint'),(52009,'sales','6','closebill'),(52010,'sales','6','mpesa'),(52011,'sales','6','order'),(52012,'sales','6','printbill'),(52013,'sales','6','updatepaymentmode'),(52014,'sales','6','card'),(52015,'sales','6','clearpayments'),(52016,'sales','6','dontprint'),(52017,'sales','6','splitbill'),(52018,'sales','6','mergebill'),(52019,'sales','6','usekeyboard'),(52020,'sales','6','updateqtysales'),(52021,'cashiersales','6','cashiersales'),(52022,'cashiersales','6','dontshowtotal'),(52023,'cashiersales','6','dailysalesonly'),(52024,'password','6','change'),(52025,'sales','4','printreceipt'),(52026,'sales','4','add'),(52027,'sales','4','suspend'),(52028,'sales','4','update'),(52029,'sales','4','cash'),(52030,'sales','4','moresales'),(52031,'sales','4','sale'),(52032,'sales','4','select'),(52033,'sales','4','Logout'),(52034,'sales','4','reprint'),(52035,'sales','4','closebill'),(52036,'sales','4','mpesa'),(52037,'sales','4','order'),(52038,'sales','4','printbill'),(52039,'sales','4','updatepaymentmode'),(52040,'sales','4','card'),(52041,'sales','4','clearpayments'),(52042,'sales','4','splitbill'),(52043,'sales','4','mergebill'),(52044,'sales','4','entermpesacode'),(52045,'sales','4','sendsms'),(52046,'sales','4','usekeyboard'),(52047,'sales','4','updateqtysales'),(52048,'sales','4','claimmpesacode'),(52049,'sales','4','swapsales'),(52050,'cashiersales','4','entermpesacode'),(52051,'cashiersales','4','editmpesa'),(52052,'cashiersales','4','all'),(52053,'cashiersales','4','cashiersales'),(52054,'cashiersales','4','dontshowtotal'),(52055,'cashiersales','4','adddailycollection'),(52056,'cashiersales','4','viewtill'),(52057,'cashiersales','4','viewdailycollections'),(52058,'cashiersales','4','clearallsales'),(52059,'cashiersales','4','viewallcollections'),(52060,'cashiersales','4','mpesapendingreport'),(52061,'cashiersales','4','viewallcounters'),(52062,'cashiersales','4','mpesaverifiedreport'),(52063,'cashiersales','4','viewmpesamessages'),(52064,'cashiersales','4','dailysalesonly'),(52065,'password','4','change'),(52561,'sales','21','printreceipt'),(52562,'sales','21','add'),(52563,'sales','21','suspend'),(52564,'sales','21','selectmessage'),(52565,'sales','21','update'),(52566,'sales','21','delete'),(52567,'sales','21','cash'),(52568,'sales','21','moresales'),(52569,'sales','21','sale'),(52570,'sales','21','mpesabalance'),(52571,'sales','21','select'),(52572,'sales','21','discount'),(52573,'sales','21','Logout'),(52574,'sales','21','reprint'),(52575,'sales','21','productdiscount'),(52576,'sales','21','closebill'),(52577,'sales','21','mpesa'),(52578,'sales','21','order'),(52579,'sales','21','printbill'),(52580,'sales','21','viewbuyingprice'),(52581,'sales','21','editsellingprice'),(52582,'sales','21','updatepaymentmode'),(52583,'sales','21','card'),(52584,'sales','21','clearpayments'),(52585,'sales','21','creditnote'),(52586,'sales','21','cheque'),(52587,'sales','21','points'),(52588,'sales','21','salesbeyondbprice'),(52589,'sales','21','voucher'),(52590,'sales','21','credit'),(52591,'sales','21','selectroom'),(52592,'sales','21','dontprint'),(52593,'sales','21','accountlimit'),(52594,'sales','21','backdatesales'),(52595,'sales','21','recordcoins'),(52596,'sales','21','giveloyalityponts'),(52597,'sales','21','leaseitems'),(52598,'sales','21','changetaxstatus'),(52599,'sales','21','dontshowstock'),(52600,'sales','21','splitbill'),(52601,'sales','21','changeuomonsales'),(52602,'sales','21','selecttable'),(52603,'sales','21','printdelivery'),(52604,'sales','21','entermpesacode'),(52605,'sales','21','sendsms'),(52606,'sales','21','selectcurrency'),(52607,'sales','21','salesperson'),(52608,'sales','21','receiptno'),(52609,'sales','21','usekeyboard'),(52610,'sales','21','negativesales'),(52611,'sales','21','restrictbillprintingtotwo'),(52612,'cashiersales','21','entermpesacode'),(52613,'cashiersales','21','editmpesa'),(52614,'cashiersales','21','all'),(52615,'cashiersales','21','delete'),(52616,'cashiersales','21','cashiersales'),(52617,'cashiersales','21','editmpesadate'),(52618,'cashiersales','21','dontshowtotal'),(52619,'cashiersales','21','adddailycollection'),(52620,'cashiersales','21','viewtill'),(52621,'cashiersales','21','viewdailycollections'),(52622,'cashiersales','21','updatedailycollections'),(52623,'cashiersales','21','reversempesa'),(52624,'cashiersales','21','deletedailycollections'),(52625,'cashiersales','21','clearallsales'),(52626,'cashiersales','21','viewallcollections'),(52627,'cashiersales','21','mpesapendingreport'),(52628,'cashiersales','21','viewallcounters'),(52629,'cashiersales','21','mpesaverifiedreport'),(52630,'cashiersales','21','viewcommission'),(52631,'cashiersales','21','viewmpesamessages'),(52632,'cashiersales','21','dailysalesonly'),(52633,'viewreturnsales','21','add'),(52634,'viewreturnsales','21','update'),(52635,'viewreturnsales','21','return'),(52636,'viewreturnsales','21','clear'),(52637,'viewreturnsales','21','moresales'),(52638,'productlist','21','more'),(52639,'productlist','21','updatestock'),(52640,'productlist','21','addstock'),(52641,'productlist','21','view'),(52642,'productlist','21','update'),(52643,'productlist','21','add'),(52644,'productlist','21','stocktaking'),(52645,'productlist','21','openclosestock'),(52646,'productlist','21','editstocktaken'),(52647,'productlist','21','editopenclosestock'),(52648,'productlist','21','viewproductsfromallbranches'),(52649,'productlist','21','viewproduction'),(52650,'productlist','21','assignproduction'),(52651,'productlist','21','deleteproductionitem'),(52652,'productlist','21','updateproductionitem'),(52653,'password','21','change'),(52654,'sales','5','printreceipt'),(52655,'sales','5','add'),(52656,'sales','5','suspend'),(52657,'sales','5','update'),(52658,'sales','5','delete'),(52659,'sales','5','cash'),(52660,'sales','5','moresales'),(52661,'sales','5','sale'),(52662,'sales','5','mpesabalance'),(52663,'sales','5','select'),(52664,'sales','5','Logout'),(52665,'sales','5','reprint'),(52666,'sales','5','closebill'),(52667,'sales','5','mpesa'),(52668,'sales','5','order'),(52669,'sales','5','printbill'),(52670,'sales','5','viewbuyingprice'),(52671,'sales','5','editsellingprice'),(52672,'sales','5','updatepaymentmode'),(52673,'sales','5','card'),(52674,'sales','5','clearpayments'),(52675,'sales','5','creditnote'),(52676,'sales','5','cheque'),(52677,'sales','5','salesbeyondbprice'),(52678,'sales','5','voucher'),(52679,'sales','5','credit'),(52680,'sales','5','dontprint'),(52681,'sales','5','recordcoins'),(52682,'sales','5','giveloyalityponts'),(52683,'sales','5','leaseitems'),(52684,'sales','5','changetaxstatus'),(52685,'sales','5','dontshowstock'),(52686,'sales','5','splitbill'),(52687,'sales','5','changeuomonsales'),(52688,'sales','5','entermpesacode'),(52689,'sales','5','sendsms'),(52690,'sales','5','selectcurrency'),(52691,'sales','5','salesperson'),(52692,'sales','5','receiptno'),(52693,'sales','5','negativesales'),(52694,'sales','5','updateqtysales'),(52695,'sales','5','claimmpesacode'),(52696,'cashiersales','5','entermpesacode'),(52697,'cashiersales','5','editmpesa'),(52698,'cashiersales','5','all'),(52699,'cashiersales','5','cashiersales'),(52700,'cashiersales','5','editmpesadate'),(52701,'cashiersales','5','adddailycollection'),(52702,'cashiersales','5','viewtill'),(52703,'cashiersales','5','viewdailycollections'),(52704,'cashiersales','5','updatedailycollections'),(52705,'cashiersales','5','reversempesa'),(52706,'cashiersales','5','deletedailycollections'),(52707,'cashiersales','5','clearallsales'),(52708,'cashiersales','5','viewallcollections'),(52709,'cashiersales','5','mpesapendingreport'),(52710,'cashiersales','5','viewallcounters'),(52711,'cashiersales','5','mpesaverifiedreport'),(52712,'cashiersales','5','viewcommission'),(52713,'cashiersales','5','viewmpesamessages'),(52714,'purchases','5','add'),(52715,'purchases','5','update'),(52716,'purchases','5','delete'),(52717,'purchases','5','updatebuyingprice'),(52718,'purchases','5','updatesellingprice'),(52719,'purchases','5','updateclosedinvoice'),(52720,'purchases','5','viewquotation'),(52721,'purchases','5','viewdirectpurchases'),(52722,'purchases','5','viewserials'),(52723,'purchases','5','viewpurchase'),(52724,'purchases','5','salesorder'),(52725,'purchases','5','viewallcounters'),(52726,'viewreturnsales','5','add'),(52727,'viewreturnsales','5','update'),(52728,'viewreturnsales','5','delete'),(52729,'viewreturnsales','5','return'),(52730,'viewreturnsales','5','clear'),(52731,'viewreturnsales','5','moresales'),(52732,'viewreturnsales','5','returnclearedsales'),(52733,'income','5','View'),(52734,'income','5','add'),(52735,'income','5','detailedvatinvoice'),(52736,'incomeexpenses','5','add'),(52737,'incomeexpenses','5','closeexpense'),(52738,'incomeexpenses','5','update'),(52739,'incomeexpenses','5','updateclosedexpenses'),(52740,'incomeexpenses','5','wiewinvoices'),(52741,'incomeexpenses','5','viewbills'),(52742,'incomeexpenses','5','viewexpense'),(52743,'incomeexpenses','5','viewdebtors'),(52744,'incomeexpenses','5','viewcreditors'),(52745,'members','5','add'),(52746,'members','5','update'),(52747,'members','5','deletepeople'),(52748,'members','5','opencloseshift'),(52749,'users','5','add'),(52750,'users','5','update'),(52751,'users','5','delete'),(52752,'productscategory','5','add'),(52753,'productscategory','5','update'),(52754,'productscategory','5','delete'),(52755,'productlist','5','bulk'),(52756,'productlist','5','move'),(52757,'productlist','5','more'),(52758,'productlist','5','updatestock'),(52759,'productlist','5','transfer'),(52760,'productlist','5','addstock'),(52761,'productlist','5','delete'),(52762,'productlist','5','view'),(52763,'productlist','5','update'),(52764,'productlist','5','add'),(52765,'productlist','5','stocktaking'),(52766,'productlist','5','openclosestock'),(52767,'productlist','5','editstocktaken'),(52768,'productlist','5','editopenclosestock'),(52769,'productlist','5','changeserialstatus'),(52770,'productlist','5','viewserials'),(52771,'productlist','5','viewproductsfromallbranches'),(52772,'productlist','5','bulkpriceupdate'),(52773,'productlist','5','negativestockadjustment'),(52774,'products','5','add'),(52775,'products','5','update'),(52776,'products','5','delete'),(52777,'products','5','addstock'),(52778,'products','5','more'),(52779,'products','5','bulk'),(52780,'products','5','deleteorder'),(52781,'products','5','dispatch'),(52782,'products','5','removestock'),(52783,'products','5','price'),(52784,'products','5','removeallstock'),(52785,'products','5','bulkpriceupdate'),(52786,'products','5','negativestockadjustment'),(52787,'incomingstock','5','add'),(52788,'incomingstock','5','update'),(52789,'incomingstock','5','view'),(52790,'incomingstock','5','delete'),(52791,'lowstocklist','5','add'),(52792,'lowstocklist','5','more'),(52793,'lowstocklist','5','view'),(52794,'damagedproducts','5','add'),(52795,'damagedproducts','5','update'),(52796,'damagedproducts','5','delete'),(52797,'accounting','5','deletebank'),(52798,'accounting','5','deleteglaccount'),(52799,'accounting','5','view'),(52800,'bankdeposits','5','add'),(52801,'bankdeposits','5','update'),(52802,'bankdeposits','5','delete'),(52803,'banktransfer','5','add'),(52804,'journalentry','5','add'),(52805,'accountingreports','5','view'),(52806,'chequemanagemant','5','add'),(52807,'chequemanagemant','5','view'),(52808,'peoplecategory','5','add'),(52809,'peoplecategory','5','update'),(52810,'peoplecategory','5','delete'),(52811,'reports','5','view'),(52812,'reports','5','download'),(52813,'reports','5','delete'),(52814,'reports','5','update'),(52815,'reports','5','viewall'),(52816,'password','5','change'),(52817,'profile','5','update'),(52818,'config','5','delete'),(52819,'config','5','add'),(52820,'config','5','update'),(52986,'sales','19','printreceipt'),(52987,'sales','19','add'),(52988,'sales','19','suspend'),(52989,'sales','19','update'),(52990,'sales','19','cash'),(52991,'sales','19','moresales'),(52992,'sales','19','sale'),(52993,'sales','19','Logout'),(52994,'sales','19','reprint'),(52995,'sales','19','closebill'),(52996,'sales','19','mpesa'),(52997,'sales','19','order'),(52998,'sales','19','printbill'),(52999,'sales','19','updatepaymentmode'),(53000,'sales','19','card'),(53001,'sales','19','clearpayments'),(53002,'sales','19','dontprint'),(53003,'sales','19','splitbill'),(53004,'sales','19','mergebill'),(53005,'sales','19','usekeyboard'),(53006,'sales','19','updateqtysales'),(53007,'cashiersales','19','cashiersales'),(53008,'cashiersales','19','dontshowtotal'),(53009,'cashiersales','19','dailysalesonly'),(53010,'password','19','change'),(53011,'sales','12','printreceipt'),(53012,'sales','12','add'),(53013,'sales','12','suspend'),(53014,'sales','12','update'),(53015,'sales','12','cash'),(53016,'sales','12','moresales'),(53017,'sales','12','sale'),(53018,'sales','12','Logout'),(53019,'sales','12','reprint'),(53020,'sales','12','closebill'),(53021,'sales','12','mpesa'),(53022,'sales','12','order'),(53023,'sales','12','printbill'),(53024,'sales','12','updatepaymentmode'),(53025,'sales','12','card'),(53026,'sales','12','clearpayments'),(53027,'sales','12','dontprint'),(53028,'sales','12','splitbill'),(53029,'sales','12','mergebill'),(53030,'sales','12','usekeyboard'),(53031,'sales','12','updateqtysales'),(53032,'cashiersales','12','cashiersales'),(53033,'cashiersales','12','dontshowtotal'),(53034,'cashiersales','12','dailysalesonly'),(53035,'password','12','change'),(53036,'sales','22','printreceipt'),(53037,'sales','22','add'),(53038,'sales','22','suspend'),(53039,'sales','22','update'),(53040,'sales','22','cash'),(53041,'sales','22','moresales'),(53042,'sales','22','sale'),(53043,'sales','22','Logout'),(53044,'sales','22','reprint'),(53045,'sales','22','closebill'),(53046,'sales','22','mpesa'),(53047,'sales','22','order'),(53048,'sales','22','printbill'),(53049,'sales','22','updatepaymentmode'),(53050,'sales','22','card'),(53051,'sales','22','clearpayments'),(53052,'sales','22','dontprint'),(53053,'sales','22','splitbill'),(53054,'sales','22','mergebill'),(53055,'sales','22','usekeyboard'),(53056,'sales','22','updateqtysales'),(53057,'cashiersales','22','cashiersales'),(53058,'cashiersales','22','dontshowtotal'),(53059,'cashiersales','22','dailysalesonly'),(53060,'password','22','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', `invoicesms` text NOT NULL, `receiptsms` text NOT NULL, `utility` varchar(20) NOT NULL DEFAULT 'yes', `service` varchar(50) NOT NULL DEFAULT 'no', `servicedeposit` varchar(10) DEFAULT 'no', `lease` varchar(10) DEFAULT 'no', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `plot` -- LOCK TABLES `plot` WRITE; /*!40000 ALTER TABLE `plot` DISABLE KEYS */; /*!40000 ALTER TABLE `plot` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `plotcharges` -- DROP TABLE IF EXISTS `plotcharges`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `plotcharges` ( `id` int(100) NOT NULL AUTO_INCREMENT, `chargeid` varchar(40) NOT NULL, `description` text NOT NULL, `plotno` varchar(100) NOT NULL, `cost` varchar(100) NOT NULL, `status` varchar(40) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `order` int(10) NOT NULL, `plotcharges` int(5) NOT NULL DEFAULT 1, `companyid` int(11) NOT NULL DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `plotcharges` -- LOCK TABLES `plotcharges` WRITE; /*!40000 ALTER TABLE `plotcharges` DISABLE KEYS */; /*!40000 ALTER TABLE `plotcharges` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `post` -- DROP TABLE IF EXISTS `post`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `post` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(255) DEFAULT NULL, `description` text DEFAULT NULL, `createdat` varchar(30) NOT NULL DEFAULT '0000-00-00 00:00:00', `updatedat` varchar(30) NOT NULL DEFAULT '0000-00-00 00:00:00', `total` int(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `post` -- LOCK TABLES `post` WRITE; /*!40000 ALTER TABLE `post` DISABLE KEYS */; INSERT INTO `post` VALUES (1,'Manager','','2025-01-23 05:37:58am','0000-00-00 00:00:00',0),(2,'HOD','','2025-01-23 05:38:03am','0000-00-00 00:00:00',0); /*!40000 ALTER TABLE `post` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `postrecharge` -- DROP TABLE IF EXISTS `postrecharge`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `postrecharge` ( `id` int(11) NOT NULL AUTO_INCREMENT, `amount` decimal(10,2) NOT NULL, `userid` int(20) NOT NULL, `companyid` int(5) NOT NULL, `dateposted` varchar(30) NOT NULL, `paymentstatus` varchar(10) NOT NULL, `branch` int(10) NOT NULL, `type` varchar(30) NOT NULL, `description` text NOT NULL, `balance` double(10,2) NOT NULL, `rate` decimal(10,2) NOT NULL, `balancebefore` decimal(10,2) DEFAULT NULL, `units` decimal(10,2) NOT NULL, `code` varchar(50) NOT NULL, `phone` varchar(30) NOT NULL, `business` text NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'active', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `postrecharge` -- LOCK TABLES `postrecharge` WRITE; /*!40000 ALTER TABLE `postrecharge` DISABLE KEYS */; /*!40000 ALTER TABLE `postrecharge` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `printers` -- DROP TABLE IF EXISTS `printers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `printers` ( `id` int(11) NOT NULL AUTO_INCREMENT, `categoryno` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `branchid` int(11) NOT NULL DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `printers` -- LOCK TABLES `printers` WRITE; /*!40000 ALTER TABLE `printers` DISABLE KEYS */; INSERT INTO `printers` VALUES (4,'1','Kitchen order','2025-04-25 12:03:14','active','1','','1',1),(5,'3','1','2025-04-28 10:17:59','active','1','','1',1); /*!40000 ALTER TABLE `printers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `productcategory` -- DROP TABLE IF EXISTS `productcategory`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `productcategory` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` int(11) NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `maincategory` varchar(30) NOT NULL, `commission` varchar(20) NOT NULL DEFAULT '0', `shipping` varchar(20) NOT NULL, `type` varchar(30) NOT NULL DEFAULT 'Percentage', `imgid` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=19 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,'HOT DRINKS',0,'2025-04-23 16:27:58','active','1','','1','3','0','','Percentage',NULL),(2,'CHIPS',0,'2025-05-02 23:40:08','active','1','','1','1','0','','Percentage',NULL),(3,'LUNCH & DINNER',0,'2025-04-23 16:28:22','active','1','','1','1','0','','Percentage',NULL),(4,'FRESH JUICE',0,'2025-04-23 16:29:13','active','1','','1','3','0','','Percentage',NULL),(5,'DAWA',0,'2025-04-23 16:29:46','active','1','','1','3','0','','Percentage',NULL),(6,'PORTIONS',0,'2025-04-23 16:30:08','active','1','','1','1','0','','Percentage',NULL),(7,'BREWED COFFEE',0,'2025-04-23 16:30:22','active','1','','1','3','0','','Percentage',NULL),(8,'SOFT DRINKS',0,'2025-04-23 16:30:41','active','1','','1','3','0','','Percentage',NULL),(9,'BURGERS',0,'2025-04-23 16:30:55','active','1','','1','1','0','','Percentage',NULL),(10,'MILKSHAKE',0,'2025-04-23 16:31:15','active','1','','1','3','0','','Percentage',NULL),(11,'ICE CREAM SCOOPS',0,'2025-04-23 16:31:39','active','1','','1','3','0','','Percentage',NULL),(12,'BREAKFAST TABLE',0,'2025-04-23 16:32:05','active','1','','1','1','0','','Percentage',NULL),(13,' BBQ CORNER',0,'2025-04-23 16:32:25','active','1','','1','1','0','','Percentage',NULL),(14,'RAW PRODUCTS',0,'2025-04-25 14:17:48','active','1','','1','','0','','Percentage',NULL),(16,'PASTRY',0,'2025-05-02 23:48:54','active','1','','1','3','0','','Percentage',NULL),(17,'KITCHEN PROMOTIONS',0,'2025-05-24 12:43:49','active','5','','1','1','0','','Percentage',NULL),(18,'COUNTER PROMOTIONS',0,'2025-05-24 12:44:26','active','5','','1','3','0','','Percentage',NULL); /*!40000 ALTER TABLE `productcategory` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `productcategorybox` -- DROP TABLE IF EXISTS `productcategorybox`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `productcategorybox` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` int(11) NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `maincategory` varchar(30) NOT NULL, `commission` varchar(20) NOT NULL DEFAULT '0', `shipping` varchar(20) NOT NULL, `type` varchar(30) NOT NULL DEFAULT 'New', `imgid` varchar(50) DEFAULT NULL, `myheader` varchar(50) DEFAULT 'primary', `icon` varchar(50) NOT NULL DEFAULT 'home', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `productcategorybox` -- LOCK TABLES `productcategorybox` WRITE; /*!40000 ALTER TABLE `productcategorybox` DISABLE KEYS */; /*!40000 ALTER TABLE `productcategorybox` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `productlist` -- DROP TABLE IF EXISTS `productlist`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `productlist` ( `id` int(30) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `category` varchar(50) NOT NULL, `supplier` varchar(51) DEFAULT NULL, `description` varchar(255) NOT NULL, `tax_included` decimal(10,2) NOT NULL DEFAULT 16.00, `buyingprice` varchar(50) NOT NULL, `sellingprice` varchar(50) NOT NULL DEFAULT '0.00', `promoprice` varchar(50) DEFAULT NULL, `wholesaleprice` varchar(50) NOT NULL, `start_date` date DEFAULT NULL, `end_date` date DEFAULT NULL, `reorderevel` varchar(50) DEFAULT NULL, `allow_alt_description` tinyint(1) NOT NULL, `is_serialized` tinyint(1) NOT NULL, `imgid` varchar(255) DEFAULT NULL, `override_default_tax` int(1) NOT NULL DEFAULT 0, `is_service` int(1) NOT NULL DEFAULT 0, `deleted` int(1) NOT NULL DEFAULT 0, `qty` decimal(10,2) NOT NULL, `dateposted` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `branch` varchar(50) NOT NULL, `expdate` date NOT NULL, `orderamount` varchar(50) NOT NULL DEFAULT 'mainitem', `taxtype` varchar(30) NOT NULL DEFAULT 'Inclusive', `shortname` text NOT NULL, `status` varchar(30) NOT NULL DEFAULT 'active', `store` text NOT NULL, `code` varchar(100) NOT NULL, `uom` varchar(20) NOT NULL DEFAULT 'pcs', `producttype` varchar(30) NOT NULL DEFAULT 'Inventory', `vattype` varchar(20) NOT NULL DEFAULT 'VATABLE', `reorderquantity` varchar(20) DEFAULT NULL, `hscode` varchar(100) DEFAULT NULL, `itemclassification` varchar(50) NOT NULL, `country` varchar(50) NOT NULL, `itemtype` varchar(50) NOT NULL, `packagingunit` varchar(50) NOT NULL, `salesunit` varchar(50) NOT NULL, `itemstatus` varchar(50) NOT NULL, `itemtax` varchar(50) NOT NULL, `iddd` int(11) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `code` (`code`,`branch`), KEY `phppos_items_ibfk_1` (`supplier`), KEY `name` (`name`), KEY `deleted` (`deleted`), KEY `phppos_items_ibfk_2` (`imgid`), KEY `id` (`id`,`name`,`description`,`code`,`hscode`), KEY `id_2` (`id`,`name`,`description`,`code`,`hscode`) ) ENGINE=InnoDB AUTO_INCREMENT=105 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,'White African Tea','1','2','',16.00,'0','50','0','','0000-00-00','0000-00-00','5',0,0,'7672371745401690',0,0,0,4149.00,'2025-05-08 23:26:41','5','1','1','0000-00-00','mainitem','Inclusive','','active','','1','pcs','Inventory','VATABLE','5','','','','','','','','',0),(3,'Spanish Omellete','12','2','',16.00,'0','120','0','',NULL,NULL,'0',0,0,'2579061745403859',0,0,0,499.00,'2025-04-23 13:25:00','1','1','1','0000-00-00','mainitem','Inclusive','','active','','3','pcs','Inventory','VATABLE',NULL,NULL,'','','','','','','',0),(6,'Beef Samosa','12','2','',16.00,'0','50','0','',NULL,NULL,'0',0,0,'8135781745403966',0,0,0,991.00,'2025-04-23 13:26:45','1','1','1','0000-00-00','mainitem','Inclusive','','active','','6','pcs','Inventory','VATABLE',NULL,NULL,'','','','','','','',0),(7,'Mahamri','12','2','',16.00,'0','20','0','',NULL,NULL,'0',0,0,'4658681745404006',0,0,0,751.00,'2025-04-23 13:27:22','1','1','1','0000-00-00','mainitem','Inclusive','','active','','7','pcs','Inventory','VATABLE',NULL,NULL,'','','','','','','',0),(8,'Chapati','12','2','',16.00,'0','30','0','NaN','0000-00-00','0000-00-00','0',0,0,'3580201745404043',0,0,0,1653.00,'2025-04-26 06:59:57','3','1','1','0000-00-00','mainitem','Inclusive','','active','','8','pcs','Inventory','VATABLE','','','','','','','','','',0),(10,'Mixed Fruits Served With Yoghurt & Nuts','12','2','',16.00,'0','180','0','0',NULL,NULL,'0',0,0,'5197011745404109',0,0,0,477.00,'2025-04-23 13:29:15','1','1','1','0000-00-00','mainitem','Inclusive','','active','','10','pcs','Inventory','VATABLE',NULL,NULL,'','','','','','','',0),(11,'Beef Sausage','12','2','',16.00,'0','60','0','',NULL,NULL,'0',0,0,'401571745404156',0,0,0,143.00,'2025-04-23 13:29:52','1','1','1','0000-00-00','mainitem','Inclusive','','active','','11','pcs','Inventory','VATABLE',NULL,NULL,'','','','','','','',0),(12,'Black Tea','1','2','',16.00,'0','50','0','',NULL,NULL,'0',0,0,'2102961745404229',0,0,0,556.00,'2025-04-23 13:30:54','1','1','1','0000-00-00','mainitem','Inclusive','','active','','12','pcs','Inventory','VATABLE',NULL,NULL,'','','','','','','',0),(13,'Green or Lemon Tea With Honey','1','2','',16.00,'0','100','0','',NULL,NULL,'0',0,0,'7581741745404255',0,0,0,464.00,'2025-04-23 13:31:25','1','1','1','0000-00-00','mainitem','Inclusive','','active','','13','pcs','Inventory','VATABLE',NULL,NULL,'','','','','','','',0),(14,'White Tea(Ginger/Masala/Tea/Cinamon/Milo)','1','2','',16.00,'0','100','0','',NULL,NULL,'0',0,0,'7607721745404287',0,0,0,480.00,'2025-04-23 13:32:10','1','1','1','0000-00-00','mainitem','Inclusive','','active','','14','pcs','Inventory','VATABLE',NULL,NULL,'','','','','','','',0),(15,'Hot Milk','1','2','',16.00,'0','150','0','',NULL,NULL,'0',0,0,'4658681745404332',0,0,0,597.00,'2025-04-23 13:33:13','1','1','1','0000-00-00','mainitem','Inclusive','','active','','15','pcs','Inventory','VATABLE',NULL,NULL,'','','','','','','',0),(16,'White Chocolate','1','2','',16.00,'0','150','0','',NULL,NULL,'0',0,0,'3580201745404394',0,0,0,446.00,'2025-04-23 13:33:51','1','1','1','0000-00-00','mainitem','Inclusive','','active','','16','pcs','Inventory','VATABLE',NULL,NULL,'','','','','','','',0),(17,'Black Chocolate','1','2','',16.00,'0','100','0','',NULL,NULL,'0',0,0,'8071731745404433',0,0,0,305.00,'2025-04-23 13:34:33','1','1','1','0000-00-00','mainitem','Inclusive','','active','','17','pcs','Inventory','VATABLE',NULL,NULL,'','','','','','','',0),(18,'Plain Chips','2','2','',16.00,'0','150','0','',NULL,NULL,'0',0,0,'7962981745404475',0,0,0,676.00,'2025-04-23 13:35:15','1','1','1','0000-00-00','mainitem','Inclusive','','active','','18','pcs','Inventory','VATABLE',NULL,NULL,'','','','','','','',0),(19,'Masala Chip','2','2','',16.00,'0','180','0','',NULL,NULL,'0',0,0,'5432041745404516',0,0,0,676.00,'2025-04-23 13:43:56','1','1','1','0000-00-00','mainitem','Inclusive','','active','','19','pcs','Inventory','VATABLE',NULL,NULL,'','','','','','','',0),(21,'Beef Stew With Greens','3','2','',16.00,'0','280','0','',NULL,NULL,'0',0,0,'4658681745406049',0,0,0,550.00,'2025-04-23 14:02:03','1','1','1','0000-00-00','mainitem','Inclusive','','active','','21','pcs','Inventory','VATABLE',NULL,NULL,'','','','','','','',0),(22,'Kienyeji Chicken Stew with Greens','3','2','',16.00,'0','180','0','0',NULL,NULL,'0',0,0,'3580201745406124',0,0,0,500.00,'2025-04-23 14:03:07','1','1','1','0000-00-00','mainitem','Inclusive','','active','','22','pcs','Inventory','VATABLE',NULL,NULL,'','','','','','','',0),(23,'Deep Fried Kienyenji','3','2','',16.00,'0','350','0','',NULL,NULL,'0',0,0,'7962981745406189',0,0,0,536.00,'2025-04-23 14:03:49','1','1','1','0000-00-00','mainitem','Inclusive','','active','','23','pcs','Inventory','VATABLE',NULL,NULL,'','','','','','','',0),(24,'Fried Crunchy Chicken','3','2','',16.00,'0','130','0','',NULL,NULL,'0',0,0,'1901171745406231',0,0,0,604.00,'2025-04-23 14:04:35','1','1','1','0000-00-00','mainitem','Inclusive','','active','','24','pcs','Inventory','VATABLE',NULL,NULL,'','','','','','','',0),(25,'Pilau','3','2','',16.00,'0','200','0','',NULL,NULL,'0',0,0,'7581741745406276',0,0,0,477.00,'2025-04-23 14:07:10','1','1','1','0000-00-00','mainitem','Inclusive','','active','','25','pcs','Inventory','VATABLE',NULL,NULL,'','','','','','','',0),(26,'Fish Wet','3','2','',16.00,'0','600','0','','0000-00-00','0000-00-00','0',0,0,'5590941745406432',0,0,0,395.00,'2025-05-02 23:58:47','1','1','1','0000-00-00','mainitem','Inclusive','','active','','26','pcs','Inventory','VATABLE','','','','','','','','','',0),(27,'Fish Dry','3','2','',16.00,'0','600','0','','0000-00-00','0000-00-00','0',0,0,'7962981745406461',0,0,0,500.00,'2025-05-02 23:58:04','1','1','1','0000-00-00','mainitem','Inclusive','','active','','27','pcs','Inventory','VATABLE','','','','','','','','','',0),(28,'Githeri Minji / Peas','3','2','',16.00,'0','200','0','',NULL,NULL,'0',0,0,'1901171745406491',0,0,0,553.00,'2025-04-23 14:08:51','1','1','1','0000-00-00','mainitem','Inclusive','','active','','28','pcs','Inventory','VATABLE',NULL,NULL,'','','','','','','',0),(29,'White Rice','3','2','',16.00,'0','100','0','100','0000-00-00','0000-00-00','0',0,0,'1901171745406533',0,0,0,960.00,'2025-05-02 13:55:17','1','1','1','0000-00-00','mainitem','Inclusive','','active','','29','pcs','Inventory','VATABLE','','','','','','','','','',0),(30,'Ugali','3','2','',16.00,'0','50','0','',NULL,NULL,'0',0,0,'9774331745406561',0,0,0,581.00,'2025-04-23 14:09:47','1','1','1','0000-00-00','mainitem','Inclusive','','active','','30','pcs','Inventory','VATABLE',NULL,NULL,'','','','','','','',0),(31,'Minji / Peas','3','2','',16.00,'0','150','0','',NULL,NULL,'0',0,0,'9774331745406588',0,0,0,1873.00,'2025-04-23 14:10:20','1','1','1','0000-00-00','mainitem','Inclusive','','active','','31','pcs','Inventory','VATABLE',NULL,NULL,'','','','','','','',0),(32,'BBQ Mbuzi Choma 1/4','13','2','',16.00,'0','300','0','','0000-00-00','0000-00-00','0',0,0,'9774331745406679',0,0,0,465.00,'2025-05-27 08:41:06','5','1','1','0000-00-00','mainitem','Inclusive','','active','','32','pcs','Inventory','VATABLE','','','','','','','','','',0),(33,'BBQ Mbuzi Choma 1/2','13','2','',16.00,'0','600','0','',NULL,NULL,'0',0,0,'3393511745406708',0,0,0,1017.00,'2025-04-23 14:12:15','1','1','1','0000-00-00','mainitem','Inclusive','','active','','33','pcs','Inventory','VATABLE',NULL,NULL,'','','','','','','',0),(34,'Chicken Choma 1/4','13','2','',16.00,'0','280','0','',NULL,NULL,'0',0,0,'3393511745406737',0,0,0,472.00,'2025-04-23 14:12:47','1','1','1','0000-00-00','mainitem','Inclusive','','active','','34','pcs','Inventory','VATABLE',NULL,NULL,'','','','','','','',0),(35,'Chicken Choma 1/2','13','2','',16.00,'0','560','0','',NULL,NULL,'0',0,0,'2518041745406768',0,0,0,511.00,'2025-04-23 14:13:37','1','1','1','0000-00-00','mainitem','Inclusive','','active','','35','pcs','Inventory','VATABLE',NULL,NULL,'','','','','','','',0),(36,'Chicken Choma 3/4','13','2','',16.00,'0','840','0','',NULL,NULL,'0',0,0,'3087791745406819',0,0,0,1059.00,'2025-04-23 14:14:12','1','1','1','0000-00-00','mainitem','Inclusive','','active','','36','pcs','Inventory','VATABLE',NULL,NULL,'','','','','','','',0),(37,'Chicken Choma Full','13','2','',16.00,'0','1120','0','',NULL,NULL,'0',0,0,'4445401745406854',0,0,0,200.00,'2025-04-23 14:14:44','1','1','1','0000-00-00','mainitem','Inclusive','','active','','37','pcs','Inventory','VATABLE',NULL,NULL,'','','','','','','',0),(38,'Soup','13','2','',16.00,'0','50','0','',NULL,NULL,'0',0,0,'6861551745406885',0,0,0,759.00,'2025-04-23 14:15:08','1','1','1','0000-00-00','mainitem','Inclusive','','active','','38','pcs','Inventory','VATABLE',NULL,NULL,'','','','','','','',0),(39,'Kichwa Cha Mbuzi Full','13','2','',16.00,'0','800','0','0','0000-00-00','0000-00-00','0',0,0,'9060181745406910',0,0,0,650.00,'2025-05-15 19:03:48','3','1','1','0000-00-00','mainitem','Inclusive','','active','','39','pcs','Inventory','VATABLE','','','','','','','','','',0),(40,'Mixed Matumbo','13','2','',16.00,'0','150','0','0',NULL,NULL,'0',0,0,'2549461745406947',0,0,0,380.00,'2025-04-23 14:16:13','1','1','1','0000-00-00','mainitem','Inclusive','','active','','40','pcs','Inventory','VATABLE',NULL,NULL,'','','','','','','',0),(41,'Passion Juice','4','2','',16.00,'0','100','0','',NULL,NULL,'0',0,0,'2518041745406974',0,0,0,675.00,'2025-04-23 14:17:09','1','1','1','0000-00-00','mainitem','Inclusive','','active','','41','pcs','Inventory','VATABLE',NULL,NULL,'','','','','','','',0),(43,'Special Juice (Ginger+Tumeric+Banana+Watermelon)','4','2','',16.00,'0','200','0','0','0000-00-00','0000-00-00','0',0,0,'5743801745407223',0,0,0,506.00,'2025-05-02 23:32:45','1','1','1','0000-00-00','mainitem','Inclusive','','active','','43','pcs','Inventory','VATABLE','','','','','','','','','',0),(44,'DAWA NORMAL','5','2','',16.00,'0','150','0','',NULL,NULL,'0',0,0,'1346521745407313',0,0,0,887.00,'2025-04-28 20:24:18','3','1','1','0000-00-00','mainitem','Inclusive','','active','','44','pcs','Inventory','VATABLE','','','','','','','','','',0),(45,'Dawa Hibiscus','5','2','',16.00,'0','180','0','',NULL,NULL,'0',0,0,'8223691745407351',0,0,0,590.00,'2025-04-23 14:23:07','1','1','1','0000-00-00','mainitem','Inclusive','','active','','45','pcs','Inventory','VATABLE','',NULL,'','','','','','','',0),(46,'Dawa Cinnamon','5','2','',16.00,'0','180','0','',NULL,NULL,'0',0,0,'2815001745407388',0,0,0,890.00,'2025-04-23 14:23:34','1','1','1','0000-00-00','mainitem','Inclusive','','active','','46','pcs','Inventory','VATABLE','',NULL,'','','','','','','',0),(47,'Honey Pot','6','2','',16.00,'0','50','0','',NULL,NULL,'0',0,0,'6835571745407416',0,0,0,811.00,'2025-04-23 14:24:03','1','1','1','0000-00-00','mainitem','Inclusive','','active','','47','pcs','Inventory','VATABLE','',NULL,'','','','','','','',0),(48,'Sachet','6','2','',16.00,'20','20','0','0',NULL,NULL,'0',0,0,'4916671745407444',0,0,0,1082.00,'2025-04-23 14:24:38','1','1','1','0000-00-00','mainitem','Inclusive','','active','','48','pcs','Inventory','VATABLE','',NULL,'','','','','','','',0),(49,'Milo Sachet','6','2','',16.00,'0','25','0','0',NULL,NULL,'0',0,0,'4880721745407479',0,0,0,515.00,'2025-04-23 14:25:12','1','1','1','0000-00-00','mainitem','Inclusive','','active','','49','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(50,'Green Vegs','6','2','',16.00,'0','50','0','',NULL,NULL,'0',0,0,'4009481745407514',0,0,0,520.00,'2025-04-23 14:25:39','1','1','1','0000-00-00','mainitem','Inclusive','','active','','50','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(51,'Liver1/4','6','2','',16.00,'0','300','0','0',NULL,NULL,'0',0,0,'3087791745407541',0,0,0,603.00,'2025-04-25 20:29:33','1','1','1','0000-00-00','mainitem','Inclusive','','active','','51','pcs','Inventory','VATABLE','0','','','','','','','','',0),(52,'Brewed White Coffee','7','2','',16.00,'0','150','0','',NULL,NULL,'0',0,0,'3454231745407570',0,0,0,837.00,'2025-04-23 14:26:42','1','1','1','0000-00-00','mainitem','Inclusive','','active','','52','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(53,'Brewed Black Coffee','7','2','',16.00,'0','100','0','',NULL,NULL,'0',0,0,'9502151745407604',0,0,0,749.00,'2025-04-23 14:27:05','1','1','1','0000-00-00','mainitem','Inclusive','','active','','53','pcs','Inventory','VATABLE','',NULL,'','','','','','','',0),(54,'Normal Mineral Water 500ML','8','2','',16.00,'0','50','0','',NULL,NULL,'0',0,0,'3393511745407627',0,0,0,539.00,'2025-04-23 14:27:40','1','1','1','0000-00-00','mainitem','Inclusive','','active','','54','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(55,'Normal Mineral Water 1000ML','8','2','',16.00,'0','80','0','0',NULL,NULL,'0',0,0,'1650431745407662',0,0,0,665.00,'2025-04-23 14:28:04','1','1','1','0000-00-00','mainitem','Inclusive','','active','','55','pcs','Inventory','VATABLE','',NULL,'','','','','','','',0),(56,'Dasani 500ML','8','2','',16.00,'0','60','0','',NULL,NULL,'0',0,0,'1323261745407706',0,0,0,645.00,'2025-04-23 14:28:48','1','1','1','0000-00-00','mainitem','Inclusive','','active','','56','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(57,'Dasani 1000ML','8','2','',16.00,'0','100','0','',NULL,NULL,'0',0,0,'5612091745407729',0,0,0,648.00,'2025-04-23 14:29:20','1','1','1','0000-00-00','mainitem','Inclusive','','active','','57','pcs','Inventory','VATABLE','',NULL,'','','','','','','',0),(58,'SODA 200ML - GLASS','8','2','',16.00,'0','40','0','',NULL,NULL,'0',0,0,'7192341745407761',0,0,0,550.00,'2025-04-23 14:29:42','1','1','1','0000-00-00','mainitem','Inclusive','','active','','58','pcs','Inventory','VATABLE','',NULL,'','','','','','','',0),(59,'SODA 300ML - GLASS','8','2','',16.00,'0','50','0','',NULL,NULL,'0',0,0,'1692121745407783',0,0,0,597.00,'2025-04-23 14:30:34','1','1','1','0000-00-00','mainitem','Inclusive','','active','','59','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(60,'SODA 350ML - PET','8','2','',16.00,'0','70','0','0','0000-00-00','0000-00-00','0',0,0,'6859431745407836',0,0,0,650.00,'2025-06-06 17:45:35','5','1','1','0000-00-00','mainitem','Inclusive','','active','','60','pcs','Inventory','VATABLE','','','','','','','','','',0),(61,'SODA 500ML - PET','8','2','',16.00,'0','100','0','',NULL,NULL,'0',0,0,'7266351745407928',0,0,0,64.00,'2025-04-23 14:33:14','1','1','1','0000-00-00','mainitem','Inclusive','','active','','61','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(62,'MINUTE MAIDS 400ML','8','2','',16.00,'0','100','0','',NULL,NULL,'0',0,0,'136031745407996',0,0,0,505.00,'2025-04-23 14:33:45','1','1','1','0000-00-00','mainitem','Inclusive','','active','','62','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(63,'PREDATOR','8','2','',16.00,'0','100','0','',NULL,NULL,'0',0,0,'5316641745408027',0,0,0,607.00,'2025-04-23 14:34:21','1','1','1','0000-00-00','mainitem','Inclusive','','active','','63','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(68,'Vanilla','10','2','',16.00,'0','250','0','',NULL,NULL,'0',0,0,'4009481745408205',0,0,0,499.00,'2025-04-23 14:39:18','1','1','1','0000-00-00','mainitem','Inclusive','','active','','68','pcs','Inventory','VATABLE','0','','','','','','','','',0),(69,'StrawBerry','10','2','',16.00,'0','250','0','',NULL,NULL,'0',0,0,'3925801745408239',0,0,0,562.00,'2025-04-23 14:39:05','1','1','1','0000-00-00','mainitem','Inclusive','','active','','69','pcs','Inventory','VATABLE','0','','','','','','','','',0),(70,'Chocolate','10','2','',16.00,'0','250','0','',NULL,NULL,'0',0,0,'2054021745408260',0,0,0,834.00,'2025-04-23 14:38:52','1','1','1','0000-00-00','mainitem','Inclusive','','active','','70','pcs','Inventory','VATABLE','0','','','','','','','','',0),(71,'Vanilla Double','10','2','',16.00,'0','300','0','',NULL,NULL,'0',0,0,'7394441745408285',0,0,0,1029.00,'2025-04-23 14:38:35','1','1','1','0000-00-00','mainitem','Inclusive','','active','','71','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(72,'StrawBerry Double','10','2','',16.00,'0','300','0','','0000-00-00','0000-00-00','0',0,0,'6249201745408360',0,0,0,796.00,'2025-05-02 23:55:32','1','1','1','0000-00-00','mainitem','Inclusive','','active','','72','pcs','Inventory','VATABLE','0','','','','','','','','',0),(73,'Chocolate Double','10','2','',16.00,'0','300','0','',NULL,NULL,'0',0,0,'5876421745408389',0,0,0,527.00,'2025-04-23 14:40:22','1','1','1','0000-00-00','mainitem','Inclusive','','active','','73','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(74,'Vanilla','11','2','',16.00,'0','100','0','',NULL,NULL,'0',0,0,'4445401745408423',0,0,0,480.00,'2025-04-23 14:40:50','1','1','1','0000-00-00','mainitem','Inclusive','','active','','74','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(75,'StrawBerry','11','2','',16.00,'0','100','0','',NULL,NULL,'0',0,0,'7985331745408452',0,0,0,700.00,'2025-04-23 14:41:15','1','1','1','0000-00-00','mainitem','Inclusive','','active','','75','pcs','Inventory','VATABLE','',NULL,'','','','','','','',0),(76,'Chocolate','11','2','',16.00,'0','100','0','',NULL,NULL,'0',0,0,'4356281745408476',0,0,0,585.00,'2025-04-23 14:41:46','1','1','1','0000-00-00','mainitem','Inclusive','','active','','76','pcs','Inventory','VATABLE','0',NULL,'','','','','','','',0),(78,'Potatoes (1kg)','14','2','',16.00,'60','0','0','','0000-00-00','0000-00-00','0',0,0,'2102961745579875',0,0,0,0.00,'2025-04-26 14:47:15','3','1','1','0000-00-00','mainitem','Inclusive','','active','','78','pcs','Inventory','VATABLE','','','','','','','','','',0),(79,'Hawaian','15','2','',16.00,'0','700','0','',NULL,NULL,'0',0,0,'3981381745595778',0,0,0,0.00,'2025-04-25 18:44:18','1','1','1','0000-00-00','mainitem','Inclusive','','active','','79','pcs','Inventory','VATABLE',NULL,NULL,'','','','','','','',0),(80,'Shopping bag','14','2','',16.00,'10','20','25','NaN',NULL,NULL,'0',0,0,'6508101745638730',0,0,0,542.00,'2025-04-26 06:48:20','5','1','1','0000-00-00','mainitem','Inclusive','','active','','80','pcs','Service','VATABLE',NULL,NULL,'','','','','','','',0),(84,'Strawberry smoothie ','10','2','',16.00,'0','200','0','0','0000-00-00','0000-00-00','0',0,0,'8744521746274246',0,0,0,305.00,'2025-05-04 16:38:49','3','1','1','0000-00-00','mainitem','Inclusive','','active','','84','pcs','Inventory','VATABLE','','','','','','','','','',0),(85,'Vanilla smoothie ','10','2','',16.00,'0','200','0','','0000-00-00','0000-00-00','0',0,0,'8202361746274632',0,0,0,505.00,'2025-05-06 16:37:13','1','1','1','0000-00-00','mainitem','Inclusive','','active','','85','pcs','Inventory','VATABLE','','','','','','','','','',0),(86,'Chocolate smoothie ','10','2','',16.00,'0','200','0','','0000-00-00','0000-00-00','0',0,0,'6273701746274755',0,0,0,413.00,'2025-05-06 16:36:55','1','1','1','0000-00-00','mainitem','Inclusive','','active','','86','pcs','Inventory','VATABLE','','','','','','','','','',0),(87,'Strawberry mocktails','10','2','',16.00,'0','150','0','','0000-00-00','0000-00-00','0',0,0,'9811471746274913',0,0,0,403.00,'2025-05-06 16:35:38','1','1','1','0000-00-00','mainitem','Inclusive','','active','','87','pcs','Inventory','VATABLE','','','','','','','','','',0),(88,'Tropical blue moctails','10','2','',16.00,'0','150','0','0','0000-00-00','0000-00-00','0',0,0,'5567121746275055',0,0,0,535.00,'2025-05-10 20:07:14','3','1','1','0000-00-00','mainitem','Inclusive','','active','','88','pcs','Inventory','VATABLE','','','','','','','','','',0),(89,'Vanilla cake','16','2','',16.00,'0','80','0','',NULL,NULL,'0',0,0,'2835651746275225',0,0,0,700.00,'2025-05-03 15:28:42','1','1','1','0000-00-00','mainitem','Inclusive','','active','','89','pcs','Inventory','VATABLE','',NULL,'','','','','','','',0),(90,'Queen cakes ','16','2','',16.00,'0','50','0','0',NULL,NULL,'0',0,0,'3480601746275322',0,0,0,450.00,'2025-05-03 15:29:42','1','1','1','0000-00-00','mainitem','Inclusive','','active','','90','pcs','Inventory','VATABLE','',NULL,'','','','','','','',0),(91,'Muffins cakes ','16','2','',16.00,'0','100','0','0',NULL,NULL,'0',0,0,'8051711746275426',0,0,0,1221.00,'2025-05-14 21:06:16','3','1','1','0000-00-00','mainitem','Inclusive','','active','','91','pcs','Inventory','VATABLE','','','','','','','','','',0),(92,'Miguu ya Mbuzi','13','2','',16.00,'0','30','0','0','0000-00-00','0000-00-00','0',0,0,'8499031746276043',0,0,0,190.00,'2025-05-15 19:02:46','3','1','1','0000-00-00','mainitem','Inclusive','','active','','92','pcs','Inventory','VATABLE','','','','','','','','','',0),(93,'Biryani ','3','2','',16.00,'0','300','0','0','0000-00-00','0000-00-00','0',0,0,'8042011746298082',0,0,0,394.00,'2025-05-04 12:27:23','1','1','1','0000-00-00','mainitem','Inclusive','','active','','93','pcs','Inventory','VATABLE','','','','','','','','','',0),(95,'Fried eggs','12','2','',16.00,'01','100','0','',NULL,NULL,'0',0,0,'7361511746635288',0,0,0,248.00,'2025-05-07 19:32:21','3','1','1','0000-00-00','mainitem','Inclusive','','active','','95','pcs','Inventory','VATABLE','',NULL,'','','','','','','',0),(96,'Cheese burger','9','2','',16.00,'0','300','0','300','0000-00-00','0000-00-00','0',0,0,'2835051747026015',0,0,0,506.00,'2025-05-12 08:04:14','3','1','1','0000-00-00','mainitem','Inclusive','','active','','96','pcs','Inventory','VATABLE','','','','','','','','','',0),(97,'Chocolate sauce','11','2','',16.00,'0','50','0','',NULL,NULL,'0',0,0,'3339081747026097',0,0,0,410.00,'2025-05-12 08:03:24','3','1','1','0000-00-00','mainitem','Inclusive','','active','','97','pcs','Inventory','VATABLE',NULL,NULL,'','','','','','','',0),(98,'Kichwa cha mbuzi1/2','13','2','',16.00,'0','300','0','300',NULL,NULL,'0',0,0,'8993161747324683',0,0,0,235.00,'2025-05-15 19:04:51','3','1','1','0000-00-00','mainitem','Inclusive','','active','','98','pcs','Inventory','VATABLE','','','','','','','','','',0),(99,'Kichwa cha mbuzi1/4','13','2','',16.00,'0','150','0','150',NULL,NULL,'0',0,0,'3394631747324793',0,0,0,605.00,'2025-05-15 19:04:23','3','1','1','0000-00-00','mainitem','Inclusive','','active','','99','pcs','Inventory','VATABLE','','','','','','','','','',0),(100,'Choma Mbuzi 1/4+Chips','17','2','',16.00,'0','480','0','0',NULL,NULL,'3',0,0,'4469521748079908',0,0,0,510.00,'2025-05-24 12:51:59','5','1','1','0000-00-00','mainitem','Inclusive','','active','','100','pcs','Inventory','VATABLE',NULL,NULL,'','','','','','','',0),(101,'PEPSI 300ML--GLASS','8','2','',16.00,'30','50','500','NaN','0000-00-00','0000-00-00','20',0,0,'3767061749219185',0,0,0,430.00,'2025-06-06 17:49:01','5','1','1','0000-00-00','mainitem','Inclusive','PEPSI','active','COUNTER','101','pcs','Inventory','VATABLE','24','','','','','','','','',0),(102,'PEPSI 500M -PET','8','2','',16.00,'65','90','','NaN','0000-00-00','0000-00-00','24',0,0,'5616011749219609',0,0,0,515.00,'2025-06-06 17:48:24','5','1','1','0000-00-00','mainitem','Inclusive','PEPSI','active','COUNTER','102','pcs','Inventory','VATABLE','','','','','','','','','',0),(103,'LEMON WATER','1','2','',16.00,'20','50','400','NAN',NULL,NULL,'060',30,0,'2521811750252965',0,0,0,599.00,'2025-06-18 16:25:15','5','1','1','0000-00-00','mainitem','Inclusive','H2O','active','COUNER','103','ltr','Inventory','VATABLE',NULL,NULL,'','','','','','','',0),(104,'SOUP SPECIAL','13','2','',16.00,'00','100','01000','100',NULL,NULL,'0',0,0,'374331750425812',0,0,0,10007.00,'2025-06-20 16:26:40','5','1','1','0000-00-00','mainitem','Inclusive','SOUP SPECIAL','active','','104','16','Inventory','VATABLE',NULL,NULL,'','','','','','','',0); /*!40000 ALTER TABLE `productlist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `products` -- DROP TABLE IF EXISTS `products`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `products` ( `id` int(30) NOT NULL AUTO_INCREMENT, `itemclassification` varchar(50) NOT NULL, `country` varchar(50) NOT NULL, `itemtype` varchar(50) NOT NULL, `packagingunit` varchar(50) NOT NULL, `salesunit` varchar(50) NOT NULL, `itemstatus` varchar(50) NOT NULL, `itemtax` varchar(50) NOT NULL, `name` varchar(255) NOT NULL, `category` varchar(50) NOT NULL, `supplier` varchar(50) DEFAULT NULL, `code` varchar(255) DEFAULT NULL, `description` varchar(255) NOT NULL, `tax_included` decimal(10,2) NOT NULL DEFAULT 16.00, `buyingprice` varchar(50) NOT NULL, `sellingprice` varchar(50) NOT NULL DEFAULT '0.00', `promoprice` varchar(50) DEFAULT NULL, `wholesaleprice` varchar(50) NOT NULL, `start_date` date DEFAULT NULL, `end_date` date DEFAULT NULL, `reorderevel` int(50) DEFAULT NULL, `allow_alt_description` tinyint(1) NOT NULL, `is_serialized` tinyint(1) NOT NULL, `imgid` varchar(255) DEFAULT NULL, `override_default_tax` int(1) NOT NULL DEFAULT 0, `is_service` int(1) NOT NULL DEFAULT 0, `deleted` int(1) NOT NULL DEFAULT 0, `qty` decimal(10,2) NOT NULL, `dateposted` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `store` varchar(50) NOT NULL, `expdate` date NOT NULL, `orderamount` varchar(50) NOT NULL DEFAULT 'mainitem', `taxtype` varchar(30) NOT NULL DEFAULT 'Inclusive', `shortname` varchar(50) NOT NULL, `status` varchar(30) NOT NULL DEFAULT 'active', `uom` varchar(20) NOT NULL DEFAULT 'pcs', `producttype` varchar(30) NOT NULL DEFAULT 'Inventory', `assetaccount` varchar(30) NOT NULL, `salesaccount` varchar(30) NOT NULL, `expenseaccount` varchar(30) NOT NULL, `vattype` varchar(20) NOT NULL DEFAULT 'VATABLE', `reorderquantity` varchar(20) DEFAULT NULL, `hscode` varchar(100) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `item_number` (`code`), KEY `phppos_items_ibfk_1` (`supplier`), KEY `name` (`name`), KEY `deleted` (`deleted`), KEY `phppos_items_ibfk_2` (`imgid`), KEY `id` (`id`,`name`,`code`,`description`,`hscode`), KEY `id_2` (`id`,`name`,`code`,`description`,`hscode`) ) ENGINE=InnoDB AUTO_INCREMENT=105 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,'','','','','','','','White African Tea','1','2','1','',16.00,'0','50','30','',NULL,NULL,5,0,0,'7672371745401690',0,0,0,30.00,'2025-05-08 23:26:41','5','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','5',''),(2,'','','','','','','','Fried or Scrambled Eggs Style','12','2','2','',16.00,'0','100','0','',NULL,NULL,0,0,0,'8071731745403661',0,0,0,0.00,'2025-04-23 13:24:18','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','0',NULL),(3,'','','','','','','','Spanish Omellete','12','2','3','',16.00,'0','120','0','',NULL,NULL,0,0,0,'2579061745403859',0,0,0,0.00,'2025-04-23 13:25:00','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','0',NULL),(4,'','','','','','','','Sterling Full Breakfast (Eggs+Sausage+Cheesed Toast & Chips)','12','2','4','',16.00,'0','200','0','',NULL,NULL,0,0,0,'9804541745403901',0,0,0,0.00,'2025-04-23 13:25:32','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','0',NULL),(5,'','','','','','','','Vegetable Samosa','12','2','5','',16.00,'0','50','0','0',NULL,NULL,0,0,0,'9658931745403933',0,0,0,0.00,'2025-04-23 13:26:04','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','0',NULL),(6,'','','','','','','','Beef Samosa','12','2','6','',16.00,'0','50','0','',NULL,NULL,0,0,0,'8135781745403966',0,0,0,0.00,'2025-04-23 13:26:45','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','0',NULL),(7,'','','','','','','','Mahamri','12','2','7','',16.00,'0','20','0','',NULL,NULL,0,0,0,'4658681745404006',0,0,0,15.00,'2025-04-23 13:27:22','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','0',NULL),(8,'','','','','','','','Chapati','12','2','8','',16.00,'0','30','10','NaN',NULL,NULL,0,0,0,'3580201745404043',0,0,0,21.00,'2025-04-26 06:59:57','3','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','',''),(9,'','','','','','','','Egg Chapati Roll','12','2','9','',16.00,'0','100','0','',NULL,NULL,0,0,0,'2102961745404073',0,0,0,0.00,'2025-04-23 13:28:27','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','0',NULL),(10,'','','','','','','','Mixed Fruits Served With Yoghurt & Nuts','12','2','10','',16.00,'0','180','0','0',NULL,NULL,0,0,0,'5197011745404109',0,0,0,100.00,'2025-04-23 13:29:15','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','0',NULL),(11,'','','','','','','','Beef Sausage','12','2','11','',16.00,'0','60','0','',NULL,NULL,0,0,0,'401571745404156',0,0,0,0.00,'2025-04-23 13:29:52','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','0',NULL),(12,'','','','','','','','Black Tea','1','2','12','',16.00,'0','50','0','',NULL,NULL,0,0,0,'2102961745404229',0,0,0,0.00,'2025-04-23 13:30:54','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','0',NULL),(13,'','','','','','','','Green or Lemon Tea With Honey','1','2','13','',16.00,'0','100','0','',NULL,NULL,0,0,0,'7581741745404255',0,0,0,0.00,'2025-04-23 13:31:25','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','0',NULL),(14,'','','','','','','','White Tea(Ginger/Masala/Tea/Cinamon/Milo)','1','2','14','',16.00,'0','100','0','',NULL,NULL,0,0,0,'7607721745404287',0,0,0,0.00,'2025-04-23 13:32:10','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','0',NULL),(15,'','','','','','','','Hot Milk','1','2','15','',16.00,'0','150','0','',NULL,NULL,0,0,0,'4658681745404332',0,0,0,0.00,'2025-04-23 13:33:13','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','0',NULL),(16,'','','','','','','','White Chocolate','1','2','16','',16.00,'0','150','0','',NULL,NULL,0,0,0,'3580201745404394',0,0,0,0.00,'2025-04-23 13:33:51','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','0',NULL),(17,'','','','','','','','Black Chocolate','1','2','17','',16.00,'0','100','0','',NULL,NULL,0,0,0,'8071731745404433',0,0,0,0.00,'2025-04-23 13:34:33','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','0',NULL),(18,'','','','','','','','Plain Chips','2','2','18','',16.00,'0','150','0','',NULL,NULL,0,0,0,'7962981745404475',0,0,0,0.00,'2025-04-23 13:35:15','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','0',NULL),(19,'','','','','','','','Masala Chip','2','2','19','',16.00,'0','180','0','',NULL,NULL,0,0,0,'5432041745404516',0,0,0,0.00,'2025-04-23 13:43:56','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','0',NULL),(20,'','','','','','','','Bhanjia (Viazi Karai)','2','2','20','',16.00,'0','100','0','',NULL,NULL,0,0,0,'7581741745405038',0,0,0,0.00,'2025-04-26 07:26:00','3','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','',''),(21,'','','','','','','','Beef Stew With Greens','3','2','21','',16.00,'0','280','0','',NULL,NULL,0,0,0,'4658681745406049',0,0,0,0.00,'2025-04-23 14:02:03','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','0',NULL),(22,'','','','','','','','Kienyeji Chicken Stew with Greens','3','2','22','',16.00,'0','180','0','0',NULL,NULL,0,0,0,'3580201745406124',0,0,0,0.00,'2025-04-23 14:03:07','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','0',NULL),(23,'','','','','','','','Deep Fried Kienyenji','3','2','23','',16.00,'0','350','0','',NULL,NULL,0,0,0,'7962981745406189',0,0,0,0.00,'2025-04-23 14:03:49','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','0',NULL),(24,'','','','','','','','Fried Crunchy Chicken','3','2','24','',16.00,'0','130','0','',NULL,NULL,0,0,0,'1901171745406231',0,0,0,0.00,'2025-04-23 14:04:35','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','0',NULL),(25,'','','','','','','','Pilau','3','2','25','',16.00,'0','200','0','',NULL,NULL,0,0,0,'7581741745406276',0,0,0,0.00,'2025-04-23 14:07:10','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','0',NULL),(26,'','','','','','','','Fish Wet','3','2','26','',16.00,'0','600','0','',NULL,NULL,0,0,0,'5590941745406432',0,0,0,0.00,'2025-05-02 23:58:47','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','',''),(27,'','','','','','','','Fish Dry','3','2','27','',16.00,'0','600','0','',NULL,NULL,0,0,0,'7962981745406461',0,0,0,0.00,'2025-05-02 23:58:04','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','',''),(28,'','','','','','','','Githeri Minji / Peas','3','2','28','',16.00,'0','200','0','',NULL,NULL,0,0,0,'1901171745406491',0,0,0,0.00,'2025-04-23 14:08:51','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','0',NULL),(29,'','','','','','','','White Rice','3','2','29','',16.00,'0','150','0','',NULL,NULL,0,0,0,'1901171745406533',0,0,0,0.00,'2025-05-02 13:55:17','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','',''),(30,'','','','','','','','Ugali','3','2','30','',16.00,'0','50','0','',NULL,NULL,0,0,0,'9774331745406561',0,0,0,20.00,'2025-04-23 14:09:47','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','0',NULL),(31,'','','','','','','','Minji / Peas','3','2','31','',16.00,'0','150','0','',NULL,NULL,0,0,0,'9774331745406588',0,0,0,0.00,'2025-04-23 14:10:20','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','0',NULL),(32,'','','','','','','','BBQ Mbuzi Choma 1/4','13','2','32','',16.00,'0','300','0','',NULL,NULL,0,0,0,'9774331745406679',0,0,0,0.00,'2025-05-27 08:41:06','5','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','',''),(33,'','','','','','','','BBQ Mbuzi Choma 1/2','13','2','33','',16.00,'0','600','0','',NULL,NULL,0,0,0,'3393511745406708',0,0,0,0.00,'2025-04-23 14:12:15','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','0',NULL),(34,'','','','','','','','Chicken Choma 1/4','13','2','34','',16.00,'0','280','0','',NULL,NULL,0,0,0,'3393511745406737',0,0,0,0.00,'2025-04-23 14:12:47','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','0',NULL),(35,'','','','','','','','Chicken Choma 1/2','13','2','35','',16.00,'0','560','0','',NULL,NULL,0,0,0,'2518041745406768',0,0,0,0.00,'2025-04-23 14:13:37','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','0',NULL),(36,'','','','','','','','Chicken Choma 3/4','13','2','36','',16.00,'0','840','0','',NULL,NULL,0,0,0,'3087791745406819',0,0,0,0.00,'2025-04-23 14:14:12','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','0',NULL),(37,'','','','','','','','Chicken Choma Full','13','2','37','',16.00,'0','1120','0','',NULL,NULL,0,0,0,'4445401745406854',0,0,0,0.00,'2025-04-23 14:14:44','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','0',NULL),(38,'','','','','','','','Soup','13','2','38','',16.00,'0','50','0','',NULL,NULL,0,0,0,'6861551745406885',0,0,0,0.00,'2025-04-23 14:15:08','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','0',NULL),(39,'','','','','','','','Kichwa Cha Mbuzi Full','13','2','39','',16.00,'0','800','0','0',NULL,NULL,0,0,0,'9060181745406910',0,0,0,0.00,'2025-05-15 19:03:48','3','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','',''),(40,'','','','','','','','Mixed Matumbo','13','2','40','',16.00,'0','150','0','0',NULL,NULL,0,0,0,'2549461745406947',0,0,0,0.00,'2025-04-23 14:16:13','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','0',NULL),(41,'','','','','','','','Passion Juice','4','2','41','',16.00,'0','100','0','',NULL,NULL,0,0,0,'2518041745406974',0,0,0,0.00,'2025-04-23 14:17:09','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','0',NULL),(42,'','','','','','','','Pineapples Juice','4','2','42','',16.00,'0','100','0','',NULL,NULL,0,0,0,'2920731745407031',0,0,0,0.00,'2025-04-23 14:20:21','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','0',NULL),(43,'','','','','','','','Special Juice (Ginger+Tumeric+Banana+Watermelon)','4','2','43','',16.00,'0','200','0','0',NULL,NULL,0,0,0,'5743801745407223',0,0,0,0.00,'2025-05-02 23:32:45','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','',''),(44,'','','','','','','','DAWA NORMAL','5','2','44','',16.00,'0','150','0','',NULL,NULL,0,0,0,'1346521745407313',0,0,0,0.00,'2025-04-28 20:24:18','3','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','',''),(45,'','','','','','','','Dawa Hibiscus','5','2','45','',16.00,'0','180','0','',NULL,NULL,0,0,0,'8223691745407351',0,0,0,0.00,'2025-04-23 14:23:07','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','',NULL),(46,'','','','','','','','Dawa Cinnamon','5','2','46','',16.00,'0','180','0','',NULL,NULL,0,0,0,'2815001745407388',0,0,0,0.00,'2025-04-23 14:23:34','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','',NULL),(47,'','','','','','','','Honey Pot','6','2','47','',16.00,'0','50','0','',NULL,NULL,0,0,0,'6835571745407416',0,0,0,0.00,'2025-04-23 14:24:03','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','',NULL),(48,'','','','','','','','Sachet','6','2','48','',16.00,'20','20','0','0',NULL,NULL,0,0,0,'4916671745407444',0,0,0,0.00,'2025-04-23 14:24:38','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','',NULL),(49,'','','','','','','','Milo Sachet','6','2','49','',16.00,'0','25','0','0',NULL,NULL,0,0,0,'4880721745407479',0,0,0,0.00,'2025-04-23 14:25:12','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','0',NULL),(50,'','','','','','','','Green Vegs','6','2','50','',16.00,'0','50','0','',NULL,NULL,0,0,0,'4009481745407514',0,0,0,0.00,'2025-04-23 14:25:39','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','0',NULL),(51,'','','','','','','','Liver1/4','6','2','51','',16.00,'0','300','0','0',NULL,NULL,0,0,0,'3087791745407541',0,0,0,0.00,'2025-04-25 20:29:33','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','0',''),(52,'','','','','','','','Brewed White Coffee','7','2','52','',16.00,'0','150','0','',NULL,NULL,0,0,0,'3454231745407570',0,0,0,0.00,'2025-04-23 14:26:42','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','0',NULL),(53,'','','','','','','','Brewed Black Coffee','7','2','53','',16.00,'0','100','0','',NULL,NULL,0,0,0,'9502151745407604',0,0,0,0.00,'2025-04-23 14:27:05','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','',NULL),(54,'','','','','','','','Normal Mineral Water 500ML','8','2','54','',16.00,'0','50','0','',NULL,NULL,0,0,0,'3393511745407627',0,0,0,0.00,'2025-04-23 14:27:40','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','0',NULL),(55,'','','','','','','','Normal Mineral Water 1000ML','8','2','55','',16.00,'0','80','0','0',NULL,NULL,0,0,0,'1650431745407662',0,0,0,0.00,'2025-04-23 14:28:04','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','',NULL),(56,'','','','','','','','Dasani 500ML','8','2','56','',16.00,'0','60','0','',NULL,NULL,0,0,0,'1323261745407706',0,0,0,0.00,'2025-04-23 14:28:48','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','0',NULL),(57,'','','','','','','','Dasani 1000ML','8','2','57','',16.00,'0','100','0','',NULL,NULL,0,0,0,'5612091745407729',0,0,0,0.00,'2025-04-23 14:29:20','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','',NULL),(58,'','','','','','','','SODA 200ML - GLASS','8','2','58','',16.00,'0','40','0','',NULL,NULL,0,0,0,'7192341745407761',0,0,0,0.00,'2025-04-23 14:29:42','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','',NULL),(59,'','','','','','','','SODA 300ML - GLASS','8','2','59','',16.00,'0','50','0','',NULL,NULL,0,0,0,'1692121745407783',0,0,0,83.00,'2025-04-23 14:30:34','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','0',NULL),(60,'','','','','','','','SODA 350ML - PET','8','2','60','',16.00,'0','70','0','0',NULL,NULL,0,0,0,'6859431745407836',0,0,0,0.00,'2025-06-06 17:45:35','5','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','',''),(61,'','','','','','','','SODA 500ML - PET','8','2','61','',16.00,'0','100','0','',NULL,NULL,0,0,0,'7266351745407928',0,0,0,19.00,'2025-04-23 14:33:14','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','0',NULL),(62,'','','','','','','','MINUTE MAIDS 400ML','8','2','62','',16.00,'0','100','0','',NULL,NULL,0,0,0,'136031745407996',0,0,0,27.00,'2025-04-23 14:33:45','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','0',NULL),(63,'','','','','','','','PREDATOR','8','2','63','',16.00,'0','100','0','',NULL,NULL,0,0,0,'5316641745408027',0,0,0,0.00,'2025-04-23 14:34:21','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','0',NULL),(64,'','','','','','','','DELEMOTE','8','2','64','',16.00,'0','300','0','',NULL,NULL,0,0,0,'8373521745408062',0,0,0,0.00,'2025-04-23 14:34:52','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','0',NULL),(65,'','','','','','','','PEPSI','8','2','65','',16.00,'0','0','0','',NULL,NULL,0,0,0,'4662001745408093',0,0,0,0.00,'2025-04-23 14:35:17','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','0',NULL),(66,'','','','','','','','Beef Burger','9','2','66','',16.00,'0','250','0','',NULL,NULL,0,0,0,'2518041745408119',0,0,0,0.00,'2025-04-23 14:36:01','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','0',NULL),(67,'','','','','','','','Chicken Burger','9','2','67','',16.00,'0','250','0','',NULL,NULL,0,0,0,'2765461745408163',0,0,0,0.00,'2025-04-23 14:36:43','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','0',NULL),(68,'','','','','','','','Vanilla','10','2','68','',16.00,'0','250','0','',NULL,NULL,0,0,0,'4009481745408205',0,0,0,0.00,'2025-04-23 14:39:18','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','0',''),(69,'','','','','','','','StrawBerry','10','2','69','',16.00,'0','250','0','',NULL,NULL,0,0,0,'3925801745408239',0,0,0,0.00,'2025-04-23 14:39:05','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','0',''),(70,'','','','','','','','Chocolate','10','2','70','',16.00,'0','250','0','',NULL,NULL,0,0,0,'2054021745408260',0,0,0,0.00,'2025-04-23 14:38:52','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','0',''),(71,'','','','','','','','Vanilla Double','10','2','71','',16.00,'0','300','0','',NULL,NULL,0,0,0,'7394441745408285',0,0,0,0.00,'2025-04-23 14:38:35','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','0',NULL),(72,'','','','','','','','StrawBerry Double','10','2','72','',16.00,'0','300','0','',NULL,NULL,0,0,0,'6249201745408360',0,0,0,0.00,'2025-05-02 23:55:32','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','0',''),(73,'','','','','','','','Chocolate Double','10','2','73','',16.00,'0','300','0','',NULL,NULL,0,0,0,'5876421745408389',0,0,0,0.00,'2025-04-23 14:40:22','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','0',NULL),(74,'','','','','','','','Vanilla','11','2','74','',16.00,'0','100','0','',NULL,NULL,0,0,0,'4445401745408423',0,0,0,0.00,'2025-04-23 14:40:50','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','0',NULL),(75,'','','','','','','','StrawBerry','11','2','75','',16.00,'0','100','0','',NULL,NULL,0,0,0,'7985331745408452',0,0,0,0.00,'2025-04-23 14:41:15','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','',NULL),(76,'','','','','','','','Chocolate','11','2','76','',16.00,'0','100','0','',NULL,NULL,0,0,0,'4356281745408476',0,0,0,0.00,'2025-04-23 14:41:46','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','0',NULL),(78,'','','','','','','','Potatoes (1kg)','14','2','78','',16.00,'60','0','0','',NULL,NULL,0,0,0,'2102961745579875',0,0,0,0.00,'2025-04-26 14:47:15','3','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','',''),(79,'','','','','','','','Hawaian','15','2','79','',16.00,'0','700','0','',NULL,NULL,0,0,0,'3981381745595778',0,0,0,0.00,'2025-04-25 18:44:18','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','0',NULL),(80,'','','','','','','','Shopping bag','14','2','80','',16.00,'10','20','25','NaN',NULL,NULL,0,0,0,'6508101745638730',0,0,0,0.00,'2025-04-26 06:48:20','5','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Service','1110','4000','5500','VATABLE','15',NULL),(83,'','','','','','','','Biryani','3','2','83','',16.00,'0','300','0','0',NULL,NULL,0,0,0,'8751911746273903',0,0,0,15.00,'2025-05-03 21:41:18','1','1','','0000-00-00','production','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','1',''),(84,'','','','','','','','Strawberry smoothie ','10','2','84','',16.00,'0','200','0','0',NULL,NULL,0,0,0,'8744521746274246',0,0,0,15.00,'2025-05-04 16:38:49','3','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','',''),(85,'','','','','','','','Vanilla smoothie ','10','2','85','',16.00,'0','200','0','',NULL,NULL,0,0,0,'8202361746274632',0,0,0,15.00,'2025-05-06 16:37:13','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','',''),(86,'','','','','','','','Chocolate smoothie ','10','2','86','',16.00,'0','200','0','',NULL,NULL,0,0,0,'6273701746274755',0,0,0,8.00,'2025-05-06 16:36:55','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','',''),(87,'','','','','','','','Strawberry mocktails','10','2','87','',16.00,'0','150','0','',NULL,NULL,0,0,0,'9811471746274913',0,0,0,10.00,'2025-05-06 16:35:38','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','',''),(88,'','','','','','','','Tropical blue moctails','10','2','88','',16.00,'0','150','0','0',NULL,NULL,0,0,0,'5567121746275055',0,0,0,10.00,'2025-05-10 20:07:14','3','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','',''),(89,'','','','','','','','Vanilla cake','16','2','89','',16.00,'0','80','0','',NULL,NULL,0,0,0,'2835651746275225',0,0,0,20.00,'2025-05-03 15:28:42','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','',NULL),(90,'','','','','','','','Queen cakes ','16','2','90','',16.00,'0','50','0','0',NULL,NULL,0,0,0,'3480601746275322',0,0,0,25.00,'2025-05-03 15:29:42','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','',NULL),(91,'','','','','','','','Muffins cakes ','16','2','91','',16.00,'0','100','0','0',NULL,NULL,0,0,0,'8051711746275426',0,0,0,20.00,'2025-05-14 21:06:16','3','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','',''),(92,'','','','','','','','Miguu ya Mbuzi','13','2','92','',16.00,'0','30','0','0',NULL,NULL,0,0,0,'8499031746276043',0,0,0,15.00,'2025-05-15 19:02:46','3','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','',''),(93,'','','','','','','','Biryani ','3','2','93','',16.00,'0','300','0','',NULL,NULL,0,0,0,'8042011746298082',0,0,0,0.00,'2025-05-04 12:27:23','1','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','',''),(95,'','','','','','','','Fried eggs','12','2','95','',16.00,'01','100','0','',NULL,NULL,0,0,0,'7361511746635288',0,0,0,15.00,'2025-05-07 19:32:21','3','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','',NULL),(96,'','','','','','','','Cheese burger','9','2','96','',16.00,'0','300','0','300',NULL,NULL,0,0,0,'2835051747026015',0,0,0,8.00,'2025-05-12 08:04:14','3','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','',''),(97,'','','','','','','','Chocolate sauce','11','2','97','',16.00,'0','50','0','',NULL,NULL,0,0,0,'3339081747026097',0,0,0,50.00,'2025-05-12 08:03:24','3','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','10',NULL),(98,'','','','','','','','Kichwa cha mbuzi1/2','13','2','98','',16.00,'0','300','0','300',NULL,NULL,0,0,0,'8993161747324683',0,0,0,8.00,'2025-05-15 19:04:51','3','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','',''),(99,'','','','','','','','Kichwa cha mbuzi1/4','13','2','99','',16.00,'0','150','0','150',NULL,NULL,0,0,0,'3394631747324793',0,0,0,8.00,'2025-05-15 19:04:23','3','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','',''),(100,'','','','','','','','Choma Mbuzi 1/4+Chips','17','2','100','',16.00,'0','480','0','0',NULL,NULL,3,0,0,'4469521748079908',0,0,0,0.00,'2025-05-24 12:51:59','5','1','','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','1110','4000','5500','VATABLE','0',NULL),(101,'','','','','','','','PEPSI 300ML--GLASS','8','2','101','',16.00,'30','50','500','NaN',NULL,NULL,20,0,0,'3767061749219185',0,0,0,0.00,'2025-06-06 17:49:01','5','1','COUNTER','0000-00-00','mainitem','Inclusive','PEPSI','active','pcs','Inventory','1110','4000','5500','VATABLE','24',''),(102,'','','','','','','','PEPSI 500M -PET','8','2','102','',16.00,'65','90','','NaN',NULL,NULL,24,0,0,'5616011749219609',0,0,0,0.00,'2025-06-06 17:48:24','5','1','COUNTER','0000-00-00','mainitem','Inclusive','PEPSI','active','pcs','Inventory','1110','4000','5500','VATABLE','',''),(103,'','','','','','','','LEMON WATER','1','2','103','',16.00,'20','26','400','',NULL,NULL,60,30,0,'2521811750252965',0,0,0,0.00,'2025-06-18 16:25:15','5','1','COUNER','0000-00-00','mainitem','Inclusive','H2O','active','ltr','Inventory','1110','4000','5500','VATABLE','40',NULL),(104,'','','','','','','','SOUP SPECIAL','13','2','104','',16.00,'00','100','01000','100',NULL,NULL,0,0,0,'374331750425812',0,0,0,0.00,'2025-06-20 16:26:40','5','1','','0000-00-00','mainitem','Inclusive','SOUP SPECIAL','active','16','Inventory','1110','4000','5500','VATABLE','50',NULL); /*!40000 ALTER TABLE `products` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `productsgrouping` -- DROP TABLE IF EXISTS `productsgrouping`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `productsgrouping` ( `id` int(50) NOT NULL AUTO_INCREMENT, `memberid` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, `user` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `updatedat` varchar(50) NOT NULL, `categoryid` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `productsgrouping` -- LOCK TABLES `productsgrouping` WRITE; /*!40000 ALTER TABLE `productsgrouping` DISABLE KEYS */; /*!40000 ALTER TABLE `productsgrouping` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `projects` -- DROP TABLE IF EXISTS `projects`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `projects` ( `id` int(30) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `invoice` text NOT NULL, `category` int(20) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `projects` -- LOCK TABLES `projects` WRITE; /*!40000 ALTER TABLE `projects` DISABLE KEYS */; INSERT INTO `projects` VALUES (1,'HOUSE KEEPING','','2025-02-06 19:14:46','active','1','','1','',0),(2,'KITCHEN','','2025-02-06 19:14:55','active','1','','1','',0); /*!40000 ALTER TABLE `projects` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `projectsbudget` -- DROP TABLE IF EXISTS `projectsbudget`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `projectsbudget` ( `id` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(20) NOT NULL, `createdate` varchar(20) NOT NULL, `expamount` decimal(10,2) NOT NULL, `usedamount` decimal(10,2) NOT NULL, `balance` decimal(10,2) NOT NULL, `year` varchar(20) NOT NULL, `month` varchar(20) NOT NULL, `userid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `branch` int(11) NOT NULL, `updatedby` int(11) NOT NULL, `description` text NOT NULL, `todate` varchar(30) DEFAULT NULL, `projectid` int(11) NOT NULL, `qty` varchar(20) NOT NULL, `uom` varchar(20) NOT NULL, `usedqty` varchar(20) DEFAULT NULL, `balanceqty` varchar(20) DEFAULT NULL, `buyingprice` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `projectsbudget` -- LOCK TABLES `projectsbudget` WRITE; /*!40000 ALTER TABLE `projectsbudget` DISABLE KEYS */; /*!40000 ALTER TABLE `projectsbudget` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `projectsbudgettasks` -- DROP TABLE IF EXISTS `projectsbudgettasks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `projectsbudgettasks` ( `id` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(20) NOT NULL, `createdate` varchar(20) NOT NULL, `expamount` decimal(10,2) NOT NULL, `usedamount` decimal(10,2) NOT NULL, `balance` decimal(10,2) NOT NULL, `year` varchar(20) NOT NULL, `month` varchar(20) NOT NULL, `userid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `branch` int(11) NOT NULL, `updatedby` int(11) NOT NULL, `description` text NOT NULL, `todate` varchar(30) DEFAULT NULL, `projectid` int(11) NOT NULL, `qty` varchar(20) NOT NULL, `uom` varchar(20) NOT NULL, `usedqty` varchar(20) DEFAULT NULL, `balanceqty` varchar(20) DEFAULT NULL, `buyingprice` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `projectsbudgettasks` -- LOCK TABLES `projectsbudgettasks` WRITE; /*!40000 ALTER TABLE `projectsbudgettasks` DISABLE KEYS */; /*!40000 ALTER TABLE `projectsbudgettasks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `projectstask` -- DROP TABLE IF EXISTS `projectstask`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `projectstask` ( `id` int(30) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `taskid` text NOT NULL, `category` int(20) DEFAULT NULL, `invoice` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `projectstask` -- LOCK TABLES `projectstask` WRITE; /*!40000 ALTER TABLE `projectstask` DISABLE KEYS */; /*!40000 ALTER TABLE `projectstask` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `proposal` -- DROP TABLE IF EXISTS `proposal`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `proposal` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(45) DEFAULT NULL, `companyid` int(11) NOT NULL DEFAULT 1, `description` text NOT NULL, `version` varchar(50) NOT NULL, `package` varchar(50) NOT NULL, `exactdate` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `proposal` -- LOCK TABLES `proposal` WRITE; /*!40000 ALTER TABLE `proposal` DISABLE KEYS */; /*!40000 ALTER TABLE `proposal` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `province` -- DROP TABLE IF EXISTS `province`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `province` ( `id` int(20) NOT NULL, `code` varchar(40) NOT NULL, `name` varchar(255) DEFAULT NULL, `description` text DEFAULT NULL, `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `province` -- LOCK TABLES `province` WRITE; /*!40000 ALTER TABLE `province` DISABLE KEYS */; INSERT INTO `province` VALUES (1,'1','Central','Central','0000-00-00 00:00:00','0000-00-00 00:00:00'),(2,'2','Coast','Coast','0000-00-00 00:00:00','0000-00-00 00:00:00'),(3,'3','Eastern','Eastern','0000-00-00 00:00:00','0000-00-00 00:00:00'),(4,'4','Nairobi','Nairobi','0000-00-00 00:00:00','0000-00-00 00:00:00'),(5,'5','North Eastern','North Eastern','0000-00-00 00:00:00','0000-00-00 00:00:00'),(6,'6','Nyanza','Nyanza','0000-00-00 00:00:00','0000-00-00 00:00:00'),(7,'7','Rift valley','Rift valley','0000-00-00 00:00:00','0000-00-00 00:00:00'),(8,'8','Western','Western','0000-00-00 00:00:00','0000-00-00 00:00:00'); /*!40000 ALTER TABLE `province` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `purchasecodes` -- DROP TABLE IF EXISTS `purchasecodes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `purchasecodes` ( `id` int(50) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `code` varchar(50) NOT NULL, `description` text DEFAULT NULL, `status` varchar(50) NOT NULL, `sort_order` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `purchasecodes` -- LOCK TABLES `purchasecodes` WRITE; /*!40000 ALTER TABLE `purchasecodes` DISABLE KEYS */; INSERT INTO `purchasecodes` VALUES (1,'Wait for Approval','01',NULL,'Y','1'),(2,'Approved','02',NULL,'Y','2'),(3,'Cancel Requested','03',NULL,'Y','3'),(4,'Canceled','04',NULL,'Y','4'),(5,'Refunded','05',NULL,'Y','5'),(6,'Transferred','06',NULL,'Y','6'); /*!40000 ALTER TABLE `purchasecodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `purchaseorder` -- DROP TABLE IF EXISTS `purchaseorder`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `purchaseorder` ( `id` int(11) NOT NULL AUTO_INCREMENT, `supplier` varchar(30) NOT NULL, `invoice` varchar(50) NOT NULL, `orderdate` datetime NOT NULL, `ordernumber` varchar(30) NOT NULL, `description` text NOT NULL, `userid` varchar(30) NOT NULL, `createdate` datetime NOT NULL, `orderedby` text NOT NULL, `shippingto` text NOT NULL, `canceldate` datetime NOT NULL, `deliverymethod` varchar(30) NOT NULL, `fob` text NOT NULL, `terms` text NOT NULL, `deliverydate` varchar(30) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'p.o', `amount` decimal(10,2) NOT NULL, `companyid` varchar(30) NOT NULL, `balance` decimal(10,2) NOT NULL, `fromdate` datetime NOT NULL, `paiddate` datetime NOT NULL, `updateddate` date NOT NULL, `updatedid` varchar(30) NOT NULL, `pin` varchar(30) DEFAULT NULL, `vattype` varchar(10) NOT NULL, `vat` varchar(20) NOT NULL, `taxable` decimal(10,2) DEFAULT NULL, `vatrate` varchar(20) NOT NULL, `paid` varchar(20) NOT NULL, `transactionstatus` varchar(20) NOT NULL DEFAULT 'open', `remarks` text DEFAULT NULL, `entrydate` date NOT NULL, `branchid` int(11) NOT NULL, `controller` int(11) NOT NULL, `approvalstatus` varchar(30) DEFAULT NULL, `branchto` varchar(30) DEFAULT NULL, `qty` varchar(20) DEFAULT NULL, `EXEMPTED` decimal(10,0) DEFAULT NULL, `ZERORATED` decimal(10,0) DEFAULT NULL, `agent` int(11) DEFAULT NULL, `paymentmethodes` varchar(20) NOT NULL, `taxblAmtD` varchar(50) DEFAULT NULL, `taxblAmtE` varchar(50) DEFAULT NULL, `taxRtA` varchar(50) NOT NULL, `taxRtC` varchar(50) DEFAULT NULL, `taxRtD` varchar(50) DEFAULT NULL, `taxRtE` varchar(50) DEFAULT NULL, `taxblAmtB` varchar(50) DEFAULT NULL, `taxAmtA` varchar(50) DEFAULT NULL, `taxAmtB` varchar(50) DEFAULT NULL, `taxAmtC` varchar(50) DEFAULT NULL, `taxAmtD` varchar(50) DEFAULT NULL, `taxAmtE` varchar(50) DEFAULT NULL, `withholdingrate` varchar(20) NOT NULL, `withholdingamount` decimal(10,2) 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 `purchaseorder` -- LOCK TABLES `purchaseorder` WRITE; /*!40000 ALTER TABLE `purchaseorder` DISABLE KEYS */; /*!40000 ALTER TABLE `purchaseorder` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `purchaseorderlist` -- DROP TABLE IF EXISTS `purchaseorderlist`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `purchaseorderlist` ( `id` int(30) NOT NULL AUTO_INCREMENT, `invoice` varchar(100) NOT NULL, `code` varchar(100) NOT NULL, `qty` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `salestype` varchar(100) DEFAULT 'retail', `sprice` varchar(100) NOT NULL, `discount` varchar(100) NOT NULL, `dateposted` varchar(50) NOT NULL, `address` varchar(50) NOT NULL, `description` text NOT NULL, `user` varchar(50) NOT NULL, `bprice` varchar(50) NOT NULL, `type` varchar(50) NOT NULL DEFAULT 'cash', `tax` varchar(50) NOT NULL, `balance` varchar(50) NOT NULL, `customer` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `mode` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `maincategory` varchar(50) NOT NULL, `category` varchar(50) NOT NULL, `status` varchar(30) DEFAULT 'new', `branch` varchar(30) NOT NULL, `ordersales` varchar(20) NOT NULL DEFAULT 'new', `unit` varchar(10) NOT NULL, `totalweight` varchar(10) NOT NULL, `serial` varchar(50) DEFAULT NULL, `total` 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 `purchaseorderlist` -- LOCK TABLES `purchaseorderlist` WRITE; /*!40000 ALTER TABLE `purchaseorderlist` DISABLE KEYS */; /*!40000 ALTER TABLE `purchaseorderlist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `quantitycodes` -- DROP TABLE IF EXISTS `quantitycodes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `quantitycodes` ( `id` int(50) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `code` varchar(50) NOT NULL, `description` text DEFAULT NULL, `status` varchar(50) NOT NULL, `company_id` varchar(20) NOT NULL, `sort_order` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=44 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `quantitycodes` -- LOCK TABLES `quantitycodes` WRITE; /*!40000 ALTER TABLE `quantitycodes` DISABLE KEYS */; INSERT INTO `quantitycodes` VALUES (1,'Pair','4B','Pair','Y','1','1'),(2,'Cap','AV','Cap','Y','1','2'),(3,'Barrel','BA','Barrel','Y','1','3'),(4,'bundle','BE','bundle','Y','1','4'),(5,'bag','BG','bag','Y','1','5'),(6,'block','BL','block','Y','1','6'),(7,'BLL Barrel (petroleum) (158,987 dm3)','BLL','BLL Barrel (petroleum) (158,987 dm3)','Y','1','7'),(8,'box','BX','box','Y','1','8'),(9,'Can','CA','Can','Y','1','9'),(10,'Cell','CEL','Cell','Y','1','10'),(11,'centimetre','CMT','centimetre','Y','1','11'),(12,'CARAT','CR','CARAT','Y','1','12'),(13,'Drum','DR','Drum','Y','1','13'),(14,'Dozen','DZ','Dozen','Y','1','14'),(15,'Gallon','GLL','Gallon','Y','1','15'),(16,'Gram','GRM','Gram','Y','1','16'),(17,'Gross','GRO','Gross','Y','1','17'),(18,'Kilo-Gramme','KG','Kilo-Gramme','Y','1','18'),(19,'kilometre','KTM','kilometre','Y','1','19'),(20,'kilowatt','KWT','kilowatt','Y','1','20'),(21,'Litre','L','Litre','Y','1','21'),(22,'pound','LBR','pound','Y','1','22'),(23,'link','LK','link','Y','1','23'),(24,'Litre','LTR','Litre','Y','1','24'),(25,'Metre','M','Metre','Y','1','25'),(26,'Square Metre','M2','Square Metre','Y','1','26'),(27,'Cubic Metre','M3','Cubic Metre','Y','1','27'),(28,'milligram','MGM','milligram','Y','1','28'),(29,'metre','MTR','metre','Y','1','29'),(30,'megawatt hour (1000 kW.h)','MWT','megawatt hour (1000 kW.h)','Y','1','30'),(31,'Number','NO','Number','Y','1','31'),(32,'part per thousand','NX','part per thousand','Y','1','32'),(33,'packet','PA','packet','Y','1','33'),(34,'plate','PG','plate','Y','1','34'),(35,'pair','PR','pair','Y','1','35'),(36,'reel','RL','reel','Y','1','36'),(37,'roll','RO','roll','Y','1','37'),(38,'set','SET','set','Y','1','38'),(39,'sheet','ST','sheet','Y','1','39'),(40,'tonne (metric ton)','TNE','tonne (metric ton)','Y','1','40'),(41,'tube','TU','tube','Y','1','41'),(42,'Pieces/item [Number]','U','Pieces/item [Number]','Y','1','42'),(43,'yard','YRD','yard','Y','1','43'); /*!40000 ALTER TABLE `quantitycodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `quotation` -- DROP TABLE IF EXISTS `quotation`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `quotation` ( `id` int(30) NOT NULL AUTO_INCREMENT, `supplier` text NOT NULL, `invoice` varchar(50) NOT NULL, `orderdate` varchar(30) NOT NULL, `ordernumber` varchar(30) DEFAULT NULL, `description` text NOT NULL, `userid` varchar(30) NOT NULL, `createdate` varchar(30) NOT NULL, `orderedby` text NOT NULL, `shippingto` text NOT NULL, `canceldate` varchar(30) NOT NULL, `deliverymethod` varchar(30) NOT NULL DEFAULT 'quotation', `fob` text NOT NULL, `terms` text NOT NULL, `deliverydate` varchar(30) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'new', `amount` varchar(30) NOT NULL, `companyid` varchar(30) NOT NULL, `preparedby` varchar(30) NOT NULL, `weight` varchar(10) NOT NULL DEFAULT 'No', `branchid` int(30) NOT NULL DEFAULT 1, `displayvat` varchar(50) DEFAULT NULL, `approvedby` int(11) DEFAULT NULL, `updatedid` int(11) DEFAULT NULL, `updateddate` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `invoice` (`invoice`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `quotation` -- LOCK TABLES `quotation` WRITE; /*!40000 ALTER TABLE `quotation` DISABLE KEYS */; INSERT INTO `quotation` VALUES (1,'4','11736406765','2025-01-09 10:12:45','','','1','2025-01-09 10:13:14','Taller 1','Main','2025-01-09 10:12:45','requisition','1','NA','','Approved','300','1','1','No',1,NULL,1,1,'2025-01-17 16:34:42'),(2,'3','11737120888','2025-01-17 16:34:48','','ss','1','2025-01-17 16:34:56','ROBISEARCH LTD ROBISEARCH LTD','','2025-02-16 16:00:34','quotation','1','30 Days','','new','411120','1','1','No',1,'yes',0,NULL,NULL),(3,'6','11739428991','2025-02-13 09:43:11',NULL,'','1','2025-02-13 09:46:19','tom','1','2025-02-13 09:43:11','requisition','1','NA','','Approved','440','1','1','No',1,'',1,1,'2025-02-13 10:02:33'),(4,'2','11739429232','2025-02-13 09:47:12','','robisearchxxxxxxxxx','1','2025-02-13 09:47:34','Default Default','','2025-03-15 09:00:47','quotation','1','30 Days','','new','320','1','1','No',1,'yes',1,NULL,NULL),(5,'3','11739429259','2025-02-13 09:47:39',NULL,'ddxxxxxxxx','1','2025-02-21 12:13:17','ROBISEARCH LTD ROBISEARCH LTD','ccccccccc','2025-03-15 09:00:47','quotation','','30 Days','','new','0','1','4','No',1,'yes',0,NULL,NULL),(6,'','11739430334','2025-02-13 10:05:34','','','1','2025-02-13 10:05:48','','1','2025-02-13 10:05:34','requisition','Main','NA','','Approved','2100','1','1','No',1,NULL,1,1,'2025-02-13 10:06:12'),(7,'2','11740133076','2025-02-21 13:17:57',NULL,'ss','1','2025-03-13 13:38:05','Default Default','','2025-03-23 13:00:17','quotation','','30 Days','','new','395','1','1','Yes',1,'yes',1,NULL,NULL); /*!40000 ALTER TABLE `quotation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `reasons` -- DROP TABLE IF EXISTS `reasons`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `reasons` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `reasons` -- LOCK TABLES `reasons` WRITE; /*!40000 ALTER TABLE `reasons` DISABLE KEYS */; /*!40000 ALTER TABLE `reasons` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `receipt` -- DROP TABLE IF EXISTS `receipt`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `receipt` ( `id` int(40) NOT NULL AUTO_INCREMENT, `plotno` varchar(60) NOT NULL, `houseno` varchar(40) NOT NULL, `tenantid` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `description` varchar(100) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `paymentstatus` varchar(40) NOT NULL, `paymentmode` varchar(40) NOT NULL, `transactioncode` varchar(100) DEFAULT NULL, `approvedby` varchar(60) NOT NULL, `approvaldate` varchar(60) NOT NULL, `overpayment` varchar(40) NOT NULL, `balance` decimal(10,2) NOT NULL DEFAULT 0.00, `companyid` varchar(100) NOT NULL, `paidby` varchar(50) NOT NULL, `exactime` varchar(30) NOT NULL, `paymentcode` varchar(30) NOT NULL, `paid` decimal(10,2) NOT NULL, `branchid` int(2) NOT NULL DEFAULT 1, `tax1` decimal(10,2) NOT NULL, `tax2` decimal(10,2) NOT NULL, `vatable` decimal(10,2) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `receipt` -- LOCK TABLES `receipt` WRITE; /*!40000 ALTER TABLE `receipt` DISABLE KEYS */; /*!40000 ALTER TABLE `receipt` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `recharge` -- DROP TABLE IF EXISTS `recharge`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `recharge` ( `id` int(11) NOT NULL AUTO_INCREMENT, `amount` decimal(10,2) NOT NULL, `userid` int(20) NOT NULL, `companyid` int(5) NOT NULL, `dateposted` varchar(30) NOT NULL, `paymentstatus` varchar(10) NOT NULL, `branch` int(10) NOT NULL, `type` varchar(30) NOT NULL, `description` text NOT NULL, `balance` double(10,2) NOT NULL, `rate` decimal(10,2) NOT NULL, `balancebefore` decimal(10,2) NOT NULL, `units` decimal(10,2) NOT NULL, `code` varchar(50) NOT NULL, `phone` varchar(30) NOT NULL, `business` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `recharge` -- LOCK TABLES `recharge` WRITE; /*!40000 ALTER TABLE `recharge` DISABLE KEYS */; /*!40000 ALTER TABLE `recharge` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `refundreasoncodes` -- DROP TABLE IF EXISTS `refundreasoncodes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `refundreasoncodes` ( `id` int(50) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `code` varchar(50) NOT NULL, `description` text DEFAULT NULL, `status` varchar(50) NOT NULL, `sort_order` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `refundreasoncodes` -- LOCK TABLES `refundreasoncodes` WRITE; /*!40000 ALTER TABLE `refundreasoncodes` DISABLE KEYS */; INSERT INTO `refundreasoncodes` VALUES (1,'Missing Quantity','01',NULL,'Y','1'),(2,'Missing Waiting','02',NULL,'Y','2'),(3,'Damaged','03',NULL,'Y','3'),(4,'Wasted','04',NULL,'Y','4'),(5,'Raw Material Shortage','05',NULL,'Y','5'),(6,'Refund','06',NULL,'Y','6'),(7,'Wrong Customer PIN','07',NULL,'Y','7'),(8,'Wrong Customer name','08',NULL,'Y','8'),(9,'Wrong Amount/price','09',NULL,'Y','9'),(10,'Wrong Quantity','10',NULL,'Y','10'),(11,'Wrong Item(s)','11',NULL,'Y','11'),(12,'Wrong tax type','12',NULL,'Y','12'),(13,'Other reason','13',NULL,'Y','13'); /*!40000 ALTER TABLE `refundreasoncodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `regions` -- DROP TABLE IF EXISTS `regions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `regions` ( `id` int(20) NOT NULL, `code` varchar(40) NOT NULL, `name` varchar(255) DEFAULT NULL, `description` text DEFAULT NULL, `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `regions` -- LOCK TABLES `regions` WRITE; /*!40000 ALTER TABLE `regions` DISABLE KEYS */; INSERT INTO `regions` VALUES (1,'1','Central','Central','0000-00-00 00:00:00','0000-00-00 00:00:00'),(2,'2','Coast','Coast','0000-00-00 00:00:00','0000-00-00 00:00:00'),(3,'3','Eastern','Eastern','0000-00-00 00:00:00','0000-00-00 00:00:00'),(4,'4','Nairobi','Nairobi','0000-00-00 00:00:00','0000-00-00 00:00:00'),(5,'5','North Eastern','North Eastern','0000-00-00 00:00:00','0000-00-00 00:00:00'),(6,'6','Nyanza','Nyanza','0000-00-00 00:00:00','0000-00-00 00:00:00'),(7,'7','Rift valley','Rift valley','0000-00-00 00:00:00','0000-00-00 00:00:00'),(8,'8','Western','Western','0000-00-00 00:00:00','0000-00-00 00:00:00'); /*!40000 ALTER TABLE `regions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `renewals` -- DROP TABLE IF EXISTS `renewals`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `renewals` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `invoice` text NOT NULL, `computerno` text NOT NULL, `fromdate` varchar(30) NOT NULL, `todate` varchar(30) DEFAULT NULL, `receiptno` varchar(50) NOT NULL, `duration` int(11) NOT NULL, `phone` varchar(20) DEFAULT NULL, `extensiontype` varchar(30) NOT NULL, `updatedid` int(11) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `renewals` -- LOCK TABLES `renewals` WRITE; /*!40000 ALTER TABLE `renewals` DISABLE KEYS */; /*!40000 ALTER TABLE `renewals` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `rentalpaymentmethodes` -- DROP TABLE IF EXISTS `rentalpaymentmethodes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `rentalpaymentmethodes` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `description` text NOT NULL, `status` varchar(10) NOT NULL DEFAULT 'active', `dateposted` varchar(30) NOT NULL, `userid` varchar(30) NOT NULL, `companyid` varchar(30) NOT NULL, `type` text NOT NULL, `balance` varchar(30) NOT NULL, `branchid` int(11) NOT NULL, `accountno` text DEFAULT NULL, `chargeid` int(20) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `rentalpaymentmethodes` -- LOCK TABLES `rentalpaymentmethodes` WRITE; /*!40000 ALTER TABLE `rentalpaymentmethodes` DISABLE KEYS */; INSERT INTO `rentalpaymentmethodes` VALUES (1,'RENT','','active','2021-09-17 06:53:31','1','1','4161','',1,NULL,1),(2,'DEPOSIT','DEPOSIT','active','2021-09-17 06:53:51','1','1','4162','',1,NULL,2),(3,'WATER/POWER DEPOSIT','','active','2021-09-17 06:56:08','1','1','4163','',1,NULL,3),(4,'PENALTY','','active','2021-09-17 06:56:20','1','1','4164','',1,NULL,4),(5,'WATER','','active','2021-09-17 06:56:41','1','1','4165','',1,NULL,5),(6,'PARTIAL PAYMENT','','active','2021-09-17 06:57:00','1','1','4166','',1,NULL,6),(7,'GARBAGE','','active','2021-09-17 06:57:23','1','1','4167','',1,NULL,7),(8,'DAMAGES','','active','2021-09-17 06:57:35','1','1','4168','',1,NULL,8),(9,'AGREEMENT FORM','','active','2021-09-17 06:58:32','1','1','4169','',1,NULL,9),(10,'POWER','','active','2021-09-17 06:59:00','1','1','4171','',1,NULL,10),(11,'SEWAGE','SEWAGE','active','2021-09-17 06:59:30','1','1','4172','',1,NULL,11),(12,'BED ONLY','','active','2021-09-17 06:59:55','1','1','4173','',1,NULL,12),(13,'BED AND BREAKFAST','','active','2021-09-17 07:00:38','1','1','4174','',1,NULL,13),(14,'POWER','eee','active','2023-04-14 17:13:29','1','1','4167','',1,NULL,10),(15,'WATER','','active','2023-08-16 09:49:06','1','1','4165','',1,NULL,5),(16,'SERVICE CHARGE','','active','2023-09-01 11:11:46','1','1','4169','',1,NULL,19); /*!40000 ALTER TABLE `rentalpaymentmethodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `report` -- DROP TABLE IF EXISTS `report`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `report` ( `id` int(50) NOT NULL AUTO_INCREMENT, `country` varchar(60) NOT NULL, `type` varchar(50) NOT NULL, `county` varchar(50) NOT NULL, `school` varchar(50) NOT NULL, `category` varchar(30) NOT NULL, `contact` varchar(60) NOT NULL, `place` varchar(60) NOT NULL, `occurancedate` varchar(60) NOT NULL, `description` text NOT NULL, `postedtime` varchar(60) NOT NULL, `userid` varchar(60) NOT NULL, `img_id` varchar(60) NOT NULL, `updatedtime` varchar(40) NOT NULL, `status` varchar(40) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `report` -- LOCK TABLES `report` WRITE; /*!40000 ALTER TABLE `report` DISABLE KEYS */; /*!40000 ALTER TABLE `report` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `requisition` -- DROP TABLE IF EXISTS `requisition`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `requisition` ( `id` int(30) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `orderdate` varchar(30) NOT NULL, `ordernumber` varchar(30) NOT NULL, `description` text NOT NULL, `userid` varchar(30) NOT NULL, `createdate` varchar(30) NOT NULL, `orderedby` text NOT NULL, `shippingto` text NOT NULL, `canceldate` varchar(30) NOT NULL, `deliverymethod` varchar(30) NOT NULL, `fob` text NOT NULL, `terms` text NOT NULL, `deliverydate` varchar(30) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'new', `amount` varchar(30) NOT NULL, `companyid` varchar(30) NOT NULL, `preparedby` varchar(30) NOT NULL, `taskid` varchar(30) NOT NULL DEFAULT 'No', `branchid` int(30) NOT NULL DEFAULT 1, `subtaskid` varchar(50) DEFAULT NULL, `invoice` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `requisition` -- LOCK TABLES `requisition` WRITE; /*!40000 ALTER TABLE `requisition` DISABLE KEYS */; /*!40000 ALTER TABLE `requisition` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `requisitionitems` -- DROP TABLE IF EXISTS `requisitionitems`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `requisitionitems` ( `id` int(30) NOT NULL AUTO_INCREMENT, `invoice` varchar(100) NOT NULL, `code` varchar(100) NOT NULL, `qty` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `salestype` varchar(100) DEFAULT 'retail', `sprice` varchar(100) NOT NULL, `usedamount` varchar(100) NOT NULL, `dateposted` varchar(50) NOT NULL, `taskid` varchar(50) NOT NULL, `description` text NOT NULL, `user` varchar(50) NOT NULL, `bprice` varchar(50) NOT NULL, `type` varchar(50) NOT NULL DEFAULT 'cash', `tax` varchar(50) NOT NULL, `balance` varchar(50) NOT NULL, `customer` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `subtaskid` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `createdate` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `maincategory` varchar(50) NOT NULL, `category` varchar(50) NOT NULL, `status` varchar(30) DEFAULT 'new', `branch` varchar(30) NOT NULL, `usedqty` varchar(20) DEFAULT NULL, `balanceqty` varchar(10) NOT NULL, `expamount` varchar(10) NOT NULL, `uom` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `requisitionitems` -- LOCK TABLES `requisitionitems` WRITE; /*!40000 ALTER TABLE `requisitionitems` DISABLE KEYS */; /*!40000 ALTER TABLE `requisitionitems` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `rolepermissions` -- DROP TABLE IF EXISTS `rolepermissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `rolepermissions` ( `moduleid` varchar(100) NOT NULL, `userid` int(10) NOT NULL, PRIMARY KEY (`moduleid`,`userid`), KEY `person_id` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `rolepermissions` -- LOCK TABLES `rolepermissions` WRITE; /*!40000 ALTER TABLE `rolepermissions` DISABLE KEYS */; INSERT INTO `rolepermissions` VALUES ('accounting',1),('accounting',5),('accountingreports',1),('accountingreports',5),('bankdeposits',1),('bankdeposits',5),('banktransfer',1),('banktransfer',5),('cashiersales',1),('cashiersales',2),('cashiersales',3),('cashiersales',4),('cashiersales',8),('chequemanagemant',1),('config',1),('damagedproducts',1),('income',1),('incomeexpenses',1),('incomeexpenses',5),('incomingstock',1),('journalentry',1),('lowstocklist',1),('members',1),('password',1),('password',2),('password',3),('password',4),('password',8),('peoplecategory',1),('productlist',1),('products',1),('productscategory',1),('profile',1),('profile',8),('purchases',1),('reports',1),('sales',1),('sales',2),('sales',4),('sales',8),('users',1),('viewreturnsales',1),('viewreturnsales',4); /*!40000 ALTER TABLE `rolepermissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `rolepermissionsactions` -- DROP TABLE IF EXISTS `rolepermissionsactions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `rolepermissionsactions` ( `id` int(11) NOT NULL AUTO_INCREMENT, `moduleid` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `actionid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=989 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `rolepermissionsactions` -- LOCK TABLES `rolepermissionsactions` WRITE; /*!40000 ALTER TABLE `rolepermissionsactions` DISABLE KEYS */; INSERT INTO `rolepermissionsactions` VALUES (1,'sales','4','add'),(2,'sales','4','suspend'),(3,'sales','4','printreceipt'),(4,'sales','4','update'),(5,'sales','4','cash'),(6,'sales','4','delete'),(7,'sales','4','moresales'),(8,'sales','4','sale'),(9,'sales','4','Logout'),(10,'sales','4','mpesabalance'),(11,'sales','4','discount'),(12,'sales','4','reprint'),(13,'sales','4','select'),(14,'sales','4','printbill'),(15,'sales','4','productdiscount'),(16,'sales','4','mpesa'),(17,'sales','4','order'),(18,'sales','4','closebill'),(19,'sales','4','viewbuyingprice'),(20,'sales','4','editsellingprice'),(21,'sales','4','updatepaymentmode'),(22,'sales','4','card'),(23,'sales','4','clearpayments'),(24,'sales','4','cheque'),(25,'sales','4','creditnote'),(26,'sales','4','voucher'),(27,'sales','4','salesbeyondbprice'),(28,'sales','4','points'),(29,'sales','4','credit'),(30,'sales','4','selectroom'),(31,'sales','4','dontprint'),(32,'sales','4','accountlimit'),(33,'sales','4','backdatesales'),(34,'sales','4','recordcoins'),(35,'sales','4','changetaxstatus'),(36,'sales','4','leaseitems'),(37,'sales','4','giveloyalityponts'),(38,'sales','4','dontshowstock'),(39,'sales','4','splitbill'),(40,'sales','4','changeuomonsales'),(41,'sales','4','selecttable'),(42,'sales','4','printdelivery'),(43,'sales','4','sendsms'),(44,'sales','4','selectcurrency'),(45,'sales','4','salesperson'),(46,'sales','4','usekeyboard'),(47,'sales','4','receiptno'),(48,'sales','4','negativesales'),(49,'cashiersales','4','entermpesacode'),(50,'cashiersales','4','editmpesa'),(51,'cashiersales','4','all'),(52,'cashiersales','4','delete'),(53,'cashiersales','4','cashiersales'),(54,'cashiersales','4','editmpesadate'),(55,'cashiersales','4','dontshowtotal'),(56,'cashiersales','4','adddailycollection'),(57,'cashiersales','4','viewtill'),(58,'cashiersales','4','viewdailycollections'),(59,'cashiersales','4','deletedailycollections'),(60,'cashiersales','4','updatedailycollections'),(61,'cashiersales','4','reversempesa'),(62,'cashiersales','4','clearallsales'),(63,'cashiersales','4','viewallcollections'),(64,'cashiersales','4','viewallcounters'),(65,'cashiersales','4','mpesapendingreport'),(66,'cashiersales','4','mpesaverifiedreport'),(67,'cashiersales','4','viewcommission'),(68,'cashiersales','4','viewmpesamessages'),(69,'cashiersales','4','dailysalesonly'),(70,'viewreturnsales','4','add'),(71,'viewreturnsales','4','update'),(72,'viewreturnsales','4','delete'),(73,'viewreturnsales','4','return'),(74,'viewreturnsales','4','clear'),(75,'viewreturnsales','4','moresales'),(76,'password','4','change'),(77,'sales','8','add'),(78,'sales','8','suspend'),(79,'sales','8','update'),(80,'sales','8','cash'),(81,'sales','8','moresales'),(82,'sales','8','sale'),(83,'sales','8','Logout'),(84,'sales','8','displaycustomers'),(85,'sales','8','select'),(86,'sales','8','printbill'),(87,'sales','8','productdiscount'),(88,'sales','8','mpesa'),(89,'sales','8','order'),(90,'sales','8','closebill'),(91,'sales','8','viewbuyingprice'),(92,'sales','8','editsellingprice'),(93,'sales','8','updatepaymentmode'),(94,'sales','8','card'),(95,'sales','8','clearpayments'),(96,'sales','8','cheque'),(97,'sales','8','creditnote'),(98,'sales','8','voucher'),(99,'sales','8','salesbeyondbprice'),(100,'sales','8','points'),(101,'sales','8','credit'),(102,'sales','8','selectroom'),(103,'sales','8','dontprint'),(104,'sales','8','backdatesales'),(105,'sales','8','recordcoins'),(106,'sales','8','changetaxstatus'),(107,'sales','8','giveloyalityponts'),(108,'sales','8','dontshowstock'),(109,'sales','8','splitbill'),(110,'sales','8','changeuomonsales'),(111,'sales','8','selecttable'),(112,'sales','8','printdelivery'),(113,'sales','8','sendsms'),(114,'sales','8','selectcurrency'),(115,'sales','8','salesperson'),(116,'sales','8','usekeyboard'),(117,'sales','8','receiptno'),(118,'cashiersales','8','entermpesacode'),(119,'cashiersales','8','editmpesa'),(120,'cashiersales','8','all'),(121,'cashiersales','8','cashiersales'),(122,'cashiersales','8','editmpesadate'),(123,'cashiersales','8','dontshowtotal'),(124,'cashiersales','8','viewtill'),(125,'cashiersales','8','viewdailycollections'),(126,'cashiersales','8','updatedailycollections'),(127,'cashiersales','8','viewallcounters'),(128,'cashiersales','8','viewcommission'),(129,'cashiersales','8','viewmpesamessages'),(130,'cashiersales','8','dailysalesonly'),(131,'password','8','change'),(132,'profile','8','update'),(512,'incomeexpenses','5','add'),(513,'incomeexpenses','5','closeexpense'),(514,'incomeexpenses','5','update'),(515,'incomeexpenses','5','updateclosedexpenses'),(516,'incomeexpenses','5','wiewinvoices'),(517,'incomeexpenses','5','viewbills'),(518,'incomeexpenses','5','viewexpense'),(519,'incomeexpenses','5','viewdebtors'),(520,'incomeexpenses','5','viewcreditors'),(521,'incomeexpenses','5','postrentalexpenses'),(522,'accounting','5','deletebank'),(523,'accounting','5','deleteglaccount'),(524,'accounting','5','view'),(525,'bankdeposits','5','add'),(526,'bankdeposits','5','update'),(527,'bankdeposits','5','delete'),(528,'banktransfer','5','add'),(529,'accountingreports','5','view'),(714,'sales','1','printreceipt'),(715,'sales','1','add'),(716,'sales','1','suspend'),(717,'sales','1','selectmessage'),(718,'sales','1','update'),(719,'sales','1','delete'),(720,'sales','1','cash'),(721,'sales','1','moresales'),(722,'sales','1','sale'),(723,'sales','1','mpesabalance'),(724,'sales','1','select'),(725,'sales','1','Logout'),(726,'sales','1','reprint'),(727,'sales','1','closebill'),(728,'sales','1','mpesa'),(729,'sales','1','order'),(730,'sales','1','printbill'),(731,'sales','1','viewbuyingprice'),(732,'sales','1','editsellingprice'),(733,'sales','1','updatepaymentmode'),(734,'sales','1','card'),(735,'sales','1','clearpayments'),(736,'sales','1','creditnote'),(737,'sales','1','cheque'),(738,'sales','1','salesbeyondbprice'),(739,'sales','1','voucher'),(740,'sales','1','credit'),(741,'sales','1','dontprint'),(742,'sales','1','recordcoins'),(743,'sales','1','giveloyalityponts'),(744,'sales','1','leaseitems'),(745,'sales','1','changetaxstatus'),(746,'sales','1','dontshowstock'),(747,'sales','1','splitbill'),(748,'sales','1','changeuomonsales'),(749,'sales','1','entermpesacode'),(750,'sales','1','sendsms'),(751,'sales','1','selectcurrency'),(752,'sales','1','salesperson'),(753,'sales','1','receiptno'),(754,'sales','1','negativesales'),(755,'sales','1','updateqtysales'),(756,'sales','1','claimmpesacode'),(757,'cashiersales','1','entermpesacode'),(758,'cashiersales','1','editmpesa'),(759,'cashiersales','1','all'),(760,'cashiersales','1','cashiersales'),(761,'cashiersales','1','editmpesadate'),(762,'cashiersales','1','adddailycollection'),(763,'cashiersales','1','viewtill'),(764,'cashiersales','1','viewdailycollections'),(765,'cashiersales','1','updatedailycollections'),(766,'cashiersales','1','reversempesa'),(767,'cashiersales','1','deletedailycollections'),(768,'cashiersales','1','clearallsales'),(769,'cashiersales','1','viewallcollections'),(770,'cashiersales','1','mpesapendingreport'),(771,'cashiersales','1','viewallcounters'),(772,'cashiersales','1','mpesaverifiedreport'),(773,'cashiersales','1','viewcommission'),(774,'cashiersales','1','viewmpesamessages'),(775,'purchases','1','add'),(776,'purchases','1','update'),(777,'purchases','1','delete'),(778,'purchases','1','updatebuyingprice'),(779,'purchases','1','updatesellingprice'),(780,'purchases','1','updateclosedinvoice'),(781,'purchases','1','viewquotation'),(782,'purchases','1','viewdirectpurchases'),(783,'purchases','1','viewserials'),(784,'purchases','1','viewpurchase'),(785,'purchases','1','salesorder'),(786,'purchases','1','viewallcounters'),(787,'viewreturnsales','1','add'),(788,'viewreturnsales','1','update'),(789,'viewreturnsales','1','delete'),(790,'viewreturnsales','1','return'),(791,'viewreturnsales','1','clear'),(792,'viewreturnsales','1','moresales'),(793,'viewreturnsales','1','returnclearedsales'),(794,'income','1','View'),(795,'income','1','add'),(796,'income','1','detailedvatinvoice'),(797,'incomeexpenses','1','add'),(798,'incomeexpenses','1','closeexpense'),(799,'incomeexpenses','1','update'),(800,'incomeexpenses','1','updateclosedexpenses'),(801,'incomeexpenses','1','wiewinvoices'),(802,'incomeexpenses','1','viewbills'),(803,'incomeexpenses','1','viewexpense'),(804,'incomeexpenses','1','viewdebtors'),(805,'incomeexpenses','1','viewcreditors'),(806,'members','1','add'),(807,'members','1','update'),(808,'members','1','deletepeople'),(809,'members','1','opencloseshift'),(810,'users','1','add'),(811,'users','1','update'),(812,'users','1','delete'),(813,'productscategory','1','add'),(814,'productscategory','1','update'),(815,'productscategory','1','delete'),(816,'productlist','1','bulk'),(817,'productlist','1','move'),(818,'productlist','1','more'),(819,'productlist','1','updatestock'),(820,'productlist','1','transfer'),(821,'productlist','1','addstock'),(822,'productlist','1','delete'),(823,'productlist','1','view'),(824,'productlist','1','update'),(825,'productlist','1','add'),(826,'productlist','1','stocktaking'),(827,'productlist','1','openclosestock'),(828,'productlist','1','editstocktaken'),(829,'productlist','1','editopenclosestock'),(830,'productlist','1','changeserialstatus'),(831,'productlist','1','viewserials'),(832,'productlist','1','viewproductsfromallbranches'),(833,'productlist','1','bulkpriceupdate'),(834,'productlist','1','negativestockadjustment'),(835,'products','1','add'),(836,'products','1','update'),(837,'products','1','delete'),(838,'products','1','addstock'),(839,'products','1','more'),(840,'products','1','bulk'),(841,'products','1','deleteorder'),(842,'products','1','dispatch'),(843,'products','1','removestock'),(844,'products','1','price'),(845,'products','1','removeallstock'),(846,'products','1','bulkpriceupdate'),(847,'products','1','negativestockadjustment'),(848,'incomingstock','1','add'),(849,'incomingstock','1','update'),(850,'incomingstock','1','view'),(851,'incomingstock','1','delete'),(852,'lowstocklist','1','add'),(853,'lowstocklist','1','more'),(854,'lowstocklist','1','view'),(855,'damagedproducts','1','add'),(856,'damagedproducts','1','update'),(857,'damagedproducts','1','delete'),(858,'accounting','1','deletebank'),(859,'accounting','1','deleteglaccount'),(860,'accounting','1','view'),(861,'bankdeposits','1','add'),(862,'bankdeposits','1','update'),(863,'bankdeposits','1','delete'),(864,'banktransfer','1','add'),(865,'journalentry','1','add'),(866,'accountingreports','1','view'),(867,'chequemanagemant','1','add'),(868,'chequemanagemant','1','view'),(869,'peoplecategory','1','add'),(870,'peoplecategory','1','update'),(871,'peoplecategory','1','delete'),(872,'reports','1','view'),(873,'reports','1','download'),(874,'reports','1','delete'),(875,'reports','1','update'),(876,'reports','1','viewall'),(877,'password','1','change'),(878,'profile','1','update'),(879,'config','1','delete'),(880,'config','1','add'),(881,'config','1','update'),(923,'sales','3','printreceipt'),(924,'sales','3','add'),(925,'sales','3','suspend'),(926,'sales','3','update'),(927,'sales','3','cash'),(928,'sales','3','moresales'),(929,'sales','3','sale'),(930,'sales','3','select'),(931,'sales','3','Logout'),(932,'sales','3','reprint'),(933,'sales','3','closebill'),(934,'sales','3','mpesa'),(935,'sales','3','order'),(936,'sales','3','printbill'),(937,'sales','3','updatepaymentmode'),(938,'sales','3','card'),(939,'sales','3','clearpayments'),(940,'sales','3','splitbill'),(941,'sales','3','mergebill'),(942,'sales','3','entermpesacode'),(943,'sales','3','sendsms'),(944,'sales','3','usekeyboard'),(945,'sales','3','updateqtysales'),(946,'sales','3','claimmpesacode'),(947,'sales','3','swapsales'),(948,'cashiersales','3','entermpesacode'),(949,'cashiersales','3','editmpesa'),(950,'cashiersales','3','all'),(951,'cashiersales','3','cashiersales'),(952,'cashiersales','3','dontshowtotal'),(953,'cashiersales','3','adddailycollection'),(954,'cashiersales','3','viewtill'),(955,'cashiersales','3','viewdailycollections'),(956,'cashiersales','3','clearallsales'),(957,'cashiersales','3','viewallcollections'),(958,'cashiersales','3','mpesapendingreport'),(959,'cashiersales','3','viewallcounters'),(960,'cashiersales','3','mpesaverifiedreport'),(961,'cashiersales','3','viewmpesamessages'),(962,'cashiersales','3','dailysalesonly'),(963,'password','3','change'),(964,'sales','2','printreceipt'),(965,'sales','2','add'),(966,'sales','2','suspend'),(967,'sales','2','update'),(968,'sales','2','cash'),(969,'sales','2','moresales'),(970,'sales','2','sale'),(971,'sales','2','Logout'),(972,'sales','2','reprint'),(973,'sales','2','closebill'),(974,'sales','2','mpesa'),(975,'sales','2','order'),(976,'sales','2','printbill'),(977,'sales','2','updatepaymentmode'),(978,'sales','2','card'),(979,'sales','2','clearpayments'),(980,'sales','2','dontprint'),(981,'sales','2','splitbill'),(982,'sales','2','mergebill'),(983,'sales','2','usekeyboard'),(984,'sales','2','updateqtysales'),(985,'cashiersales','2','cashiersales'),(986,'cashiersales','2','dontshowtotal'),(987,'cashiersales','2','dailysalesonly'),(988,'password','2','change'); /*!40000 ALTER TABLE `rolepermissionsactions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `roles` -- DROP TABLE IF EXISTS `roles`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `roles` ( `id` int(20) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `invoice` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `roles` -- LOCK TABLES `roles` WRITE; /*!40000 ALTER TABLE `roles` DISABLE KEYS */; INSERT INTO `roles` VALUES (1,'ADMIN','','2025-05-01 18:11:08','active','1','','1',''),(2,'Waiter','Waiter','2024-05-21 15:44:26','active','1','','1',''),(3,'CASHIER','','2025-05-05 23:40:55','active','1','','1',''),(4,'MANAGER','','2025-05-05 23:41:15','active','1','','1',''); /*!40000 ALTER TABLE `roles` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `roomcharges` -- DROP TABLE IF EXISTS `roomcharges`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `roomcharges` ( `id` int(11) NOT NULL AUTO_INCREMENT, `roomid` varchar(40) NOT NULL, `plotno` varchar(100) NOT NULL, `cost` varchar(100) NOT NULL, `status` varchar(40) NOT NULL DEFAULT 'active', `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `name` varchar(50) NOT NULL, `companyid` varchar(30) NOT NULL, `chargeid` varchar(30) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `roomid` (`roomid`,`plotno`,`chargeid`) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `roomcharges` -- LOCK TABLES `roomcharges` WRITE; /*!40000 ALTER TABLE `roomcharges` DISABLE KEYS */; INSERT INTO `roomcharges` VALUES (1,'2','1','30000','active','2024-12-18 15:49:00','','1','','1','13 '),(2,'1','1','30000','active','2024-12-18 15:49:00','','1','','1','13 '),(3,'2','1','2000','active','2024-12-18 15:49:13','','1','','1','17 '),(4,'1','1','2000','active','2024-12-18 15:49:13','','1','','1','17 '),(7,'2','1','0','active','2025-01-28 09:26:55','','1','','1','12 '),(8,'1','1','0','active','2025-01-28 09:26:55','','1','','1','12 '); /*!40000 ALTER TABLE `roomcharges` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `roomcollection` -- DROP TABLE IF EXISTS `roomcollection`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `roomcollection` ( `id` int(11) NOT NULL AUTO_INCREMENT, `paiddate` varchar(100) NOT NULL, `invoice` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `remarks` varchar(100) NOT NULL, `balance` varchar(30) NOT NULL, `userid` varchar(20) NOT NULL, `companyid` varchar(20) NOT NULL, `paymentmethodes` int(10) NOT NULL, `createdate` varchar(50) NOT NULL, `name` varchar(30) NOT NULL DEFAULT 'payment', `transactioncode` varchar(50) NOT NULL, `supplier` int(11) DEFAULT NULL, `branchid` int(11) DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `roomcollection` -- LOCK TABLES `roomcollection` WRITE; /*!40000 ALTER TABLE `roomcollection` DISABLE KEYS */; INSERT INTO `roomcollection` VALUES (1,'2024-12-20 11:33:18','11734683577','1000','','1000','1','1',1050,'2024-12-20 11:33:48','payment','qweeqweqwew',1,1),(2,'2024-12-20 11:39:26','11734683942','2000','','6000','1','1',1010,'2024-12-20 11:39:49','payment','swedqwed',1,1),(3,'2024-12-20 12:14:12','11734683942','1111','','28889','1','1',1050,'2024-12-20 12:14:25','payment','',1,1); /*!40000 ALTER TABLE `roomcollection` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `roomsales` -- DROP TABLE IF EXISTS `roomsales`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `roomsales` ( `id` int(11) NOT NULL AUTO_INCREMENT, `plotno` int(11) NOT NULL, `houseno` varchar(20) NOT NULL, `customerid` int(20) DEFAULT NULL, `dateposted` varchar(30) NOT NULL, `total` decimal(10,2) NOT NULL, `userid` int(20) NOT NULL, `companyid` int(10) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'New', `description` text NOT NULL, `updatedat` varchar(30) DEFAULT NULL, `updatedby` int(11) DEFAULT NULL, `branch` int(11) NOT NULL, `invoice` varchar(50) NOT NULL, `transactioncode` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `roomsales` -- LOCK TABLES `roomsales` WRITE; /*!40000 ALTER TABLE `roomsales` DISABLE KEYS */; INSERT INTO `roomsales` VALUES (1,1,'101',1,'2024-12-23 11:43:41',1000.00,1,1,'New','8','',0,1,'11734942253','11734683942'),(2,1,'102',2,'2025-01-30 04:57:13',0.00,1,1,'merged','29','2025-01-30 04:59:12am',1,1,'11738202221','11738202139'),(3,1,'102',1,'2025-02-02 17:18:29',0.00,1,1,'merged','35','2025-02-02 05:31:26pm',1,1,'11738505845','11738406170'),(4,1,'101',3,'2025-02-03 11:15:16',220.00,1,1,'New','37','',0,1,'11738570511','11738509785'),(5,1,'102',3,'2025-02-03 11:15:42',220.00,1,1,'New','39','',0,1,'11738570524','11738568966'),(6,1,'101',3,'2025-02-05 17:01:35',880.00,1,1,'New','37','',0,1,'11738763990','11738509785'),(7,1,'102',2,'2025-02-21 13:07:08',550.00,1,1,'New','45','',0,1,'11740132403','11739180891'),(8,1,'102',2,'2025-02-27 19:43:14',220.00,1,1,'Cleared','45','2025-02-27 19:43:14',1,1,'11740653729','11739180891'),(9,1,'102',2,'2025-03-13 12:11:32',340.00,1,1,'New','45','',0,1,'11741857017','11739180891'); /*!40000 ALTER TABLE `roomsales` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `salary` -- DROP TABLE IF EXISTS `salary`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `salary` ( `id` int(20) NOT NULL AUTO_INCREMENT, `userid` int(20) NOT NULL, `companyid` int(15) NOT NULL, `salary` decimal(10,2) NOT NULL, `pay` decimal(10,2) NOT NULL, `deductions` decimal(10,2) NOT NULL, `bonus` decimal(10,2) NOT NULL, `bankname` varchar(20) NOT NULL, `bankaccount` varchar(30) NOT NULL, `method` varchar(20) NOT NULL, `payment` varchar(20) NOT NULL, `netsalry` decimal(10,2) NOT NULL, `gross` decimal(10,2) NOT NULL, `memberid` int(11) NOT NULL, `salaryyear` varchar(20) NOT NULL, `paymentmode` varchar(30) NOT NULL, `slarymonth` varchar(20) NOT NULL, `number` varchar(20) NOT NULL, `createdate` varchar(30) NOT NULL, `relief` decimal(10,2) NOT NULL, `salaryid` varchar(100) NOT NULL, `branchid` int(11) NOT NULL DEFAULT 1, `loanbalance` decimal(10,2) NOT NULL, `nhif` int(20) DEFAULT NULL, `nssf` varchar(20) DEFAULT NULL, `paye` varchar(20) DEFAULT NULL, `advance` varchar(20) DEFAULT NULL, `otherdeductions` varchar(20) DEFAULT NULL, `currency` varchar(20) DEFAULT NULL, `transactiontypecode` varchar(20) DEFAULT NULL, `chargetype` varchar(20) DEFAULT NULL, `paymenttype` varchar(20) NOT NULL, `nhifrelief` decimal(10,2) NOT NULL, `houselevy` varchar(20) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `salary` -- LOCK TABLES `salary` WRITE; /*!40000 ALTER TABLE `salary` DISABLE KEYS */; /*!40000 ALTER TABLE `salary` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `salarycharges` -- DROP TABLE IF EXISTS `salarycharges`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `salarycharges` ( `id` int(20) NOT NULL AUTO_INCREMENT, `code` int(20) NOT NULL, `name` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'Active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `category` varchar(20) NOT NULL DEFAULT 'Minus', `amountmode` varchar(20) NOT NULL, `qtymode` varchar(20) NOT NULL, `quantity` decimal(10,2) NOT NULL, `amount` decimal(10,2) NOT NULL, `unit` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `salarycharges` -- LOCK TABLES `salarycharges` WRITE; /*!40000 ALTER TABLE `salarycharges` DISABLE KEYS */; INSERT INTO `salarycharges` VALUES (6,2,'House Allowance','2019-03-28 12:47:59','Active','1','','1','Pay','Fixed','Fixed',1.00,0.00,''),(7,3,'Painting','2024-02-26 12:44:38','Active','1','','1','Pay','Fixed','Fixed',1.00,500.00,''),(8,4,'Travel Allowance','2019-03-28 12:48:59','Active','1','','1','Pay','Variable','Variable',1.00,0.00,''),(9,5,'Branding ','2024-02-26 12:44:20','Active','1','','1','Pay','Variable','Variable',1.00,200.00,''),(10,6,'Allowance','2019-03-28 12:50:16','Active','1','','1','Pay','Variable','Variable',1.00,0.00,''),(11,7,'Appreciation','2019-03-28 12:50:45','Active','1','','1','Pay','Variable','Variable',1.00,0.00,''),(12,8,'PAYE','2019-03-28 12:51:21','Active','1','','1','Deduction','Fixed','Fixed',1.00,0.00,''),(13,9,'NSSF','2019-03-28 12:51:38','Active','1','','1','Deduction','Fixed','Fixed',1.00,0.00,''),(14,10,'SHIF','2025-01-24 06:22:16','Active','1','','1','Deduction','Fixed','Fixed',1.00,0.00,'2.75'),(15,11,'Advances','2019-03-28 13:00:47','Active','1','','1','Deduction','Variable','Variable',1.00,0.00,''),(16,12,'Loan payment','2019-03-28 13:03:14','Active','1','','1','Deduction','Variable','Variable',1.00,0.00,''),(18,14,'destruction','2019-03-28 13:04:59','Active','1','','1','Deduction','Variable','Variable',1.00,0.00,''),(19,15,'Loan','2019-06-11 13:31:04','Active','1','','1','Pay','Variable','Fixed',1.00,0.00,''),(20,26,'staff Uniforms','2023-05-15 08:38:23','Active','1','','1','Deduction','Fixed','Fixed',1.00,0.00,''),(21,16,'Helb / Sacco Loan ','2019-12-17 04:55:20','Active','1','','1','Deduction','Variable','Variable',1.00,0.00,''),(22,25,'LOST/DAMAGED ITEM','2023-05-15 08:38:05','Active','1','','1','Deduction','Variable','Fixed',1.00,900.00,''),(23,18,'sales cut ','2020-12-15 19:06:21','Active','1','','1','Deduction','Variable','Variable',1.00,0.00,''),(24,19,'UNPAID LEAVE DAYS','2021-04-05 10:49:16','Active','1','','1','Deduction','Variable','Fixed',1.00,0.00,''),(25,20,'DEDUCTION','2021-04-05 10:49:55','Active','1','','1','Deduction','Fixed','Variable',1.00,0.00,''),(26,21,'Insurance cover ','2022-02-04 10:16:25','Active','1','','1','Deduction','Variable','Fixed',1.00,0.00,''),(27,22,'PERFORMANCE PAY CUT','2023-01-23 12:04:28','Active','1','','1','Deduction','Fixed','Fixed',1.00,0.00,''),(28,23,'SALES COMMISSION','2023-03-02 09:44:12','Active','1','','1','Pay','Variable','Fixed',1.00,0.00,''),(29,24,'staff uniform shirts','2023-04-03 16:29:31','Active','1','','1','Deduction','Fixed','Fixed',1.00,0.00,'1'),(30,2005,'House Levy','2023-09-02 08:12:42','Active','1','','1','Deduction','Fixed','Fixed',1.00,0.00,'1.5'); /*!40000 ALTER TABLE `salarycharges` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales` -- DROP TABLE IF EXISTS `sales`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `sales` ( `id` int(11) NOT NULL AUTO_INCREMENT, `cashier` text NOT NULL, `type` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `due_date` varchar(100) NOT NULL, `name` varchar(100) NOT NULL, `balance` varchar(20) NOT NULL DEFAULT '0', `userid` varchar(50) NOT NULL, `dateposted` varchar(50) NOT NULL, `customer` varchar(50) DEFAULT NULL, `cash` varchar(50) NOT NULL, `total` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `salestype` varchar(50) NOT NULL, `maindiscount` varchar(20) DEFAULT NULL, `discountedtotal` varchar(20) NOT NULL, `branch` varchar(30) NOT NULL DEFAULT '1', `card` varchar(30) NOT NULL, `voucher` varchar(30) NOT NULL, `credit` varchar(30) NOT NULL, `points` varchar(30) NOT NULL, `mpesa` varchar(50) NOT NULL, `cheque` varchar(50) NOT NULL, `ordersales` varchar(20) DEFAULT 'printed', `description` text NOT NULL, `mytable` varchar(30) NOT NULL, `maincategory` varchar(30) DEFAULT NULL, `creditnote` varchar(30) NOT NULL, `invoice` varchar(30) NOT NULL, `paymentstatus` varchar(10) NOT NULL DEFAULT 'No', `updatedby` varchar(10) NOT NULL, `updatedat` varchar(50) NOT NULL, `plotno` varchar(20) NOT NULL, `houseno` varchar(20) NOT NULL, `baddebt` varchar(30) NOT NULL, `tax1` varchar(30) NOT NULL, `tax2` varchar(30) NOT NULL, `cardnumber` varchar(50) DEFAULT NULL, `savedcoins` decimal(10,2) NOT NULL, `savedpoints` decimal(10,2) NOT NULL, `salesperson` int(11) DEFAULT NULL, `receiptno` varchar(50) DEFAULT NULL, `change` varchar(20) DEFAULT NULL, `currency` varchar(50) DEFAULT NULL, `othercurrency` varchar(20) DEFAULT NULL, `othercurrencyamount` decimal(10,2) DEFAULT NULL, `tocurrencyamount` decimal(10,2) NOT NULL, `currcptno` varchar(50) NOT NULL, `totrcptno` varchar(50) NOT NULL, `intrldata` text NOT NULL, `rcptsign` text NOT NULL, `sdcdatetime` varchar(50) NOT NULL, `taxblAmtA` varchar(50) DEFAULT NULL, `taxblAmtB` varchar(50) DEFAULT NULL, `taxblAmtC` varchar(50) DEFAULT NULL, `taxblAmtD` varchar(50) DEFAULT NULL, `taxblAmtE` varchar(50) DEFAULT NULL, `taxAmtA` varchar(50) DEFAULT NULL, `taxAmtB` varchar(50) DEFAULT NULL, `taxAmtC` varchar(50) DEFAULT NULL, `taxAmtD` varchar(50) DEFAULT NULL, `taxAmtE` varchar(50) DEFAULT NULL, `taxRtA` varchar(50) DEFAULT NULL, `taxRtB` varchar(50) DEFAULT NULL, `taxRtC` varchar(50) DEFAULT NULL, `taxRtD` varchar(50) DEFAULT NULL, `taxRtE` varchar(50) DEFAULT NULL, `sdcId` text NOT NULL, `mrcNo` text NOT NULL, `salesdump` text NOT NULL, `receiptdump` text NOT NULL, `etimsstatus` int(11) DEFAULT 0, `itemsstockmaster` text NOT NULL, PRIMARY KEY (`id`), KEY `id` (`id`,`userid`,`invoice`) ) ENGINE=InnoDB AUTO_INCREMENT=3297 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','','2025-04-23 12:56:46','','0','1','2025-04-23 12:56:46','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','3','0','11745402113','Cleared','','','','','8','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2,'','Cash','','2025-04-23 15:06:12','','0','1','2025-04-23 15:06:12','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','','0','11745409950','Cleared','','','','','14','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3,'','Cash','','2025-04-23 16:36:24','','0','1','2025-04-23 16:36:24','','250','250','1','retail','0','250','1','0','0','0','0','0','0','printed',' ','','1','0','11745415370','Cleared','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(4,'','Cash','','2025-04-23 16:37:01','','0','1','2025-04-23 16:37:01','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','1','0','11745415394','No','','','','','5','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(5,'tygfg','Mpesa','','2025-04-23 19:39:40','','0','3','2025-04-23 19:39:40','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','','3','0','31745426279','Cleared','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(6,'','Cash','','2025-04-23 21:07:32','','0','1','2025-04-23 21:07:32','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','3','0','11745431639','Cleared','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(7,'','Cash','','2025-04-23 21:08:02','','0','1','2025-04-23 21:08:02','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','3','0','11745431659','Cleared','','','','','5','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(8,'','Cash','','2025-04-23 22:02:27','','0','1','2025-04-23 22:02:27','','1120','1120','1','retail','0','1120','1','0','0','0','0','0','0','new',' ','','1','0','11745434919','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(9,'','Cash','','2025-04-23 22:06:12','','0','1','2025-04-23 22:04:42','','1170','1170','1','retail','0','1170','1','0','0','0','0','0','0','printed',' ','','3','0','11745434966','Cleared','1','2025-04-23 22:06:12','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(10,'','Cash','','2025-04-23 23:34:44','','0','1','2025-04-23 23:34:44','','1120','1120','1','retail','0','1120','1','0','0','0','0','0','0','printed',' ','','1','0','11745440464','Cleared','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(11,'','Cash','','2025-04-23 23:35:14','','0','1','2025-04-23 23:35:14','','1120','1120','1','retail','0','1120','1','0','0','0','0','0','0','new',' ','','1','0','11745440495','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(12,'','Cash','','2025-04-23 23:41:11','','0','1','2025-04-23 23:41:11','','2','2','1','retail','0','2','1','0','0','0','0','0','0','new',' ','','1','0','11745440859','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(13,'','Cash','','2025-04-23 23:55:52','','0','1','2025-04-23 23:55:52','','2','2','1','retail','0','2','1','0','0','0','0','0','0','new',' ','','1','0','11745441738','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(14,'','Cash','','2025-04-24 00:00:34','','0','1','2025-04-24 00:00:34','','2','2','1','retail','0','2','1','0','0','0','0','0','0','new',' ','','1','0','11745442014','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(15,'','Cash','','2025-04-24 00:03:18','','0','1','2025-04-24 00:03:18','','2','2','1','retail','0','2','1','0','0','0','0','0','0','new',' ','','1','0','11745442186','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(16,'','Cash','','2025-04-24 15:37:39','','0','1','2025-04-24 15:37:39','','2','2','1','retail','0','2','1','0','0','0','0','0','0','new',' ','','1','0','11745498245','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(17,'','Cash','','2025-04-24 15:38:26','','0','1','2025-04-24 15:38:26','','2','2','1','retail','0','2','1','0','0','0','0','0','0','new',' ','','1','0','11745498291','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(18,'','Cash','','2025-04-24 15:46:28','','0','1','2025-04-24 15:46:28','','2','2','1','retail','0','2','1','0','0','0','0','0','0','new',' ','','1','0','11745498775','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(19,'','Cash','','2025-04-24 16:01:55','','0','1','2025-04-24 16:01:55','','52','52','1','retail','0','52','1','0','0','0','0','0','0','new',' ','','3','0','11745499629','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(20,'','Cash','','2025-04-24 16:03:33','','0','1','2025-04-24 16:02:38','','1170','1170','1','retail','0','1170','1','0','0','0','0','0','0','new',' ','','3','0','11745499740','No','1','2025-04-24 16:03:33','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(21,'','Cash','','2025-04-24 16:18:48','','0','1','2025-04-24 16:18:48','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','11745500718','No','','','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(22,'','Cash','','2025-04-24 16:30:41','','0','1','2025-04-24 16:28:01','','52','52','1','retail','0','52','1','0','0','0','0','0','0','printed',' ','','3','0','11745501271','No','1','2025-04-24 16:30:41','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(23,'','Cash','','2025-04-24 16:31:47','','0','1','2025-04-24 16:31:47','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','11745501469','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(24,'','Cash','','2025-04-24 16:59:48','','0','1','2025-04-24 16:59:48','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','11745503163','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(25,'','Cash','','2025-04-24 17:01:05','','0','1','2025-04-24 17:01:05','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','11745503218','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(26,'','Cash','','2025-04-24 17:02:38','','0','1','2025-04-24 17:02:38','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','3','0','11745503338','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(27,'','Cash','','2025-04-24 17:05:02','','0','1','2025-04-24 17:05:02','','2','2','1','retail','0','2','1','0','0','0','0','0','0','new',' ','','1','0','11745503497','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(28,'','Cash','','2025-04-24 17:06:20','','0','1','2025-04-24 17:06:20','','2','2','1','retail','0','2','1','0','0','0','0','0','0','new',' ','','1','0','11745503551','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(29,'','Cash','','2025-04-24 17:06:58','','0','1','2025-04-24 17:06:58','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','11745503586','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(30,'','Cash','','2025-04-24 17:48:59','','0','1','2025-04-24 17:48:59','','2','2','1','retail','0','2','1','0','0','0','0','0','0','new',' ','','1','0','11745506128','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(31,'','Cash','','2025-04-24 17:56:18','','0','1','2025-04-24 17:56:19','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','11745503512','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(32,'','Cash','','2025-04-24 17:57:58','','0','1','2025-04-24 17:57:58','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','11745506584','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(33,'','Cash','','2025-04-24 18:02:31','','0','1','2025-04-24 18:02:31','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','3','0','11745506825','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(34,'','Cash','','2025-04-24 18:34:51','','0','1','2025-04-24 18:14:42','','1570','1570','1','retail','0','1570','1','0','0','0','0','0','0','printed',' ','','3','0','11745507261','No','1','2025-04-24 18:34:51','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(35,'','Cash','','2025-04-24 18:42:28','','0','1','2025-04-24 18:37:04','','1270','1270','1','retail','0','1270','1','0','0','0','0','0','0','new',' ','','3','0','11745508903','No','1','2025-04-24 18:42:28','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(36,'','Cash','','2025-04-24 19:19:13','','0','1','2025-04-24 19:19:13','','1120','1120','1','retail','0','1120','1','0','0','0','0','0','0','new',' ','','1','0','11745511533','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(37,'','Cash','','2025-04-24 19:39:39','','0','1','2025-04-24 19:39:39','','3516','3516','1','retail','0','3516','1','0','0','0','0','0','0','new',' ','','3','0','11745512690','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(38,'','Cash','','2025-04-24 19:47:14','','0','4','2025-04-24 19:47:14','','500','500','1','retail','0','500','1','0','0','0','0','0','0','new',' ','','1','0','41745513084','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(39,'','Cash','','2025-04-24 20:17:30','','0','6','2025-04-24 20:17:30','','700','700','1','retail','0','700','1','0','0','0','0','0','0','new',' ','','3','0','61745514907','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(40,'','Cash','','2025-04-24 20:26:03','','0','1','2025-04-24 20:26:03','','1320','1320','1','retail','0','1320','1','0','0','0','0','0','0','new',' ','','3','0','11745514947','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(41,'','Cash','','2025-04-25 10:30:10','','0','1','2025-04-25 10:30:10','','102','102','1','retail','0','102','1','0','0','0','0','0','0','new',' ','','3','0','11745566170','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(42,'','Cash','','2025-04-25 10:51:44','','0','1','2025-04-25 10:51:44','','1220','1220','1','retail','0','1220','1','0','0','0','0','0','0','new',' ','','1','0','11745567475','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(43,'','Cash','','2025-04-25 10:58:07','','0','1','2025-04-25 10:53:47','','1220','1220','1','retail','0','1220','1','0','0','0','0','0','0','new',' ','','3','0','11745567524','No','1','2025-04-25 10:58:07','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(44,'','Cash','','2025-04-25 10:58:46','','0','1','2025-04-25 10:58:46','','1220','1220','1','retail','0','1220','1','0','0','0','0','0','0','new',' ','','1','0','11745567896','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(45,'','Cash','','2025-04-25 11:02:21','','0','1','2025-04-25 11:02:21','','1220','1220','1','retail','0','1220','1','0','0','0','0','0','0','new',' ','','1','0','11745568080','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(46,'','Cash','','2025-04-25 11:25:26','','0','1','2025-04-25 11:25:26','','1120','1120','1','retail','0','1120','1','0','0','0','0','0','0','new',' ','','1','0','11745569515','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(47,'','Cash','','2025-04-25 11:28:09','','0','1','2025-04-25 11:28:09','','1120','1120','1','retail','0','1120','1','0','0','0','0','0','0','new',' ','','1','0','11745569670','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(48,'','Cash','','2025-04-25 11:34:51','','0','1','2025-04-25 11:34:51','','1120','1120','1','retail','0','1120','1','0','0','0','0','0','0','new',' ','','1','0','11745569533','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(49,'','Cash','','2025-04-25 11:48:43','','0','1','2025-04-25 11:48:43','','1120','1120','1','retail','0','1120','1','0','0','0','0','0','0','new',' ','','1','0','11745570897','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(50,'','Cash','','2025-04-25 11:49:44','','0','1','2025-04-25 11:49:44','','1120','1120','1','retail','0','1120','1','0','0','0','0','0','0','new',' ','','1','0','11745570928','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(51,'','Cash','','2025-04-25 11:52:43','','0','1','2025-04-25 11:52:43','','1120','1120','1','retail','0','1120','1','0','0','0','0','0','0','new',' ','','1','0','11745571151','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(52,'','Cash','','2025-04-25 11:54:25','','0','1','2025-04-25 11:54:25','','1120','1120','1','retail','0','1120','1','0','0','0','0','0','0','new',' ','','1','0','11745571228','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(53,'','Cash','','2025-04-25 11:56:32','','0','1','2025-04-25 11:56:32','','1120','1120','1','retail','0','1120','1','0','0','0','0','0','0','new',' ','','1','0','11745571367','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(54,'','Cash','','2025-04-25 11:59:12','','0','1','2025-04-25 11:59:12','','1120','1120','1','retail','0','1120','1','0','0','0','0','0','0','new',' ','','1','0','11745571474','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(55,'','Cash','','2025-04-25 12:00:44','','0','1','2025-04-25 12:00:44','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','11745571628','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(56,'','Cash','','2025-04-25 12:05:15','','0','1','2025-04-25 12:05:15','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','11745571653','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(57,'','Cash','','2025-04-25 12:14:11','','0','1','2025-04-25 12:14:11','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','11745572439','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(58,'','Cash','','2025-04-25 12:15:22','','0','1','2025-04-25 12:15:22','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','11745571563','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(59,'','Cash','','2025-04-25 12:17:33','','0','1','2025-04-25 12:17:33','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','11745572536','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(60,'','Cash','','2025-04-25 12:18:35','','0','1','2025-04-25 12:18:35','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','11745572480','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(61,'','Cash','','2025-04-25 12:23:52','','0','1','2025-04-25 12:23:52','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','11745572729','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(62,'','Cash','','2025-04-25 12:26:48','','0','1','2025-04-25 12:26:48','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','1','0','11745573192','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(63,'','Cash','','2025-04-25 12:28:39','','0','1','2025-04-25 12:28:39','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','1','0','11745573308','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(64,'','Cash','','2025-04-25 12:30:47','','0','1','2025-04-25 12:30:47','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','11745573436','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(65,'','Cash','','2025-04-25 12:40:35','','0','8','2025-04-25 12:36:47','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','3','0','81745573786','No','8','2025-04-25 12:40:35','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(66,'','Mpesa','','2025-04-25 12:45:45','','0','8','2025-04-25 12:45:45','','0','50','1','retail','0','50','1','0','0','0','0','50','0','printed',' ','',NULL,'0','81745574292','Cleared','8','2025-04-25 13:28:20','','','','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(67,'','Cash','','2025-04-25 12:56:49','','0','9','2025-04-25 12:54:24','','454','454','1','retail','0','454','1','0','0','0','0','0','0','new',' ','','3','0','91745574729','No','9','2025-04-25 12:56:49','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(68,'','Cash','','2025-04-25 13:10:50','','0','9','2025-04-25 13:03:05','','352','352','1','retail','0','352','1','0','0','0','0','0','0','new',' ','','3','0','91745575245','No','9','2025-04-25 13:10:50','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(69,'','Mpesa','','2025-04-25 13:21:24','','0','8','2025-04-25 13:18:02','','0','152','1','retail','0','152','1','0','0','0','0','152','0','printed',' ','','3','0','81745576151','Cleared','8','2025-04-25 13:26:39','','','1','','','',0.00,0.00,0,'',NULL,'KES',NULL,NULL,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(70,'','Cash','','2025-04-25 13:43:04','','0','8','2025-04-25 13:36:50','','750','750','1','retail','0','750','1','0','0','0','0','0','0','printed',' ','','3','0','81745577407','No','8','2025-04-25 13:43:04','','','6','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(71,'','Cash','','2025-04-25 13:51:46','','0','8','2025-04-25 13:50:26','','102','102','1','retail','0','102','1','0','0','0','0','0','0','new',' ','','3','0','81745578223','No','8','2025-04-25 13:51:46','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(72,'','Cash','','2025-04-25 13:53:33','','0','8','2025-04-25 13:53:33','','102','102','1','retail','0','102','1','0','0','0','0','0','0','new',' ','','1','0','81745578389','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(73,'','Cash','','2025-04-25 13:56:24','','0','8','2025-04-25 13:56:24','','102','102','1','retail','0','102','1','0','0','0','0','0','0','new',' ','','1','0','81745578557','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(74,'','Cash','','2025-04-25 13:59:59','','0','8','2025-04-25 13:59:59','','102','102','1','retail','0','102','1','0','0','0','0','0','0','new',' ','','3','0','81745578772','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(75,'','Cash','','2025-04-25 14:01:31','','0','8','2025-04-25 14:01:31','','102','102','1','retail','0','102','1','0','0','0','0','0','0','new',' ','','3','0','81745578860','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(76,'','Cash','','2025-04-25 14:02:35','','0','8','2025-04-25 14:02:35','','102','102','1','retail','0','102','1','0','0','0','0','0','0','new',' ','','3','0','81745578932','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(77,'','Cash','','2025-04-25 15:42:47','','0','1','2025-04-25 15:42:47','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','11745584941','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(78,'','Cash','','2025-04-25 15:46:37','','0','1','2025-04-25 15:46:37','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','11745585185','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(79,'','Cash','','2025-04-25 16:43:13','','0','10','2025-04-25 16:43:13','','1500','1500','1','retail','0','1500','1','0','0','0','0','0','0','new',' ','','1','0','101745588452','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(80,'','Cash','','2025-04-25 16:47:44','','0','10','2025-04-25 16:47:44','','550','550','1','retail','0','550','1','0','0','0','0','0','0','new',' ','','3','0','101745588777','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(81,'','Cash','','2025-04-25 16:49:41','','0','10','2025-04-25 16:49:41','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','3','0','101745588881','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(82,'','Cash','','2025-04-25 16:52:08','','0','10','2025-04-25 16:52:08','','550','550','1','retail','0','550','1','0','0','0','0','0','0','new',' ','','3','0','101745589002','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(83,'','Cash','','2025-04-25 16:54:18','','0','10','2025-04-25 16:54:18','','550','550','1','retail','0','550','1','0','0','0','0','0','0','new',' ','','1','0','101745589137','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(84,'','Cash','','2025-04-25 16:55:33','','0','10','2025-04-25 16:55:33','','550','550','1','retail','0','550','1','0','0','0','0','0','0','new',' ','','1','0','101745589231','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(85,'','Cash','','2025-04-25 17:19:01','','0','11','2025-04-25 16:59:21','','950','950','1','retail','0','950','1','0','0','0','0','0','0','printed',' ','','3','0','111745589454','No','11','2025-04-25 17:19:01','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(86,'','Cash','','2025-04-25 17:16:10','','0','11','2025-04-25 17:09:26','','850','850','1','retail','0','850','1','0','0','0','0','0','0','printed',' ','','3','0','111745589929','No','11','2025-04-25 17:16:10','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(87,'','Cash','','2025-04-25 18:00:37','','0','12','2025-04-25 17:34:36','','700','700','1','retail','0','700','1','0','0','0','0','0','0','printed',' ','','1','0','121745591638','No','12','2025-04-25 18:00:37','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(88,'','Cash','','2025-04-25 17:48:54','','0','12','2025-04-25 17:46:31','','1150','1150','1','retail','0','1150','1','0','0','0','0','0','0','printed',' ','','3','0','121745592244','No','12','2025-04-25 17:48:54','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(89,'','Cash','','2025-04-26 17:24:09','','0','8','2025-04-26 09:58:21','','370','370','1','retail','0','370','1','0','0','0','0','0','0','printed',' ','','1','0','81745650698','No','8','2025-04-26 17:24:09','','','6','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(90,'','Cash','','2025-04-26 12:29:40','','0','1','2025-04-26 12:29:40','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','1','0','11745596005','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(91,'','Cash','','2025-04-26 12:33:50','','0','1','2025-04-26 12:33:50','','2','2','1','retail','0','2','1','0','0','0','0','0','0','new',' ','','1','0','11745659793','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(92,'','Cash','','2025-04-26 12:55:33','','0','1','2025-04-26 12:55:33','','2','2','1','retail','0','2','1','0','0','0','0','0','0','new',' ','','1','0','11745661255','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(93,'','Cash','','2025-04-26 12:57:12','','0','1','2025-04-26 12:57:12','','600','600','1','retail','0','600','1','0','0','0','0','0','0','new',' ','','1','0','11745661422','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(94,'','Cash','','2025-04-26 13:18:57','','0','1','2025-04-26 13:18:57','','2','2','1','retail','0','2','1','0','0','0','0','0','0','new',' ','','1','0','11745661478','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(95,'','Cash','','2025-04-26 13:26:10','','0','1','2025-04-26 13:26:10','','2','2','1','retail','0','2','1','0','0','0','0','0','0','new',' ','','1','0','11745663148','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(96,'','Cash','','2025-04-26 13:31:05','','0','1','2025-04-26 13:31:05','','2','2','1','retail','0','2','1','0','0','0','0','0','0','new',' ','','1','0','11745663433','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(97,'','Cash','','2025-04-26 13:32:43','','0','1','2025-04-26 13:32:43','','2','2','1','retail','0','2','1','0','0','0','0','0','0','new',' ','','1','0','11745663186','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(98,'','Cash','','2025-04-26 13:35:53','','0','1','2025-04-26 13:35:53','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','11745663728','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(99,'','Cash','','2025-04-26 13:41:02','','0','1','2025-04-26 13:41:02','','2','2','1','retail','0','2','1','0','0','0','0','0','0','new',' ','','1','0','11745664052','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(100,'','Cash','','2025-04-26 13:41:58','','0','1','2025-04-26 13:41:58','','2','2','1','retail','0','2','1','0','0','0','0','0','0','new',' ','','1','0','11745664103','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(101,'','Cash','','2025-04-26 15:23:33','','0','1','2025-04-26 13:44:05','','2','2','1','retail','0','2','1','0','0','0','0','0','0','printed',' ','','1','0','11745664225','No','1','2025-04-26 15:23:33','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(102,'','Cash','','2025-04-26 17:25:12','','0','8','2025-04-26 13:51:44','','1100','1100','1','retail','0','1100','1','0','0','0','0','0','0','printed',' ','','3','0','81745664639','No','8','2025-04-26 17:25:12','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(103,'','Cash','','2025-04-26 17:27:47','','0','8','2025-04-26 13:55:14','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','81745664893','No','8','2025-04-26 17:27:47','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(104,'','Cash','','2025-04-26 14:05:09','','0','12','2025-04-26 14:05:09','','390','390','1','retail','0','390','1','0','0','0','0','0','0','new',' ','','1','0','121745665425','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(105,'','Cash','','2025-04-26 17:28:10','','0','8','2025-04-26 14:29:31','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','3','0','81745666965','No','8','2025-04-26 17:28:10','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(106,'','Invoice','','2025-04-26 15:26:21','','0','1','2025-04-26 15:26:21','13','2','2','1','retail','0','2','1','0','0','0','0','0','0','printed',' ','','1','0','11745670370','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(107,'','Invoice','','2025-04-26 15:35:02','','0','1','2025-04-26 15:35:02','17','2','2','1','retail','0','2','1','0','0','0','0','0','0','printed',' ','','1','0','11745670883','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(108,'','Cash','','2025-04-30 22:52:13','','0','10','2025-04-26 15:54:40','','2','2','1','retail','0','2','1','0','0','0','0','0','0','new',' ','','1','0','101745672061','No','10','2025-04-30 22:52:13','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(109,'','Cash','','2025-04-26 15:55:07','','0','10','2025-04-26 15:55:07','','2','2','1','retail','0','2','1','0','0','0','0','0','0','new',' ','','1','0','101745672087','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(110,'','Cash','','2025-04-26 16:07:02','','0','8','2025-04-26 16:07:02','','850','850','1','retail','0','850','1','0','0','0','0','0','0','new',' ','','1','0','81745672661','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(111,'','Cash','','2025-04-26 16:36:09','','0','8','2025-04-26 16:36:09','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','81745674518','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(112,'','Cash','','2025-04-26 16:49:36','','0','12','2025-04-26 16:49:36','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','121745675364','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(113,'','Cash','','2025-04-26 17:07:36','','0','12','2025-04-26 17:07:36','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','121745676441','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(114,'','Cash','','2025-04-26 17:10:54','','0','8','2025-04-26 17:10:54','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','3','0','81745676621','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(115,'','Cash','','2025-04-26 17:37:47','','0','8','2025-04-26 17:37:47','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','81745678236','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(116,'','Cash','','2025-04-26 18:06:50','','0','8','2025-04-26 18:06:50','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','81745679768','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(117,'','Cash','','2025-04-26 18:48:36','','0','12','2025-04-26 18:08:33','','130','130','1','retail','0','130','1','0','0','0','0','0','0','new',' ','','1','0','121745680085','No','12','2025-04-26 18:48:36','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(118,'','Cash','','2025-04-26 19:03:11','','0','12','2025-04-26 19:03:12','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','3','0','121745683387','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(119,'','Cash','','2025-04-26 19:05:52','','0','12','2025-04-26 19:05:52','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','121745683550','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(120,'','Cash','','2025-04-26 19:08:40','','0','12','2025-04-26 19:08:40','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','121745683718','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(121,'','Cash','','2025-04-26 19:13:49','','0','12','2025-04-26 19:13:49','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','121745684024','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(122,'','Cash','','2025-04-26 19:19:15','','0','12','2025-04-26 19:19:15','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','121745684352','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(123,'','Cash','','2025-04-26 19:20:15','','0','12','2025-04-26 19:20:15','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','121745684412','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(124,'','Cash','','2025-04-26 19:22:07','','0','12','2025-04-26 19:22:07','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','121745684524','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(125,'','Cash','','2025-04-26 19:28:25','','0','3','2025-04-26 19:28:25','','2','2','1','retail','0','2','1','0','0','0','0','0','0','new',' ','','1','0','31745684884','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(126,'','Cash','','2025-04-26 19:29:16','','0','8','2025-04-26 19:29:16','','70','70','1','retail','0','70','1','0','0','0','0','0','0','new',' ','','1','0','81745684918','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(127,'','Cash','','2025-04-26 19:30:56','','0','3','2025-04-26 19:30:56','','2','2','1','retail','0','2','1','0','0','0','0','0','0','new',' ','','1','0','31745684954','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(128,'','Cash','','2025-04-26 19:36:58','','0','12','2025-04-26 19:36:58','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','121745685381','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(129,'','Cash','','2025-04-26 19:41:14','','0','8','2025-04-26 19:41:14','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','81745685671','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(130,'','Cash','','2025-04-26 19:45:04','','0','8','2025-04-26 19:45:04','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','81745685898','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(131,'','Cash','','2025-04-26 19:52:07','','0','12','2025-04-26 19:52:07','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','121745686326','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(132,'','Cash','','2025-04-26 19:55:36','','0','8','2025-04-26 19:55:36','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','81745686535','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(133,'','Cash','','2025-04-26 20:02:24','','0','12','2025-04-26 20:02:24','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','121745686941','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(134,'','Cash','','2025-04-26 20:05:00','','0','12','2025-04-26 20:05:00','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','121745687098','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(135,'','Cash','','2025-04-26 20:06:47','','0','12','2025-04-26 20:06:47','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','1','0','121745687204','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(136,'','Cash','','2025-04-26 20:09:53','','0','8','2025-04-26 20:09:53','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','81745687392','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(137,'','Cash','','2025-04-26 20:14:47','','0','12','2025-04-26 20:14:47','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','121745687685','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(138,'','Cash','','2025-04-26 20:59:48','','0','8','2025-04-26 20:33:04','','550','550','1','retail','0','550','1','0','0','0','0','0','0','new',' ','','1','0','81745688721','No','8','2025-04-26 20:59:48','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(139,'','Cash','','2025-04-26 20:43:11','','0','12','2025-04-26 20:43:11','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','121745689382','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(140,'','Cash','','2025-04-26 20:46:47','','0','12','2025-04-26 20:46:47','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','121745689592','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(141,'','Cash','','2025-04-26 20:55:52','','0','12','2025-04-26 20:55:52','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','121745690149','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(142,'','Cash','','2025-04-26 21:01:09','','0','12','2025-04-26 21:01:09','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','121745690438','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(143,'','Cash','','2025-04-26 22:43:15','','0','11','2025-04-26 22:43:15','','2','2','1','retail','0','2','1','0','0','0','0','0','0','new',' ','','1','0','111745696546','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(144,'','Cash','','2025-04-27 08:51:20','','0','8','2025-04-27 08:51:20','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','3','0','81745733079','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(145,'','Cash','','2025-04-27 09:37:35','','0','18','2025-04-27 09:37:35','','2','2','1','retail','0','2','1','0','0','0','0','0','0','new',' ','','1','0','181745735761','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(146,'','Cash','','2025-04-27 20:25:27','','0','18','2025-04-27 09:39:49','','2','2','1','retail','0','2','1','0','0','0','0','0','0','new',' ','','1','0','181745735938','No','18','2025-04-27 20:25:27','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(147,'','Cash','','2025-04-27 09:47:52','','0','3','2025-04-27 09:47:36','','2','2','1','retail','0','2','1','0','0','0','0','0','0','new',' ','','1','0','31745736436','No','3','2025-04-27 09:47:52','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(148,'','Cash','','2025-04-27 10:56:43','','0','12','2025-04-27 10:56:43','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','121745740602','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(149,'','Cash','','2025-04-27 11:31:05','','0','8','2025-04-27 11:31:05','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','81745742664','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(150,'','Cash','','2025-04-27 12:40:50','','0','8','2025-04-27 12:40:50','','750','750','1','retail','0','750','1','0','0','0','0','0','0','new',' ','','1','0','81745746643','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(151,'','Cash','','2025-04-27 12:42:00','','0','12','2025-04-27 12:42:00','','380','380','1','retail','0','380','1','0','0','0','0','0','0','new',' ','','1','0','121745746897','No','','','','','6','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(152,'','Cash','','2025-04-27 13:21:45','','0','8','2025-04-27 13:21:45','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','81745749303','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(153,'','Cash','','2025-04-27 13:41:15','','0','8','2025-04-27 13:26:13','','830','830','1','retail','0','830','1','0','0','0','0','0','0','new',' ','','1','0','81745749564','No','8','2025-04-27 13:41:15','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(154,'','Cash','','2025-04-27 14:05:16','','0','12','2025-04-27 14:05:16','','430','430','1','retail','0','430','1','0','0','0','0','0','0','new',' ','','1','0','121745751854','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(155,'','Cash','','2025-04-27 14:10:52','','0','12','2025-04-27 14:10:52','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','121745752251','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(156,'','Cash','','2025-04-27 14:15:39','','0','12','2025-04-27 14:15:39','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','','0','121745752537','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(157,'','Cash','','2025-04-27 14:18:08','','0','12','2025-04-27 14:18:08','','730','730','1','retail','0','730','1','0','0','0','0','0','0','new',' ','','1','0','121745752663','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(158,'','Cash','','2025-04-27 14:19:24','','0','8','2025-04-27 14:19:24','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','81745752759','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(159,'','Cash','','2025-04-27 14:25:18','','0','8','2025-04-27 14:25:18','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','81745753117','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(160,'','Cash','','2025-04-27 14:45:58','','0','8','2025-04-27 14:45:58','','40','40','1','retail','0','40','1','0','0','0','0','0','0','new',' ','','1','0','81745754352','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(161,'','Cash','','2025-04-27 15:18:57','','0','8','2025-04-27 14:55:33','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','3','0','81745754931','No','8','2025-04-27 15:18:57','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(162,'','Cash','','2025-04-27 16:27:40','','0','8','2025-04-27 15:06:44','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','81745755602','No','8','2025-04-27 16:27:40','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(163,'','Cash','','2025-04-27 15:30:25','','0','12','2025-04-27 15:23:29','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','3','0','121745756607','No','12','2025-04-27 15:30:25','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(164,'','Cash','','2025-04-27 16:18:13','','0','12','2025-04-27 16:13:22','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','121745759601','No','12','2025-04-27 16:18:13','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(165,'','Cash','','2025-04-27 16:28:24','','0','8','2025-04-27 16:28:24','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','81745760496','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(166,'','Cash','','2025-04-27 16:34:52','','0','8','2025-04-27 16:29:18','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','3','0','81745760541','No','8','2025-04-27 16:34:52','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(167,'','Cash','','2025-04-27 17:09:55','','0','8','2025-04-27 17:09:55','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','81745762993','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(168,'','Cash','','2025-04-27 18:52:47','','0','8','2025-04-27 18:44:25','','210','210','1','retail','0','210','1','0','0','0','0','0','0','new',' ','','1','0','81745768387','No','8','2025-04-27 18:52:47','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(169,'','Cash','','2025-04-27 19:09:49','','0','12','2025-04-27 19:09:49','','330','330','1','retail','0','330','1','0','0','0','0','0','0','new',' ','','1','0','121745770179','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(170,'','Cash','','2025-04-27 19:45:36','','0','8','2025-04-27 19:45:36','','650','650','1','retail','0','650','1','0','0','0','0','0','0','new',' ','','1','0','81745772322','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(171,'','Cash','','2025-04-27 20:02:54','','0','12','2025-04-27 20:02:54','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','121745773373','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(172,'','Cash','','2025-04-27 20:25:30','','0','11','2025-04-27 20:25:30','','180','180','1','retail','0','180','1','0','0','0','0','0','0','printed',' ','','3','0','111745696771','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(173,'','Cash','','2025-04-27 20:26:18','','0','11','2025-04-27 20:26:18','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','1','0','111745774758','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(174,'','Cash','','2025-04-27 20:26:20','','0','18','2025-04-27 20:26:20','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','1','0','181745774759','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(175,'','Cash','','2025-04-27 20:28:53','','0','11','2025-04-27 20:28:53','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','111745774786','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(176,'','Cash','','2025-04-27 20:36:58','','0','11','2025-04-27 20:36:58','','390','390','1','retail','0','390','1','0','0','0','0','0','0','new',' ','','1','0','111745775062','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(177,'','Cash','','2025-04-27 21:03:03','','0','18','2025-04-27 20:39:36','','260','260','1','retail','0','260','1','0','0','0','0','0','0','new',' ','','1','0','181745775575','No','18','2025-04-27 21:03:03','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(178,'','Cash','','2025-04-28 20:45:11','','0','11','2025-04-27 20:46:23','','130','130','1','retail','0','130','1','0','0','0','0','0','0','new',' ','','1','0','111745775946','No','11','2025-04-28 20:45:11','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(179,'','Cash','','2025-04-27 20:48:35','','0','18','2025-04-27 20:48:35','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','181745776114','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(180,'','Cash','','2025-04-28 09:05:40','','0','18','2025-04-28 09:05:40','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','181745820334','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(181,'','Cash','','2025-04-28 10:44:09','','0','8','2025-04-28 10:44:09','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','81745826244','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(182,'','Cash','','2025-04-28 10:55:28','','0','18','2025-04-28 10:55:28','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','3','0','181745826927','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(183,'','Cash','','2025-04-28 11:44:36','','0','18','2025-04-28 11:44:36','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181745829173','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(184,'','Cash','','2025-04-28 12:27:05','','0','18','2025-04-28 12:27:05','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','181745832423','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(185,'','Cash','','2025-04-28 12:29:14','','0','18','2025-04-28 12:29:14','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','181745832549','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(186,'','Cash','','2025-04-28 13:10:06','','0','18','2025-04-28 13:10:06','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181745834974','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(187,'','Cash','','2025-04-28 14:00:19','','0','18','2025-04-28 14:00:19','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181745838011','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(188,'','Cash','','2025-04-28 14:09:08','','0','18','2025-04-28 14:09:08','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','181745838537','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(189,'','Cash','','2025-04-28 14:25:13','','0','18','2025-04-28 14:25:13','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','181745839496','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(190,'','Cash','','2025-04-28 14:35:20','','0','18','2025-04-28 14:35:20','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','1','0','181745840005','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(191,'','Cash','','2025-04-28 14:43:33','','0','18','2025-04-28 14:43:33','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','181745840592','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(192,'','Cash','','2025-04-28 15:18:01','','0','18','2025-04-28 15:18:01','','800','800','1','retail','0','800','1','0','0','0','0','0','0','new',' ','','1','0','181745842459','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(193,'','Cash','','2025-04-28 16:12:39','','0','18','2025-04-28 16:06:53','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','181745845370','No','18','2025-04-28 16:12:39','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(194,'','Cash','','2025-04-28 16:23:31','','0','18','2025-04-28 16:23:31','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','3','0','181745846403','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(195,'','Cash','','2025-04-28 16:45:07','','0','18','2025-04-28 16:45:07','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','181745847895','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(196,'','Cash','','2025-04-28 20:52:35','','0','18','2025-04-28 16:55:03','','750','750','1','retail','0','750','1','0','0','0','0','0','0','new',' ','','1','0','181745847972','No','18','2025-04-28 20:52:35','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(197,'','Cash','','2025-04-28 17:16:20','','0','18','2025-04-28 16:56:21','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','181745848579','No','18','2025-04-28 17:16:20','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(198,'','Cash','','2025-04-28 16:59:10','','0','18','2025-04-28 16:59:10','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181745848747','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(199,'','Cash','','2025-04-28 17:06:00','','0','18','2025-04-28 17:06:00','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181745849158','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(200,'','Cash','','2025-04-28 18:20:18','','0','18','2025-04-28 17:43:36','','1010','1010','1','retail','0','1010','1','0','0','0','0','0','0','printed',' ','','1','0','181745851110','No','18','2025-04-28 18:20:18','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(201,'','Cash','','2025-04-28 18:17:50','','0','18','2025-04-28 18:17:50','','330','330','1','retail','0','330','1','0','0','0','0','0','0','new',' ','','3','0','181745853394','No','','','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(202,'','Cash','','2025-04-28 18:47:51','','0','18','2025-04-28 18:25:43','','850','850','1','retail','0','850','1','0','0','0','0','0','0','new',' ','','3','0','181745853890','No','18','2025-04-28 18:47:51','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(203,'','Cash','','2025-04-28 18:52:16','','0','18','2025-04-28 18:28:34','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','3','0','181745854028','No','18','2025-04-28 18:52:16','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(204,'','Cash','','2025-04-28 18:41:45','','0','18','2025-04-28 18:36:44','','990','990','1','retail','0','990','1','0','0','0','0','0','0','new',' ','','1','0','181745854498','No','18','2025-04-28 18:41:45','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(205,'','Cash','','2025-04-28 19:04:41','','0','18','2025-04-28 19:04:41','','320','320','1','retail','0','320','1','0','0','0','0','0','0','new',' ','','3','0','181745856209','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(206,'','Cash','','2025-04-28 19:09:07','','0','8','2025-04-28 19:09:07','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','81745856539','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(207,'','Cash','','2025-04-28 19:11:57','','0','18','2025-04-28 19:11:57','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181745856712','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(208,'','Cash','','2025-04-28 19:23:25','','0','18','2025-04-28 19:23:25','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','181745857378','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(209,'','Cash','','2025-04-28 20:13:56','','0','8','2025-04-28 20:13:56','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','3','0','81745860432','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(210,'','Cash','','2025-04-28 20:16:07','','0','8','2025-04-28 20:15:16','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','81745860514','No','8','2025-04-28 20:16:07','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(211,'','Cash','','2025-04-28 20:23:55','','0','8','2025-04-28 20:23:55','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','81745861017','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(212,'','Cash','','2025-04-28 20:54:47','','0','18','2025-04-28 20:24:59','','260','260','1','retail','0','260','1','0','0','0','0','0','0','new',' ','','1','0','181745861097','No','18','2025-04-28 20:54:47','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(213,'','Cash','','2025-04-28 20:26:47','','0','8','2025-04-28 20:26:47','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','81745861202','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(214,'','Cash','','2025-04-28 20:38:35','','0','8','2025-04-28 20:38:35','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','81745861914','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(215,'','Cash','','2025-04-28 20:45:48','','0','11','2025-04-28 20:45:48','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','111745862346','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(216,'','Cash','','2025-04-28 20:57:31','','0','18','2025-04-28 20:57:31','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181745863050','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(217,'','Cash','','2025-04-28 21:45:16','','0','18','2025-04-28 21:33:55','','600','600','1','retail','0','600','1','0','0','0','0','0','0','new',' ','','1','0','181745865217','No','18','2025-04-28 21:45:16','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(218,'','Cash','','2025-04-28 21:34:29','','0','18','2025-04-28 21:34:29','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','181745865268','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(219,'','Cash','','2025-04-28 21:48:27','','0','11','2025-04-28 21:48:27','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','111745866032','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(220,'','Cash','','2025-04-28 21:52:34','','0','11','2025-04-28 21:52:34','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','111745866324','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(221,'','Cash','','2025-04-28 22:01:21','','0','11','2025-04-28 22:01:21','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','111745866880','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(222,'','Cash','','2025-04-29 07:58:19','','0','11','2025-04-29 07:58:19','','90','90','1','retail','0','90','1','0','0','0','0','0','0','printed',' ','','1','0','111745902690','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(223,'','Cash','','2025-04-29 08:12:00','','0','18','2025-04-29 08:12:00','','90','90','1','retail','0','90','1','0','0','0','0','0','0','new',' ','','1','0','181745903494','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(224,'','Cash','','2025-04-29 08:49:40','','0','18','2025-04-29 08:49:40','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181745905778','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(225,'','Cash','','2025-04-29 08:50:15','','0','18','2025-04-29 08:50:15','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','181745905814','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(226,'','Cash','','2025-04-29 08:50:59','','0','18','2025-04-29 08:50:59','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','181745905857','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(227,'','Cash','','2025-04-29 08:52:19','','0','18','2025-04-29 08:52:19','','20','20','1','retail','0','20','1','0','0','0','0','0','0','printed',' ','','1','0','181745905938','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(228,'','Cash','','2025-04-29 08:52:36','','0','18','2025-04-29 08:52:36','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','181745905954','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(229,'','Cash','','2025-04-29 09:02:56','','0','18','2025-04-29 09:02:56','','260','260','1','retail','0','260','1','0','0','0','0','0','0','new',' ','','1','0','181745906495','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(230,'','Cash','','2025-04-29 20:26:36','','0','18','2025-04-29 09:19:50','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','3','0','181745907588','No','18','2025-04-29 20:26:36','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(231,'','Cash','','2025-04-29 12:40:47','','0','18','2025-04-29 09:23:49','','330','330','1','retail','0','330','1','0','0','0','0','0','0','printed',' ','','3','0','181745907828','No','18','2025-04-29 12:40:47','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(232,'','Cash','','2025-04-29 10:19:16','','0','18','2025-04-29 10:19:16','','240','240','1','retail','0','240','1','0','0','0','0','0','0','new',' ','','3','0','181745911062','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(233,'','Cash','','2025-04-29 11:37:43','','0','18','2025-04-29 11:37:43','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','181745915856','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(234,'','Cash','','2025-04-29 12:21:06','','0','18','2025-04-29 12:21:06','','360','360','1','retail','0','360','1','0','0','0','0','0','0','new',' ','','1','0','181745918454','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(235,'','Cash','','2025-04-29 12:27:55','','0','18','2025-04-29 12:27:55','','310','310','1','retail','0','310','1','0','0','0','0','0','0','new',' ','','3','0','181745918748','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(236,'','Cash','','2025-04-29 12:41:35','','0','18','2025-04-29 12:41:35','','330','330','1','retail','0','330','1','0','0','0','0','0','0','new',' ','','1','0','181745919686','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(237,'','Cash','','2025-04-29 12:46:38','','0','18','2025-04-29 12:46:38','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','181745919995','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(238,'','Cash','','2025-04-29 13:25:51','','0','18','2025-04-29 13:03:29','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','3','0','181745921004','No','18','2025-04-29 13:25:51','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(239,'','Cash','','2025-04-29 13:11:20','','0','18','2025-04-29 13:11:20','','620','620','1','retail','0','620','1','0','0','0','0','0','0','new',' ','','1','0','181745921452','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(240,'','Cash','','2025-04-29 13:27:07','','0','18','2025-04-29 13:27:07','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','3','0','181745922399','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(241,'','Cash','','2025-04-29 13:34:44','','0','18','2025-04-29 13:34:44','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','3','0','181745922841','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(242,'','Cash','','2025-04-29 13:45:12','','0','18','2025-04-29 13:35:54','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','3','0','181745922949','No','18','2025-04-29 13:45:12','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(243,'','Cash','','2025-04-29 13:40:22','','0','18','2025-04-29 13:40:22','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','181745923177','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(244,'','Cash','','2025-04-29 13:52:59','','0','18','2025-04-29 13:52:59','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','181745923962','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(245,'','Cash','','2025-04-29 14:28:44','','0','18','2025-04-29 14:06:56','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181745924815','No','18','2025-04-29 14:28:44','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(246,'','Cash','','2025-04-29 14:12:11','','0','18','2025-04-29 14:12:11','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','181745925129','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(247,'','Cash','','2025-04-29 14:56:02','','0','18','2025-04-29 14:16:13','','1280','1280','1','retail','0','1280','1','0','0','0','0','0','0','new',' ','','1','0','181745925317','No','18','2025-04-29 14:56:02','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(248,'','Cash','','2025-04-29 14:44:20','','0','18','2025-04-29 14:44:20','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','1','0','181745927025','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(249,'','Cash','','2025-04-29 14:46:13','','0','18','2025-04-29 14:46:14','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','181745927172','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(250,'','Cash','','2025-04-29 15:03:36','','0','18','2025-04-29 15:03:36','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','181745928214','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(251,'','Cash','','2025-04-29 15:16:09','','0','18','2025-04-29 15:16:09','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','181745928966','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(252,'','Cash','','2025-04-29 15:38:59','','0','18','2025-04-29 15:38:59','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','181745930337','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(253,'','Cash','','2025-04-29 15:39:37','','0','18','2025-04-29 15:39:37','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181745930375','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(254,'','Cash','','2025-04-29 15:48:11','','0','18','2025-04-29 15:48:11','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','181745930873','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(255,'','Cash','','2025-04-29 16:02:08','','0','18','2025-04-29 16:02:08','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181745931726','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(256,'','Cash','','2025-04-29 16:49:15','','0','18','2025-04-29 16:49:15','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181745934552','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(257,'','Cash','','2025-04-29 16:50:16','','0','18','2025-04-29 16:50:16','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','181745934611','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(258,'','Cash','','2025-04-29 16:51:40','','0','18','2025-04-29 16:51:40','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','181745934687','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(259,'','Cash','','2025-04-29 16:56:36','','0','18','2025-04-29 16:56:36','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181745934991','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(260,'','Cash','','2025-04-29 17:18:10','','0','18','2025-04-29 17:06:17','','170','170','1','retail','0','170','1','0','0','0','0','0','0','new',' ','','1','0','181745935574','No','18','2025-04-29 17:18:10','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(261,'','Cash','','2025-04-29 17:10:49','','0','18','2025-04-29 17:10:49','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','181745935845','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(262,'','Cash','','2025-04-29 17:19:05','','0','18','2025-04-29 17:19:05','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','181745936341','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(263,'','Cash','','2025-04-29 18:34:09','','0','18','2025-04-29 17:26:48','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','1','0','181745936805','No','18','2025-04-29 18:34:09','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(264,'','Cash','','2025-04-29 17:27:00','','1111','21','2025-04-29 17:27:00','','','','1','retail','','','1','0','0','0','0','0','0','new',' ','',NULL,'0','211745936819','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(265,'','Cash','','2025-04-29 17:52:58','','0','18','2025-04-29 17:52:58','','700','700','1','retail','0','700','1','0','0','0','0','0','0','new',' ','','1','0','181745938357','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(266,'','Cash','','2025-04-29 18:47:00','','0','18','2025-04-29 18:47:00','','240','240','1','retail','0','240','1','0','0','0','0','0','0','new',' ','','1','0','181745941520','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(267,'','Cash','','2025-04-29 18:58:29','','0','18','2025-04-29 18:58:29','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','181745942293','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(268,'','Cash','','2025-04-29 19:00:51','','0','18','2025-04-29 19:00:51','','530','530','1','retail','0','530','1','0','0','0','0','0','0','new',' ','','1','0','181745942428','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(269,'','Cash','','2025-04-29 19:05:55','','0','18','2025-04-29 19:05:55','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181745942747','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(270,'','Cash','','2025-04-29 19:10:05','','0','18','2025-04-29 19:10:05','','120','120','1','retail','0','120','1','0','0','0','0','0','0','new',' ','','1','0','181745942975','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(271,'','Cash','','2025-04-29 19:25:07','','0','18','2025-04-29 19:25:07','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','181745943889','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(272,'','Cash','','2025-04-29 19:27:24','','0','18','2025-04-29 19:27:24','','110','110','1','retail','0','110','1','0','0','0','0','0','0','new',' ','','1','0','181745943999','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(273,'','Cash','','2025-04-29 19:41:42','','0','18','2025-04-29 19:41:42','','1040','1040','1','retail','0','1040','1','0','0','0','0','0','0','new',' ','','3','0','181745944782','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(274,'','Cash','','2025-04-29 19:52:15','','0','18','2025-04-29 19:52:15','','280','280','1','retail','0','280','1','0','0','0','0','0','0','new',' ','','1','0','181745945532','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(275,'','Cash','','2025-04-29 19:57:36','','0','11','2025-04-29 19:57:36','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','111745902781','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(276,'','Cash','','2025-04-29 20:00:52','','0','11','2025-04-29 20:00:52','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','111745945927','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(277,'','Cash','','2025-04-29 20:08:44','','0','11','2025-04-29 20:08:44','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','111745946498','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(278,'','Cash','','2025-04-29 20:29:11','','0','18','2025-04-29 20:29:11','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181745947750','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(279,'','Cash','','2025-04-29 20:32:45','','0','11','2025-04-29 20:32:45','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','111745947938','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(280,'','Cash','','2025-04-29 20:44:18','','0','11','2025-04-29 20:44:18','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','111745948622','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(281,'','Cash','','2025-04-29 21:00:39','','0','11','2025-04-29 21:00:39','','90','90','1','retail','0','90','1','0','0','0','0','0','0','new',' ','','3','0','111745949582','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(282,'','Cash','','2025-04-29 22:47:54','','0','11','2025-04-29 22:47:54','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','111745956045','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(283,'','Cash','','2025-04-29 22:50:14','','0','11','2025-04-29 22:50:14','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','111745956188','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(284,'','Cash','','2025-04-30 00:14:13','','0','11','2025-04-30 00:14:13','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','111745961093','No','','','','','1','','','ug',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(285,'','Cash','','2025-04-30 00:16:39','','0','11','2025-04-30 00:16:39','','330','330','1','retail','0','330','1','0','0','0','0','0','0','new',' ','','1','0','111745961351','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(286,'','Cash','','2025-04-30 00:18:55','','0','11','2025-04-30 00:18:55','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','111745961512','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(287,'','Cash','','2025-04-30 00:37:03','','0','11','2025-04-30 00:37:03','','280','280','1','retail','0','280','1','0','0','0','0','0','0','new',' ','','1','0','111745962350','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(288,'','Cash','','2025-04-30 00:55:43','','0','11','2025-04-30 00:55:43','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','3','0','111745963654','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(289,'','Cash','','2025-04-30 01:04:01','','0','11','2025-04-30 01:04:01','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','111745964191','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(290,'','Cash','','2025-04-30 04:42:13','','0','11','2025-04-30 04:42:13','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','111745977316','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(291,'','Cash','','2025-04-30 09:04:38','','0','18','2025-04-30 09:04:38','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','181745993077','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(292,'','Cash','','2025-04-30 09:33:20','','0','21','2025-04-30 09:33:20','','2','2','1','retail','0','2','1','0','0','0','0','0','0','new',' ','','1','0','211745994087','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(293,'','Cash','','2025-04-30 09:42:11','','0','18','2025-04-30 09:42:11','','130','130','1','retail','0','130','1','0','0','0','0','0','0','new',' ','','1','0','181745995187','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(294,'','Cash','','2025-04-30 09:43:12','','0','18','2025-04-30 09:43:12','','160','160','1','retail','0','160','1','0','0','0','0','0','0','new',' ','','1','0','181745995365','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(295,'','Cash','','2025-04-30 09:59:36','','0','18','2025-04-30 09:59:36','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','181745996374','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(296,'','Cash','','2025-04-30 10:14:06','','0','21','2025-04-30 10:14:06','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','211745997232','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(297,'','Cash','','2025-04-30 10:36:09','','0','18','2025-04-30 10:36:09','','110','110','1','retail','0','110','1','0','0','0','0','0','0','new',' ','','3','0','181745998552','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(298,'','Cash','','2025-04-30 10:40:48','','0','18','2025-04-30 10:40:48','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','181745998845','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(299,'','Cash','','2025-04-30 10:52:44','','0','18','2025-04-30 10:44:27','','110','110','1','retail','0','110','1','0','0','0','0','0','0','new',' ','','1','0','181745999047','No','18','2025-04-30 10:52:44','','','5','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(300,'','Cash','','2025-04-30 10:49:05','','0','18','2025-04-30 10:49:05','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','181745999344','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(301,'','Cash','','2025-04-30 11:02:08','','0','18','2025-04-30 11:02:08','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181746000126','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(302,'','Cash','','2025-04-30 11:03:19','','0','1','2025-04-30 11:03:19','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','11746000178','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(303,'','Cash','','2025-04-30 11:07:08','','0','18','2025-04-30 11:07:08','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','181746000425','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(304,'','Cash','','2025-04-30 11:08:25','','0','18','2025-04-30 11:08:25','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','181746000502','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(305,'','Cash','','2025-04-30 11:11:10','','0','21','2025-04-30 11:11:10','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','211746000662','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(306,'','Cash','','2025-04-30 11:12:30','','0','21','2025-04-30 11:12:30','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','211746000740','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(307,'','Cash','','2025-04-30 11:13:56','','0','18','2025-04-30 11:13:56','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','181746000834','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(308,'','Cash','','2025-04-30 11:35:53','','0','1','2025-04-30 11:35:53','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','1','0','11746002150','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(309,'','Cash','','2025-04-30 11:50:42','','0','1','2025-04-30 11:50:42','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','1','0','11746003039','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(310,'','Cash','','2025-04-30 11:51:57','','0','1','2025-04-30 11:51:57','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','11746003112','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(311,'','Cash','','2025-04-30 11:57:20','','0','18','2025-04-30 11:57:20','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','3','0','181746003438','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(312,'','Cash','','2025-04-30 11:58:30','','0','18','2025-04-30 11:58:30','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','181746003490','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(313,'','Cash','','2025-04-30 12:05:56','','0','21','2025-04-30 12:05:56','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','3','0','211746003950','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(314,'','Cash','','2025-04-30 12:07:11','','0','21','2025-04-30 12:07:11','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','211746004026','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(315,'','Cash','','2025-04-30 12:15:56','','0','3','2025-04-30 12:15:56','','2','2','1','retail','0','2','1','0','0','0','0','0','0','new',' ','','1','0','31746004520','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(316,'','Cash','','2025-04-30 12:17:10','','0','3','2025-04-30 12:17:10','','2','2','1','retail','0','2','1','0','0','0','0','0','0','new',' ','','1','0','31746004595','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(317,'','Cash','','2025-04-30 12:18:12','','0','3','2025-04-30 12:18:12','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','31746004682','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(318,'','Cash','','2025-04-30 12:20:13','','0','3','2025-04-30 12:19:04','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','31746004737','No','3','2025-04-30 12:20:13','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(319,'','Cash','','2025-04-30 12:21:36','','0','21','2025-04-30 12:21:36','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','211746004890','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(320,'','Cash','','2025-04-30 12:55:10','','0','18','2025-04-30 12:55:10','','330','330','1','retail','0','330','1','0','0','0','0','0','0','new',' ','','1','0','181746006900','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(321,'','Cash','','2025-04-30 12:56:49','','0','18','2025-04-30 12:56:49','','480','480','1','retail','0','480','1','0','0','0','0','0','0','new',' ','','1','0','181746006981','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(322,'','Cash','','2025-04-30 13:15:55','','0','18','2025-04-30 13:15:55','','380','380','1','retail','0','380','1','0','0','0','0','0','0','new',' ','','1','0','181746008119','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(323,'','Cash','','2025-04-30 13:32:43','','0','18','2025-04-30 13:32:43','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181746009161','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(324,'','Cash','','2025-04-30 14:48:16','','0','21','2025-04-30 13:53:25','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','1','0','211746010322','No','21','2025-04-30 14:48:16','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(325,'','Cash','','2025-04-30 14:07:27','','0','18','2025-04-30 14:07:27','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','181746011218','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(326,'','Cash','','2025-04-30 14:12:01','','0','21','2025-04-30 14:12:01','','750','750','1','retail','0','750','1','0','0','0','0','0','0','new',' ','','1','0','211746011448','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(327,'','Cash','','2025-04-30 14:17:04','','0','18','2025-04-30 14:17:04','','330','330','1','retail','0','330','1','0','0','0','0','0','0','new',' ','','1','0','181746011596','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(328,'','Cash','','2025-04-30 14:20:58','','0','18','2025-04-30 14:20:58','','120','120','1','retail','0','120','1','0','0','0','0','0','0','new',' ','','1','0','181746012038','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(329,'','Cash','','2025-04-30 14:38:45','','0','21','2025-04-30 14:38:45','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','211746013122','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(330,'','Cash','','2025-04-30 14:54:38','','0','18','2025-04-30 14:54:38','','1200','1200','1','retail','0','1200','1','0','0','0','0','0','0','new',' ','','1','0','181746014072','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(331,'','Cash','','2025-04-30 16:04:03','','0','18','2025-04-30 16:04:03','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','181746018235','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(332,'','Cash','','2025-04-30 16:11:19','','0','18','2025-04-30 16:11:19','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','181746018669','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(333,'','Cash','','2025-04-30 16:17:12','','0','18','2025-04-30 16:12:12','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','181746018722','No','18','2025-04-30 16:17:12','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(334,'','Cash','','2025-04-30 16:20:07','','0','18','2025-04-30 16:20:07','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','181746019205','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(335,'','Cash','','2025-04-30 19:14:49','','0','21','2025-04-30 16:39:51','','1500','1500','1','retail','0','1500','1','0','0','0','0','0','0','new',' ','','1','0','211746020354','No','21','2025-04-30 19:14:50','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(336,'','Cash','','2025-04-30 17:32:50','','0','18','2025-04-30 17:32:50','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181746023556','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(337,'','Cash','','2025-04-30 17:47:38','','0','18','2025-04-30 17:47:38','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','3','0','181746024444','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(338,'','Cash','','2025-04-30 18:24:15','','0','18','2025-04-30 18:24:15','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','181746026596','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(339,'','Cash','','2025-04-30 19:02:47','','0','18','2025-04-30 19:02:47','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','181746028961','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(340,'','Cash','','2025-04-30 19:36:51','','0','18','2025-04-30 19:16:57','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','181746029816','No','18','2025-04-30 19:36:51','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(341,'','Cash','','2025-04-30 19:20:13','','0','18','2025-04-30 19:20:14','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','181746029965','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(342,'','Cash','','2025-04-30 19:30:38','','0','18','2025-04-30 19:30:38','','120','120','1','retail','0','120','1','0','0','0','0','0','0','new',' ','','1','0','181746030588','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(343,'','Cash','','2025-04-30 19:44:19','','0','18','2025-04-30 19:44:19','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181746031457','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(344,'','Cash','','2025-04-30 19:50:50','','0','18','2025-04-30 19:50:50','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','181746031849','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(345,'','Cash','','2025-04-30 19:53:57','','0','18','2025-04-30 19:53:57','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','181746032035','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(346,'','Cash','','2025-04-30 19:59:22','','0','18','2025-04-30 19:59:22','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181746032361','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(347,'','Cash','','2025-04-30 20:11:55','','0','18','2025-04-30 20:11:55','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181746033114','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(348,'','Cash','','2025-04-30 20:23:36','','0','18','2025-04-30 20:23:36','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','181746033815','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(349,'','Cash','','2025-04-30 20:24:48','','0','18','2025-04-30 20:24:48','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181746033864','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(350,'','Cash','','2025-04-30 20:32:19','','0','11','2025-04-30 20:32:19','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','111746034324','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(351,'','Cash','','2025-04-30 20:35:13','','0','11','2025-04-30 20:35:13','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','111746034425','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(352,'','Cash','','2025-04-30 20:46:44','','0','18','2025-04-30 20:46:44','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181746034881','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(353,'','Cash','','2025-04-30 20:48:39','','0','18','2025-04-30 20:48:39','','140','140','1','retail','0','140','1','0','0','0','0','0','0','new',' ','','1','0','181746035286','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(354,'','Cash','','2025-04-30 20:50:24','','0','11','2025-04-30 20:50:24','','320','320','1','retail','0','320','1','0','0','0','0','0','0','new',' ','','3','0','111746035364','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(355,'','Cash','','2025-04-30 20:51:42','','0','11','2025-04-30 20:51:42','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','111746035501','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(356,'','Cash','','2025-04-30 20:54:24','','0','21','2025-04-30 20:54:24','','220','220','1','retail','0','220','1','0','0','0','0','0','0','new',' ','','3','0','211746035612','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(357,'','Cash','','2025-04-30 20:58:56','','0','18','2025-04-30 20:58:56','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','181746035935','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(358,'','Cash','','2025-04-30 21:06:07','','0','21','2025-04-30 21:06:07','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','211746036361','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(359,'','Cash','','2025-04-30 21:09:27','','0','18','2025-04-30 21:09:27','','110','110','1','retail','0','110','1','0','0','0','0','0','0','new',' ','','1','0','181746036549','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(360,'','Cash','','2025-04-30 21:12:11','','0','21','2025-04-30 21:12:11','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','211746036728','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(361,'','Cash','','2025-04-30 21:14:01','','0','11','2025-04-30 21:14:01','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','111746036825','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(362,'','Cash','','2025-04-30 21:56:22','','0','11','2025-04-30 21:22:32','','2640','2640','1','retail','0','2640','1','0','0','0','0','0','0','new',' ','','1','0','111746037120','No','11','2025-04-30 21:56:22','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(363,'','Cash','','2025-04-30 21:23:45','','0','11','2025-04-30 21:23:45','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','111746037424','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(364,'','Cash','','2025-04-30 21:36:14','','0','21','2025-04-30 21:36:14','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','211746038172','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(365,'','Cash','','2025-04-30 21:38:13','','0','11','2025-04-30 21:38:13','','280','280','1','retail','0','280','1','0','0','0','0','0','0','new',' ','','1','0','111746038244','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(366,'','Cash','','2025-04-30 21:46:56','','0','11','2025-04-30 21:46:56','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','1','0','111746038789','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(367,'','Cash','','2025-04-30 22:01:18','','0','11','2025-04-30 22:01:18','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','111746039580','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(368,'','Cash','','2025-04-30 22:07:44','','0','11','2025-04-30 22:07:44','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','111746040046','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(369,'','Cash','','2025-04-30 22:16:17','','0','11','2025-04-30 22:16:17','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','111746040551','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(370,'','Cash','','2025-04-30 22:18:57','','0','18','2025-04-30 22:18:57','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','1','0','181746040736','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(371,'','Cash','','2025-04-30 22:23:48','','0','11','2025-04-30 22:23:48','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','111746041027','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(372,'','Cash','','2025-04-30 22:38:04','','0','11','2025-04-30 22:38:04','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','111746041858','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(373,'','Cash','','2025-04-30 22:54:08','','0','10','2025-04-30 22:54:08','','270','270','1','retail','0','270','1','0','0','0','0','0','0','new',' ','','1','0','101746042761','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(374,'','Cash','','2025-04-30 22:55:52','','0','10','2025-04-30 22:55:52','','270','270','1','retail','0','270','1','0','0','0','0','0','0','new',' ','','1','0','101746042886','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(375,'','Cash','','2025-04-30 23:12:14','','0','10','2025-04-30 23:12:14','','270','270','1','retail','0','270','1','0','0','0','0','0','0','new',' ','','1','0','101746043777','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(376,'','Cash','','2025-04-30 23:15:10','','0','10','2025-04-30 23:15:10','','270','270','1','retail','0','270','1','0','0','0','0','0','0','new',' ','','1','0','101746043969','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(377,'','Cash','','2025-05-01 07:34:31','','0','11','2025-05-01 07:34:31','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','111746074066','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(378,'','Cash','','2025-05-01 08:55:02','','0','21','2025-05-01 08:55:02','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','211746078899','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(379,'','Cash','','2025-05-01 09:08:24','','0','21','2025-05-01 09:08:24','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','211746079696','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(380,'','Cash','','2025-05-01 09:12:21','','0','21','2025-05-01 09:12:21','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','211746079938','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(381,'','Cash','','2025-05-01 09:17:29','','0','21','2025-05-01 09:17:29','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','211746080247','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(382,'','Cash','','2025-05-01 09:18:08','','0','21','2025-05-01 09:18:08','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','211746080284','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(383,'','Cash','','2025-05-01 09:18:31','','0','21','2025-05-01 09:18:31','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','211746080309','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(384,'','Cash','','2025-05-01 09:32:49','','0','21','2025-05-01 09:32:49','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','211746081167','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(385,'','Cash','','2025-05-01 09:33:56','','0','21','2025-05-01 09:33:56','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','211746081234','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(386,'','Cash','','2025-05-01 09:37:22','','0','18','2025-05-01 09:37:22','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','181746081441','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(387,'','Cash','','2025-05-01 09:37:58','','0','18','2025-05-01 09:37:58','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','181746081477','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(388,'','Cash','','2025-05-01 09:39:43','','0','21','2025-05-01 09:39:43','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','211746081580','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(389,'','Cash','','2025-05-01 10:17:32','','0','21','2025-05-01 10:15:50','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','1','0','211746083747','No','21','2025-05-01 10:17:32','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(390,'','Cash','','2025-05-01 10:21:13','','0','21','2025-05-01 10:21:13','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','211746084071','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(391,'','Cash','','2025-05-01 10:24:30','','0','21','2025-05-01 10:23:39','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','1','0','211746084216','No','21','2025-05-01 10:24:30','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(392,'','Cash','','2025-05-01 11:41:20','','0','18','2025-05-01 11:41:20','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','1','0','181746088860','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(393,'','Cash','','2025-05-01 11:46:59','','0','21','2025-05-01 11:46:59','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','211746089216','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(394,'','Cash','','2025-05-01 11:57:53','','0','21','2025-05-01 11:57:53','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','211746089872','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(395,'','Cash','','2025-05-01 12:05:35','','0','18','2025-05-01 12:05:35','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181746090334','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(396,'','Cash','','2025-05-01 12:08:04','','0','18','2025-05-01 12:08:04','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181746090482','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(397,'','Cash','','2025-05-01 12:34:08','','0','18','2025-05-01 12:19:09','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','181746091144','No','18','2025-05-01 12:34:08','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(398,'','Cash','','2025-05-01 13:09:42','','0','18','2025-05-01 12:26:29','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','3','0','181746091567','No','18','2025-05-01 13:09:42','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(399,'','Cash','','2025-05-01 13:00:01','','0','18','2025-05-01 12:28:19','','410','410','1','retail','0','410','1','0','0','0','0','0','0','new',' ','','1','0','181746091673','No','18','2025-05-01 13:00:01','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(400,'','Cash','','2025-05-01 12:37:20','','0','21','2025-05-01 12:37:20','','0','0','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','100','211746092236','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(401,'','Cash','','2025-05-01 12:39:31','','0','21','2025-05-01 12:39:31','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','211746092368','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(402,'','Cash','','2025-05-01 14:02:16','','0','18','2025-05-01 13:02:30','','850','850','1','retail','0','850','1','0','0','0','0','0','0','new',' ','','1','0','181746093740','No','18','2025-05-01 14:02:16','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(403,'','Cash','','2025-05-01 14:11:59','','0','18','2025-05-01 13:49:13','','310','310','1','retail','0','310','1','0','0','0','0','0','0','new',' ','','1','0','181746096538','No','18','2025-05-01 14:11:59','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(404,'','Cash','','2025-05-01 14:34:41','','0','21','2025-05-01 14:00:34','','820','820','1','retail','0','820','1','0','0','0','0','0','0','new',' ','','1','0','211746097216','No','21','2025-05-01 14:34:41','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(405,'','Cash','','2025-05-01 14:05:58','','0','18','2025-05-01 14:05:58','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181746097556','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(406,'','Cash','','2025-05-01 14:21:44','','0','18','2025-05-01 14:21:44','','650','650','1','retail','0','650','1','0','0','0','0','0','0','new',' ','','1','0','181746098493','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(407,'','Cash','','2025-05-01 14:33:43','','0','18','2025-05-01 14:33:43','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','181746099217','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(408,'','Cash','','2025-05-01 14:49:12','','0','21','2025-05-01 14:47:16','','650','650','1','retail','0','650','1','0','0','0','0','0','0','new',' ','','1','0','211746100030','No','21','2025-05-01 14:49:12','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(409,'','Cash','','2025-05-01 14:48:19','','0','21','2025-05-01 14:48:19','','0','0','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','50','211746100058','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(410,'','Cash','','2025-05-01 15:49:25','','0','18','2025-05-01 14:52:20','','1060','1060','1','retail','0','1060','1','0','0','0','0','0','0','new',' ','','1','0','181746100244','No','18','2025-05-01 15:49:25','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(411,'','Cash','','2025-05-01 15:07:38','','0','21','2025-05-01 15:07:38','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','211746101255','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(412,'','Cash','','2025-05-01 15:08:42','','0','18','2025-05-01 15:08:42','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','181746101320','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(413,'','Cash','','2025-05-01 15:34:25','','0','21','2025-05-01 15:10:24','','550','550','1','retail','0','550','1','0','0','0','0','0','0','printed',' ','','3','0','211746101327','No','21','2025-05-01 15:34:25','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(414,'','Cash','','2025-05-01 15:35:41','','0','21','2025-05-01 15:35:41','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','211746102888','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(415,'','Cash','','2025-05-01 15:49:32','','0','21','2025-05-01 15:49:32','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','1','0','211746103743','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(416,'','Cash','','2025-05-01 15:50:50','','0','21','2025-05-01 15:50:50','','0','0','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','3','250','211746103845','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(417,'','Cash','','2025-05-01 15:51:25','','0','21','2025-05-01 15:51:25','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','3','0','211746103883','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(418,'','Cash','','2025-05-01 15:58:39','','0','21','2025-05-01 15:58:39','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','1','0','211746103951','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(419,'','Cash','','2025-05-01 16:19:04','','0','18','2025-05-01 16:01:12','','390','390','1','retail','0','390','1','0','0','0','0','0','0','new',' ','','3','0','181746104456','No','18','2025-05-01 16:19:04','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(420,'','Cash','','2025-05-01 17:21:35','','0','18','2025-05-01 17:21:35','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','181746109283','No','','','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(421,'','Cash','','2025-05-01 18:57:58','','0','18','2025-05-01 18:57:58','','240','240','1','retail','0','240','1','0','0','0','0','0','0','new',' ','','3','0','181746113774','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(422,'','Cash','','2025-05-01 19:03:08','','0','18','2025-05-01 18:59:40','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','181746115141','No','18','2025-05-01 19:03:08','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(423,'','Cash','','2025-05-01 19:08:18','','0','18','2025-05-01 19:08:18','','750','750','1','retail','0','750','1','0','0','0','0','0','0','new',' ','','1','0','181746115665','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(424,'','Cash','','2025-05-01 19:17:14','','0','18','2025-05-01 19:17:14','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','181746116223','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(425,'','Cash','','2025-05-01 19:25:02','','0','18','2025-05-01 19:25:02','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','3','0','181746116352','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(426,'','Cash','','2025-05-01 19:37:37','','0','18','2025-05-01 19:37:38','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','181746117452','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(427,'','Cash','','2025-05-01 19:56:28','','0','18','2025-05-01 19:56:28','','110','110','1','retail','0','110','1','0','0','0','0','0','0','new',' ','','3','0','181746118558','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(428,'','Cash','','2025-05-01 20:57:38','','0','18','2025-05-01 20:57:38','','550','550','1','retail','0','550','1','0','0','0','0','0','0','new',' ','','1','0','181746122169','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(429,'','Cash','','2025-05-01 21:26:28','','0','11','2025-05-01 21:26:28','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','1','0','111746123972','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(430,'','Cash','','2025-05-01 23:15:15','','0','11','2025-05-01 23:15:15','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','111746130451','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(431,'','Cash','','2025-05-02 08:33:47','','0','11','2025-05-02 08:33:47','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','111746164020','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(432,'','Cash','','2025-05-02 09:05:07','','0','18','2025-05-02 09:05:07','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','181746165902','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(433,'','Cash','','2025-05-02 09:31:02','','0','18','2025-05-02 09:31:02','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','3','0','181746167460','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(434,'','Cash','','2025-05-02 09:32:03','','0','18','2025-05-02 09:32:03','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','181746167520','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(435,'','Cash','','2025-05-02 10:25:36','','0','18','2025-05-02 10:25:36','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','181746170729','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(436,'','Cash','','2025-05-02 11:17:00','','0','18','2025-05-02 11:17:00','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','181746173805','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(437,'','Cash','','2025-05-02 11:18:42','','0','18','2025-05-02 11:18:42','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181746173921','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(438,'','Cash','','2025-05-02 11:21:35','','0','18','2025-05-02 11:21:35','','70','70','1','retail','0','70','1','0','0','0','0','0','0','new',' ','','3','0','181746174063','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(439,'','Cash','','2025-05-02 11:45:01','','0','18','2025-05-02 11:45:01','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','181746175498','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(440,'','Cash','','2025-05-02 12:45:54','','0','18','2025-05-02 12:45:54','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181746179152','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(441,'','Cash','','2025-05-02 12:48:49','','0','18','2025-05-02 12:48:49','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181746179327','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(442,'','Cash','','2025-05-02 12:58:42','','0','18','2025-05-02 12:58:42','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','181746179919','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(443,'','Cash','','2025-05-02 13:09:20','','0','18','2025-05-02 13:09:20','','280','280','1','retail','0','280','1','0','0','0','0','0','0','new',' ','','1','0','181746180550','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(444,'','Cash','','2025-05-02 13:53:23','','0','18','2025-05-02 13:18:03','','340','340','1','retail','0','340','1','0','0','0','0','0','0','new',' ','','1','0','181746180982','No','18','2025-05-02 13:53:23','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(445,'','Cash','','2025-05-02 13:21:28','','0','22','2025-05-02 13:21:28','','1050','1050','1','retail','0','1050','1','0','0','0','0','0','0','new',' ','','1','0','221746181251','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(446,'','Cash','','2025-05-02 13:31:27','','0','18','2025-05-02 13:31:27','','1050','1050','1','retail','0','1050','1','0','0','0','0','0','0','new',' ','','1','0','181746181837','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(447,'','Cash','','2025-05-02 13:39:05','','0','18','2025-05-02 13:39:05','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181746182343','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(448,'','Cash','','2025-05-02 13:39:47','','0','18','2025-05-02 13:39:47','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','181746182386','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(449,'','Cash','','2025-05-02 13:47:29','','0','18','2025-05-02 13:47:29','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','3','0','181746182847','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(450,'','Cash','','2025-05-02 13:49:57','','0','18','2025-05-02 13:49:57','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','181746182996','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(451,'','Cash','','2025-05-02 14:04:04','','0','18','2025-05-02 14:04:04','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','3','0','181746183823','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(452,'','Cash','','2025-05-02 14:37:00','','0','18','2025-05-02 14:05:44','','580','580','1','retail','0','580','1','0','0','0','0','0','0','printed',' ','','1','0','181746183942','No','18','2025-05-02 14:37:00','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(453,'','Cash','','2025-05-02 14:15:02','','0','18','2025-05-02 14:15:02','','450','450','1','retail','0','450','1','0','0','0','0','0','0','new',' ','','1','0','181746184463','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(454,'','Cash','','2025-05-02 14:31:33','','0','18','2025-05-02 14:15:20','','730','730','1','retail','0','730','1','0','0','0','0','0','0','new',' ','','1','0','181746184518','No','18','2025-05-02 14:31:33','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(455,'','Cash','','2025-05-02 14:22:52','','0','18','2025-05-02 14:22:52','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181746184970','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(456,'','Cash','','2025-05-02 14:54:02','','0','18','2025-05-02 14:54:02','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181746186825','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(457,'','Cash','','2025-05-02 15:03:24','','0','18','2025-05-02 15:03:24','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','1','0','181746187375','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(458,'','Cash','','2025-05-02 15:14:10','','0','18','2025-05-02 15:14:10','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181746188047','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(459,'','Cash','','2025-05-02 15:38:39','','0','18','2025-05-02 15:14:55','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','181746188089','No','18','2025-05-02 15:38:39','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(460,'','Cash','','2025-05-02 16:05:24','','0','18','2025-05-02 16:05:24','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','181746191113','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(461,'','Cash','','2025-05-02 16:08:20','','0','18','2025-05-02 16:08:20','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','181746191297','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(462,'','Cash','','2025-05-02 16:49:54','','0','21','2025-05-02 16:19:47','','380','380','1','retail','0','380','1','0','0','0','0','0','0','printed',' ','','1','0','211746191968','No','21','2025-05-02 16:49:54','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(463,'','Cash','','2025-05-02 16:21:45','','0','18','2025-05-02 16:21:45','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','181746192089','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(464,'','Cash','','2025-05-02 16:26:54','','0','18','2025-05-02 16:26:54','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','181746192412','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(465,'','Cash','','2025-05-02 16:58:21','','0','21','2025-05-02 16:31:25','','450','450','1','retail','0','450','1','0','0','0','0','0','0','new',' ','','3','0','211746192673','No','21','2025-05-02 16:58:21','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(466,'','Cash','','2025-05-02 16:56:58','','0','21','2025-05-02 16:33:05','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','3','0','211746192776','No','21','2025-05-02 16:56:59','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(467,'','Cash','','2025-05-02 16:37:16','','0','18','2025-05-02 16:37:16','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181746193032','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(468,'','Cash','','2025-05-02 16:45:30','','0','21','2025-05-02 16:45:30','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','1','0','211746193435','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(469,'','Cash','','2025-05-02 16:53:16','','0','21','2025-05-02 16:53:16','','380','380','1','retail','0','380','1','0','0','0','0','0','0','new',' ','','1','0','211746193922','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(470,'','Cash','','2025-05-02 17:03:41','','0','21','2025-05-02 17:03:41','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','211746194615','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(471,'','Cash','','2025-05-02 17:13:49','','0','21','2025-05-02 17:13:49','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','211746195223','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(472,'','Cash','','2025-05-02 17:15:21','','0','18','2025-05-02 17:15:21','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','181746195310','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(473,'','Cash','','2025-05-02 17:16:22','','0','18','2025-05-02 17:16:22','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181746195378','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(474,'','Cash','','2025-05-02 17:29:36','','0','18','2025-05-02 17:29:36','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','181746196174','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(475,'','Cash','','2025-05-02 17:34:33','','0','18','2025-05-02 17:34:33','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','181746196471','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(476,'','Cash','','2025-05-02 18:26:59','','0','18','2025-05-02 18:13:05','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','3','0','181746198769','No','18','2025-05-02 18:26:59','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(477,'','Cash','','2025-05-02 18:27:26','','0','22','2025-05-02 18:10:02','','1170','1170','1','retail','0','1170','1','0','0','0','0','0','0','new',' ','','1','0','221746198223','No','22','2025-05-02 18:27:26','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(478,'','Cash','','2025-05-02 18:21:42','','0','21','2025-05-02 18:21:42','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','3','0','211746199179','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(479,'','Cash','','2025-05-02 18:27:40','','0','18','2025-05-02 18:27:40','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','181746199648','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(480,'','Cash','','2025-05-02 19:01:32','','0','22','2025-05-02 18:57:06','','260','260','1','retail','0','260','1','0','0','0','0','0','0','new',' ','','1','0','221746201406','No','22','2025-05-02 19:01:32','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(481,'','Cash','','2025-05-02 19:11:30','','0','21','2025-05-02 19:11:30','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','211746202285','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(482,'','Cash','','2025-05-02 19:14:44','','0','22','2025-05-02 19:14:44','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','221746202462','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(483,'','Cash','','2025-05-02 19:22:15','','0','18','2025-05-02 19:22:15','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','3','0','181746202880','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(484,'','Cash','','2025-05-02 19:53:03','','0','21','2025-05-02 19:53:03','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','211746204767','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(485,'','Cash','','2025-05-02 19:54:35','','0','21','2025-05-02 19:54:35','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','211746204873','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(486,'','Cash','','2025-05-02 20:00:51','','0','22','2025-05-02 20:00:51','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','221746205240','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(487,'','Cash','','2025-05-02 20:08:14','','0','21','2025-05-02 20:08:14','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','211746205691','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(488,'','Cash','','2025-05-02 20:30:57','','0','22','2025-05-02 20:30:57','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','221746207054','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(489,'','Cash','','2025-05-02 20:35:25','','0','23','2025-05-02 20:35:25','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','231746207323','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(490,'','Cash','','2025-05-02 20:38:36','','0','18','2025-05-02 20:38:36','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','181746207511','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(491,'','Cash','','2025-05-02 21:19:05','','0','22','2025-05-02 20:43:38','','1280','1280','1','retail','0','1280','1','0','0','0','0','0','0','new',' ','','1','0','221746207811','No','22','2025-05-02 21:19:05','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(492,'','Cash','','2025-05-02 21:54:58','','0','11','2025-05-02 21:54:58','','360','360','1','retail','0','360','1','0','0','0','0','0','0','new',' ','','3','0','111746212025','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(493,'','Cash','','2025-05-02 21:56:11','','0','11','2025-05-02 21:56:11','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','111746212153','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(494,'','Cash','','2025-05-02 22:07:58','','0','11','2025-05-02 22:06:44','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','111746212727','No','11','2025-05-02 22:07:58','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(495,'','Cash','','2025-05-02 22:18:50','','0','11','2025-05-02 22:18:50','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','1','0','111746213505','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(496,'','Cash','','2025-05-02 23:32:52','','0','11','2025-05-02 23:32:52','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','111746217971','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(497,'','Cash','','2025-05-03 00:18:28','','0','11','2025-05-03 00:18:28','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','111746220707','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(498,'','Cash','','2025-05-03 08:38:39','','0','11','2025-05-03 08:38:39','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','111746250718','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(499,'','Cash','','2025-05-03 08:48:52','','0','11','2025-05-03 08:48:52','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','111746251331','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(500,'','Cash','','2025-05-03 08:57:21','','0','11','2025-05-03 08:57:21','','90','90','1','retail','0','90','1','0','0','0','0','0','0','new',' ','','1','0','111746251835','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(501,'','Cash','','2025-05-03 12:44:11','','0','22','2025-05-03 12:44:11','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','221746265442','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(502,'','Cash','','2025-05-03 12:46:04','','0','18','2025-05-03 12:46:04','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','1','0','181746265481','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(503,'','Cash','','2025-05-03 12:46:13','','0','22','2025-05-03 12:46:13','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','221746265566','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(504,'','Cash','','2025-05-03 12:49:48','','0','22','2025-05-03 12:47:30','','210','210','1','retail','0','210','1','0','0','0','0','0','0','new',' ','','1','0','221746265646','No','22','2025-05-03 12:49:48','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(505,'','Cash','','2025-05-03 12:47:51','','0','18','2025-05-03 12:47:51','','560','560','1','retail','0','560','1','0','0','0','0','0','0','new',' ','','3','0','181746265613','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(506,'','Cash','','2025-05-03 12:54:35','','0','18','2025-05-03 12:54:35','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','1','0','181746266057','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(507,'','Cash','','2025-05-03 13:15:44','','0','22','2025-05-03 12:55:24','','500','500','1','retail','0','500','1','0','0','0','0','0','0','new',' ','','1','0','221746266119','No','22','2025-05-03 13:15:44','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(508,'','Cash','','2025-05-03 13:15:23','','0','18','2025-05-03 13:15:23','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','181746267322','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(509,'','Cash','','2025-05-03 13:17:36','','0','22','2025-05-03 13:17:36','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','221746267450','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(510,'','Cash','','2025-05-03 13:48:46','','0','18','2025-05-03 13:48:46','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','181746269325','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(511,'','Cash','','2025-05-03 14:09:55','','0','22','2025-05-03 13:53:59','','600','600','1','retail','0','600','1','0','0','0','0','0','0','new',' ','','3','0','221746269635','No','22','2025-05-03 14:09:55','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(512,'','Cash','','2025-05-03 14:33:31','','0','18','2025-05-03 14:13:00','','230','230','1','retail','0','230','1','0','0','0','0','0','0','new',' ','','3','0','181746270778','No','18','2025-05-03 14:33:31','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(513,'','Cash','','2025-05-03 14:25:48','','0','18','2025-05-03 14:25:48','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181746271545','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(514,'','Cash','','2025-05-03 14:32:59','','0','22','2025-05-03 14:32:59','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','3','0','221746271974','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(515,'','Cash','','2025-05-03 14:48:11','','0','22','2025-05-03 14:36:08','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','1','0','221746272163','No','22','2025-05-03 14:48:11','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(516,'','Cash','','2025-05-03 14:58:15','','0','18','2025-05-03 14:38:11','','430','430','1','retail','0','430','1','0','0','0','0','0','0','new',' ','','3','0','181746272263','No','18','2025-05-03 14:58:15','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(517,'','Cash','','2025-05-03 15:01:57','','0','18','2025-05-03 15:01:57','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','181746273578','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(518,'','Cash','','2025-05-03 15:21:28','','0','18','2025-05-03 15:21:28','','70','70','1','retail','0','70','1','0','0','0','0','0','0','new',' ','','3','0','181746274847','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(519,'','Cash','','2025-05-03 15:41:32','','0','22','2025-05-03 15:41:32','','600','600','1','retail','0','600','1','0','0','0','0','0','0','new',' ','','1','0','221746276088','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(520,'','Cash','','2025-05-03 15:42:48','','0','22','2025-05-03 15:42:48','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','221746276137','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(521,'','Cash','','2025-05-03 15:52:34','','0','18','2025-05-03 15:52:34','','410','410','1','retail','0','410','1','0','0','0','0','0','0','new',' ','','1','0','181746276496','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(522,'','Cash','','2025-05-03 15:55:59','','0','18','2025-05-03 15:55:59','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','181746276948','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(523,'','Cash','','2025-05-03 16:08:11','','0','18','2025-05-03 16:08:11','','750','750','1','retail','0','750','1','0','0','0','0','0','0','new',' ','','1','0','181746277678','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(524,'','Cash','','2025-05-03 16:08:55','','0','18','2025-05-03 16:08:55','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','181746277722','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(525,'','Cash','','2025-05-03 16:17:22','','0','18','2025-05-03 16:17:22','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181746278239','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(526,'','Cash','','2025-05-03 17:55:31','','0','22','2025-05-03 16:49:35','','1300','1300','1','retail','0','1300','1','0','0','0','0','0','0','new',' ','','1','0','221746280146','No','22','2025-05-03 17:55:31','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(527,'','Cash','','2025-05-03 17:30:27','','0','18','2025-05-03 17:30:27','','70','70','1','retail','0','70','1','0','0','0','0','0','0','new',' ','','3','0','181746282562','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(528,'','Cash','','2025-05-03 17:31:51','','0','18','2025-05-03 17:31:51','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','181746282708','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(529,'','Cash','','2025-05-03 18:00:53','','0','18','2025-05-03 18:00:53','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','181746284427','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(530,'','Cash','','2025-05-03 18:20:29','','0','18','2025-05-03 18:20:29','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181746285623','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(531,'','Cash','','2025-05-03 19:05:44','','0','22','2025-05-03 19:01:00','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','221746288001','No','22','2025-05-03 19:05:44','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(532,'','Cash','','2025-05-03 19:06:40','','0','18','2025-05-03 19:06:41','','230','230','1','retail','0','230','1','0','0','0','0','0','0','new',' ','','1','0','181746288281','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(533,'','Cash','','2025-05-03 19:09:15','','0','22','2025-05-03 19:09:15','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','221746288527','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(534,'','Cash','','2025-05-03 19:10:43','','0','22','2025-05-03 19:10:43','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','221746288629','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(535,'','Cash','','2025-05-03 19:19:20','','0','22','2025-05-03 19:19:20','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','221746289154','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(536,'','Cash','','2025-05-03 19:34:10','','0','22','2025-05-03 19:34:10','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','221746290022','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(537,'','Cash','','2025-05-03 19:48:01','','0','22','2025-05-03 19:44:03','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','1','0','221746290631','No','22','2025-05-03 19:48:01','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(538,'','Cash','','2025-05-03 20:16:10','','0','22','2025-05-03 20:12:01','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','221746292319','No','22','2025-05-03 20:16:10','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(539,'','Cash','','2025-05-03 20:23:34','','0','18','2025-05-03 20:23:34','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181746293008','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(540,'','Cash','','2025-05-03 20:24:44','','0','22','2025-05-03 20:24:44','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','221746293070','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(541,'','Cash','','2025-05-03 20:26:38','','0','22','2025-05-03 20:26:38','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','221746293178','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(542,'','Cash','','2025-05-03 21:10:57','','0','18','2025-05-03 21:10:57','','260','260','1','retail','0','260','1','0','0','0','0','0','0','new',' ','','1','0','181746295845','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(543,'','Cash','','2025-05-03 21:23:31','','0','11','2025-05-03 21:23:31','','900','900','1','retail','0','900','1','0','0','0','0','0','0','new',' ','','1','0','111746296448','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(544,'','Cash','','2025-05-03 22:01:08','','0','11','2025-05-03 22:01:08','','710','710','1','retail','0','710','1','0','0','0','0','0','0','new',' ','','1','0','111746298567','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(545,'','Cash','','2025-05-03 22:26:59','','0','1','2025-05-03 22:26:59','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','3','0','11746297770','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(546,'','Cash','','2025-05-03 22:28:07','','0','1','2025-05-03 22:28:07','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','11746300484','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(547,'','Cash','','2025-05-04 10:30:24','','0','22','2025-05-04 09:59:01','','380','380','1','retail','0','380','1','0','0','0','0','0','0','new',' ','','3','0','221746341929','No','22','2025-05-04 10:30:24','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(548,'','Cash','','2025-05-04 10:27:43','','0','18','2025-05-04 10:27:43','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','1','0','181746341209','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(549,'','Cash','','2025-05-04 10:28:48','','0','18','2025-05-04 10:28:48','','40','40','1','retail','0','40','1','0','0','0','0','0','0','new',' ','','1','0','181746343723','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(550,'','Cash','','2025-05-04 10:59:17','','0','18','2025-05-04 10:59:17','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','1','0','181746345541','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(551,'','Cash','','2025-05-04 12:04:10','','0','22','2025-05-04 12:04:10','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','221746349429','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(552,'','Cash','','2025-05-04 12:09:41','','0','22','2025-05-04 12:07:41','','130','130','1','retail','0','130','1','0','0','0','0','0','0','new',' ','','1','0','221746349658','No','22','2025-05-04 12:09:41','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(553,'','Cash','','2025-05-04 12:37:54','','0','22','2025-05-04 12:26:48','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','221746350782','No','22','2025-05-04 12:37:54','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(554,'','Cash','','2025-05-04 12:27:50','','0','1','2025-05-04 12:27:50','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','1','0','11746350865','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(555,'','Cash','','2025-05-04 14:58:38','','0','22','2025-05-04 12:50:52','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','1','0','221746352248','No','22','2025-05-04 14:58:38','','','5','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(556,'','Cash','','2025-05-04 13:04:19','','0','18','2025-05-04 13:04:19','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181746353057','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(557,'','Cash','','2025-05-04 13:34:57','','0','18','2025-05-04 13:11:35','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','181746353493','No','18','2025-05-04 13:34:57','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(558,'','Cash','','2025-05-04 13:19:58','','0','18','2025-05-04 13:19:58','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','181746353996','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(559,'','Cash','','2025-05-04 13:43:57','','0','18','2025-05-04 13:43:57','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181746355435','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(560,'','Cash','','2025-05-04 14:25:37','','0','18','2025-05-04 14:25:37','','280','280','1','retail','0','280','1','0','0','0','0','0','0','new',' ','','1','0','181746357927','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(561,'','Cash','','2025-05-04 14:33:04','','0','18','2025-05-04 14:33:04','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','181746358383','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(562,'','Cash','','2025-05-04 14:53:21','','0','18','2025-05-04 14:53:21','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','181746359593','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(563,'','Cash','','2025-05-04 15:09:34','','0','18','2025-05-04 15:09:34','','450','450','1','retail','0','450','1','0','0','0','0','0','0','new',' ','','3','0','181746360564','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(564,'','Cash','','2025-05-04 15:10:44','','0','18','2025-05-04 15:10:44','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','181746360643','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(565,'','Cash','','2025-05-04 15:14:44','','0','22','2025-05-04 15:14:44','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','221746360881','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(566,'','Cash','','2025-05-04 15:27:29','','0','18','2025-05-04 15:19:52','','850','850','1','retail','0','850','1','0','0','0','0','0','0','new',' ','','1','0','181746361170','No','18','2025-05-04 15:27:29','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(567,'','Cash','','2025-05-04 15:26:11','','0','22','2025-05-04 15:26:11','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','221746361568','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(568,'','Cash','','2025-05-04 15:33:07','','0','22','2025-05-04 15:33:07','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','221746361969','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(569,'','Cash','','2025-05-04 15:42:37','','0','18','2025-05-04 15:42:37','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','181746362556','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(570,'','Cash','','2025-05-04 16:34:26','','0','18','2025-05-04 15:55:37','','1790','1790','1','retail','0','1790','1','0','0','0','0','0','0','new',' ','','3','0','181746363019','No','18','2025-05-04 16:34:26','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(571,'','Cash','','2025-05-04 16:00:21','','0','22','2025-05-04 15:58:33','','430','430','1','retail','0','430','1','0','0','0','0','0','0','new',' ','','1','0','221746363510','No','22','2025-05-04 16:00:21','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(572,'','Cash','','2025-05-04 16:09:24','','0','22','2025-05-04 16:09:24','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','221746364159','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(573,'','Cash','','2025-05-04 17:21:04','','0','22','2025-05-04 16:39:41','','600','600','1','retail','0','600','1','0','0','0','0','0','0','new',' ','','3','0','221746365973','No','22','2025-05-04 17:21:04','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(574,'','Cash','','2025-05-04 16:43:05','','0','22','2025-05-04 16:43:05','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','221746366181','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(575,'','Cash','','2025-05-04 16:49:26','','0','22','2025-05-04 16:49:26','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','221746366563','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(576,'','Cash','','2025-05-04 17:19:43','','0','22','2025-05-04 16:56:51','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','3','0','221746367005','No','22','2025-05-04 17:19:43','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(577,'','Cash','','2025-05-04 17:19:35','','0','18','2025-05-04 17:19:35','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','181746368369','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(578,'','Cash','','2025-05-04 17:35:23','','0','22','2025-05-04 17:35:23','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','221746369297','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(579,'','Cash','','2025-05-04 17:38:50','','0','18','2025-05-04 17:38:50','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','181746369527','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(580,'','Cash','','2025-05-04 17:58:28','','0','22','2025-05-04 17:58:28','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','221746370703','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(581,'','Cash','','2025-05-04 18:00:05','','0','22','2025-05-04 18:00:05','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','221746370800','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(582,'','Cash','','2025-05-04 18:04:23','','0','18','2025-05-04 18:04:23','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','1','0','181746370731','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(583,'','Cash','','2025-05-04 18:28:17','','0','18','2025-05-04 18:05:22','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','181746371119','No','18','2025-05-04 18:28:17','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(584,'','Cash','','2025-05-04 18:21:50','','0','18','2025-05-04 18:21:50','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181746372108','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(585,'','Cash','','2025-05-04 19:24:48','','0','22','2025-05-04 18:42:14','','370','370','1','retail','0','370','1','0','0','0','0','0','0','new',' ','','1','0','221746373331','No','22','2025-05-04 19:24:48','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(586,'','Cash','','2025-05-04 19:06:30','','0','18','2025-05-04 19:06:30','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181746374290','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(587,'','Cash','','2025-05-04 19:07:25','','0','18','2025-05-04 19:07:25','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','1','0','181746374828','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(588,'','Cash','','2025-05-04 19:26:30','','0','18','2025-05-04 19:21:40','','600','600','1','retail','0','600','1','0','0','0','0','0','0','new',' ','','1','0','181746375699','No','18','2025-05-04 19:26:30','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(589,'','Cash','','2025-05-04 19:27:29','','0','18','2025-05-04 19:27:29','','220','220','1','retail','0','220','1','0','0','0','0','0','0','new',' ','','1','0','181746376020','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(590,'','Cash','','2025-05-04 20:32:35','','0','22','2025-05-04 19:48:31','','1150','1150','1','retail','0','1150','1','0','0','0','0','0','0','new',' ','','3','0','221746377298','No','22','2025-05-04 20:32:35','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(591,'','Cash','','2025-05-04 19:57:13','','0','18','2025-05-04 19:57:13','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','','0','181746377831','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(592,'','Cash','','2025-05-04 20:15:38','','0','22','2025-05-04 20:15:38','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','221746378907','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(593,'','Cash','','2025-05-04 20:56:46','','0','22','2025-05-04 20:33:25','','710','710','1','retail','0','710','1','0','0','0','0','0','0','new',' ','','3','0','221746380000','No','22','2025-05-04 20:56:46','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(594,'','Cash','','2025-05-04 21:19:48','','0','22','2025-05-04 20:54:46','','600','600','1','retail','0','600','1','0','0','0','0','0','0','new',' ','','1','0','221746381279','No','22','2025-05-04 21:19:48','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(595,'','Cash','','2025-05-05 00:00:49','','0','11','2025-05-05 00:00:49','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','111746392378','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(596,'','Cash','','2025-05-05 00:11:56','','0','11','2025-05-05 00:11:57','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','111746393079','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(597,'','Cash','','2025-05-05 08:26:16','','0','11','2025-05-05 08:26:16','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','111746422775','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(598,'','Cash','','2025-05-05 08:54:27','','0','11','2025-05-05 08:33:20','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','1','0','111746423141','No','11','2025-05-05 08:54:27','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(599,'','Cash','','2025-05-05 09:11:35','','0','11','2025-05-05 08:58:56','','240','240','1','retail','0','240','1','0','0','0','0','0','0','new',' ','','1','0','111746424735','No','11','2025-05-05 09:11:35','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(600,'','Cash','','2025-05-05 09:32:37','','0','18','2025-05-05 09:32:37','','130','130','1','retail','0','130','1','0','0','0','0','0','0','new',' ','','3','0','181746426703','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(601,'','Cash','','2025-05-05 09:48:18','','0','18','2025-05-05 09:48:18','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181746427695','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(602,'','Cash','','2025-05-05 10:30:30','','0','22','2025-05-05 10:30:30','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','221746430227','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(603,'','Cash','','2025-05-05 10:58:57','','0','22','2025-05-05 10:52:33','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','1','0','221746431512','No','22','2025-05-05 10:58:57','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(604,'','Cash','','2025-05-05 17:05:35','','0','22','2025-05-05 11:03:04','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','3','0','221746432177','No','22','2025-05-05 17:05:35','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(605,'','Cash','','2025-05-05 11:22:00','','0','18','2025-05-05 11:22:00','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','181746433317','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(606,'','Cash','','2025-05-05 11:32:05','','0','22','2025-05-05 11:32:05','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','221746433921','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(607,'','Cash','','2025-05-05 11:42:45','','0','22','2025-05-05 11:42:45','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','221746434560','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(608,'','Cash','','2025-05-05 12:01:23','','0','18','2025-05-05 12:01:23','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181746435680','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(609,'','Cash','','2025-05-05 12:53:40','','0','22','2025-05-05 12:53:40','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','221746438816','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(610,'','Cash','','2025-05-05 17:53:46','','0','22','2025-05-05 13:45:12','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','1','0','221746441888','No','22','2025-05-05 17:53:46','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(611,'','Cash','','2025-05-05 14:43:33','','0','18','2025-05-05 14:43:33','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','181746445410','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(612,'','Cash','','2025-05-05 15:07:40','','0','18','2025-05-05 15:07:40','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','181746446857','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(613,'','Cash','','2025-05-05 16:55:12','','0','22','2025-05-05 15:13:58','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','3','0','221746447234','No','22','2025-05-05 16:55:12','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(614,'','Cash','','2025-05-05 15:40:31','','0','22','2025-05-05 15:27:50','','130','130','1','retail','0','130','1','0','0','0','0','0','0','new',' ','','1','0','221746448065','No','22','2025-05-05 15:40:31','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(615,'','Cash','','2025-05-05 17:52:46','','0','18','2025-05-05 16:15:09','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','3','0','181746450907','No','18','2025-05-05 17:52:46','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(616,'','Cash','','2025-05-05 16:21:25','','0','18','2025-05-05 16:21:25','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','181746451283','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(617,'','Cash','','2025-05-05 16:26:46','','0','18','2025-05-05 16:26:46','','130','130','1','retail','0','130','1','0','0','0','0','0','0','new',' ','','1','0','181746451605','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(618,'','Cash','','2025-05-05 16:43:29','','0','22','2025-05-05 16:32:14','','280','280','1','retail','0','280','1','0','0','0','0','0','0','new',' ','','1','0','221746451930','No','22','2025-05-05 16:43:29','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(619,'','Cash','','2025-05-05 16:38:52','','0','18','2025-05-05 16:38:52','','70','70','1','retail','0','70','1','0','0','0','0','0','0','new',' ','','1','0','181746451683','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(620,'','Cash','','2025-05-05 16:39:37','','0','18','2025-05-05 16:39:37','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','1','0','181746452363','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(621,'','Cash','','2025-05-05 16:59:19','','0','18','2025-05-05 16:59:19','','1240','1240','1','retail','0','1240','1','0','0','0','0','0','0','new',' ','','1','0','181746453453','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(622,'','Cash','','2025-05-05 17:21:23','','0','18','2025-05-05 17:21:23','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','3','0','181746454861','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(623,'','Cash','','2025-05-05 17:37:30','','0','22','2025-05-05 17:35:34','','90','90','1','retail','0','90','1','0','0','0','0','0','0','new',' ','','3','0','221746455726','No','22','2025-05-05 17:37:30','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(624,'','Cash','','2025-05-05 17:41:57','','0','22','2025-05-05 17:41:57','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','221746456108','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(625,'','Cash','','2025-05-05 17:57:18','','0','18','2025-05-05 17:57:18','','170','170','1','retail','0','170','1','0','0','0','0','0','0','new',' ','','3','0','181746456939','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(626,'','Cash','','2025-05-05 18:18:09','','0','18','2025-05-05 18:18:09','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181746458287','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(627,'','Cash','','2025-05-05 18:28:02','','0','22','2025-05-05 18:26:49','','280','280','1','retail','0','280','1','0','0','0','0','0','0','new',' ','','3','0','221746458803','No','22','2025-05-05 18:28:02','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(628,'','Cash','','2025-05-05 19:31:54','','0','18','2025-05-05 19:18:28','','720','720','1','retail','0','720','1','0','0','0','0','0','0','new',' ','','1','0','181746461906','No','18','2025-05-05 19:31:55','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(629,'','Cash','','2025-05-05 19:21:01','','0','22','2025-05-05 19:21:01','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','221746462050','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(630,'','Cash','','2025-05-05 20:13:47','','0','22','2025-05-05 19:32:47','','430','430','1','retail','0','430','1','0','0','0','0','0','0','new',' ','','1','0','221746462760','No','22','2025-05-05 20:13:47','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(631,'','Cash','','2025-05-05 19:45:08','','0','22','2025-05-05 19:45:08','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','221746463500','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(632,'','Cash','','2025-05-05 20:15:26','','0','22','2025-05-05 20:15:26','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','221746465314','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(633,'','Cash','','2025-05-05 20:31:36','','0','22','2025-05-05 20:31:36','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','1','0','221746466007','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(634,'','Cash','','2025-05-05 21:30:40','','0','22','2025-05-05 20:42:17','','1110','1110','1','retail','0','1110','1','0','0','0','0','0','0','new',' ','','','0','221746466933','No','22','2025-05-05 21:30:40','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(635,'','Cash','','2025-05-05 20:42:40','','0','18','2025-05-05 20:42:40','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','3','0','181746466953','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(636,'','Cash','','2025-05-05 21:00:57','','0','18','2025-05-05 21:00:57','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','181746468042','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(637,'','Cash','','2025-05-06 09:26:16','','0','18','2025-05-06 09:26:16','','70','70','1','retail','0','70','1','0','0','0','0','0','0','new',' ','','1','0','181746512764','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(638,'','Cash','','2025-05-06 09:50:56','','0','18','2025-05-06 09:50:56','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','181746514247','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(639,'','Cash','','2025-05-06 09:53:24','','0','18','2025-05-06 09:53:24','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181746514403','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(640,'','Cash','','2025-05-06 10:18:57','','0','1','2025-05-06 10:18:57','','0','0','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','60','11746515917','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(641,'','Cash','','2025-05-06 11:16:31','','0','8','2025-05-06 11:16:31','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','81746519375','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(642,'','Cash','','2025-05-06 17:02:20','','0','8','2025-05-06 11:20:33','','280','280','1','retail','0','280','1','0','0','0','0','0','0','new',' ','','3','0','81746519631','No','8','2025-05-06 17:02:20','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(643,'','Cash','','2025-05-06 11:39:15','','0','8','2025-05-06 11:39:15','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','81746520753','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(644,'','Cash','','2025-05-06 16:22:45','','0','8','2025-05-06 11:57:20','','40','40','1','retail','0','40','1','0','0','0','0','0','0','new',' ','','1','0','81746521839','No','8','2025-05-06 16:22:45','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(645,'','Cash','','2025-05-06 12:54:39','','0','8','2025-05-06 12:18:34','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','3','0','81746523111','No','8','2025-05-06 12:54:39','','','6','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(646,'','Cash','','2025-05-06 12:21:26','','0','8','2025-05-06 12:21:26','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','81746523284','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(647,'','Cash','','2025-05-06 12:48:12','','0','8','2025-05-06 12:48:12','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','81746524886','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(648,'','Cash','','2025-05-06 14:36:06','','0','8','2025-05-06 14:36:06','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','81746531365','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(649,'','Cash','','2025-05-06 15:04:33','','0','8','2025-05-06 15:04:33','','310','310','1','retail','0','310','1','0','0','0','0','0','0','new',' ','','1','0','81746533053','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(650,'','Cash','','2025-05-06 16:40:02','','0','8','2025-05-06 15:06:43','','680','680','1','retail','0','680','1','0','0','0','0','0','0','new',' ','','3','0','81746533202','No','8','2025-05-06 16:40:03','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(651,'','Cash','','2025-05-06 16:41:09','','0','8','2025-05-06 15:46:33','','1050','1050','1','retail','0','1050','1','0','0','0','0','0','0','new',' ','','3','0','81746535560','No','8','2025-05-06 16:41:09','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(652,'','Cash','','2025-05-06 16:07:49','','0','8','2025-05-06 15:47:52','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','81746535659','No','8','2025-05-06 16:07:49','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(653,'','Cash','','2025-05-06 16:29:35','','0','8','2025-05-06 16:00:10','','280','280','1','retail','0','280','1','0','0','0','0','0','0','new',' ','','1','0','81746536363','No','8','2025-05-06 16:29:35','','','5','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(654,'','Cash','','2025-05-06 17:05:36','','0','8','2025-05-06 17:05:36','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','81746540332','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(655,'','Cash','','2025-05-06 17:23:34','','0','8','2025-05-06 17:13:51','','230','230','1','retail','0','230','1','0','0','0','0','0','0','new',' ','','1','0','81746540798','No','8','2025-05-06 17:23:34','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(656,'','Cash','','2025-05-06 17:44:07','','0','8','2025-05-06 17:44:07','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','81746542587','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(657,'','Cash','','2025-05-06 17:52:34','','0','8','2025-05-06 17:52:34','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','81746543146','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(658,'','Cash','','2025-05-06 18:53:05','','0','8','2025-05-06 18:53:05','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','81746546784','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(659,'','Cash','','2025-05-06 19:19:38','','0','8','2025-05-06 19:19:38','','110','110','1','retail','0','110','1','0','0','0','0','0','0','new',' ','','1','0','81746548354','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(660,'','Cash','','2025-05-06 19:22:14','','0','8','2025-05-06 19:22:14','','220','220','1','retail','0','220','1','0','0','0','0','0','0','new',' ','','1','0','81746548493','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(661,'','Cash','','2025-05-06 19:51:18','','0','8','2025-05-06 19:33:04','','650','650','1','retail','0','650','1','0','0','0','0','0','0','new',' ','','1','0','81746549181','No','8','2025-05-06 19:51:18','','','5','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(662,'','Cash','','2025-05-06 22:10:59','','0','22','2025-05-06 22:08:15','','120','120','1','retail','0','120','1','0','0','0','0','0','0','new',' ','','1','0','221746558493','No','22','2025-05-06 22:10:59','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(663,'','Cash','','2025-05-06 22:17:14','','0','22','2025-05-06 22:17:14','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','221746559033','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(664,'','Cash','','2025-05-07 01:52:28','','0','22','2025-05-07 01:09:32','','490','490','1','retail','0','490','1','0','0','0','0','0','0','new',' ','','1','0','221746569371','No','22','2025-05-07 01:52:28','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(665,'','Cash','','2025-05-07 01:32:54','','0','22','2025-05-07 01:32:54','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','1','0','221746570751','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(666,'','Cash','','2025-05-07 07:19:17','','0','22','2025-05-07 07:19:17','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','1','0','221746591545','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(667,'','Cash','','2025-05-07 08:01:22','','0','21','2025-05-07 08:01:22','','170','170','1','retail','0','170','1','0','0','0','0','0','0','new',' ','','1','0','211746594044','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(668,'','Cash','','2025-05-07 09:02:49','','0','21','2025-05-07 09:02:49','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','211746597753','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(669,'','Cash','','2025-05-07 09:04:36','','0','21','2025-05-07 09:04:36','','190','190','1','retail','0','190','1','0','0','0','0','0','0','new',' ','','1','0','211746597796','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(670,'','Cash','','2025-05-07 09:24:40','','0','8','2025-05-07 09:24:40','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','81746599078','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(671,'','Cash','','2025-05-07 10:04:55','','0','21','2025-05-07 10:04:55','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','211746601352','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(672,'','Cash','','2025-05-07 10:12:49','','0','8','2025-05-07 10:12:49','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','81746601967','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(673,'','Cash','','2025-05-07 10:41:00','','0','8','2025-05-07 10:41:00','','380','380','1','retail','0','380','1','0','0','0','0','0','0','new',' ','','1','0','81746603649','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(674,'','Cash','','2025-05-07 11:46:09','','0','8','2025-05-07 11:46:09','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','81746607567','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(675,'','Cash','','2025-05-07 13:07:13','','0','8','2025-05-07 13:07:13','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','81746612426','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(676,'','Cash','','2025-05-07 13:17:33','','0','8','2025-05-07 13:17:33','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','81746613048','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(677,'','Cash','','2025-05-07 13:25:33','','0','8','2025-05-07 13:25:33','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','3','0','81746613525','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(678,'','Cash','','2025-05-07 14:11:11','','0','8','2025-05-07 13:39:50','','530','530','1','retail','0','530','1','0','0','0','0','0','0','new',' ','','3','0','81746614306','No','8','2025-05-07 14:11:11','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(679,'','Cash','','2025-05-07 13:45:37','','0','8','2025-05-07 13:43:14','','280','280','1','retail','0','280','1','0','0','0','0','0','0','new',' ','','1','0','81746614588','No','8','2025-05-07 13:45:37','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(680,'','Cash','','2025-05-07 14:12:45','','0','8','2025-05-07 14:12:45','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','81746616355','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(681,'','Cash','','2025-05-07 14:25:54','','0','8','2025-05-07 14:25:54','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','81746617144','No','','','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(682,'','Cash','','2025-05-07 14:46:33','','0','8','2025-05-07 14:46:33','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','81746618377','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(683,'','Cash','','2025-05-07 15:35:37','','0','8','2025-05-07 15:16:14','','230','230','1','retail','0','230','1','0','0','0','0','0','0','new',' ','','3','0','81746620166','No','8','2025-05-07 15:35:37','','','6','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(684,'','Cash','','2025-05-07 15:48:17','','0','8','2025-05-07 15:48:17','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','3','0','81746622043','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(685,'','Cash','','2025-05-07 15:57:25','','0','8','2025-05-07 15:57:25','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','81746622642','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(686,'','Cash','','2025-05-07 16:09:59','','0','8','2025-05-07 16:09:59','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','81746623391','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(687,'','Cash','','2025-05-07 16:31:54','','0','21','2025-05-07 16:31:54','','760','760','1','retail','0','760','1','0','0','0','0','0','0','new',' ','','1','0','211746624649','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(688,'','Cash','','2025-05-07 17:22:33','','0','8','2025-05-07 17:22:33','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','81746627752','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(689,'','Cash','','2025-05-07 17:23:42','','0','8','2025-05-07 17:23:42','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','81746627819','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(690,'','Cash','','2025-05-07 18:20:28','','0','8','2025-05-07 17:37:31','','340','340','1','retail','0','340','1','0','0','0','0','0','0','new',' ','','1','0','81746628617','No','8','2025-05-07 18:20:28','','','6','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(691,'','Cash','','2025-05-07 17:53:38','','0','8','2025-05-07 17:41:05','','70','70','1','retail','0','70','1','0','0','0','0','0','0','new',' ','','1','0','81746628863','No','8','2025-05-07 17:53:38','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(692,'','Cash','','2025-05-07 17:58:46','','0','8','2025-05-07 17:58:46','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','81746629923','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(693,'','Cash','','2025-05-07 19:06:46','','0','8','2025-05-07 19:06:46','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','81746633998','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(694,'','Cash','','2025-05-07 19:14:53','','0','8','2025-05-07 19:14:53','','360','360','1','retail','0','360','1','0','0','0','0','0','0','new',' ','','1','0','81746634440','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(695,'','Cash','','2025-05-07 19:16:06','','0','8','2025-05-07 19:16:06','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','81746634561','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(696,'','Cash','','2025-05-07 19:36:08','','0','8','2025-05-07 19:36:08','','500','500','1','retail','0','500','1','0','0','0','0','0','0','new',' ','','1','0','81746635730','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(697,'','Cash','','2025-05-07 20:05:44','','0','8','2025-05-07 20:05:44','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','','0','81746637543','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(698,'','Cash','','2025-05-07 20:25:33','','0','8','2025-05-07 20:19:23','','440','440','1','retail','0','440','1','0','0','0','0','0','0','new',' ','','1','0','81746638349','No','8','2025-05-07 20:25:33','','','6','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(699,'','Cash','','2025-05-08 08:31:35','','0','11','2025-05-08 08:31:35','','110','110','1','retail','0','110','1','0','0','0','0','0','0','new',' ','','1','0','111746682271','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(700,'','Cash','','2025-05-08 09:42:50','','0','22','2025-05-08 09:01:25','','560','560','1','retail','0','560','1','0','0','0','0','0','0','new',' ','','3','0','221746684063','No','22','2025-05-08 09:42:50','','','5','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(701,'','Cash','','2025-05-08 09:17:06','','0','22','2025-05-08 09:17:06','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','221746685024','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(702,'','Cash','','2025-05-08 09:30:37','','0','8','2025-05-08 09:30:37','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','81746685829','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(703,'','Cash','','2025-05-08 10:15:16','','0','8','2025-05-08 09:34:22','','110','110','1','retail','0','110','1','0','0','0','0','0','0','new',' ','','3','0','81746686060','No','8','2025-05-08 10:15:16','','','6','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(704,'','Cash','','2025-05-08 09:58:17','','0','8','2025-05-08 09:58:17','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','81746687495','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(705,'','Cash','','2025-05-08 10:47:59','','0','22','2025-05-08 10:17:13','','260','260','1','retail','0','260','1','0','0','0','0','0','0','new',' ','','1','0','221746688632','No','22','2025-05-08 10:47:59','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(706,'','Cash','','2025-05-08 10:23:19','','0','8','2025-05-08 10:23:19','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','81746688998','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(707,'','Cash','','2025-05-08 11:21:21','','0','22','2025-05-08 11:21:21','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','221746692433','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(708,'','Cash','','2025-05-08 11:55:31','','0','22','2025-05-08 11:55:31','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','221746694529','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(709,'','Cash','','2025-05-08 12:02:41','','0','22','2025-05-08 12:02:41','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','221746694958','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(710,'','Cash','','2025-05-08 12:50:16','','0','22','2025-05-08 12:50:16','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','221746697815','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(711,'','Cash','','2025-05-08 12:56:37','','0','22','2025-05-08 12:56:37','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','221746698193','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(712,'','Cash','','2025-05-08 13:09:58','','0','22','2025-05-08 13:09:58','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','221746698996','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(713,'','Cash','','2025-05-08 13:24:51','','0','22','2025-05-08 13:21:46','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','3','0','221746699674','No','22','2025-05-08 13:24:51','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(714,'','Cash','','2025-05-08 13:52:04','','0','22','2025-05-08 13:35:46','','260','260','1','retail','0','260','1','0','0','0','0','0','0','new',' ','','1','0','221746700486','No','22','2025-05-08 13:52:04','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(715,'','Cash','','2025-05-08 13:42:13','','0','22','2025-05-08 13:42:13','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','221746700931','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(716,'','Cash','','2025-05-08 14:27:59','','0','22','2025-05-08 14:27:59','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','221746703677','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(717,'','Cash','','2025-05-08 14:40:20','','0','21','2025-05-08 14:40:20','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','211746704419','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(718,'','Cash','','2025-05-08 14:43:01','','0','8','2025-05-08 14:43:01','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','1','0','81746704569','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(719,'','Cash','','2025-05-08 14:56:31','','0','8','2025-05-08 14:50:35','','210','210','1','retail','0','210','1','0','0','0','0','0','0','new',' ','','1','0','81746705033','No','8','2025-05-08 14:56:31','','','6','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(720,'','Cash','','2025-05-08 15:27:10','','0','8','2025-05-08 15:07:12','','390','390','1','retail','0','390','1','0','0','0','0','0','0','new',' ','','1','0','81746705951','No','8','2025-05-08 15:27:10','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(721,'','Cash','','2025-05-08 15:24:23','','0','22','2025-05-08 15:22:04','','700','700','1','retail','0','700','1','0','0','0','0','0','0','printed',' ','','3','0','221746706904','No','22','2025-05-08 15:24:23','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(722,'','Cash','','2025-05-08 15:30:49','','0','22','2025-05-08 15:30:49','','750','750','1','retail','0','750','1','0','0','0','0','0','0','new',' ','','1','0','221746707362','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(723,'','Cash','','2025-05-08 16:46:44','','0','8','2025-05-08 16:46:44','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','81746712001','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(724,'','Cash','','2025-05-08 17:08:58','','0','22','2025-05-08 17:08:58','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','221746713335','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(725,'','Cash','','2025-05-08 17:24:29','','0','8','2025-05-08 17:21:25','','450','450','1','retail','0','450','1','0','0','0','0','0','0','new',' ','','1','0','81746714019','No','8','2025-05-08 17:24:30','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(726,'','Cash','','2025-05-08 17:26:37','','0','21','2025-05-08 17:26:37','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','211746714390','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(727,'','Cash','','2025-05-08 17:31:51','','0','8','2025-05-08 17:31:51','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','81746714690','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(728,'','Cash','','2025-05-08 18:21:05','','0','22','2025-05-08 18:20:04','','70','70','1','retail','0','70','1','0','0','0','0','0','0','new',' ','','1','0','221746717600','No','22','2025-05-08 18:21:05','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(729,'','Cash','','2025-05-08 18:29:04','','0','8','2025-05-08 18:29:04','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','3','0','81746718113','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(730,'','Cash','','2025-05-08 18:50:51','','0','22','2025-05-08 18:49:22','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','221746719352','No','22','2025-05-08 18:50:51','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(731,'','Cash','','2025-05-08 19:29:11','','0','8','2025-05-08 19:29:11','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','81746721741','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(732,'','Cash','','2025-05-08 20:35:15','','0','8','2025-05-08 20:35:15','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','81746725713','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(733,'','Cash','','2025-05-08 20:37:18','','0','22','2025-05-08 20:37:18','','450','450','1','retail','0','450','1','0','0','0','0','0','0','new',' ','','1','0','221746725778','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(734,'','Cash','','2025-05-08 21:38:12','','0','11','2025-05-08 21:16:46','','330','330','1','retail','0','330','1','0','0','0','0','0','0','new',' ','','1','0','111746728164','No','11','2025-05-08 21:38:12','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(735,'','Cash','','2025-05-08 21:38:48','','0','11','2025-05-08 21:38:48','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','111746729526','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(736,'','Cash','','2025-05-08 22:07:47','','0','11','2025-05-08 22:07:47','','40','40','1','retail','0','40','1','0','0','0','0','0','0','new',' ','','1','0','111746731255','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(737,'','Cash','','2025-05-08 23:18:20','','0','11','2025-05-08 22:45:14','','900','900','1','retail','0','900','1','0','0','0','0','0','0','new',' ','','1','0','111746733414','No','11','2025-05-08 23:18:20','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(738,'','Cash','','2025-05-08 23:19:06','','0','11','2025-05-08 23:19:06','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','111746735545','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(739,'','Cash','','2025-05-08 23:34:21','','0','11','2025-05-08 23:32:33','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','111746736352','No','11','2025-05-08 23:34:21','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(740,'','Cash','','2025-05-09 07:10:33','','0','10','2025-05-09 07:10:33','','410','410','1','retail','0','410','1','0','0','0','0','0','0','new',' ','','1','0','101746763519','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(741,'','Cash','','2025-05-09 07:31:53','','0','11','2025-05-09 07:31:53','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','111746765112','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(742,'','Cash','','2025-05-09 07:37:13','','0','11','2025-05-09 07:37:13','','190','190','1','retail','0','190','1','0','0','0','0','0','0','new',' ','','3','0','111746765348','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(743,'','Cash','','2025-05-09 08:57:22','','0','11','2025-05-09 08:57:22','','290','290','1','retail','0','290','1','0','0','0','0','0','0','new',' ','','1','0','111746770225','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(744,'','Cash','','2025-05-09 09:32:06','','0','8','2025-05-09 09:32:06','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','81746772324','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(745,'','Cash','','2025-05-09 10:26:12','','0','8','2025-05-09 10:26:12','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','81746775570','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(746,'','Cash','','2025-05-09 11:30:17','','0','8','2025-05-09 11:30:17','','140','140','1','retail','0','140','1','0','0','0','0','0','0','new',' ','','1','0','81746779384','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(747,'','Cash','','2025-05-09 11:54:22','','0','21','2025-05-09 11:48:03','','160','160','1','retail','0','160','1','0','0','0','0','0','0','new',' ','','1','0','211746780466','No','21','2025-05-09 11:54:22','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(748,'','Cash','','2025-05-09 11:48:35','','0','8','2025-05-09 11:48:35','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','3','0','81746780513','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(749,'','Cash','','2025-05-09 12:02:52','','0','8','2025-05-09 12:02:52','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','1','0','81746781358','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(750,'','Cash','','2025-05-09 12:17:09','','0','8','2025-05-09 12:17:09','','140','140','1','retail','0','140','1','0','0','0','0','0','0','new',' ','','1','0','81746782198','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(751,'','Cash','','2025-05-09 12:40:55','','0','8','2025-05-09 12:40:55','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','81746783653','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(752,'','Cash','','2025-05-09 13:13:20','','0','8','2025-05-09 13:13:20','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','81746785596','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(753,'','Cash','','2025-05-09 13:54:06','','0','8','2025-05-09 13:54:06','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','81746788044','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(754,'','Cash','','2025-05-09 14:11:01','','0','21','2025-05-09 14:11:01','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','211746789060','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(755,'','Cash','','2025-05-09 14:16:42','','0','8','2025-05-09 14:16:42','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','81746789400','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(756,'','Cash','','2025-05-09 14:58:57','','0','8','2025-05-09 14:58:57','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','81746791935','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(757,'','Cash','','2025-05-09 16:14:29','','0','21','2025-05-09 16:14:29','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','211746796456','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(758,'','Cash','','2025-05-09 16:18:04','','0','21','2025-05-09 16:18:04','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','211746796680','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(759,'','Cash','','2025-05-09 16:38:40','','0','21','2025-05-09 16:38:40','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','211746797918','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(760,'','Cash','','2025-05-09 16:46:27','','0','8','2025-05-09 16:46:27','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','81746798382','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(761,'','Cash','','2025-05-09 16:48:49','','0','8','2025-05-09 16:48:49','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','81746798526','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(762,'','Cash','','2025-05-09 17:06:48','','0','8','2025-05-09 17:06:48','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','81746799591','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(763,'','Cash','','2025-05-09 17:20:13','','0','8','2025-05-09 17:20:13','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','81746800412','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(764,'','Cash','','2025-05-09 17:55:14','','0','8','2025-05-09 17:55:14','','160','160','1','retail','0','160','1','0','0','0','0','0','0','new',' ','','1','0','81746802467','No','','','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(765,'','Cash','','2025-05-09 18:00:19','','0','21','2025-05-09 18:00:19','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','211746802783','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(766,'','Cash','','2025-05-09 18:06:35','','0','8','2025-05-09 18:06:35','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','81746803193','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(767,'','Cash','','2025-05-09 18:15:00','','0','8','2025-05-09 18:08:02','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','81746803273','No','8','2025-05-09 18:15:00','','','6','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(768,'','Cash','','2025-05-09 18:09:42','','0','21','2025-05-09 18:09:42','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','211746803380','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(769,'','Cash','','2025-05-09 18:46:56','','0','8','2025-05-09 18:16:38','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','81746803789','No','8','2025-05-09 18:46:56','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(770,'','Cash','','2025-05-09 18:19:58','','0','21','2025-05-09 18:19:58','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','211746803409','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(771,'','Cash','','2025-05-09 18:59:08','','0','21','2025-05-09 18:59:08','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','211746806340','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(772,'','Cash','','2025-05-09 19:07:17','','0','21','2025-05-09 19:07:17','','680','680','1','retail','0','680','1','0','0','0','0','0','0','new',' ','','1','0','211746806702','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(773,'','Cash','','2025-05-09 19:07:28','','0','8','2025-05-09 19:07:28','','270','270','1','retail','0','270','1','0','0','0','0','0','0','new',' ','','1','0','81746806827','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(774,'','Cash','','2025-05-09 19:33:33','','0','8','2025-05-09 19:33:33','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','81746808410','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(775,'','Cash','','2025-05-09 19:35:24','','0','21','2025-05-09 19:35:25','','170','170','1','retail','0','170','1','0','0','0','0','0','0','new',' ','','3','0','211746808499','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(776,'','Cash','','2025-05-09 20:02:35','','0','8','2025-05-09 19:41:05','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','1','0','81746808843','No','8','2025-05-09 20:02:35','','','6','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(777,'','Cash','','2025-05-09 19:44:12','','0','8','2025-05-09 19:44:12','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','81746809037','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(778,'','Cash','','2025-05-09 19:45:47','','0','21','2025-05-09 19:45:47','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','211746809138','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(779,'','Cash','','2025-05-09 19:59:03','','0','21','2025-05-09 19:59:03','','110','110','1','retail','0','110','1','0','0','0','0','0','0','new',' ','','1','0','211746809922','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(780,'','Cash','','2025-05-09 20:05:33','','0','21','2025-05-09 20:05:33','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','211746810332','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(781,'','Cash','','2025-05-09 20:23:15','','0','21','2025-05-09 20:23:15','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','211746811394','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(782,'','Cash','','2025-05-09 21:06:21','','0','11','2025-05-09 21:06:21','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','111746813980','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(783,'','Cash','','2025-05-09 21:07:24','','0','11','2025-05-09 21:07:24','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','111746814043','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(784,'','Cash','','2025-05-09 21:08:53','','0','8','2025-05-09 21:08:53','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','81746814131','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(785,'','Cash','','2025-05-09 21:19:35','','0','11','2025-05-09 21:19:35','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','111746814774','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(786,'','Cash','','2025-05-09 21:28:42','','0','11','2025-05-09 21:28:42','','40','40','1','retail','0','40','1','0','0','0','0','0','0','new',' ','','1','0','111746815316','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(787,'','Cash','','2025-05-09 22:49:10','','0','11','2025-05-09 22:49:10','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','111746820148','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(788,'','Cash','','2025-05-09 22:56:43','','0','11','2025-05-09 22:56:43','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','111746820183','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(789,'','Cash','','2025-05-09 22:58:52','','0','22','2025-05-09 22:58:52','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','221746820731','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(790,'','Cash','','2025-05-10 08:59:05','','0','11','2025-05-10 08:59:05','','90','90','1','retail','0','90','1','0','0','0','0','0','0','new',' ','','3','0','111746856723','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(791,'','Cash','','2025-05-10 09:26:09','','0','8','2025-05-10 09:24:21','','120','120','1','retail','0','120','1','0','0','0','0','0','0','new',' ','','1','0','81746858249','No','8','2025-05-10 09:26:09','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(792,'','Cash','','2025-05-10 10:13:46','','0','8','2025-05-10 10:13:46','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','81746861224','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(793,'','Cash','','2025-05-10 10:43:10','','0','8','2025-05-10 10:43:10','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','81746862986','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(794,'','Cash','','2025-05-10 10:45:58','','0','21','2025-05-10 10:45:58','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','211746863145','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(795,'','Cash','','2025-05-10 11:33:06','','0','8','2025-05-10 11:06:30','','1010','1010','1','retail','0','1010','1','0','0','0','0','0','0','new',' ','','1','0','81746864377','No','8','2025-05-10 11:33:06','','','9','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(796,'','Cash','','2025-05-10 11:12:02','','0','8','2025-05-10 11:12:02','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','81746864720','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(797,'','Cash','','2025-05-10 18:09:52','','0','21','2025-05-10 12:14:24','','1560','1560','1','retail','0','1560','1','0','0','0','0','0','0','new',' ','','3','0','211746868430','No','21','2025-05-10 18:09:52','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(798,'','Cash','','2025-05-10 12:28:00','','0','8','2025-05-10 12:28:00','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','81746869279','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(799,'','Cash','','2025-05-10 12:33:10','','0','8','2025-05-10 12:33:10','','40','40','1','retail','0','40','1','0','0','0','0','0','0','new',' ','','1','0','81746869586','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(800,'','Cash','','2025-05-10 12:53:21','','0','8','2025-05-10 12:53:21','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','81746870800','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(801,'','Cash','','2025-05-10 13:14:51','','0','21','2025-05-10 13:14:51','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','211746872089','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(802,'','Cash','','2025-05-10 13:17:36','','0','21','2025-05-10 13:17:36','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','3','0','211746872200','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(803,'','Cash','','2025-05-10 13:48:02','','0','21','2025-05-10 13:36:50','','900','900','1','retail','0','900','1','0','0','0','0','0','0','new',' ','','1','0','211746873367','No','21','2025-05-10 13:48:02','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(804,'','Cash','','2025-05-10 13:37:15','','0','8','2025-05-10 13:37:15','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','','0','81746873433','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(805,'','Cash','','2025-05-10 14:47:51','','0','8','2025-05-10 14:04:47','','990','990','1','retail','0','990','1','0','0','0','0','0','0','new',' ','','1','0','81746875065','No','8','2025-05-10 14:47:51','','','5','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(806,'','Cash','','2025-05-10 15:13:35','','0','5','2025-05-10 15:13:35','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','3','0','51746879209','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(807,'','Cash','','2025-05-10 16:45:22','','0','8','2025-05-10 16:06:26','','550','550','1','retail','0','550','1','0','0','0','0','0','0','new',' ','','3','0','81746882344','No','8','2025-05-10 16:45:22','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(808,'','Cash','','2025-05-10 16:39:00','','0','21','2025-05-10 16:31:37','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','211746883887','No','21','2025-05-10 16:39:00','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(809,'','Cash','','2025-05-10 16:52:38','','0','21','2025-05-10 16:52:38','','210','210','1','retail','0','210','1','0','0','0','0','0','0','new',' ','','1','0','211746885124','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(810,'','Cash','','2025-05-10 17:11:03','','0','21','2025-05-10 17:11:03','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','211746886198','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(811,'','Cash','','2025-05-10 19:21:06','','0','21','2025-05-10 17:12:26','','170','170','1','retail','0','170','1','0','0','0','0','0','0','new',' ','','1','0','211746886337','No','21','2025-05-10 19:21:06','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(812,'','Cash','','2025-05-10 17:56:25','','0','21','2025-05-10 17:56:25','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','211746888979','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(813,'','Cash','','2025-05-10 18:15:54','','0','21','2025-05-10 18:15:54','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','211746890123','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(814,'','Cash','','2025-05-10 18:46:12','','0','21','2025-05-10 18:46:12','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','211746891968','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(815,'','Cash','','2025-05-10 20:10:32','','0','8','2025-05-10 18:46:56','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','3','0','81746892010','No','8','2025-05-10 20:10:32','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(816,'','Cash','','2025-05-10 19:15:00','','0','8','2025-05-10 18:51:16','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','81746892264','No','8','2025-05-10 19:15:00','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(817,'','Cash','','2025-05-10 19:19:47','','0','21','2025-05-10 18:54:05','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','211746892435','No','21','2025-05-10 19:19:47','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(818,'','Cash','','2025-05-10 20:09:05','','0','8','2025-05-10 19:14:01','','2250','2250','1','retail','0','2250','1','0','0','0','0','0','0','new',' ','','3','0','81746893555','No','8','2025-05-10 20:09:05','','','8','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(819,'','Cash','','2025-05-10 19:25:27','','0','21','2025-05-10 19:25:27','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','211746894326','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(820,'','Cash','','2025-05-10 19:43:30','','0','21','2025-05-10 19:43:30','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','211746895408','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(821,'','Cash','','2025-05-10 19:48:42','','0','8','2025-05-10 19:47:49','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','3','0','81746895664','No','8','2025-05-10 19:48:42','','','5','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(822,'','Cash','','2025-05-10 20:25:19','','0','21','2025-05-10 20:11:54','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','1','0','211746897113','No','21','2025-05-10 20:25:19','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(823,'','Cash','','2025-05-10 20:23:09','','0','21','2025-05-10 20:23:09','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','1','0','211746897761','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(824,'','Cash','','2025-05-10 21:56:17','','0','22','2025-05-10 21:27:44','','70','70','1','retail','0','70','1','0','0','0','0','0','0','new',' ','','1','0','221746901662','No','22','2025-05-10 21:56:17','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(825,'','Cash','','2025-05-10 21:55:27','','0','22','2025-05-10 21:36:03','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','221746902161','No','22','2025-05-10 21:55:27','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(826,'','Cash','','2025-05-10 22:48:14','','0','22','2025-05-10 22:48:14','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','221746906487','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(827,'','Cash','','2025-05-10 23:19:19','','0','22','2025-05-10 23:19:19','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','221746908357','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(828,'','Cash','','2025-05-10 23:23:44','','0','22','2025-05-10 23:23:44','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','1','0','221746908604','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(829,'','Cash','','2025-05-11 01:42:28','','0','5','2025-05-11 01:42:28','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','51746916238','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(830,'','Cash','','2025-05-11 07:59:52','','0','11','2025-05-11 03:40:09','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','111746923987','No','11','2025-05-11 07:59:52','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(831,'','Cash','','2025-05-11 08:47:34','','0','22','2025-05-11 08:47:34','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','1','0','221746942417','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(832,'','Cash','','2025-05-11 10:32:48','','0','21','2025-05-11 10:32:48','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','211746948756','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(833,'','Cash','','2025-05-11 10:39:35','','0','18','2025-05-11 10:39:35','','40','40','1','retail','0','40','1','0','0','0','0','0','0','new',' ','','1','0','181746949170','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(834,'','Cash','','2025-05-11 10:41:55','','0','18','2025-05-11 10:41:55','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','181746949313','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(835,'','Cash','','2025-05-11 10:51:35','','0','18','2025-05-11 10:51:35','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','181746949893','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(836,'','Cash','','2025-05-11 10:54:11','','0','21','2025-05-11 10:54:11','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','211746950050','No','','','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(837,'','Cash','','2025-05-11 11:30:05','','0','18','2025-05-11 11:30:05','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','181746951707','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(838,'','Cash','','2025-05-11 11:37:18','','0','18','2025-05-11 11:37:18','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','181746952637','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(839,'','Cash','','2025-05-11 11:40:31','','0','21','2025-05-11 11:40:31','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','211746952829','No','','','','','5','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(840,'','Cash','','2025-05-11 12:27:14','','0','21','2025-05-11 11:54:52','','550','550','1','retail','0','550','1','0','0','0','0','0','0','new',' ','','1','0','211746953651','No','21','2025-05-11 12:27:14','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(841,'','Cash','','2025-05-11 12:25:57','','0','18','2025-05-11 12:25:57','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181746955556','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(842,'','Cash','','2025-05-11 12:56:23','','0','18','2025-05-11 12:51:54','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','3','0','181746957112','No','18','2025-05-11 12:56:23','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(843,'','Cash','','2025-05-11 13:37:07','','0','21','2025-05-11 13:37:08','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','211746959826','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(844,'','Cash','','2025-05-11 13:50:18','','0','18','2025-05-11 13:50:18','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','181746960616','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(845,'','Cash','','2025-05-11 16:38:44','','0','21','2025-05-11 13:54:16','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','1','0','211746960840','No','21','2025-05-11 16:38:44','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(846,'','Cash','','2025-05-11 13:59:49','','0','18','2025-05-11 13:59:49','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','181746961187','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(847,'','Cash','','2025-05-11 14:24:03','','0','18','2025-05-11 14:04:15','','320','320','1','retail','0','320','1','0','0','0','0','0','0','new',' ','','3','0','181746961434','No','18','2025-05-11 14:24:03','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(848,'','Cash','','2025-05-11 14:04:57','','0','18','2025-05-11 14:04:57','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','181746961495','No','','','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(849,'','Cash','','2025-05-11 14:36:07','','0','21','2025-05-11 14:33:37','','630','630','1','retail','0','630','1','0','0','0','0','0','0','new',' ','','3','0','211746963184','No','21','2025-05-11 14:36:07','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(850,'','Cash','','2025-05-11 15:13:28','','0','18','2025-05-11 14:40:15','','1480','1480','1','retail','0','1480','1','0','0','0','0','0','0','new',' ','','3','0','181746963552','No','18','2025-05-11 15:13:28','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(851,'','Cash','','2025-05-11 14:41:05','','0','21','2025-05-11 14:41:05','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','3','0','211746963652','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(852,'','Cash','','2025-05-11 15:31:25','','0','18','2025-05-11 15:14:43','','780','780','1','retail','0','780','1','0','0','0','0','0','0','new',' ','','1','0','181746965653','No','18','2025-05-11 15:31:25','','','5','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(853,'','Cash','','2025-05-11 15:26:33','','0','21','2025-05-11 15:25:07','','530','530','1','retail','0','530','1','0','0','0','0','0','0','new',' ','','3','0','211746966298','No','21','2025-05-11 15:26:33','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(854,'','Cash','','2025-05-11 16:34:08','','0','18','2025-05-11 16:34:08','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','181746970446','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(855,'','Cash','','2025-05-11 16:39:21','','0','21','2025-05-11 16:39:21','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','211746970759','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(856,'','Cash','','2025-05-11 17:21:54','','0','18','2025-05-11 17:21:54','','660','660','1','retail','0','660','1','0','0','0','0','0','0','new',' ','','1','0','181746973297','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(857,'','Cash','','2025-05-11 17:44:22','','0','18','2025-05-11 17:27:45','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','181746973663','No','18','2025-05-11 17:44:22','','','5','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(858,'','Cash','','2025-05-11 17:51:07','','0','21','2025-05-11 17:51:07','','280','280','1','retail','0','280','1','0','0','0','0','0','0','new',' ','','1','0','211746975065','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(859,'','Cash','','2025-05-11 19:23:22','','0','21','2025-05-11 19:23:22','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','211746980589','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(860,'','Cash','','2025-05-11 19:38:06','','0','21','2025-05-11 19:38:06','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','211746981449','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(861,'','Cash','','2025-05-11 19:40:48','','0','18','2025-05-11 19:40:48','','120','120','1','retail','0','120','1','0','0','0','0','0','0','new',' ','','1','0','181746981634','No','','','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(862,'','Cash','','2025-05-11 20:14:11','','0','18','2025-05-11 19:55:24','','290','290','1','retail','0','290','1','0','0','0','0','0','0','new',' ','','3','0','181746982514','No','18','2025-05-11 20:14:11','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(863,'','Cash','','2025-05-11 19:57:43','','0','21','2025-05-11 19:57:43','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','1','0','211746982656','No','','','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(864,'','Cash','','2025-05-11 19:58:11','','0','18','2025-05-11 19:58:12','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','181746982689','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(865,'','Cash','','2025-05-11 20:06:19','','0','18','2025-05-11 20:06:19','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181746983178','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(866,'','Cash','','2025-05-11 20:40:02','','0','18','2025-05-11 20:40:02','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','181746985198','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(867,'','Cash','','2025-05-11 20:44:30','','0','21','2025-05-11 20:44:30','','800','800','1','retail','0','800','1','0','0','0','0','0','0','new',' ','','1','0','211746985179','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(868,'','Cash','','2025-05-11 20:45:29','','0','5','2025-05-11 20:45:29','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','51746985523','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(869,'','Cash','','2025-05-17 13:06:13','','0','21','2025-05-11 20:54:42','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','211746986081','No','21','2025-05-17 13:06:13','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(870,'','Cash','','2025-05-11 20:59:35','','0','18','2025-05-11 20:59:35','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181746986374','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(871,'','Cash','','2025-05-11 21:05:37','','0','18','2025-05-11 21:05:37','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181746986736','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(872,'','Cash','','2025-05-11 21:06:30','','0','18','2025-05-11 21:06:30','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','181746986788','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(873,'','Cash','','2025-05-11 21:20:00','','0','5','2025-05-11 21:20:00','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','3','0','51746987595','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(874,'','Cash','','2025-05-11 21:34:30','','0','22','2025-05-11 21:34:30','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','3','0','221746988469','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(875,'','Cash','','2025-05-11 21:36:44','','0','22','2025-05-11 21:36:44','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','221746988602','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(876,'','Cash','','2025-05-11 21:48:54','','0','22','2025-05-11 21:48:02','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','3','0','221746989280','No','22','2025-05-11 21:48:54','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(877,'','Cash','','2025-05-11 21:51:42','','0','22','2025-05-11 21:51:42','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','221746989500','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(878,'','Cash','','2025-05-11 22:46:07','','0','22','2025-05-11 22:46:07','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','221746992759','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(879,'','Cash','','2025-05-12 05:38:21','','0','22','2025-05-12 05:38:21','','400','400','1','retail','0','400','1','0','0','0','0','0','0','printed',' ','','3','0','221747017474','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(880,'','Cash','','2025-05-12 05:46:37','','0','22','2025-05-12 05:46:37','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','3','0','221747017960','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(881,'','Cash','','2025-05-12 08:13:15','','0','22','2025-05-12 08:13:15','','450','450','1','retail','0','450','1','0','0','0','0','0','0','printed',' ','','3','0','221747026759','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(882,'','Cash','','2025-05-12 10:51:41','','0','8','2025-05-12 10:21:18','','510','510','1','retail','0','510','1','0','0','0','0','0','0','new',' ','','3','0','81747034473','No','8','2025-05-12 10:51:41','','','5','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(883,'','Cash','','2025-05-12 10:43:15','','0','8','2025-05-12 10:43:15','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','81747035794','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(884,'','Cash','','2025-05-12 10:56:43','','0','6','2025-05-12 10:56:43','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','61747036601','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(885,'','Cash','','2025-05-12 13:23:37','','0','8','2025-05-12 11:53:55','','510','510','1','retail','0','510','1','0','0','0','0','0','0','new',' ','','3','0','81747040032','No','8','2025-05-12 13:23:37','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(886,'','Cash','','2025-05-12 12:34:25','','0','8','2025-05-12 12:34:25','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','81747042463','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(887,'','Cash','','2025-05-12 12:42:11','','0','8','2025-05-12 12:42:11','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','1','0','81747042912','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(888,'','Cash','','2025-05-12 13:14:21','','0','8','2025-05-12 13:10:17','','450','450','1','retail','0','450','1','0','0','0','0','0','0','new',' ','','1','0','81747044598','No','8','2025-05-12 13:14:21','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(889,'','Cash','','2025-05-12 13:15:51','','0','8','2025-05-12 13:15:51','','360','360','1','retail','0','360','1','0','0','0','0','0','0','new',' ','','1','0','81747044930','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(890,'','Cash','','2025-05-12 13:18:28','','0','8','2025-05-12 13:18:28','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','81747045106','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(891,'','Cash','','2025-05-12 13:27:59','','0','8','2025-05-12 13:27:59','','420','420','1','retail','0','420','1','0','0','0','0','0','0','new',' ','','1','0','81747045654','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(892,'','Cash','','2025-05-12 13:29:43','','0','8','2025-05-12 13:29:43','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','81747045781','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(893,'','Cash','','2025-05-12 13:45:20','','0','12','2025-05-12 13:45:20','','500','500','1','retail','0','500','1','0','0','0','0','0','0','new',' ','','3','0','121747046685','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(894,'','Cash','','2025-05-12 13:49:07','','0','8','2025-05-12 13:49:07','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','81747046944','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(895,'','Cash','','2025-05-12 14:12:00','','0','12','2025-05-12 14:12:00','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','3','0','121747048318','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(896,'','Cash','','2025-05-12 14:13:19','','0','8','2025-05-12 14:13:19','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','81747048386','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(897,'','Cash','','2025-05-12 14:43:28','','0','8','2025-05-12 14:27:22','','360','360','1','retail','0','360','1','0','0','0','0','0','0','new',' ','','3','0','81747049236','No','8','2025-05-12 14:43:28','','','5','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(898,'','Cash','','2025-05-12 14:41:56','','0','12','2025-05-12 14:41:56','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','121747050114','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(899,'','Cash','','2025-05-12 14:52:36','','0','12','2025-05-12 14:52:36','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','121747050752','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(900,'','Cash','','2025-05-12 14:57:48','','0','12','2025-05-12 14:57:48','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','3','0','121747051066','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(901,'','Cash','','2025-05-12 15:27:33','','0','12','2025-05-12 15:27:33','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','121747052849','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(902,'','Cash','','2025-05-12 15:44:07','','0','12','2025-05-12 15:44:07','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','1','0','121747053834','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(903,'','Cash','','2025-05-12 15:52:08','','0','8','2025-05-12 15:52:08','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','81747054327','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(904,'','Cash','','2025-05-12 17:32:33','','0','8','2025-05-12 16:06:08','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','81747055142','No','8','2025-05-12 17:32:33','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(905,'','Cash','','2025-05-12 16:51:47','','0','8','2025-05-12 16:20:03','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','81747055994','No','8','2025-05-12 16:51:47','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(906,'','Cash','','2025-05-12 16:31:10','','0','8','2025-05-12 16:31:10','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','81747056667','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(907,'','Cash','','2025-05-12 16:43:09','','0','8','2025-05-12 16:43:09','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','81747057387','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(908,'','Cash','','2025-05-12 16:45:41','','0','8','2025-05-12 16:45:41','','310','310','1','retail','0','310','1','0','0','0','0','0','0','new',' ','','1','0','81747057491','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(909,'','Cash','','2025-05-12 17:46:42','','0','8','2025-05-12 17:40:05','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','81747060802','No','8','2025-05-12 17:46:42','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(910,'','Cash','','2025-05-12 17:40:56','','0','12','2025-05-12 17:40:56','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','121747060854','No','','','','','5','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(911,'','Cash','','2025-05-12 18:24:01','','0','8','2025-05-12 17:50:54','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','81747061450','No','8','2025-05-12 18:24:01','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(912,'','Cash','','2025-05-12 18:27:44','','0','8','2025-05-12 18:22:18','','530','530','1','retail','0','530','1','0','0','0','0','0','0','new',' ','','1','0','81747063331','No','8','2025-05-12 18:27:44','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(913,'','Cash','','2025-05-12 18:55:05','','0','12','2025-05-12 18:47:03','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','3','0','121747064822','No','12','2025-05-12 18:55:05','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(914,'','Cash','','2025-05-12 18:59:07','','0','12','2025-05-12 18:59:07','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','121747065546','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(915,'','Cash','','2025-05-12 19:01:49','','0','8','2025-05-12 19:01:49','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','81747065643','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(916,'','Cash','','2025-05-12 19:17:23','','0','8','2025-05-12 19:17:23','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','81747066641','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(917,'','Cash','','2025-05-12 19:19:11','','0','12','2025-05-12 19:19:11','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','121747066750','No','','','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(918,'','Cash','','2025-05-12 19:31:24','','0','8','2025-05-12 19:22:08','','260','260','1','retail','0','260','1','0','0','0','0','0','0','new',' ','','1','0','81747066899','No','8','2025-05-12 19:31:24','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(919,'','Cash','','2025-05-12 19:31:52','','0','8','2025-05-12 19:31:52','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','81747067510','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(920,'','Cash','','2025-05-12 19:35:25','','0','12','2025-05-12 19:35:25','','70','70','1','retail','0','70','1','0','0','0','0','0','0','new',' ','','3','0','121747067708','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(921,'','Cash','','2025-05-12 19:43:58','','0','8','2025-05-12 19:43:58','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','81747068236','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(922,'','Cash','','2025-05-12 20:26:36','','0','8','2025-05-12 20:26:36','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','81747070789','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(923,'','Cash','','2025-05-12 20:35:49','','0','8','2025-05-12 20:35:49','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','81747071347','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(924,'','Cash','','2025-05-12 21:32:20','','0','22','2025-05-12 21:32:20','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','221747074739','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(925,'','Cash','','2025-05-12 21:33:40','','0','22','2025-05-12 21:33:40','','330','330','1','retail','0','330','1','0','0','0','0','0','0','printed',' ','','1','0','221747074811','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(926,'','Cash','','2025-05-12 22:00:36','','0','22','2025-05-12 21:34:17','','380','380','1','retail','0','380','1','0','0','0','0','0','0','new',' ','','3','0','221747074851','No','22','2025-05-12 22:00:36','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(927,'','Cash','','2025-05-12 23:28:56','','0','22','2025-05-12 23:28:56','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','221747081735','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(928,'','Cash','','2025-05-13 05:15:53','','0','22','2025-05-13 05:15:53','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','221747102526','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(929,'','Cash','','2025-05-13 05:23:20','','0','22','2025-05-13 05:16:29','','70','70','1','retail','0','70','1','0','0','0','0','0','0','new',' ','','1','0','221747102587','No','22','2025-05-13 05:23:20','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(930,'','Cash','','2025-05-13 08:15:16','','0','22','2025-05-13 08:15:16','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','221747113315','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(931,'','Cash','','2025-05-13 08:54:37','','0','22','2025-05-13 08:54:37','','40','40','1','retail','0','40','1','0','0','0','0','0','0','new',' ','','1','0','221747115669','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(932,'','Cash','','2025-05-13 10:11:20','','0','8','2025-05-13 09:55:47','','160','160','1','retail','0','160','1','0','0','0','0','0','0','new',' ','','3','0','81747119335','No','8','2025-05-13 10:11:20','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(933,'','Cash','','2025-05-13 09:56:43','','0','8','2025-05-13 09:56:43','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','81747119401','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(934,'','Cash','','2025-05-13 10:31:20','','0','18','2025-05-13 10:31:20','','120','120','1','retail','0','120','1','0','0','0','0','0','0','new',' ','','1','0','181747121464','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(935,'','Cash','','2025-05-13 10:39:12','','0','8','2025-05-13 10:39:12','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','81747121941','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(936,'','Cash','','2025-05-13 10:39:55','','0','18','2025-05-13 10:39:55','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','181747121993','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(937,'','Cash','','2025-05-13 11:08:53','','0','8','2025-05-13 11:04:54','','130','130','1','retail','0','130','1','0','0','0','0','0','0','new',' ','','1','0','81747123493','No','8','2025-05-13 11:08:53','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(938,'','Cash','','2025-05-13 11:15:10','','0','18','2025-05-13 11:15:10','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181747124108','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(939,'','Cash','','2025-05-13 11:40:04','','0','8','2025-05-13 11:40:04','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','81747125602','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(940,'','Cash','','2025-05-13 12:35:03','','0','18','2025-05-13 12:35:03','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','1','0','181747128125','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(941,'','Cash','','2025-05-13 12:36:11','','0','18','2025-05-13 12:36:11','','600','600','1','retail','0','600','1','0','0','0','0','0','0','new',' ','','1','0','181747128950','No','','','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(942,'','Cash','','2025-05-13 12:39:35','','0','8','2025-05-13 12:39:35','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','81747129173','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(943,'','Cash','','2025-05-13 12:49:21','','0','8','2025-05-13 12:49:21','','330','330','1','retail','0','330','1','0','0','0','0','0','0','new',' ','','1','0','81747129756','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(944,'','Cash','','2025-05-13 13:01:47','','0','18','2025-05-13 13:01:47','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','181747130505','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(945,'','Cash','','2025-05-13 13:46:28','','0','8','2025-05-13 13:12:43','','630','630','1','retail','0','630','1','0','0','0','0','0','0','new',' ','','3','0','81747131121','No','8','2025-05-13 13:46:28','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(946,'','Cash','','2025-05-13 13:35:38','','0','8','2025-05-13 13:35:38','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','81747132536','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(947,'','Cash','','2025-05-13 13:51:06','','0','18','2025-05-13 13:51:06','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','181747133457','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(948,'','Cash','','2025-05-13 14:09:15','','0','8','2025-05-13 14:09:15','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','81747134554','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(949,'','Cash','','2025-05-13 14:10:39','','0','18','2025-05-13 14:10:39','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181747134637','No','','','','','5','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(950,'','Cash','','2025-05-13 14:28:04','','0','8','2025-05-13 14:28:04','','440','440','1','retail','0','440','1','0','0','0','0','0','0','new',' ','','3','0','81747135619','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(951,'','Cash','','2025-05-13 14:29:09','','0','8','2025-05-13 14:29:09','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','81747135747','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(952,'','Cash','','2025-05-13 14:32:04','','0','18','2025-05-13 14:32:04','','70','70','1','retail','0','70','1','0','0','0','0','0','0','new',' ','','1','0','181747135901','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(953,'','Cash','','2025-05-13 14:57:51','','0','18','2025-05-13 14:57:51','','1200','1200','1','retail','0','1200','1','0','0','0','0','0','0','new',' ','','1','0','181747137440','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(954,'','Cash','','2025-05-13 15:20:23','','0','18','2025-05-13 15:20:23','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181747138822','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(955,'','Cash','','2025-05-13 15:25:25','','0','18','2025-05-13 15:25:25','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','1','0','181747139112','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(956,'','Cash','','2025-05-13 15:35:45','','0','8','2025-05-13 15:35:45','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','81747139743','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(957,'','Cash','','2025-05-13 15:57:25','','0','8','2025-05-13 15:57:25','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','81747141043','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(958,'','Cash','','2025-05-13 16:50:56','','0','18','2025-05-13 16:50:56','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181747144253','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(959,'','Cash','','2025-05-13 16:57:57','','0','8','2025-05-13 16:57:57','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','1','0','81747144660','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(960,'','Cash','','2025-05-13 17:30:50','','0','8','2025-05-13 17:30:50','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','81747146649','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(961,'','Cash','','2025-05-13 17:55:39','','0','8','2025-05-13 17:55:39','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','3','0','81747148103','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(962,'','Cash','','2025-05-13 18:08:19','','0','8','2025-05-13 18:08:19','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','81747148897','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(963,'','Cash','','2025-05-13 18:34:56','','0','8','2025-05-13 18:28:54','','580','580','1','retail','0','580','1','0','0','0','0','0','0','new',' ','','1','0','81747150114','No','8','2025-05-13 18:34:56','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(964,'','Cash','','2025-05-13 18:45:04','','0','18','2025-05-13 18:45:04','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','181747150836','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(965,'','Cash','','2025-05-13 18:52:35','','0','18','2025-05-13 18:52:35','','160','160','1','retail','0','160','1','0','0','0','0','0','0','new',' ','','3','0','181747151549','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(966,'','Cash','','2025-05-13 19:03:14','','0','8','2025-05-13 19:03:14','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','1','0','81747152169','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(967,'','Cash','','2025-05-13 19:08:11','','0','8','2025-05-13 19:08:11','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','81747152488','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(968,'','Cash','','2025-05-13 19:13:16','','0','8','2025-05-13 19:13:16','','140','140','1','retail','0','140','1','0','0','0','0','0','0','new',' ','','1','0','81747152753','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(969,'','Cash','','2025-05-13 19:15:11','','0','18','2025-05-13 19:15:11','','140','140','1','retail','0','140','1','0','0','0','0','0','0','new',' ','','1','0','181747152877','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(970,'','Cash','','2025-05-13 19:49:13','','0','8','2025-05-13 19:26:39','','120','120','1','retail','0','120','1','0','0','0','0','0','0','new',' ','','1','0','81747153597','No','8','2025-05-13 19:49:13','','','8','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(971,'','Cash','','2025-05-13 19:27:27','','0','8','2025-05-13 19:27:27','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','81747153644','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(972,'','Cash','','2025-05-13 19:30:37','','0','18','2025-05-13 19:30:37','','40','40','1','retail','0','40','1','0','0','0','0','0','0','new',' ','','1','0','181747153831','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(973,'','Cash','','2025-05-13 20:00:54','','0','18','2025-05-13 19:44:29','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','3','0','181747154667','No','18','2025-05-13 20:00:54','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(974,'','Cash','','2025-05-13 21:21:53','','0','8','2025-05-13 19:50:05','','1400','1400','1','retail','0','1400','1','0','0','0','0','0','0','new',' ','','3','0','81747154986','No','8','2025-05-13 21:21:53','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(975,'','Cash','','2025-05-13 20:06:35','','0','18','2025-05-13 20:06:35','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181747155993','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(976,'','Cash','','2025-05-13 20:33:56','','0','18','2025-05-13 20:33:56','','500','500','1','retail','0','500','1','0','0','0','0','0','0','new',' ','','3','0','181747157184','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(977,'','Cash','','2025-05-13 20:43:14','','0','8','2025-05-13 20:43:14','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','81747158192','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(978,'','Cash','','2025-05-13 20:50:56','','0','18','2025-05-13 20:50:56','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','181747158654','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(979,'','Cash','','2025-05-13 20:52:01','','0','18','2025-05-13 20:52:01','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','181747158719','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(980,'','Cash','','2025-05-13 23:54:23','','0','22','2025-05-13 22:54:47','','220','220','1','retail','0','220','1','0','0','0','0','0','0','new',' ','','1','0','221747166084','No','22','2025-05-13 23:54:23','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(981,'','Cash','','2025-05-13 23:51:42','','0','22','2025-05-13 23:18:31','','190','190','1','retail','0','190','1','0','0','0','0','0','0','new',' ','','1','0','221747167509','No','22','2025-05-13 23:51:42','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(982,'','Cash','','2025-05-14 06:55:33','','0','22','2025-05-14 06:55:33','','230','230','1','retail','0','230','1','0','0','0','0','0','0','new',' ','','3','0','221747194871','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(983,'','Cash','','2025-05-14 07:38:09','','0','22','2025-05-14 07:38:09','','170','170','1','retail','0','170','1','0','0','0','0','0','0','new',' ','','3','0','221747197465','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(984,'','Cash','','2025-05-14 07:38:54','','0','22','2025-05-14 07:38:54','','130','130','1','retail','0','130','1','0','0','0','0','0','0','new',' ','','3','0','221747197512','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(985,'','Cash','','2025-05-14 09:01:47','','0','22','2025-05-14 09:01:47','','90','90','1','retail','0','90','1','0','0','0','0','0','0','printed',' ','','1','0','221747202474','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(986,'','Cash','','2025-05-14 09:03:23','','0','22','2025-05-14 09:03:23','','90','90','1','retail','0','90','1','0','0','0','0','0','0','new',' ','','1','0','221747202587','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(987,'','Cash','','2025-05-14 09:10:04','','0','22','2025-05-14 09:10:04','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','221747203003','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(988,'','Cash','','2025-05-14 09:12:06','','0','8','2025-05-14 09:12:06','','90','90','1','retail','0','90','1','0','0','0','0','0','0','new',' ','','1','0','81747203079','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(989,'','Cash','','2025-05-14 09:13:28','','0','18','2025-05-14 09:13:28','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','181747203207','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(990,'','Cash','','2025-05-14 09:49:09','','0','18','2025-05-14 09:49:09','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','181747205348','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(991,'','Cash','','2025-05-14 11:07:14','','0','8','2025-05-14 10:56:37','','310','310','1','retail','0','310','1','0','0','0','0','0','0','new',' ','','1','0','81747209390','No','8','2025-05-14 11:07:14','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(992,'','Cash','','2025-05-14 11:22:15','','0','8','2025-05-14 11:22:15','','120','120','1','retail','0','120','1','0','0','0','0','0','0','new',' ','','1','0','81747210928','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(993,'','Cash','','2025-05-14 13:06:35','','0','8','2025-05-14 13:06:35','','860','860','1','retail','0','860','1','0','0','0','0','0','0','new',' ','','1','0','81747217154','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(994,'','Cash','','2025-05-14 13:18:13','','0','18','2025-05-14 13:18:13','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','181747217891','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(995,'','Cash','','2025-05-14 13:27:48','','0','18','2025-05-14 13:27:48','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','181747218466','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(996,'','Cash','','2025-05-14 14:07:53','','0','18','2025-05-14 13:44:36','','780','780','1','retail','0','780','1','0','0','0','0','0','0','new',' ','','3','0','181747219458','No','18','2025-05-14 14:07:53','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(997,'','Cash','','2025-05-14 14:19:23','','0','18','2025-05-14 14:19:23','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','181747221561','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(998,'','Cash','','2025-05-14 14:24:05','','0','18','2025-05-14 14:24:05','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181747221842','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(999,'','Cash','','2025-05-14 14:43:02','','0','18','2025-05-14 14:43:02','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','181747222980','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1000,'','Cash','','2025-05-14 15:05:03','','0','8','2025-05-14 15:05:03','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','81747224235','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1001,'','Cash','','2025-05-14 15:26:00','','0','18','2025-05-14 15:14:53','','320','320','1','retail','0','320','1','0','0','0','0','0','0','new',' ','','1','0','181747224886','No','18','2025-05-14 15:26:00','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1002,'','Cash','','2025-05-14 15:27:43','','0','8','2025-05-14 15:27:43','','70','70','1','retail','0','70','1','0','0','0','0','0','0','new',' ','','1','0','81747225656','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1003,'','Cash','','2025-05-14 16:09:10','','0','8','2025-05-14 15:49:25','','450','450','1','retail','0','450','1','0','0','0','0','0','0','new',' ','','3','0','81747226944','No','8','2025-05-14 16:09:10','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1004,'','Cash','','2025-05-14 15:50:02','','0','8','2025-05-14 15:50:02','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','81747226992','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1005,'','Cash','','2025-05-14 15:54:15','','0','18','2025-05-14 15:54:15','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181747227253','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1006,'','Cash','','2025-05-14 16:45:16','','0','8','2025-05-14 16:10:28','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','1','0','81747228211','No','8','2025-05-14 16:45:16','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1007,'','Cash','','2025-05-14 16:28:59','','0','8','2025-05-14 16:25:43','','270','270','1','retail','0','270','1','0','0','0','0','0','0','new',' ','','1','0','81747229140','No','8','2025-05-14 16:28:59','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1008,'','Cash','','2025-05-14 16:48:40','','0','18','2025-05-14 16:48:40','','170','170','1','retail','0','170','1','0','0','0','0','0','0','new',' ','','3','0','181747230487','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1009,'','Cash','','2025-05-14 16:56:46','','0','8','2025-05-14 16:56:46','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','3','0','81747230922','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1010,'','Cash','','2025-05-14 18:19:55','','0','8','2025-05-14 18:01:58','','270','270','1','retail','0','270','1','0','0','0','0','0','0','new',' ','','1','0','81747234902','No','8','2025-05-14 18:19:55','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1011,'','Cash','','2025-05-14 18:15:33','','0','18','2025-05-14 18:15:33','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','3','0','181747235710','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1012,'','Cash','','2025-05-14 18:21:12','','0','18','2025-05-14 18:21:12','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','1','0','181747236067','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1013,'','Cash','','2025-05-14 18:46:34','','0','18','2025-05-14 18:46:34','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','181747237592','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1014,'','Cash','','2025-05-14 18:55:49','','0','18','2025-05-14 18:49:30','','750','750','1','retail','0','750','1','0','0','0','0','0','0','new',' ','','1','0','181747237748','No','18','2025-05-14 18:55:49','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1015,'','Cash','','2025-05-14 19:03:25','','0','18','2025-05-14 19:03:25','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','181747238598','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1016,'','Cash','','2025-05-14 19:08:13','','0','18','2025-05-14 19:08:13','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','181747238884','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1017,'','Cash','','2025-05-14 19:30:47','','0','18','2025-05-14 19:08:39','','190','190','1','retail','0','190','1','0','0','0','0','0','0','new',' ','','1','0','181747238918','No','18','2025-05-14 19:30:47','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1018,'','Cash','','2025-05-14 19:32:08','','0','18','2025-05-14 19:09:50','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','1','0','181747238944','No','18','2025-05-14 19:32:08','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1019,'','Cash','','2025-05-14 21:22:16','','0','8','2025-05-14 19:18:40','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','3','0','81747236686','No','8','2025-05-14 21:22:16','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1020,'','Cash','','2025-05-14 19:35:37','','0','8','2025-05-14 19:19:37','','140','140','1','retail','0','140','1','0','0','0','0','0','0','new',' ','','1','0','81747239550','No','8','2025-05-14 19:35:37','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1021,'','Cash','','2025-05-14 19:32:44','','0','18','2025-05-14 19:32:44','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','181747240362','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1022,'','Cash','','2025-05-14 19:33:50','','0','18','2025-05-14 19:33:50','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','181747240428','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1023,'','Cash','','2025-05-14 19:36:23','','0','8','2025-05-14 19:36:23','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','81747240580','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1024,'','Cash','','2025-05-14 19:52:35','','0','18','2025-05-14 19:52:35','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','1','0','181747241542','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1025,'','Cash','','2025-05-14 19:54:09','','0','8','2025-05-14 19:54:09','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','81747241634','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1026,'','Cash','','2025-05-14 19:56:23','','0','8','2025-05-14 19:56:23','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','1','0','81747241737','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1027,'','Cash','','2025-05-14 19:57:16','','0','18','2025-05-14 19:57:16','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','181747241822','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1028,'','Cash','','2025-05-14 20:10:27','','0','18','2025-05-14 20:10:27','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','1','0','181747242625','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1029,'','Cash','','2025-05-14 20:15:54','','0','18','2025-05-14 20:15:54','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','1','0','181747242952','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1030,'','Cash','','2025-05-14 20:24:30','','0','18','2025-05-14 20:24:30','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','3','0','181747243443','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1031,'','Cash','','2025-05-14 21:16:22','','0','18','2025-05-14 21:16:22','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','181747246576','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1032,'','Cash','','2025-05-14 21:26:55','','0','8','2025-05-14 21:21:21','','2280','2280','1','retail','0','2280','1','0','0','0','0','0','0','new',' ','','1','0','81747246776','No','8','2025-05-14 21:26:55','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1033,'','Cash','','2025-05-14 23:02:47','','0','3','2025-05-14 23:02:47','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','3','0','31747252950','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1034,'','Cash','','2025-05-15 01:14:11','','0','3','2025-05-15 01:14:11','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','31747260850','No','','','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1035,'','Cash','','2025-05-15 07:00:29','','0','3','2025-05-15 07:00:29','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','1','0','31747281329','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1036,'','Cash','','2025-05-15 09:29:00','','0','8','2025-05-15 09:23:23','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','1','0','81747290201','No','8','2025-05-15 09:29:00','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1037,'','Cash','','2025-05-15 09:57:26','','0','8','2025-05-15 09:57:26','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','81747292240','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1038,'','Cash','','2025-05-15 10:31:24','','0','8','2025-05-15 10:04:35','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','1','0','81747292652','No','8','2025-05-15 10:31:24','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1039,'','Cash','','2025-05-15 10:06:26','','0','18','2025-05-15 10:06:26','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','181747292779','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1040,'','Cash','','2025-05-15 10:06:55','','0','18','2025-05-15 10:06:55','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','181747292813','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1041,'','Cash','','2025-05-15 10:07:34','','0','18','2025-05-15 10:07:34','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','181747292852','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1042,'','Cash','','2025-05-15 10:35:18','','0','18','2025-05-15 10:35:18','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','1','0','181747294474','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1043,'','Cash','','2025-05-15 10:48:40','','0','8','2025-05-15 10:48:40','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','81747295308','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1044,'','Cash','','2025-05-15 10:58:11','','0','18','2025-05-15 10:58:11','','40','40','1','retail','0','40','1','0','0','0','0','0','0','new',' ','','1','0','181747295825','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1045,'','Cash','','2025-05-15 10:58:56','','0','18','2025-05-15 10:58:56','','110','110','1','retail','0','110','1','0','0','0','0','0','0','new',' ','','3','0','181747295915','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1046,'','Cash','','2025-05-15 11:02:08','','0','18','2025-05-15 10:59:53','','290','290','1','retail','0','290','1','0','0','0','0','0','0','new',' ','','1','0','181747295959','No','18','2025-05-15 11:02:08','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1047,'','Cash','','2025-05-15 11:13:31','','0','18','2025-05-15 11:13:31','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','181747296809','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1048,'','Cash','','2025-05-15 11:19:14','','0','8','2025-05-15 11:19:14','','160','160','1','retail','0','160','1','0','0','0','0','0','0','new',' ','','3','0','81747297135','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1049,'','Cash','','2025-05-15 12:20:19','','0','18','2025-05-15 12:05:55','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','3','0','181747299947','No','18','2025-05-15 12:20:19','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1050,'','Cash','','2025-05-15 12:19:19','','0','18','2025-05-15 12:19:19','','170','170','1','retail','0','170','1','0','0','0','0','0','0','new',' ','','3','0','181747299982','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1051,'','Cash','','2025-05-15 13:24:12','','0','8','2025-05-15 13:02:52','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','81747303371','No','8','2025-05-15 13:24:12','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1052,'','Cash','','2025-05-15 13:23:06','','0','18','2025-05-15 13:23:06','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','181747304585','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1053,'','Cash','','2025-05-15 14:38:51','','0','8','2025-05-15 13:35:23','','880','880','1','retail','0','880','1','0','0','0','0','0','0','new',' ','','3','0','81747305292','No','8','2025-05-15 14:38:51','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1054,'','Cash','','2025-05-15 13:35:57','','0','18','2025-05-15 13:35:57','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181747305355','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1055,'','Cash','','2025-05-15 13:44:50','','0','8','2025-05-15 13:44:50','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','81747305888','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1056,'','Cash','','2025-05-15 13:47:17','','0','8','2025-05-15 13:47:17','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','81747306034','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1057,'','Cash','','2025-05-15 13:56:44','','0','18','2025-05-15 13:56:44','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','181747306595','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1058,'','Cash','','2025-05-15 14:25:25','','0','8','2025-05-15 14:08:58','','360','360','1','retail','0','360','1','0','0','0','0','0','0','new',' ','','3','0','81747307337','No','8','2025-05-15 14:25:25','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1059,'','Cash','','2025-05-15 14:37:59','','0','18','2025-05-15 14:19:56','','1190','1190','1','retail','0','1190','1','0','0','0','0','0','0','new',' ','','1','0','181747307981','No','18','2025-05-15 14:37:59','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1060,'','Cash','','2025-05-15 14:49:15','','0','18','2025-05-15 14:49:15','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','181747309753','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1061,'','Cash','','2025-05-15 14:50:16','','0','18','2025-05-15 14:50:16','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','1','0','181747309803','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1062,'','Cash','','2025-05-15 14:59:47','','0','8','2025-05-15 14:59:47','','1100','1100','1','retail','0','1100','1','0','0','0','0','0','0','new',' ','','3','0','81747310313','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1063,'','Cash','','2025-05-15 15:08:48','','0','18','2025-05-15 15:08:48','','330','330','1','retail','0','330','1','0','0','0','0','0','0','new',' ','','1','0','181747310918','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1064,'','Cash','','2025-05-15 15:20:34','','0','18','2025-05-15 15:20:34','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','181747311631','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1065,'','Cash','','2025-05-15 15:23:27','','0','8','2025-05-15 15:23:27','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','1','0','81747311791','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1066,'','Cash','','2025-05-15 15:25:46','','0','18','2025-05-15 15:25:46','','260','260','1','retail','0','260','1','0','0','0','0','0','0','new',' ','','3','0','181747311919','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1067,'','Cash','','2025-05-15 15:48:32','','0','8','2025-05-15 15:48:32','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','81747313306','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1068,'','Cash','','2025-05-15 15:49:25','','0','18','2025-05-15 15:49:25','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181747313363','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1069,'','Cash','','2025-05-15 15:51:22','','0','18','2025-05-15 15:51:22','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181747313481','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1070,'','Cash','','2025-05-15 15:57:28','','0','8','2025-05-15 15:57:28','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','81747313840','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1071,'','Cash','','2025-05-15 16:42:02','','0','8','2025-05-15 16:42:02','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','3','0','81747316511','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1072,'','Cash','','2025-05-15 17:37:24','','0','8','2025-05-15 17:01:23','','650','650','1','retail','0','650','1','0','0','0','0','0','0','new',' ','','3','0','81747317670','No','8','2025-05-15 17:37:24','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1073,'','Cash','','2025-05-15 17:58:28','','0','8','2025-05-15 17:58:28','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','81747321106','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1074,'','Cash','','2025-05-15 18:03:16','','0','18','2025-05-15 18:03:16','','170','170','1','retail','0','170','1','0','0','0','0','0','0','new',' ','','3','0','181747321373','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1075,'','Cash','','2025-05-15 18:06:28','','0','18','2025-05-15 18:06:28','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','181747321587','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1076,'','Cash','','2025-05-15 18:07:06','','0','18','2025-05-15 18:07:06','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','181747321624','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1077,'','Cash','','2025-05-15 18:15:45','','0','8','2025-05-15 18:15:45','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','81747322134','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1078,'','Cash','','2025-05-15 18:32:42','','0','18','2025-05-15 18:32:42','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','181747323159','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1079,'','Cash','','2025-05-15 19:23:50','','0','8','2025-05-15 19:06:43','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','3','0','81747325197','No','8','2025-05-15 19:23:50','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1080,'','Cash','','2025-05-15 19:10:16','','0','18','2025-05-15 19:10:16','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','1','0','181747325414','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1081,'','Cash','','2025-05-15 19:25:53','','0','8','2025-05-15 19:12:56','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','81747325556','No','8','2025-05-15 19:25:53','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1082,'','Cash','','2025-05-15 19:14:18','','0','18','2025-05-15 19:14:18','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181747325655','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1083,'','Cash','','2025-05-15 19:19:46','','0','18','2025-05-15 19:19:46','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181747325984','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1084,'','Cash','','2025-05-15 19:24:11','','0','8','2025-05-15 19:24:11','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','81747326249','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1085,'','Cash','','2025-05-15 20:16:20','','0','8','2025-05-15 19:25:01','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','3','0','81747326290','No','8','2025-05-15 20:16:20','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1086,'','Cash','','2025-05-15 19:34:58','','0','8','2025-05-15 19:34:58','','260','260','1','retail','0','260','1','0','0','0','0','0','0','new',' ','','1','0','81747326873','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1087,'','Cash','','2025-05-15 20:03:52','','0','18','2025-05-15 20:03:52','','330','330','1','retail','0','330','1','0','0','0','0','0','0','new',' ','','1','0','181747328625','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1088,'','Cash','','2025-05-15 20:11:38','','0','8','2025-05-15 20:11:38','','530','530','1','retail','0','530','1','0','0','0','0','0','0','new',' ','','1','0','81747329083','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1089,'','Cash','','2025-05-15 20:15:04','','0','18','2025-05-15 20:15:04','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','181747329295','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1090,'','Cash','','2025-05-15 20:22:51','','0','8','2025-05-15 20:22:51','','270','270','1','retail','0','270','1','0','0','0','0','0','0','new',' ','','1','0','81747329758','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1091,'','Cash','','2025-05-15 20:27:55','','0','18','2025-05-15 20:27:55','','360','360','1','retail','0','360','1','0','0','0','0','0','0','new',' ','','1','0','181747330050','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1092,'','Cash','','2025-05-15 20:43:02','','0','8','2025-05-15 20:43:02','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','81747330980','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1093,'','Cash','','2025-05-15 22:05:53','','0','22','2025-05-15 22:05:53','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','1','0','221747335951','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1094,'','Cash','','2025-05-15 22:41:19','','0','22','2025-05-15 22:41:19','','300','300','1','retail','0','300','1','0','0','0','0','0','0','printed',' ','','3','0','221747338033','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1095,'','Cash','','2025-05-15 22:42:57','','0','22','2025-05-15 22:42:57','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','1','0','221747338114','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1096,'','Cash','','2025-05-15 23:42:07','','0','22','2025-05-15 23:42:07','','1750','1750','1','retail','0','1750','1','0','0','0','0','0','0','new',' ','','3','0','221747341559','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1097,'','Cash','','2025-05-15 23:45:32','','0','22','2025-05-15 23:45:32','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','3','0','221747341930','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1098,'','Cash','','2025-05-15 23:45:56','','0','22','2025-05-15 23:45:56','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','221747341955','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1099,'','Cash','','2025-05-16 00:15:19','','0','22','2025-05-16 00:15:20','','1800','1800','1','retail','0','1800','1','0','0','0','0','0','0','new',' ','','3','0','221747343033','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1100,'','Cash','','2025-05-16 00:23:43','','0','22','2025-05-16 00:23:43','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','221747344221','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1101,'','Cash','','2025-05-16 00:54:00','','0','22','2025-05-16 00:54:00','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','221747346014','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1102,'','Cash','','2025-05-16 08:14:03','','0','22','2025-05-16 08:14:03','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','221747372441','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1103,'','Cash','','2025-05-16 08:23:52','','0','22','2025-05-16 08:23:52','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','221747373026','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1104,'','Cash','','2025-05-16 08:50:26','','0','22','2025-05-16 08:34:09','','120','120','1','retail','0','120','1','0','0','0','0','0','0','new',' ','','1','0','221747373639','No','22','2025-05-16 08:50:26','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1105,'','Cash','','2025-05-16 08:49:51','','0','22','2025-05-16 08:46:03','','160','160','1','retail','0','160','1','0','0','0','0','0','0','new',' ','','1','0','221747374361','No','22','2025-05-16 08:49:51','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1106,'','Cash','','2025-05-16 09:18:22','','0','18','2025-05-16 09:18:22','','70','70','1','retail','0','70','1','0','0','0','0','0','0','new',' ','','1','0','181747376290','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1107,'','Cash','','2025-05-16 09:27:37','','0','18','2025-05-16 09:27:37','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','181747376855','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1108,'','Cash','','2025-05-16 09:37:44','','0','8','2025-05-16 09:37:44','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','81747377463','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1109,'','Cash','','2025-05-16 10:32:43','','0','8','2025-05-16 10:32:43','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','81747380761','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1110,'','Cash','','2025-05-16 11:14:25','','0','18','2025-05-16 11:14:25','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','3','0','181747383263','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1111,'','Cash','','2025-05-16 11:38:46','','0','18','2025-05-16 11:38:46','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','181747384724','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1112,'','Cash','','2025-05-16 11:55:11','','0','8','2025-05-16 11:55:11','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','81747385696','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1113,'','Cash','','2025-05-16 12:33:19','','0','8','2025-05-16 12:33:19','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','1','0','81747387982','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1114,'','Cash','','2025-05-16 14:25:38','','0','18','2025-05-16 14:25:38','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181747394734','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1115,'','Cash','','2025-05-16 14:30:07','','0','18','2025-05-16 14:30:07','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','181747395005','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1116,'','Cash','','2025-05-16 14:57:25','','0','18','2025-05-16 14:57:25','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181747396643','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1117,'','Cash','','2025-05-16 15:03:22','','0','8','2025-05-16 14:59:03','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','81747396740','No','8','2025-05-16 15:03:22','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1118,'','Cash','','2025-05-16 15:06:07','','0','8','2025-05-16 15:06:07','','380','380','1','retail','0','380','1','0','0','0','0','0','0','new',' ','','1','0','81747397152','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1119,'','Cash','','2025-05-16 16:32:58','','0','18','2025-05-16 16:32:58','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','181747402376','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1120,'','Cash','','2025-05-16 16:35:04','','0','8','2025-05-16 16:35:04','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','81747402503','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1121,'','Cash','','2025-05-16 17:40:48','','0','8','2025-05-16 16:37:49','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','81747402618','No','8','2025-05-16 17:40:48','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1122,'','Cash','','2025-05-16 16:45:14','','0','18','2025-05-16 16:45:14','','170','170','1','retail','0','170','1','0','0','0','0','0','0','new',' ','','1','0','181747403072','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1123,'','Cash','','2025-05-16 16:48:19','','0','18','2025-05-16 16:48:19','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','181747403296','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1124,'','Cash','','2025-05-16 16:53:36','','0','18','2025-05-16 16:53:36','','110','110','1','retail','0','110','1','0','0','0','0','0','0','new',' ','','1','0','181747403587','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1125,'','Cash','','2025-05-16 17:45:58','','0','18','2025-05-16 17:45:58','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','1','0','181747406613','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1126,'','Cash','','2025-05-16 18:01:29','','0','8','2025-05-16 18:01:29','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','81747407687','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1127,'','Cash','','2025-05-16 18:14:03','','0','8','2025-05-16 18:14:03','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','81747408441','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1128,'','Cash','','2025-05-16 18:39:16','','0','8','2025-05-16 18:30:55','','450','450','1','retail','0','450','1','0','0','0','0','0','0','new',' ','','3','0','81747408896','No','8','2025-05-16 18:39:16','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1129,'','Cash','','2025-05-16 19:30:05','','0','18','2025-05-16 18:37:03','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','181747409803','No','18','2025-05-16 19:30:05','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1130,'','Cash','','2025-05-16 18:50:55','','0','8','2025-05-16 18:40:07','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','81747409997','No','8','2025-05-16 18:50:55','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1131,'','Cash','','2025-05-16 18:48:02','','0','8','2025-05-16 18:48:02','','500','500','1','retail','0','500','1','0','0','0','0','0','0','new',' ','','3','0','81747410474','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1132,'','Cash','','2025-05-16 19:17:02','','0','18','2025-05-16 18:50:20','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','1','0','181747410581','No','18','2025-05-16 19:17:02','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1133,'','Cash','','2025-05-16 19:20:31','','0','18','2025-05-16 19:07:43','','160','160','1','retail','0','160','1','0','0','0','0','0','0','new',' ','','1','0','181747411360','No','18','2025-05-16 19:20:31','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1134,'','Cash','','2025-05-16 19:08:50','','0','18','2025-05-16 19:08:50','','230','230','1','retail','0','230','1','0','0','0','0','0','0','new',' ','','1','0','181747411709','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1135,'','Cash','','2025-05-16 19:10:15','','0','8','2025-05-16 19:10:15','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','81747411789','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1136,'','Cash','','2025-05-16 19:15:27','','0','18','2025-05-16 19:15:27','','130','130','1','retail','0','130','1','0','0','0','0','0','0','new',' ','','1','0','181747412123','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1137,'','Cash','','2025-05-16 19:26:04','','0','8','2025-05-16 19:26:04','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','81747412761','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1138,'','Cash','','2025-05-16 19:26:53','','0','8','2025-05-16 19:26:53','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','81747412811','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1139,'','Cash','','2025-05-16 19:53:53','','0','18','2025-05-16 19:53:53','','330','330','1','retail','0','330','1','0','0','0','0','0','0','new',' ','','1','0','181747414426','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1140,'','Cash','','2025-05-16 20:44:08','','0','8','2025-05-16 20:44:08','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','3','0','81747417434','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1141,'','Cash','','2025-05-16 21:01:33','','0','22','2025-05-16 20:56:35','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','221747418193','No','22','2025-05-16 21:01:33','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1142,'','Cash','','2025-05-16 21:39:33','','0','22','2025-05-16 21:39:33','','1050','1050','1','retail','0','1050','1','0','0','0','0','0','0','new',' ','','1','0','221747420725','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1143,'','Cash','','2025-05-16 23:17:34','','0','22','2025-05-16 23:17:34','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','221747426648','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1144,'','Cash','','2025-05-16 23:51:01','','0','22','2025-05-16 23:51:01','','700','700','1','retail','0','700','1','0','0','0','0','0','0','new',' ','','1','0','221747428641','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1145,'','Cash','','2025-05-17 07:23:29','','0','22','2025-05-17 07:19:01','','140','140','1','retail','0','140','1','0','0','0','0','0','0','new',' ','','1','0','221747455532','No','22','2025-05-17 07:23:29','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1146,'','Cash','','2025-05-17 08:39:42','','0','22','2025-05-17 08:39:42','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','3','0','221747460374','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1147,'','Cash','','2025-05-17 09:44:27','','0','8','2025-05-17 09:44:27','','90','90','1','retail','0','90','1','0','0','0','0','0','0','new',' ','','1','0','81747464237','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1148,'','Cash','','2025-05-17 09:47:43','','0','8','2025-05-17 09:47:43','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','1','0','81747464449','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1149,'','Cash','','2025-05-17 11:11:14','','0','6','2025-05-17 09:53:40','','70','70','1','retail','0','70','1','0','0','0','0','0','0','new',' ','','1','0','61747464771','No','6','2025-05-17 11:11:14','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1150,'','Cash','','2025-05-17 10:03:59','','0','8','2025-05-17 10:03:59','','140','140','1','retail','0','140','1','0','0','0','0','0','0','new',' ','','1','0','81747465364','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1151,'','Cash','','2025-05-17 10:09:29','','0','8','2025-05-17 10:09:29','','120','120','1','retail','0','120','1','0','0','0','0','0','0','new',' ','','1','0','81747465754','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1152,'','Cash','','2025-05-17 17:24:07','','0','6','2025-05-17 11:14:44','','470','470','1','retail','0','470','1','0','0','0','0','0','0','new',' ','','','0','61747469558','No','6','2025-05-17 17:24:07','','','5','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1153,'','Cash','','2025-05-17 12:00:33','','0','6','2025-05-17 12:00:33','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','61747472430','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1154,'','Cash','','2025-05-17 12:24:25','','0','6','2025-05-17 12:14:08','','1000','1000','1','retail','0','1000','1','0','0','0','0','0','0','new',' ','','3','0','61747472902','No','6','2025-05-17 12:24:25','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1155,'','Cash','','2025-05-17 12:22:09','','0','6','2025-05-17 12:22:09','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','61747473356','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1156,'','Cash','','2025-05-17 12:56:51','','0','11','2025-05-17 12:56:51','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','111747475792','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1157,'','Cash','','2025-05-17 13:07:02','','0','21','2025-05-17 13:07:02','','600','600','1','retail','0','600','1','0','0','0','0','0','0','new',' ','','1','0','211747476416','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1158,'','Cash','','2025-05-17 13:19:55','','0','11','2025-05-17 13:19:55','','960','960','1','retail','0','960','1','0','0','0','0','0','0','new',' ','','3','0','111747476803','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1159,'','Cash','','2025-05-17 13:22:39','','0','6','2025-05-17 13:22:39','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','61747476558','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1160,'','Cash','','2025-05-17 13:38:05','','0','6','2025-05-17 13:38:05','','1400','1400','1','retail','0','1400','1','0','0','0','0','0','0','new',' ','','3','0','61747477519','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1161,'','Cash','','2025-05-17 13:43:20','','0','6','2025-05-17 13:43:20','','900','900','1','retail','0','900','1','0','0','0','0','0','0','new',' ','','1','0','61747478521','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1162,'','Cash','','2025-05-17 14:46:49','','0','11','2025-05-17 14:46:49','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','1','0','111747482406','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1163,'','Cash','','2025-05-17 14:56:02','','0','6','2025-05-17 14:56:02','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','1','0','61747479097','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1164,'','Cash','','2025-05-17 15:01:40','','0','6','2025-05-17 15:01:41','','420','420','1','retail','0','420','1','0','0','0','0','0','0','new',' ','','1','0','61747483026','No','','','','','6','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1165,'','Cash','','2025-05-17 15:04:37','','0','11','2025-05-17 15:04:37','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','111747483472','No','','','','','5','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1166,'','Cash','','2025-05-17 15:54:07','','0','11','2025-05-17 15:54:07','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','111747486437','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1167,'','Cash','','2025-05-17 15:57:02','','0','11','2025-05-17 15:57:02','','450','450','1','retail','0','450','1','0','0','0','0','0','0','new',' ','','1','0','111747486541','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1168,'','Cash','','2025-05-17 17:07:33','','0','21','2025-05-17 17:07:33','','700','700','1','retail','0','700','1','0','0','0','0','0','0','new',' ','','3','0','211747490131','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1169,'','Cash','','2025-05-17 17:14:43','','0','21','2025-05-17 17:14:43','','560','560','1','retail','0','560','1','0','0','0','0','0','0','new',' ','','1','0','211747491218','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1170,'','Cash','','2025-05-17 18:01:03','','0','6','2025-05-17 18:01:03','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','61747494062','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1171,'','Cash','','2025-05-17 18:05:44','','0','6','2025-05-17 18:05:44','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','61747494225','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1172,'','Cash','','2025-05-17 18:16:14','','0','6','2025-05-17 18:16:14','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','61747494946','No','','','','','5','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1173,'','Cash','','2025-05-17 18:27:11','','0','6','2025-05-17 18:27:11','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','61747495624','No','','','','','7','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1174,'','Cash','','2025-05-17 18:51:54','','0','6','2025-05-17 18:51:54','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','61747497109','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1175,'','Cash','','2025-05-17 18:53:07','','0','21','2025-05-17 18:53:07','','360','360','1','retail','0','360','1','0','0','0','0','0','0','new',' ','','1','0','211747497160','No','','','','','6','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1176,'','Cash','','2025-05-17 19:12:38','','0','6','2025-05-17 19:12:38','','1110','1110','1','retail','0','1110','1','0','0','0','0','0','0','new',' ','','1','0','61747497830','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1177,'','Cash','','2025-05-17 19:29:55','','0','6','2025-05-17 19:17:20','','360','360','1','retail','0','360','1','0','0','0','0','0','0','new',' ','','1','0','61747498630','No','6','2025-05-17 19:29:55','','','5','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1178,'','Cash','','2025-05-17 19:35:34','','0','6','2025-05-17 19:35:34','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','61747499696','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1179,'','Cash','','2025-05-17 19:54:35','','0','11','2025-05-17 19:54:35','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','1','0','111747500844','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1180,'','Cash','','2025-05-17 20:09:52','','0','11','2025-05-17 19:55:34','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','111747500926','No','11','2025-05-17 20:09:52','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1181,'','Cash','','2025-05-17 19:56:14','','0','6','2025-05-17 19:56:14','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','61747500971','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1182,'','Cash','','2025-05-17 19:58:19','','0','12','2025-05-17 19:58:19','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','1','0','121747501076','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1183,'','Cash','','2025-05-17 20:06:23','','0','6','2025-05-17 20:06:23','','1050','1050','1','retail','0','1050','1','0','0','0','0','0','0','new',' ','','1','0','61747501175','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1184,'','Cash','','2025-05-17 20:11:51','','0','12','2025-05-17 20:11:51','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','121747501909','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1185,'','Cash','','2025-05-17 20:16:16','','0','11','2025-05-17 20:16:16','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','111747502173','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1186,'','Cash','','2025-05-17 20:21:04','','0','6','2025-05-17 20:21:04','','500','500','1','retail','0','500','1','0','0','0','0','0','0','new',' ','','3','0','61747501709','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1187,'','Cash','','2025-05-17 20:34:50','','0','12','2025-05-17 20:25:35','','220','220','1','retail','0','220','1','0','0','0','0','0','0','printed',' ','','1','0','121747502680','No','12','2025-05-17 20:34:50','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1188,'','Cash','','2025-05-17 20:38:00','','0','12','2025-05-17 20:38:00','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','121747503478','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1189,'','Cash','','2025-05-17 20:47:44','','0','11','2025-05-17 20:47:44','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','111747504019','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1190,'','Cash','','2025-05-17 21:37:09','','0','22','2025-05-17 21:37:09','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','221747507027','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1191,'','Cash','','2025-05-17 21:50:03','','0','22','2025-05-17 21:50:03','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','3','0','221747507772','No','','','','','5','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1192,'','Cash','','2025-05-17 22:08:13','','0','6','2025-05-17 22:08:13','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','1','0','61747503852','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1193,'','Cash','','2025-05-17 22:16:36','','0','22','2025-05-17 22:16:36','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','1','0','221747509342','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1194,'','Cash','','2025-05-17 22:32:03','','0','22','2025-05-17 22:32:03','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','221747510315','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1195,'','Cash','','2025-05-17 22:48:13','','0','22','2025-05-17 22:48:13','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','3','0','221747511252','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1196,'','Cash','','2025-05-17 23:21:03','','0','22','2025-05-17 23:21:03','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','221747513255','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1197,'','Cash','','2025-05-18 07:01:01','','0','22','2025-05-18 07:01:01','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','1','0','221747540843','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1198,'','Cash','','2025-05-18 07:01:34','','0','22','2025-05-18 07:01:34','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','221747540893','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1199,'','Cash','','2025-05-18 07:01:58','','0','22','2025-05-18 07:01:58','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','221747540916','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1200,'','Cash','','2025-05-18 07:02:21','','0','22','2025-05-18 07:02:21','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','221747540940','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1201,'','Cash','','2025-05-18 07:02:43','','0','22','2025-05-18 07:02:43','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','221747540961','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1202,'','Cash','','2025-05-18 07:03:27','','0','22','2025-05-18 07:03:27','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','221747541006','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1203,'','Cash','','2025-05-18 08:49:04','','0','22','2025-05-18 08:49:04','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','221747547342','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1204,'','Cash','','2025-05-18 09:11:17','','0','18','2025-05-18 09:11:17','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','181747548675','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1205,'','Cash','','2025-05-18 09:34:55','','0','18','2025-05-18 09:34:55','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','181747550094','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1206,'','Cash','','2025-05-18 10:11:06','','0','18','2025-05-18 10:11:06','','290','290','1','retail','0','290','1','0','0','0','0','0','0','new',' ','','1','0','181747552237','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1207,'','Cash','','2025-05-18 11:01:39','','0','18','2025-05-18 11:01:39','','40','40','1','retail','0','40','1','0','0','0','0','0','0','new',' ','','1','0','181747555293','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1208,'','Cash','','2025-05-18 12:00:22','','0','18','2025-05-18 12:00:22','','480','480','1','retail','0','480','1','0','0','0','0','0','0','new',' ','','1','0','181747558807','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1209,'','Cash','','2025-05-18 12:01:26','','0','18','2025-05-18 12:01:26','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','181747558884','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1210,'','Cash','','2025-05-18 12:23:16','','0','18','2025-05-18 12:23:16','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181747560194','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1211,'','Cash','','2025-05-18 12:37:59','','0','18','2025-05-18 12:30:50','','110','110','1','retail','0','110','1','0','0','0','0','0','0','new',' ','','1','0','181747560630','No','18','2025-05-18 12:37:59','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1212,'','Cash','','2025-05-18 12:31:52','','0','18','2025-05-18 12:31:52','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','','0','181747560710','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1213,'','Cash','','2025-05-18 13:15:49','','0','18','2025-05-18 12:58:32','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','181747562303','No','18','2025-05-18 13:15:49','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1214,'','Cash','','2025-05-18 13:05:03','','0','18','2025-05-18 13:05:03','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','181747562700','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1215,'','Cash','','2025-05-18 13:24:00','','0','18','2025-05-18 13:24:00','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','181747563833','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1216,'','Cash','','2025-05-18 13:26:37','','0','18','2025-05-18 13:26:37','','600','600','1','retail','0','600','1','0','0','0','0','0','0','new',' ','','1','0','181747563972','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1217,'','Cash','','2025-05-18 13:47:57','','0','18','2025-05-18 13:47:57','','380','380','1','retail','0','380','1','0','0','0','0','0','0','new',' ','','1','0','181747565267','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1218,'','Cash','','2025-05-18 14:09:22','','0','18','2025-05-18 14:09:22','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','181747566548','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1219,'','Cash','','2025-05-18 14:25:59','','0','18','2025-05-18 14:25:59','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','181747567557','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1220,'','Cash','','2025-05-18 14:37:32','','0','18','2025-05-18 14:37:32','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','181747568168','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1221,'','Cash','','2025-05-18 14:41:30','','0','18','2025-05-18 14:41:30','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181747568486','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1222,'','Cash','','2025-05-18 14:51:38','','0','18','2025-05-18 14:51:38','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','1','0','181747569096','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1223,'','Cash','','2025-05-18 14:53:37','','0','18','2025-05-18 14:53:37','','330','330','1','retail','0','330','1','0','0','0','0','0','0','new',' ','','1','0','181747569209','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1224,'','Cash','','2025-05-18 15:10:29','','0','18','2025-05-18 15:10:29','','930','930','1','retail','0','930','1','0','0','0','0','0','0','new',' ','','3','0','181747570174','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1225,'','Cash','','2025-05-18 15:24:23','','0','18','2025-05-18 15:24:23','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','181747570946','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1226,'','Cash','','2025-05-18 15:25:46','','0','18','2025-05-18 15:25:46','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','181747571132','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1227,'','Cash','','2025-05-18 15:30:06','','0','18','2025-05-18 15:30:06','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','','0','181747571404','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1228,'','Cash','','2025-05-18 15:51:24','','0','18','2025-05-18 15:51:24','','160','160','1','retail','0','160','1','0','0','0','0','0','0','new',' ','','3','0','181747572579','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1229,'','Cash','','2025-05-18 16:47:54','','0','18','2025-05-18 16:47:54','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','1','0','181747576072','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1230,'','Cash','','2025-05-18 16:52:22','','0','18','2025-05-18 16:52:22','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','181747576339','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1231,'','Cash','','2025-05-18 17:20:11','','0','18','2025-05-18 17:17:59','','630','630','1','retail','0','630','1','0','0','0','0','0','0','new',' ','','1','0','181747577825','No','18','2025-05-18 17:20:11','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1232,'','Cash','','2025-05-18 17:34:35','','0','18','2025-05-18 17:34:35','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','1','0','181747578873','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1233,'','Cash','','2025-05-18 18:08:55','','0','18','2025-05-18 18:08:55','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','181747580148','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1234,'','Cash','','2025-05-18 18:14:58','','0','18','2025-05-18 18:14:58','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','181747581295','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1235,'','Cash','','2025-05-18 18:40:55','','0','18','2025-05-18 18:40:55','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','181747582852','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1236,'','Cash','','2025-05-18 18:49:57','','0','18','2025-05-18 18:49:57','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','181747583384','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1237,'','Cash','','2025-05-18 19:17:23','','0','18','2025-05-18 19:17:23','','380','380','1','retail','0','380','1','0','0','0','0','0','0','new',' ','','1','0','181747585034','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1238,'','Cash','','2025-05-18 19:21:23','','0','18','2025-05-18 19:21:23','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','1','0','181747585194','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1239,'','Cash','','2025-05-18 19:32:39','','0','18','2025-05-18 19:32:39','','360','360','1','retail','0','360','1','0','0','0','0','0','0','new',' ','','1','0','181747585863','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1240,'','Cash','','2025-05-18 20:03:04','','0','18','2025-05-18 20:03:04','','700','700','1','retail','0','700','1','0','0','0','0','0','0','new',' ','','1','0','181747587767','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1241,'','Cash','','2025-05-18 20:04:30','','0','18','2025-05-18 20:04:30','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','3','0','181747587840','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1242,'','Cash','','2025-05-18 20:05:55','','0','18','2025-05-18 20:05:55','','270','270','1','retail','0','270','1','0','0','0','0','0','0','new',' ','','1','0','181747587934','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1243,'','Cash','','2025-05-18 20:07:18','','0','18','2025-05-18 20:07:18','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','3','0','181747588011','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1244,'','Cash','','2025-05-18 20:08:13','','0','18','2025-05-18 20:08:13','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181747588090','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1245,'','Cash','','2025-05-18 20:21:18','','0','18','2025-05-18 20:21:18','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181747588825','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1246,'','Cash','','2025-05-18 20:30:22','','0','18','2025-05-18 20:30:22','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','3','0','181747589420','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1247,'','Cash','','2025-05-18 20:38:56','','0','18','2025-05-18 20:38:56','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','3','0','181747589904','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1248,'','Cash','','2025-05-18 20:39:31','','0','18','2025-05-18 20:39:31','','360','360','1','retail','0','360','1','0','0','0','0','0','0','new',' ','','1','0','181747589957','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1249,'','Cash','','2025-05-18 20:44:09','','0','18','2025-05-18 20:44:09','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','181747590228','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1250,'','Cash','','2025-05-18 21:12:47','','0','22','2025-05-18 21:12:47','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','221747591965','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1251,'','Cash','','2025-05-18 21:14:28','','0','22','2025-05-18 21:14:28','','120','120','1','retail','0','120','1','0','0','0','0','0','0','new',' ','','1','0','221747592012','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1252,'','Cash','','2025-05-18 21:32:10','','0','22','2025-05-18 21:32:10','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','221747593129','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1253,'','Cash','','2025-05-18 23:35:29','','0','22','2025-05-18 23:12:32','','450','450','1','retail','0','450','1','0','0','0','0','0','0','new',' ','','3','0','221747599145','No','22','2025-05-18 23:35:29','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1254,'','Cash','','2025-05-18 23:23:47','','0','22','2025-05-18 23:23:47','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','221747599825','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1255,'','Cash','','2025-05-18 23:29:19','','0','22','2025-05-18 23:29:19','','820','820','1','retail','0','820','1','0','0','0','0','0','0','new',' ','','1','0','221747599986','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1256,'','Cash','','2025-05-19 07:47:46','','0','22','2025-05-19 07:47:46','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','221747630059','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1257,'','Cash','','2025-05-19 08:04:31','','0','22','2025-05-19 08:04:31','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','221747631069','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1258,'','Cash','','2025-05-19 08:06:04','','0','22','2025-05-19 08:06:04','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','221747631127','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1259,'','Cash','','2025-05-19 08:06:59','','0','22','2025-05-19 08:06:59','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','221747631217','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1260,'','Cash','','2025-05-19 09:56:04','','0','18','2025-05-19 09:11:13','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','181747635072','No','18','2025-05-19 09:56:04','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1261,'','Cash','','2025-05-19 09:24:36','','0','18','2025-05-19 09:24:36','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','181747635859','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1262,'','Cash','','2025-05-19 09:25:22','','0','18','2025-05-19 09:25:22','','90','90','1','retail','0','90','1','0','0','0','0','0','0','new',' ','','1','0','181747635909','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1263,'','Cash','','2025-05-19 09:57:22','','0','18','2025-05-19 09:57:22','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181747637841','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1264,'','Cash','','2025-05-19 10:07:11','','0','18','2025-05-19 10:07:11','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','181747638428','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1265,'','Cash','','2025-05-19 10:33:22','','0','18','2025-05-19 10:33:22','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','181747640000','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1266,'','Cash','','2025-05-19 10:57:33','','0','18','2025-05-19 10:57:33','','220','220','1','retail','0','220','1','0','0','0','0','0','0','new',' ','','1','0','181747641435','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1267,'','Cash','','2025-05-19 11:14:54','','0','18','2025-05-19 11:14:54','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','181747642480','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1268,'','Cash','','2025-05-19 11:15:56','','0','18','2025-05-19 11:15:56','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','181747642543','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1269,'','Cash','','2025-05-19 11:26:22','','0','18','2025-05-19 11:26:22','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','1','0','181747643175','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1270,'','Cash','','2025-05-19 11:30:08','','0','18','2025-05-19 11:30:08','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','1','0','181747643395','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1271,'','Cash','','2025-05-19 11:43:34','','0','18','2025-05-19 11:43:34','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','181747644199','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1272,'','Cash','','2025-05-19 12:09:44','','0','18','2025-05-19 12:09:44','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','181747645391','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1273,'','Cash','','2025-05-19 12:39:11','','0','18','2025-05-19 12:19:07','','860','860','1','retail','0','860','1','0','0','0','0','0','0','new',' ','','3','0','181747646249','No','18','2025-05-19 12:39:11','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1274,'','Cash','','2025-05-19 12:40:51','','0','18','2025-05-19 12:40:51','','40','40','1','retail','0','40','1','0','0','0','0','0','0','new',' ','','1','0','181747647635','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1275,'','Cash','','2025-05-19 13:23:36','','0','18','2025-05-19 13:23:36','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','181747650198','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1276,'','Cash','','2025-05-19 13:25:05','','0','18','2025-05-19 13:25:05','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','181747650294','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1277,'','Cash','','2025-05-19 14:55:22','','0','18','2025-05-19 14:55:22','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','181747655714','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1278,'','Cash','','2025-05-19 15:15:24','','0','18','2025-05-19 15:01:16','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','3','0','181747656072','No','18','2025-05-19 15:15:24','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1279,'','Cash','','2025-05-19 15:30:32','','0','18','2025-05-19 15:22:04','','230','230','1','retail','0','230','1','0','0','0','0','0','0','new',' ','','3','0','181747657301','No','18','2025-05-19 15:30:32','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1280,'','Cash','','2025-05-19 15:40:22','','0','18','2025-05-19 15:40:22','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','1','0','181747658411','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1281,'','Cash','','2025-05-19 15:52:23','','0','18','2025-05-19 15:52:23','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181747659141','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1282,'','Cash','','2025-05-19 18:14:20','','0','18','2025-05-19 16:34:50','','1460','1460','1','retail','0','1460','1','0','0','0','0','0','0','new',' ','','3','0','181747661647','No','18','2025-05-19 18:14:20','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1283,'','Cash','','2025-05-19 17:10:36','','0','18','2025-05-19 17:10:36','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','181747663826','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1284,'','Cash','','2025-05-19 18:08:29','','0','18','2025-05-19 17:23:40','','2270','2270','1','retail','0','2270','1','0','0','0','0','0','0','new',' ','','1','0','181747664597','No','18','2025-05-19 18:08:30','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1285,'','Cash','','2025-05-19 18:54:05','','0','18','2025-05-19 18:54:05','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','181747670029','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1286,'','Cash','','2025-05-19 19:09:26','','0','18','2025-05-19 19:09:26','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','181747670953','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1287,'','Cash','','2025-05-19 19:45:29','','0','18','2025-05-19 19:12:35','','460','460','1','retail','0','460','1','0','0','0','0','0','0','new',' ','','1','0','181747671119','No','18','2025-05-19 19:45:29','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1288,'','Cash','','2025-05-19 19:15:07','','0','18','2025-05-19 19:15:07','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','181747671296','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1289,'','Cash','','2025-05-19 19:22:16','','0','18','2025-05-19 19:22:16','','380','380','1','retail','0','380','1','0','0','0','0','0','0','new',' ','','1','0','181747671725','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1290,'','Cash','','2025-05-19 19:31:09','','0','18','2025-05-19 19:31:09','','330','330','1','retail','0','330','1','0','0','0','0','0','0','new',' ','','1','0','181747672258','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1291,'','Cash','','2025-05-19 19:44:15','','0','18','2025-05-19 19:38:28','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','3','0','181747672704','No','18','2025-05-19 19:44:15','','','5','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1292,'','Cash','','2025-05-19 19:42:12','','0','18','2025-05-19 19:42:12','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','3','0','181747672830','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1293,'','Cash','','2025-05-19 20:11:48','','0','18','2025-05-19 20:03:02','','700','700','1','retail','0','700','1','0','0','0','0','0','0','new',' ','','1','0','181747674165','No','18','2025-05-19 20:11:48','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1294,'','Cash','','2025-05-19 20:05:21','','0','18','2025-05-19 20:05:21','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','181747674290','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1295,'','Cash','','2025-05-19 20:10:13','','0','18','2025-05-19 20:10:13','','480','480','1','retail','0','480','1','0','0','0','0','0','0','new',' ','','3','0','181747674560','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1296,'','Cash','','2025-05-19 20:33:16','','0','18','2025-05-19 20:33:16','','450','450','1','retail','0','450','1','0','0','0','0','0','0','new',' ','','1','0','181747675941','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1297,'','Cash','','2025-05-19 20:34:27','','0','18','2025-05-19 20:34:27','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','181747676066','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1298,'','Cash','','2025-05-19 20:38:22','','0','18','2025-05-19 20:38:22','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','1','0','181747676289','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1299,'','Cash','','2025-05-19 21:03:09','','0','18','2025-05-19 20:41:52','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','3','0','181747676510','No','18','2025-05-19 21:03:09','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1300,'','Cash','','2025-05-19 20:59:42','','0','18','2025-05-19 20:59:42','','630','630','1','retail','0','630','1','0','0','0','0','0','0','new',' ','','1','0','181747677458','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1301,'','Cash','','2025-05-19 21:01:52','','0','18','2025-05-19 21:01:52','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','181747677702','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1302,'','Cash','','2025-05-19 21:44:31','','0','18','2025-05-19 21:44:31','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','181747680269','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1303,'','Cash','','2025-05-19 21:45:16','','0','18','2025-05-19 21:45:16','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','181747680314','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1304,'','Cash','','2025-05-20 09:25:17','','0','19','2025-05-20 09:25:17','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','191747722314','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1305,'','Cash','','2025-05-20 09:26:17','','0','19','2025-05-20 09:26:17','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','191747722376','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1306,'','Cash','','2025-05-20 09:26:39','','0','19','2025-05-20 09:26:39','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','191747722397','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1307,'','Cash','','2025-05-20 09:27:01','','0','19','2025-05-20 09:27:01','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','191747722419','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1308,'','Cash','','2025-05-20 09:27:35','','0','19','2025-05-20 09:27:35','','70','70','1','retail','0','70','1','0','0','0','0','0','0','new',' ','','1','0','191747722439','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1309,'','Cash','','2025-05-20 09:27:55','','0','19','2025-05-20 09:27:55','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','191747722473','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1310,'','Cash','','2025-05-20 09:28:51','','0','19','2025-05-20 09:28:51','','140','140','1','retail','0','140','1','0','0','0','0','0','0','new',' ','','1','0','191747722493','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1311,'','Cash','','2025-05-20 09:29:23','','0','19','2025-05-20 09:29:23','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','191747722556','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1312,'','Cash','','2025-05-20 09:30:07','','0','19','2025-05-20 09:30:07','','90','90','1','retail','0','90','1','0','0','0','0','0','0','new',' ','','1','0','191747722583','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1313,'','Cash','','2025-05-20 09:30:53','','0','19','2025-05-20 09:30:53','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','191747722646','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1314,'','Cash','','2025-05-20 09:32:20','','0','19','2025-05-20 09:32:20','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','1','0','191747722681','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1315,'','Cash','','2025-05-20 10:07:15','','0','18','2025-05-20 10:00:47','','560','560','1','retail','0','560','1','0','0','0','0','0','0','new',' ','','3','0','181747724422','No','18','2025-05-20 10:07:15','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1316,'','Cash','','2025-05-20 10:35:15','','0','18','2025-05-20 10:14:22','','110','110','1','retail','0','110','1','0','0','0','0','0','0','new',' ','','1','0','181747725258','No','18','2025-05-20 10:35:15','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1317,'','Cash','','2025-05-20 10:19:35','','0','22','2025-05-20 10:19:35','','140','140','1','retail','0','140','1','0','0','0','0','0','0','new',' ','','1','0','221747725538','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1318,'','Cash','','2025-05-20 10:58:23','','0','18','2025-05-20 10:58:23','','40','40','1','retail','0','40','1','0','0','0','0','0','0','new',' ','','1','0','181747727896','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1319,'','Cash','','2025-05-20 11:06:39','','0','22','2025-05-20 11:06:39','','90','90','1','retail','0','90','1','0','0','0','0','0','0','new',' ','','1','0','221747728377','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1320,'','Cash','','2025-05-20 11:21:57','','0','22','2025-05-20 11:21:57','','360','360','1','retail','0','360','1','0','0','0','0','0','0','new',' ','','3','0','221747729264','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1321,'','Cash','','2025-05-20 12:17:55','','0','22','2025-05-20 11:45:37','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','1','0','221747730736','No','22','2025-05-20 12:17:55','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1322,'','Cash','','2025-05-20 12:18:39','','0','22','2025-05-20 11:46:15','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','1','0','221747730773','No','22','2025-05-20 12:18:39','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1323,'','Cash','','2025-05-20 12:19:48','','0','22','2025-05-20 11:46:47','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','1','0','221747730805','No','22','2025-05-20 12:19:48','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1324,'','Cash','','2025-05-20 11:47:45','','0','22','2025-05-20 11:47:45','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','221747730863','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1325,'','Cash','','2025-05-20 11:53:51','','0','18','2025-05-20 11:53:51','','330','330','1','retail','0','330','1','0','0','0','0','0','0','new',' ','','1','0','181747731224','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1326,'','Cash','','2025-05-20 11:54:13','','0','18','2025-05-20 11:54:13','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','181747731251','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1327,'','Cash','','2025-05-20 12:46:00','','0','18','2025-05-20 12:46:00','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','3','0','181747734353','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1328,'','Cash','','2025-05-20 14:19:23','','0','22','2025-05-20 13:35:30','','910','910','1','retail','0','910','1','0','0','0','0','0','0','new',' ','','1','0','221747737247','No','22','2025-05-20 14:19:23','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1329,'','Cash','','2025-05-20 16:24:36','','0','22','2025-05-20 13:37:14','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','221747737413','No','22','2025-05-20 16:24:36','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1330,'','Cash','','2025-05-20 13:51:13','','0','22','2025-05-20 13:51:13','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','1','0','221747738268','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1331,'','Cash','','2025-05-20 14:20:24','','0','22','2025-05-20 13:51:39','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','1','0','221747738297','No','22','2025-05-20 14:20:24','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1332,'','Cash','','2025-05-20 14:09:32','','0','18','2025-05-20 14:09:32','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','181747739370','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1333,'','Cash','','2025-05-20 14:13:25','','0','18','2025-05-20 14:13:25','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','181747739603','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1334,'','Cash','','2025-05-20 14:26:33','','0','18','2025-05-20 14:26:33','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','181747740391','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1335,'','Cash','','2025-05-20 14:29:04','','0','18','2025-05-20 14:29:04','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','1','0','181747740535','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1336,'','Cash','','2025-05-20 14:54:10','','0','18','2025-05-20 14:30:49','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','181747740588','No','18','2025-05-20 14:54:10','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1337,'','Cash','','2025-05-20 14:38:41','','0','18','2025-05-20 14:38:42','','450','450','1','retail','0','450','1','0','0','0','0','0','0','new',' ','','1','0','181747741106','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1338,'','Cash','','2025-05-20 14:41:44','','0','18','2025-05-20 14:41:44','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','181747741302','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1339,'','Cash','','2025-05-20 14:56:47','','0','22','2025-05-20 14:56:47','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','3','0','221747742181','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1340,'','Cash','','2025-05-20 15:17:45','','0','18','2025-05-20 15:17:45','','160','160','1','retail','0','160','1','0','0','0','0','0','0','new',' ','','3','0','181747743451','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1341,'','Cash','','2025-05-20 15:50:45','','0','22','2025-05-20 15:31:39','','570','570','1','retail','0','570','1','0','0','0','0','0','0','new',' ','','1','0','221747744222','No','22','2025-05-20 15:50:45','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1342,'','Cash','','2025-05-20 16:10:56','','0','22','2025-05-20 16:10:56','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','1','0','221747746647','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1343,'','Cash','','2025-05-20 16:11:52','','0','22','2025-05-20 16:11:52','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','221747746710','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1344,'','Cash','','2025-05-20 16:13:25','','0','22','2025-05-20 16:13:25','','170','170','1','retail','0','170','1','0','0','0','0','0','0','new',' ','','1','0','221747746768','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1345,'','Cash','','2025-05-20 17:13:15','','0','18','2025-05-20 16:36:14','','530','530','1','retail','0','530','1','0','0','0','0','0','0','new',' ','','1','0','181747748162','No','18','2025-05-20 17:13:15','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1346,'','Cash','','2025-05-20 16:47:25','','0','18','2025-05-20 16:38:30','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','1','0','181747748278','No','18','2025-05-20 16:47:25','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1347,'','Cash','','2025-05-20 17:00:58','','0','18','2025-05-20 17:00:58','','190','190','1','retail','0','190','1','0','0','0','0','0','0','new',' ','','1','0','181747749576','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1348,'','Cash','','2025-05-20 17:28:38','','0','18','2025-05-20 17:28:38','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','181747751314','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1349,'','Cash','','2025-05-20 17:53:29','','0','18','2025-05-20 17:40:40','','230','230','1','retail','0','230','1','0','0','0','0','0','0','new',' ','','1','0','181747751973','No','18','2025-05-20 17:53:29','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1350,'','Cash','','2025-05-20 17:57:59','','0','18','2025-05-20 17:57:59','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','181747753076','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1351,'','Cash','','2025-05-20 18:08:39','','0','22','2025-05-20 18:08:12','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','3','0','221747753664','No','22','2025-05-20 18:08:39','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1352,'','Cash','','2025-05-20 18:11:31','','0','22','2025-05-20 18:11:31','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','1','0','221747753851','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1353,'','Cash','','2025-05-20 18:13:28','','0','22','2025-05-20 18:13:28','','80','80','1','retail','0','80','1','0','0','0','0','0','0','printed',' ','','1','0','221747753973','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1354,'','Cash','','2025-05-20 18:15:15','','0','22','2025-05-20 18:15:15','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','3','0','221747754047','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1355,'','Cash','','2025-05-20 18:17:09','','0','22','2025-05-20 18:17:09','','90','90','1','retail','0','90','1','0','0','0','0','0','0','new',' ','','1','0','221747754164','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1356,'','Cash','','2025-05-20 18:20:07','','0','22','2025-05-20 18:20:07','','70','70','1','retail','0','70','1','0','0','0','0','0','0','new',' ','','1','0','221747754297','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1357,'','Cash','','2025-05-20 18:28:59','','0','22','2025-05-20 18:20:57','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','1','0','221747754452','No','22','2025-05-20 18:28:59','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1358,'','Cash','','2025-05-20 18:22:38','','0','22','2025-05-20 18:22:38','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','221747754518','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1359,'','Cash','','2025-05-20 19:58:10','','0','22','2025-05-20 18:57:53','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','1','0','221747756667','No','22','2025-05-20 19:58:10','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1360,'','Cash','','2025-05-20 19:19:40','','0','18','2025-05-20 19:19:40','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','181747757930','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1361,'','Cash','','2025-05-20 19:41:57','','0','18','2025-05-20 19:24:26','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','1','0','181747758007','No','18','2025-05-20 19:41:57','','','5','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1362,'','Cash','','2025-05-20 19:35:39','','0','18','2025-05-20 19:25:19','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','181747758315','No','18','2025-05-20 19:35:39','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1363,'','Cash','','2025-05-20 19:47:15','','0','22','2025-05-20 19:28:57','','480','480','1','retail','0','480','1','0','0','0','0','0','0','new',' ','','3','0','221747758457','No','22','2025-05-20 19:47:15','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1364,'','Cash','','2025-05-20 19:43:57','','0','18','2025-05-20 19:43:57','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','181747759426','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1365,'','Cash','','2025-05-20 19:48:12','','0','18','2025-05-20 19:48:12','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','181747759681','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1366,'','Cash','','2025-05-20 19:49:59','','0','18','2025-05-20 19:49:59','','40','40','1','retail','0','40','1','0','0','0','0','0','0','new',' ','','1','0','181747759780','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1367,'','Cash','','2025-05-20 20:02:53','','0','22','2025-05-20 20:02:53','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','3','0','221747760544','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1368,'','Cash','','2025-05-20 20:08:48','','0','18','2025-05-20 20:08:48','','130','130','1','retail','0','130','1','0','0','0','0','0','0','new',' ','','1','0','181747760895','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1369,'','Cash','','2025-05-20 20:21:24','','0','18','2025-05-20 20:21:24','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','181747761625','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1370,'','Cash','','2025-05-20 21:03:58','','0','18','2025-05-20 21:03:58','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','181747764237','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1371,'','Cash','','2025-05-20 21:07:41','','0','18','2025-05-20 21:07:41','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','181747764459','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1372,'','Cash','','2025-05-20 21:25:20','','0','18','2025-05-20 21:25:20','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','1','0','181747765488','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1373,'','Cash','','2025-05-20 21:41:52','','0','19','2025-05-20 21:41:52','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','191747766511','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1374,'','Cash','','2025-05-20 23:20:55','','0','19','2025-05-20 23:20:55','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','191747766558','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1375,'','Cash','','2025-05-20 23:22:15','','0','19','2025-05-20 23:22:15','','500','500','1','retail','0','500','1','0','0','0','0','0','0','new',' ','','1','0','191747772525','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1376,'','Cash','','2025-05-20 23:26:28','','0','19','2025-05-20 23:26:28','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','3','0','191747772676','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1377,'','Cash','','2025-05-20 23:36:10','','0','19','2025-05-20 23:36:10','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','','0','191747773368','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1378,'','Cash','','2025-05-20 23:58:57','','0','19','2025-05-20 23:58:57','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','191747774735','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1379,'','Cash','','2025-05-21 08:38:42','','0','19','2025-05-21 08:38:42','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','191747805915','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1380,'','Cash','','2025-05-21 08:41:42','','0','19','2025-05-21 08:41:42','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','191747806079','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1381,'','Cash','','2025-05-21 08:44:13','','0','19','2025-05-21 08:44:13','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','191747806171','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1382,'','Cash','','2025-05-21 09:06:28','','0','19','2025-05-21 09:06:28','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','191747807586','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1383,'','Cash','','2025-05-21 09:08:37','','0','19','2025-05-21 09:08:37','','260','260','1','retail','0','260','1','0','0','0','0','0','0','new',' ','','1','0','191747807668','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1384,'','Cash','','2025-05-21 10:23:33','','0','18','2025-05-21 10:23:33','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','3','0','181747812193','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1385,'','Cash','','2025-05-21 10:38:52','','0','22','2025-05-21 10:38:52','','170','170','1','retail','0','170','1','0','0','0','0','0','0','new',' ','','1','0','221747813102','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1386,'','Cash','','2025-05-21 11:31:32','','0','22','2025-05-21 11:31:32','','170','170','1','retail','0','170','1','0','0','0','0','0','0','new',' ','','1','0','221747815486','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1387,'','Cash','','2025-05-21 12:00:45','','0','18','2025-05-21 12:00:45','','220','220','1','retail','0','220','1','0','0','0','0','0','0','new',' ','','1','0','181747817971','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1388,'','Cash','','2025-05-21 12:36:05','','0','18','2025-05-21 12:36:05','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','181747820161','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1389,'','Cash','','2025-05-21 13:01:46','','0','22','2025-05-21 12:46:31','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','3','0','221747820739','No','22','2025-05-21 13:01:46','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1390,'','Cash','','2025-05-21 12:56:18','','0','22','2025-05-21 12:56:18','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','221747821308','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1391,'','Cash','','2025-05-21 13:06:01','','0','22','2025-05-21 13:06:01','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','221747821888','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1392,'','Cash','','2025-05-21 13:20:00','','0','18','2025-05-21 13:07:32','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','181747822049','No','18','2025-05-21 13:20:00','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1393,'','Cash','','2025-05-21 13:37:30','','0','18','2025-05-21 13:37:30','','360','360','1','retail','0','360','1','0','0','0','0','0','0','new',' ','','3','0','181747823736','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1394,'','Cash','','2025-05-21 14:13:36','','0','18','2025-05-21 13:42:54','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','181747824171','No','18','2025-05-21 14:13:36','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1395,'','Cash','','2025-05-21 14:45:32','','0','22','2025-05-21 13:46:14','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','1','0','221747824370','No','22','2025-05-21 14:45:32','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1396,'','Cash','','2025-05-21 14:18:35','','0','22','2025-05-21 14:04:27','','930','930','1','retail','0','930','1','0','0','0','0','0','0','new',' ','','3','0','221747825371','No','22','2025-05-21 14:18:35','','','5','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1397,'','Cash','','2025-05-21 14:27:25','','0','18','2025-05-21 14:27:25','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','181747826841','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1398,'','Cash','','2025-05-21 14:35:37','','0','18','2025-05-21 14:35:37','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181747827329','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1399,'','Cash','','2025-05-21 15:07:09','','0','22','2025-05-21 15:07:09','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','221747829226','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1400,'','Cash','','2025-05-21 15:13:09','','0','22','2025-05-21 15:13:09','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','221747829587','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1401,'','Cash','','2025-05-21 15:15:09','','0','22','2025-05-21 15:15:09','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','3','0','221747829704','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1402,'','Cash','','2025-05-21 15:54:59','','0','22','2025-05-21 15:54:59','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','221747832090','No','','','','','5','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1403,'','Cash','','2025-05-21 16:16:29','','0','18','2025-05-21 16:16:29','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','181747833385','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1404,'','Cash','','2025-05-21 16:23:54','','0','18','2025-05-21 16:23:54','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','181747833830','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1405,'','Cash','','2025-05-21 16:56:32','','0','18','2025-05-21 16:32:15','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','3','0','181747834257','No','18','2025-05-21 16:56:32','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1406,'','Cash','','2025-05-21 16:54:58','','0','18','2025-05-21 16:35:54','','1130','1130','1','retail','0','1130','1','0','0','0','0','0','0','new',' ','','1','0','181747834514','No','18','2025-05-21 16:54:58','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1407,'','Cash','','2025-05-21 17:14:13','','0','18','2025-05-21 17:14:13','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181747836849','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1408,'','Cash','','2025-05-21 20:24:51','','0','18','2025-05-21 17:22:53','','2180','2180','1','retail','0','2180','1','0','0','0','0','0','0','new',' ','','3','0','181747837370','No','18','2025-05-21 20:24:51','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1409,'','Cash','','2025-05-21 17:43:19','','0','22','2025-05-21 17:43:19','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','221747838594','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1410,'','Cash','','2025-05-21 18:25:29','','0','22','2025-05-21 17:44:35','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','3','0','221747838670','No','22','2025-05-21 18:25:29','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1411,'','Cash','','2025-05-21 17:46:28','','0','18','2025-05-21 17:46:28','','700','700','1','retail','0','700','1','0','0','0','0','0','0','new',' ','','1','0','181747838751','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1412,'','Cash','','2025-05-21 19:32:15','','0','22','2025-05-21 18:16:24','','420','420','1','retail','0','420','1','0','0','0','0','0','0','new',' ','','3','0','221747840552','No','22','2025-05-21 19:32:15','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1413,'','Cash','','2025-05-21 18:34:22','','0','22','2025-05-21 18:27:41','','260','260','1','retail','0','260','1','0','0','0','0','0','0','new',' ','','1','0','221747841248','No','22','2025-05-21 18:34:22','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1414,'','Cash','','2025-05-21 19:34:02','','0','22','2025-05-21 18:36:34','','540','540','1','retail','0','540','1','0','0','0','0','0','0','new',' ','','3','0','221747841791','No','22','2025-05-21 19:34:02','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1415,'','Cash','','2025-05-21 19:27:14','','0','22','2025-05-21 18:48:49','','900','900','1','retail','0','900','1','0','0','0','0','0','0','new',' ','','3','0','221747842455','No','22','2025-05-21 19:27:14','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1416,'','Cash','','2025-05-21 19:51:55','','0','22','2025-05-21 19:45:49','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','3','0','221747845946','No','22','2025-05-21 19:51:55','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1417,'','Cash','','2025-05-21 20:30:06','','0','22','2025-05-21 20:30:06','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','221747848601','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1418,'','Cash','','2025-05-21 20:35:14','','0','18','2025-05-21 20:35:14','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','3','0','181747848847','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1419,'','Cash','','2025-05-21 20:38:58','','0','18','2025-05-21 20:37:43','','930','930','1','retail','0','930','1','0','0','0','0','0','0','new',' ','','3','0','181747848975','No','18','2025-05-21 20:38:58','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1420,'','Cash','','2025-05-21 21:06:15','','0','18','2025-05-21 21:06:15','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','1','0','181747850733','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1421,'','Cash','','2025-05-21 21:16:59','','0','22','2025-05-21 21:16:59','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','3','0','221747851418','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1422,'','Cash','','2025-05-21 22:30:11','','0','19','2025-05-21 22:30:11','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','1','0','191747855780','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1423,'','Cash','','2025-05-21 22:35:17','','0','19','2025-05-21 22:35:17','','70','70','1','retail','0','70','1','0','0','0','0','0','0','new',' ','','1','0','191747856098','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1424,'','Cash','','2025-05-22 00:16:33','','0','19','2025-05-22 00:16:33','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','191747862191','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1425,'','Cash','','2025-05-22 00:55:16','','0','19','2025-05-22 00:55:16','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','191747864515','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1426,'','Cash','','2025-05-22 01:06:23','','0','19','2025-05-22 01:06:23','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','','0','191747865181','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1427,'','Cash','','2025-05-22 07:59:16','','0','19','2025-05-22 07:59:16','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','191747889954','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1428,'','Cash','','2025-05-22 08:01:32','','0','19','2025-05-22 08:01:32','','230','230','1','retail','0','230','1','0','0','0','0','0','0','new',' ','','1','0','191747890055','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1429,'','Cash','','2025-05-22 08:28:48','','0','19','2025-05-22 08:28:48','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','191747891722','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1430,'','Cash','','2025-05-22 08:47:08','','0','19','2025-05-22 08:47:08','','270','270','1','retail','0','270','1','0','0','0','0','0','0','new',' ','','1','0','191747892764','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1431,'','Cash','','2025-05-22 08:59:22','','0','19','2025-05-22 08:59:22','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','191747893560','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1432,'','Cash','','2025-05-22 09:15:39','','0','19','2025-05-22 09:15:39','','160','160','1','retail','0','160','1','0','0','0','0','0','0','new',' ','','1','0','191747894503','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1433,'','Cash','','2025-05-22 10:04:09','','0','22','2025-05-22 10:04:09','','40','40','1','retail','0','40','1','0','0','0','0','0','0','new',' ','','1','0','221747897428','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1434,'','Cash','','2025-05-22 11:01:05','','0','18','2025-05-22 11:01:05','','130','130','1','retail','0','130','1','0','0','0','0','0','0','new',' ','','1','0','181747900836','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1435,'','Cash','','2025-05-22 11:06:34','','0','22','2025-05-22 11:06:34','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','221747901191','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1436,'','Cash','','2025-05-22 11:34:07','','0','18','2025-05-22 11:26:41','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','181747902399','No','18','2025-05-22 11:34:07','','','5','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1437,'','Cash','','2025-05-22 11:41:21','','0','22','2025-05-22 11:41:21','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','221747903278','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1438,'','Cash','','2025-05-22 12:05:51','','0','22','2025-05-22 11:48:38','','130','130','1','retail','0','130','1','0','0','0','0','0','0','new',' ','','1','0','221747903705','No','22','2025-05-22 12:05:51','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1439,'','Cash','','2025-05-22 12:09:05','','0','18','2025-05-22 12:09:05','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','181747904912','No','','','','','5','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1440,'','Cash','','2025-05-22 12:47:08','','0','18','2025-05-22 12:44:52','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','3','0','181747907091','No','18','2025-05-22 12:47:08','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1441,'','Cash','','2025-05-22 13:07:57','','0','22','2025-05-22 13:07:57','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','221747908474','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1442,'','Cash','','2025-05-22 13:15:45','','0','22','2025-05-22 13:15:45','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','3','0','221747908943','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1443,'','Cash','','2025-05-22 14:29:54','','0','22','2025-05-22 14:29:54','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','1','0','221747913361','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1444,'','Cash','','2025-05-22 14:47:50','','0','18','2025-05-22 14:47:50','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','181747914460','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1445,'','Cash','','2025-05-22 14:50:20','','0','18','2025-05-22 14:50:20','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','181747914617','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1446,'','Cash','','2025-05-22 15:33:15','','0','18','2025-05-22 15:33:15','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','181747917176','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1447,'','Cash','','2025-05-22 15:41:48','','0','18','2025-05-22 15:41:48','','450','450','1','retail','0','450','1','0','0','0','0','0','0','new',' ','','1','0','181747917697','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1448,'','Cash','','2025-05-22 15:42:15','','0','18','2025-05-22 15:42:15','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','181747917733','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1449,'','Cash','','2025-05-22 16:03:04','','0','18','2025-05-22 16:03:04','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181747918981','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1450,'','Cash','','2025-05-22 16:22:07','','0','18','2025-05-22 16:22:07','','450','450','1','retail','0','450','1','0','0','0','0','0','0','new',' ','','1','0','181747920109','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1451,'','Cash','','2025-05-22 16:50:30','','0','22','2025-05-22 16:50:30','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','221747921816','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1452,'','Cash','','2025-05-22 17:26:54','','0','22','2025-05-22 17:26:54','','260','260','1','retail','0','260','1','0','0','0','0','0','0','new',' ','','3','0','221747923941','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1453,'','Cash','','2025-05-22 17:50:10','','0','22','2025-05-22 17:28:18','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','221747924064','No','22','2025-05-22 17:50:10','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1454,'','Cash','','2025-05-22 17:52:21','','0','22','2025-05-22 17:52:21','','160','160','1','retail','0','160','1','0','0','0','0','0','0','new',' ','','1','0','221747925475','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1455,'','Cash','','2025-05-22 18:16:47','','0','22','2025-05-22 17:54:45','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','221747925660','No','22','2025-05-22 18:16:47','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1456,'','Cash','','2025-05-22 17:55:42','','0','22','2025-05-22 17:55:42','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','221747925737','No','','','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1457,'','Cash','','2025-05-22 18:07:55','','0','22','2025-05-22 18:07:55','','130','130','1','retail','0','130','1','0','0','0','0','0','0','new',' ','','1','0','221747926098','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1458,'','Cash','','2025-05-22 18:21:53','','0','18','2025-05-22 18:20:07','','700','700','1','retail','0','700','1','0','0','0','0','0','0','new',' ','','3','0','181747927144','No','18','2025-05-22 18:21:53','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1459,'','Cash','','2025-05-22 18:25:21','','0','18','2025-05-22 18:25:21','','340','340','1','retail','0','340','1','0','0','0','0','0','0','new',' ','','1','0','181747927420','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1460,'','Cash','','2025-05-22 18:55:20','','0','18','2025-05-22 18:55:20','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181747929317','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1461,'','Cash','','2025-05-22 19:21:33','','0','22','2025-05-22 19:21:33','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','221747930884','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1462,'','Cash','','2025-05-22 20:15:44','','0','22','2025-05-22 19:54:20','','1420','1420','1','retail','0','1420','1','0','0','0','0','0','0','new',' ','','','0','221747932806','No','22','2025-05-22 20:15:44','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1463,'','Cash','','2025-05-22 19:57:38','','0','18','2025-05-22 19:57:38','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','1','0','181747932646','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1464,'','Cash','','2025-05-22 20:19:12','','0','22','2025-05-22 20:02:01','','140','140','1','retail','0','140','1','0','0','0','0','0','0','new',' ','','1','0','221747933280','No','22','2025-05-22 20:19:12','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1465,'','Cash','','2025-05-22 20:06:56','','0','22','2025-05-22 20:02:55','','450','450','1','retail','0','450','1','0','0','0','0','0','0','new',' ','','1','0','221747933370','No','22','2025-05-22 20:06:56','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1466,'','Cash','','2025-05-22 20:23:50','','0','22','2025-05-22 20:23:50','','70','70','1','retail','0','70','1','0','0','0','0','0','0','new',' ','','1','0','221747934604','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1467,'','Cash','','2025-05-22 21:31:23','','0','19','2025-05-22 21:31:23','','90','90','1','retail','0','90','1','0','0','0','0','0','0','new',' ','','1','0','191747938673','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1468,'','Cash','','2025-05-22 23:57:17','','0','19','2025-05-22 23:57:17','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','191747947436','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1469,'','Cash','','2025-05-23 05:18:47','','0','19','2025-05-23 05:18:47','','420','420','1','retail','0','420','1','0','0','0','0','0','0','new',' ','','1','0','191747966567','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1470,'','Cash','','2025-05-23 07:47:56','','0','19','2025-05-23 07:47:56','','170','170','1','retail','0','170','1','0','0','0','0','0','0','new',' ','','1','0','191747975652','No','','','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1471,'','Cash','','2025-05-23 07:57:39','','0','19','2025-05-23 07:57:39','','40','40','1','retail','0','40','1','0','0','0','0','0','0','new',' ','','1','0','191747976254','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1472,'','Cash','','2025-05-23 08:55:05','','0','22','2025-05-23 08:55:05','','40','40','1','retail','0','40','1','0','0','0','0','0','0','new',' ','','1','0','221747979698','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1473,'','Cash','','2025-05-23 09:14:05','','0','22','2025-05-23 09:14:05','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','221747980843','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1474,'','Cash','','2025-05-23 09:38:14','','0','11','2025-05-23 09:38:14','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','111747982292','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1475,'','Cash','','2025-05-23 10:05:22','','0','11','2025-05-23 10:05:22','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','111747983916','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1476,'','Cash','','2025-05-23 10:28:02','','0','11','2025-05-23 10:28:02','','210','210','1','retail','0','210','1','0','0','0','0','0','0','new',' ','','3','0','111747985245','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1477,'','Cash','','2025-05-23 11:04:10','','0','11','2025-05-23 11:04:10','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','111747987448','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1478,'','Cash','','2025-05-23 11:33:58','','0','11','2025-05-23 11:33:59','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','111747989228','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1479,'','Cash','','2025-05-23 12:34:17','','0','11','2025-05-23 12:17:08','','190','190','1','retail','0','190','1','0','0','0','0','0','0','new',' ','','1','0','111747991819','No','11','2025-05-23 12:34:17','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1480,'','Cash','','2025-05-23 12:17:47','','0','11','2025-05-23 12:17:47','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','111747991865','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1481,'','Cash','','2025-05-23 12:18:20','','0','11','2025-05-23 12:18:20','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','3','0','111747991899','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1482,'','Cash','','2025-05-23 13:02:09','','0','22','2025-05-23 13:02:09','','900','900','1','retail','0','900','1','0','0','0','0','0','0','new',' ','','1','0','221747994491','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1483,'','Cash','','2025-05-23 13:19:46','','0','11','2025-05-23 13:09:36','','610','610','1','retail','0','610','1','0','0','0','0','0','0','new',' ','','1','0','111747993990','No','11','2025-05-23 13:19:46','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1484,'','Cash','','2025-05-23 13:15:12','','0','22','2025-05-23 13:15:12','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','221747995311','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1485,'','Cash','','2025-05-23 13:41:06','','0','11','2025-05-23 13:41:06','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','111747996864','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1486,'','Cash','','2025-05-23 13:43:00','','0','22','2025-05-23 13:43:00','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','221747996955','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1487,'','Cash','','2025-05-23 13:45:00','','0','11','2025-05-23 13:45:00','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','111747997098','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1488,'','Cash','','2025-05-23 14:05:51','','0','11','2025-05-23 14:05:51','','110','110','1','retail','0','110','1','0','0','0','0','0','0','new',' ','','1','0','111747998327','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1489,'','Cash','','2025-05-23 14:06:35','','0','11','2025-05-23 14:06:35','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','1','0','111747998382','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1490,'','Cash','','2025-05-23 14:08:12','','0','22','2025-05-23 14:08:12','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','1','0','221747998490','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1491,'','Cash','','2025-05-23 14:22:57','','0','22','2025-05-23 14:22:57','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','3','0','221747999336','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1492,'','Cash','','2025-05-23 16:26:50','','0','22','2025-05-23 14:24:11','','480','480','1','retail','0','480','1','0','0','0','0','0','0','new',' ','','1','0','221747999447','No','22','2025-05-23 16:26:50','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1493,'','Cash','','2025-05-23 14:27:43','','0','22','2025-05-23 14:27:43','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','221747999661','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1494,'','Cash','','2025-05-23 15:14:53','','0','22','2025-05-23 14:29:01','','510','510','1','retail','0','510','1','0','0','0','0','0','0','new',' ','','3','0','221747999739','No','22','2025-05-23 15:14:53','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1495,'','Cash','','2025-05-23 14:33:05','','0','11','2025-05-23 14:33:05','','800','800','1','retail','0','800','1','0','0','0','0','0','0','new',' ','','3','0','111747999515','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1496,'','Cash','','2025-05-23 14:34:10','','0','11','2025-05-23 14:34:10','','130','130','1','retail','0','130','1','0','0','0','0','0','0','new',' ','','1','0','111748000028','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1497,'','Cash','','2025-05-23 14:38:12','','0','11','2025-05-23 14:38:12','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','1','0','111748000268','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1498,'','Cash','','2025-05-23 15:11:20','','0','11','2025-05-23 15:11:20','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','111748002278','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1499,'','Cash','','2025-05-23 15:45:08','','0','11','2025-05-23 15:45:08','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','111748003769','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1500,'','Cash','','2025-05-23 15:59:49','','0','22','2025-05-23 15:59:49','','500','500','1','retail','0','500','1','0','0','0','0','0','0','new',' ','','3','0','221748004988','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1501,'','Cash','','2025-05-23 17:17:26','','0','11','2025-05-23 16:33:16','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','111748007194','No','11','2025-05-23 17:17:26','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1502,'','Cash','','2025-05-23 18:13:43','','0','11','2025-05-23 17:39:36','','610','610','1','retail','0','610','1','0','0','0','0','0','0','new',' ','','1','0','111748011131','No','11','2025-05-23 18:13:43','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1503,'','Cash','','2025-05-23 18:23:32','','0','11','2025-05-23 17:51:52','','240','240','1','retail','0','240','1','0','0','0','0','0','0','new',' ','','3','0','111748011328','No','11','2025-05-23 18:23:32','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1504,'','Cash','','2025-05-23 18:21:46','','0','11','2025-05-23 18:21:46','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','1','0','111748013476','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1505,'','Cash','','2025-05-23 19:12:43','','0','22','2025-05-23 18:37:03','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','3','0','221748014581','No','22','2025-05-23 19:12:43','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1506,'','Cash','','2025-05-23 19:10:33','','0','22','2025-05-23 19:10:33','','710','710','1','retail','0','710','1','0','0','0','0','0','0','new',' ','','1','0','221748015891','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1507,'','Cash','','2025-05-23 19:32:23','','0','11','2025-05-23 19:19:11','','275','275','1','retail','0','275','1','0','0','0','0','0','0','new',' ','','3','0','111748017033','No','11','2025-05-23 19:32:23','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1508,'','Cash','','2025-05-23 19:22:31','','0','22','2025-05-23 19:22:31','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','1','0','221748017340','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1509,'','Cash','','2025-05-23 19:26:35','','0','11','2025-05-23 19:26:35','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','111748017593','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1510,'','Cash','','2025-05-23 19:27:45','','0','11','2025-05-23 19:27:45','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','1','0','111748017626','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1511,'','Cash','','2025-05-23 19:45:54','','0','11','2025-05-23 19:45:54','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','111748018752','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1512,'','Cash','','2025-05-23 19:59:52','','0','11','2025-05-23 19:59:52','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','111748019581','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1513,'','Cash','','2025-05-23 20:30:11','','0','22','2025-05-23 20:30:11','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','221748021409','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1514,'','Cash','','2025-05-23 20:52:19','','0','11','2025-05-23 20:45:36','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','111748022327','No','11','2025-05-23 20:52:19','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1515,'','Cash','','2025-05-23 20:54:02','','0','22','2025-05-23 20:54:02','','650','650','1','retail','0','650','1','0','0','0','0','0','0','new',' ','','3','0','221748022817','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1516,'','Cash','','2025-05-23 21:10:26','','0','22','2025-05-23 21:10:26','','790','790','1','retail','0','790','1','0','0','0','0','0','0','new',' ','','1','0','221748023637','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1517,'','Cash','','2025-05-23 21:41:10','','0','18','2025-05-23 21:41:10','','380','380','1','retail','0','380','1','0','0','0','0','0','0','new',' ','','3','0','181748025631','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1518,'','Cash','','2025-05-23 21:54:41','','0','19','2025-05-23 21:54:41','','410','410','1','retail','0','410','1','0','0','0','0','0','0','new',' ','','1','0','191748026393','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1519,'','Cash','','2025-05-23 22:54:22','','0','19','2025-05-23 22:54:22','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','191748030060','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1520,'','Cash','','2025-05-23 23:03:15','','0','19','2025-05-23 23:03:15','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','191748030533','No','','','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1521,'','Cash','','2025-05-23 23:12:59','','0','19','2025-05-23 23:12:59','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','191748030861','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1522,'','Cash','','2025-05-23 23:14:04','','0','19','2025-05-23 23:14:04','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','3','0','191748031243','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1523,'','Cash','','2025-05-23 23:26:24','','0','19','2025-05-23 23:26:24','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','191748031979','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1524,'','Cash','','2025-05-23 23:40:21','','0','19','2025-05-23 23:40:21','','360','360','1','retail','0','360','1','0','0','0','0','0','0','new',' ','','1','0','191748032808','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1525,'','Cash','','2025-05-23 23:59:49','','0','19','2025-05-23 23:59:49','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','191748033987','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1526,'','Cash','','2025-05-24 00:01:35','','0','19','2025-05-24 00:01:35','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','191748034093','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1527,'','Cash','','2025-05-24 08:31:25','','0','19','2025-05-24 08:31:25','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','191748064640','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1528,'','Cash','','2025-05-24 08:39:05','','0','19','2025-05-24 08:32:25','','620','620','1','retail','0','620','1','0','0','0','0','0','0','new',' ','','1','0','191748064738','No','19','2025-05-24 08:39:05','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1529,'','Cash','','2025-05-24 08:48:48','','0','19','2025-05-24 08:48:48','','430','430','1','retail','0','430','1','0','0','0','0','0','0','new',' ','','1','0','191748065710','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1530,'','Cash','','2025-05-24 09:11:53','','0','22','2025-05-24 09:11:53','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','221748067111','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1531,'','Cash','','2025-05-24 09:36:52','','0','19','2025-05-24 09:36:52','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','191748068610','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1532,'','Cash','','2025-05-24 10:34:54','','0','11','2025-05-24 10:34:54','','190','190','1','retail','0','190','1','0','0','0','0','0','0','new',' ','','1','0','111748072050','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1533,'','Cash','','2025-05-24 11:08:23','','0','22','2025-05-24 11:08:23','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','221748074101','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1534,'','Cash','','2025-05-24 11:18:31','','0','22','2025-05-24 11:18:31','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','221748074710','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1535,'','Cash','','2025-05-24 11:20:20','','0','22','2025-05-24 11:20:20','','40','40','1','retail','0','40','1','0','0','0','0','0','0','new',' ','','1','0','221748074813','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1536,'','Cash','','2025-05-24 12:11:39','','0','11','2025-05-24 12:11:39','','310','310','1','retail','0','310','1','0','0','0','0','0','0','new',' ','','1','0','111748077500','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1537,'','Cash','','2025-05-24 12:25:57','','0','11','2025-05-24 12:25:57','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','111748078750','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1538,'','Cash','','2025-05-24 12:57:21','','0','11','2025-05-24 12:57:21','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','1','0','111748080453','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1539,'','Cash','','2025-05-24 13:03:14','','0','11','2025-05-24 13:03:14','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','1','0','111748080965','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1540,'','Cash','','2025-05-24 13:35:47','','0','11','2025-05-24 13:18:58','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','1','0','111748081936','No','11','2025-05-24 13:35:47','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1541,'','Cash','','2025-05-24 13:38:35','','0','22','2025-05-24 13:38:35','','980','980','1','retail','0','980','1','0','0','0','0','0','0','new',' ','','1','0','221748083022','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1542,'','Cash','','2025-05-24 13:43:57','','0','22','2025-05-24 13:43:57','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','221748083434','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1543,'','Cash','','2025-05-24 13:57:51','','0','22','2025-05-24 13:57:51','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','1','0','221748084255','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1544,'','Cash','','2025-05-24 14:29:08','','0','22','2025-05-24 14:29:08','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','221748086143','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1545,'','Cash','','2025-05-24 14:41:32','','0','11','2025-05-24 14:41:32','','220','220','1','retail','0','220','1','0','0','0','0','0','0','new',' ','','3','0','111748086866','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1546,'','Cash','','2025-05-24 16:17:09','','0','11','2025-05-24 14:46:42','','460','460','1','retail','0','460','1','0','0','0','0','0','0','new',' ','','1','0','111748087167','No','11','2025-05-24 16:17:09','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1547,'','Cash','','2025-05-24 15:33:37','','0','22','2025-05-24 15:33:37','','2440','2440','1','retail','0','2440','1','0','0','0','0','0','0','new',' ','','1','0','221748089708','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1548,'','Cash','','2025-05-24 15:45:37','','0','11','2025-05-24 15:45:37','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','3','0','111748090689','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1549,'','Cash','','2025-05-24 16:12:47','','0','11','2025-05-24 16:12:47','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','111748092365','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1550,'','Cash','','2025-05-24 16:34:47','','0','11','2025-05-24 16:34:47','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','111748093601','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1551,'','Cash','','2025-05-24 16:42:16','','0','11','2025-05-24 16:36:51','','430','430','1','retail','0','430','1','0','0','0','0','0','0','new',' ','','1','0','111748093743','No','11','2025-05-24 16:42:16','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1552,'','Cash','','2025-05-24 16:54:03','','0','11','2025-05-24 16:54:03','','750','750','1','retail','0','750','1','0','0','0','0','0','0','new',' ','','3','0','111748094703','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1553,'','Cash','','2025-05-24 17:05:31','','0','22','2025-05-24 17:05:31','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','221748095525','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1554,'','Cash','','2025-05-24 17:09:37','','0','22','2025-05-24 17:09:38','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','221748095773','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1555,'','Cash','','2025-05-24 18:04:53','','0','11','2025-05-24 18:04:53','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','111748099056','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1556,'','Cash','','2025-05-24 18:10:59','','0','22','2025-05-24 18:10:59','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','221748099454','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1557,'','Cash','','2025-05-24 18:19:48','','0','11','2025-05-24 18:19:48','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','111748099984','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1558,'','Cash','','2025-05-24 18:29:49','','0','22','2025-05-24 18:29:49','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','221748100574','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1559,'','Cash','','2025-05-24 18:51:36','','0','22','2025-05-24 18:34:02','','160','160','1','retail','0','160','1','0','0','0','0','0','0','new',' ','','1','0','221748100836','No','22','2025-05-24 18:51:36','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1560,'','Cash','','2025-05-24 18:52:49','','0','22','2025-05-24 18:52:49','','110','110','1','retail','0','110','1','0','0','0','0','0','0','new',' ','','1','0','221748101948','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1561,'','Cash','','2025-05-24 19:19:16','','0','11','2025-05-24 19:01:36','','750','750','1','retail','0','750','1','0','0','0','0','0','0','new',' ','','1','0','111748102480','No','11','2025-05-24 19:19:16','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1562,'','Cash','','2025-05-24 19:02:25','','0','11','2025-05-24 19:02:25','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','111748102525','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1563,'','Cash','','2025-05-24 19:11:24','','0','22','2025-05-24 19:11:24','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','221748103081','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1564,'','Cash','','2025-05-24 19:29:24','','0','22','2025-05-24 19:29:24','','1550','1550','1','retail','0','1550','1','0','0','0','0','0','0','new',' ','','1','0','221748104073','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1565,'','Cash','','2025-05-24 19:33:15','','0','22','2025-05-24 19:33:15','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','221748104391','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1566,'','Cash','','2025-05-24 19:37:21','','0','22','2025-05-24 19:37:21','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','221748104638','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1567,'','Cash','','2025-05-24 19:55:20','','0','11','2025-05-24 19:55:20','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','111748105718','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1568,'','Cash','','2025-05-24 20:20:01','','0','11','2025-05-24 20:02:06','','650','650','1','retail','0','650','1','0','0','0','0','0','0','new',' ','','1','0','111748106033','No','11','2025-05-24 20:20:01','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1569,'','Cash','','2025-05-24 20:43:26','','0','22','2025-05-24 20:43:26','','70','70','1','retail','0','70','1','0','0','0','0','0','0','new',' ','','1','0','221748108583','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1570,'','Cash','','2025-05-24 21:02:52','','0','22','2025-05-24 20:45:14','','460','460','1','retail','0','460','1','0','0','0','0','0','0','new',' ','','3','0','221748108637','No','22','2025-05-24 21:02:52','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1571,'','Cash','','2025-05-24 20:59:39','','0','22','2025-05-24 20:59:39','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','1','0','221748109567','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1572,'','Cash','','2025-05-24 21:07:59','','0','22','2025-05-24 21:07:59','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','221748110072','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1573,'','Cash','','2025-05-24 21:21:34','','0','11','2025-05-24 21:21:34','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','111748110892','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1574,'','Cash','','2025-05-24 21:29:00','','0','11','2025-05-24 21:27:17','','420','420','1','retail','0','420','1','0','0','0','0','0','0','new',' ','','1','0','111748111222','No','11','2025-05-24 21:29:00','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1575,'','Cash','','2025-05-24 21:32:02','','0','22','2025-05-24 21:32:02','','600','600','1','retail','0','600','1','0','0','0','0','0','0','new',' ','','1','0','221748111520','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1576,'','Cash','','2025-05-24 21:52:09','','0','19','2025-05-24 21:52:09','','480','480','1','retail','0','480','1','0','0','0','0','0','0','new',' ','','3','0','191748112624','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1577,'','Cash','','2025-05-24 22:39:43','','0','19','2025-05-24 22:39:43','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','3','0','191748115581','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1578,'','Cash','','2025-05-24 22:40:50','','0','19','2025-05-24 22:40:50','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','191748115649','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1579,'','Cash','','2025-05-24 23:44:54','','0','19','2025-05-24 23:44:54','','120','120','1','retail','0','120','1','0','0','0','0','0','0','new',' ','','1','0','191748119463','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1580,'','Cash','','2025-05-24 23:54:39','','0','19','2025-05-24 23:54:39','','210','210','1','retail','0','210','1','0','0','0','0','0','0','new',' ','','1','0','191748120038','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1581,'','Cash','','2025-05-25 08:55:12','','0','19','2025-05-25 08:55:12','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','1','0','191748152493','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1582,'','Cash','','2025-05-25 09:14:17','','0','19','2025-05-25 09:14:17','','280','280','1','retail','0','280','1','0','0','0','0','0','0','new',' ','','1','0','191748153616','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1583,'','Cash','','2025-05-25 09:22:00','','0','19','2025-05-25 09:22:00','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','191748154118','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1584,'','Cash','','2025-05-25 09:26:12','','0','19','2025-05-25 09:26:12','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','191748154345','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1585,'','Cash','','2025-05-25 09:58:47','','0','19','2025-05-25 09:58:47','','130','130','1','retail','0','130','1','0','0','0','0','0','0','new',' ','','1','0','191748156288','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1586,'','Cash','','2025-05-25 10:01:11','','0','19','2025-05-25 10:01:11','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','1','0','191748156386','No','','','','','5','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1587,'','Cash','','2025-05-25 10:28:36','','0','11','2025-05-25 10:03:24','','120','120','1','retail','0','120','1','0','0','0','0','0','0','new',' ','','3','0','111748156602','No','11','2025-05-25 10:28:36','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1588,'','Cash','','2025-05-25 10:21:46','','0','11','2025-05-25 10:21:46','','130','130','1','retail','0','130','1','0','0','0','0','0','0','new',' ','','3','0','111748157672','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1589,'','Cash','','2025-05-25 11:38:11','','0','18','2025-05-25 11:38:11','','460','460','1','retail','0','460','1','0','0','0','0','0','0','new',' ','','1','0','181748162275','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1590,'','Cash','','2025-05-25 12:11:48','','0','18','2025-05-25 12:11:48','','460','460','1','retail','0','460','1','0','0','0','0','0','0','new',' ','','1','0','181748164286','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1591,'','Cash','','2025-05-25 12:22:57','','0','18','2025-05-25 12:22:57','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','3','0','181748164975','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1592,'','Cash','','2025-05-25 12:40:23','','0','18','2025-05-25 12:40:23','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','181748166021','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1593,'','Cash','','2025-05-25 13:00:09','','0','18','2025-05-25 12:48:21','','280','280','1','retail','0','280','1','0','0','0','0','0','0','new',' ','','3','0','181748166494','No','18','2025-05-25 13:00:09','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1594,'','Cash','','2025-05-25 13:33:40','','0','11','2025-05-25 13:15:50','','1000','1000','1','retail','0','1000','1','0','0','0','0','0','0','new',' ','','1','0','111748168117','No','11','2025-05-25 13:33:40','','','5','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1595,'','Cash','','2025-05-25 13:32:20','','0','18','2025-05-25 13:31:10','','280','280','1','retail','0','280','1','0','0','0','0','0','0','new',' ','','1','0','181748169068','No','18','2025-05-25 13:32:20','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1596,'','Cash','','2025-05-25 13:38:00','','0','11','2025-05-25 13:38:00','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','3','0','111748169431','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1597,'','Cash','','2025-05-25 13:58:50','','0','18','2025-05-25 13:58:50','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','1','0','181748170720','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1598,'','Cash','','2025-05-25 14:14:00','','0','11','2025-05-25 14:14:00','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','111748171638','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1599,'','Cash','','2025-05-25 14:40:04','','0','11','2025-05-25 14:33:28','','470','470','1','retail','0','470','1','0','0','0','0','0','0','new',' ','','','0','111748172797','No','11','2025-05-25 14:40:04','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1600,'','Cash','','2025-05-25 14:45:52','','0','18','2025-05-25 14:45:52','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','181748173551','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1601,'','Cash','','2025-05-25 14:46:19','','0','18','2025-05-25 14:46:19','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','1','0','181748173577','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1602,'','Cash','','2025-05-25 15:20:38','','0','18','2025-05-25 15:20:38','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','181748175636','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1603,'','Cash','','2025-05-25 15:33:13','','0','11','2025-05-25 15:33:13','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','3','0','111748176387','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1604,'','Cash','','2025-05-25 15:34:07','','0','18','2025-05-25 15:34:07','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','1','0','181748176441','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1605,'','Cash','','2025-05-25 15:48:31','','0','18','2025-05-25 15:48:31','','230','230','1','retail','0','230','1','0','0','0','0','0','0','new',' ','','1','0','181748177300','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1606,'','Cash','','2025-05-25 15:50:39','','0','11','2025-05-25 15:50:39','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','1','0','111748177420','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1607,'','Cash','','2025-05-25 15:59:34','','0','18','2025-05-25 15:55:39','','610','610','1','retail','0','610','1','0','0','0','0','0','0','new',' ','','1','0','181748177646','No','18','2025-05-25 15:59:34','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1608,'','Cash','','2025-05-25 16:05:05','','0','18','2025-05-25 16:05:05','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181748178303','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1609,'','Cash','','2025-05-25 16:20:47','','0','11','2025-05-25 16:20:47','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','111748179229','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1610,'','Cash','','2025-05-25 16:23:49','','0','11','2025-05-25 16:23:49','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','1','0','111748179410','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1611,'','Cash','','2025-05-25 16:33:31','','0','18','2025-05-25 16:33:31','','900','900','1','retail','0','900','1','0','0','0','0','0','0','new',' ','','3','0','181748179972','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1612,'','Cash','','2025-05-25 16:42:17','','0','11','2025-05-25 16:42:17','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','111748180535','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1613,'','Cash','','2025-05-25 16:43:56','','0','18','2025-05-25 16:43:56','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','181748180634','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1614,'','Cash','','2025-05-25 16:46:10','','0','11','2025-05-25 16:46:10','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','111748180725','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1615,'','Cash','','2025-05-25 16:57:44','','0','11','2025-05-25 16:57:44','','280','280','1','retail','0','280','1','0','0','0','0','0','0','new',' ','','1','0','111748181268','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1616,'','Cash','','2025-05-25 17:24:55','','0','11','2025-05-25 17:24:55','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','111748183092','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1617,'','Cash','','2025-05-25 17:58:40','','0','11','2025-05-25 17:58:40','','370','370','1','retail','0','370','1','0','0','0','0','0','0','new',' ','','1','0','111748185087','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1618,'','Cash','','2025-05-25 18:11:39','','0','11','2025-05-25 18:11:39','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','111748185897','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1619,'','Cash','','2025-05-25 18:46:35','','0','11','2025-05-25 18:26:39','','160','160','1','retail','0','160','1','0','0','0','0','0','0','new',' ','','1','0','111748186797','No','11','2025-05-25 18:46:35','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1620,'','Cash','','2025-05-25 18:30:27','','0','18','2025-05-25 18:30:27','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181748187025','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1621,'','Cash','','2025-05-25 18:58:24','','0','11','2025-05-25 18:58:24','','500','500','1','retail','0','500','1','0','0','0','0','0','0','new',' ','','1','0','111748188676','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1622,'','Cash','','2025-05-25 18:59:05','','0','18','2025-05-25 18:59:05','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','181748188742','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1623,'','Cash','','2025-05-25 19:37:18','','0','11','2025-05-25 19:00:34','','120','120','1','retail','0','120','1','0','0','0','0','0','0','new',' ','','3','0','111748188829','No','11','2025-05-25 19:37:18','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1624,'','Cash','','2025-05-25 19:08:27','','0','18','2025-05-25 19:07:04','','760','760','1','retail','0','760','1','0','0','0','0','0','0','new',' ','','3','0','181748189195','No','18','2025-05-25 19:08:27','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1625,'','Cash','','2025-05-25 19:13:29','','0','11','2025-05-25 19:13:29','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','3','0','111748189583','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1626,'','Cash','','2025-05-25 19:18:47','','0','18','2025-05-25 19:18:47','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','181748189922','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1627,'','Cash','','2025-05-25 19:20:03','','0','18','2025-05-25 19:20:03','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','1','0','181748190000','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1628,'','Cash','','2025-05-25 19:20:33','','0','18','2025-05-25 19:20:33','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181748190030','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1629,'','Cash','','2025-05-25 19:38:23','','0','11','2025-05-25 19:38:23','','140','140','1','retail','0','140','1','0','0','0','0','0','0','new',' ','','1','0','111748191070','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1630,'','Cash','','2025-05-25 20:28:36','','0','11','2025-05-25 20:28:36','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','111748194065','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1631,'','Cash','','2025-05-25 20:50:31','','0','18','2025-05-25 20:39:40','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','3','0','181748194778','No','18','2025-05-25 20:50:31','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1632,'','Cash','','2025-05-25 20:42:35','','0','11','2025-05-25 20:42:35','','130','130','1','retail','0','130','1','0','0','0','0','0','0','new',' ','','1','0','111748194940','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1633,'','Cash','','2025-05-25 20:46:05','','0','11','2025-05-25 20:46:05','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','3','0','111748195149','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1634,'','Cash','','2025-05-25 20:59:20','','0','18','2025-05-25 20:59:20','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','3','0','181748195888','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1635,'','Cash','','2025-05-25 21:03:08','','0','11','2025-05-25 21:03:08','','520','520','1','retail','0','520','1','0','0','0','0','0','0','new',' ','','1','0','111748196121','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1636,'','Cash','','2025-05-25 21:04:00','','0','11','2025-05-25 21:04:00','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','111748196238','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1637,'','Cash','','2025-05-25 21:08:29','','0','11','2025-05-25 21:08:29','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','111748196490','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1638,'','Cash','','2025-05-25 21:22:54','','0','18','2025-05-25 21:22:54','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','181748197364','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1639,'','Cash','','2025-05-25 21:36:26','','0','18','2025-05-25 21:36:26','','660','660','1','retail','0','660','1','0','0','0','0','0','0','new',' ','','1','0','181748198105','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1640,'','Cash','','2025-05-25 21:38:02','','0','11','2025-05-25 21:38:02','','340','340','1','retail','0','340','1','0','0','0','0','0','0','new',' ','','1','0','111748198263','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1641,'','Cash','','2025-05-25 21:38:40','','0','11','2025-05-25 21:38:40','','340','340','1','retail','0','340','1','0','0','0','0','0','0','new',' ','','1','0','111748198307','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1642,'','Cash','','2025-05-25 21:39:04','','0','11','2025-05-25 21:39:04','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','111748198342','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1643,'','Cash','','2025-05-25 23:16:52','','0','22','2025-05-25 21:40:16','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','221748198414','No','22','2025-05-25 23:16:52','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1644,'','Cash','','2025-05-25 23:17:30','','0','22','2025-05-25 21:42:45','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','221748198563','No','22','2025-05-25 23:17:30','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1645,'','Cash','','2025-05-25 23:18:07','','0','22','2025-05-25 21:43:09','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','221748198587','No','22','2025-05-25 23:18:07','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1646,'','Cash','','2025-05-25 21:48:50','','0','11','2025-05-25 21:48:50','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','111748198929','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1647,'','Cash','','2025-05-25 22:09:34','','0','18','2025-05-25 22:09:34','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','181748200165','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1648,'','Cash','','2025-05-25 22:40:45','','0','18','2025-05-25 22:40:45','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','181748202043','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1649,'','Cash','','2025-05-25 22:50:23','','0','19','2025-05-25 22:50:23','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','191748202622','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1650,'','Cash','','2025-05-26 07:06:31','','0','19','2025-05-26 07:06:31','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','1','0','191748232390','No','','','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1651,'','Cash','','2025-05-26 07:07:52','','0','19','2025-05-26 07:07:52','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','191748232470','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1652,'','Cash','','2025-05-26 07:09:05','','0','19','2025-05-26 07:09:05','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','191748232543','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1653,'','Cash','','2025-05-26 09:03:10','','0','19','2025-05-26 09:03:10','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','191748239356','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1654,'','Cash','','2025-05-26 09:23:10','','0','18','2025-05-26 09:23:10','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','181748240589','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1655,'','Cash','','2025-05-26 10:03:22','','0','11','2025-05-26 10:03:22','','40','40','1','retail','0','40','1','0','0','0','0','0','0','new',' ','','1','0','111748242995','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1656,'','Cash','','2025-05-26 10:17:40','','0','11','2025-05-26 10:17:40','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','111748243858','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1657,'','Cash','','2025-05-26 10:23:54','','0','18','2025-05-26 10:18:02','','210','210','1','retail','0','210','1','0','0','0','0','0','0','new',' ','','1','0','181748243759','No','18','2025-05-26 10:23:54','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1658,'','Cash','','2025-05-26 11:40:50','','0','11','2025-05-26 11:40:50','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','111748248849','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1659,'','Cash','','2025-05-26 12:53:31','','0','18','2025-05-26 12:15:25','','1160','1160','1','retail','0','1160','1','0','0','0','0','0','0','new',' ','','1','0','181748250917','No','18','2025-05-26 12:53:31','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1660,'','Cash','','2025-05-26 12:46:51','','0','11','2025-05-26 12:46:51','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','111748252796','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1661,'','Cash','','2025-05-26 13:11:06','','0','11','2025-05-26 12:58:56','','210','210','1','retail','0','210','1','0','0','0','0','0','0','new',' ','','1','0','111748253514','No','11','2025-05-26 13:11:06','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1662,'','Cash','','2025-05-26 13:36:12','','0','18','2025-05-26 13:14:54','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','181748254492','No','18','2025-05-26 13:36:12','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1663,'','Cash','','2025-05-26 13:32:20','','0','18','2025-05-26 13:32:20','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','181748255539','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1664,'','Cash','','2025-05-26 13:37:22','','0','11','2025-05-26 13:37:22','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','1','0','111748255841','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1665,'','Cash','','2025-05-26 15:04:21','','0','18','2025-05-26 14:55:35','','320','320','1','retail','0','320','1','0','0','0','0','0','0','new',' ','','1','0','181748260533','No','18','2025-05-26 15:04:21','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1666,'','Cash','','2025-05-26 16:57:46','','0','11','2025-05-26 15:14:23','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','111748261662','No','11','2025-05-26 16:57:46','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1667,'','Cash','','2025-05-26 17:00:37','','0','11','2025-05-26 15:19:21','','930','930','1','retail','0','930','1','0','0','0','0','0','0','new',' ','','3','0','111748261918','No','11','2025-05-26 17:00:37','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1668,'','Cash','','2025-05-26 15:34:20','','0','18','2025-05-26 15:34:20','','90','90','1','retail','0','90','1','0','0','0','0','0','0','new',' ','','1','0','181748262813','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1669,'','Cash','','2025-05-26 17:15:25','','0','18','2025-05-26 16:33:00','','490','490','1','retail','0','490','1','0','0','0','0','0','0','new',' ','','1','0','181748266378','No','18','2025-05-26 17:15:25','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1670,'','Cash','','2025-05-26 17:33:47','','0','11','2025-05-26 17:33:47','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','111748269992','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1671,'','Cash','','2025-05-26 17:36:44','','0','18','2025-05-26 17:36:44','','390','390','1','retail','0','390','1','0','0','0','0','0','0','new',' ','','3','0','181748270106','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1672,'','Cash','','2025-05-26 17:51:01','','0','18','2025-05-26 17:51:01','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','181748271058','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1673,'','Cash','','2025-05-26 18:16:55','','0','11','2025-05-26 18:16:55','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','1','0','111748272552','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1674,'','Cash','','2025-05-26 18:26:24','','0','18','2025-05-26 18:26:24','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','181748273182','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1675,'','Cash','','2025-05-26 19:11:22','','0','18','2025-05-26 19:11:22','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','1','0','181748275790','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1676,'','Cash','','2025-05-26 19:15:32','','0','11','2025-05-26 19:15:32','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','1','0','111748276076','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1677,'','Cash','','2025-05-26 19:34:13','','0','18','2025-05-26 19:34:13','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','1','0','181748277231','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1678,'','Cash','','2025-05-26 20:25:31','','0','11','2025-05-26 19:39:19','','450','450','1','retail','0','450','1','0','0','0','0','0','0','new',' ','','3','0','111748277520','No','11','2025-05-26 20:25:31','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1679,'','Cash','','2025-05-26 20:19:35','','0','11','2025-05-26 19:51:23','','120','120','1','retail','0','120','1','0','0','0','0','0','0','new',' ','','1','0','111748278267','No','11','2025-05-26 20:19:35','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1680,'','Cash','','2025-05-26 20:09:10','','0','18','2025-05-26 20:09:10','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','1','0','181748279348','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1681,'','Cash','','2025-05-26 20:31:42','','0','11','2025-05-26 20:31:42','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','111748280701','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1682,'','Cash','','2025-05-26 20:41:43','','0','11','2025-05-26 20:41:43','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','111748281302','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1683,'','Cash','','2025-05-27 08:27:00','','0','19','2025-05-27 08:27:00','','40','40','1','retail','0','40','1','0','0','0','0','0','0','new',' ','','1','0','191748315877','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1684,'','Cash','','2025-05-27 08:29:28','','0','19','2025-05-27 08:29:28','','170','170','1','retail','0','170','1','0','0','0','0','0','0','new',' ','','3','0','191748323730','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1685,'','Cash','','2025-05-27 08:50:40','','0','19','2025-05-27 08:50:40','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','191748325038','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1686,'','Cash','','2025-05-27 09:25:33','','0','11','2025-05-27 09:25:33','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','111748326900','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1687,'','Cash','','2025-05-27 09:34:18','','0','11','2025-05-27 09:34:18','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','111748327648','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1688,'','Cash','','2025-05-27 09:58:58','','0','11','2025-05-27 09:58:58','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','3','0','111748329135','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1689,'','Cash','','2025-05-27 10:20:11','','0','22','2025-05-27 10:20:11','','40','40','1','retail','0','40','1','0','0','0','0','0','0','new',' ','','1','0','221748330398','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1690,'','Cash','','2025-05-27 10:46:16','','0','22','2025-05-27 10:46:16','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','221748331974','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1691,'','Cash','','2025-05-27 10:47:49','','0','22','2025-05-27 10:47:49','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','221748332067','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1692,'','Cash','','2025-05-27 11:26:14','','0','11','2025-05-27 11:26:14','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','111748334372','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1693,'','Cash','','2025-05-27 11:48:17','','0','11','2025-05-27 11:48:17','','510','510','1','retail','0','510','1','0','0','0','0','0','0','new',' ','','1','0','111748335597','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1694,'','Cash','','2025-05-27 11:52:26','','0','22','2025-05-27 11:52:26','','230','230','1','retail','0','230','1','0','0','0','0','0','0','new',' ','','1','0','221748335865','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1695,'','Cash','','2025-05-27 12:29:44','','0','22','2025-05-27 12:29:44','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','221748338182','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1696,'','Cash','','2025-05-27 13:31:03','','0','22','2025-05-27 13:31:03','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','221748341848','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1697,'','Cash','','2025-05-27 13:57:35','','0','11','2025-05-27 13:57:35','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','111748343408','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1698,'','Cash','','2025-05-27 14:13:29','','0','11','2025-05-27 14:13:29','','470','470','1','retail','0','470','1','0','0','0','0','0','0','new',' ','','1','0','111748344367','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1699,'','Cash','','2025-05-27 14:32:46','','0','22','2025-05-27 14:18:20','','380','380','1','retail','0','380','1','0','0','0','0','0','0','new',' ','','3','0','221748344689','No','22','2025-05-27 14:32:46','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1700,'','Cash','','2025-05-27 14:22:33','','0','22','2025-05-27 14:22:33','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','1','0','221748344943','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1701,'','Cash','','2025-05-27 15:07:47','','0','22','2025-05-27 14:45:51','','1110','1110','1','retail','0','1110','1','0','0','0','0','0','0','new',' ','','1','0','221748346298','No','22','2025-05-27 15:07:47','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1702,'','Cash','','2025-05-27 15:39:21','','0','11','2025-05-27 15:39:21','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','111748349557','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1703,'','Cash','','2025-05-27 16:26:59','','0','11','2025-05-27 16:26:59','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','3','0','111748352355','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1704,'','Cash','','2025-05-27 16:29:09','','0','11','2025-05-27 16:29:09','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','111748352546','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1705,'','Cash','','2025-05-27 16:40:53','','0','22','2025-05-27 16:40:53','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','221748353250','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1706,'','Cash','','2025-05-27 17:42:49','','0','11','2025-05-27 17:13:28','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','111748355206','No','11','2025-05-27 17:42:49','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1707,'','Cash','','2025-05-27 17:29:04','','0','22','2025-05-27 17:29:04','','230','230','1','retail','0','230','1','0','0','0','0','0','0','new',' ','','3','0','221748356129','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1708,'','Cash','','2025-05-27 17:53:46','','0','11','2025-05-27 17:38:29','','260','260','1','retail','0','260','1','0','0','0','0','0','0','new',' ','','1','0','111748356692','No','11','2025-05-27 17:53:46','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1709,'','Cash','','2025-05-27 17:54:32','','0','11','2025-05-27 17:39:50','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','1','0','111748356768','No','11','2025-05-27 17:54:32','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1710,'','Cash','','2025-05-27 17:52:49','','0','11','2025-05-27 17:52:49','','450','450','1','retail','0','450','1','0','0','0','0','0','0','new',' ','','3','0','111748357536','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1711,'','Cash','','2025-05-27 18:36:43','','0','22','2025-05-27 17:58:01','','500','500','1','retail','0','500','1','0','0','0','0','0','0','new',' ','','1','0','221748357878','No','22','2025-05-27 18:36:43','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1712,'','Cash','','2025-05-27 18:04:02','','0','11','2025-05-27 18:04:02','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','111748358237','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1713,'','Cash','','2025-05-27 18:20:05','','0','11','2025-05-27 18:11:31','','530','530','1','retail','0','530','1','0','0','0','0','0','0','new',' ','','1','0','111748358595','No','11','2025-05-27 18:20:05','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1714,'','Cash','','2025-05-27 18:32:54','','0','22','2025-05-27 18:32:54','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','1','0','221748359963','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1715,'','Cash','','2025-05-27 18:44:07','','0','22','2025-05-27 18:44:07','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','221748360645','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1716,'','Cash','','2025-05-27 19:09:46','','0','22','2025-05-27 18:50:32','','740','740','1','retail','0','740','1','0','0','0','0','0','0','new',' ','','1','0','221748360944','No','22','2025-05-27 19:09:46','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1717,'','Cash','','2025-05-27 18:53:49','','0','11','2025-05-27 18:53:49','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','1','0','111748361210','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1718,'','Cash','','2025-05-27 19:00:29','','0','11','2025-05-27 19:00:29','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','111748361617','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1719,'','Cash','','2025-05-27 19:11:35','','0','22','2025-05-27 19:11:35','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','1','0','221748362293','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1720,'','Cash','','2025-05-27 19:12:23','','0','11','2025-05-27 19:12:23','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','111748362341','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1721,'','Cash','','2025-05-27 19:13:01','','0','11','2025-05-27 19:13:01','','70','70','1','retail','0','70','1','0','0','0','0','0','0','new',' ','','1','0','111748362367','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1722,'','Cash','','2025-05-27 19:48:49','','0','11','2025-05-27 19:16:28','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','3','0','111748362566','No','11','2025-05-27 19:48:49','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1723,'','Cash','','2025-05-27 20:27:36','','0','11','2025-05-27 19:24:13','','750','750','1','retail','0','750','1','0','0','0','0','0','0','new',' ','','1','0','111748363051','No','11','2025-05-27 20:27:36','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1724,'','Cash','','2025-05-27 19:28:57','','0','22','2025-05-27 19:28:57','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','3','0','221748363312','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1725,'','Cash','','2025-05-27 19:54:06','','0','22','2025-05-27 19:54:06','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','221748364819','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1726,'','Cash','','2025-05-27 20:05:38','','0','11','2025-05-27 20:05:38','','2020','2020','1','retail','0','2020','1','0','0','0','0','0','0','new',' ','','1','0','111748365142','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1727,'','Cash','','2025-05-27 20:13:25','','0','22','2025-05-27 20:07:27','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','3','0','221748365645','No','22','2025-05-27 20:13:25','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1728,'','Cash','','2025-05-27 20:13:56','','0','22','2025-05-27 20:13:56','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','221748366030','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1729,'','Cash','','2025-05-27 21:05:15','','0','22','2025-05-27 21:05:15','','330','330','1','retail','0','330','1','0','0','0','0','0','0','new',' ','','3','0','221748369078','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1730,'','Cash','','2025-05-27 21:14:16','','0','11','2025-05-27 21:14:16','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','111748369654','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1731,'','Cash','','2025-05-27 21:50:48','','0','19','2025-05-27 21:50:48','','650','650','1','retail','0','650','1','0','0','0','0','0','0','new',' ','','1','0','191748371831','No','','','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1732,'','Cash','','2025-05-27 22:03:34','','0','18','2025-05-27 22:03:34','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','3','0','181748372612','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1733,'','Cash','','2025-05-27 22:15:58','','0','19','2025-05-27 22:15:58','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','3','0','191748373356','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1734,'','Cash','','2025-05-28 00:20:02','','0','19','2025-05-28 00:20:02','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','191748380800','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1735,'','Cash','','2025-05-28 04:32:02','','0','19','2025-05-28 04:32:02','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','191748395912','No','','','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1736,'','Cash','','2025-05-28 07:31:06','','0','19','2025-05-28 07:31:06','','280','280','1','retail','0','280','1','0','0','0','0','0','0','new',' ','','1','0','191748406621','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1737,'','Cash','','2025-05-28 09:43:00','','0','22','2025-05-28 09:31:50','','110','110','1','retail','0','110','1','0','0','0','0','0','0','new',' ','','1','0','221748413909','No','22','2025-05-28 09:43:00','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1738,'','Cash','','2025-05-28 09:35:10','','0','19','2025-05-28 09:35:10','','500','500','1','retail','0','500','1','0','0','0','0','0','0','new',' ','','1','0','191748414031','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1739,'','Cash','','2025-05-28 09:37:45','','0','19','2025-05-28 09:37:45','','210','210','1','retail','0','210','1','0','0','0','0','0','0','new',' ','','1','0','191748414192','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1740,'','Cash','','2025-05-28 09:38:42','','0','19','2025-05-28 09:38:42','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','191748414321','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1741,'','Cash','','2025-05-28 10:16:00','','0','22','2025-05-28 10:09:47','','140','140','1','retail','0','140','1','0','0','0','0','0','0','new',' ','','1','0','221748416185','No','22','2025-05-28 10:16:00','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1742,'','Cash','','2025-05-28 10:33:30','','0','22','2025-05-28 10:33:30','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','221748417592','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1743,'','Cash','','2025-05-28 10:42:00','','0','22','2025-05-28 10:42:00','','240','240','1','retail','0','240','1','0','0','0','0','0','0','new',' ','','1','0','221748418051','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1744,'','Cash','','2025-05-28 10:56:38','','0','21','2025-05-28 10:56:38','','210','210','1','retail','0','210','1','0','0','0','0','0','0','new',' ','','1','0','211748418955','No','','','','','7','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1745,'','Cash','','2025-05-28 11:37:57','','0','22','2025-05-28 11:34:01','','110','110','1','retail','0','110','1','0','0','0','0','0','0','new',' ','','1','0','221748421239','No','22','2025-05-28 11:37:57','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1746,'','Cash','','2025-05-28 12:27:01','','0','22','2025-05-28 11:52:47','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','1','0','221748422343','No','22','2025-05-28 12:27:01','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1747,'','Cash','','2025-05-28 12:07:47','','0','22','2025-05-28 12:07:47','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','3','0','221748423265','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1748,'','Cash','','2025-05-28 13:40:19','','0','22','2025-05-28 12:33:55','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','3','0','221748424833','No','22','2025-05-28 13:40:19','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1749,'','Cash','','2025-05-28 16:09:57','','0','22','2025-05-28 12:35:26','','570','570','1','retail','0','570','1','0','0','0','0','0','0','new',' ','','1','0','221748424891','No','22','2025-05-28 16:09:57','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1750,'','Cash','','2025-05-28 12:53:47','','0','22','2025-05-28 12:53:47','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','1','0','221748426016','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1751,'','Cash','','2025-05-28 12:54:43','','0','22','2025-05-28 12:54:43','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','221748426071','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1752,'','Cash','','2025-05-28 13:33:25','','0','22','2025-05-28 13:09:27','','420','420','1','retail','0','420','1','0','0','0','0','0','0','new',' ','','1','0','221748426964','No','22','2025-05-28 13:33:25','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1753,'','Cash','','2025-05-28 13:42:32','','0','22','2025-05-28 13:25:25','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','3','0','221748427888','No','22','2025-05-28 13:42:32','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1754,'','Cash','','2025-05-28 14:25:03','','0','22','2025-05-28 14:25:03','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','221748431500','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1755,'','Cash','','2025-05-28 17:17:09','','0','22','2025-05-28 14:45:34','','690','690','1','retail','0','690','1','0','0','0','0','0','0','new',' ','','1','0','221748432662','No','22','2025-05-28 17:17:09','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1756,'','Cash','','2025-05-28 14:47:07','','0','22','2025-05-28 14:47:07','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','221748432824','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1757,'','Cash','','2025-05-28 15:20:03','','0','22','2025-05-28 15:20:03','','270','270','1','retail','0','270','1','0','0','0','0','0','0','new',' ','','1','0','221748434633','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1758,'','Cash','','2025-05-28 15:39:48','','0','22','2025-05-28 15:21:58','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','3','0','221748434898','No','22','2025-05-28 15:39:48','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1759,'','Cash','','2025-05-28 20:20:28','','0','22','2025-05-28 15:49:12','','770','770','1','retail','0','770','1','0','0','0','0','0','0','new',' ','','1','0','221748436549','No','22','2025-05-28 20:20:28','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1760,'','Cash','','2025-05-28 15:51:29','','0','19','2025-05-28 15:51:29','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','191748436652','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1761,'','Cash','','2025-05-28 16:06:11','','0','19','2025-05-28 16:06:11','','120','120','1','retail','0','120','1','0','0','0','0','0','0','new',' ','','1','0','191748437525','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1762,'','Cash','','2025-05-28 17:32:36','','0','19','2025-05-28 16:08:19','','230','230','1','retail','0','230','1','0','0','0','0','0','0','new',' ','','1','0','191748437652','No','19','2025-05-28 17:32:36','','','6','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1763,'','Cash','','2025-05-28 16:51:04','','0','19','2025-05-28 16:51:04','','1100','1100','1','retail','0','1100','1','0','0','0','0','0','0','new',' ','','1','0','191748440094','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1764,'','Cash','','2025-05-28 17:08:37','','0','19','2025-05-28 17:08:37','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','191748441312','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1765,'','Cash','','2025-05-28 17:33:59','','0','19','2025-05-28 17:33:59','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','191748442837','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1766,'','Cash','','2025-05-28 17:36:08','','0','19','2025-05-28 17:36:08','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','191748442966','No','','','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1767,'','Cash','','2025-05-28 17:40:35','','0','22','2025-05-28 17:40:35','','360','360','1','retail','0','360','1','0','0','0','0','0','0','new',' ','','1','0','221748443220','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1768,'','Cash','','2025-05-28 17:51:23','','0','19','2025-05-28 17:51:23','','210','210','1','retail','0','210','1','0','0','0','0','0','0','new',' ','','1','0','191748443858','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1769,'','Cash','','2025-05-28 23:01:25','','0','22','2025-05-28 18:09:40','','270','270','1','retail','0','270','1','0','0','0','0','0','0','new',' ','','3','0','221748444897','No','22','2025-05-28 23:01:25','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1770,'','Cash','','2025-05-28 18:23:55','','0','19','2025-05-28 18:23:55','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','191748445826','No','','','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1771,'','Cash','','2025-05-28 18:56:01','','0','19','2025-05-28 18:56:02','','280','280','1','retail','0','280','1','0','0','0','0','0','0','new',' ','','1','0','191748447679','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1772,'','Cash','','2025-05-28 19:07:11','','0','19','2025-05-28 19:07:11','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','191748448428','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1773,'','Cash','','2025-05-28 20:59:22','','0','19','2025-05-28 19:14:20','','750','750','1','retail','0','750','1','0','0','0','0','0','0','new',' ','','1','0','191748448857','No','19','2025-05-28 20:59:22','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1774,'','Cash','','2025-05-28 19:20:32','','0','19','2025-05-28 19:20:32','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','191748449188','No','','','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1775,'','Cash','','2025-05-28 21:07:04','','0','22','2025-05-28 19:23:26','','1160','1160','1','retail','0','1160','1','0','0','0','0','0','0','new',' ','','3','0','221748449402','No','22','2025-05-28 21:07:04','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1776,'','Cash','','2025-05-28 20:09:15','','0','19','2025-05-28 19:42:19','','500','500','1','retail','0','500','1','0','0','0','0','0','0','new',' ','','3','0','191748450527','No','19','2025-05-28 20:09:15','','','5','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1777,'','Cash','','2025-05-28 19:47:27','','0','19','2025-05-28 19:47:27','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','1','0','191748450843','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1778,'','Cash','','2025-05-28 20:11:47','','0','19','2025-05-28 20:11:47','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','191748452290','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1779,'','Cash','','2025-05-28 20:14:53','','0','19','2025-05-28 20:14:53','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','3','0','191748452423','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1780,'','Cash','','2025-05-28 20:31:55','','0','19','2025-05-28 20:18:31','','440','440','1','retail','0','440','1','0','0','0','0','0','0','new',' ','','3','0','191748452701','No','19','2025-05-28 20:31:55','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1781,'','Cash','','2025-05-28 22:15:37','','0','19','2025-05-28 20:54:25','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','191748454863','No','19','2025-05-28 22:15:37','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1782,'','Cash','','2025-05-28 21:01:42','','0','19','2025-05-28 21:01:42','','750','750','1','retail','0','750','1','0','0','0','0','0','0','new',' ','','3','0','191748455265','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1783,'','Cash','','2025-05-28 21:05:27','','0','19','2025-05-28 21:05:27','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','191748455526','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1784,'','Cash','','2025-05-28 21:11:15','','0','19','2025-05-28 21:11:15','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','191748455781','No','','','','','5','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1785,'','Cash','','2025-05-28 21:26:33','','0','19','2025-05-28 21:26:33','','690','690','1','retail','0','690','1','0','0','0','0','0','0','new',' ','','1','0','191748456539','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1786,'','Cash','','2025-05-28 21:36:11','','0','18','2025-05-28 21:36:11','','3820','3820','1','retail','0','3820','1','0','0','0','0','0','0','new',' ','','3','0','181748456915','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1787,'','Cash','','2025-05-28 22:05:47','','0','18','2025-05-28 22:05:47','','420','420','1','retail','0','420','1','0','0','0','0','0','0','new',' ','','1','0','181748459129','No','','','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1788,'','Cash','','2025-05-28 22:08:19','','0','18','2025-05-28 22:08:19','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','181748459288','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1789,'','Cash','','2025-05-28 23:12:54','','0','18','2025-05-28 23:11:52','','750','750','1','retail','0','750','1','0','0','0','0','0','0','new',' ','','1','0','181748463106','No','18','2025-05-28 23:12:54','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1790,'','Cash','','2025-05-28 23:14:18','','0','18','2025-05-28 23:14:18','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','1','0','181748463214','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1791,'','Cash','','2025-05-28 23:19:55','','0','18','2025-05-28 23:19:55','','830','830','1','retail','0','830','1','0','0','0','0','0','0','new',' ','','1','0','181748463412','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1792,'','Cash','','2025-05-28 23:21:50','','0','18','2025-05-28 23:21:50','','410','410','1','retail','0','410','1','0','0','0','0','0','0','new',' ','','3','0','181748463656','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1793,'','Cash','','2025-05-28 23:24:05','','0','18','2025-05-28 23:24:05','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','3','0','181748463755','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1794,'','Cash','','2025-05-29 09:41:16','','0','11','2025-05-29 09:34:13','','270','270','1','retail','0','270','1','0','0','0','0','0','0','new',' ','','1','0','111748500425','No','11','2025-05-29 09:41:16','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1795,'','Cash','','2025-05-29 09:34:58','','0','11','2025-05-29 09:34:58','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','111748500493','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1796,'','Cash','','2025-05-29 09:47:19','','0','11','2025-05-29 09:47:19','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','1','0','111748501213','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1797,'','Cash','','2025-05-29 11:52:12','','0','22','2025-05-29 10:17:00','','750','750','1','retail','0','750','1','0','0','0','0','0','0','new',' ','','1','0','221748503000','No','22','2025-05-29 11:52:12','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1798,'','Cash','','2025-05-29 10:28:09','','0','11','2025-05-29 10:28:09','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','111748503687','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1799,'','Cash','','2025-05-29 11:41:45','','0','22','2025-05-29 11:41:45','','90','90','1','retail','0','90','1','0','0','0','0','0','0','new',' ','','3','0','221748508076','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1800,'','Cash','','2025-05-29 14:34:03','','0','22','2025-05-29 11:44:52','','560','560','1','retail','0','560','1','0','0','0','0','0','0','new',' ','','1','0','221748508291','No','22','2025-05-29 14:34:03','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1801,'','Cash','','2025-05-29 12:37:50','','0','22','2025-05-29 12:37:50','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','221748511468','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1802,'','Cash','','2025-05-29 12:50:21','','0','22','2025-05-29 12:50:21','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','221748512219','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1803,'','Cash','','2025-05-29 13:04:57','','0','22','2025-05-29 13:04:19','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','221748513057','No','22','2025-05-29 13:04:57','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1804,'','Cash','','2025-05-29 13:05:49','','0','22','2025-05-29 13:05:49','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','221748513137','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1805,'','Cash','','2025-05-29 13:39:56','','0','11','2025-05-29 13:39:56','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','111748515194','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1806,'','Cash','','2025-05-29 13:53:57','','0','22','2025-05-29 13:53:57','','930','930','1','retail','0','930','1','0','0','0','0','0','0','printed',' ','','1','0','221748515938','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1807,'','Cash','','2025-05-29 14:26:13','','0','22','2025-05-29 13:56:07','','1030','1030','1','retail','0','1030','1','0','0','0','0','0','0','new',' ','','3','0','221748516104','No','22','2025-05-29 14:26:13','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1808,'','Cash','','2025-05-29 16:47:34','','0','11','2025-05-29 13:58:14','','750','750','1','retail','0','750','1','0','0','0','0','0','0','new',' ','','3','0','111748516292','No','11','2025-05-29 16:47:34','','','5','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1809,'','Cash','','2025-05-29 14:15:43','','0','22','2025-05-29 14:15:43','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','221748517341','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1810,'','Cash','','2025-05-29 14:31:58','','0','11','2025-05-29 14:28:26','','130','130','1','retail','0','130','1','0','0','0','0','0','0','new',' ','','3','0','111748518084','No','11','2025-05-29 14:31:58','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1811,'','Cash','','2025-05-29 14:36:43','','0','11','2025-05-29 14:36:43','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','111748518599','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1812,'','Cash','','2025-05-29 16:07:05','','0','11','2025-05-29 16:07:05','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','111748524023','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1813,'','Cash','','2025-05-29 16:07:41','','0','11','2025-05-29 16:07:41','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','1','0','111748524040','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1814,'','Cash','','2025-05-29 16:19:45','','0','11','2025-05-29 16:16:26','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','111748524581','No','11','2025-05-29 16:19:45','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1815,'','Cash','','2025-05-29 16:22:24','','0','22','2025-05-29 16:22:24','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','3','0','221748524937','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1816,'','Cash','','2025-05-30 12:34:43','','0','22','2025-05-29 16:44:59','','250','250','1','retail','0','250','1','0','0','0','0','0','0','printed',' ','','1','0','221748526298','No','22','2025-05-30 12:34:43','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1817,'','Cash','','2025-05-29 16:49:07','','0','11','2025-05-29 16:49:07','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','1','0','111748526534','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1818,'','Cash','','2025-05-29 17:24:15','','0','22','2025-05-29 17:24:15','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','1','0','221748528635','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1819,'','Cash','','2025-05-29 17:32:32','','0','11','2025-05-29 17:32:32','','330','330','1','retail','0','330','1','0','0','0','0','0','0','new',' ','','1','0','111748529002','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1820,'','Cash','','2025-05-29 17:34:50','','0','11','2025-05-29 17:34:50','','230','230','1','retail','0','230','1','0','0','0','0','0','0','new',' ','','1','0','111748529182','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1821,'','Cash','','2025-05-29 17:35:54','','0','11','2025-05-29 17:35:55','','110','110','1','retail','0','110','1','0','0','0','0','0','0','new',' ','','1','0','111748529329','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1822,'','Cash','','2025-05-29 17:37:37','','0','22','2025-05-29 17:37:37','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','1','0','221748529448','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1823,'','Cash','','2025-05-29 17:41:03','','0','11','2025-05-29 17:41:03','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','111748529629','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1824,'','Cash','','2025-05-29 17:53:32','','0','22','2025-05-29 17:53:32','','110','110','1','retail','0','110','1','0','0','0','0','0','0','new',' ','','1','0','221748530387','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1825,'','Cash','','2025-05-29 17:57:05','','0','11','2025-05-29 17:57:05','','220','220','1','retail','0','220','1','0','0','0','0','0','0','new',' ','','1','0','111748530579','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1826,'','Cash','','2025-05-30 12:29:19','','0','11','2025-05-30 12:29:19','','280','280','1','retail','0','280','1','0','0','0','0','0','0','new',' ','','1','0','111748597329','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1827,'','Cash','','2025-05-30 12:30:01','','0','11','2025-05-30 12:30:01','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','111748597398','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1828,'','Cash','','2025-05-30 12:40:04','','0','22','2025-05-30 12:40:04','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','221748598002','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1829,'','Cash','','2025-05-30 12:40:41','','0','22','2025-05-30 12:40:41','','600','600','1','retail','0','600','1','0','0','0','0','0','0','new',' ','','1','0','221748598034','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1830,'','Cash','','2025-05-30 12:43:05','','0','11','2025-05-30 12:43:05','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','111748598183','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1831,'','Cash','','2025-05-30 12:44:05','','0','11','2025-05-30 12:44:05','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','111748598221','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1832,'','Cash','','2025-05-30 17:38:22','','0','22','2025-05-30 17:38:22','','380','380','1','retail','0','380','1','0','0','0','0','0','0','new',' ','','1','0','221748615835','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1833,'','Cash','','2025-05-30 17:41:10','','0','22','2025-05-30 17:41:10','','650','650','1','retail','0','650','1','0','0','0','0','0','0','new',' ','','1','0','221748615982','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1834,'','Cash','','2025-05-30 18:11:49','','0','22','2025-05-30 17:42:28','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','1','0','221748616140','No','22','2025-05-30 18:11:49','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1835,'','Cash','','2025-05-30 17:47:43','','0','11','2025-05-30 17:47:43','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','3','0','111748616439','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1836,'','Cash','','2025-05-30 17:48:56','','0','11','2025-05-30 17:48:56','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','111748616534','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1837,'','Cash','','2025-05-30 17:49:48','','0','11','2025-05-30 17:49:48','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','111748616575','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1838,'','Cash','','2025-05-30 17:53:22','','0','11','2025-05-30 17:53:22','','460','460','1','retail','0','460','1','0','0','0','0','0','0','new',' ','','3','0','111748616683','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1839,'','Cash','','2025-05-30 17:59:13','','0','11','2025-05-30 17:59:13','','260','260','1','retail','0','260','1','0','0','0','0','0','0','new',' ','','3','0','111748617085','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1840,'','Cash','','2025-05-30 18:04:26','','0','11','2025-05-30 18:04:26','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','111748617380','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1841,'','Cash','','2025-05-30 18:05:10','','0','22','2025-05-30 18:05:10','','240','240','1','retail','0','240','1','0','0','0','0','0','0','new',' ','','1','0','221748617382','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1842,'','Cash','','2025-05-30 18:06:48','','0','11','2025-05-30 18:05:57','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','111748617533','No','11','2025-05-30 18:06:49','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1843,'','Cash','','2025-05-30 18:13:32','','0','22','2025-05-30 18:13:32','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','221748618006','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1844,'','Cash','','2025-05-30 18:26:02','','0','22','2025-05-30 18:26:02','','70','70','1','retail','0','70','1','0','0','0','0','0','0','new',' ','','1','0','221748618739','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1845,'','Cash','','2025-05-30 18:39:43','','0','11','2025-05-30 18:39:44','','360','360','1','retail','0','360','1','0','0','0','0','0','0','new',' ','','3','0','111748619568','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1846,'','Cash','','2025-05-30 18:41:55','','0','22','2025-05-30 18:41:55','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','1','0','221748619610','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1847,'','Cash','','2025-05-30 18:54:31','','0','11','2025-05-30 18:54:31','','330','330','1','retail','0','330','1','0','0','0','0','0','0','new',' ','','1','0','111748620439','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1848,'','Cash','','2025-05-30 19:49:12','','0','22','2025-05-30 19:49:12','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','221748623748','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1849,'','Cash','','2025-05-30 20:17:05','','0','11','2025-05-30 19:59:17','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','111748624345','No','11','2025-05-30 20:17:05','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1850,'','Cash','','2025-05-30 20:11:04','','0','22','2025-05-30 20:04:20','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','3','0','221748624658','No','22','2025-05-30 20:11:04','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1851,'','Cash','','2025-05-30 20:15:04','','0','22','2025-05-30 20:08:57','','460','460','1','retail','0','460','1','0','0','0','0','0','0','new',' ','','3','0','221748624872','No','22','2025-05-30 20:15:04','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1852,'','Cash','','2025-05-30 20:33:00','','0','11','2025-05-30 20:24:36','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','111748625872','No','11','2025-05-30 20:33:00','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1853,'','Cash','','2025-05-30 20:34:06','','0','11','2025-05-30 20:34:06','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','111748626432','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1854,'','Cash','','2025-05-30 20:41:39','','0','22','2025-05-30 20:41:39','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','221748626898','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1855,'','Cash','','2025-05-30 20:55:14','','0','11','2025-05-30 20:55:14','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','111748627712','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1856,'','Cash','','2025-05-30 21:11:22','','0','11','2025-05-30 21:11:22','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','111748628680','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1857,'','Cash','','2025-05-30 21:37:06','','0','18','2025-05-30 21:34:00','','470','470','1','retail','0','470','1','0','0','0','0','0','0','new',' ','','1','0','181748630030','No','18','2025-05-30 21:37:06','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1858,'','Cash','','2025-05-30 22:03:21','','0','18','2025-05-30 22:03:21','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','181748631795','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1859,'','Cash','','2025-05-30 23:00:26','','0','18','2025-05-30 22:36:29','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181748633788','No','18','2025-05-30 23:00:26','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1860,'','Cash','','2025-05-31 08:25:21','','0','18','2025-05-31 08:25:21','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181748669120','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1861,'','Cash','','2025-05-31 10:13:00','','0','22','2025-05-31 10:13:00','','90','90','1','retail','0','90','1','0','0','0','0','0','0','new',' ','','3','0','221748675555','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1862,'','Cash','','2025-05-31 10:31:03','','0','11','2025-05-31 10:31:03','','90','90','1','retail','0','90','1','0','0','0','0','0','0','new',' ','','1','0','111748676643','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1863,'','Cash','','2025-05-31 15:41:16','','0','22','2025-05-31 11:10:24','','440','440','1','retail','0','440','1','0','0','0','0','0','0','new',' ','','3','0','221748679022','No','22','2025-05-31 15:41:16','','','5','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1864,'','Cash','','2025-05-31 11:12:10','','0','22','2025-05-31 11:12:10','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','3','0','221748679125','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1865,'','Cash','','2025-05-31 11:15:58','','0','11','2025-05-31 11:15:58','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','1','0','111748679334','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1866,'','Cash','','2025-05-31 11:56:30','','0','11','2025-05-31 11:56:30','','360','360','1','retail','0','360','1','0','0','0','0','0','0','new',' ','','1','0','111748681753','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1867,'','Cash','','2025-05-31 12:15:33','','0','11','2025-05-31 12:15:33','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','111748682922','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1868,'','Cash','','2025-05-31 12:17:18','','0','11','2025-05-31 12:17:18','','450','450','1','retail','0','450','1','0','0','0','0','0','0','new',' ','','1','0','111748682971','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1869,'','Cash','','2025-05-31 13:40:50','','0','22','2025-05-31 12:17:18','','290','290','1','retail','0','290','1','0','0','0','0','0','0','new',' ','','1','0','221748682978','No','22','2025-05-31 13:40:50','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1870,'','Cash','','2025-05-31 12:20:54','','0','11','2025-05-31 12:20:54','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','111748683252','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1871,'','Cash','','2025-05-31 12:27:04','','0','11','2025-05-31 12:27:04','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','111748683622','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1872,'','Cash','','2025-05-31 12:36:18','','0','22','2025-05-31 12:36:18','','600','600','1','retail','0','600','1','0','0','0','0','0','0','new',' ','','3','0','221748684067','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1873,'','Cash','','2025-05-31 13:02:48','','0','11','2025-05-31 13:02:48','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','111748685765','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1874,'','Cash','','2025-05-31 13:14:46','','0','11','2025-05-31 13:14:46','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','111748686483','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1875,'','Cash','','2025-05-31 13:34:39','','0','11','2025-05-31 13:34:39','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','111748687304','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1876,'','Cash','','2025-05-31 13:50:48','','0','22','2025-05-31 13:50:48','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','221748688646','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1877,'','Cash','','2025-05-31 13:59:45','','0','22','2025-05-31 13:59:45','','110','110','1','retail','0','110','1','0','0','0','0','0','0','new',' ','','1','0','221748689166','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1878,'','Cash','','2025-05-31 14:26:36','','0','11','2025-05-31 14:26:36','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','111748690770','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1879,'','Cash','','2025-05-31 14:35:06','','0','11','2025-05-31 14:35:06','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','111748691304','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1880,'','Cash','','2025-05-31 14:43:03','','0','22','2025-05-31 14:43:03','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','221748691741','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1881,'','Cash','','2025-05-31 15:29:48','','0','11','2025-05-31 14:46:06','','600','600','1','retail','0','600','1','0','0','0','0','0','0','new',' ','','3','0','111748691938','No','11','2025-05-31 15:29:48','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1882,'','Cash','','2025-05-31 15:10:44','','0','22','2025-05-31 15:10:44','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','221748693440','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1883,'','Cash','','2025-05-31 15:25:52','','0','11','2025-05-31 15:25:52','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','111748694349','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1884,'','Cash','','2025-05-31 15:44:27','','0','22','2025-05-31 15:44:27','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','1','0','221748695466','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1885,'','Cash','','2025-05-31 16:40:08','','0','22','2025-05-31 16:23:11','','500','500','1','retail','0','500','1','0','0','0','0','0','0','new',' ','','3','0','221748697786','No','22','2025-05-31 16:40:08','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1886,'','Cash','','2025-05-31 17:45:09','','0','22','2025-05-31 17:11:25','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','3','0','221748700678','No','22','2025-05-31 17:45:09','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1887,'','Cash','','2025-05-31 17:18:26','','0','11','2025-05-31 17:18:26','','420','420','1','retail','0','420','1','0','0','0','0','0','0','new',' ','','1','0','111748700357','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1888,'','Cash','','2025-05-31 17:38:40','','0','11','2025-05-31 17:38:40','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','111748702314','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1889,'','Cash','','2025-05-31 17:50:21','','0','11','2025-05-31 17:39:47','','320','320','1','retail','0','320','1','0','0','0','0','0','0','new',' ','','1','0','111748702373','No','11','2025-05-31 17:50:21','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1890,'','Cash','','2025-05-31 17:48:19','','0','22','2025-05-31 17:48:19','','450','450','1','retail','0','450','1','0','0','0','0','0','0','new',' ','','1','0','221748702880','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1891,'','Cash','','2025-05-31 17:55:10','','0','11','2025-05-31 17:55:10','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','3','0','111748703307','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1892,'','Cash','','2025-05-31 19:14:59','','0','11','2025-05-31 18:07:07','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','3','0','111748704022','No','11','2025-05-31 19:14:59','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1893,'','Cash','','2025-05-31 18:17:50','','0','11','2025-05-31 18:17:50','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','111748704667','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1894,'','Cash','','2025-05-31 18:20:50','','0','22','2025-05-31 18:20:50','','110','110','1','retail','0','110','1','0','0','0','0','0','0','new',' ','','3','0','221748704817','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1895,'','Cash','','2025-05-31 18:23:19','','0','22','2025-05-31 18:23:19','','110','110','1','retail','0','110','1','0','0','0','0','0','0','new',' ','','1','0','221748704971','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1896,'','Cash','','2025-05-31 18:51:23','','0','11','2025-05-31 18:24:10','','530','530','1','retail','0','530','1','0','0','0','0','0','0','new',' ','','1','0','111748705020','No','11','2025-05-31 18:51:23','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1897,'','Cash','','2025-05-31 18:43:08','','0','22','2025-05-31 18:24:48','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','3','0','221748705084','No','22','2025-05-31 18:43:08','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1898,'','Cash','','2025-05-31 18:29:58','','0','22','2025-05-31 18:29:58','','110','110','1','retail','0','110','1','0','0','0','0','0','0','new',' ','','1','0','221748705358','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1899,'','Cash','','2025-05-31 18:52:29','','0','11','2025-05-31 18:37:57','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','1','0','111748705865','No','11','2025-05-31 18:52:29','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1900,'','Cash','','2025-05-31 18:45:19','','0','22','2025-05-31 18:45:19','','110','110','1','retail','0','110','1','0','0','0','0','0','0','new',' ','','3','0','221748706272','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1901,'','Cash','','2025-05-31 18:53:04','','0','11','2025-05-31 18:53:04','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','111748706781','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1902,'','Cash','','2025-05-31 21:09:02','','0','11','2025-05-31 19:03:17','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','111748707359','No','11','2025-05-31 21:09:02','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1903,'','Cash','','2025-05-31 19:16:18','','0','22','2025-05-31 19:16:18','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','3','0','221748708176','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1904,'','Cash','','2025-05-31 19:30:19','','0','22','2025-05-31 19:22:05','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','3','0','221748708502','No','22','2025-05-31 19:30:19','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1905,'','Cash','','2025-05-31 19:51:23','','0','22','2025-05-31 19:51:23','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','3','0','221748710270','No','','','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1906,'','Cash','','2025-05-31 20:13:39','','0','22','2025-05-31 20:13:39','','40','40','1','retail','0','40','1','0','0','0','0','0','0','new',' ','','1','0','221748711614','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1907,'','Cash','','2025-05-31 20:23:10','','0','11','2025-05-31 20:18:14','','170','170','1','retail','0','170','1','0','0','0','0','0','0','new',' ','','1','0','111748711875','No','11','2025-05-31 20:23:10','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1908,'','Cash','','2025-05-31 20:21:05','','0','11','2025-05-31 20:21:05','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','1','0','111748712023','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1909,'','Cash','','2025-05-31 21:36:57','','0','19','2025-05-31 21:26:18','','630','630','1','retail','0','630','1','0','0','0','0','0','0','new',' ','','1','0','191748715931','No','19','2025-05-31 21:36:57','','','6','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1910,'','Cash','','2025-05-31 21:39:59','','0','19','2025-05-31 21:39:59','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','191748716792','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1911,'','Cash','','2025-06-01 10:13:40','','0','18','2025-06-01 10:13:40','','120','120','1','retail','0','120','1','0','0','0','0','0','0','new',' ','','1','0','181748761990','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1912,'','Cash','','2025-06-01 11:37:52','','0','18','2025-06-01 11:37:52','','500','500','1','retail','0','500','1','0','0','0','0','0','0','new',' ','','1','0','181748766998','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1913,'','Cash','','2025-06-01 13:05:17','','0','18','2025-06-01 13:05:17','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','1','0','181748772274','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1914,'','Cash','','2025-06-01 13:51:46','','0','18','2025-06-01 13:51:46','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','181748775104','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1915,'','Cash','','2025-06-01 13:52:19','','0','18','2025-06-01 13:52:19','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','1','0','181748775128','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1916,'','Cash','','2025-06-01 14:28:33','','0','18','2025-06-01 14:28:33','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181748777312','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1917,'','Cash','','2025-06-01 14:36:34','','0','11','2025-06-01 14:36:34','','1550','1550','1','retail','0','1550','1','0','0','0','0','0','0','new',' ','','3','0','111748777642','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1918,'','Cash','','2025-06-01 15:48:45','','0','11','2025-06-01 15:48:45','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','1','0','111748782122','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1919,'','Cash','','2025-06-01 15:53:40','','0','11','2025-06-01 15:53:40','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','1','0','111748782400','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1920,'','Cash','','2025-06-01 16:09:50','','0','11','2025-06-01 16:09:50','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','111748783332','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1921,'','Cash','','2025-06-01 17:47:01','','0','11','2025-06-01 17:26:54','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','111748787995','No','11','2025-06-01 17:47:01','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1922,'','Cash','','2025-06-01 17:33:20','','0','11','2025-06-01 17:33:20','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','3','0','111748788376','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1923,'','Cash','','2025-06-01 17:43:21','','0','18','2025-06-01 17:43:21','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181748788999','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1924,'','Cash','','2025-06-01 18:06:37','','0','11','2025-06-01 18:06:37','','1210','1210','1','retail','0','1210','1','0','0','0','0','0','0','new',' ','','1','0','111748790290','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1925,'','Cash','','2025-06-01 18:16:33','','0','18','2025-06-01 18:16:33','','550','550','1','retail','0','550','1','0','0','0','0','0','0','new',' ','','3','0','181748790896','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1926,'','Cash','','2025-06-01 18:18:49','','0','11','2025-06-01 18:18:49','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','111748791125','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1927,'','Cash','','2025-06-01 18:35:41','','0','11','2025-06-01 18:19:46','','550','550','1','retail','0','550','1','0','0','0','0','0','0','new',' ','','1','0','111748791162','No','11','2025-06-01 18:35:41','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1928,'','Cash','','2025-06-01 18:38:42','','0','18','2025-06-01 18:19:55','','430','430','1','retail','0','430','1','0','0','0','0','0','0','new',' ','','1','0','181748791193','No','18','2025-06-01 18:38:42','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1929,'','Cash','','2025-06-01 18:20:31','','0','11','2025-06-01 18:20:31','','70','70','1','retail','0','70','1','0','0','0','0','0','0','new',' ','','1','0','111748791214','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1930,'','Cash','','2025-06-01 18:20:48','','0','18','2025-06-01 18:20:48','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','1','0','181748791226','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1931,'','Cash','','2025-06-01 18:47:53','','0','11','2025-06-01 18:47:53','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','111748792870','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1932,'','Cash','','2025-06-01 19:00:33','','0','11','2025-06-01 19:00:33','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','111748793631','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1933,'','Cash','','2025-06-01 19:03:00','','0','18','2025-06-01 19:03:00','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','3','0','181748793768','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1934,'','Cash','','2025-06-01 19:16:51','','0','11','2025-06-01 19:16:51','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','111748794602','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1935,'','Cash','','2025-06-01 19:28:24','','0','11','2025-06-01 19:28:24','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','111748795274','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1936,'','Cash','','2025-06-01 19:34:06','','0','11','2025-06-01 19:34:06','','110','110','1','retail','0','110','1','0','0','0','0','0','0','new',' ','','1','0','111748795557','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1937,'','Cash','','2025-06-01 19:39:30','','0','18','2025-06-01 19:39:30','','450','450','1','retail','0','450','1','0','0','0','0','0','0','new',' ','','3','0','181748795944','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1938,'','Cash','','2025-06-01 19:45:33','','0','18','2025-06-01 19:45:33','','220','220','1','retail','0','220','1','0','0','0','0','0','0','new',' ','','1','0','181748796116','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1939,'','Cash','','2025-06-01 19:56:22','','0','18','2025-06-01 19:56:22','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','3','0','181748796977','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1940,'','Cash','','2025-06-01 19:58:33','','0','11','2025-06-01 19:58:33','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','111748797051','No','','','','','5','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1941,'','Cash','','2025-06-01 19:59:39','','0','11','2025-06-01 19:59:39','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','111748797174','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1942,'','Cash','','2025-06-01 20:15:15','','0','11','2025-06-01 20:08:02','','120','120','1','retail','0','120','1','0','0','0','0','0','0','new',' ','','1','0','111748797656','No','11','2025-06-01 20:15:15','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1943,'','Cash','','2025-06-01 20:13:57','','0','11','2025-06-01 20:13:57','','510','510','1','retail','0','510','1','0','0','0','0','0','0','new',' ','','1','0','111748797929','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1944,'','Cash','','2025-06-01 20:22:08','','0','18','2025-06-01 20:22:08','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','181748798526','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1945,'','Cash','','2025-06-01 20:46:30','','0','18','2025-06-01 20:46:30','','650','650','1','retail','0','650','1','0','0','0','0','0','0','new',' ','','1','0','181748799985','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1946,'','Cash','','2025-06-01 21:15:28','','0','19','2025-06-01 21:00:35','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','191748800833','No','19','2025-06-01 21:15:28','','','5','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1947,'','Cash','','2025-06-01 21:09:33','','0','19','2025-06-01 21:09:33','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','191748801371','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1948,'','Cash','','2025-06-01 21:20:21','','0','18','2025-06-01 21:20:21','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','1','0','181748801983','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1949,'','Cash','','2025-06-01 21:21:20','','0','18','2025-06-01 21:21:20','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','181748802078','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1950,'','Cash','','2025-06-01 22:21:02','','0','22','2025-06-01 22:21:02','','210','210','1','retail','0','210','1','0','0','0','0','0','0','new',' ','','1','0','221748805648','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1951,'','Cash','','2025-06-01 23:28:30','','0','22','2025-06-01 23:28:30','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','221748809709','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1952,'','Cash','','2025-06-02 06:55:06','','0','22','2025-06-02 06:55:06','','120','120','1','retail','0','120','1','0','0','0','0','0','0','new',' ','','1','0','221748836476','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1953,'','Cash','','2025-06-02 07:38:00','','0','22','2025-06-02 07:38:00','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','221748839079','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1954,'','Cash','','2025-06-02 08:02:07','','0','22','2025-06-02 08:02:07','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','221748840519','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1955,'','Cash','','2025-06-02 09:24:26','','0','11','2025-06-02 09:24:26','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','111748845464','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1956,'','Cash','','2025-06-02 09:33:09','','0','11','2025-06-02 09:33:09','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','111748845987','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1957,'','Cash','','2025-06-02 11:21:56','','0','18','2025-06-02 10:49:48','','590','590','1','retail','0','590','1','0','0','0','0','0','0','new',' ','','1','0','181748850564','No','18','2025-06-02 11:21:56','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1958,'','Cash','','2025-06-02 11:10:57','','0','18','2025-06-02 11:10:57','','2550','2550','1','retail','0','2550','1','0','0','0','0','0','0','new',' ','','1','0','181748851549','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1959,'','Cash','','2025-06-02 11:35:56','','0','18','2025-06-02 11:35:56','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','1','0','181748853331','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1960,'','Cash','','2025-06-02 11:38:08','','0','18','2025-06-02 11:38:08','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','181748853486','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1961,'','Cash','','2025-06-02 11:56:02','','0','18','2025-06-02 11:56:02','','230','230','1','retail','0','230','1','0','0','0','0','0','0','new',' ','','1','0','181748854528','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1962,'','Cash','','2025-06-02 11:56:24','','0','18','2025-06-02 11:56:24','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','181748854581','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1963,'','Cash','','2025-06-02 12:02:47','','0','18','2025-06-02 12:02:47','','190','190','1','retail','0','190','1','0','0','0','0','0','0','new',' ','','1','0','181748854939','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1964,'','Cash','','2025-06-02 12:14:17','','0','18','2025-06-02 12:14:17','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','181748855639','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1965,'','Cash','','2025-06-02 13:10:35','','0','18','2025-06-02 13:10:35','','380','380','1','retail','0','380','1','0','0','0','0','0','0','new',' ','','1','0','181748859028','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1966,'','Cash','','2025-06-02 13:10:59','','0','18','2025-06-02 13:10:59','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','181748859056','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1967,'','Cash','','2025-06-02 13:47:51','','0','18','2025-06-02 13:47:51','','8850','8850','1','retail','0','8850','1','0','0','0','0','0','0','new',' ','','1','0','181748859351','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1968,'','Cash','','2025-06-02 13:51:30','','0','18','2025-06-02 13:51:30','','210','210','1','retail','0','210','1','0','0','0','0','0','0','new',' ','','1','0','181748861473','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1969,'','Cash','','2025-06-02 14:42:37','','0','19','2025-06-02 14:11:40','','1040','1040','1','retail','0','1040','1','0','0','0','0','0','0','new',' ','','3','0','191748862659','No','19','2025-06-02 14:42:37','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1970,'','Cash','','2025-06-02 14:28:33','','0','19','2025-06-02 14:28:33','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','1','0','191748863711','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1971,'','Cash','','2025-06-02 15:13:52','','0','19','2025-06-02 15:13:52','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','191748866428','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1972,'','Cash','','2025-06-02 15:26:44','','0','19','2025-06-02 15:26:44','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','191748867153','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1973,'','Cash','','2025-06-02 15:29:28','','0','19','2025-06-02 15:29:28','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','191748867366','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1974,'','Cash','','2025-06-02 16:11:04','','0','19','2025-06-02 16:11:04','','980','980','1','retail','0','980','1','0','0','0','0','0','0','new',' ','','1','0','191748869411','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1975,'','Cash','','2025-06-02 16:19:31','','0','19','2025-06-02 16:19:31','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','191748870340','No','','','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1976,'','Cash','','2025-06-02 16:36:54','','0','19','2025-06-02 16:36:54','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','191748871409','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1977,'','Cash','','2025-06-02 16:39:37','','0','19','2025-06-02 16:39:37','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','191748871575','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1978,'','Cash','','2025-06-02 16:44:42','','0','19','2025-06-02 16:44:42','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','191748871880','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1979,'','Cash','','2025-06-02 16:52:59','','0','18','2025-06-02 16:52:59','','240','240','1','retail','0','240','1','0','0','0','0','0','0','new',' ','','3','0','181748872369','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1980,'','Cash','','2025-06-02 16:54:04','','0','18','2025-06-02 16:54:04','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','1','0','181748872427','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1981,'','Cash','','2025-06-02 16:57:37','','0','19','2025-06-02 16:57:37','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','191748872647','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1982,'','Cash','','2025-06-02 17:03:07','','0','18','2025-06-02 17:03:07','','370','370','1','retail','0','370','1','0','0','0','0','0','0','new',' ','','1','0','181748872889','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1983,'','Cash','','2025-06-02 17:11:13','','0','19','2025-06-02 17:11:13','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','191748873461','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1984,'','Cash','','2025-06-02 17:16:42','','0','19','2025-06-02 17:16:42','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','191748873785','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1985,'','Cash','','2025-06-02 17:26:09','','0','18','2025-06-02 17:26:09','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','181748874364','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1986,'','Cash','','2025-06-02 17:31:35','','0','19','2025-06-02 17:31:35','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','191748874689','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1987,'','Cash','','2025-06-02 17:55:50','','0','18','2025-06-02 17:55:50','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181748876148','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1988,'','Cash','','2025-06-02 17:57:55','','0','18','2025-06-02 17:57:55','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','181748876272','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1989,'','Cash','','2025-06-02 18:04:24','','0','18','2025-06-02 18:04:24','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','181748876659','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1990,'','Cash','','2025-06-02 18:13:38','','0','18','2025-06-02 18:13:38','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','181748877205','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1991,'','Cash','','2025-06-02 18:38:36','','0','18','2025-06-02 18:38:36','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','181748878689','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1992,'','Cash','','2025-06-02 19:19:08','','0','19','2025-06-02 19:08:04','','280','280','1','retail','0','280','1','0','0','0','0','0','0','new',' ','','1','0','191748880480','No','19','2025-06-02 19:19:08','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1993,'','Cash','','2025-06-02 19:42:23','','0','18','2025-06-02 19:36:15','','370','370','1','retail','0','370','1','0','0','0','0','0','0','new',' ','','3','0','181748881997','No','18','2025-06-02 19:42:23','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1994,'','Cash','','2025-06-02 19:50:01','','0','19','2025-06-02 19:45:21','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','191748882717','No','19','2025-06-02 19:50:01','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1995,'','Cash','','2025-06-02 19:48:55','','0','18','2025-06-02 19:48:55','','600','600','1','retail','0','600','1','0','0','0','0','0','0','new',' ','','1','0','181748882874','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1996,'','Cash','','2025-06-02 19:56:49','','0','18','2025-06-02 19:56:49','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','181748883393','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1997,'','Cash','','2025-06-02 20:40:17','','0','18','2025-06-02 20:08:11','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','3','0','181748884082','No','18','2025-06-02 20:40:17','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1998,'','Cash','','2025-06-02 20:15:32','','0','19','2025-06-02 20:15:32','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','191748884520','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(1999,'','Cash','','2025-06-02 21:09:43','','0','19','2025-06-02 20:50:02','','480','480','1','retail','0','480','1','0','0','0','0','0','0','new',' ','','1','0','191748886595','No','19','2025-06-02 21:09:43','','','5','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2000,'','Cash','','2025-06-02 21:11:48','','0','18','2025-06-02 21:04:05','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','1','0','181748887444','No','18','2025-06-02 21:11:48','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2001,'','Cash','','2025-06-02 21:22:56','','0','19','2025-06-02 21:22:56','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','191748888574','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2002,'','Cash','','2025-06-02 21:51:02','','0','18','2025-06-02 21:51:02','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','181748890256','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2003,'','Cash','','2025-06-02 22:37:50','','0','22','2025-06-02 22:37:50','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','221748893069','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2004,'','Cash','','2025-06-03 07:07:13','','0','22','2025-06-03 07:07:13','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','221748923632','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2005,'','Cash','','2025-06-03 10:35:44','','0','11','2025-06-03 09:08:30','','270','270','1','retail','0','270','1','0','0','0','0','0','0','new',' ','','3','0','111748930874','No','11','2025-06-03 10:35:44','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2006,'','Cash','','2025-06-03 12:58:29','','0','11','2025-06-03 12:58:29','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','3','0','111748944652','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2007,'','Cash','','2025-06-03 12:59:11','','0','11','2025-06-03 12:59:11','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','111748944749','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2008,'','Cash','','2025-06-03 13:00:22','','0','11','2025-06-03 13:00:22','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','1','0','111748944781','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2009,'','Cash','','2025-06-03 13:44:26','','0','11','2025-06-03 13:44:26','','380','380','1','retail','0','380','1','0','0','0','0','0','0','new',' ','','1','0','111748947445','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2010,'','Cash','','2025-06-03 13:59:15','','0','11','2025-06-03 13:59:15','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','1','0','111748948176','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2011,'','Cash','','2025-06-03 14:59:15','','0','11','2025-06-03 14:59:15','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','111748951952','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2012,'','Cash','','2025-06-03 15:01:14','','0','11','2025-06-03 15:01:14','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','111748952008','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2013,'','Cash','','2025-06-03 15:16:04','','0','11','2025-06-03 15:04:07','','970','970','1','retail','0','970','1','0','0','0','0','0','0','new',' ','','3','0','111748952218','No','11','2025-06-03 15:16:04','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2014,'','Cash','','2025-06-03 15:05:15','','0','11','2025-06-03 15:05:15','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','111748952293','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2015,'','Cash','','2025-06-03 15:25:06','','0','11','2025-06-03 15:25:06','','610','610','1','retail','0','610','1','0','0','0','0','0','0','new',' ','','1','0','111748953469','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2016,'','Cash','','2025-06-03 16:54:10','','0','11','2025-06-03 15:35:08','','230','230','1','retail','0','230','1','0','0','0','0','0','0','new',' ','','1','0','111748954066','No','11','2025-06-03 16:54:10','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2017,'','Cash','','2025-06-03 15:43:52','','0','22','2025-06-03 15:38:37','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','1','0','221748954314','No','22','2025-06-03 15:43:52','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2018,'','Cash','','2025-06-03 16:10:37','','0','22','2025-06-03 16:10:38','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','221748955894','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2019,'','Cash','','2025-06-03 16:48:05','','0','11','2025-06-03 16:48:05','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','1','0','111748958461','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2020,'','Cash','','2025-06-03 17:02:43','','0','22','2025-06-03 17:02:43','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','221748959361','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2021,'','Cash','','2025-06-03 18:19:08','','0','11','2025-06-03 17:04:31','','160','160','1','retail','0','160','1','0','0','0','0','0','0','new',' ','','3','0','111748959433','No','11','2025-06-03 18:19:08','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2022,'','Cash','','2025-06-03 18:06:33','','0','22','2025-06-03 18:06:33','','260','260','1','retail','0','260','1','0','0','0','0','0','0','new',' ','','1','0','221748963125','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2023,'','Cash','','2025-06-03 19:46:17','','0','22','2025-06-03 18:29:43','','500','500','1','retail','0','500','1','0','0','0','0','0','0','new',' ','','1','0','221748964580','No','22','2025-06-03 19:46:17','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2024,'','Cash','','2025-06-03 18:47:05','','0','11','2025-06-03 18:47:05','','320','320','1','retail','0','320','1','0','0','0','0','0','0','new',' ','','1','0','111748965543','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2025,'','Cash','','2025-06-03 18:50:20','','0','11','2025-06-03 18:50:20','','270','270','1','retail','0','270','1','0','0','0','0','0','0','new',' ','','1','0','111748965766','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2026,'','Cash','','2025-06-03 18:54:15','','0','22','2025-06-03 18:54:15','','620','620','1','retail','0','620','1','0','0','0','0','0','0','new',' ','','1','0','221748965939','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2027,'','Cash','','2025-06-03 19:06:51','','0','22','2025-06-03 19:06:51','','120','120','1','retail','0','120','1','0','0','0','0','0','0','new',' ','','1','0','221748966799','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2028,'','Cash','','2025-06-03 20:23:32','','0','22','2025-06-03 19:22:59','','510','510','1','retail','0','510','1','0','0','0','0','0','0','new',' ','','1','0','221748967589','No','22','2025-06-03 20:23:32','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2029,'','Cash','','2025-06-03 19:42:18','','0','22','2025-06-03 19:25:31','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','1','0','221748967928','No','22','2025-06-03 19:42:18','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2030,'','Cash','','2025-06-03 19:50:52','','0','11','2025-06-03 19:50:52','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','111748969439','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2031,'','Cash','','2025-06-03 20:31:50','','0','22','2025-06-03 20:31:50','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','1','0','221748971887','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2032,'','Cash','','2025-06-03 20:47:39','','0','22','2025-06-03 20:47:39','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','1','0','221748972722','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2033,'','Cash','','2025-06-03 21:03:26','','0','22','2025-06-03 21:03:26','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','221748973777','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2034,'','Cash','','2025-06-03 21:10:06','','0','22','2025-06-03 21:10:06','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','221748974204','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2035,'','Cash','','2025-06-03 21:11:43','','0','18','2025-06-03 21:11:43','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','181748974301','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2036,'','Cash','','2025-06-03 21:19:46','','0','18','2025-06-03 21:19:46','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','1','0','181748974785','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2037,'','Cash','','2025-06-03 22:09:16','','0','18','2025-06-03 22:09:16','','160','160','1','retail','0','160','1','0','0','0','0','0','0','new',' ','','3','0','181748977745','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2038,'','Cash','','2025-06-04 09:11:46','','0','19','2025-06-04 09:11:46','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','191749017505','No','','','','','5','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2039,'','Cash','','2025-06-04 09:30:23','','0','19','2025-06-04 09:30:23','','90','90','1','retail','0','90','1','0','0','0','0','0','0','new',' ','','1','0','191749018596','No','','','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2040,'','Cash','','2025-06-04 09:50:45','','0','19','2025-06-04 09:50:45','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','1','0','191749019700','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2041,'','Cash','','2025-06-04 10:11:35','','0','19','2025-06-04 10:11:35','','260','260','1','retail','0','260','1','0','0','0','0','0','0','new',' ','','1','0','191749021069','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2042,'','Cash','','2025-06-04 10:12:56','','0','19','2025-06-04 10:12:56','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','191749021174','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2043,'','Cash','','2025-06-04 11:41:25','','0','19','2025-06-04 11:41:25','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','191749026464','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2044,'','Cash','','2025-06-04 12:05:33','','0','19','2025-06-04 12:05:33','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','191749027931','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2045,'','Cash','','2025-06-04 12:54:09','','0','11','2025-06-04 12:54:09','','220','220','1','retail','0','220','1','0','0','0','0','0','0','new',' ','','1','0','111749030698','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2046,'','Cash','','2025-06-04 13:48:39','','0','19','2025-06-04 13:48:39','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','1','0','191749034049','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2047,'','Cash','','2025-06-04 13:50:38','','0','11','2025-06-04 13:50:38','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','3','0','111749034215','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2048,'','Cash','','2025-06-04 14:05:26','','0','19','2025-06-04 14:05:26','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','191749035120','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2049,'','Cash','','2025-06-04 14:09:35','','0','11','2025-06-04 14:09:35','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','111749035356','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2050,'','Cash','','2025-06-04 14:48:56','','0','19','2025-06-04 14:27:14','','560','560','1','retail','0','560','1','0','0','0','0','0','0','new',' ','','3','0','191749035853','No','19','2025-06-04 14:48:56','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2051,'','Cash','','2025-06-04 15:18:42','','0','19','2025-06-04 14:50:16','','680','680','1','retail','0','680','1','0','0','0','0','0','0','new',' ','','3','0','191749037783','No','19','2025-06-04 15:18:42','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2052,'','Cash','','2025-06-04 15:25:43','','0','11','2025-06-04 14:57:34','','500','500','1','retail','0','500','1','0','0','0','0','0','0','new',' ','','1','0','111749038090','No','11','2025-06-04 15:25:43','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2053,'','Cash','','2025-06-04 15:35:02','','0','11','2025-06-04 15:35:02','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','111749040499','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2054,'','Cash','','2025-06-04 16:06:57','','0','19','2025-06-04 16:06:57','','380','380','1','retail','0','380','1','0','0','0','0','0','0','new',' ','','1','0','191749042183','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2055,'','Cash','','2025-06-04 16:15:04','','0','11','2025-06-04 16:10:17','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','111749042615','No','11','2025-06-04 16:15:04','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2056,'','Cash','','2025-06-04 21:07:05','','0','19','2025-06-04 16:13:37','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','191749042815','No','19','2025-06-04 21:07:05','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2057,'','Cash','','2025-06-04 17:20:53','','0','19','2025-06-04 17:20:53','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','191749046849','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2058,'','Cash','','2025-06-04 17:22:20','','0','19','2025-06-04 17:22:20','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','191749046929','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2059,'','Cash','','2025-06-04 17:35:38','','0','5','2025-06-04 17:35:38','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','51749047715','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2060,'','Cash','','2025-06-04 17:37:50','','0','5','2025-06-04 17:37:50','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','51749047865','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2061,'','Cash','','2025-06-04 17:53:23','','0','5','2025-06-04 17:53:23','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','51749048776','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2062,'','Cash','','2025-06-04 20:08:54','','0','12','2025-06-04 20:08:54','','580','580','1','retail','0','580','1','0','0','0','0','0','0','new',' ','','1','0','121749056685','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2063,'','Cash','','2025-06-04 20:15:19','','0','11','2025-06-04 20:13:28','','650','650','1','retail','0','650','1','0','0','0','0','0','0','new',' ','','1','0','111749057081','No','11','2025-06-04 20:15:19','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2064,'','Cash','','2025-06-04 20:29:04','','0','11','2025-06-04 20:29:04','','490','490','1','retail','0','490','1','0','0','0','0','0','0','new',' ','','1','0','111749058080','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2065,'','Cash','','2025-06-04 20:50:06','','0','11','2025-06-04 20:31:18','','290','290','1','retail','0','290','1','0','0','0','0','0','0','new',' ','','3','0','111749058224','No','11','2025-06-04 20:50:06','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2066,'','Cash','','2025-06-04 20:34:01','','0','12','2025-06-04 20:34:01','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','121749058438','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2067,'','Cash','','2025-06-04 20:36:21','','0','12','2025-06-04 20:36:21','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','121749058579','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2068,'','Cash','','2025-06-04 20:40:24','','0','5','2025-06-04 20:40:24','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','51749058822','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2069,'','Cash','','2025-06-04 20:52:43','','0','11','2025-06-04 20:52:43','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','111749059561','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2070,'','Cash','','2025-06-04 20:54:38','','0','11','2025-06-04 20:54:38','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','1','0','111749059658','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2071,'','Cash','','2025-06-04 21:07:38','','0','19','2025-06-04 21:07:38','','110','110','1','retail','0','110','1','0','0','0','0','0','0','new',' ','','1','0','191749060445','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2072,'','Cash','','2025-06-04 21:09:41','','0','19','2025-06-04 21:09:41','','310','310','1','retail','0','310','1','0','0','0','0','0','0','new',' ','','3','0','191749060478','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2073,'','Cash','','2025-06-04 21:10:08','','0','19','2025-06-04 21:10:08','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','3','0','191749060602','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2074,'','Cash','','2025-06-04 21:10:54','','0','19','2025-06-04 21:10:54','','360','360','1','retail','0','360','1','0','0','0','0','0','0','new',' ','','3','0','191749060627','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2075,'','Cash','','2025-06-04 21:12:00','','0','19','2025-06-04 21:12:00','','850','850','1','retail','0','850','1','0','0','0','0','0','0','new',' ','','3','0','191749060682','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2076,'','Cash','','2025-06-04 21:12:49','','0','19','2025-06-04 21:12:49','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','191749060763','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2077,'','Cash','','2025-06-04 21:13:39','','0','19','2025-06-04 21:13:39','','370','370','1','retail','0','370','1','0','0','0','0','0','0','new',' ','','1','0','191749060790','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2078,'','Cash','','2025-06-04 21:13:59','','0','5','2025-06-04 21:13:59','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','3','0','51749060837','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2079,'','Cash','','2025-06-04 21:25:50','','0','11','2025-06-04 21:25:50','','930','930','1','retail','0','930','1','0','0','0','0','0','0','new',' ','','3','0','111749061311','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2080,'','Cash','','2025-06-04 21:33:26','','0','18','2025-06-04 21:33:26','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','181749062005','No','','','','','9','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2081,'','Cash','','2025-06-04 21:57:34','','0','12','2025-06-04 21:57:34','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','121749063453','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2082,'','Cash','','2025-06-04 22:07:52','','0','18','2025-06-04 22:07:52','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','181749064053','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2083,'','Cash','','2025-06-04 22:08:25','','0','18','2025-06-04 22:08:25','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','181749064104','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2084,'','Cash','','2025-06-05 00:30:23','','0','18','2025-06-05 00:30:23','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181749072622','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2085,'','Cash','','2025-06-05 08:29:59','','0','18','2025-06-05 08:29:59','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181749101398','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2086,'','Cash','','2025-06-05 10:05:16','','0','22','2025-06-05 10:05:16','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','221749107111','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2087,'','Cash','','2025-06-05 10:48:58','','0','22','2025-06-05 10:48:58','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','3','0','221749109712','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2088,'','Cash','','2025-06-05 13:03:27','','0','22','2025-06-05 11:37:32','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','3','0','221749112651','No','22','2025-06-05 13:03:27','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2089,'','Cash','','2025-06-05 21:10:08','','0','22','2025-06-05 12:03:56','','370','370','1','retail','0','370','1','0','0','0','0','0','0','new',' ','','3','0','221749114219','No','22','2025-06-05 21:10:08','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2090,'','Cash','','2025-06-05 12:41:35','','0','11','2025-06-05 12:41:35','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','1','0','111749116487','No','','','','','6','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2091,'','Cash','','2025-06-05 12:58:40','','0','22','2025-06-05 12:47:10','','410','410','1','retail','0','410','1','0','0','0','0','0','0','new',' ','','1','0','221749116790','No','22','2025-06-05 12:58:40','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2092,'','Cash','','2025-06-05 13:39:14','','0','22','2025-06-05 13:39:14','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','221749119616','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2093,'','Cash','','2025-06-05 13:44:41','','0','22','2025-06-05 13:40:52','','340','340','1','retail','0','340','1','0','0','0','0','0','0','printed',' ','','1','0','221749120033','No','22','2025-06-05 13:44:41','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2094,'','Cash','','2025-06-05 14:11:07','','0','22','2025-06-05 13:46:31','','390','390','1','retail','0','390','1','0','0','0','0','0','0','new',' ','','3','0','221749120345','No','22','2025-06-05 14:11:07','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2095,'','Cash','','2025-06-05 13:48:27','','0','22','2025-06-05 13:48:27','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','221749120504','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2096,'','Cash','','2025-06-05 15:48:55','','0','22','2025-06-05 15:48:55','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','221749127712','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2097,'','Cash','','2025-06-05 15:59:04','','0','22','2025-06-05 15:52:09','','440','440','1','retail','0','440','1','0','0','0','0','0','0','new',' ','','3','0','221749127920','No','22','2025-06-05 15:59:04','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2098,'','Cash','','2025-06-05 16:32:46','','0','22','2025-06-05 16:32:46','','170','170','1','retail','0','170','1','0','0','0','0','0','0','printed',' ','','3','0','221749130137','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2099,'','Cash','','2025-06-05 16:45:38','','0','22','2025-06-05 16:45:38','','170','170','1','retail','0','170','1','0','0','0','0','0','0','new',' ','','1','0','221749131080','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2100,'','Cash','','2025-06-05 17:18:08','','0','11','2025-06-05 17:18:08','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','111749133064','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2101,'','Cash','','2025-06-05 18:07:32','','0','11','2025-06-05 17:31:41','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','111749133895','No','11','2025-06-05 18:07:32','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2102,'','Cash','','2025-06-05 17:42:40','','0','11','2025-06-05 17:42:40','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','111749134550','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2103,'','Cash','','2025-06-05 19:28:21','','0','11','2025-06-05 17:46:49','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','3','0','111749134800','No','11','2025-06-05 19:28:21','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2104,'','Cash','','2025-06-05 19:13:32','','0','11','2025-06-05 18:10:33','','450','450','1','retail','0','450','1','0','0','0','0','0','0','new',' ','','1','0','111749136209','No','11','2025-06-05 19:13:32','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2105,'','Cash','','2025-06-05 19:41:15','','0','22','2025-06-05 19:10:34','','410','410','1','retail','0','410','1','0','0','0','0','0','0','new',' ','','3','0','221749139831','No','22','2025-06-05 19:41:15','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2106,'','Cash','','2025-06-05 19:44:56','','0','11','2025-06-05 19:44:56','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','111749141889','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2107,'','Cash','','2025-06-05 19:55:38','','0','11','2025-06-05 19:55:38','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','111749142515','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2108,'','Cash','','2025-06-05 19:56:02','','0','11','2025-06-05 19:56:02','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','111749142561','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2109,'','Cash','','2025-06-05 20:04:54','','0','11','2025-06-05 19:56:45','','270','270','1','retail','0','270','1','0','0','0','0','0','0','new',' ','','1','0','111749142603','No','11','2025-06-05 20:04:54','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2110,'','Cash','','2025-06-05 20:14:24','','0','11','2025-06-05 19:56:56','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','1','0','111749142614','No','11','2025-06-05 20:14:24','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2111,'','Cash','','2025-06-05 20:04:13','','0','22','2025-06-05 19:58:55','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','221749142733','No','22','2025-06-05 20:04:13','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2112,'','Cash','','2025-06-05 20:16:07','','0','22','2025-06-05 19:59:33','','130','130','1','retail','0','130','1','0','0','0','0','0','0','new',' ','','3','0','221749142760','No','22','2025-06-05 20:16:07','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2113,'','Cash','','2025-06-05 20:06:21','','0','11','2025-06-05 20:06:21','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','111749143175','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2114,'','Cash','','2025-06-05 20:23:58','','0','22','2025-06-05 20:23:58','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','221749144236','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2115,'','Cash','','2025-06-05 20:34:08','','0','11','2025-06-05 20:34:08','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','111749144847','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2116,'','Cash','','2025-06-05 20:40:25','','0','22','2025-06-05 20:40:25','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','221749145224','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2117,'','Cash','','2025-06-05 20:52:03','','0','22','2025-06-05 20:52:03','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','221749145921','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2118,'','Cash','','2025-06-05 21:22:36','','0','18','2025-06-05 21:22:36','','110','110','1','retail','0','110','1','0','0','0','0','0','0','new',' ','','1','0','181749147733','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2119,'','Cash','','2025-06-05 21:24:15','','0','18','2025-06-05 21:23:15','','600','600','1','retail','0','600','1','0','0','0','0','0','0','new',' ','','1','0','181749147778','No','18','2025-06-05 21:24:15','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2120,'','Cash','','2025-06-05 21:26:35','','0','18','2025-06-05 21:26:35','','40','40','1','retail','0','40','1','0','0','0','0','0','0','new',' ','','1','0','181749147982','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2121,'','Cash','','2025-06-05 22:13:18','','0','18','2025-06-05 22:13:18','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','181749150785','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2122,'','Cash','','2025-06-06 00:10:44','','0','18','2025-06-06 00:10:44','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','181749157843','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2123,'','Cash','','2025-06-06 00:11:09','','0','18','2025-06-06 00:11:09','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','181749157868','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2124,'','Cash','','2025-06-06 06:40:49','','0','18','2025-06-06 06:40:49','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','181749181232','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2125,'','Cash','','2025-06-06 07:05:49','','0','18','2025-06-06 07:05:49','','230','230','1','retail','0','230','1','0','0','0','0','0','0','new',' ','','1','0','181749182723','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2126,'','Cash','','2025-06-06 08:58:44','','0','18','2025-06-06 08:58:44','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181749189522','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2127,'','Cash','','2025-06-06 09:40:18','','0','18','2025-06-06 09:40:18','','90','90','1','retail','0','90','1','0','0','0','0','0','0','new',' ','','3','0','181749191995','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2128,'','Cash','','2025-06-06 10:16:49','','0','22','2025-06-06 10:16:49','','340','340','1','retail','0','340','1','0','0','0','0','0','0','new',' ','','3','0','221749194142','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2129,'','Cash','','2025-06-06 14:02:24','','0','22','2025-06-06 12:43:45','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','3','0','221749203004','No','22','2025-06-06 14:02:24','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2130,'','Cash','','2025-06-06 12:46:14','','0','11','2025-06-06 12:46:14','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','1','0','111749203167','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2131,'','Cash','','2025-06-06 15:48:46','','0','22','2025-06-06 13:41:29','','640','640','1','retail','0','640','1','0','0','0','0','0','0','new',' ','','3','0','221749203273','No','22','2025-06-06 15:48:46','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2132,'','Cash','','2025-06-06 16:04:18','','0','11','2025-06-06 15:41:51','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','1','0','111749213702','No','11','2025-06-06 16:04:18','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2133,'','Cash','','2025-06-06 16:30:28','','0','11','2025-06-06 15:52:23','','550','550','1','retail','0','550','1','0','0','0','0','0','0','new',' ','','3','0','111749214258','No','11','2025-06-06 16:30:28','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2134,'','Cash','','2025-06-06 15:53:29','','0','22','2025-06-06 15:53:29','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','221749214394','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2135,'','Cash','','2025-06-06 15:55:22','','0','22','2025-06-06 15:55:22','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','221749214519','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2136,'','Cash','','2025-06-06 16:41:21','','0','22','2025-06-06 16:28:02','','370','370','1','retail','0','370','1','0','0','0','0','0','0','new',' ','','1','0','221749216457','No','22','2025-06-06 16:41:21','','','5','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2137,'','Cash','','2025-06-06 16:30:53','','0','11','2025-06-06 16:30:53','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','111749216652','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2138,'','Cash','','2025-06-06 17:55:51','','0','22','2025-06-06 17:09:15','','1500','1500','1','retail','0','1500','1','0','0','0','0','0','0','new',' ','','1','0','221749218902','No','22','2025-06-06 17:55:51','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2139,'','Cash','','2025-06-06 17:17:13','','0','22','2025-06-06 17:11:14','','380','380','1','retail','0','380','1','0','0','0','0','0','0','new',' ','','3','0','221749219066','No','22','2025-06-06 17:17:13','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2140,'','Cash','','2025-06-06 17:38:16','','0','22','2025-06-06 17:38:16','','450','450','1','retail','0','450','1','0','0','0','0','0','0','new',' ','','3','0','221749219840','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2141,'','Cash','','2025-06-06 17:48:34','','0','22','2025-06-06 17:48:35','','360','360','1','retail','0','360','1','0','0','0','0','0','0','new',' ','','1','0','221749221282','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2142,'','Cash','','2025-06-06 18:20:19','','0','11','2025-06-06 18:20:19','','500','500','1','retail','0','500','1','0','0','0','0','0','0','new',' ','','3','0','111749222795','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2143,'','Cash','','2025-06-06 18:22:27','','0','11','2025-06-06 18:22:27','','110','110','1','retail','0','110','1','0','0','0','0','0','0','new',' ','','1','0','111749223332','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2144,'','Cash','','2025-06-06 18:24:09','','0','22','2025-06-06 18:24:09','','260','260','1','retail','0','260','1','0','0','0','0','0','0','new',' ','','1','0','221749223414','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2145,'','Cash','','2025-06-06 18:24:13','','0','11','2025-06-06 18:24:13','','330','330','1','retail','0','330','1','0','0','0','0','0','0','new',' ','','3','0','111749223371','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2146,'','Cash','','2025-06-06 18:55:35','','0','11','2025-06-06 18:26:13','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','111749223515','No','11','2025-06-06 18:55:35','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2147,'','Cash','','2025-06-06 20:09:46','','0','22','2025-06-06 18:34:06','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','221749224040','No','22','2025-06-06 20:09:46','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2148,'','Cash','','2025-06-06 19:34:33','','0','22','2025-06-06 19:34:34','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','3','0','221749227390','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2149,'','Cash','','2025-06-06 19:35:38','','0','11','2025-06-06 19:35:38','','460','460','1','retail','0','460','1','0','0','0','0','0','0','new',' ','','1','0','111749227598','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2150,'','Cash','','2025-06-06 19:49:20','','0','22','2025-06-06 19:49:20','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','1','0','221749228554','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2151,'','Cash','','2025-06-06 20:48:31','','0','12','2025-06-06 20:03:36','','170','170','1','retail','0','170','1','0','0','0','0','0','0','printed',' ','','1','0','121749229363','No','12','2025-06-06 20:48:31','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2152,'','Cash','','2025-06-06 20:05:08','','0','12','2025-06-06 20:05:08','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','1','0','121749229500','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2153,'','Cash','','2025-06-06 20:06:18','','0','11','2025-06-06 20:06:18','','1080','1080','1','retail','0','1080','1','0','0','0','0','0','0','new',' ','','3','0','111749229047','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2154,'','Cash','','2025-06-06 20:08:44','','0','11','2025-06-06 20:08:44','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','1','0','111749229704','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2155,'','Cash','','2025-06-06 20:20:46','','0','12','2025-06-06 20:20:46','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','121749230445','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2156,'','Cash','','2025-06-06 20:22:58','','0','11','2025-06-06 20:22:58','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','111749230564','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2157,'','Cash','','2025-06-06 20:27:51','','0','12','2025-06-06 20:27:51','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','121749230869','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2158,'','Cash','','2025-06-06 20:29:38','','0','12','2025-06-06 20:29:38','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','121749230977','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2159,'','Cash','','2025-06-06 20:31:03','','0','22','2025-06-06 20:31:03','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','221749231061','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2160,'','Cash','','2025-06-06 20:40:57','','0','22','2025-06-06 20:40:57','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','221749231656','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2161,'','Cash','','2025-06-06 20:42:56','','0','11','2025-06-06 20:42:56','','1230','1230','1','retail','0','1230','1','0','0','0','0','0','0','new',' ','','3','0','111749231652','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2162,'','Cash','','2025-06-06 20:44:24','','0','11','2025-06-06 20:44:24','','630','630','1','retail','0','630','1','0','0','0','0','0','0','new',' ','','1','0','111749231824','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2163,'','Cash','','2025-06-06 20:48:54','','0','22','2025-06-06 20:48:54','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','221749232116','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2164,'','Cash','','2025-06-06 20:48:56','','0','12','2025-06-06 20:48:56','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','121749232134','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2165,'','Cash','','2025-06-06 21:06:31','','0','11','2025-06-06 21:06:31','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','1','0','111749233160','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2166,'','Cash','','2025-06-06 21:07:04','','0','11','2025-06-06 21:07:04','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','111749233209','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2167,'','Cash','','2025-06-06 21:23:50','','0','22','2025-06-06 21:23:50','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','221749234229','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2168,'','Cash','','2025-06-06 21:24:39','','0','11','2025-06-06 21:24:39','','810','810','1','retail','0','810','1','0','0','0','0','0','0','new',' ','','1','0','111749234242','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2169,'','Cash','','2025-06-06 21:25:05','','0','18','2025-06-06 21:25:05','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181749234303','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2170,'','Cash','','2025-06-06 21:25:31','','0','18','2025-06-06 21:25:31','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','181749234330','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2171,'','Cash','','2025-06-06 21:50:16','','0','18','2025-06-06 21:50:16','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','181749235804','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2172,'','Cash','','2025-06-06 22:14:08','','0','18','2025-06-06 22:14:08','','600','600','1','retail','0','600','1','0','0','0','0','0','0','new',' ','','3','0','181749237218','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2173,'','Cash','','2025-06-06 22:24:19','','0','18','2025-06-06 22:24:19','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','181749237858','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2174,'','Cash','','2025-06-07 00:59:55','','0','18','2025-06-07 00:38:58','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','3','0','181749245936','No','18','2025-06-07 00:59:55','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2175,'','Cash','','2025-06-07 07:25:45','','0','18','2025-06-07 07:25:45','','40','40','1','retail','0','40','1','0','0','0','0','0','0','new',' ','','1','0','181749270340','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2176,'','Cash','','2025-06-07 08:11:16','','0','18','2025-06-07 08:11:16','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181749273075','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2177,'','Cash','','2025-06-07 09:48:19','','0','11','2025-06-07 09:32:41','','90','90','1','retail','0','90','1','0','0','0','0','0','0','new',' ','','1','0','111749277948','No','11','2025-06-07 09:48:19','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2178,'','Cash','','2025-06-07 12:15:39','','0','11','2025-06-07 12:15:39','','170','170','1','retail','0','170','1','0','0','0','0','0','0','new',' ','','1','0','111749287717','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2179,'','Cash','','2025-06-07 12:21:57','','0','22','2025-06-07 12:21:57','','270','270','1','retail','0','270','1','0','0','0','0','0','0','new',' ','','1','0','221749288003','No','','','','','8','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2180,'','Cash','','2025-06-07 15:33:38','','0','22','2025-06-07 13:14:56','','1280','1280','1','retail','0','1280','1','0','0','0','0','0','0','new',' ','','1','0','221749291293','No','22','2025-06-07 15:33:39','','','8','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2181,'','Cash','','2025-06-07 15:34:50','','0','11','2025-06-07 15:34:50','','940','940','1','retail','0','940','1','0','0','0','0','0','0','new',' ','','1','0','111749299663','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2182,'','Cash','','2025-06-07 15:35:04','','0','22','2025-06-07 15:35:04','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','3','0','221749299700','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2183,'','Cash','','2025-06-07 15:35:59','','0','22','2025-06-07 15:35:59','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','221749299754','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2184,'','Cash','','2025-06-07 15:36:39','','0','22','2025-06-07 15:36:39','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','3','0','221749299797','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2185,'','Cash','','2025-06-07 15:39:49','','0','11','2025-06-07 15:36:39','','680','680','1','retail','0','680','1','0','0','0','0','0','0','new',' ','','1','0','111749299711','No','11','2025-06-07 15:39:49','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2186,'','Cash','','2025-06-07 15:41:15','','0','22','2025-06-07 15:41:15','','500','500','1','retail','0','500','1','0','0','0','0','0','0','new',' ','','1','0','221749299877','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2187,'','Cash','','2025-06-07 16:34:55','','0','22','2025-06-07 16:34:55','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','3','0','221749303292','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2188,'','Cash','','2025-06-07 17:26:11','','0','22','2025-06-07 17:26:11','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','221749306369','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2189,'','Cash','','2025-06-07 17:31:36','','0','22','2025-06-07 17:31:36','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','221749306674','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2190,'','Cash','','2025-06-07 17:46:31','','0','22','2025-06-07 17:46:31','','380','380','1','retail','0','380','1','0','0','0','0','0','0','new',' ','','3','0','221749307536','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2191,'','Cash','','2025-06-07 17:48:01','','0','22','2025-06-07 17:48:01','','430','430','1','retail','0','430','1','0','0','0','0','0','0','new',' ','','1','0','221749307658','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2192,'','Cash','','2025-06-07 18:21:43','','0','11','2025-06-07 18:21:43','','360','360','1','retail','0','360','1','0','0','0','0','0','0','new',' ','','1','0','111749309647','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2193,'','Cash','','2025-06-07 18:23:26','','0','11','2025-06-07 18:23:26','','330','330','1','retail','0','330','1','0','0','0','0','0','0','new',' ','','1','0','111749309748','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2194,'','Cash','','2025-06-07 18:25:37','','0','11','2025-06-07 18:25:37','','430','430','1','retail','0','430','1','0','0','0','0','0','0','new',' ','','1','0','111749309863','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2195,'','Cash','','2025-06-07 18:28:59','','0','11','2025-06-07 18:28:59','','210','210','1','retail','0','210','1','0','0','0','0','0','0','new',' ','','1','0','111749310092','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2196,'','Cash','','2025-06-07 18:33:08','','0','11','2025-06-07 18:33:09','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','1','0','111749310368','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2197,'','Cash','','2025-06-07 19:10:36','','0','22','2025-06-07 18:55:18','','420','420','1','retail','0','420','1','0','0','0','0','0','0','new',' ','','3','0','221749311638','No','22','2025-06-07 19:10:36','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2198,'','Cash','','2025-06-07 19:34:13','','0','11','2025-06-07 18:59:52','','860','860','1','retail','0','860','1','0','0','0','0','0','0','new',' ','','3','0','111749311922','No','11','2025-06-07 19:34:13','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2199,'','Cash','','2025-06-07 19:16:14','','0','11','2025-06-07 19:16:14','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','111749312961','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2200,'','Cash','','2025-06-07 19:18:45','','0','11','2025-06-07 19:18:45','','190','190','1','retail','0','190','1','0','0','0','0','0','0','new',' ','','3','0','111749313013','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2201,'','Cash','','2025-06-07 19:54:05','','0','22','2025-06-07 19:54:05','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','221749314874','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2202,'','Cash','','2025-06-07 19:57:07','','0','22','2025-06-07 19:57:07','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','1','0','221749315424','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2203,'','Cash','','2025-06-07 20:07:56','','0','11','2025-06-07 20:07:56','','170','170','1','retail','0','170','1','0','0','0','0','0','0','new',' ','','1','0','111749316053','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2204,'','Cash','','2025-06-07 20:11:02','','0','22','2025-06-07 20:11:02','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','1','0','221749315491','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2205,'','Cash','','2025-06-07 20:49:44','','0','22','2025-06-07 20:15:44','','260','260','1','retail','0','260','1','0','0','0','0','0','0','new',' ','','3','0','221749316542','No','22','2025-06-07 20:49:44','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2206,'','Cash','','2025-06-07 20:17:33','','0','11','2025-06-07 20:17:33','','900','900','1','retail','0','900','1','0','0','0','0','0','0','new',' ','','3','0','111749316573','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2207,'','Cash','','2025-06-07 20:46:33','','0','22','2025-06-07 20:33:29','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','3','0','221749317607','No','22','2025-06-07 20:46:33','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2208,'','Cash','','2025-06-07 20:37:46','','0','22','2025-06-07 20:37:46','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','221749317865','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2209,'','Cash','','2025-06-07 20:48:34','','0','22','2025-06-07 20:48:34','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','221749318513','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2210,'','Cash','','2025-06-07 21:05:41','','0','11','2025-06-07 21:05:41','','2150','2150','1','retail','0','2150','1','0','0','0','0','0','0','new',' ','','1','0','111749319432','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2211,'','Cash','','2025-06-07 21:13:39','','0','22','2025-06-07 21:13:39','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','221749320016','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2212,'','Cash','','2025-06-07 21:21:25','','0','11','2025-06-07 21:21:25','','70','70','1','retail','0','70','1','0','0','0','0','0','0','new',' ','','1','0','111749320470','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2213,'','Cash','','2025-06-07 21:29:46','','0','11','2025-06-07 21:29:46','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','3','0','111749320968','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2214,'','Cash','','2025-06-07 21:45:21','','0','11','2025-06-07 21:45:21','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','1','0','111749321904','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2215,'','Cash','','2025-06-07 23:45:57','','0','19','2025-06-07 23:45:57','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','191749329156','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2216,'','Cash','','2025-06-08 06:45:53','','0','19','2025-06-08 06:45:53','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','191749354347','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2217,'','Cash','','2025-06-08 09:12:42','','0','19','2025-06-08 09:12:42','','130','130','1','retail','0','130','1','0','0','0','0','0','0','new',' ','','3','0','191749363136','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2218,'','Cash','','2025-06-08 09:22:19','','0','19','2025-06-08 09:22:19','','120','120','1','retail','0','120','1','0','0','0','0','0','0','new',' ','','1','0','191749363721','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2219,'','Cash','','2025-06-08 10:24:00','','0','22','2025-06-08 10:24:00','','220','220','1','retail','0','220','1','0','0','0','0','0','0','new',' ','','1','0','221749367094','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2220,'','Cash','','2025-06-08 13:07:03','','0','11','2025-06-08 13:07:03','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','1','0','111749377191','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2221,'','Cash','','2025-06-08 13:23:25','','0','22','2025-06-08 13:23:25','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','1','0','221749377042','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2222,'','Cash','','2025-06-08 20:52:32','','0','22','2025-06-08 13:25:32','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','3','0','221749378331','No','22','2025-06-08 20:52:32','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2223,'','Cash','','2025-06-08 13:48:35','','0','11','2025-06-08 13:45:04','','1320','1320','1','retail','0','1320','1','0','0','0','0','0','0','new',' ','','1','0','111749379496','No','11','2025-06-08 13:48:35','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2224,'','Cash','','2025-06-08 15:06:58','','0','11','2025-06-08 13:58:57','','130','130','1','retail','0','130','1','0','0','0','0','0','0','new',' ','','1','0','111749380335','No','11','2025-06-08 15:06:58','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2225,'','Cash','','2025-06-08 14:08:22','','0','22','2025-06-08 14:08:22','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','1','0','221749380867','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2226,'','Cash','','2025-06-08 14:09:15','','0','22','2025-06-08 14:09:15','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','221749380954','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2227,'','Cash','','2025-06-08 16:25:44','','0','22','2025-06-08 14:17:02','','930','930','1','retail','0','930','1','0','0','0','0','0','0','new',' ','','3','0','221749381421','No','22','2025-06-08 16:25:44','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2228,'','Cash','','2025-06-08 14:19:26','','0','11','2025-06-08 14:19:26','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','111749381560','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2229,'','Cash','','2025-06-08 15:03:01','','0','22','2025-06-08 14:46:15','','580','580','1','retail','0','580','1','0','0','0','0','0','0','new',' ','','3','0','221749383166','No','22','2025-06-08 15:03:01','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2230,'','Cash','','2025-06-08 15:14:09','','0','11','2025-06-08 14:58:35','','450','450','1','retail','0','450','1','0','0','0','0','0','0','new',' ','','3','0','111749383906','No','11','2025-06-08 15:14:09','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2231,'','Cash','','2025-06-08 15:48:47','','0','22','2025-06-08 15:05:49','','570','570','1','retail','0','570','1','0','0','0','0','0','0','new',' ','','3','0','221749384282','No','22','2025-06-08 15:48:47','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2232,'','Cash','','2025-06-08 16:31:29','','0','22','2025-06-08 15:32:45','','1220','1220','1','retail','0','1220','1','0','0','0','0','0','0','new',' ','','3','0','221749385955','No','22','2025-06-08 16:31:29','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2233,'','Cash','','2025-06-08 16:13:32','','0','22','2025-06-08 16:13:32','','1300','1300','1','retail','0','1300','1','0','0','0','0','0','0','new',' ','','1','0','221749388360','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2234,'','Cash','','2025-06-08 19:43:39','','0','11','2025-06-08 16:20:22','','500','500','1','retail','0','500','1','0','0','0','0','0','0','printed',' ','','3','0','111749388774','No','11','2025-06-08 19:43:39','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2235,'','Cash','','2025-06-08 16:20:26','','0','22','2025-06-08 16:20:26','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','1','0','221749388791','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2236,'','Cash','','2025-06-08 16:31:21','','0','11','2025-06-08 16:31:21','','630','630','1','retail','0','630','1','0','0','0','0','0','0','new',' ','','1','0','111749389461','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2237,'','Cash','','2025-06-08 17:12:10','','0','22','2025-06-08 17:12:10','','1250','1250','1','retail','0','1250','1','0','0','0','0','0','0','new',' ','','1','0','221749391902','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2238,'','Cash','','2025-06-08 17:22:53','','0','11','2025-06-08 17:22:53','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','111749392571','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2239,'','Cash','','2025-06-08 17:35:08','','0','11','2025-06-08 17:35:08','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','1','0','111749393293','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2240,'','Cash','','2025-06-08 17:59:30','','0','22','2025-06-08 17:59:30','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','3','0','221749394763','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2241,'','Cash','','2025-06-08 18:05:06','','0','11','2025-06-08 18:05:06','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','3','0','111749395020','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2242,'','Cash','','2025-06-08 18:22:06','','0','11','2025-06-08 18:22:06','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','3','0','111749396124','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2243,'','Cash','','2025-06-08 18:41:32','','0','11','2025-06-08 18:22:26','','230','230','1','retail','0','230','1','0','0','0','0','0','0','new',' ','','1','0','111749396143','No','11','2025-06-08 18:41:32','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2244,'','Cash','','2025-06-08 18:33:19','','0','11','2025-06-08 18:22:42','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','111749396160','No','11','2025-06-08 18:33:19','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2245,'','Cash','','2025-06-08 19:58:32','','0','22','2025-06-08 18:22:50','','330','330','1','retail','0','330','1','0','0','0','0','0','0','new',' ','','1','0','221749396167','No','22','2025-06-08 19:58:32','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2246,'','Cash','','2025-06-08 19:07:30','','0','11','2025-06-08 19:07:30','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','1','0','111749398823','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2247,'','Cash','','2025-06-08 19:44:34','','0','11','2025-06-08 19:44:34','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','3','0','111749401060','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2248,'','Cash','','2025-06-08 20:00:34','','0','22','2025-06-08 20:00:34','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','221749402027','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2249,'','Cash','','2025-06-08 20:06:20','','0','22','2025-06-08 20:06:20','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','221749402379','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2250,'','Cash','','2025-06-08 20:22:03','','0','11','2025-06-08 20:22:03','','780','780','1','retail','0','780','1','0','0','0','0','0','0','new',' ','','1','0','111749403194','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2251,'','Cash','','2025-06-08 20:49:08','','0','22','2025-06-08 20:46:56','','560','560','1','retail','0','560','1','0','0','0','0','0','0','new',' ','','','0','221749404125','No','22','2025-06-08 20:49:08','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2252,'','Cash','','2025-06-08 21:34:10','','0','19','2025-06-08 21:34:10','','540','540','1','retail','0','540','1','0','0','0','0','0','0','new',' ','','3','0','191749407615','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2253,'','Cash','','2025-06-08 21:35:04','','0','19','2025-06-08 21:35:04','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','191749407703','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2254,'','Cash','','2025-06-08 21:39:14','','0','19','2025-06-08 21:39:14','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','191749407952','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2255,'','Cash','','2025-06-08 21:40:57','','0','19','2025-06-08 21:40:57','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','191749408022','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2256,'','Cash','','2025-06-08 22:33:20','','0','19','2025-06-08 22:33:20','','480','480','1','retail','0','480','1','0','0','0','0','0','0','new',' ','','3','0','191749411173','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2257,'','Cash','','2025-06-08 23:00:55','','0','19','2025-06-08 23:00:55','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','191749412853','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2258,'','Cash','','2025-06-09 04:21:21','','0','19','2025-06-09 04:21:21','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','1','0','191749432061','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2259,'','Cash','','2025-06-09 07:32:12','','0','19','2025-06-09 07:32:12','','240','240','1','retail','0','240','1','0','0','0','0','0','0','new',' ','','1','0','191749443497','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2260,'','Cash','','2025-06-09 10:49:02','','0','18','2025-06-09 10:49:02','','90','90','1','retail','0','90','1','0','0','0','0','0','0','new',' ','','1','0','181749454873','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2261,'','Cash','','2025-06-09 10:49:34','','0','18','2025-06-09 10:49:34','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','181749455373','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2262,'','Cash','','2025-06-09 11:03:29','','0','18','2025-06-09 11:03:29','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','1','0','181749456200','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2263,'','Cash','','2025-06-09 11:06:46','','0','18','2025-06-09 11:06:46','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','181749456404','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2264,'','Cash','','2025-06-09 11:40:39','','0','18','2025-06-09 11:40:39','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','181749458430','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2265,'','Cash','','2025-06-09 11:41:02','','0','11','2025-06-09 11:41:02','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','111749458452','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2266,'','Cash','','2025-06-09 11:41:38','','0','11','2025-06-09 11:41:38','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','1','0','111749458477','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2267,'','Cash','','2025-06-09 12:09:56','','0','18','2025-06-09 11:49:10','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','3','0','181749458949','No','18','2025-06-09 12:09:56','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2268,'','Cash','','2025-06-09 12:15:29','','0','18','2025-06-09 12:15:29','','330','330','1','retail','0','330','1','0','0','0','0','0','0','new',' ','','1','0','181749460523','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2269,'','Cash','','2025-06-09 12:16:48','','0','11','2025-06-09 12:16:48','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','111749460606','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2270,'','Cash','','2025-06-09 12:49:31','','0','18','2025-06-09 12:49:31','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','181749462570','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2271,'','Cash','','2025-06-09 13:39:33','','0','18','2025-06-09 13:39:33','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','181749465564','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2272,'','Cash','','2025-06-09 13:48:16','','0','18','2025-06-09 13:48:16','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','181749466094','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2273,'','Cash','','2025-06-09 13:48:53','','0','18','2025-06-09 13:48:53','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','181749466132','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2274,'','Cash','','2025-06-09 13:54:35','','0','11','2025-06-09 13:54:35','','550','550','1','retail','0','550','1','0','0','0','0','0','0','new',' ','','1','0','111749466462','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2275,'','Cash','','2025-06-09 15:09:41','','0','11','2025-06-09 15:09:42','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','111749470980','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2276,'','Cash','','2025-06-09 15:39:16','','0','18','2025-06-09 15:39:16','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','1','0','181749472726','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2277,'','Cash','','2025-06-09 15:43:50','','0','18','2025-06-09 15:43:50','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','1','0','181749472798','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2278,'','Cash','','2025-06-09 15:54:44','','0','18','2025-06-09 15:54:44','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181749473683','No','','','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2279,'','Cash','','2025-06-09 17:11:14','','0','11','2025-06-09 16:08:41','','490','490','1','retail','0','490','1','0','0','0','0','0','0','new',' ','','3','0','111749474484','No','11','2025-06-09 17:11:14','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2280,'','Cash','','2025-06-09 16:34:56','','0','11','2025-06-09 16:34:56','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','111749476094','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2281,'','Cash','','2025-06-09 17:29:53','','0','11','2025-06-09 16:35:37','','160','160','1','retail','0','160','1','0','0','0','0','0','0','new',' ','','3','0','111749476122','No','11','2025-06-09 17:29:53','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2282,'','Cash','','2025-06-09 16:41:35','','0','18','2025-06-09 16:41:35','','410','410','1','retail','0','410','1','0','0','0','0','0','0','new',' ','','1','0','181749476469','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2283,'','Cash','','2025-06-09 17:10:31','','0','11','2025-06-09 16:50:19','','1500','1500','1','retail','0','1500','1','0','0','0','0','0','0','new',' ','','3','0','111749476933','No','11','2025-06-09 17:10:31','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2284,'','Cash','','2025-06-09 17:22:19','','0','18','2025-06-09 17:22:19','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','3','0','181749478937','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2285,'','Cash','','2025-06-09 17:59:40','','0','11','2025-06-09 17:27:07','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','111749479225','No','11','2025-06-09 17:59:40','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2286,'','Cash','','2025-06-09 17:27:26','','0','11','2025-06-09 17:27:26','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','111749479244','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2287,'','Cash','','2025-06-09 17:28:11','','0','18','2025-06-09 17:28:11','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','3','0','181749479285','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2288,'','Cash','','2025-06-09 18:13:04','','0','18','2025-06-09 18:13:04','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','181749481983','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2289,'','Cash','','2025-06-09 19:38:54','','0','18','2025-06-09 18:52:23','','1010','1010','1','retail','0','1010','1','0','0','0','0','0','0','new',' ','','1','0','181749484313','No','18','2025-06-09 19:38:54','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2290,'','Cash','','2025-06-09 19:11:45','','0','11','2025-06-09 19:11:46','','280','280','1','retail','0','280','1','0','0','0','0','0','0','new',' ','','1','0','111749485501','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2291,'','Cash','','2025-06-09 19:55:32','','0','11','2025-06-09 19:38:48','','360','360','1','retail','0','360','1','0','0','0','0','0','0','new',' ','','3','0','111749487115','No','11','2025-06-09 19:55:32','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2292,'','Cash','','2025-06-09 19:40:07','','0','18','2025-06-09 19:40:07','','700','700','1','retail','0','700','1','0','0','0','0','0','0','new',' ','','1','0','181749487165','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2293,'','Cash','','2025-06-09 19:40:41','','0','11','2025-06-09 19:40:41','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','111749487189','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2294,'','Cash','','2025-06-09 19:41:06','','0','18','2025-06-09 19:41:06','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','3','0','181749487263','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2295,'','Cash','','2025-06-09 19:55:32','','0','18','2025-06-09 19:55:32','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','181749488127','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2296,'','Cash','','2025-06-09 19:56:34','','0','18','2025-06-09 19:56:34','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','181749488185','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2297,'','Cash','','2025-06-09 20:24:54','','0','18','2025-06-09 20:24:54','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','1','0','181749489865','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2298,'','Cash','','2025-06-09 20:42:17','','0','18','2025-06-09 20:36:54','','540','540','1','retail','0','540','1','0','0','0','0','0','0','new',' ','','1','0','181749490585','No','18','2025-06-09 20:42:17','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2299,'','Cash','','2025-06-09 20:58:10','','0','18','2025-06-09 20:53:33','','240','240','1','retail','0','240','1','0','0','0','0','0','0','new',' ','','1','0','181749491602','No','18','2025-06-09 20:58:10','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2300,'','Cash','','2025-06-09 21:33:30','','0','18','2025-06-09 21:09:03','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','181749492542','No','18','2025-06-09 21:33:30','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2301,'','Cash','','2025-06-09 21:24:42','','0','19','2025-06-09 21:24:42','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','3','0','191749493471','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2302,'','Cash','','2025-06-09 21:48:52','','0','19','2025-06-09 21:48:52','','70','70','1','retail','0','70','1','0','0','0','0','0','0','new',' ','','1','0','191749494919','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2303,'','Cash','','2025-06-09 21:49:57','','0','19','2025-06-09 21:49:57','','70','70','1','retail','0','70','1','0','0','0','0','0','0','new',' ','','1','0','191749494988','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2304,'','Cash','','2025-06-09 23:03:06','','0','19','2025-06-09 23:03:06','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','191749499385','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2305,'','Cash','','2025-06-10 08:10:25','','0','19','2025-06-10 08:10:25','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','191749532223','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2306,'','Cash','','2025-06-10 08:25:02','','0','19','2025-06-10 08:25:02','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','191749533101','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2307,'','Cash','','2025-06-10 08:26:33','','0','19','2025-06-10 08:26:33','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','191749533187','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2308,'','Cash','','2025-06-10 08:53:10','','0','19','2025-06-10 08:53:10','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','191749534789','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2309,'','Cash','','2025-06-10 09:24:32','','0','11','2025-06-10 09:24:32','','90','90','1','retail','0','90','1','0','0','0','0','0','0','new',' ','','1','0','111749536652','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2310,'','Cash','','2025-06-10 09:29:04','','0','22','2025-06-10 09:29:04','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','221749536941','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2311,'','Cash','','2025-06-10 09:55:30','','0','11','2025-06-10 09:55:30','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','111749538529','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2312,'','Cash','','2025-06-10 10:11:49','','0','22','2025-06-10 10:11:49','','40','40','1','retail','0','40','1','0','0','0','0','0','0','new',' ','','1','0','221749539489','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2313,'','Cash','','2025-06-10 10:16:53','','0','11','2025-06-10 10:16:53','','220','220','1','retail','0','220','1','0','0','0','0','0','0','new',' ','','1','0','111749539801','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2314,'','Cash','','2025-06-10 11:21:00','','0','11','2025-06-10 11:21:00','','420','420','1','retail','0','420','1','0','0','0','0','0','0','new',' ','','1','0','111749543625','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2315,'','Cash','','2025-06-10 11:44:33','','0','22','2025-06-10 11:34:45','','220','220','1','retail','0','220','1','0','0','0','0','0','0','new',' ','','','0','221749544459','No','22','2025-06-10 11:44:33','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2316,'','Cash','','2025-06-10 14:08:54','','0','22','2025-06-10 12:49:02','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','3','0','221749548940','No','22','2025-06-10 14:08:54','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2317,'','Cash','','2025-06-10 13:10:03','','0','22','2025-06-10 13:10:03','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','221749550198','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2318,'','Cash','','2025-06-10 14:07:01','','0','22','2025-06-10 13:21:30','','800','800','1','retail','0','800','1','0','0','0','0','0','0','new',' ','','1','0','221749550880','No','22','2025-06-10 14:07:01','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2319,'','Cash','','2025-06-10 13:27:14','','0','11','2025-06-10 13:27:15','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','111749551233','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2320,'','Cash','','2025-06-10 14:38:40','','0','11','2025-06-10 14:15:37','','380','380','1','retail','0','380','1','0','0','0','0','0','0','new',' ','','','0','111749554112','No','11','2025-06-10 14:38:40','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2321,'','Cash','','2025-06-10 14:16:35','','0','22','2025-06-10 14:16:35','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','3','0','221749554180','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2322,'','Cash','','2025-06-10 14:34:18','','0','22','2025-06-10 14:34:18','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','3','0','221749555254','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2323,'','Cash','','2025-06-10 15:16:29','','0','22','2025-06-10 15:16:29','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','1','0','221749557754','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2324,'','Cash','','2025-06-10 15:38:38','','0','11','2025-06-10 15:38:38','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','1','0','111749558603','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2325,'','Cash','','2025-06-10 15:39:48','','0','22','2025-06-10 15:39:48','','330','330','1','retail','0','330','1','0','0','0','0','0','0','new',' ','','3','0','221749559069','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2326,'','Cash','','2025-06-10 15:56:08','','0','11','2025-06-10 15:56:08','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','111749560158','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2327,'','Cash','','2025-06-10 16:03:45','','0','11','2025-06-10 16:03:45','','430','430','1','retail','0','430','1','0','0','0','0','0','0','new',' ','','1','0','111749560402','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2328,'','Cash','','2025-06-10 16:04:18','','0','11','2025-06-10 16:04:18','','330','330','1','retail','0','330','1','0','0','0','0','0','0','new',' ','','1','0','111749560650','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2329,'','Cash','','2025-06-10 16:04:54','','0','11','2025-06-10 16:04:54','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','111749560690','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2330,'','Cash','','2025-06-10 16:21:02','','0','22','2025-06-10 16:21:02','','550','550','1','retail','0','550','1','0','0','0','0','0','0','new',' ','','3','0','221749561586','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2331,'','Cash','','2025-06-10 17:25:58','','0','11','2025-06-10 17:25:58','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','111749565554','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2332,'','Cash','','2025-06-10 17:30:28','','0','22','2025-06-10 17:30:28','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','1','0','221749565797','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2333,'','Cash','','2025-06-10 17:41:39','','0','11','2025-06-10 17:41:39','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','111749566492','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2334,'','Cash','','2025-06-10 17:47:05','','0','22','2025-06-10 17:47:05','','70','70','1','retail','0','70','1','0','0','0','0','0','0','new',' ','','1','0','221749566799','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2335,'','Cash','','2025-06-10 17:51:46','','0','22','2025-06-10 17:51:46','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','221749567069','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2336,'','Cash','','2025-06-10 17:57:23','','0','22','2025-06-10 17:57:23','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','221749567438','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2337,'','Cash','','2025-06-10 17:59:16','','0','22','2025-06-10 17:59:16','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','221749567552','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2338,'','Cash','','2025-06-10 18:07:51','','0','11','2025-06-10 18:07:51','','410','410','1','retail','0','410','1','0','0','0','0','0','0','new',' ','','3','0','111749567987','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2339,'','Cash','','2025-06-10 18:27:32','','0','11','2025-06-10 18:09:56','','750','750','1','retail','0','750','1','0','0','0','0','0','0','new',' ','','1','0','111749568187','No','11','2025-06-10 18:27:32','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2340,'','Cash','','2025-06-10 18:09:57','','0','22','2025-06-10 18:09:57','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','221749568189','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2341,'','Cash','','2025-06-10 19:07:57','','0','11','2025-06-10 18:22:10','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','111749568903','No','11','2025-06-10 19:07:57','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2342,'','Cash','','2025-06-10 18:40:47','','0','11','2025-06-10 18:40:47','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','111749570035','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2343,'','Cash','','2025-06-10 19:04:43','','0','22','2025-06-10 18:49:35','','800','800','1','retail','0','800','1','0','0','0','0','0','0','new',' ','','1','0','221749570551','No','22','2025-06-10 19:04:43','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2344,'','Cash','','2025-06-10 19:07:28','','0','22','2025-06-10 19:07:28','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','221749571629','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2345,'','Cash','','2025-06-10 19:25:42','','0','11','2025-06-10 19:25:42','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','111749572728','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2346,'','Cash','','2025-06-10 19:40:35','','0','11','2025-06-10 19:40:35','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','111749573626','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2347,'','Cash','','2025-06-10 19:43:12','','0','22','2025-06-10 19:43:12','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','1','0','221749573609','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2348,'','Cash','','2025-06-10 19:44:56','','0','22','2025-06-10 19:44:56','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','3','0','221749573851','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2349,'','Cash','','2025-06-10 19:52:13','','0','11','2025-06-10 19:52:13','','550','550','1','retail','0','550','1','0','0','0','0','0','0','new',' ','','1','0','111749574298','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2350,'','Cash','','2025-06-10 19:53:15','','0','11','2025-06-10 19:53:16','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','3','0','111749574347','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2351,'','Cash','','2025-06-10 20:27:13','','0','22','2025-06-10 20:13:07','','360','360','1','retail','0','360','1','0','0','0','0','0','0','new',' ','','1','0','221749575586','No','22','2025-06-10 20:27:13','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2352,'','Cash','','2025-06-10 20:18:13','','0','11','2025-06-10 20:18:13','','1080','1080','1','retail','0','1080','1','0','0','0','0','0','0','new',' ','','1','0','111749575737','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2353,'','Cash','','2025-06-10 20:19:16','','0','11','2025-06-10 20:19:16','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','3','0','111749575948','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2354,'','Cash','','2025-06-10 20:19:43','','0','11','2025-06-10 20:19:43','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','111749575982','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2355,'','Cash','','2025-06-10 20:20:09','','0','22','2025-06-10 20:20:09','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','3','0','221749575659','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2356,'','Cash','','2025-06-10 21:10:56','','0','22','2025-06-10 20:28:55','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','221749576529','No','22','2025-06-10 21:10:56','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2357,'','Cash','','2025-06-10 21:15:11','','0','22','2025-06-10 20:42:56','','600','600','1','retail','0','600','1','0','0','0','0','0','0','new',' ','','3','0','221749577159','No','22','2025-06-10 21:15:11','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2358,'','Cash','','2025-06-10 20:43:41','','0','22','2025-06-10 20:43:41','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','221749577419','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2359,'','Cash','','2025-06-10 21:13:16','','0','18','2025-06-10 21:13:16','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','181749579185','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2360,'','Cash','','2025-06-10 21:14:02','','0','18','2025-06-10 21:14:02','','120','120','1','retail','0','120','1','0','0','0','0','0','0','new',' ','','1','0','181749579229','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2361,'','Cash','','2025-06-10 21:46:15','','0','18','2025-06-10 21:46:15','','550','550','1','retail','0','550','1','0','0','0','0','0','0','new',' ','','1','0','181749581113','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2362,'','Cash','','2025-06-10 21:47:50','','0','18','2025-06-10 21:47:50','','890','890','1','retail','0','890','1','0','0','0','0','0','0','new',' ','','1','0','181749581226','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2363,'','Cash','','2025-06-10 22:45:27','','0','18','2025-06-10 22:45:27','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','1','0','181749584713','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2364,'','Cash','','2025-06-10 22:46:39','','0','18','2025-06-10 22:46:39','','500','500','1','retail','0','500','1','0','0','0','0','0','0','new',' ','','3','0','181749584774','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2365,'','Cash','','2025-06-10 22:53:49','','0','18','2025-06-10 22:53:49','','210','210','1','retail','0','210','1','0','0','0','0','0','0','new',' ','','1','0','181749585162','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2366,'','Cash','','2025-06-10 22:56:35','','0','18','2025-06-10 22:56:35','','380','380','1','retail','0','380','1','0','0','0','0','0','0','new',' ','','1','0','181749585369','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2367,'','Cash','','2025-06-10 23:04:41','','0','18','2025-06-10 23:04:41','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','1','0','181749585880','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2368,'','Cash','','2025-06-10 23:06:58','','0','18','2025-06-10 23:06:58','','660','660','1','retail','0','660','1','0','0','0','0','0','0','new',' ','','3','0','181749585963','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2369,'','Cash','','2025-06-10 23:07:52','','0','18','2025-06-10 23:07:52','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','181749586068','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2370,'','Cash','','2025-06-10 23:46:36','','0','18','2025-06-10 23:46:36','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181749588394','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2371,'','Cash','','2025-06-11 00:11:07','','0','18','2025-06-11 00:11:07','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','1','0','181749589849','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2372,'','Cash','','2025-06-11 05:36:44','','0','18','2025-06-11 05:36:44','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181749609403','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2373,'','Cash','','2025-06-11 07:25:23','','0','18','2025-06-11 07:25:23','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','1','0','181749615896','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2374,'','Cash','','2025-06-11 07:42:59','','0','18','2025-06-11 07:42:59','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','181749616974','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2375,'','Cash','','2025-06-11 10:35:09','','0','22','2025-06-11 09:12:49','','120','120','1','retail','0','120','1','0','0','0','0','0','0','new',' ','','1','0','221749622367','No','22','2025-06-11 10:35:09','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2376,'','Cash','','2025-06-11 09:29:49','','0','22','2025-06-11 09:29:49','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','221749623387','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2377,'','Cash','','2025-06-11 10:38:11','','0','22','2025-06-11 10:38:11','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','221749627490','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2378,'','Cash','','2025-06-11 13:49:24','','0','11','2025-06-11 12:56:52','','770','770','1','retail','0','770','1','0','0','0','0','0','0','new',' ','','3','0','111749635760','No','11','2025-06-11 13:49:24','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2379,'','Cash','','2025-06-11 13:22:00','','0','22','2025-06-11 13:22:00','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','221749637307','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2380,'','Cash','','2025-06-11 13:22:36','','0','22','2025-06-11 13:22:36','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','221749637354','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2381,'','Cash','','2025-06-11 13:29:26','','0','22','2025-06-11 13:29:26','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','3','0','221749637733','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2382,'','Cash','','2025-06-11 14:36:38','','0','11','2025-06-11 13:48:35','','600','600','1','retail','0','600','1','0','0','0','0','0','0','new',' ','','3','0','111749638688','No','11','2025-06-11 14:36:38','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2383,'','Cash','','2025-06-11 13:51:59','','0','22','2025-06-11 13:51:59','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','221749639117','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2384,'','Cash','','2025-06-11 15:11:55','','0','22','2025-06-11 13:52:49','','220','220','1','retail','0','220','1','0','0','0','0','0','0','new',' ','','1','0','221749639167','No','22','2025-06-11 15:11:55','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2385,'','Cash','','2025-06-11 16:16:10','','0','22','2025-06-11 14:43:30','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','221749642204','No','22','2025-06-11 16:16:10','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2386,'','Cash','','2025-06-11 14:45:16','','0','22','2025-06-11 14:45:16','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','1','0','221749642301','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2387,'','Cash','','2025-06-11 15:18:01','','0','22','2025-06-11 15:18:01','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','221749644018','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2388,'','Cash','','2025-06-11 15:36:42','','0','22','2025-06-11 15:36:42','','310','310','1','retail','0','310','1','0','0','0','0','0','0','new',' ','','1','0','221749645369','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2389,'','Cash','','2025-06-11 15:50:01','','0','22','2025-06-11 15:50:01','','90','90','1','retail','0','90','1','0','0','0','0','0','0','new',' ','','1','0','221749646157','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2390,'','Cash','','2025-06-11 15:50:32','','0','22','2025-06-11 15:50:32','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','221749646228','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2391,'','Cash','','2025-06-11 16:23:30','','0','22','2025-06-11 16:23:30','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','221749648183','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2392,'','Cash','','2025-06-11 16:36:44','','0','11','2025-06-11 16:36:44','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','111749649001','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2393,'','Cash','','2025-06-11 17:42:31','','0','22','2025-06-11 17:03:44','','280','280','1','retail','0','280','1','0','0','0','0','0','0','new',' ','','3','0','221749650622','No','22','2025-06-11 17:42:31','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2394,'','Cash','','2025-06-11 19:14:16','','0','11','2025-06-11 17:04:59','','360','360','1','retail','0','360','1','0','0','0','0','0','0','new',' ','','1','0','111749650633','No','11','2025-06-11 19:14:16','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2395,'','Cash','','2025-06-11 19:36:09','','0','22','2025-06-11 17:09:04','','380','380','1','retail','0','380','1','0','0','0','0','0','0','new',' ','','1','0','221749650883','No','22','2025-06-11 19:36:09','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2396,'','Cash','','2025-06-11 17:13:53','','0','22','2025-06-11 17:13:53','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','221749651231','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2397,'','Cash','','2025-06-11 18:45:34','','0','22','2025-06-11 18:10:08','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','221749654577','No','22','2025-06-11 18:45:34','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2398,'','Cash','','2025-06-11 18:58:44','','0','11','2025-06-11 18:58:44','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','3','0','111749657510','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2399,'','Cash','','2025-06-11 19:55:04','','0','11','2025-06-11 18:59:27','','220','220','1','retail','0','220','1','0','0','0','0','0','0','new',' ','','1','0','111749657545','No','11','2025-06-11 19:55:04','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2400,'','Cash','','2025-06-11 19:05:11','','0','11','2025-06-11 19:05:11','','280','280','1','retail','0','280','1','0','0','0','0','0','0','new',' ','','3','0','111749657592','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2401,'','Cash','','2025-06-11 19:09:26','','0','11','2025-06-11 19:09:26','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','111749658160','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2402,'','Cash','','2025-06-11 19:09:53','','0','11','2025-06-11 19:09:53','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','111749658186','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2403,'','Cash','','2025-06-11 19:25:23','','0','22','2025-06-11 19:13:43','','430','430','1','retail','0','430','1','0','0','0','0','0','0','new',' ','','3','0','221749658276','No','22','2025-06-11 19:25:23','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2404,'','Cash','','2025-06-11 19:17:47','','0','22','2025-06-11 19:17:47','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','221749658660','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2405,'','Cash','','2025-06-11 19:53:51','','0','11','2025-06-11 19:53:51','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','111749660700','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2406,'','Cash','','2025-06-11 20:22:33','','0','11','2025-06-11 19:55:42','','750','750','1','retail','0','750','1','0','0','0','0','0','0','new',' ','','1','0','111749660922','No','11','2025-06-11 20:22:33','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2407,'','Cash','','2025-06-11 20:22:08','','0','22','2025-06-11 20:22:08','','650','650','1','retail','0','650','1','0','0','0','0','0','0','new',' ','','1','0','221749662317','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2408,'','Cash','','2025-06-11 20:32:25','','0','11','2025-06-11 20:32:25','','1050','1050','1','retail','0','1050','1','0','0','0','0','0','0','new',' ','','1','0','111749663105','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2409,'','Cash','','2025-06-11 20:42:16','','0','11','2025-06-11 20:42:16','','850','850','1','retail','0','850','1','0','0','0','0','0','0','new',' ','','1','0','111749663713','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2410,'','Cash','','2025-06-11 21:02:30','','0','22','2025-06-11 21:02:30','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','1','0','221749664922','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2411,'','Cash','','2025-06-11 21:06:08','','0','11','2025-06-11 21:06:08','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','3','0','111749665158','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2412,'','Cash','','2025-06-12 00:26:06','','0','18','2025-06-12 00:26:06','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181749677165','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2413,'','Cash','','2025-06-12 05:56:50','','0','18','2025-06-12 05:56:50','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181749697008','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2414,'','Cash','','2025-06-12 08:04:02','','0','18','2025-06-12 08:04:02','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181749704640','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2415,'','Cash','','2025-06-12 08:07:28','','0','18','2025-06-12 08:07:28','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','181749704847','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2416,'','Cash','','2025-06-12 08:52:42','','0','18','2025-06-12 08:52:42','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','1','0','181749707542','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2417,'','Cash','','2025-06-12 09:30:56','','0','11','2025-06-12 09:30:56','','90','90','1','retail','0','90','1','0','0','0','0','0','0','new',' ','','3','0','111749709837','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2418,'','Cash','','2025-06-12 09:31:10','','0','11','2025-06-12 09:31:10','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','111749709869','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2419,'','Cash','','2025-06-12 10:37:33','','0','22','2025-06-12 10:37:33','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','221749713797','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2420,'','Cash','','2025-06-12 15:58:57','','0','22','2025-06-12 11:09:30','','390','390','1','retail','0','390','1','0','0','0','0','0','0','new',' ','','3','0','221749713949','No','22','2025-06-12 15:58:57','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2421,'','Cash','','2025-06-12 14:34:10','','0','22','2025-06-12 12:03:32','','620','620','1','retail','0','620','1','0','0','0','0','0','0','new',' ','','3','0','221749719010','No','22','2025-06-12 14:34:10','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2422,'','Cash','','2025-06-12 12:04:28','','0','22','2025-06-12 12:04:28','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','3','0','221749719061','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2423,'','Cash','','2025-06-12 13:05:24','','0','22','2025-06-12 13:05:24','','750','750','1','retail','0','750','1','0','0','0','0','0','0','new',' ','','1','0','221749722664','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2424,'','Cash','','2025-06-12 13:42:11','','0','11','2025-06-12 13:42:11','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','1','0','111749724910','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2425,'','Cash','','2025-06-12 14:24:13','','0','22','2025-06-12 14:24:13','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','221749727450','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2426,'','Cash','','2025-06-12 14:32:34','','0','22','2025-06-12 14:32:34','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','221749727951','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2427,'','Cash','','2025-06-12 14:35:44','','0','11','2025-06-12 14:35:44','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','111749728131','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2428,'','Cash','','2025-06-12 14:54:30','','0','11','2025-06-12 14:54:30','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','111749729252','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2429,'','Cash','','2025-06-12 15:20:11','','0','11','2025-06-12 15:20:11','','90','90','1','retail','0','90','1','0','0','0','0','0','0','new',' ','','1','0','111749730781','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2430,'','Cash','','2025-06-12 15:59:36','','0','22','2025-06-12 15:59:36','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','221749733174','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2431,'','Cash','','2025-06-12 16:13:46','','0','22','2025-06-12 16:13:46','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','3','0','221749733978','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2432,'','Cash','','2025-06-12 16:34:25','','0','22','2025-06-12 16:16:59','','500','500','1','retail','0','500','1','0','0','0','0','0','0','new',' ','','1','0','221749734088','No','22','2025-06-12 16:34:25','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2433,'','Cash','','2025-06-12 16:26:15','','0','11','2025-06-12 16:19:52','','630','630','1','retail','0','630','1','0','0','0','0','0','0','new',' ','','3','0','111749734364','No','11','2025-06-12 16:26:15','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2434,'','Cash','','2025-06-12 17:03:10','','0','22','2025-06-12 17:03:10','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','1','0','221749736988','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2435,'','Cash','','2025-06-12 17:22:50','','0','11','2025-06-12 17:22:50','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','111749738139','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2436,'','Cash','','2025-06-12 17:48:21','','0','11','2025-06-12 17:48:21','','550','550','1','retail','0','550','1','0','0','0','0','0','0','new',' ','','3','0','111749739666','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2437,'','Cash','','2025-06-12 17:50:04','','0','22','2025-06-12 17:50:04','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','1','0','221749739800','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2438,'','Cash','','2025-06-12 20:06:05','','0','22','2025-06-12 17:51:35','','190','190','1','retail','0','190','1','0','0','0','0','0','0','new',' ','','1','0','221749739857','No','22','2025-06-12 20:06:05','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2439,'','Cash','','2025-06-12 18:05:20','','0','22','2025-06-12 18:05:20','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','1','0','221749740715','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2440,'','Cash','','2025-06-12 18:40:27','','0','22','2025-06-12 18:40:27','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','221749742447','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2441,'','Cash','','2025-06-12 19:10:26','','0','22','2025-06-12 19:10:26','','1150','1150','1','retail','0','1150','1','0','0','0','0','0','0','new',' ','','1','0','221749743424','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2442,'','Cash','','2025-06-12 19:16:00','','0','11','2025-06-12 19:16:00','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','111749744241','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2443,'','Cash','','2025-06-12 19:27:12','','0','11','2025-06-12 19:27:12','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','111749745623','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2444,'','Cash','','2025-06-12 19:41:33','','0','22','2025-06-12 19:41:33','','550','550','1','retail','0','550','1','0','0','0','0','0','0','new',' ','','1','0','221749746454','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2445,'','Cash','','2025-06-12 19:42:10','','0','22','2025-06-12 19:42:10','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','1','0','221749746519','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2446,'','Cash','','2025-06-12 19:42:35','','0','22','2025-06-12 19:42:35','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','221749746552','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2447,'','Cash','','2025-06-12 19:44:19','','0','22','2025-06-12 19:44:20','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','3','0','221749746582','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2448,'','Cash','','2025-06-12 19:53:33','','0','11','2025-06-12 19:53:33','','580','580','1','retail','0','580','1','0','0','0','0','0','0','new',' ','','1','0','111749747151','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2449,'','Cash','','2025-06-12 20:38:06','','0','11','2025-06-12 19:59:40','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','111749747563','No','11','2025-06-12 20:38:06','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2450,'','Cash','','2025-06-12 20:06:14','','0','11','2025-06-12 20:06:14','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','111749747971','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2451,'','Cash','','2025-06-12 20:07:26','','0','11','2025-06-12 20:07:26','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','111749748039','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2452,'','Cash','','2025-06-12 20:08:07','','0','11','2025-06-12 20:08:07','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','111749748063','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2453,'','Cash','','2025-06-12 20:21:02','','0','11','2025-06-12 20:21:02','','700','700','1','retail','0','700','1','0','0','0','0','0','0','new',' ','','3','0','111749748817','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2454,'','Cash','','2025-06-12 20:22:07','','0','11','2025-06-12 20:22:07','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','1','0','111749748916','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2455,'','Cash','','2025-06-12 20:23:14','','0','11','2025-06-12 20:23:14','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','111749748992','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2456,'','Cash','','2025-06-12 20:38:34','','0','11','2025-06-12 20:38:34','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','3','0','111749749904','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2457,'','Cash','','2025-06-12 20:39:46','','0','11','2025-06-12 20:39:46','','70','70','1','retail','0','70','1','0','0','0','0','0','0','new',' ','','1','0','111749749935','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2458,'','Cash','','2025-06-12 20:40:14','','0','11','2025-06-12 20:40:14','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','111749750012','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2459,'','Cash','','2025-06-12 20:59:46','','0','11','2025-06-12 20:53:12','','70','70','1','retail','0','70','1','0','0','0','0','0','0','new',' ','','1','0','111749750790','No','11','2025-06-12 20:59:46','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2460,'','Cash','','2025-06-12 20:53:53','','0','11','2025-06-12 20:53:53','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','1','0','111749750816','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2461,'','Cash','','2025-06-12 21:03:18','','0','22','2025-06-12 21:03:18','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','221749751383','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2462,'','Cash','','2025-06-12 21:40:03','','0','18','2025-06-12 21:40:03','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','181749753601','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2463,'','Cash','','2025-06-12 21:43:38','','0','18','2025-06-12 21:43:38','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','181749753817','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2464,'','Cash','','2025-06-13 07:29:07','','0','18','2025-06-13 07:29:07','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','181749788943','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2465,'','Cash','','2025-06-13 08:33:53','','0','18','2025-06-13 08:33:53','','440','440','1','retail','0','440','1','0','0','0','0','0','0','new',' ','','1','0','181749792794','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2466,'','Cash','','2025-06-13 08:34:56','','0','18','2025-06-13 08:34:56','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','3','0','181749792866','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2467,'','Cash','','2025-06-13 08:36:21','','0','18','2025-06-13 08:36:21','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181749792979','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2468,'','Cash','','2025-06-13 08:36:53','','0','18','2025-06-13 08:36:53','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','181749793011','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2469,'','Cash','','2025-06-13 10:02:46','','0','22','2025-06-13 10:02:46','','220','220','1','retail','0','220','1','0','0','0','0','0','0','new',' ','','1','0','221749797970','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2470,'','Cash','','2025-06-13 13:34:22','','0','11','2025-06-13 11:03:24','','560','560','1','retail','0','560','1','0','0','0','0','0','0','new',' ','','3','0','111749801761','No','11','2025-06-13 13:34:22','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2471,'','Cash','','2025-06-13 11:40:37','','0','22','2025-06-13 11:40:37','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','221749804036','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2472,'','Cash','','2025-06-13 12:14:12','','0','22','2025-06-13 12:14:12','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','221749806050','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2473,'','Cash','','2025-06-13 12:40:21','','0','22','2025-06-13 12:40:21','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','3','0','221749807619','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2474,'','Cash','','2025-06-13 12:56:55','','0','22','2025-06-13 12:56:55','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','3','0','221749808602','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2475,'','Cash','','2025-06-13 13:03:18','','0','22','2025-06-13 13:03:18','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','221749808967','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2476,'','Cash','','2025-06-13 13:19:11','','0','22','2025-06-13 13:19:11','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','221749809950','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2477,'','Cash','','2025-06-13 13:38:38','','0','22','2025-06-13 13:20:39','','430','430','1','retail','0','430','1','0','0','0','0','0','0','printed',' ','','1','0','221749810013','No','22','2025-06-13 13:38:38','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2478,'','Cash','','2025-06-13 13:44:14','','0','22','2025-06-13 13:44:14','','430','430','1','retail','0','430','1','0','0','0','0','0','0','new',' ','','3','0','221749811233','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2479,'','Cash','','2025-06-13 14:02:06','','0','22','2025-06-13 14:02:06','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','221749811592','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2480,'','Cash','','2025-06-13 14:09:33','','0','22','2025-06-13 14:09:33','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','221749812970','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2481,'','Cash','','2025-06-13 14:14:40','','0','22','2025-06-13 14:14:40','','320','320','1','retail','0','320','1','0','0','0','0','0','0','new',' ','','1','0','221749813244','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2482,'','Cash','','2025-06-13 14:17:22','','0','11','2025-06-13 14:17:22','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','111749813439','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2483,'','Cash','','2025-06-13 14:35:16','','0','22','2025-06-13 14:35:16','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','221749814514','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2484,'','Cash','','2025-06-13 15:14:19','','0','11','2025-06-13 15:14:19','','280','280','1','retail','0','280','1','0','0','0','0','0','0','new',' ','','1','0','111749816829','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2485,'','Cash','','2025-06-13 15:30:32','','0','11','2025-06-13 15:14:48','','580','580','1','retail','0','580','1','0','0','0','0','0','0','new',' ','','3','0','111749816881','No','11','2025-06-13 15:30:32','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2486,'','Cash','','2025-06-13 15:15:13','','0','11','2025-06-13 15:15:13','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','111749816911','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2487,'','Cash','','2025-06-13 15:20:41','','0','22','2025-06-13 15:20:41','','40','40','1','retail','0','40','1','0','0','0','0','0','0','new',' ','','1','0','221749817235','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2488,'','Cash','','2025-06-13 15:44:43','','0','11','2025-06-13 15:44:43','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','111749818682','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2489,'','Cash','','2025-06-13 16:27:13','','0','22','2025-06-13 16:27:13','','500','500','1','retail','0','500','1','0','0','0','0','0','0','new',' ','','3','0','221749821128','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2490,'','Cash','','2025-06-13 16:35:17','','0','22','2025-06-13 16:35:17','','280','280','1','retail','0','280','1','0','0','0','0','0','0','new',' ','','1','0','221749821714','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2491,'','Cash','','2025-06-13 16:46:17','','0','11','2025-06-13 16:46:17','','560','560','1','retail','0','560','1','0','0','0','0','0','0','new',' ','','1','0','111749822366','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2492,'','Cash','','2025-06-13 18:58:00','','0','22','2025-06-13 17:30:02','','560','560','1','retail','0','560','1','0','0','0','0','0','0','new',' ','','3','0','221749824991','No','22','2025-06-13 18:58:00','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2493,'','Cash','','2025-06-13 17:37:55','','0','22','2025-06-13 17:37:55','','140','140','1','retail','0','140','1','0','0','0','0','0','0','new',' ','','1','0','221749825370','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2494,'','Cash','','2025-06-13 17:43:16','','0','11','2025-06-13 17:43:16','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','111749825790','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2495,'','Cash','','2025-06-13 17:47:30','','0','22','2025-06-13 17:47:30','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','221749826039','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2496,'','Cash','','2025-06-13 18:16:03','','0','22','2025-06-13 18:16:03','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','221749827760','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2497,'','Cash','','2025-06-13 19:02:26','','0','11','2025-06-13 19:02:26','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','111749830348','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2498,'','Cash','','2025-06-13 19:24:13','','0','22','2025-06-13 19:24:13','','130','130','1','retail','0','130','1','0','0','0','0','0','0','new',' ','','1','0','221749831806','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2499,'','Cash','','2025-06-13 19:38:25','','0','11','2025-06-13 19:38:25','','510','510','1','retail','0','510','1','0','0','0','0','0','0','new',' ','','1','0','111749832681','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2500,'','Cash','','2025-06-13 19:57:32','','0','22','2025-06-13 19:57:32','','700','700','1','retail','0','700','1','0','0','0','0','0','0','new',' ','','3','0','221749833803','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2501,'','Cash','','2025-06-13 19:59:52','','0','22','2025-06-13 19:59:52','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','1','0','221749833967','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2502,'','Cash','','2025-06-13 20:02:52','','0','11','2025-06-13 20:02:53','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','3','0','111749834135','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2503,'','Cash','','2025-06-13 20:03:22','','0','22','2025-06-13 20:03:22','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','221749834197','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2504,'','Cash','','2025-06-13 20:55:29','','0','22','2025-06-13 20:55:29','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','1','0','221749837318','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2505,'','Cash','','2025-06-13 21:17:20','','0','18','2025-06-13 21:17:20','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','181749838631','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2506,'','Cash','','2025-06-14 06:17:48','','0','18','2025-06-14 06:17:48','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','1','0','181749871044','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2507,'','Cash','','2025-06-14 08:10:34','','0','18','2025-06-14 08:10:34','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','181749877832','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2508,'','Cash','','2025-06-14 08:10:55','','0','18','2025-06-14 08:10:55','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','181749877854','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2509,'','Cash','','2025-06-14 09:33:23','','0','22','2025-06-14 09:33:23','','70','70','1','retail','0','70','1','0','0','0','0','0','0','new',' ','','1','0','221749882782','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2510,'','Cash','','2025-06-14 09:40:57','','0','22','2025-06-14 09:40:57','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','221749883254','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2511,'','Cash','','2025-06-14 10:08:47','','0','22','2025-06-14 10:08:47','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','221749884924','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2512,'','Cash','','2025-06-14 10:56:25','','0','22','2025-06-14 10:56:25','','90','90','1','retail','0','90','1','0','0','0','0','0','0','new',' ','','1','0','221749887714','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2513,'','Cash','','2025-06-14 11:20:41','','0','22','2025-06-14 11:20:41','','240','240','1','retail','0','240','1','0','0','0','0','0','0','new',' ','','3','0','221749889200','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2514,'','Cash','','2025-06-14 11:59:15','','0','22','2025-06-14 11:28:25','','1100','1100','1','retail','0','1100','1','0','0','0','0','0','0','new',' ','','1','0','221749889699','No','22','2025-06-14 11:59:15','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2515,'','Cash','','2025-06-14 11:41:43','','0','22','2025-06-14 11:41:43','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','3','0','221749890498','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2516,'','Cash','','2025-06-14 12:10:28','','0','11','2025-06-14 12:10:28','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','111749892217','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2517,'','Cash','','2025-06-14 12:19:40','','0','11','2025-06-14 12:19:40','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','111749892775','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2518,'','Cash','','2025-06-14 12:56:44','','0','22','2025-06-14 12:56:44','','810','810','1','retail','0','810','1','0','0','0','0','0','0','new',' ','','1','0','221749894937','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2519,'','Cash','','2025-06-14 13:05:29','','0','22','2025-06-14 13:05:29','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','221749895521','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2520,'','Cash','','2025-06-14 13:09:53','','0','22','2025-06-14 13:09:53','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','3','0','221749895790','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2521,'','Cash','','2025-06-14 14:27:28','','0','22','2025-06-14 14:24:11','','520','520','1','retail','0','520','1','0','0','0','0','0','0','new',' ','','','0','221749900151','No','22','2025-06-14 14:27:28','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2522,'','Cash','','2025-06-14 14:42:58','','0','11','2025-06-14 14:42:58','','750','750','1','retail','0','750','1','0','0','0','0','0','0','new',' ','','1','0','111749901360','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2523,'','Cash','','2025-06-14 14:45:02','','0','22','2025-06-14 14:45:02','','280','280','1','retail','0','280','1','0','0','0','0','0','0','new',' ','','3','0','221749901387','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2524,'','Cash','','2025-06-14 14:54:26','','0','22','2025-06-14 14:54:26','','270','270','1','retail','0','270','1','0','0','0','0','0','0','new',' ','','1','0','221749901980','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2525,'','Cash','','2025-06-14 15:36:15','','0','11','2025-06-14 15:36:15','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','111749904570','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2526,'','Cash','','2025-06-14 17:06:19','','0','22','2025-06-14 17:06:19','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','221749909595','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2527,'','Cash','','2025-06-14 17:38:28','','0','11','2025-06-14 17:20:25','','500','500','1','retail','0','500','1','0','0','0','0','0','0','new',' ','','1','0','111749910814','No','11','2025-06-14 17:38:28','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2528,'','Cash','','2025-06-14 18:05:39','','0','22','2025-06-14 17:27:09','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','3','0','221749911214','No','22','2025-06-14 18:05:39','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2529,'','Cash','','2025-06-14 18:08:46','','0','22','2025-06-14 18:08:46','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','1','0','221749913618','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2530,'','Cash','','2025-06-14 18:28:48','','0','22','2025-06-14 18:28:48','','270','270','1','retail','0','270','1','0','0','0','0','0','0','new',' ','','3','0','221749914870','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2531,'','Cash','','2025-06-14 18:29:37','','0','22','2025-06-14 18:29:37','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','221749914964','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2532,'','Cash','','2025-06-14 19:23:39','','0','11','2025-06-14 18:53:14','','700','700','1','retail','0','700','1','0','0','0','0','0','0','new',' ','','1','0','111749916368','No','11','2025-06-14 19:23:39','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2533,'','Cash','','2025-06-14 19:09:22','','0','11','2025-06-14 19:09:22','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','111749917331','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2534,'','Cash','','2025-06-14 19:14:17','','0','11','2025-06-14 19:14:17','','310','310','1','retail','0','310','1','0','0','0','0','0','0','new',' ','','1','0','111749917582','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2535,'','Cash','','2025-06-14 19:21:12','','0','22','2025-06-14 19:21:12','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','1','0','221749918026','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2536,'','Cash','','2025-06-14 19:22:05','','0','22','2025-06-14 19:22:05','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','221749918121','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2537,'','Cash','','2025-06-14 19:43:40','','0','11','2025-06-14 19:43:40','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','111749919417','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2538,'','Cash','','2025-06-14 19:54:07','','0','11','2025-06-14 19:54:07','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','111749920044','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2539,'','Cash','','2025-06-14 20:45:59','','0','11','2025-06-14 19:55:06','','280','280','1','retail','0','280','1','0','0','0','0','0','0','new',' ','','3','0','111749920068','No','11','2025-06-14 20:45:59','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2540,'','Cash','','2025-06-14 19:58:44','','0','22','2025-06-14 19:58:44','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','221749920323','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2541,'','Cash','','2025-06-14 20:30:29','','0','22','2025-06-14 20:16:11','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','221749921353','No','22','2025-06-14 20:30:29','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2542,'','Cash','','2025-06-14 21:06:35','','0','11','2025-06-14 21:06:35','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','1','0','111749924364','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2543,'','Cash','','2025-06-14 22:45:43','','0','18','2025-06-14 22:45:43','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','3','0','181749930319','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2544,'','Cash','','2025-06-14 22:47:41','','0','18','2025-06-14 22:47:41','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','181749930460','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2545,'','Cash','','2025-06-14 23:53:43','','0','18','2025-06-14 23:53:43','','90','90','1','retail','0','90','1','0','0','0','0','0','0','new',' ','','1','0','181749934410','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2546,'','Cash','','2025-06-15 04:46:57','','0','18','2025-06-15 04:46:57','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','181749951949','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2547,'','Cash','','2025-06-15 09:25:19','','0','8','2025-06-15 09:25:19','','850','850','1','retail','0','850','1','0','0','0','0','0','0','new',' ','','1','0','81749968682','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2548,'','Cash','','2025-06-15 09:44:23','','0','8','2025-06-15 09:32:42','','260','260','1','retail','0','260','1','0','0','0','0','0','0','new',' ','','1','0','81749969140','No','8','2025-06-15 09:44:23','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2549,'','Cash','','2025-06-15 10:26:09','','0','8','2025-06-15 10:11:12','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','1','0','81749971447','No','8','2025-06-15 10:26:09','','','5','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2550,'','Cash','','2025-06-15 11:12:05','','0','8','2025-06-15 11:12:05','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','81749975124','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2551,'','Cash','','2025-06-15 12:49:00','','0','8','2025-06-15 11:57:11','','1200','1200','1','retail','0','1200','1','0','0','0','0','0','0','new',' ','','3','0','81749977820','No','8','2025-06-15 12:49:00','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2552,'','Cash','','2025-06-15 12:44:14','','0','22','2025-06-15 12:09:08','','1000','1000','1','retail','0','1000','1','0','0','0','0','0','0','new',' ','','3','0','221749978481','No','22','2025-06-15 12:44:14','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2553,'','Cash','','2025-06-15 12:48:27','','0','22','2025-06-15 12:17:54','','580','580','1','retail','0','580','1','0','0','0','0','0','0','new',' ','','1','0','221749978655','No','22','2025-06-15 12:48:27','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2554,'','Cash','','2025-06-15 13:12:19','','0','8','2025-06-15 12:48:03','','450','450','1','retail','0','450','1','0','0','0','0','0','0','new',' ','','1','0','81749980879','No','8','2025-06-15 13:12:19','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2555,'','Cash','','2025-06-15 13:26:24','','0','22','2025-06-15 12:51:00','','800','800','1','retail','0','800','1','0','0','0','0','0','0','new',' ','','1','0','221749980975','No','22','2025-06-15 13:26:24','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2556,'','Cash','','2025-06-15 13:35:27','','0','8','2025-06-15 13:35:27','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','81749983724','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2557,'','Cash','','2025-06-15 14:48:53','','0','22','2025-06-15 13:45:54','','860','860','1','retail','0','860','1','0','0','0','0','0','0','new',' ','','1','0','221749984202','No','22','2025-06-15 14:48:53','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2558,'','Cash','','2025-06-15 14:41:15','','0','22','2025-06-15 14:16:59','','330','330','1','retail','0','330','1','0','0','0','0','0','0','new',' ','','1','0','221749986217','No','22','2025-06-15 14:41:15','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2559,'','Cash','','2025-06-15 14:53:17','','0','8','2025-06-15 14:23:33','','480','480','1','retail','0','480','1','0','0','0','0','0','0','new',' ','','3','0','81749986523','No','8','2025-06-15 14:53:17','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2560,'','Cash','','2025-06-15 14:24:43','','0','22','2025-06-15 14:24:43','','330','330','1','retail','0','330','1','0','0','0','0','0','0','new',' ','','1','0','221749986675','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2561,'','Cash','','2025-06-15 17:03:14','','0','22','2025-06-15 14:26:19','','1530','1530','1','retail','0','1530','1','0','0','0','0','0','0','new',' ','','3','0','221749986744','No','22','2025-06-15 17:03:14','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2562,'','Cash','','2025-06-15 14:26:28','','0','8','2025-06-15 14:26:28','','1900','1900','1','retail','0','1900','1','0','0','0','0','0','0','new',' ','','3','0','81749986646','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2563,'','Cash','','2025-06-15 15:03:35','','0','8','2025-06-15 15:03:35','','850','850','1','retail','0','850','1','0','0','0','0','0','0','new',' ','','1','0','81749988798','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2564,'','Cash','','2025-06-15 15:05:38','','0','8','2025-06-15 15:05:38','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','81749989120','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2565,'','Cash','','2025-06-15 15:10:15','','0','22','2025-06-15 15:10:15','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','221749988979','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2566,'','Cash','','2025-06-15 15:27:27','','0','8','2025-06-15 15:27:27','','660','660','1','retail','0','660','1','0','0','0','0','0','0','new',' ','','1','0','81749990427','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2567,'','Cash','','2025-06-15 15:43:19','','0','8','2025-06-15 15:30:49','','110','110','1','retail','0','110','1','0','0','0','0','0','0','new',' ','','1','0','81749990601','No','8','2025-06-15 15:43:19','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2568,'','Cash','','2025-06-15 15:41:32','','0','22','2025-06-15 15:41:32','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','221749991291','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2569,'','Cash','','2025-06-15 15:53:19','','0','8','2025-06-15 15:53:19','','120','120','1','retail','0','120','1','0','0','0','0','0','0','new',' ','','1','0','81749991951','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2570,'','Cash','','2025-06-15 15:55:46','','0','8','2025-06-15 15:55:46','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','81749992145','No','','','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2571,'','Cash','','2025-06-15 16:50:12','','0','8','2025-06-15 16:11:32','','800','800','1','retail','0','800','1','0','0','0','0','0','0','new',' ','','3','0','81749993061','No','8','2025-06-15 16:50:12','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2572,'','Cash','','2025-06-15 16:48:36','','0','22','2025-06-15 16:48:36','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','221749995310','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2573,'','Cash','','2025-06-15 16:49:53','','0','22','2025-06-15 16:49:53','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','221749995392','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2574,'','Cash','','2025-06-15 16:55:45','','0','22','2025-06-15 16:55:45','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','221749995732','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2575,'','Cash','','2025-06-15 18:00:01','','0','22','2025-06-15 17:50:15','','500','500','1','retail','0','500','1','0','0','0','0','0','0','new',' ','','3','0','221749998896','No','22','2025-06-15 18:00:01','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2576,'','Cash','','2025-06-15 17:58:40','','0','8','2025-06-15 17:58:40','','700','700','1','retail','0','700','1','0','0','0','0','0','0','new',' ','','1','0','81749999501','No','','','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2577,'','Cash','','2025-06-15 18:03:45','','0','8','2025-06-15 18:03:45','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','81749999803','No','','','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2578,'','Cash','','2025-06-15 18:20:43','','0','22','2025-06-15 18:20:43','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','221750000842','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2579,'','Cash','','2025-06-15 18:24:58','','0','8','2025-06-15 18:24:58','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','81750001095','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2580,'','Cash','','2025-06-15 19:10:15','','0','22','2025-06-15 19:10:16','','1090','1090','1','retail','0','1090','1','0','0','0','0','0','0','new',' ','','1','0','221750001664','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2581,'','Cash','','2025-06-15 19:28:22','','0','22','2025-06-15 19:28:22','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','221750004840','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2582,'','Cash','','2025-06-15 19:29:26','','0','22','2025-06-15 19:29:26','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','221750004964','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2583,'','Cash','','2025-06-15 19:32:27','','0','22','2025-06-15 19:32:27','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','221750004998','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2584,'','Cash','','2025-06-15 20:43:55','','0','8','2025-06-15 20:43:55','','880','880','1','retail','0','880','1','0','0','0','0','0','0','new',' ','','1','0','81750009276','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2585,'','Cash','','2025-06-15 20:46:49','','0','22','2025-06-15 20:46:49','','1100','1100','1','retail','0','1100','1','0','0','0','0','0','0','new',' ','','3','0','221750009437','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2586,'','Cash','','2025-06-15 20:58:11','','0','8','2025-06-15 20:58:11','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','1','0','81750010290','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2587,'','Cash','','2025-06-15 21:08:25','','0','8','2025-06-15 21:03:06','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','81750010568','No','8','2025-06-15 21:08:25','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2588,'','Cash','','2025-06-15 21:31:33','','0','18','2025-06-15 21:31:33','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','181750012287','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2589,'','Cash','','2025-06-15 21:32:02','','0','18','2025-06-15 21:32:02','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','181750012321','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2590,'','Cash','','2025-06-15 21:50:15','','0','18','2025-06-15 21:50:15','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','181750013414','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2591,'','Cash','','2025-06-15 22:06:02','','0','18','2025-06-15 22:06:02','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','181750014357','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2592,'','Cash','','2025-06-15 22:14:29','','0','18','2025-06-15 22:14:29','','480','480','1','retail','0','480','1','0','0','0','0','0','0','new',' ','','1','0','181750014850','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2593,'','Cash','','2025-06-16 10:09:58','','0','11','2025-06-16 10:09:58','','90','90','1','retail','0','90','1','0','0','0','0','0','0','new',' ','','1','0','111750057785','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2594,'','Cash','','2025-06-16 15:50:51','','0','11','2025-06-16 10:38:55','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','111750059525','No','11','2025-06-16 15:50:51','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2595,'','Cash','','2025-06-16 10:39:17','','0','11','2025-06-16 10:39:17','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','111750059555','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2596,'','Cash','','2025-06-16 11:51:56','','0','11','2025-06-16 11:51:56','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','1','0','111750063905','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2597,'','Cash','','2025-06-16 12:28:18','','0','11','2025-06-16 12:28:18','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','1','0','111750066093','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2598,'','Cash','','2025-06-16 12:41:21','','0','11','2025-06-16 12:41:21','','640','640','1','retail','0','640','1','0','0','0','0','0','0','new',' ','','1','0','111750066752','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2599,'','Cash','','2025-06-16 12:42:51','','0','11','2025-06-16 12:42:51','','450','450','1','retail','0','450','1','0','0','0','0','0','0','new',' ','','3','0','111750066929','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2600,'','Cash','','2025-06-16 12:48:10','','0','11','2025-06-16 12:48:10','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','111750067288','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2601,'','Cash','','2025-06-16 13:25:14','','0','11','2025-06-16 13:14:13','','650','650','1','retail','0','650','1','0','0','0','0','0','0','new',' ','','3','0','111750068766','No','11','2025-06-16 13:25:14','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2602,'','Cash','','2025-06-16 13:20:32','','0','11','2025-06-16 13:20:32','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','3','0','111750069229','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2603,'','Cash','','2025-06-16 13:29:15','','0','11','2025-06-16 13:29:15','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','1','0','111750069726','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2604,'','Cash','','2025-06-16 13:32:32','','0','11','2025-06-16 13:32:32','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','1','0','111750069914','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2605,'','Cash','','2025-06-16 14:04:53','','0','11','2025-06-16 14:04:53','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','111750071883','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2606,'','Cash','','2025-06-16 14:18:24','','0','11','2025-06-16 14:18:24','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','111750072699','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2607,'','Cash','','2025-06-16 14:36:40','','0','11','2025-06-16 14:36:40','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','1','0','111750073709','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2608,'','Cash','','2025-06-16 15:08:43','','0','11','2025-06-16 14:56:41','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','111750074999','No','11','2025-06-16 15:08:43','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2609,'','Cash','','2025-06-16 15:05:01','','0','11','2025-06-16 15:05:01','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','111750075499','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2610,'','Cash','','2025-06-16 15:27:18','','0','11','2025-06-16 15:07:43','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','111750075628','No','11','2025-06-16 15:27:18','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2611,'','Cash','','2025-06-16 15:46:43','','0','11','2025-06-16 15:18:24','','780','780','1','retail','0','780','1','0','0','0','0','0','0','new',' ','','3','0','111750076284','No','11','2025-06-16 15:46:43','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2612,'','Cash','','2025-06-16 16:05:48','','0','11','2025-06-16 16:05:48','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','111750079142','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2613,'','Cash','','2025-06-16 16:34:21','','0','11','2025-06-16 16:34:21','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','111750080858','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2614,'','Cash','','2025-06-16 17:03:25','','0','11','2025-06-16 17:03:25','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','111750082600','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2615,'','Cash','','2025-06-16 17:33:07','','0','11','2025-06-16 17:18:22','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','1','0','111750083443','No','11','2025-06-16 17:33:08','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2616,'','Cash','','2025-06-16 18:17:36','','0','11','2025-06-16 18:17:36','','530','530','1','retail','0','530','1','0','0','0','0','0','0','new',' ','','3','0','111750086634','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2617,'','Cash','','2025-06-16 18:27:58','','0','11','2025-06-16 18:27:58','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','1','0','111750087597','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2618,'','Cash','','2025-06-16 18:34:25','','0','11','2025-06-16 18:34:25','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','111750088020','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2619,'','Cash','','2025-06-16 18:58:53','','0','11','2025-06-16 18:58:53','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','111750089532','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2620,'','Cash','','2025-06-16 19:03:35','','0','11','2025-06-16 19:03:35','','160','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','3','0','111750089749','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2621,'','Cash','','2025-06-16 19:06:47','','0','11','2025-06-16 19:06:47','','160','160','1','retail','0','160','1','0','0','0','0','0','0','printed',' ','','3','0','111750089917','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2622,'','Cash','','2025-06-16 19:10:13','','0','11','2025-06-16 19:10:13','','160','160','1','retail','0','160','1','0','0','0','0','0','0','new',' ','','3','0','111750090120','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2623,'','Cash','','2025-06-16 19:27:54','','0','11','2025-06-16 19:27:54','','1750','1750','1','retail','0','1750','1','0','0','0','0','0','0','new',' ','','3','0','111750091000','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2624,'','Cash','','2025-06-16 19:29:30','','0','11','2025-06-16 19:29:30','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','111750091363','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2625,'','Cash','','2025-06-16 19:32:18','','0','11','2025-06-16 19:32:18','','360','360','1','retail','0','360','1','0','0','0','0','0','0','new',' ','','1','0','111750091443','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2626,'','Cash','','2025-06-16 19:32:53','','0','11','2025-06-16 19:32:53','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','111750091561','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2627,'','Cash','','2025-06-16 19:34:36','','0','11','2025-06-16 19:34:36','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','111750091675','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2628,'','Cash','','2025-06-16 19:37:01','','0','11','2025-06-16 19:37:01','','500','500','1','retail','0','500','1','0','0','0','0','0','0','new',' ','','3','0','111750091755','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2629,'','Cash','','2025-06-16 19:48:29','','0','11','2025-06-16 19:48:29','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','111750092508','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2630,'','Cash','','2025-06-16 20:03:48','','0','11','2025-06-16 20:03:48','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','111750093405','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2631,'','Cash','','2025-06-16 20:37:30','','0','11','2025-06-16 20:37:30','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','3','0','111750095449','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2632,'','Cash','','2025-06-16 20:37:50','','0','11','2025-06-16 20:37:50','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','111750095468','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2633,'','Cash','','2025-06-16 20:40:34','','0','11','2025-06-16 20:40:34','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','111750095619','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2634,'','Cash','','2025-06-16 21:53:46','','0','18','2025-06-16 21:53:46','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','1','0','181750099979','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2635,'','Cash','','2025-06-16 22:58:16','','0','18','2025-06-16 22:58:16','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','181750103894','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2636,'','Cash','','2025-06-17 01:22:22','','0','18','2025-06-17 00:32:15','','430','430','1','retail','0','430','1','0','0','0','0','0','0','new',' ','','3','0','181750109516','No','18','2025-06-17 01:22:22','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2637,'','Cash','','2025-06-17 10:19:06','','0','11','2025-06-17 10:19:06','','40','40','1','retail','0','40','1','0','0','0','0','0','0','new',' ','','1','0','111750144739','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2638,'','Cash','','2025-06-17 10:31:45','','0','22','2025-06-17 10:31:45','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','221750145504','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2639,'','Cash','','2025-06-17 13:46:20','','0','11','2025-06-17 10:43:48','','270','270','1','retail','0','270','1','0','0','0','0','0','0','printed',' ','','1','0','111750146169','No','19','2025-06-17 13:46:20','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2640,'','Cash','','2025-06-17 10:45:19','','0','11','2025-06-17 10:45:19','','90','90','1','retail','0','90','1','0','0','0','0','0','0','new',' ','','3','0','111750146271','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2641,'','Cash','','2025-06-17 11:02:35','','0','22','2025-06-17 11:02:35','','40','40','1','retail','0','40','1','0','0','0','0','0','0','new',' ','','1','0','221750147349','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2642,'','Cash','','2025-06-17 11:56:36','','0','11','2025-06-17 11:56:36','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','111750150595','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2643,'','Cash','','2025-06-17 11:58:43','','0','11','2025-06-17 11:58:43','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','111750150714','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2644,'','Cash','','2025-06-17 12:22:01','','0','22','2025-06-17 12:22:01','','370','370','1','retail','0','370','1','0','0','0','0','0','0','new',' ','','1','0','221750152058','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2645,'','Cash','','2025-06-17 13:10:29','','0','22','2025-06-17 13:10:29','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','221750155019','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2646,'','Cash','','2025-06-17 13:10:32','','0','11','2025-06-17 13:10:32','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','111750155030','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2647,'','Cash','','2025-06-17 13:17:27','','0','19','2025-06-17 13:17:27','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','1','0','191750155445','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2648,'','Cash','','2025-06-17 13:50:05','','0','19','2025-06-17 13:48:49','','750','750','1','retail','0','750','1','0','0','0','0','0','0','new',' ','','3','0','191750157295','No','19','2025-06-17 13:50:05','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2649,'','Cash','','2025-06-17 14:59:47','','0','22','2025-06-17 14:59:47','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','221750161585','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2650,'','Cash','','2025-06-17 15:10:23','','0','19','2025-06-17 15:10:23','','160','160','1','retail','0','160','1','0','0','0','0','0','0','new',' ','','1','0','191750162177','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2651,'','Cash','','2025-06-17 15:34:52','','0','22','2025-06-17 15:34:52','','280','280','1','retail','0','280','1','0','0','0','0','0','0','new',' ','','1','0','221750162995','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2652,'','Cash','','2025-06-17 15:59:09','','0','22','2025-06-17 15:40:39','','750','750','1','retail','0','750','1','0','0','0','0','0','0','new',' ','','3','0','221750164011','No','22','2025-06-17 15:59:09','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2653,'','Cash','','2025-06-17 16:23:43','','0','19','2025-06-17 16:23:43','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','191750166621','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2654,'','Cash','','2025-06-17 16:40:01','','0','19','2025-06-17 16:40:01','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','191750167599','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2655,'','Cash','','2025-06-17 17:25:12','','0','19','2025-06-17 17:25:12','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','191750170305','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2656,'','Cash','','2025-06-17 17:20:44','','0','22','2025-06-17 17:20:44','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','221750170029','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2657,'','Cash','','2025-06-17 17:58:02','','0','22','2025-06-17 17:43:03','','280','280','1','retail','0','280','1','0','0','0','0','0','0','new',' ','','1','0','221750171376','No','22','2025-06-17 17:58:02','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2658,'','Cash','','2025-06-17 17:45:06','','0','19','2025-06-17 17:45:06','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','1','0','191750171375','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2659,'','Cash','','2025-06-17 17:51:02','','0','19','2025-06-17 17:48:49','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','3','0','191750171604','No','19','2025-06-17 17:51:02','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2660,'','Cash','','2025-06-17 21:05:55','','0','22','2025-06-17 17:59:14','','380','380','1','retail','0','380','1','0','0','0','0','0','0','new',' ','','3','0','221750172348','No','22','2025-06-17 21:05:55','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2661,'','Cash','','2025-06-17 19:16:14','','0','19','2025-06-17 19:16:14','','620','620','1','retail','0','620','1','0','0','0','0','0','0','new',' ','','1','0','191750176905','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2662,'','Cash','','2025-06-17 19:16:58','','0','22','2025-06-17 19:16:58','','280','280','1','retail','0','280','1','0','0','0','0','0','0','new',' ','','1','0','221750176964','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2663,'','Cash','','2025-06-17 19:18:11','','0','22','2025-06-17 19:18:11','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','221750177060','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2664,'','Cash','','2025-06-17 19:18:29','','0','19','2025-06-17 19:18:29','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','191750177107','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2665,'','Cash','','2025-06-17 19:19:06','','0','22','2025-06-17 19:19:06','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','1','0','221750177117','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2666,'','Cash','','2025-06-17 21:08:05','','0','19','2025-06-17 19:20:10','','100','100','1','retail','0','100','1','0','0','0','0','0','0','printed',' ','','3','0','191750177198','No','19','2025-06-17 21:08:05','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2667,'','Cash','','2025-06-17 19:22:06','','0','22','2025-06-17 19:22:06','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','221750177307','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2668,'','Cash','','2025-06-17 19:27:52','','0','19','2025-06-17 19:27:52','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','1','0','191750177647','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2669,'','Cash','','2025-06-17 19:30:46','','0','22','2025-06-17 19:30:46','','270','270','1','retail','0','270','1','0','0','0','0','0','0','new',' ','','1','0','221750177770','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2670,'','Cash','','2025-06-17 19:31:18','','0','19','2025-06-17 19:31:18','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','191750177871','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2671,'','Cash','','2025-06-17 19:32:36','','0','19','2025-06-17 19:32:36','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','191750177954','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2672,'','Cash','','2025-06-17 19:52:27','','0','19','2025-06-17 19:52:28','','310','310','1','retail','0','310','1','0','0','0','0','0','0','new',' ','','1','0','191750179083','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2673,'','Cash','','2025-06-17 19:57:56','','0','22','2025-06-17 19:57:56','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','221750179470','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2674,'','Cash','','2025-06-17 20:04:03','','0','22','2025-06-17 20:04:03','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','1','0','221750179809','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2675,'','Cash','','2025-06-17 20:08:30','','0','19','2025-06-17 20:08:30','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','191750180109','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2676,'','Cash','','2025-06-17 20:17:53','','0','19','2025-06-17 20:17:53','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','191750180672','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2677,'','Cash','','2025-06-17 20:25:45','','0','22','2025-06-17 20:25:45','','210','210','1','retail','0','210','1','0','0','0','0','0','0','new',' ','','1','0','221750181084','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2678,'','Cash','','2025-06-17 20:26:28','','0','22','2025-06-17 20:26:28','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','221750181186','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2679,'','Cash','','2025-06-17 20:53:00','','0','22','2025-06-17 20:34:29','','600','600','1','retail','0','600','1','0','0','0','0','0','0','new',' ','','1','0','221750181617','No','22','2025-06-17 20:53:00','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2680,'','Cash','','2025-06-17 20:48:58','','0','19','2025-06-17 20:48:58','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','3','0','191750182511','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2681,'','Cash','','2025-06-17 21:54:36','','0','18','2025-06-17 21:54:36','','170','170','1','retail','0','170','1','0','0','0','0','0','0','new',' ','','3','0','181750186411','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2682,'','Cash','','2025-06-17 22:14:12','','0','18','2025-06-17 22:14:12','','450','450','1','retail','0','450','1','0','0','0','0','0','0','new',' ','','3','0','181750187597','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2683,'','Cash','','2025-06-17 22:15:19','','0','18','2025-06-17 22:15:19','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','181750187717','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2684,'','Cash','','2025-06-17 22:15:39','','0','18','2025-06-17 22:15:39','','40','40','1','retail','0','40','1','0','0','0','0','0','0','new',' ','','1','0','181750187734','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2685,'','Cash','','2025-06-17 22:33:03','','0','18','2025-06-17 22:33:03','','580','580','1','retail','0','580','1','0','0','0','0','0','0','new',' ','','1','0','181750188759','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2686,'','Cash','','2025-06-18 02:48:43','','0','18','2025-06-18 02:48:43','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','181750204109','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2687,'','Cash','','2025-06-18 07:37:45','','0','18','2025-06-18 07:37:45','','70','70','1','retail','0','70','1','0','0','0','0','0','0','new',' ','','1','0','181750221452','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2688,'','Cash','','2025-06-18 09:03:50','','0','18','2025-06-18 09:03:50','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181750226629','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2689,'','Cash','','2025-06-18 13:20:52','','0','19','2025-06-18 13:20:52','','260','260','1','retail','0','260','1','0','0','0','0','0','0','new',' ','','1','0','191750241996','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2690,'','Cash','','2025-06-18 13:35:53','','0','22','2025-06-18 13:19:36','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','1','0','221750241974','No','22','2025-06-18 13:35:53','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2691,'','Cash','','2025-06-18 13:24:35','','0','22','2025-06-18 13:24:35','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','221750242274','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2692,'','Cash','','2025-06-18 13:47:49','','0','19','2025-06-18 13:47:49','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','191750243658','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2693,'','Cash','','2025-06-18 15:43:46','','0','19','2025-06-18 14:32:05','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','1','0','191750246323','No','19','2025-06-18 15:43:46','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2694,'','Cash','','2025-06-18 14:40:02','','0','22','2025-06-18 14:40:02','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','221750246768','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2695,'','Cash','','2025-06-18 16:19:23','','0','19','2025-06-18 16:19:23','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','191750252761','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2696,'','Cash','','2025-06-18 16:30:18','','0','19','2025-06-18 16:30:18','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','191750253403','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2697,'','Cash','','2025-06-18 16:32:43','','0','22','2025-06-18 16:32:43','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','3','0','221750253515','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2698,'','Cash','','2025-06-18 17:03:17','','0','22','2025-06-18 17:03:17','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','3','0','221750255188','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2699,'','Cash','','2025-06-18 17:06:08','','0','22','2025-06-18 17:06:08','','280','280','1','retail','0','280','1','0','0','0','0','0','0','new',' ','','1','0','221750255537','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2700,'','Cash','','2025-06-18 17:17:58','','0','22','2025-06-18 17:17:58','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','221750256276','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2701,'','Cash','','2025-06-18 17:26:05','','0','22','2025-06-18 17:26:05','','370','370','1','retail','0','370','1','0','0','0','0','0','0','new',' ','','3','0','221750256658','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2702,'','Cash','','2025-06-18 17:32:15','','0','19','2025-06-18 17:32:15','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','191750257126','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2703,'','Cash','','2025-06-18 17:49:42','','0','19','2025-06-18 17:49:42','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','191750258174','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2704,'','Cash','','2025-06-18 18:25:37','','0','22','2025-06-18 17:53:07','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','221750258385','No','22','2025-06-18 18:25:37','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2705,'','Cash','','2025-06-18 17:55:48','','0','22','2025-06-18 17:55:48','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','221750258546','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2706,'','Cash','','2025-06-18 18:12:09','','0','22','2025-06-18 18:12:09','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','3','0','221750259411','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2707,'','Cash','','2025-06-18 19:39:53','','0','22','2025-06-18 18:38:03','','340','340','1','retail','0','340','1','0','0','0','0','0','0','new',' ','','1','0','221750260845','No','22','2025-06-18 19:39:53','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2708,'','Cash','','2025-06-18 18:42:59','','0','19','2025-06-18 18:42:59','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','191750261375','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2709,'','Cash','','2025-06-18 19:27:38','','0','22','2025-06-18 19:27:38','','160','160','1','retail','0','160','1','0','0','0','0','0','0','new',' ','','3','0','221750264006','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2710,'','Cash','','2025-06-18 19:44:11','','0','19','2025-06-18 19:44:11','','680','680','1','retail','0','680','1','0','0','0','0','0','0','new',' ','','3','0','191750264863','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2711,'','Cash','','2025-06-18 19:52:56','','0','22','2025-06-18 19:52:56','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','1','0','221750265527','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2712,'','Cash','','2025-06-18 19:58:17','','0','22','2025-06-18 19:58:17','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','221750265895','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2713,'','Cash','','2025-06-18 20:06:10','','0','19','2025-06-18 20:06:10','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','191750266369','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2714,'','Cash','','2025-06-18 20:35:22','','0','19','2025-06-18 20:35:22','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','1','0','191750268101','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2715,'','Cash','','2025-06-18 20:39:52','','0','22','2025-06-18 20:39:52','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','221750268391','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2716,'','Cash','','2025-06-18 21:20:21','','0','22','2025-06-18 20:57:50','','850','850','1','retail','0','850','1','0','0','0','0','0','0','new',' ','','1','0','221750269454','No','22','2025-06-18 21:20:21','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2717,'','Cash','','2025-06-18 21:07:57','','0','22','2025-06-18 21:07:57','','320','320','1','retail','0','320','1','0','0','0','0','0','0','new',' ','','1','0','221750270062','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2718,'','Cash','','2025-06-18 21:55:42','','0','18','2025-06-18 21:55:42','','120','120','1','retail','0','120','1','0','0','0','0','0','0','new',' ','','1','0','181750272928','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2719,'','Cash','','2025-06-18 22:02:23','','0','18','2025-06-18 22:02:23','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','181750273342','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2720,'','Cash','','2025-06-18 22:37:12','','0','18','2025-06-18 22:37:12','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','181750275430','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2721,'','Cash','','2025-06-18 22:38:27','','0','18','2025-06-18 22:38:27','','160','160','1','retail','0','160','1','0','0','0','0','0','0','new',' ','','1','0','181750275463','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2722,'','Cash','','2025-06-18 22:40:29','','0','18','2025-06-18 22:40:29','','40','40','1','retail','0','40','1','0','0','0','0','0','0','new',' ','','1','0','181750275623','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2723,'','Cash','','2025-06-19 06:59:36','','0','18','2025-06-19 06:59:36','','170','170','1','retail','0','170','1','0','0','0','0','0','0','new',' ','','1','0','181750305532','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2724,'','Cash','','2025-06-19 08:08:06','','0','18','2025-06-19 08:08:06','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','181750309685','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2725,'','Cash','','2025-06-19 08:56:01','','0','18','2025-06-19 08:56:01','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181750312560','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2726,'','Cash','','2025-06-19 10:26:31','','0','19','2025-06-19 10:26:31','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','191750317974','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2727,'','Cash','','2025-06-19 10:35:59','','0','22','2025-06-19 10:35:59','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','221750318557','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2728,'','Cash','','2025-06-19 10:38:02','','0','19','2025-06-19 10:38:02','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','191750318679','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2729,'','Cash','','2025-06-19 11:58:48','','0','19','2025-06-19 11:49:28','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','1','0','191750322902','No','19','2025-06-19 11:58:48','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2730,'','Cash','','2025-06-19 12:38:02','','0','19','2025-06-19 11:54:10','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','3','0','191750323249','No','19','2025-06-19 12:38:02','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2731,'','Cash','','2025-06-19 12:02:45','','0','19','2025-06-19 12:02:45','','150','150','1','retail','0','150','1','0','0','0','0','0','0','printed',' ','','3','0','191750323726','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2732,'','Cash','','2025-06-19 12:03:32','','0','19','2025-06-19 12:03:32','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','191750323790','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2733,'','Cash','','2025-06-19 12:07:24','','0','19','2025-06-19 12:07:24','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','191750324042','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2734,'','Cash','','2025-06-19 12:08:17','','0','19','2025-06-19 12:08:17','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','191750324095','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2735,'','Cash','','2025-06-19 12:29:46','','0','19','2025-06-19 12:29:46','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','191750325384','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2736,'','Cash','','2025-06-19 12:38:54','','0','19','2025-06-19 12:38:54','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','191750325932','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2737,'','Cash','','2025-06-19 13:30:29','','0','19','2025-06-19 13:30:29','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','191750329025','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2738,'','Cash','','2025-06-19 13:33:14','','0','19','2025-06-19 13:33:14','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','1','0','191750329184','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2739,'','Cash','','2025-06-19 14:18:43','','0','22','2025-06-19 13:39:15','','450','450','1','retail','0','450','1','0','0','0','0','0','0','new',' ','','1','0','221750329547','No','22','2025-06-19 14:18:43','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2740,'','Cash','','2025-06-19 14:47:05','','0','22','2025-06-19 13:58:50','','830','830','1','retail','0','830','1','0','0','0','0','0','0','new',' ','','3','0','221750330719','No','22','2025-06-19 14:47:05','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2741,'','Cash','','2025-06-19 14:22:13','','0','19','2025-06-19 14:22:13','','500','500','1','retail','0','500','1','0','0','0','0','0','0','new',' ','','3','0','191750332082','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2742,'','Cash','','2025-06-19 14:49:08','','0','19','2025-06-19 14:43:15','','1050','1050','1','retail','0','1050','1','0','0','0','0','0','0','new',' ','','3','0','191750333378','No','19','2025-06-19 14:49:08','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2743,'','Cash','','2025-06-19 14:57:06','','0','19','2025-06-19 14:57:06','','880','880','1','retail','0','880','1','0','0','0','0','0','0','new',' ','','1','0','191750334187','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2744,'','Cash','','2025-06-19 15:13:26','','0','19','2025-06-19 15:13:26','','600','600','1','retail','0','600','1','0','0','0','0','0','0','new',' ','','3','0','191750335174','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2745,'','Cash','','2025-06-19 15:19:47','','0','19','2025-06-19 15:19:47','','500','500','1','retail','0','500','1','0','0','0','0','0','0','new',' ','','3','0','191750335571','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2746,'','Cash','','2025-06-19 15:20:33','','0','22','2025-06-19 15:20:33','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','221750335632','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2747,'','Cash','','2025-06-19 15:24:00','','0','19','2025-06-19 15:24:00','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','191750335837','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2748,'','Cash','','2025-06-19 16:08:51','','0','22','2025-06-19 16:08:51','','70','70','1','retail','0','70','1','0','0','0','0','0','0','new',' ','','1','0','221750338497','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2749,'','Cash','','2025-06-19 16:13:48','','0','22','2025-06-19 16:13:48','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','3','0','221750338805','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2750,'','Cash','','2025-06-19 16:15:46','','0','22','2025-06-19 16:15:46','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','3','0','221750338936','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2751,'','Cash','','2025-06-19 16:49:04','','0','19','2025-06-19 16:49:04','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','191750340942','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2752,'','Cash','','2025-06-19 16:54:59','','0','22','2025-06-19 16:54:59','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','221750341297','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2753,'','Cash','','2025-06-19 17:55:48','','0','22','2025-06-19 17:08:22','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','3','0','221750342099','No','22','2025-06-19 17:55:48','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2754,'','Cash','','2025-06-19 17:13:45','','0','22','2025-06-19 17:13:45','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','3','0','221750342409','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2755,'','Cash','','2025-06-19 17:23:53','','0','19','2025-06-19 17:23:53','','430','430','1','retail','0','430','1','0','0','0','0','0','0','new',' ','','3','0','191750342732','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2756,'','Cash','','2025-06-19 17:25:36','','0','22','2025-06-19 17:25:36','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','221750343130','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2757,'','Cash','','2025-06-19 17:38:39','','0','22','2025-06-19 17:38:39','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','1','0','221750343899','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2758,'','Cash','','2025-06-19 18:42:22','','0','22','2025-06-19 17:56:54','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','1','0','221750345011','No','22','2025-06-19 18:42:22','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2759,'','Cash','','2025-06-19 18:02:42','','0','22','2025-06-19 18:02:43','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','1','0','221750345078','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2760,'','Cash','','2025-06-19 18:27:34','','0','22','2025-06-19 18:27:34','','160','160','1','retail','0','160','1','0','0','0','0','0','0','new',' ','','1','0','221750346752','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2761,'','Cash','','2025-06-19 18:38:31','','0','19','2025-06-19 18:38:31','','580','580','1','retail','0','580','1','0','0','0','0','0','0','new',' ','','1','0','191750347365','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2762,'','Cash','','2025-06-19 19:17:47','','0','22','2025-06-19 18:46:02','','260','260','1','retail','0','260','1','0','0','0','0','0','0','new',' ','','3','0','221750347933','No','22','2025-06-19 19:17:47','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2763,'','Cash','','2025-06-19 18:57:51','','0','22','2025-06-19 18:57:51','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','221750348668','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2764,'','Cash','','2025-06-19 19:21:09','','0','22','2025-06-19 19:08:50','','580','580','1','retail','0','580','1','0','0','0','0','0','0','new',' ','','1','0','221750349067','No','22','2025-06-19 19:21:09','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2765,'','Cash','','2025-06-19 19:11:13','','0','22','2025-06-19 19:11:13','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','3','0','221750349471','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2766,'','Cash','','2025-06-19 19:22:03','','0','22','2025-06-19 19:22:03','','40','40','1','retail','0','40','1','0','0','0','0','0','0','new',' ','','1','0','221750350116','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2767,'','Cash','','2025-06-19 20:12:44','','0','22','2025-06-19 20:12:44','','780','780','1','retail','0','780','1','0','0','0','0','0','0','new',' ','','3','0','221750353056','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2768,'','Cash','','2025-06-19 20:41:47','','0','19','2025-06-19 20:18:41','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','3','0','191750353517','No','19','2025-06-19 20:41:47','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2769,'','Cash','','2025-06-19 20:20:14','','0','22','2025-06-19 20:20:14','','110','110','1','retail','0','110','1','0','0','0','0','0','0','new',' ','','3','0','221750353551','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2770,'','Cash','','2025-06-19 21:05:21','','0','22','2025-06-19 20:28:41','','480','480','1','retail','0','480','1','0','0','0','0','0','0','new',' ','','3','0','221750354119','No','22','2025-06-19 21:05:21','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2771,'','Cash','','2025-06-19 20:59:23','','0','19','2025-06-19 20:42:58','','200','200','1','retail','0','200','1','0','0','0','0','0','0','printed',' ','','3','0','191750354966','No','19','2025-06-19 20:59:23','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2772,'','Cash','','2025-06-19 21:15:02','','0','19','2025-06-19 20:44:54','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','191750355093','No','19','2025-06-19 21:15:02','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2773,'','Cash','','2025-06-19 21:16:03','','0','22','2025-06-19 21:16:03','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','1','0','221750356962','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2774,'','Cash','','2025-06-19 21:20:13','','0','22','2025-06-19 21:20:13','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','221750357211','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2775,'','Cash','','2025-06-19 21:46:42','','0','18','2025-06-19 21:46:42','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','181750358797','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2776,'','Cash','','2025-06-19 21:49:36','','0','18','2025-06-19 21:49:36','','130','130','1','retail','0','130','1','0','0','0','0','0','0','new',' ','','1','0','181750358951','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2777,'','Cash','','2025-06-19 22:28:17','','0','18','2025-06-19 22:28:17','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','181750361289','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2778,'','Cash','','2025-06-19 22:31:31','','0','18','2025-06-19 22:31:31','','750','750','1','retail','0','750','1','0','0','0','0','0','0','new',' ','','3','0','181750361439','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2779,'','Cash','','2025-06-19 22:32:29','','0','18','2025-06-19 22:32:29','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','181750361547','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2780,'','Cash','','2025-06-19 22:52:38','','0','18','2025-06-19 22:52:38','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','3','0','181750362757','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2781,'','Cash','','2025-06-19 22:53:12','','0','18','2025-06-19 22:53:12','','530','530','1','retail','0','530','1','0','0','0','0','0','0','new',' ','','1','0','181750362783','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2782,'','Cash','','2025-06-19 23:50:30','','0','18','2025-06-19 23:50:30','','380','380','1','retail','0','380','1','0','0','0','0','0','0','new',' ','','1','0','181750366226','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2783,'','Cash','','2025-06-20 02:51:59','','0','18','2025-06-20 02:51:59','','160','160','1','retail','0','160','1','0','0','0','0','0','0','new',' ','','3','0','181750377090','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2784,'','Cash','','2025-06-20 07:32:45','','0','18','2025-06-20 07:32:45','','160','160','1','retail','0','160','1','0','0','0','0','0','0','new',' ','','1','0','181750393945','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2785,'','Cash','','2025-06-20 07:45:05','','0','18','2025-06-20 07:45:05','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','181750394703','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2786,'','Cash','','2025-06-20 10:42:37','','0','19','2025-06-20 10:42:37','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','191750405355','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2787,'','Cash','','2025-06-20 11:12:51','','0','19','2025-06-20 11:10:59','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','191750407057','No','19','2025-06-20 11:12:51','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2788,'','Cash','','2025-06-20 11:11:12','','0','19','2025-06-20 11:11:12','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','191750407071','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2789,'','Cash','','2025-06-20 11:17:05','','0','19','2025-06-20 11:17:05','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','3','0','191750407348','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2790,'','Cash','','2025-06-20 11:23:39','','0','19','2025-06-20 11:18:41','','210','210','1','retail','0','210','1','0','0','0','0','0','0','new',' ','','1','0','191750407520','No','19','2025-06-20 11:23:39','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2791,'','Cash','','2025-06-20 12:17:32','','0','19','2025-06-20 12:17:32','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','1','0','191750411029','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2792,'','Cash','','2025-06-20 13:09:20','','0','19','2025-06-20 13:09:20','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','191750414159','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2793,'','Cash','','2025-06-20 13:26:44','','0','19','2025-06-20 13:26:44','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','191750415200','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2794,'','Cash','','2025-06-20 14:02:54','','0','8','2025-06-20 14:02:54','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','81750417372','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2795,'','Cash','','2025-06-20 14:09:43','','0','8','2025-06-20 14:09:43','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','81750417781','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2796,'','Cash','','2025-06-20 16:14:26','','0','8','2025-06-20 15:20:37','','1010','1010','1','retail','0','1010','1','0','0','0','0','0','0','new',' ','','1','0','81750422029','No','8','2025-06-20 16:14:26','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2797,'','Cash','','2025-06-20 16:13:35','','0','8','2025-06-20 15:34:21','','510','510','1','retail','0','510','1','0','0','0','0','0','0','new',' ','','3','0','81750422850','No','8','2025-06-20 16:13:35','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2798,'','Cash','','2025-06-20 15:47:20','','0','8','2025-06-20 15:47:20','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','81750423637','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2799,'','Cash','','2025-06-20 15:52:57','','0','8','2025-06-20 15:52:57','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','81750423971','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2800,'','Cash','','2025-06-20 15:56:29','','0','19','2025-06-20 15:56:29','','880','880','1','retail','0','880','1','0','0','0','0','0','0','new',' ','','1','0','191750424148','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2801,'','Cash','','2025-06-20 16:01:45','','0','19','2025-06-20 16:01:45','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','191750424503','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2802,'','Cash','','2025-06-20 16:22:38','','0','19','2025-06-20 16:22:38','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','191750425748','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2803,'','Cash','','2025-06-20 16:31:32','','0','19','2025-06-20 16:31:32','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','191750426288','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2804,'','Cash','','2025-06-20 16:35:54','','0','19','2025-06-20 16:35:54','','330','330','1','retail','0','330','1','0','0','0','0','0','0','new',' ','','1','0','191750426546','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2805,'','Cash','','2025-06-20 17:10:46','','0','19','2025-06-20 17:10:46','','130','130','1','retail','0','130','1','0','0','0','0','0','0','new',' ','','1','0','191750428628','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2806,'','Cash','','2025-06-20 17:51:05','','0','8','2025-06-20 17:51:05','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','81750431060','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2807,'','Cash','','2025-06-20 17:52:04','','0','8','2025-06-20 17:52:04','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','81750431122','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2808,'','Cash','','2025-06-20 18:27:50','','0','19','2025-06-20 17:58:04','','700','700','1','retail','0','700','1','0','0','0','0','0','0','new',' ','','3','0','191750431460','No','19','2025-06-20 18:27:50','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2809,'','Cash','','2025-06-20 18:02:25','','0','8','2025-06-20 18:02:25','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','81750431741','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2810,'','Cash','','2025-06-20 18:18:06','','0','8','2025-06-20 18:18:06','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','81750432677','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2811,'','Cash','','2025-06-20 18:19:06','','0','8','2025-06-20 18:19:06','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','81750432731','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2812,'','Cash','','2025-06-20 19:10:33','','0','19','2025-06-20 19:10:33','','480','480','1','retail','0','480','1','0','0','0','0','0','0','new',' ','','1','0','191750435659','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2813,'','Cash','','2025-06-20 20:05:47','','0','19','2025-06-20 20:05:47','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','191750439144','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2814,'','Cash','','2025-06-20 20:17:54','','0','8','2025-06-20 20:17:54','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','1','0','81750439772','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2815,'','Cash','','2025-06-20 20:27:57','','0','8','2025-06-20 20:19:17','','550','550','1','retail','0','550','1','0','0','0','0','0','0','new',' ','','1','0','81750439932','No','8','2025-06-20 20:27:57','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2816,'','Cash','','2025-06-20 20:51:27','','0','19','2025-06-20 20:44:53','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','3','0','191750441485','No','19','2025-06-20 20:51:27','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2817,'','Cash','','2025-06-20 21:07:23','','0','8','2025-06-20 20:46:04','','790','790','1','retail','0','790','1','0','0','0','0','0','0','new',' ','','1','0','81750441560','No','8','2025-06-20 21:07:23','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2818,'','Cash','','2025-06-20 21:02:57','','0','19','2025-06-20 21:02:57','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','191750442532','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2819,'','Cash','','2025-06-20 21:30:39','','0','18','2025-06-20 21:30:39','','240','240','1','retail','0','240','1','0','0','0','0','0','0','new',' ','','1','0','181750444207','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2820,'','Cash','','2025-06-20 21:49:28','','0','18','2025-06-20 21:49:28','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','181750445354','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2821,'','Cash','','2025-06-20 22:18:20','','0','18','2025-06-20 22:18:20','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','181750447092','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2822,'','Cash','','2025-06-21 09:33:38','','0','19','2025-06-21 09:33:38','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','191750487617','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2823,'','Cash','','2025-06-21 09:34:09','','0','19','2025-06-21 09:34:09','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','191750487648','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2824,'','Cash','','2025-06-21 10:06:55','','0','19','2025-06-21 10:06:55','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','191750489613','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2825,'','Cash','','2025-06-21 10:14:07','','0','19','2025-06-21 10:14:07','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','191750490045','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2826,'','Cash','','2025-06-21 10:47:04','','0','19','2025-06-21 10:47:04','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','1','0','191750491988','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2827,'','Cash','','2025-06-21 11:48:25','','0','8','2025-06-21 11:48:25','','280','280','1','retail','0','280','1','0','0','0','0','0','0','new',' ','','1','0','81750495668','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2828,'','Cash','','2025-06-21 12:14:50','','0','19','2025-06-21 12:14:50','','1560','1560','1','retail','0','1560','1','0','0','0','0','0','0','new',' ','','3','0','191750497170','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2829,'','Cash','','2025-06-21 12:18:48','','0','19','2025-06-21 12:18:48','','210','210','1','retail','0','210','1','0','0','0','0','0','0','new',' ','','1','0','191750497511','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2830,'','Cash','','2025-06-21 13:15:20','','0','8','2025-06-21 13:15:20','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','3','0','81750500892','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2831,'','Cash','','2025-06-21 13:27:06','','0','19','2025-06-21 13:27:06','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','191750501619','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2832,'','Cash','','2025-06-21 13:46:35','','0','19','2025-06-21 13:46:35','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','191750502790','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2833,'','Cash','','2025-06-21 13:59:25','','0','19','2025-06-21 13:59:25','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','191750503562','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2834,'','Cash','','2025-06-21 14:21:44','','0','8','2025-06-21 14:21:44','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','1','0','81750504890','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2835,'','Cash','','2025-06-21 14:34:37','','0','19','2025-06-21 14:34:37','','320','320','1','retail','0','320','1','0','0','0','0','0','0','new',' ','','1','0','191750505602','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2836,'','Cash','','2025-06-21 15:43:37','','0','19','2025-06-21 15:43:37','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','191750509796','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2837,'','Cash','','2025-06-21 16:05:54','','0','8','2025-06-21 16:05:55','','330','330','1','retail','0','330','1','0','0','0','0','0','0','new',' ','','1','0','81750510727','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2838,'','Cash','','2025-06-21 16:28:22','','0','8','2025-06-21 16:28:22','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','3','0','81750512398','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2839,'','Cash','','2025-06-21 16:45:25','','0','8','2025-06-21 16:45:25','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','81750513521','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2840,'','Cash','','2025-06-21 17:28:47','','0','19','2025-06-21 17:28:47','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','191750516110','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2841,'','Cash','','2025-06-21 17:38:43','','0','8','2025-06-21 17:38:44','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','81750516721','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2842,'','Cash','','2025-06-21 17:44:16','','0','19','2025-06-21 17:44:16','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','191750517050','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2843,'','Cash','','2025-06-21 18:14:26','','0','8','2025-06-21 17:48:55','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','3','0','81750517319','No','8','2025-06-21 18:14:26','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2844,'','Cash','','2025-06-21 17:52:26','','0','8','2025-06-21 17:52:26','','210','210','1','retail','0','210','1','0','0','0','0','0','0','new',' ','','1','0','81750517526','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2845,'','Cash','','2025-06-21 18:17:22','','0','8','2025-06-21 18:17:22','','470','470','1','retail','0','470','1','0','0','0','0','0','0','new',' ','','3','0','81750518938','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2846,'','Cash','','2025-06-21 18:25:07','','0','19','2025-06-21 18:25:07','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','191750519486','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2847,'','Cash','','2025-06-21 18:26:36','','0','19','2025-06-21 18:26:36','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','191750519595','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2848,'','Cash','','2025-06-21 18:56:37','','0','19','2025-06-21 18:56:37','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','1','0','191750521377','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2849,'','Cash','','2025-06-21 19:03:13','','0','8','2025-06-21 19:03:13','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','81750521782','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2850,'','Cash','','2025-06-21 19:32:08','','0','8','2025-06-21 19:14:15','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','1','0','81750522431','No','8','2025-06-21 19:32:08','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2851,'','Cash','','2025-06-21 19:51:29','','0','8','2025-06-21 19:51:29','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','1','0','81750524517','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2852,'','Cash','','2025-06-21 19:56:34','','0','19','2025-06-21 19:56:34','','360','360','1','retail','0','360','1','0','0','0','0','0','0','new',' ','','1','0','191750524971','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2853,'','Cash','','2025-06-21 20:26:17','','0','19','2025-06-21 20:26:17','','130','130','1','retail','0','130','1','0','0','0','0','0','0','new',' ','','1','0','191750526753','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2854,'','Cash','','2025-06-21 20:27:19','','0','8','2025-06-21 20:27:19','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','81750526833','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2855,'','Cash','','2025-06-21 20:33:06','','0','8','2025-06-21 20:33:06','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','81750527184','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2856,'','Cash','','2025-06-21 20:51:41','','0','19','2025-06-21 20:51:41','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','191750528270','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2857,'','Cash','','2025-06-21 21:02:59','','0','8','2025-06-21 21:02:59','','1200','1200','1','retail','0','1200','1','0','0','0','0','0','0','new',' ','','1','0','81750528944','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2858,'','Cash','','2025-06-21 21:27:12','','0','8','2025-06-21 21:27:12','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','81750530430','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2859,'','Cash','','2025-06-21 21:32:35','','0','19','2025-06-21 21:32:35','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','3','0','191750530753','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2860,'','Cash','','2025-06-21 21:39:42','','0','19','2025-06-21 21:39:42','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','191750531180','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2861,'','Cash','','2025-06-21 21:57:26','','0','12','2025-06-21 21:57:26','','570','570','1','retail','0','570','1','0','0','0','0','0','0','new',' ','','1','0','121750532202','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2862,'','Cash','','2025-06-21 23:02:31','','0','12','2025-06-21 23:02:31','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','121750536149','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2863,'','Cash','','2025-06-22 09:29:52','','0','22','2025-06-22 09:29:52','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','221750573791','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2864,'','Cash','','2025-06-22 09:36:54','','0','22','2025-06-22 09:31:17','','260','260','1','retail','0','260','1','0','0','0','0','0','0','new',' ','','1','0','221750573871','No','22','2025-06-22 09:36:54','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2865,'','Cash','','2025-06-22 10:32:14','','0','22','2025-06-22 10:32:14','','90','90','1','retail','0','90','1','0','0','0','0','0','0','new',' ','','1','0','221750577431','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2866,'','Cash','','2025-06-22 11:03:27','','0','11','2025-06-22 11:03:27','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','111750579406','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2867,'','Cash','','2025-06-22 12:31:11','','0','11','2025-06-22 12:20:14','','270','270','1','retail','0','270','1','0','0','0','0','0','0','new',' ','','3','0','111750584012','No','11','2025-06-22 12:31:11','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2868,'','Cash','','2025-06-22 12:56:14','','0','11','2025-06-22 12:53:40','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','111750586008','No','11','2025-06-22 12:56:14','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''); INSERT INTO `sales` VALUES (2869,'','Cash','','2025-06-22 13:05:00','','0','11','2025-06-22 13:05:00','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','111750586695','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2870,'','Cash','','2025-06-22 14:04:52','','0','11','2025-06-22 13:32:34','','230','230','1','retail','0','230','1','0','0','0','0','0','0','new',' ','','1','0','111750588338','No','11','2025-06-22 14:04:52','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2871,'','Cash','','2025-06-22 13:34:54','','0','19','2025-06-22 13:34:54','','960','960','1','retail','0','960','1','0','0','0','0','0','0','new',' ','','1','0','191750588426','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2872,'','Cash','','2025-06-22 13:36:35','','0','19','2025-06-22 13:36:35','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','191750588589','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2873,'','Cash','','2025-06-22 13:36:34','','0','11','2025-06-22 13:36:34','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','3','0','111750588571','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2874,'','Cash','','2025-06-22 14:05:33','','0','11','2025-06-22 13:46:55','','560','560','1','retail','0','560','1','0','0','0','0','0','0','new',' ','','3','0','111750589210','No','11','2025-06-22 14:05:33','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2875,'','Cash','','2025-06-22 14:11:42','','0','11','2025-06-22 14:11:42','','650','650','1','retail','0','650','1','0','0','0','0','0','0','new',' ','','1','0','111750590692','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2876,'','Cash','','2025-06-22 14:13:52','','0','19','2025-06-22 14:13:52','','700','700','1','retail','0','700','1','0','0','0','0','0','0','new',' ','','3','0','191750590790','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2877,'','Cash','','2025-06-22 14:15:19','','0','19','2025-06-22 14:15:19','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','191750590918','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2878,'','Cash','','2025-06-22 14:48:38','','0','19','2025-06-22 14:48:38','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','191750592917','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2879,'','Cash','','2025-06-22 14:50:37','','0','19','2025-06-22 14:50:37','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','191750593032','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2880,'','Cash','','2025-06-22 14:57:40','','0','11','2025-06-22 14:57:40','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','111750593458','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2881,'','Cash','','2025-06-22 15:34:10','','0','19','2025-06-22 15:13:29','','1440','1440','1','retail','0','1440','1','0','0','0','0','0','0','new',' ','','3','0','191750594361','No','19','2025-06-22 15:34:10','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2882,'','Cash','','2025-06-22 15:26:15','','0','19','2025-06-22 15:26:15','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','191750595164','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2883,'','Cash','','2025-06-22 15:41:51','','0','11','2025-06-22 15:41:51','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','111750596093','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2884,'','Cash','','2025-06-22 15:52:45','','0','19','2025-06-22 15:52:45','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','191750596764','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2885,'','Cash','','2025-06-22 16:03:11','','0','11','2025-06-22 16:03:11','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','111750597387','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2886,'','Cash','','2025-06-22 16:09:37','','0','19','2025-06-22 16:08:26','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','1','0','191750597704','No','19','2025-06-22 16:09:37','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2887,'','Cash','','2025-06-22 17:16:39','','0','11','2025-06-22 17:16:39','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','111750601779','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2888,'','Cash','','2025-06-22 17:48:08','','0','11','2025-06-22 17:33:42','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','111750602816','No','11','2025-06-22 17:48:08','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2889,'','Cash','','2025-06-22 17:46:13','','0','11','2025-06-22 17:46:13','','280','280','1','retail','0','280','1','0','0','0','0','0','0','new',' ','','1','0','111750603571','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2890,'','Cash','','2025-06-22 17:48:36','','0','11','2025-06-22 17:48:36','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','111750603709','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2891,'','Cash','','2025-06-22 18:12:20','','0','19','2025-06-22 17:52:53','','190','190','1','retail','0','190','1','0','0','0','0','0','0','new',' ','','1','0','191750603887','No','19','2025-06-22 18:12:20','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2892,'','Cash','','2025-06-22 17:58:40','','0','19','2025-06-22 17:58:40','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','191750604318','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2893,'','Cash','','2025-06-22 18:10:41','','0','19','2025-06-22 18:10:41','','50','50','1','retail','0','50','1','0','0','0','0','0','0','printed',' ','','1','0','191750605038','No','','','','','','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2894,'','Cash','','2025-06-22 18:17:45','','0','19','2025-06-22 18:17:45','','130','130','1','retail','0','130','1','0','0','0','0','0','0','new',' ','','1','0','191750605463','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2895,'','Cash','','2025-06-22 18:28:30','','0','19','2025-06-22 18:28:31','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','1','0','191750606091','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2896,'','Cash','','2025-06-22 21:06:58','','0','19','2025-06-22 18:29:05','','730','730','1','retail','0','730','1','0','0','0','0','0','0','new',' ','','3','0','191750606143','No','19','2025-06-22 21:06:58','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2897,'','Cash','','2025-06-22 18:37:32','','0','11','2025-06-22 18:37:32','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','111750606648','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2898,'','Cash','','2025-06-22 19:14:13','','0','11','2025-06-22 18:44:32','','340','340','1','retail','0','340','1','0','0','0','0','0','0','new',' ','','1','0','111750607021','No','11','2025-06-22 19:14:13','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2899,'','Cash','','2025-06-22 19:17:23','','0','19','2025-06-22 19:17:23','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','191750609041','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2900,'','Cash','','2025-06-22 19:44:16','','0','19','2025-06-22 19:43:34','','140','140','1','retail','0','140','1','0','0','0','0','0','0','new',' ','','1','0','191750610296','No','19','2025-06-22 19:44:16','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2901,'','Cash','','2025-06-22 20:06:16','','0','11','2025-06-22 19:52:15','','90','90','1','retail','0','90','1','0','0','0','0','0','0','new',' ','','1','0','111750611115','No','11','2025-06-22 20:06:16','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2902,'','Cash','','2025-06-22 20:12:08','','0','11','2025-06-22 20:12:08','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','111750612326','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2903,'','Cash','','2025-06-22 20:15:16','','0','19','2025-06-22 20:15:16','','450','450','1','retail','0','450','1','0','0','0','0','0','0','new',' ','','1','0','191750612488','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2904,'','Cash','','2025-06-22 21:38:05','','0','11','2025-06-22 20:15:36','','270','270','1','retail','0','270','1','0','0','0','0','0','0','new',' ','','1','0','111750612519','No','11','2025-06-22 21:38:05','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2905,'','Cash','','2025-06-22 20:23:45','','0','11','2025-06-22 20:23:45','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','111750613023','No','','','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2906,'','Cash','','2025-06-22 21:43:07','','0','11','2025-06-22 20:44:00','','830','830','1','retail','0','830','1','0','0','0','0','0','0','new',' ','','1','0','111750614238','No','11','2025-06-22 21:43:07','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2907,'','Cash','','2025-06-22 21:12:08','','0','11','2025-06-22 21:12:08','','420','420','1','retail','0','420','1','0','0','0','0','0','0','new',' ','','1','0','111750615916','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2908,'','Cash','','2025-06-22 21:12:50','','0','11','2025-06-22 21:12:50','','450','450','1','retail','0','450','1','0','0','0','0','0','0','new',' ','','3','0','111750615945','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2909,'','Cash','','2025-06-22 21:19:45','','0','11','2025-06-22 21:19:45','','210','210','1','retail','0','210','1','0','0','0','0','0','0','new',' ','','1','0','111750616377','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2910,'','Cash','','2025-06-22 21:32:33','','0','11','2025-06-22 21:32:33','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','1','0','111750617143','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2911,'','Cash','','2025-06-22 22:45:52','','0','18','2025-06-22 22:45:52','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','181750621548','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2912,'','Cash','','2025-06-22 23:06:40','','0','18','2025-06-22 23:06:40','','190','190','1','retail','0','190','1','0','0','0','0','0','0','new',' ','','1','0','181750622768','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2913,'','Cash','','2025-06-23 07:47:40','','0','18','2025-06-23 07:47:40','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','181750654049','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2914,'','Cash','','2025-06-23 07:55:06','','0','18','2025-06-23 07:55:06','','40','40','1','retail','0','40','1','0','0','0','0','0','0','new',' ','','1','0','181750654501','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2915,'','Cash','','2025-06-23 08:18:56','','0','18','2025-06-23 08:18:56','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','181750655934','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2916,'','Cash','','2025-06-23 08:48:54','','0','18','2025-06-23 08:48:54','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181750657732','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2917,'','Cash','','2025-06-23 09:16:54','','0','19','2025-06-23 09:16:54','','190','190','1','retail','0','190','1','0','0','0','0','0','0','new',' ','','1','0','191750659389','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2918,'','Cash','','2025-06-23 10:21:36','','0','8','2025-06-23 10:13:42','','220','220','1','retail','0','220','1','0','0','0','0','0','0','new',' ','','1','0','81750662801','No','8','2025-06-23 10:21:36','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2919,'','Cash','','2025-06-23 11:21:02','','0','8','2025-06-23 11:21:02','','170','170','1','retail','0','170','1','0','0','0','0','0','0','new',' ','','3','0','81750666844','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2920,'','Cash','','2025-06-23 11:39:46','','0','8','2025-06-23 11:28:42','','190','190','1','retail','0','190','1','0','0','0','0','0','0','new',' ','','1','0','81750667299','No','8','2025-06-23 11:39:46','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2921,'','Cash','','2025-06-23 12:14:52','','0','8','2025-06-23 12:07:32','','360','360','1','retail','0','360','1','0','0','0','0','0','0','new',' ','','1','0','81750669645','No','8','2025-06-23 12:14:52','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2922,'','Cash','','2025-06-23 12:48:07','','0','19','2025-06-23 12:12:43','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','3','0','191750669753','No','19','2025-06-23 12:48:07','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2923,'','Cash','','2025-06-23 17:07:52','','0','19','2025-06-23 12:16:08','','550','550','1','retail','0','550','1','0','0','0','0','0','0','new',' ','','1','0','191750670161','No','19','2025-06-23 17:07:52','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2924,'','Cash','','2025-06-23 14:41:47','','0','8','2025-06-23 13:22:09','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','81750674122','No','8','2025-06-23 14:41:47','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2925,'','Cash','','2025-06-23 14:17:47','','0','19','2025-06-23 14:17:47','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','191750677464','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2926,'','Cash','','2025-06-23 15:03:45','','0','19','2025-06-23 15:03:45','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','191750680196','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2927,'','Cash','','2025-06-23 15:32:49','','0','8','2025-06-23 15:09:10','','910','910','1','retail','0','910','1','0','0','0','0','0','0','new',' ','','3','0','81750680529','No','8','2025-06-23 15:32:49','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2928,'','Cash','','2025-06-23 16:52:56','','0','19','2025-06-23 15:58:14','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','191750683489','No','19','2025-06-23 16:52:56','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2929,'','Cash','','2025-06-23 15:59:46','','0','19','2025-06-23 15:59:46','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','191750683559','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2930,'','Cash','','2025-06-23 16:05:31','','0','8','2025-06-23 16:05:31','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','81750683137','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2931,'','Cash','','2025-06-23 16:54:10','','0','19','2025-06-23 16:54:10','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','191750686841','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2932,'','Cash','','2025-06-23 17:06:00','','0','19','2025-06-23 17:06:00','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','1','0','191750687520','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2933,'','Cash','','2025-06-23 17:10:29','','0','8','2025-06-23 17:10:29','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','81750687825','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2934,'','Cash','','2025-06-23 17:20:15','','0','19','2025-06-23 17:20:15','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','191750688408','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2935,'','Cash','','2025-06-23 17:22:08','','0','8','2025-06-23 17:22:08','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','81750688522','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2936,'','Cash','','2025-06-23 18:27:35','','0','19','2025-06-23 18:27:35','','320','320','1','retail','0','320','1','0','0','0','0','0','0','new',' ','','3','0','191750692397','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2937,'','Cash','','2025-06-23 20:10:48','','0','8','2025-06-23 18:31:34','','1050','1050','1','retail','0','1050','1','0','0','0','0','0','0','new',' ','','1','0','81750692692','No','8','2025-06-23 20:10:48','','','5','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2938,'','Cash','','2025-06-23 18:53:11','','0','19','2025-06-23 18:50:02','','640','640','1','retail','0','640','1','0','0','0','0','0','0','new',' ','','1','0','191750693723','No','19','2025-06-23 18:53:11','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2939,'','Cash','','2025-06-23 19:07:22','','0','19','2025-06-23 19:07:22','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','191750694831','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2940,'','Cash','','2025-06-23 19:23:23','','0','19','2025-06-23 19:23:23','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','1','0','191750695782','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2941,'','Cash','','2025-06-23 19:27:45','','0','8','2025-06-23 19:27:45','','520','520','1','retail','0','520','1','0','0','0','0','0','0','new',' ','','1','0','81750696007','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2942,'','Cash','','2025-06-23 19:46:22','','0','19','2025-06-23 19:46:22','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','191750697166','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2943,'','Cash','','2025-06-23 19:56:06','','0','8','2025-06-23 19:56:06','','260','260','1','retail','0','260','1','0','0','0','0','0','0','new',' ','','1','0','81750697698','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2944,'','Cash','','2025-06-23 20:40:59','','0','19','2025-06-23 20:27:26','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','191750699642','No','19','2025-06-23 20:40:59','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2945,'','Cash','','2025-06-23 21:11:56','','0','19','2025-06-23 21:11:56','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','1','0','191750702290','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2946,'','Cash','','2025-06-24 04:56:02','','0','18','2025-06-24 04:56:02','','360','360','1','retail','0','360','1','0','0','0','0','0','0','new',' ','','3','0','181750730107','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2947,'','Cash','','2025-06-24 06:47:11','','0','18','2025-06-24 06:47:11','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','1','0','181750736810','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2948,'','Cash','','2025-06-24 06:48:21','','0','18','2025-06-24 06:48:21','','130','130','1','retail','0','130','1','0','0','0','0','0','0','new',' ','','1','0','181750736873','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2949,'','Cash','','2025-06-24 07:05:47','','0','18','2025-06-24 07:05:47','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','181750737946','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2950,'','Cash','','2025-06-24 08:57:31','','0','18','2025-06-24 08:48:30','','270','270','1','retail','0','270','1','0','0','0','0','0','0','new',' ','','1','0','181750744076','No','18','2025-06-24 08:57:31','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2951,'','Cash','','2025-06-24 08:55:12','','0','18','2025-06-24 08:55:12','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181750744510','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2952,'','Cash','','2025-06-24 12:24:56','','0','8','2025-06-24 09:19:06','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','1','0','81750745944','No','8','2025-06-24 12:24:56','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2953,'','Cash','','2025-06-24 09:52:41','','0','19','2025-06-24 09:52:41','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','3','0','191750747938','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2954,'','Cash','','2025-06-24 09:55:44','','0','18','2025-06-24 09:55:44','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','181750748143','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2955,'','Cash','','2025-06-24 13:24:08','','0','8','2025-06-24 10:06:12','','1480','1480','1','retail','0','1480','1','0','0','0','0','0','0','new',' ','','1','0','81750748766','No','8','2025-06-24 13:24:08','','','5','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2956,'','Cash','','2025-06-24 10:28:18','','0','8','2025-06-24 10:28:18','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','3','0','81750750073','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2957,'','Cash','','2025-06-24 11:20:43','','0','19','2025-06-24 11:20:43','','240','240','1','retail','0','240','1','0','0','0','0','0','0','new',' ','','1','0','191750753222','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2958,'','Cash','','2025-06-24 11:41:25','','0','19','2025-06-24 11:33:34','','360','360','1','retail','0','360','1','0','0','0','0','0','0','new',' ','','1','0','191750753977','No','19','2025-06-24 11:41:25','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2959,'','Cash','','2025-06-24 12:13:43','','0','19','2025-06-24 12:13:43','','480','480','1','retail','0','480','1','0','0','0','0','0','0','new',' ','','1','0','191750756234','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2960,'','Cash','','2025-06-24 12:19:52','','0','19','2025-06-24 12:19:52','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','191750756787','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2961,'','Cash','','2025-06-24 12:22:55','','0','19','2025-06-24 12:22:55','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','191750756973','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2962,'','Cash','','2025-06-24 12:54:52','','0','8','2025-06-24 12:54:52','','380','380','1','retail','0','380','1','0','0','0','0','0','0','new',' ','','1','0','81750758874','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2963,'','Cash','','2025-06-24 13:34:52','','0','19','2025-06-24 13:05:32','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','191750759529','No','19','2025-06-24 13:34:52','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2964,'','Cash','','2025-06-24 13:21:26','','0','19','2025-06-24 13:21:26','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','1','0','191750760458','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2965,'','Cash','','2025-06-24 13:39:56','','0','8','2025-06-24 13:25:11','','1050','1050','1','retail','0','1050','1','0','0','0','0','0','0','new',' ','',NULL,'0','81750760682','No','8','2025-06-24 13:39:56','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2966,'','Cash','','2025-06-24 13:25:26','','0','19','2025-06-24 13:25:26','','530','530','1','retail','0','530','1','0','0','0','0','0','0','new',' ','','3','0','191750760684','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2967,'','Cash','','2025-06-24 13:49:49','','0','8','2025-06-24 13:31:26','','380','380','1','retail','0','380','1','0','0','0','0','0','0','new',' ','','3','0','81750761084','No','8','2025-06-24 13:49:49','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2968,'','Cash','','2025-06-24 14:10:50','','0','19','2025-06-24 14:10:50','','460','460','1','retail','0','460','1','0','0','0','0','0','0','new',' ','','1','0','191750763433','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2969,'','Cash','','2025-06-24 14:16:41','','0','19','2025-06-24 14:16:41','','270','270','1','retail','0','270','1','0','0','0','0','0','0','new',' ','','1','0','191750763747','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2970,'','Cash','','2025-06-24 14:17:35','','0','19','2025-06-24 14:17:35','','110','110','1','retail','0','110','1','0','0','0','0','0','0','new',' ','','1','0','191750763838','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2971,'','Cash','','2025-06-24 14:19:18','','0','19','2025-06-24 14:19:18','','330','330','1','retail','0','330','1','0','0','0','0','0','0','new',' ','','3','0','191750763898','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2972,'','Cash','','2025-06-24 14:20:51','','0','8','2025-06-24 14:20:51','','330','330','1','retail','0','330','1','0','0','0','0','0','0','new',' ','','1','0','81750764040','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2973,'','Cash','','2025-06-24 14:22:00','','0','8','2025-06-24 14:22:00','','880','880','1','retail','0','880','1','0','0','0','0','0','0','new',' ','','1','0','81750764076','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2974,'','Cash','','2025-06-24 14:24:30','','0','19','2025-06-24 14:24:30','','330','330','1','retail','0','330','1','0','0','0','0','0','0','new',' ','','1','0','191750764244','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2975,'','Cash','','2025-06-24 14:25:12','','0','19','2025-06-24 14:25:12','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','191750764309','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2976,'','Cash','','2025-06-24 19:56:26','','0','19','2025-06-24 19:56:26','','210','210','1','retail','0','210','1','0','0','0','0','0','0','new',' ','','1','0','191750784178','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2977,'','Cash','','2025-06-24 20:06:34','','0','8','2025-06-24 20:06:34','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','81750784775','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2978,'','Cash','','2025-06-24 20:09:05','','0','8','2025-06-24 20:09:05','','700','700','1','retail','0','700','1','0','0','0','0','0','0','new',' ','','3','0','81750784821','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2979,'','Cash','','2025-06-24 20:15:42','','0','19','2025-06-24 20:15:42','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','3','0','191750785310','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2980,'','Cash','','2025-06-24 20:19:19','','0','19','2025-06-24 20:19:19','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','191750785489','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2981,'','Cash','','2025-06-24 20:58:59','','0','8','2025-06-24 20:14:15','','4940','4940','1','retail','0','4940','1','0','0','0','0','0','0','new',' ','','','0','81750785214','No','8','2025-06-24 20:58:59','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2982,'','Cash','','2025-06-24 20:35:52','','0','8','2025-06-24 20:28:01','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','81750786077','No','8','2025-06-24 20:35:52','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2983,'','Cash','','2025-06-24 20:30:46','','0','8','2025-06-24 20:30:46','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','81750786244','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2984,'','Cash','','2025-06-24 20:48:19','','0','19','2025-06-24 20:48:19','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','191750787295','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2985,'','Cash','','2025-06-24 21:06:03','','0','8','2025-06-24 21:06:03','','500','500','1','retail','0','500','1','0','0','0','0','0','0','new',' ','','1','0','81750788319','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2986,'','Cash','','2025-06-24 21:29:23','','0','19','2025-06-24 21:29:23','','2370','2370','1','retail','0','2370','1','0','0','0','0','0','0','new',' ','','1','0','191750789117','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2987,'','Cash','','2025-06-24 21:34:02','','0','19','2025-06-24 21:34:02','','710','710','1','retail','0','710','1','0','0','0','0','0','0','new',' ','','1','0','191750790014','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2988,'','Cash','','2025-06-24 21:34:37','','0','18','2025-06-24 21:34:37','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','181750790070','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2989,'','Cash','','2025-06-24 21:36:42','','0','19','2025-06-24 21:36:42','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','191750790200','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2990,'','Cash','','2025-06-24 21:42:23','','0','18','2025-06-24 21:42:23','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','181750790535','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2991,'','Cash','','2025-06-25 11:36:52','','0','8','2025-06-25 11:11:30','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','81750839088','No','8','2025-06-25 11:36:52','','','5','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2992,'','Cash','','2025-06-25 12:32:37','','0','19','2025-06-25 11:15:10','','120','120','1','retail','0','120','1','0','0','0','0','0','0','printed',' ','','1','0','191750839282','No','19','2025-06-25 12:32:37','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2993,'','Cash','','2025-06-25 11:16:07','','0','19','2025-06-25 11:16:07','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','191750839361','No','','','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2994,'','Cash','','2025-06-25 12:44:12','','0','8','2025-06-25 12:24:28','','160','160','1','retail','0','160','1','0','0','0','0','0','0','new',' ','','1','0','81750843466','No','8','2025-06-25 12:44:12','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2995,'','Cash','','2025-06-25 12:34:56','','0','19','2025-06-25 12:34:56','','170','170','1','retail','0','170','1','0','0','0','0','0','0','new',' ','','1','0','191750844074','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2996,'','Cash','','2025-06-25 12:47:47','','0','19','2025-06-25 12:47:47','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','191750844865','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2997,'','Cash','','2025-06-25 13:37:19','','0','19','2025-06-25 13:37:19','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','3','0','191750847810','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2998,'','Cash','','2025-06-25 13:37:40','','0','8','2025-06-25 13:37:40','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','81750847854','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(2999,'','Cash','','2025-06-25 13:50:40','','0','19','2025-06-25 13:50:40','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','191750848637','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3000,'','Cash','','2025-06-25 13:52:25','','0','19','2025-06-25 13:52:25','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','191750848742','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3001,'','Cash','','2025-06-25 14:02:21','','0','8','2025-06-25 14:02:21','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','81750849339','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3002,'','Cash','','2025-06-25 14:04:47','','0','19','2025-06-25 14:04:47','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','191750849484','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3003,'','Cash','','2025-06-25 14:49:34','','0','8','2025-06-25 14:20:43','','480','480','1','retail','0','480','1','0','0','0','0','0','0','new',' ','','1','0','81750850429','No','8','2025-06-25 14:49:34','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3004,'','Cash','','2025-06-25 15:02:15','','0','8','2025-06-25 14:50:25','','500','500','1','retail','0','500','1','0','0','0','0','0','0','new',' ','','1','0','81750852207','No','8','2025-06-25 15:02:15','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3005,'','Cash','','2025-06-25 15:19:34','','0','19','2025-06-25 14:58:20','','380','380','1','retail','0','380','1','0','0','0','0','0','0','new',' ','','3','0','191750852695','No','19','2025-06-25 15:19:34','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3006,'','Cash','','2025-06-25 15:44:11','','0','19','2025-06-25 15:44:11','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','191750855447','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3007,'','Cash','','2025-06-25 15:45:18','','0','8','2025-06-25 15:45:18','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','81750855516','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3008,'','Cash','','2025-06-25 16:29:24','','0','8','2025-06-25 15:51:50','','860','860','1','retail','0','860','1','0','0','0','0','0','0','new',' ','','1','0','81750855883','No','8','2025-06-25 16:29:24','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3009,'','Cash','','2025-06-25 16:02:11','','0','19','2025-06-25 16:02:11','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','191750856394','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3010,'','Cash','','2025-06-25 16:25:06','','0','19','2025-06-25 16:25:06','','220','220','1','retail','0','220','1','0','0','0','0','0','0','new',' ','','1','0','191750857869','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3011,'','Cash','','2025-06-25 16:26:19','','0','19','2025-06-25 16:26:19','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','191750857952','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3012,'','Cash','','2025-06-25 16:42:20','','0','8','2025-06-25 16:30:12','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','81750858191','No','8','2025-06-25 16:42:20','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3013,'','Cash','','2025-06-25 16:35:30','','0','8','2025-06-25 16:35:30','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','81750858528','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3014,'','Cash','','2025-06-25 16:51:41','','0','8','2025-06-25 16:51:41','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','81750859492','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3015,'','Cash','','2025-06-25 16:53:46','','0','8','2025-06-25 16:53:46','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','81750859625','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3016,'','Cash','','2025-06-25 17:15:51','','0','8','2025-06-25 17:15:51','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','81750860950','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3017,'','Cash','','2025-06-25 17:41:53','','0','8','2025-06-25 17:41:53','','210','210','1','retail','0','210','1','0','0','0','0','0','0','new',' ','','1','0','81750862500','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3018,'','Cash','','2025-06-25 17:45:50','','0','19','2025-06-25 17:45:50','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','191750862744','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3019,'','Cash','','2025-06-25 17:46:26','','0','19','2025-06-25 17:46:26','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','191750862766','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3020,'','Cash','','2025-06-25 18:45:29','','0','8','2025-06-25 18:23:26','','230','230','1','retail','0','230','1','0','0','0','0','0','0','new',' ','','1','0','81750864991','No','8','2025-06-25 18:45:29','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3021,'','Cash','','2025-06-25 18:46:21','','0','8','2025-06-25 18:36:16','','490','490','1','retail','0','490','1','0','0','0','0','0','0','new',' ','','3','0','81750865747','No','8','2025-06-25 18:46:21','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3022,'','Cash','','2025-06-25 18:52:35','','0','8','2025-06-25 18:52:35','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','81750866754','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3023,'','Cash','','2025-06-25 19:09:43','','0','19','2025-06-25 19:09:43','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','3','0','191750867754','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3024,'','Cash','','2025-06-25 19:14:05','','0','8','2025-06-25 19:14:05','','850','850','1','retail','0','850','1','0','0','0','0','0','0','new',' ','','1','0','81750867682','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3025,'','Cash','','2025-06-25 19:31:58','','0','8','2025-06-25 19:15:19','','500','500','1','retail','0','500','1','0','0','0','0','0','0','new',' ','','3','0','81750868097','No','8','2025-06-25 19:31:58','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3026,'','Cash','','2025-06-25 19:25:00','','0','8','2025-06-25 19:25:00','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','81750868698','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3027,'','Cash','','2025-06-25 19:25:42','','0','8','2025-06-25 19:25:42','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','81750868740','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3028,'','Cash','','2025-06-25 19:29:11','','0','19','2025-06-25 19:29:11','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','191750868945','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3029,'','Cash','','2025-06-25 19:30:11','','0','19','2025-06-25 19:30:11','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','191750869005','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3030,'','Cash','','2025-06-25 19:44:27','','0','19','2025-06-25 19:43:18','','550','550','1','retail','0','550','1','0','0','0','0','0','0','new',' ','','3','0','191750869665','No','19','2025-06-25 19:44:27','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3031,'','Cash','','2025-06-25 19:53:45','','0','8','2025-06-25 19:53:45','','730','730','1','retail','0','730','1','0','0','0','0','0','0','new',' ','','1','0','81750870408','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3032,'','Cash','','2025-06-25 20:07:04','','0','8','2025-06-25 20:07:04','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','1','0','81750871211','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3033,'','Cash','','2025-06-25 20:12:40','','0','19','2025-06-25 20:12:40','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','191750871559','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3034,'','Cash','','2025-06-25 20:26:58','','0','19','2025-06-25 20:26:58','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','191750872407','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3035,'','Cash','','2025-06-25 20:29:33','','0','19','2025-06-25 20:29:33','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','191750872572','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3036,'','Cash','','2025-06-25 21:31:24','','0','19','2025-06-25 20:30:26','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','3','0','191750872597','No','19','2025-06-25 21:31:24','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3037,'','Cash','','2025-06-25 21:07:03','','0','19','2025-06-25 21:07:03','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','191750874822','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3038,'','Cash','','2025-06-25 21:12:05','','0','19','2025-06-25 21:12:05','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','1','0','191750875108','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3039,'','Cash','','2025-06-25 21:34:41','','0','18','2025-06-25 21:34:41','','670','670','1','retail','0','670','1','0','0','0','0','0','0','new',' ','','1','0','181750876456','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3040,'','Cash','','2025-06-26 09:11:55','','0','19','2025-06-26 09:11:55','','310','310','1','retail','0','310','1','0','0','0','0','0','0','new',' ','','1','0','191750918281','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3041,'','Cash','','2025-06-26 09:22:15','','0','19','2025-06-26 09:22:15','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','191750918933','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3042,'','Cash','','2025-06-26 09:27:27','','0','19','2025-06-26 09:27:27','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','191750919245','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3043,'','Cash','','2025-06-26 09:51:46','','0','8','2025-06-26 09:51:46','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','81750920618','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3044,'','Cash','','2025-06-26 09:56:06','','0','8','2025-06-26 09:56:06','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','81750920965','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3045,'','Cash','','2025-06-26 10:04:13','','0','19','2025-06-26 10:04:13','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','191750921447','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3046,'','Cash','','2025-06-26 11:10:09','','0','8','2025-06-26 11:10:09','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','81750925406','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3047,'','Cash','','2025-06-26 11:54:42','','0','8','2025-06-26 11:38:17','','220','220','1','retail','0','220','1','0','0','0','0','0','0','new',' ','','1','0','81750927095','No','8','2025-06-26 11:54:42','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3048,'','Cash','','2025-06-26 11:47:17','','0','19','2025-06-26 11:47:17','','330','330','1','retail','0','330','1','0','0','0','0','0','0','new',' ','','3','0','191750927468','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3049,'','Cash','','2025-06-26 13:04:10','','0','19','2025-06-26 13:04:10','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','191750932248','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3050,'','Cash','','2025-06-26 13:24:17','','0','19','2025-06-26 13:24:17','','210','210','1','retail','0','210','1','0','0','0','0','0','0','new',' ','','3','0','191750933380','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3051,'','Cash','','2025-06-26 13:39:47','','0','8','2025-06-26 13:39:47','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','81750934385','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3052,'','Cash','','2025-06-26 14:56:11','','0','8','2025-06-26 14:22:00','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','1','0','81750936915','No','8','2025-06-26 14:56:11','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3053,'','Cash','','2025-06-26 14:31:29','','0','8','2025-06-26 14:31:29','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','81750937477','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3054,'','Cash','','2025-06-26 15:40:55','','0','8','2025-06-26 15:12:53','','310','310','1','retail','0','310','1','0','0','0','0','0','0','new',' ','','1','0','81750939948','No','8','2025-06-26 15:40:55','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3055,'','Cash','','2025-06-26 15:24:43','','0','19','2025-06-26 15:24:43','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','191750940679','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3056,'','Cash','','2025-06-26 15:25:34','','0','19','2025-06-26 15:25:34','','660','660','1','retail','0','660','1','0','0','0','0','0','0','new',' ','','1','0','191750940704','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3057,'','Cash','','2025-06-26 15:26:47','','0','19','2025-06-26 15:26:47','','630','630','1','retail','0','630','1','0','0','0','0','0','0','new',' ','','3','0','191750940753','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3058,'','Cash','','2025-06-26 15:29:28','','0','8','2025-06-26 15:29:28','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','81750940952','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3059,'','Cash','','2025-06-26 15:43:07','','0','19','2025-06-26 15:43:07','','890','890','1','retail','0','890','1','0','0','0','0','0','0','new',' ','','3','0','191750941695','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3060,'','Cash','','2025-06-26 16:12:12','','0','19','2025-06-26 16:12:12','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','191750943519','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3061,'','Cash','','2025-06-26 16:13:47','','0','8','2025-06-26 16:13:47','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','81750943625','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3062,'','Cash','','2025-06-26 16:39:56','','0','19','2025-06-26 16:39:56','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','191750945191','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3063,'','Cash','','2025-06-26 16:52:53','','0','19','2025-06-26 16:52:53','','500','500','1','retail','0','500','1','0','0','0','0','0','0','new',' ','','3','0','191750945961','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3064,'','Cash','','2025-06-26 17:27:14','','0','19','2025-06-26 17:09:05','','530','530','1','retail','0','530','1','0','0','0','0','0','0','new',' ','','1','0','191750946637','No','19','2025-06-26 17:27:14','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3065,'','Cash','','2025-06-26 17:39:47','','0','19','2025-06-26 17:39:47','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','191750948783','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3066,'','Cash','','2025-06-26 17:50:03','','0','8','2025-06-26 17:50:04','','1290','1290','1','retail','0','1290','1','0','0','0','0','0','0','new',' ','','1','0','81750948891','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3067,'','Cash','','2025-06-26 17:56:36','','0','8','2025-06-26 17:56:36','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','81750949793','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3068,'','Cash','','2025-06-26 18:06:08','','0','8','2025-06-26 18:06:08','','540','540','1','retail','0','540','1','0','0','0','0','0','0','new',' ','','1','0','81750950188','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3069,'','Cash','','2025-06-26 18:07:56','','0','8','2025-06-26 18:07:56','','220','220','1','retail','0','220','1','0','0','0','0','0','0','new',' ','','1','0','81750950412','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3070,'','Cash','','2025-06-26 18:10:16','','0','8','2025-06-26 18:10:16','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','81750950590','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3071,'','Cash','','2025-06-26 18:10:57','','0','8','2025-06-26 18:10:57','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','81750950655','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3072,'','Cash','','2025-06-26 18:11:33','','0','8','2025-06-26 18:11:33','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','1','0','81750950686','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3073,'','Cash','','2025-06-26 18:15:57','','0','8','2025-06-26 18:15:57','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','1','0','81750950941','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3074,'','Cash','','2025-06-26 18:17:02','','0','19','2025-06-26 18:17:02','','310','310','1','retail','0','310','1','0','0','0','0','0','0','new',' ','','3','0','191750950962','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3075,'','Cash','','2025-06-26 18:25:39','','0','19','2025-06-26 18:25:39','','210','210','1','retail','0','210','1','0','0','0','0','0','0','new',' ','','1','0','191750951504','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3076,'','Cash','','2025-06-26 18:33:55','','0','8','2025-06-26 18:33:55','','430','430','1','retail','0','430','1','0','0','0','0','0','0','new',' ','','3','0','81750951995','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3077,'','Cash','','2025-06-26 18:49:05','','0','19','2025-06-26 18:49:05','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','191750952941','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3078,'','Cash','','2025-06-26 19:09:56','','0','8','2025-06-26 19:09:56','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','81750954188','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3079,'','Cash','','2025-06-26 19:16:28','','0','19','2025-06-26 19:16:28','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','191750954425','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3080,'','Cash','','2025-06-26 19:19:01','','0','19','2025-06-26 19:19:01','','160','160','1','retail','0','160','1','0','0','0','0','0','0','new',' ','','3','0','191750954660','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3081,'','Cash','','2025-06-26 19:19:24','','0','8','2025-06-26 19:19:24','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','81750954762','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3082,'','Cash','','2025-06-26 19:43:42','','0','8','2025-06-26 19:43:42','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','81750956219','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3083,'','Cash','','2025-06-26 20:06:13','','0','19','2025-06-26 20:06:13','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','191750956930','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3084,'','Cash','','2025-06-26 20:07:10','','0','19','2025-06-26 20:07:10','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','3','0','191750957593','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3085,'','Cash','','2025-06-26 20:38:28','','0','19','2025-06-26 20:38:28','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','3','0','191750959489','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3086,'','Cash','','2025-06-26 20:38:50','','0','19','2025-06-26 20:38:50','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','191750959528','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3087,'','Cash','','2025-06-26 21:28:14','','0','8','2025-06-26 21:28:14','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','81750962486','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3088,'','Cash','','2025-06-26 21:29:03','','0','8','2025-06-26 21:29:03','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','81750962542','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3089,'','Cash','','2025-06-26 21:29:51','','0','18','2025-06-26 21:29:51','','210','210','1','retail','0','210','1','0','0','0','0','0','0','new',' ','','1','0','181750962573','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3090,'','Cash','','2025-06-26 21:30:33','','0','18','2025-06-26 21:30:33','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181750962631','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3091,'','Cash','','2025-06-26 21:40:45','','0','8','2025-06-26 21:40:45','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','81750963244','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3092,'','Cash','','2025-06-27 08:53:33','','0','19','2025-06-27 08:53:33','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','191751003611','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3093,'','Cash','','2025-06-27 09:12:52','','0','8','2025-06-27 09:12:52','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','81751004758','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3094,'','Cash','','2025-06-27 10:26:36','','0','19','2025-06-27 09:43:01','','540','540','1','retail','0','540','1','0','0','0','0','0','0','new',' ','','3','0','191751006514','No','19','2025-06-27 10:26:36','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3095,'','Cash','','2025-06-27 10:24:00','','0','8','2025-06-27 10:24:00','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','81751009038','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3096,'','Cash','','2025-06-27 10:47:37','','0','8','2025-06-27 10:47:37','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','81751010456','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3097,'','Cash','','2025-06-27 10:53:16','','0','19','2025-06-27 10:53:16','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','191751010793','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3098,'','Cash','','2025-06-27 10:55:08','','0','8','2025-06-27 10:55:08','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','81751010867','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3099,'','Cash','','2025-06-27 11:18:23','','0','19','2025-06-27 11:18:23','','220','220','1','retail','0','220','1','0','0','0','0','0','0','new',' ','','1','0','191751012112','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3100,'','Cash','','2025-06-27 11:19:14','','0','19','2025-06-27 11:19:14','','170','170','1','retail','0','170','1','0','0','0','0','0','0','new',' ','','3','0','191751012334','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3101,'','Cash','','2025-06-27 11:35:39','','0','8','2025-06-27 11:35:39','','110','110','1','retail','0','110','1','0','0','0','0','0','0','new',' ','','3','0','81751013315','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3102,'','Cash','','2025-06-27 11:38:33','','0','8','2025-06-27 11:38:33','','90','90','1','retail','0','90','1','0','0','0','0','0','0','new',' ','','3','0','81751013447','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3103,'','Cash','','2025-06-27 12:05:31','','0','8','2025-06-27 12:05:31','','210','210','1','retail','0','210','1','0','0','0','0','0','0','new',' ','','1','0','81751015109','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3104,'','Cash','','2025-06-27 12:39:53','','0','8','2025-06-27 12:19:05','','800','800','1','retail','0','800','1','0','0','0','0','0','0','new',' ','','1','0','81751015638','No','8','2025-06-27 12:39:53','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3105,'','Cash','','2025-06-27 13:29:24','','0','8','2025-06-27 13:29:24','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','81751020159','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3106,'','Cash','','2025-06-27 13:57:32','','0','8','2025-06-27 13:57:32','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','81751021842','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3107,'','Cash','','2025-06-27 14:04:22','','0','19','2025-06-27 14:04:22','','550','550','1','retail','0','550','1','0','0','0','0','0','0','new',' ','','1','0','191751022214','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3108,'','Cash','','2025-06-27 14:10:14','','0','8','2025-06-27 14:10:14','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','1','0','81751022596','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3109,'','Cash','','2025-06-27 14:17:42','','0','8','2025-06-27 14:17:42','','90','90','1','retail','0','90','1','0','0','0','0','0','0','new',' ','','3','0','81751023044','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3110,'','Cash','','2025-06-27 14:18:29','','0','8','2025-06-27 14:18:29','','500','500','1','retail','0','500','1','0','0','0','0','0','0','new',' ','','1','0','81751023080','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3111,'','Cash','','2025-06-27 14:26:23','','0','19','2025-06-27 14:20:36','','600','600','1','retail','0','600','1','0','0','0','0','0','0','new',' ','','1','0','191751023126','No','19','2025-06-27 14:26:23','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3112,'','Cash','','2025-06-27 14:28:03','','0','8','2025-06-27 14:28:03','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','81751023681','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3113,'','Cash','','2025-06-27 14:29:25','','0','8','2025-06-27 14:29:25','','40','40','1','retail','0','40','1','0','0','0','0','0','0','new',' ','','1','0','81751023748','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3114,'','Cash','','2025-06-27 14:44:21','','0','8','2025-06-27 14:44:21','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','81751024650','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3115,'','Cash','','2025-06-27 15:10:05','','0','8','2025-06-27 15:10:05','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','81751026201','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3116,'','Cash','','2025-06-27 15:13:00','','0','19','2025-06-27 15:13:00','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','191751026378','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3117,'','Cash','','2025-06-27 16:13:36','','0','19','2025-06-27 16:13:36','','430','430','1','retail','0','430','1','0','0','0','0','0','0','new',' ','','1','0','191751030000','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3118,'','Cash','','2025-06-27 16:15:22','','0','19','2025-06-27 16:15:22','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','1','0','191751030106','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3119,'','Cash','','2025-06-27 16:40:25','','0','8','2025-06-27 16:40:25','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','1','0','81751031611','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3120,'','Cash','','2025-06-27 16:41:40','','0','8','2025-06-27 16:41:40','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','3','0','81751031692','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3121,'','Cash','','2025-06-27 17:17:58','','0','8','2025-06-27 17:17:58','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','3','0','81751033841','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3122,'','Cash','','2025-06-27 17:39:09','','0','8','2025-06-27 17:39:09','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','81751035131','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3123,'','Cash','','2025-06-27 17:45:47','','0','19','2025-06-27 17:45:47','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','3','0','191751035455','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3124,'','Cash','','2025-06-27 17:47:47','','0','19','2025-06-27 17:47:47','','170','170','1','retail','0','170','1','0','0','0','0','0','0','new',' ','','1','0','191751035604','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3125,'','Cash','','2025-06-27 18:07:08','','0','19','2025-06-27 18:07:08','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','191751036806','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3126,'','Cash','','2025-06-27 18:37:18','','0','8','2025-06-27 18:37:18','','500','500','1','retail','0','500','1','0','0','0','0','0','0','new',' ','','1','0','81751038614','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3127,'','Cash','','2025-06-27 18:40:12','','0','19','2025-06-27 18:40:12','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','191751038808','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3128,'','Cash','','2025-06-27 19:22:45','','0','8','2025-06-27 19:07:35','','240','240','1','retail','0','240','1','0','0','0','0','0','0','new',' ','','1','0','81751040144','No','8','2025-06-27 19:22:45','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3129,'','Cash','','2025-06-27 19:18:34','','0','19','2025-06-27 19:18:34','','700','700','1','retail','0','700','1','0','0','0','0','0','0','new',' ','','3','0','191751041008','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3130,'','Cash','','2025-06-27 19:52:18','','0','8','2025-06-27 19:26:16','','260','260','1','retail','0','260','1','0','0','0','0','0','0','new',' ','','3','0','81751041542','No','8','2025-06-27 19:52:18','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3131,'','Cash','','2025-06-27 19:49:53','','0','8','2025-06-27 19:26:57','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','81751041605','No','8','2025-06-27 19:49:53','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3132,'','Cash','','2025-06-27 20:14:54','','0','8','2025-06-27 19:28:38','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','3','0','81751041644','No','8','2025-06-27 20:14:54','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3133,'','Cash','','2025-06-27 19:29:12','','0','8','2025-06-27 19:29:12','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','81751041749','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3134,'','Cash','','2025-06-27 19:29:00','','0','19','2025-06-27 19:29:00','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','191751041736','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3135,'','Cash','','2025-06-27 19:53:21','','0','8','2025-06-27 19:53:21','','220','220','1','retail','0','220','1','0','0','0','0','0','0','new',' ','','1','0','81751043163','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3136,'','Cash','','2025-06-27 20:15:47','','0','8','2025-06-27 20:15:47','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','1','0','81751044536','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3137,'','Cash','','2025-06-27 20:17:02','','0','8','2025-06-27 20:17:03','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','3','0','81751044601','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3138,'','Cash','','2025-06-27 20:17:33','','0','19','2025-06-27 20:17:33','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','1','0','191751044601','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3139,'','Cash','','2025-06-27 20:19:47','','0','8','2025-06-27 20:19:47','','730','730','1','retail','0','730','1','0','0','0','0','0','0','new',' ','','1','0','81751044714','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3140,'','Cash','','2025-06-27 20:22:28','','0','19','2025-06-27 20:22:28','','240','240','1','retail','0','240','1','0','0','0','0','0','0','new',' ','','3','0','191751044906','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3141,'','Cash','','2025-06-27 20:53:39','','0','19','2025-06-27 20:53:39','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','191751046809','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3142,'','Cash','','2025-06-27 20:56:59','','0','19','2025-06-27 20:56:59','','430','430','1','retail','0','430','1','0','0','0','0','0','0','new',' ','','1','0','191751046988','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3143,'','Cash','','2025-06-27 20:57:04','','0','8','2025-06-27 20:57:04','','310','310','1','retail','0','310','1','0','0','0','0','0','0','new',' ','','1','0','81751046994','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3144,'','Cash','','2025-06-27 20:57:25','','0','8','2025-06-27 20:57:25','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','','0','81751047043','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3145,'','Cash','','2025-06-27 21:00:19','','0','19','2025-06-27 21:00:19','','910','910','1','retail','0','910','1','0','0','0','0','0','0','new',' ','','1','0','191751047080','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3146,'','Cash','','2025-06-27 21:29:50','','0','18','2025-06-27 21:29:50','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','181751048976','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3147,'','Cash','','2025-06-27 21:37:44','','0','18','2025-06-27 21:37:44','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181751049462','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3148,'','Cash','','2025-06-27 21:40:34','','0','18','2025-06-27 21:40:34','','330','330','1','retail','0','330','1','0','0','0','0','0','0','new',' ','','1','0','181751049621','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3149,'','Cash','','2025-06-27 21:43:28','','0','18','2025-06-27 21:43:28','','430','430','1','retail','0','430','1','0','0','0','0','0','0','new',' ','','1','0','181751049739','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3150,'','Cash','','2025-06-27 21:53:15','','0','19','2025-06-27 21:53:15','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','1','0','191751050374','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3151,'','Cash','','2025-06-27 22:01:59','','0','18','2025-06-27 22:01:59','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','1','0','181751050908','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3152,'','Cash','','2025-06-27 22:53:15','','0','18','2025-06-27 22:53:15','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','181751053993','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3153,'','Cash','','2025-06-28 06:51:17','','0','18','2025-06-28 06:51:17','','460','460','1','retail','0','460','1','0','0','0','0','0','0','new',' ','','3','0','181751082627','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3154,'','Cash','','2025-06-28 07:16:29','','0','18','2025-06-28 07:16:29','','160','160','1','retail','0','160','1','0','0','0','0','0','0','new',' ','','3','0','181751084161','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3155,'','Cash','','2025-06-28 08:35:36','','0','18','2025-06-28 08:35:36','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','3','0','181751088911','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3156,'','Cash','','2025-06-28 08:40:18','','0','18','2025-06-28 08:40:18','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','181751089203','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3157,'','Cash','','2025-06-28 08:47:16','','0','18','2025-06-28 08:47:16','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','181751089634','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3158,'','Cash','','2025-06-28 09:11:20','','0','19','2025-06-28 09:11:20','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','191751091079','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3159,'','Cash','','2025-06-28 09:37:19','','0','19','2025-06-28 09:37:19','','90','90','1','retail','0','90','1','0','0','0','0','0','0','new',' ','','1','0','191751092601','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3160,'','Cash','','2025-06-28 10:32:20','','0','8','2025-06-28 10:07:59','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','81751094468','No','8','2025-06-28 10:32:20','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3161,'','Cash','','2025-06-28 10:19:51','','0','19','2025-06-28 10:19:51','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','3','0','191751095171','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3162,'','Cash','','2025-06-28 10:38:24','','0','8','2025-06-28 10:38:24','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','81751096302','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3163,'','Cash','','2025-06-28 11:03:32','','0','19','2025-06-28 11:03:32','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','191751097810','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3164,'','Cash','','2025-06-28 11:05:06','','0','19','2025-06-28 11:05:06','','40','40','1','retail','0','40','1','0','0','0','0','0','0','new',' ','','1','0','191751097895','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3165,'','Cash','','2025-06-28 11:08:04','','0','19','2025-06-28 11:08:04','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','3','0','191751098055','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3166,'','Cash','','2025-06-28 12:30:20','','0','19','2025-06-28 12:30:20','','120','120','1','retail','0','120','1','0','0','0','0','0','0','new',' ','','1','0','191751103016','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3167,'','Cash','','2025-06-28 13:40:55','','0','8','2025-06-28 13:40:55','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','1','0','81751107247','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3168,'','Cash','','2025-06-28 13:52:47','','0','19','2025-06-28 13:52:47','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','191751107962','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3169,'','Cash','','2025-06-28 13:58:16','','0','19','2025-06-28 13:58:16','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','1','0','191751108275','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3170,'','Cash','','2025-06-28 14:02:31','','0','8','2025-06-28 14:02:31','','40','40','1','retail','0','40','1','0','0','0','0','0','0','new',' ','','1','0','81751108546','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3171,'','Cash','','2025-06-28 14:04:45','','0','8','2025-06-28 14:04:45','','1060','1060','1','retail','0','1060','1','0','0','0','0','0','0','new',' ','','1','0','81751108640','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3172,'','Cash','','2025-06-28 14:36:33','','0','19','2025-06-28 14:09:04','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','3','0','191751108827','No','19','2025-06-28 14:36:33','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3173,'','Cash','','2025-06-28 15:16:57','','0','8','2025-06-28 14:35:10','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','3','0','81751110489','No','8','2025-06-28 15:16:57','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3174,'','Cash','','2025-06-28 15:19:04','','0','8','2025-06-28 15:02:59','','1440','1440','1','retail','0','1440','1','0','0','0','0','0','0','new',' ','','1','0','81751112080','No','8','2025-06-28 15:19:04','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3175,'','Cash','','2025-06-28 15:57:33','','0','19','2025-06-28 15:57:33','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','191751115441','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3176,'','Cash','','2025-06-28 16:29:34','','0','19','2025-06-28 16:29:34','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','191751117369','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3177,'','Cash','','2025-06-28 16:58:13','','0','8','2025-06-28 16:58:13','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','81751119087','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3178,'','Cash','','2025-06-28 16:59:27','','0','8','2025-06-28 16:59:27','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','81751119164','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3179,'','Cash','','2025-06-28 17:56:54','','0','8','2025-06-28 17:22:22','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','81751120538','No','8','2025-06-28 17:56:54','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3180,'','Cash','','2025-06-28 17:36:07','','0','19','2025-06-28 17:36:07','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','191751121358','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3181,'','Cash','','2025-06-28 17:44:01','','0','19','2025-06-28 17:44:01','','560','560','1','retail','0','560','1','0','0','0','0','0','0','new',' ','','3','0','191751121746','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3182,'','Cash','','2025-06-28 19:25:50','','0','19','2025-06-28 18:30:21','','680','680','1','retail','0','680','1','0','0','0','0','0','0','new',' ','','1','0','191751124616','No','19','2025-06-28 19:25:50','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3183,'','Cash','','2025-06-28 19:02:00','','0','19','2025-06-28 19:02:00','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','191751126518','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3184,'','Cash','','2025-06-28 19:13:11','','0','19','2025-06-28 19:13:11','','890','890','1','retail','0','890','1','0','0','0','0','0','0','new',' ','','3','0','191751126976','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3185,'','Cash','','2025-06-28 20:04:41','','0','8','2025-06-28 20:04:41','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','81751130279','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3186,'','Cash','','2025-06-28 20:37:07','','0','8','2025-06-28 20:37:07','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','81751132221','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3187,'','Cash','','2025-06-28 20:38:47','','0','19','2025-06-28 20:38:47','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','1','0','191751132266','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3188,'','Cash','','2025-06-28 21:27:59','','0','6','2025-06-28 21:27:59','','80','80','1','retail','0','80','1','0','0','0','0','0','0','new',' ','','1','0','61751135248','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3189,'','Cash','','2025-06-28 22:36:02','','0','6','2025-06-28 22:09:07','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','61751137746','No','6','2025-06-28 22:36:02','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3190,'','Cash','','2025-06-28 22:45:02','','0','6','2025-06-28 22:45:02','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','61751139900','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3191,'','Cash','','2025-06-28 23:03:25','','0','6','2025-06-28 23:03:25','','40','40','1','retail','0','40','1','0','0','0','0','0','0','new',' ','','1','0','61751141000','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3192,'','Cash','','2025-06-29 00:19:03','','0','6','2025-06-29 00:19:03','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','61751145542','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3193,'','Cash','','2025-06-29 08:48:14','','0','6','2025-06-29 08:48:14','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','61751176092','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3194,'','Cash','','2025-06-29 09:39:49','','0','22','2025-06-29 09:39:49','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','221751179188','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3195,'','Cash','','2025-06-29 09:40:15','','0','22','2025-06-29 09:40:15','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','221751179213','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3196,'','Cash','','2025-06-29 10:17:46','','0','22','2025-06-29 10:17:46','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','221751181465','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3197,'','Cash','','2025-06-29 10:43:18','','0','22','2025-06-29 10:43:18','','170','170','1','retail','0','170','1','0','0','0','0','0','0','new',' ','','3','0','221751182968','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3198,'','Cash','','2025-06-29 10:55:35','','0','22','2025-06-29 10:49:01','','70','70','1','retail','0','70','1','0','0','0','0','0','0','new',' ','','1','0','221751183340','No','22','2025-06-29 10:55:35','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3199,'','Cash','','2025-06-29 11:51:05','','0','19','2025-06-29 11:51:05','','190','190','1','retail','0','190','1','0','0','0','0','0','0','new',' ','','1','0','191751186827','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3200,'','Cash','','2025-06-29 11:51:47','','0','19','2025-06-29 11:51:47','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','191751187105','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3201,'','Cash','','2025-06-29 11:52:44','','0','19','2025-06-29 11:52:44','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','191751187133','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3202,'','Cash','','2025-06-29 12:18:18','','0','22','2025-06-29 12:07:36','','190','190','1','retail','0','190','1','0','0','0','0','0','0','new',' ','','1','0','221751188016','No','22','2025-06-29 12:18:18','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3203,'','Cash','','2025-06-29 12:08:38','','0','22','2025-06-29 12:08:38','','380','380','1','retail','0','380','1','0','0','0','0','0','0','new',' ','','1','0','221751188108','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3204,'','Cash','','2025-06-29 12:58:19','','0','22','2025-06-29 12:23:00','','580','580','1','retail','0','580','1','0','0','0','0','0','0','new',' ','','3','0','221751188967','No','22','2025-06-29 12:58:19','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3205,'','Cash','','2025-06-29 12:39:19','','0','22','2025-06-29 12:39:19','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','221751189958','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3206,'','Cash','','2025-06-29 12:53:41','','0','19','2025-06-29 12:53:41','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','3','0','191751190797','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3207,'','Cash','','2025-06-29 12:54:25','','0','19','2025-06-29 12:54:25','','330','330','1','retail','0','330','1','0','0','0','0','0','0','new',' ','','1','0','191751190859','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3208,'','Cash','','2025-06-29 12:54:41','','0','19','2025-06-29 12:54:41','','330','330','1','retail','0','330','1','0','0','0','0','0','0','new',' ','','1','0','191751190876','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3209,'','Cash','','2025-06-29 12:55:07','','0','19','2025-06-29 12:55:07','','330','330','1','retail','0','330','1','0','0','0','0','0','0','new',' ','','1','0','191751190902','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3210,'','Cash','','2025-06-29 12:55:43','','0','19','2025-06-29 12:55:43','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','3','0','191751190928','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3211,'','Cash','','2025-06-29 12:56:11','','0','19','2025-06-29 12:56:11','','200','200','1','retail','0','200','1','0','0','0','0','0','0','new',' ','','1','0','191751190970','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3212,'','Cash','','2025-06-29 13:05:30','','0','22','2025-06-29 13:05:30','','450','450','1','retail','0','450','1','0','0','0','0','0','0','new',' ','','1','0','221751191519','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3213,'','Cash','','2025-06-29 13:27:09','','0','19','2025-06-29 13:27:09','','90','90','1','retail','0','90','1','0','0','0','0','0','0','new',' ','','3','0','191751192809','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3214,'','Cash','','2025-06-29 13:53:45','','0','19','2025-06-29 13:53:45','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','191751194424','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3215,'','Cash','','2025-06-29 14:03:00','','0','19','2025-06-29 14:03:00','','500','500','1','retail','0','500','1','0','0','0','0','0','0','new',' ','','3','0','191751194853','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3216,'','Cash','','2025-06-29 14:07:24','','0','19','2025-06-29 14:07:24','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','191751195243','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3217,'','Cash','','2025-06-29 14:31:05','','0','19','2025-06-29 14:31:05','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','191751196664','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3218,'','Cash','','2025-06-29 15:24:22','','0','19','2025-06-29 15:24:22','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','1','0','191751199861','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3219,'','Cash','','2025-06-29 15:50:36','','0','22','2025-06-29 15:50:36','','160','160','1','retail','0','160','1','0','0','0','0','0','0','new',' ','','1','0','221751201409','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3220,'','Cash','','2025-06-29 17:43:12','','0','19','2025-06-29 16:15:03','','1180','1180','1','retail','0','1180','1','0','0','0','0','0','0','new',' ','','3','0','191751202794','No','19','2025-06-29 17:43:12','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3221,'','Cash','','2025-06-29 16:37:37','','0','22','2025-06-29 16:37:37','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','221751204255','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3222,'','Cash','','2025-06-29 16:51:27','','0','22','2025-06-29 16:51:27','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','221751205086','No','','','','','3','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3223,'','Cash','','2025-06-29 16:59:59','','0','22','2025-06-29 16:59:59','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','221751205596','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3224,'','Cash','','2025-06-29 17:39:53','','0','19','2025-06-29 17:39:53','','600','600','1','retail','0','600','1','0','0','0','0','0','0','new',' ','','3','0','191751207915','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3225,'','Cash','','2025-06-29 18:11:14','','0','19','2025-06-29 18:11:14','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','191751209860','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3226,'','Cash','','2025-06-29 18:43:22','','0','22','2025-06-29 18:43:22','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','221751211800','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3227,'','Cash','','2025-06-29 19:02:16','','0','22','2025-06-29 18:53:09','','140','140','1','retail','0','140','1','0','0','0','0','0','0','new',' ','','3','0','221751212387','No','22','2025-06-29 19:02:16','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3228,'','Cash','','2025-06-29 19:09:30','','0','22','2025-06-29 18:54:58','','90','90','1','retail','0','90','1','0','0','0','0','0','0','new',' ','','1','0','221751212476','No','22','2025-06-29 19:09:30','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3229,'','Cash','','2025-06-29 19:23:00','','0','22','2025-06-29 19:23:01','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','221751214171','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3230,'','Cash','','2025-06-29 19:27:06','','0','22','2025-06-29 19:27:06','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','3','0','221751214362','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3231,'','Cash','','2025-06-29 20:17:35','','0','22','2025-06-29 19:34:10','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','1','0','221751214849','No','22','2025-06-29 20:17:35','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3232,'','Cash','','2025-06-29 19:43:44','','0','22','2025-06-29 19:43:44','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','221751215422','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3233,'','Cash','','2025-06-29 19:47:17','','0','22','2025-06-29 19:47:17','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','1','0','221751215628','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3234,'','Cash','','2025-06-29 19:51:47','','0','22','2025-06-29 19:51:47','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','1','0','221751215851','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3235,'','Cash','','2025-06-29 19:56:58','','0','19','2025-06-29 19:56:58','','540','540','1','retail','0','540','1','0','0','0','0','0','0','new',' ','','1','0','191751216052','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3236,'','Cash','','2025-06-29 19:58:58','','0','19','2025-06-29 19:58:58','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','191751216336','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3237,'','Cash','','2025-06-29 20:50:15','','0','19','2025-06-29 20:20:30','','410','410','1','retail','0','410','1','0','0','0','0','0','0','new',' ','','1','0','191751217591','No','19','2025-06-29 20:50:15','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3238,'','Cash','','2025-06-29 21:01:33','','0','22','2025-06-29 20:40:25','','880','880','1','retail','0','880','1','0','0','0','0','0','0','new',' ','','3','0','221751218107','No','22','2025-06-29 21:01:33','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3239,'','Cash','','2025-06-29 20:58:51','','0','19','2025-06-29 20:58:51','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','191751219929','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3240,'','Cash','','2025-06-29 21:06:32','','0','22','2025-06-29 21:06:32','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','1','0','221751220382','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3241,'','Cash','','2025-06-29 21:07:56','','0','22','2025-06-29 21:07:56','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','1','0','221751220438','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3242,'','Cash','','2025-06-29 21:31:48','','0','22','2025-06-29 21:31:48','','630','630','1','retail','0','630','1','0','0','0','0','0','0','new',' ','','3','0','221751221338','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3243,'','Cash','','2025-06-29 21:39:26','','0','19','2025-06-29 21:38:10','','780','780','1','retail','0','780','1','0','0','0','0','0','0','new',' ','','3','0','191751222077','No','19','2025-06-29 21:39:26','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3244,'','Cash','','2025-06-29 21:41:51','','0','22','2025-06-29 21:41:51','','950','950','1','retail','0','950','1','0','0','0','0','0','0','new',' ','','1','0','221751222400','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3245,'','Cash','','2025-06-29 21:42:44','','0','18','2025-06-29 21:42:44','','120','120','1','retail','0','120','1','0','0','0','0','0','0','new',' ','','1','0','181751222558','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3246,'','Cash','','2025-06-29 21:47:13','','0','18','2025-06-29 21:47:13','','330','330','1','retail','0','330','1','0','0','0','0','0','0','new',' ','','1','0','181751222828','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3247,'','Cash','','2025-06-29 21:50:49','','0','22','2025-06-29 21:50:49','','310','310','1','retail','0','310','1','0','0','0','0','0','0','new',' ','','3','0','221751223011','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3248,'','Cash','','2025-06-30 09:13:20','','0','18','2025-06-30 09:13:20','','830','830','1','retail','0','830','1','0','0','0','0','0','0','new',' ','','1','0','181751263914','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3249,'','Cash','','2025-06-30 09:14:21','','0','18','2025-06-30 09:14:21','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','1','0','181751264027','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3250,'','Cash','','2025-06-30 09:18:17','','0','18','2025-06-30 09:18:17','','220','220','1','retail','0','220','1','0','0','0','0','0','0','new',' ','','1','0','181751264108','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3251,'','Cash','','2025-06-30 09:19:16','','0','18','2025-06-30 09:19:16','','60','60','1','retail','0','60','1','0','0','0','0','0','0','new',' ','','1','0','181751264343','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3252,'','Cash','','2025-06-30 09:24:00','','0','19','2025-06-30 09:24:00','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','191751264638','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3253,'','Cash','','2025-06-30 09:32:25','','0','19','2025-06-30 09:32:25','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','191751265144','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3254,'','Cash','','2025-06-30 09:38:01','','0','22','2025-06-30 09:38:01','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','221751265480','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3255,'','Cash','','2025-06-30 10:00:53','','0','19','2025-06-30 10:00:53','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','3','0','191751266833','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3256,'','Cash','','2025-06-30 10:07:19','','0','22','2025-06-30 10:07:19','','20','20','1','retail','0','20','1','0','0','0','0','0','0','new',' ','','1','0','221751267238','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3257,'','Cash','','2025-06-30 10:13:22','','0','22','2025-06-30 10:13:22','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','221751267601','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3258,'','Cash','','2025-06-30 10:46:19','','0','19','2025-06-30 10:46:19','','70','70','1','retail','0','70','1','0','0','0','0','0','0','new',' ','','1','0','191751269570','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3259,'','Cash','','2025-06-30 10:52:51','','0','22','2025-06-30 10:52:51','','360','360','1','retail','0','360','1','0','0','0','0','0','0','new',' ','','3','0','221751269284','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3260,'','Cash','','2025-06-30 10:57:43','','0','22','2025-06-30 10:57:43','','70','70','1','retail','0','70','1','0','0','0','0','0','0','new',' ','','1','0','221751270241','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3261,'','Cash','','2025-06-30 13:05:15','','0','22','2025-06-30 11:05:25','','750','750','1','retail','0','750','1','0','0','0','0','0','0','new',' ','','1','0','221751270690','No','22','2025-06-30 13:05:16','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3262,'','Cash','','2025-06-30 12:25:46','','0','19','2025-06-30 12:25:46','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','191751275531','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3263,'','Cash','','2025-06-30 12:33:59','','0','22','2025-06-30 12:33:59','','510','510','1','retail','0','510','1','0','0','0','0','0','0','new',' ','','1','0','221751275364','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3264,'','Cash','','2025-06-30 13:08:10','','0','19','2025-06-30 13:08:10','','450','450','1','retail','0','450','1','0','0','0','0','0','0','new',' ','','1','0','191751277534','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3265,'','Cash','','2025-06-30 16:45:35','','0','19','2025-06-30 13:08:44','','300','300','1','retail','0','300','1','0','0','0','0','0','0','new',' ','','1','0','191751278122','No','19','2025-06-30 16:45:35','','','4','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3266,'','Cash','','2025-06-30 13:10:01','','0','22','2025-06-30 13:10:01','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','221751278199','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3267,'','Cash','','2025-06-30 13:17:42','','0','19','2025-06-30 13:17:42','','400','400','1','retail','0','400','1','0','0','0','0','0','0','new',' ','','1','0','191751278649','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3268,'','Cash','','2025-06-30 14:03:14','','0','22','2025-06-30 13:37:24','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','3','0','221751279841','No','22','2025-06-30 14:03:14','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3269,'','Cash','','2025-06-30 13:47:50','','0','22','2025-06-30 13:47:50','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','1','0','221751280468','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3270,'','Cash','','2025-06-30 14:05:54','','0','19','2025-06-30 14:05:54','','710','710','1','retail','0','710','1','0','0','0','0','0','0','new',' ','','1','0','191751281484','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3271,'','Cash','','2025-06-30 14:17:54','','0','19','2025-06-30 14:17:54','','280','280','1','retail','0','280','1','0','0','0','0','0','0','new',' ','','3','0','191751282247','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3272,'','Cash','','2025-06-30 14:47:01','','0','22','2025-06-30 14:33:11','','350','350','1','retail','0','350','1','0','0','0','0','0','0','new',' ','','3','0','221751283157','No','22','2025-06-30 14:47:01','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3273,'','Cash','','2025-06-30 14:35:13','','0','22','2025-06-30 14:35:13','','480','480','1','retail','0','480','1','0','0','0','0','0','0','new',' ','','1','0','221751283259','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3274,'','Cash','','2025-06-30 14:39:45','','0','19','2025-06-30 14:39:45','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','191751283583','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3275,'','Cash','','2025-06-30 15:03:57','','0','19','2025-06-30 15:03:57','','410','410','1','retail','0','410','1','0','0','0','0','0','0','new',' ','','1','0','191751285001','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3276,'','Cash','','2025-06-30 15:31:06','','0','19','2025-06-30 15:30:00','','1210','1210','1','retail','0','1210','1','0','0','0','0','0','0','new',' ','','3','0','191751286552','No','19','2025-06-30 15:31:06','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3277,'','Cash','','2025-06-30 15:13:44','','0','22','2025-06-30 15:13:44','','600','600','1','retail','0','600','1','0','0','0','0','0','0','new',' ','','1','0','221751284228','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3278,'','Cash','','2025-06-30 16:02:54','','0','22','2025-06-30 16:02:54','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','1','0','221751288568','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3279,'','Cash','','2025-06-30 16:21:00','','0','22','2025-06-30 16:21:00','','30','30','1','retail','0','30','1','0','0','0','0','0','0','new',' ','','1','0','221751289615','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3280,'','Cash','','2025-06-30 16:33:22','','0','22','2025-06-30 16:33:22','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','221751290398','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3281,'','Cash','','2025-06-30 17:35:23','','0','19','2025-06-30 16:43:24','','700','700','1','retail','0','700','1','0','0','0','0','0','0','new',' ','','1','0','191751290993','No','19','2025-06-30 17:35:23','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3282,'','Cash','','2025-06-30 16:44:18','','0','19','2025-06-30 16:44:18','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','191751291055','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3283,'','Cash','','2025-06-30 16:54:28','','0','22','2025-06-30 16:54:28','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','3','0','221751291665','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3284,'','Cash','','2025-06-30 17:18:46','','0','22','2025-06-30 17:18:46','','570','570','1','retail','0','570','1','0','0','0','0','0','0','new',' ','','1','0','221751292091','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3285,'','Cash','','2025-06-30 17:27:26','','0','19','2025-06-30 17:27:26','','430','430','1','retail','0','430','1','0','0','0','0','0','0','new',' ','','3','0','191751293625','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3286,'','Cash','','2025-06-30 17:29:38','','0','22','2025-06-30 17:29:38','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','221751293760','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3287,'','Cash','','2025-06-30 17:30:23','','0','22','2025-06-30 17:30:23','','150','150','1','retail','0','150','1','0','0','0','0','0','0','new',' ','','3','0','221751293821','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3288,'','Cash','','2025-06-30 17:30:05','','0','19','2025-06-30 17:30:05','','500','500','1','retail','0','500','1','0','0','0','0','0','0','new',' ','','3','0','191751293775','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3289,'','Cash','','2025-06-30 17:59:48','','0','19','2025-06-30 17:59:48','','250','250','1','retail','0','250','1','0','0','0','0','0','0','new',' ','','3','0','191751295561','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3290,'','Cash','','2025-06-30 18:49:07','','0','22','2025-06-30 18:05:25','','210','210','1','retail','0','210','1','0','0','0','0','0','0','new',' ','','1','0','221751295862','No','22','2025-06-30 18:49:08','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3291,'','Cash','','2025-06-30 18:28:32','','0','22','2025-06-30 18:28:32','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','221751297307','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3292,'','Cash','','2025-06-30 18:33:36','','0','22','2025-06-30 18:33:36','','180','180','1','retail','0','180','1','0','0','0','0','0','0','new',' ','','3','0','221751297435','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3293,'','Cash','','2025-06-30 18:42:19','','0','19','2025-06-30 18:42:19','','50','50','1','retail','0','50','1','0','0','0','0','0','0','new',' ','','1','0','191751298134','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3294,'','Cash','','2025-06-30 18:43:11','','0','19','2025-06-30 18:43:11','','100','100','1','retail','0','100','1','0','0','0','0','0','0','new',' ','','3','0','191751298180','No','','','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3295,'','Cash','','2025-06-30 19:40:18','','0','22','2025-06-30 19:12:49','','390','390','1','retail','0','390','1','0','0','0','0','0','0','new',' ','','3','0','221751299958','No','22','2025-06-30 19:40:18','','','2','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''),(3296,'','Cash','','2025-06-30 19:44:38','','0','22','2025-06-30 19:44:39','','440','440','1','retail','0','440','1','0','0','0','0','0','0','new',' ','','1','0','221751301656','No','','','','','1','','','',0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''); /*!40000 ALTER TABLE `sales` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_holding` -- DROP TABLE IF EXISTS `sales_holding`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `sales_holding` ( `id` int(11) NOT NULL AUTO_INCREMENT, `cashier` varchar(100) NOT NULL, `type` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `due_date` varchar(100) NOT NULL, `name` varchar(100) NOT NULL, `balance` varchar(20) NOT NULL DEFAULT '0', `userid` varchar(50) NOT NULL, `dateposted` varchar(50) NOT NULL, `customer` varchar(50) DEFAULT NULL, `cash` varchar(50) NOT NULL, `total` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `salestype` varchar(50) NOT NULL, `maindiscount` varchar(20) DEFAULT NULL, `discountedtotal` varchar(20) NOT NULL, `branch` varchar(30) NOT NULL DEFAULT '1', `card` varchar(30) NOT NULL, `voucher` varchar(30) NOT NULL, `credit` varchar(30) NOT NULL, `points` varchar(30) NOT NULL, `mpesa` varchar(50) NOT NULL, `cheque` varchar(50) NOT NULL, `ordersales` varchar(20) DEFAULT 'printed', `description` text NOT NULL, `mytable` varchar(30) NOT NULL, `maincategory` varchar(30) DEFAULT NULL, `creditnote` varchar(30) NOT NULL, `invoice` varchar(30) NOT NULL, `paymentstatus` varchar(10) NOT NULL DEFAULT 'No', `updatedby` varchar(10) NOT NULL, `updatedat` varchar(50) NOT NULL, `plotno` varchar(20) NOT NULL, `houseno` varchar(20) NOT NULL, `baddebt` varchar(30) NOT NULL, `tax1` varchar(30) NOT NULL, `tax2` varchar(30) NOT NULL, `cardnumber` varchar(50) DEFAULT NULL, `savedcoins` decimal(10,2) NOT NULL, `savedpoints` decimal(10,2) NOT NULL, `salesperson` int(11) DEFAULT NULL, `receiptno` varchar(50) DEFAULT NULL, `change` varchar(20) DEFAULT NULL, `currency` varchar(50) DEFAULT NULL, `othercurrency` varchar(20) DEFAULT NULL, `othercurrencyamount` decimal(10,2) DEFAULT NULL, `tocurrencyamount` decimal(10,2) NOT NULL, `currcptno` varchar(50) NOT NULL, `totrcptno` varchar(50) NOT NULL, `intrldata` text NOT NULL, `rcptsign` text NOT NULL, `sdcdatetime` varchar(50) NOT NULL, `taxblAmtA` varchar(50) DEFAULT NULL, `taxblAmtB` varchar(50) DEFAULT NULL, `taxblAmtC` varchar(50) DEFAULT NULL, `taxblAmtD` varchar(50) DEFAULT NULL, `taxblAmtE` varchar(50) DEFAULT NULL, `taxAmtA` varchar(50) DEFAULT NULL, `taxAmtB` varchar(50) DEFAULT NULL, `taxAmtC` varchar(50) DEFAULT NULL, `taxAmtD` varchar(50) DEFAULT NULL, `taxAmtE` varchar(50) DEFAULT NULL, `taxRtA` varchar(50) DEFAULT NULL, `taxRtB` varchar(50) DEFAULT NULL, `taxRtC` varchar(50) DEFAULT NULL, `taxRtD` varchar(50) DEFAULT NULL, `taxRtE` varchar(50) DEFAULT NULL, `sdcId` text NOT NULL, `mrcNo` text NOT NULL, `salesdump` text NOT NULL, `receiptdump` text NOT NULL, `etimsstatus` int(11) NOT NULL DEFAULT 0, `itemsstockmaster` text NOT NULL, PRIMARY KEY (`id`), KEY `id` (`userid`,`invoice`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sales_holding` -- LOCK TABLES `sales_holding` WRITE; /*!40000 ALTER TABLE `sales_holding` DISABLE KEYS */; INSERT INTO `sales_holding` VALUES (1,'','Cash','','2025-04-26 13:29:31','','0','1','2025-04-26 13:29:31','','2','2','1','retail','0','2','1','0','0','0','0','0','0','printed','','',NULL,'0','11745663180','No','','','','','','','',NULL,0.00,0.00,0,'',NULL,'KES','KES',0.00,0.00,'','','','','',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','','',0,''); /*!40000 ALTER TABLE `sales_holding` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_order` -- DROP TABLE IF EXISTS `sales_order`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `sales_order` ( `id` int(11) NOT NULL AUTO_INCREMENT, `invoice` varchar(100) NOT NULL, `code` varchar(100) NOT NULL, `qty` decimal(10,2) NOT NULL, `amount` varchar(100) NOT NULL, `salestype` varchar(100) NOT NULL, `discount` varchar(100) NOT NULL, `dateposted` varchar(50) NOT NULL, `address` text NOT NULL, `description` text NOT NULL, `user` varchar(50) NOT NULL, `bprice` varchar(50) NOT NULL, `type` varchar(50) NOT NULL DEFAULT 'cash', `tax` decimal(10,2) NOT NULL, `sprice` varchar(100) NOT NULL, `balance` varchar(50) NOT NULL, `customer` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `mode` varchar(50) NOT NULL DEFAULT '16', `companyid` varchar(100) NOT NULL, `date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `maincategory` varchar(50) NOT NULL, `category` varchar(50) NOT NULL, `status` varchar(30) DEFAULT 'new', `branch` varchar(30) NOT NULL, `ordersales` varchar(20) NOT NULL DEFAULT 'new', `uom` varchar(30) NOT NULL, `sales` varchar(30) NOT NULL, `updatedat` varchar(50) NOT NULL, `updatedby` varchar(10) NOT NULL, `taxindicator` varchar(10) NOT NULL DEFAULT 'yes', `serial` varchar(50) DEFAULT NULL, `tax2` varchar(20) NOT NULL, `discountype` varchar(20) NOT NULL, `discountvalue` varchar(20) NOT NULL, `vattype` varchar(20) NOT NULL, `taxable` decimal(10,2) NOT NULL, `uomqty` varchar(30) NOT NULL DEFAULT '0', `stockbefore` varchar(30) NOT NULL, `stockafter` varchar(30) NOT NULL, `taxtype` varchar(30) NOT NULL DEFAULT 'Inclusive', `stock` varchar(20) NOT NULL DEFAULT 'branch', `producttype` varchar(30) NOT NULL, `assetaccount` varchar(30) NOT NULL, `salesaccount` varchar(30) NOT NULL, `expenseaccount` varchar(30) DEFAULT NULL, `start` varchar(20) NOT NULL, `close` varchar(20) NOT NULL, `taxcode` varchar(50) DEFAULT NULL, `myinvoice` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `myinvoice` (`myinvoice`) ) ENGINE=InnoDB AUTO_INCREMENT=11353 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sales_order` -- LOCK TABLES `sales_order` WRITE; /*!40000 ALTER TABLE `sales_order` DISABLE KEYS */; INSERT INTO `sales_order` VALUES (1,'11745402113','1',1.00,'50','retail','0','2025-04-23 12:55:14','','','','0','Cash',6.90,'50','','','1','16.00','1','2025-04-23 09:56:53','3','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','','','','1174540212342304323334'),(2,'11745409950','1',1.00,'50','retail','0','2025-04-23 15:05:50','','','','0','Cash',6.90,'50','','','1','16.00','1','2025-04-23 12:06:17','','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','','','','1174540997142104323334'),(3,'11745415370','66',1.00,'250','retail','0','2025-04-23 16:36:10','','','','0','Cash',34.48,'250','','','1','16.00','1','2025-04-23 13:36:30','1','9','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','','','','1174541538342304323334'),(4,'11745415394','66',1.00,'250','retail','0','2025-04-23 16:36:34','','','','0','Cash',34.48,'250','','','1','16.00','1','2025-04-23 13:37:07','1','9','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','','','','1174541541942904323334'),(5,'31745426279','1',1.00,'50','retail','0','2025-04-23 19:37:59','','','','0','Cash',6.90,'50','','','3','16.00','1','2025-04-23 16:41:39','3','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','','','','3174542637842804323334'),(6,'11745431639','1',1.00,'50','retail','0','2025-04-23 21:07:20','','','','0','Cash',6.90,'50','','','1','16.00','1','2025-04-23 18:07:36','3','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','','','','1174543165042004323334'),(7,'11745431659','1',1.00,'50','retail','0','2025-04-23 21:07:39','','','','0','Cash',6.90,'50','','','1','16.00','1','2025-04-23 18:08:06','3','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','','','','1174543168042004323334'),(8,'11745434919','37',1.00,'1120','retail','0','2025-04-23 22:02:00','','','','0','Cash',154.48,'1120','','','1','16.00','1','2025-04-23 19:02:41','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',965.52,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','','','','1174543494542504323334'),(10,'11745434966','37',1.00,'1120','retail','0','2025-04-23 22:02:46','','','','0','Cash',154.48,'1120','','','1','','1','2025-04-23 19:07:04','1','13','new','1','printed','pcs','','','','yes','','0','','','VATABLE',965.52,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'1174543508042004323334'),(11,'11745434966','1',1.00,'50','retail','0','2025-04-23 22:05:59','','','','0','Cash',6.90,'50','','','1','16.00','1','2025-04-23 19:07:04','3','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','','','','1174543516942904323334'),(12,'11745440464','37',1.00,'1120','retail','0','2025-04-23 23:34:24','','','','0','Cash',154.48,'1120','','','1','16.00','1','2025-04-23 20:34:51','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',965.52,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','','','','1174544048242204323334'),(13,'11745440495','37',1.00,'1120','retail','0','2025-04-23 23:34:56','','','','0','Cash',154.48,'1120','','','1','16.00','1','2025-04-23 20:35:22','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',965.52,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','','','','1174544051142104323334'),(14,'11745440859','77',1.00,'2','retail','0','2025-04-23 23:41:00','','','','1','Cash',0.28,'2','','','1','16.00','1','2025-04-23 20:41:16','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',1.72,'1','0.00','-1','Inclusive','branch','Service','1110','4000','5500','yes','','','1174544086942904323334'),(15,'11745441738','77',1.00,'2','retail','0','2025-04-23 23:55:38','','','','1','Cash',0.28,'2','','','1','16.00','1','2025-04-23 20:56:34','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',1.72,'1','0.00','-1','Inclusive','branch','Service','1110','4000','5500','yes','','','1174544175042004323334'),(16,'11745442014','77',1.00,'2','retail','0','2025-04-24 00:00:14','','','','1','Cash',0.28,'2','','','1','16.00','1','2025-04-23 21:00:43','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',1.72,'1','10.00','9','Inclusive','branch','Service','1110','4000','5500','yes','','','1174544203242204323334'),(17,'11745442186','77',1.00,'2','retail','0','2025-04-24 00:03:07','','','','1','Cash',0.28,'2','','','1','16.00','1','2025-04-23 21:03:23','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',1.72,'1','10.00','9','Inclusive','branch','Service','1110','4000','5500','yes','','','1174544219642604323334'),(18,'11745498245','77',1.00,'2','retail','0','2025-04-24 15:37:26','','','','1','Cash',0.28,'2','','','1','16.00','1','2025-04-24 12:37:45','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',1.72,'1','10.00','9','Inclusive','branch','Service','1110','4000','5500','yes','','','1174549825742704323334'),(19,'11745498291','77',1.00,'2','retail','0','2025-04-24 15:38:12','','','','1','Cash',0.28,'2','','','1','16.00','1','2025-04-24 12:38:31','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',1.72,'1','10.00','9','Inclusive','branch','Service','1110','4000','5500','yes','','','1174549830342304323334'),(20,'11745498775','77',1.00,'2','retail','0','2025-04-24 15:46:15','','','','1','Cash',0.28,'2','','','1','16.00','1','2025-04-24 12:46:37','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',1.72,'1','10.00','9','Inclusive','branch','Service','1110','4000','5500','yes','','','1174549878642604323334'),(21,'11745499629','77',1.00,'2','retail','0','2025-04-24 16:00:29','','','','1','Cash',0.28,'2','','','1','16.00','1','2025-04-24 13:02:00','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',1.72,'1','10.00','9','Inclusive','branch','Service','1110','4000','5500','yes','','','1174549964842804323334'),(22,'11745499629','1',1.00,'50','retail','0','2025-04-24 16:01:43','','','','0','Cash',6.90,'50','','','1','16.00','1','2025-04-24 13:02:00','3','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','1174549971342304323334'),(24,'11745499740','37',1.00,'1120','retail','0','2025-04-24 16:02:20','','','','0','Cash',154.48,'1120','','','1','','1','2025-04-24 13:12:14','1','13','new','1','printed','pcs','','','','yes','','0','','','VATABLE',965.52,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'1174549975742704323334'),(25,'11745499740','1',1.00,'50','retail','0','2025-04-24 16:03:20','','','','0','Cash',6.90,'50','','','1','16.00','1','2025-04-24 13:12:14','3','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','','','','1174549981242204323334'),(26,'11745500718','1',1.00,'50','retail','0','2025-04-24 16:18:39','','','','0','Cash',6.90,'50','','','1','16.00','1','2025-04-24 13:18:54','3','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','','','','1174550072642604323335'),(30,'11745501271','77',1.00,'2','retail','0','2025-04-24 16:27:51','','','','1','Cash',0.28,'2','','','1','','1','2025-04-24 13:31:07','1','2','new','1','printed','pcs','','','','yes','','0','','','VATABLE',1.72,'1','10.00','9','Inclusive','branch','Service','1110','4000','5500','','',NULL,'1174550127942904323335'),(31,'11745501271','1',1.00,'50','retail','0','2025-04-24 16:29:18','','','','0','Cash',6.90,'50','','','1','','1','2025-04-24 13:31:07','3','1','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'1174550136542504323335'),(32,'11745501469','1',1.00,'50','retail','0','2025-04-24 16:31:09','','','','0','Cash',6.90,'50','','','1','16.00','1','2025-04-24 13:31:51','3','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','','','','1174550150542504323335'),(33,'11745503163','1',1.00,'50','retail','0','2025-04-24 16:59:24','','','','0','Cash',6.90,'50','','','1','16.00','1','2025-04-24 14:00:17','3','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','1174550318742704323335'),(34,'11745503218','1',1.00,'50','retail','0','2025-04-24 17:00:18','','','','0','Cash',6.90,'50','','','1','16.00','1','2025-04-24 14:01:13','3','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','1174550326342304323335'),(35,'11745503338','64',1.00,'300','retail','0','2025-04-24 17:02:18','','','','0','Cash',41.38,'300','','','1','16.00','1','2025-04-24 14:02:50','3','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','yes','','','1174550335642604323335'),(36,'11745503497','77',1.00,'2','retail','0','2025-04-24 17:04:57','','','','1','Cash',0.28,'2','','','1','16.00','1','2025-04-24 14:05:10','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',1.72,'1','10.00','9','Inclusive','branch','Service','1110','4000','5500','yes','','','1174550350142104323335'),(37,'11745503551','77',1.00,'2','retail','0','2025-04-24 17:05:51','','','','1','Cash',0.28,'2','','','1','16.00','1','2025-04-24 14:06:25','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',1.72,'1','10.00','9','Inclusive','branch','Service','1110','4000','5500','yes','','','1174550357942904323335'),(38,'11745503586','1',1.00,'50','retail','0','2025-04-24 17:06:26','','','','0','Cash',6.90,'50','','','1','16.00','1','2025-04-24 14:07:03','3','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','1174550361742704323335'),(39,'11745506128','77',1.00,'2','retail','0','2025-04-24 17:48:48','','','','1','Cash',0.28,'2','','','1','16.00','1','2025-04-24 14:49:04','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',1.72,'1','10.00','9','Inclusive','branch','Service','1110','4000','5500','yes','','','1174550613842804323335'),(40,'11745503512','1',1.00,'50','retail','0','2025-04-24 17:05:12','','','','0','Cash',6.90,'50','','','1','16.00','1','2025-04-24 14:56:23','3','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','1174550657742704323335'),(41,'11745506584','1',1.00,'50','retail','0','2025-04-24 17:56:24','','','','0','Cash',6.90,'50','','','1','16.00','1','2025-04-24 14:58:26','3','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','1174550667742704323335'),(42,'11745506825','20',2.00,'200','retail','0','2025-04-24 18:00:25','','','','0','Cash',27.59,'100','','','1','16.00','1','2025-04-24 15:02:47','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','10.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','1174550689942904323335'),(43,'11745506825','30',1.00,'50','retail','0','2025-04-24 18:01:41','','','','0','Cash',6.90,'50','','','1','16.00','1','2025-04-24 15:02:47','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','1174550691242204323335'),(44,'11745506825','74',1.00,'100','retail','0','2025-04-24 18:01:54','','','','0','Cash',13.79,'100','','','1','16.00','1','2025-04-24 15:02:47','3','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','yes','','','1174550693042004323335'),(45,'11745506825','1',1.00,'50','retail','0','2025-04-24 18:02:11','','','','0','Cash',6.90,'50','','','1','16.00','1','2025-04-24 15:02:47','3','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','1174550694942904323335'),(58,'11745507261','20',2.00,'200','retail','0','2025-04-24 18:07:41','','','','0','Cash',27.59,'100','','','1','','1','2025-04-24 15:35:02','1','2','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'2','8.00','6','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'1174550736442404323335'),(59,'11745507261','37',1.00,'1120','retail','0','2025-04-24 18:10:38','','','','0','Cash',154.48,'1120','','','1','','1','2025-04-24 15:35:02','1','13','new','1','printed','pcs','','','','yes','','0','','','VATABLE',965.52,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'1174550747342304323335'),(60,'11745507261','1',1.00,'50','retail','0','2025-04-24 18:12:54','','','','0','Cash',6.90,'50','','','1','','1','2025-04-24 15:35:02','3','1','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'1174550760242204323335'),(61,'11745507261','74',2.00,'200','retail','0','2025-04-24 18:14:13','','','','0','Cash',27.59,'100','','','1','','1','2025-04-24 15:35:02','3','11','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'2','19.00','17','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'1174550768042004323335'),(66,'11745508903','1',1.00,'50','retail','0','2025-04-24 18:35:04','','','','0','Cash',6.90,'50','','','1','','1','2025-04-24 15:42:39','3','1','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'1174550898842804323335'),(67,'11745508903','37',1.00,'1120','retail','0','2025-04-24 18:36:30','','','','0','Cash',154.48,'1120','','','1','','1','2025-04-24 15:42:39','1','13','new','1','printed','pcs','','','','yes','','0','','','VATABLE',965.52,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'1174550902242204323335'),(68,'11745508903','74',1.00,'100','retail','0','2025-04-24 18:41:38','','','','0','Cash',13.79,'100','','','1','16.00','1','2025-04-24 15:42:39','3','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','yes','','','1174550934642604323335'),(69,'11745511533','37',1.00,'1120','retail','0','2025-04-24 19:18:53','','','','0','Cash',154.48,'1120','','','1','16.00','1','2025-04-24 16:19:18','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',965.52,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','yes','','','1174551155242204323335'),(70,'11745512690','1',1.00,'50','retail','0','2025-04-24 19:38:10','','','','0','Cash',6.90,'50','','','1','16.00','1','2025-04-24 16:39:57','3','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','1174551270842804323335'),(71,'11745512690','77',3.00,'6','retail','0','2025-04-24 19:38:29','','','','1','Cash',0.83,'2','','','1','16.00','1','2025-04-24 16:39:57','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',1.72,'3','35.00','32','Inclusive','branch','Service','1110','4000','5500','yes','','','1174551273142104323335'),(72,'11745512690','37',3.00,'3360','retail','0','2025-04-24 19:38:52','','','','0','Cash',463.45,'1120','','','1','16.00','1','2025-04-24 16:39:57','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',965.52,'3','17.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','1174551275042004323335'),(73,'11745512690','74',1.00,'100','retail','0','2025-04-24 19:39:12','','','','0','Cash',13.79,'100','','','1','16.00','1','2025-04-24 16:39:57','3','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','yes','','','1174551277742704323335'),(74,'41745513084','51',1.00,'0','retail','0','2025-04-24 19:44:44','','','','0','Cash',0.00,'0','','','4','16.00','1','2025-04-24 16:47:26','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE',0.00,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4174551311042004323335'),(75,'41745513084','74',1.00,'100','retail','0','2025-04-24 19:45:12','','','','0','Cash',13.79,'100','','','4','16.00','1','2025-04-24 16:47:26','3','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4174551315142104323335'),(76,'41745513084','20',1.00,'100','retail','0','2025-04-24 19:45:53','','','','0','Cash',13.79,'100','','','4','16.00','1','2025-04-24 16:47:26','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4174551318342304323335'),(77,'41745513084','20',3.00,'300','retail','0','2025-04-24 19:46:25','','','','0','Cash',41.38,'100','','','4','16.00','1','2025-04-24 16:47:26','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'3','5.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','4174551323342304323335'),(78,'61745514907','20',2.00,'200','retail','0','2025-04-24 20:15:07','','','','0','Cash',27.59,'100','','','6','16.00','1','2025-04-24 17:18:11','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','2.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174551494242204323335'),(79,'61745514907','30',2.00,'100','retail','0','2025-04-24 20:16:17','','','','0','Cash',13.79,'50','','','6','16.00','1','2025-04-24 17:18:11','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'2','9.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174551500142104323335'),(80,'61745514907','74',4.00,'400','retail','0','2025-04-24 20:16:43','','','','0','Cash',55.17,'100','','','6','16.00','1','2025-04-24 17:18:11','3','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'4','13.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174551504942904323335'),(81,'11745514947','37',1.00,'1120','retail','0','2025-04-24 20:15:47','','','','0','Cash',154.48,'1120','','','1','16.00','1','2025-04-24 17:26:14','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',965.52,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','1174551498142104323335'),(82,'11745514947','74',1.00,'100','retail','0','2025-04-24 20:16:23','','','','0','Cash',13.79,'100','','','1','16.00','1','2025-04-24 17:26:14','3','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','1174551500742704323335'),(83,'11745514947','74',1.00,'100','retail','0','2025-04-24 20:25:55','','','','0','Cash',13.79,'100','','','1','16.00','1','2025-04-24 17:26:14','3','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','1174551556142104323335'),(84,'11745566170','77',1.00,'2','retail','0','2025-04-25 10:29:30','','','','1','Cash',0.28,'2','','','1','16.00','1','2025-04-25 07:30:16','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',1.72,'1','35.00','34','Inclusive','branch','Service','1110','4000','5500','yes','','','1174556617442404323335'),(85,'11745566170','74',1.00,'100','retail','0','2025-04-25 10:30:01','','','','0','Cash',13.79,'100','','','1','16.00','1','2025-04-25 07:30:16','3','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','1174556620842804323335'),(86,'11745567475','74',1.00,'100','retail','0','2025-04-25 10:51:15','','','','0','Cash',13.79,'100','','','1','16.00','1','2025-04-25 07:51:58','3','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','1174556748442404323335'),(87,'11745567475','37',1.00,'1120','retail','0','2025-04-25 10:51:26','','','','0','Cash',154.48,'1120','','','1','16.00','1','2025-04-25 07:51:58','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',965.52,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','1174556750242204323335'),(90,'11745567524','37',1.00,'1120','retail','0','2025-04-25 10:52:04','','','','0','Cash',154.48,'1120','','','1','','1','2025-04-25 07:58:11','1','13','new','1','printed','pcs','','','','yes','','0','','','VATABLE',965.52,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'1174556761242204323335'),(91,'11745567524','74',1.00,'100','retail','0','2025-04-25 10:53:33','','','','0','Cash',13.79,'100','','','1','','1','2025-04-25 07:58:11','3','11','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'1174556762542504323335'),(92,'11745567896','74',1.00,'100','retail','0','2025-04-25 10:58:16','','','','0','Cash',13.79,'100','','','1','16.00','1','2025-04-25 07:58:52','3','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','1174556791142104323335'),(93,'11745567896','37',1.00,'1120','retail','0','2025-04-25 10:58:33','','','','0','Cash',154.48,'1120','','','1','16.00','1','2025-04-25 07:58:52','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',965.52,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','1174556792442404323335'),(94,'11745568080','74',1.00,'100','retail','0','2025-04-25 11:01:20','','','','0','Cash',13.79,'100','','','1','16.00','1','2025-04-25 08:02:30','3','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','1174556810442404323335'),(95,'11745568080','37',1.00,'1120','retail','0','2025-04-25 11:01:45','','','','0','Cash',154.48,'1120','','','1','16.00','1','2025-04-25 08:02:30','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',965.52,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','1174556814042004323335'),(96,'11745569515','37',1.00,'1120','retail','0','2025-04-25 11:25:15','','','','0','Cash',154.48,'1120','','','1','16.00','1','2025-04-25 08:25:31','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',965.52,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','1174556952542504323335'),(97,'11745569670','37',1.00,'1120','retail','0','2025-04-25 11:27:50','','','','0','Cash',154.48,'1120','','','1','16.00','1','2025-04-25 08:28:31','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',965.52,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','1174556968742704323335'),(98,'11745569533','37',1.00,'1120','retail','0','2025-04-25 11:25:33','','','','0','Cash',154.48,'1120','','','1','16.00','1','2025-04-25 08:34:56','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',965.52,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','1174557008942904323335'),(99,'11745570897','37',1.00,'1120','retail','0','2025-04-25 11:48:17','','','','0','Cash',154.48,'1120','','','1','16.00','1','2025-04-25 08:48:47','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',965.52,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','1174557092142104323335'),(100,'11745570928','37',1.00,'1120','retail','0','2025-04-25 11:48:49','','','','0','Cash',154.48,'1120','','','1','16.00','1','2025-04-25 08:50:19','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',965.52,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','1174557098342304323335'),(101,'11745571151','37',1.00,'1120','retail','0','2025-04-25 11:52:31','','','','0','Cash',154.48,'1120','','','1','16.00','1','2025-04-25 08:52:47','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',965.52,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','1174557116142104323335'),(102,'11745571228','37',1.00,'1120','retail','0','2025-04-25 11:53:48','','','','0','Cash',154.48,'1120','','','1','16.00','1','2025-04-25 08:54:30','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',965.52,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','1174557126442404323335'),(103,'11745571367','37',1.00,'1120','retail','0','2025-04-25 11:56:07','','','','0','Cash',154.48,'1120','','','1','16.00','1','2025-04-25 08:57:53','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',965.52,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','1174557139042004323335'),(104,'11745571474','37',1.00,'1120','retail','0','2025-04-25 11:57:54','','','','0','Cash',154.48,'1120','','','1','16.00','1','2025-04-25 08:59:22','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',965.52,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','1174557155142104323335'),(105,'11745571628','30',1.00,'50','retail','0','2025-04-25 12:00:29','','','','0','Cash',6.90,'50','','','1','16.00','1','2025-04-25 09:00:51','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','1174557164342304323335'),(106,'11745571653','30',1.00,'50','retail','0','2025-04-25 12:00:53','','','','0','Cash',6.90,'50','','','1','16.00','1','2025-04-25 09:05:39','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','1174557191342304323335'),(107,'11745572439','30',1.00,'50','retail','0','2025-04-25 12:13:59','','','','0','Cash',6.90,'50','','','1','16.00','1','2025-04-25 09:14:38','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','1174557245042004323335'),(108,'11745571563','30',1.00,'50','retail','0','2025-04-25 11:59:24','','','','0','Cash',6.90,'50','','','1','16.00','1','2025-04-25 09:15:35','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','1174557252142104323335'),(109,'11745572536','30',1.00,'50','retail','0','2025-04-25 12:15:37','','','','0','Cash',6.90,'50','','','1','16.00','1','2025-04-25 09:17:38','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','1174557265242204323335'),(110,'11745572480','30',1.00,'50','retail','0','2025-04-25 12:14:40','','','','0','Cash',6.90,'50','','','1','16.00','1','2025-04-25 09:18:48','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','1174557271442404323335'),(111,'11745572729','30',1.00,'50','retail','0','2025-04-25 12:18:50','','','','0','Cash',6.90,'50','','','1','16.00','1','2025-04-25 09:23:58','1','3','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','1174557303142104323335'),(112,'11745573192','67',1.00,'250','retail','0','2025-04-25 12:26:32','','','','0','Cash',34.48,'250','','','1','16.00','1','2025-04-25 09:26:54','1','9','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','1174557320642604323335'),(113,'11745573308','67',1.00,'250','retail','0','2025-04-25 12:28:28','','','','0','Cash',34.48,'250','','','1','16.00','1','2025-04-25 09:28:44','1','9','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','1174557331742704323335'),(114,'11745573436','38',1.00,'50','retail','0','2025-04-25 12:30:36','','','','0','Cash',6.90,'50','','','1','16.00','1','2025-04-25 09:30:52','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','1174557344642604323335'),(116,'81745573786','38',1.00,'50','retail','0','2025-04-25 12:36:26','','','','0','Cash',6.90,'50','','','8','','1','2025-04-25 09:41:26','1','13','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174557380642604323335'),(117,'81745573786','74',1.00,'100','retail','0','2025-04-25 12:38:46','','','','0','Cash',13.79,'100','','','8','16.00','1','2025-04-25 09:41:26','3','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','','','','8174557400342304323335'),(118,'81745574292','38',1.00,'50','retail','0','2025-04-25 12:44:52','','','','0','Cash',6.90,'50','','','8','16.00','1','2025-04-25 09:46:05','1','13','printed','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174557434342304323335'),(122,'91745574729','77',2.00,'4','retail','0','2025-04-25 12:52:09','','','','1','Cash',0.55,'2','','','9','','1','2025-04-25 09:56:59','1','2','new','1','printed','pcs','','','','yes','','0','','','VATABLE',1.72,'2','35.00','33','Inclusive','branch','Service','1110','4000','5500','','',NULL,'9174557482742704323335'),(123,'91745574729','67',1.00,'250','retail','0','2025-04-25 12:53:55','','','','0','Cash',34.48,'250','','','9','','1','2025-04-25 09:56:59','1','9','new','1','printed','pcs','','','','yes','','0','','','VATABLE',215.52,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'9174557486242204323335'),(124,'91745574729','74',2.00,'200','retail','0','2025-04-25 12:55:46','','','','0','Cash',27.59,'100','','','9','16.00','1','2025-04-25 09:56:59','3','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','2.00','0','Inclusive','branch','Inventory','1110','4000','5500','','','','9174557498542504323335'),(127,'91745575245','67',1.00,'250','retail','0','2025-04-25 13:00:45','','','','0','Cash',34.48,'250','','','9','','1','2025-04-25 10:11:06','1','9','new','1','printed','pcs','','','','yes','','0','','','VATABLE',215.52,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'9174557528642604323335'),(128,'91745575245','77',1.00,'2','retail','0','2025-04-25 13:01:27','','','','1','Cash',0.28,'2','','','9','','1','2025-04-25 10:11:06','1','2','new','1','printed','pcs','','','','yes','','0','','','VATABLE',1.72,'1','35.00','34','Inclusive','branch','Service','1110','4000','5500','','',NULL,'9174557538342304323335'),(129,'91745575245','76',1.00,'100','retail','0','2025-04-25 13:10:01','','','','0','Cash',13.79,'100','','','9','16.00','1','2025-04-25 10:11:06','3','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','','','','9174557584842804323335'),(132,'81745576151','77',1.00,'2','retail','0','2025-04-25 13:15:51','','','','1','Cash',0.28,'2','','','8','','1','2025-04-25 10:21:47','1','2','new','1','printed','pcs','','','','yes','','0','','','VATABLE',1.72,'1','35.00','34','Inclusive','branch','Service','1110','4000','5500','','',NULL,'8174557615342304323335'),(133,'81745576151','38',1.00,'50','retail','0','2025-04-25 13:17:39','','','','0','Cash',6.90,'50','','','8','','1','2025-04-25 10:21:47','1','13','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174557628042004323335'),(134,'81745576151','76',1.00,'100','retail','0','2025-04-25 13:21:21','','','','0','Cash',13.79,'100','','','8','16.00','1','2025-04-25 10:21:47','3','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','','','','8174557648342304323335'),(136,'81745577407','67',1.00,'250','retail','0','2025-04-25 13:36:47','','','','0','Cash',34.48,'250','','','8','','1','2025-04-25 10:43:44','1','9','new','1','printed','pcs','','','','yes','','0','','','VATABLE',215.52,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174557740842804323335'),(137,'81745577407','76',1.00,'100','retail','0','2025-04-25 13:42:32','','','','0','Cash',13.79,'100','','','8','16.00','1','2025-04-25 10:43:44','3','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','','','','8174557775342304323335'),(138,'81745577407','76',1.00,'100','retail','0','2025-04-25 13:42:40','','','','0','Cash',13.79,'100','','','8','16.00','1','2025-04-25 10:43:44','3','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','','','','8174557776142104323335'),(139,'81745577407','76',3.00,'300','retail','0','2025-04-25 13:42:42','','','','0','Cash',41.38,'100','','','8','16.00','1','2025-04-25 10:43:44','3','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'3','16.00','13','Inclusive','branch','Inventory','1110','4000','5500','','','','8174557778242204323335'),(141,'81745578223','77',1.00,'2','retail','0','2025-04-25 13:50:23','','','','1','Cash',0.28,'2','','','8','','1','2025-04-25 10:51:53','1','2','new','1','printed','pcs','','','','yes','','0','','','VATABLE',1.72,'1','35.00','34','Inclusive','branch','Service','1110','4000','5500','','',NULL,'8174557822434213004823'),(142,'81745578223','76',1.00,'100','retail','0','2025-04-25 13:51:08','','','','0','Cash',13.79,'100','','','8','16.00','1','2025-04-25 10:51:53','3','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','','','','8174557830442404323335'),(143,'81745578389','76',1.00,'100','retail','0','2025-04-25 13:53:09','','','','0','Cash',13.79,'100','','','8','16.00','1','2025-04-25 10:53:50','3','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','','','','8174557840042004323335'),(144,'81745578389','77',1.00,'2','retail','0','2025-04-25 13:53:21','','','','1','Cash',0.28,'2','','','8','16.00','1','2025-04-25 10:53:50','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',1.72,'1','35.00','34','Inclusive','branch','Service','1110','4000','5500','yes','','','8174557841242204323335'),(145,'81745578557','76',1.00,'100','retail','0','2025-04-25 13:55:58','','','','0','Cash',13.79,'100','','','8','16.00','1','2025-04-25 10:56:47','3','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','','','','8174557855942904323335'),(146,'81745578557','77',1.00,'2','retail','0','2025-04-25 13:56:21','','','','1','Cash',0.28,'2','','','8','16.00','1','2025-04-25 10:56:47','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',1.72,'1','35.00','34','Inclusive','branch','Service','1110','4000','5500','yes','','','8174557858242204323335'),(147,'81745578772','77',1.00,'2','retail','0','2025-04-25 13:59:32','','','','1','Cash',0.28,'2','','','8','16.00','1','2025-04-25 11:00:12','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',1.72,'1','35.00','34','Inclusive','branch','Service','1110','4000','5500','yes','','','8174557877442404323335'),(148,'81745578772','76',1.00,'100','retail','0','2025-04-25 13:59:56','','','','0','Cash',13.79,'100','','','8','16.00','1','2025-04-25 11:00:12','3','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174557879742704323335'),(149,'81745578860','77',1.00,'2','retail','0','2025-04-25 14:01:00','','','','1','Cash',0.28,'2','','','8','16.00','1','2025-04-25 11:01:40','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',1.72,'1','35.00','34','Inclusive','branch','Service','1110','4000','5500','yes','','','8174557886242204323335'),(150,'81745578860','76',1.00,'100','retail','0','2025-04-25 14:01:29','','','','0','Cash',13.79,'100','','','8','16.00','1','2025-04-25 11:01:40','3','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174557889042004323335'),(151,'81745578932','77',1.00,'2','retail','0','2025-04-25 14:02:12','','','','1','Cash',0.28,'2','','','8','16.00','1','2025-04-25 11:02:45','1','2','new','1','new','pcs','','','','yes','','0','','','VATABLE',1.72,'1','35.00','34','Inclusive','branch','Service','1110','4000','5500','yes','','','8174557893442404323335'),(152,'81745578932','76',1.00,'100','retail','0','2025-04-25 14:02:32','','','','0','Cash',13.79,'100','','','8','16.00','1','2025-04-25 11:02:45','3','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174557895342304323335'),(153,'11745584941','38',1.00,'50','retail','0','2025-04-25 15:42:21','','','','0','Cash',6.90,'50','','','1','16.00','1','2025-04-25 12:42:51','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','1174558496542504323335'),(154,'11745585185','38',1.00,'50','retail','0','2025-04-25 15:46:25','','','','0','Cash',6.90,'50','','','1','16.00','1','2025-04-25 12:46:43','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','1174558519642604323335'),(155,'101745588452','64',1.00,'300','retail','0','2025-04-25 16:40:53','','','','0','Cash',41.38,'300','','','10','16.00','1','2025-04-25 13:43:17','3','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','','','','10174558845473537030225'),(156,'101745588452','64',1.00,'300','retail','0','2025-04-25 16:41:21','','','','0','Cash',41.38,'300','','','10','16.00','1','2025-04-25 13:43:17','3','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','','','','10174558849673937030225'),(157,'101745588452','64',2.00,'600','retail','0','2025-04-25 16:41:38','','','','0','Cash',82.76,'300','','','10','16.00','1','2025-04-25 13:43:17','3','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','17.00','15','Inclusive','branch','Inventory','1110','4000','5500','','','','10174558853473337030225'),(158,'101745588452','67',1.00,'250','retail','0','2025-04-25 16:42:15','','','','0','Cash',34.48,'250','','','10','16.00','1','2025-04-25 13:43:17','1','9','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','10174558857473737030225'),(159,'101745588452','38',1.00,'50','retail','0','2025-04-25 16:42:55','','','','0','Cash',6.90,'50','','','10','16.00','1','2025-04-25 13:43:17','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','10174558859173937030225'),(160,'101745588777','67',1.00,'250','retail','0','2025-04-25 16:46:18','','','','0','Cash',34.48,'250','','','10','16.00','1','2025-04-25 13:47:56','1','9','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','10174558883673337030225'),(161,'101745588777','64',1.00,'300','retail','0','2025-04-25 16:47:17','','','','0','Cash',41.38,'300','','','10','16.00','1','2025-04-25 13:47:56','3','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','10174558886273637030225'),(162,'101745588881','64',1.00,'300','retail','0','2025-04-25 16:48:01','','','','0','Cash',41.38,'300','','','10','16.00','1','2025-04-25 13:49:45','3','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','','','','10174558897973737030225'),(163,'101745589002','67',1.00,'250','retail','0','2025-04-25 16:50:02','','','','0','Cash',34.48,'250','','','10','16.00','1','2025-04-25 13:52:12','1','9','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','10174558910873037030225'),(164,'101745589002','64',1.00,'300','retail','0','2025-04-25 16:51:50','','','','0','Cash',41.38,'300','','','10','16.00','1','2025-04-25 13:52:12','3','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','10174558912673237030225'),(165,'101745589137','64',1.00,'300','retail','0','2025-04-25 16:52:17','','','','0','Cash',41.38,'300','','','10','16.00','1','2025-04-25 13:54:22','3','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','','','','10174558924173437030225'),(166,'101745589137','67',1.00,'250','retail','0','2025-04-25 16:54:03','','','','0','Cash',34.48,'250','','','10','16.00','1','2025-04-25 13:54:22','1','9','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','10174558925773537030225'),(167,'101745589231','64',1.00,'300','retail','0','2025-04-25 16:53:51','','','','0','Cash',41.38,'300','','','10','16.00','1','2025-04-25 13:55:37','3','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','','','','10174558930273037030225'),(168,'101745589231','67',1.00,'250','retail','0','2025-04-25 16:55:04','','','','0','Cash',34.48,'250','','','10','16.00','1','2025-04-25 13:55:37','1','9','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','10174558933173337030225'),(184,'111745589929','64',1.00,'300','retail','0','2025-04-25 17:05:29','','','','0','Cash',41.38,'300','','','11','','1','2025-04-25 14:16:21','3','8','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174558998873837030225'),(185,'111745589929','39',1.00,'0','retail','0','2025-04-25 17:07:13','','','','0','Cash',0.00,'0','','','11','','1','2025-04-25 14:16:21','1','13','new','1','printed','pcs','','','','yes','','0','','','VATABLE',0.00,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174559007373737030225'),(186,'111745589929','67',1.00,'250','retail','0','2025-04-25 17:09:04','','','','0','Cash',34.48,'250','','','11','','1','2025-04-25 14:16:21','1','9','new','1','printed','pcs','','','','yes','','0','','','VATABLE',215.52,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174559016473637030225'),(187,'111745589929','64',1.00,'300','retail','0','2025-04-25 17:14:47','','','','0','Cash',41.38,'300','','','11','','1','2025-04-25 14:16:21','3','8','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174559050473037030225'),(188,'111745589454','67',1.00,'250','retail','0','2025-04-25 16:57:34','','','','0','Cash',34.48,'250','','','11','','1','2025-04-25 14:19:17','1','9','new','1','printed','pcs','','','','yes','','0','','','VATABLE',215.52,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174558952873237030225'),(189,'111745589454','64',1.00,'300','retail','0','2025-04-25 16:58:49','','','','0','Cash',41.38,'300','','','11','','1','2025-04-25 14:19:17','3','8','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174558955973537030225'),(190,'111745589454','76',1.00,'100','retail','0','2025-04-25 17:02:47','','','','0','Cash',13.79,'100','','','11','','1','2025-04-25 14:19:17','3','11','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174558978373837030225'),(191,'111745589454','64',1.00,'300','retail','0','2025-04-25 17:18:40','','','','0','Cash',41.38,'300','','','11','16.00','1','2025-04-25 14:19:17','3','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','','','','11174559074073437030225'),(197,'121745592244','67',1.00,'250','retail','0','2025-04-25 17:44:04','','','','0','Cash',34.48,'250','','','12','','1','2025-04-25 14:49:08','1','9','new','1','printed','pcs','','','','yes','','0','','','VATABLE',215.52,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'12174559224673437030225'),(198,'121745592244','64',1.00,'300','retail','0','2025-04-25 17:44:42','','','','0','Cash',41.38,'300','','','12','','1','2025-04-25 14:49:08','3','8','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'12174559228373837030225'),(199,'121745592244','64',2.00,'600','retail','0','2025-04-25 17:48:36','','','','0','Cash',82.76,'300','','','12','16.00','1','2025-04-25 14:49:08','3','8','new','1','new','pcs','','','','yes','','0','','','VATABLE',258.62,'2','4.00','2','Inclusive','branch','Inventory','1110','4000','5500','','','','12174559253373337030225'),(212,'121745591638','76',1.00,'100','retail','0','2025-04-25 17:33:58','','','','0','Cash',13.79,'100','','','12','','1','2025-04-25 15:35:11','3','11','new','1','printed','pcs','','','','yes','','0','','','VATABLE',86.21,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'12174559164073437030225'),(213,'121745591638','64',1.00,'300','retail','0','2025-04-25 17:34:18','','','','0','Cash',41.38,'300','','','12','','1','2025-04-25 15:35:11','3','8','new','1','printed','pcs','','','','yes','','0','','','VATABLE',258.62,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'12174559165973537030225'),(214,'121745591638','67',1.00,'250','retail','0','2025-04-25 17:34:33','','','','0','Cash',34.48,'250','','','12','','1','2025-04-25 15:35:11','1','9','new','1','printed','pcs','','','','yes','','0','','','VATABLE',215.52,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'12174559167573737030225'),(215,'121745591638','38',1.00,'50','retail','0','2025-04-25 18:00:24','','','','0','Cash',6.90,'50','','','12','16.00','1','2025-04-25 15:35:11','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','12174559323573337030225'),(221,'11745596005','67',1.00,'250','retail','0','2025-04-25 18:46:45','','','','0','Cash',34.48,'250','','','1','16.00','1','2025-04-26 09:29:51','1','9','new','1','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','1174559606342304323335'),(222,'11745659793','77',1.00,'2','retail','0','2025-04-26 12:29:53','','','','1','Cash',0.27,'2','','','1','16.00','1','2025-04-26 09:33:59','1','2','new','1','new','pcs','','','','yes','','0.03','','','VATABLE',1.69,'1','35.00','34','Inclusive','branch','Service','1110','4000','5500','yes','','','1174565988070443333294'),(223,'11745661255','77',1.00,'2','retail','0','2025-04-26 12:54:15','','','','1','Cash',0.27,'2','','','1','16.00','1','2025-04-26 09:55:38','1','2','new','1','new','pcs','','','','yes','','0.03','','','VATABLE',1.69,'1','35.00','34','Inclusive','branch','Service','1110','4000','5500','yes','','','1174566133123336021000'),(224,'11745661422','26',1.00,'600','retail','0','2025-04-26 12:57:02','','','','0','Cash',81.36,'600','','','1','16.00','1','2025-04-26 09:57:53','1','3','new','1','new','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','1174566143141213252267'),(225,'11745661478','77',1.00,'2','retail','0','2025-04-26 12:57:58','','','','1','Cash',0.27,'2','','','1','16.00','1','2025-04-26 10:19:11','1','2','new','1','new','pcs','','','','yes','','0.03','','','VATABLE',1.69,'1','35.00','34','Inclusive','branch','Service','1110','4000','5500','yes','','','1174566273610722032742'),(226,'11745663148','77',1.00,'2','retail','0','2025-04-26 13:25:49','','','','1','Cash',0.27,'2','','','1','16.00','1','2025-04-26 10:26:19','1','2','new','1','new','pcs','','','','yes','','0.03','','','VATABLE',1.69,'1','35.00','34','Inclusive','branch','Service','1110','4000','5500','yes','','','1174566317002440727626'),(227,'11745663433','77',1.00,'2','retail','0','2025-04-26 13:30:34','','','','1','Cash',0.27,'2','','','1','16.00','1','2025-04-26 10:31:24','1','2','new','1','new','pcs','','','','yes','','0.03','','','VATABLE',1.69,'1','35.00','34','Inclusive','branch','Service','1110','4000','5500','yes','','','1174566346033276023724'),(228,'11745663186','77',1.00,'2','retail','0','2025-04-26 13:26:27','','','','1','Cash',0.27,'2','','','1','16.00','1','2025-04-26 10:32:50','1','2','new','1','new','pcs','','','','yes','','0.03','','','VATABLE',1.69,'1','35.00','34','Inclusive','branch','Service','1110','4000','5500','yes','','','1174566356130222503444'),(229,'11745663728','41',1.00,'100','retail','0','2025-04-26 13:35:28','','','','0','Cash',13.56,'100','','','1','16.00','1','2025-04-26 10:36:23','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','','','','1174566374833003360053'),(230,'11745664052','77',1.00,'2','retail','0','2025-04-26 13:40:52','','','','1','Cash',0.27,'2','','','1','16.00','1','2025-04-26 10:41:07','1','2','new','1','new','pcs','','','','yes','','0.03','','','VATABLE',1.69,'1','35.00','34','Inclusive','branch','Service','1110','4000','5500','yes','','','1174566406013135242233'),(231,'11745664103','77',1.00,'2','retail','0','2025-04-26 13:41:44','','','','1','Cash',0.27,'2','','','1','16.00','1','2025-04-26 10:42:02','1','2','new','1','new','pcs','','','','yes','','0.03','','','VATABLE',1.69,'1','35.00','34','Inclusive','branch','Service','1110','4000','5500','yes','','','1174566411764763333626'),(242,'121745665425','8',3.00,'90','retail','0','2025-04-26 14:03:45','','','','0','Cash',12.20,'30','','','12','16.00','1','2025-04-26 11:05:32','1','12','new','1','new','pcs','','','','yes','','1.53','','','VATABLE',76.27,'3','20.00','17','Inclusive','branch','Inventory','1110','4000','5500','yes','','','12174566542805307033464'),(243,'121745665425','31',2.00,'300','retail','0','2025-04-26 14:05:00','','','','0','Cash',40.68,'150','','','12','16.00','1','2025-04-26 11:05:32','1','3','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'2','5.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','12174566550700307632346'),(252,'11745664225','77',1.00,'2','retail','0','2025-04-26 13:43:45','','','','1','Cash',0.27,'2','','','1','','1','2025-04-26 12:23:59','1','2','new','1','printed','pcs','','','','yes','','0.03','','','VATABLE',1.69,'1','35.00','34','Inclusive','branch','Service','1110','4000','5500','','',NULL,'1174566424345542332000'),(253,'11745670370','77',1.00,'2','retail','0','2025-04-26 15:26:10','','','','1','Cash',0.27,'2','','','1','16.00','1','2025-04-26 12:26:49','1','2','new','1','new','pcs','','','','yes','','0.03','','','VATABLE',1.69,'1','35.00','34','Inclusive','branch','Service','1110','4000','5500','yes','','','1174567038023013222332'),(254,'11745670883','77',1.00,'2','retail','0','2025-04-26 15:34:43','','','','1','Cash',0.27,'2','','','1','16.00','1','2025-04-26 12:36:14','1','2','new','1','new','pcs','','','','yes','','0.03','','','VATABLE',1.69,'1','35.00','34','Inclusive','branch','Service','1110','4000','5500','yes','','','1174567090027300092337'),(256,'101745672087','77',1.00,'2','retail','0','2025-04-26 15:54:47','','','','1','Cash',0.27,'2','','','10','16.00','1','2025-04-26 12:55:39','1','2','new','1','new','pcs','','','','yes','','0.03','','','VATABLE',1.69,'1','35.00','34','Inclusive','branch','Service','1110','4000','5500','yes','','','10174567210412003222352'),(257,'81745672661','33',1.00,'600','retail','0','2025-04-26 16:04:22','','','','0','Cash',81.36,'600','','','8','16.00','1','2025-04-26 13:07:48','1','13','new','1','new','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174567266547024338222'),(258,'81745672661','30',1.00,'50','retail','0','2025-04-26 16:04:53','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-04-26 13:07:48','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174567269562000030038'),(259,'81745672661','30',1.00,'50','retail','0','2025-04-26 16:06:31','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-04-26 13:07:48','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174567279349633332028'),(260,'81745672661','40',1.00,'150','retail','0','2025-04-26 16:06:57','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-04-26 13:07:48','1','13','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174567282132820232203'),(261,'81745674518','10',1.00,'100','retail','0','2025-04-26 16:35:19','','','','0','Cash',13.56,'100','','','8','16.00','1','2025-04-26 13:36:28','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174567453734203014233'),(262,'81745674518','10',1.00,'100','retail','0','2025-04-26 16:35:56','','','','0','Cash',13.56,'100','','','8','16.00','1','2025-04-26 13:36:28','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174567456537002613322'),(263,'121745675364','1',2.00,'100','retail','0','2025-04-26 16:49:25','','','','0','Cash',13.56,'50','','','12','16.00','1','2025-04-26 13:50:00','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'2','29.00','27','Inclusive','branch','Inventory','1110','4000','5500','','','','12174567537237152222230'),(264,'121745676441','18',1.00,'150','retail','0','2025-04-26 17:07:21','','','','0','Cash',20.34,'150','','','12','16.00','1','2025-04-26 14:07:54','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','29.00','28','Inclusive','branch','Inventory','1110','4000','5500','yes','','','12174567645062240611336'),(265,'81745676621','8',1.00,'30','retail','0','2025-04-26 17:10:21','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-04-26 14:11:22','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174567662322332038633'),(266,'81745676621','1',1.00,'50','retail','0','2025-04-26 17:10:50','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-04-26 14:11:22','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','27.00','26','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174567665222373323520'),(267,'81745650698','4',1.00,'200','retail','0','2025-04-26 09:58:18','','','','0','Cash',27.59,'200','','','8','','1','2025-04-26 14:24:41','1','12','new','1','printed','pcs','','','','yes','','0','','','VATABLE',172.41,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174565070042004323336'),(268,'81745650698','1',1.00,'50','retail','0','2025-04-26 10:08:41','','','','0','Cash',6.90,'50','','','8','','1','2025-04-26 14:24:41','3','1','new','1','printed','pcs','','','','yes','','0','','','VATABLE',43.10,'1','30.00','29','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174565132242204323336'),(269,'81745650698','57',1.00,'100','retail','0','2025-04-26 14:58:04','','','','0','Cash',13.56,'100','','','8','','1','2025-04-26 14:24:41','3','8','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174566871333233072302'),(270,'81745650698','7',1.00,'20','retail','0','2025-04-26 15:00:03','','','','0','Cash',2.71,'20','','','8','','1','2025-04-26 14:24:41','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','35.00','34','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174566884438826038622'),(271,'81745664639','30',1.00,'50','retail','0','2025-04-26 13:50:39','','','','0','Cash',6.78,'50','','','8','','1','2025-04-26 14:25:24','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174566464103024263403'),(272,'81745664639','30',1.00,'50','retail','0','2025-04-26 13:50:42','','','','0','Cash',6.78,'50','','','8','','1','2025-04-26 14:25:24','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174566464446207280348'),(273,'81745664639','30',1.00,'50','retail','0','2025-04-26 13:50:50','','','','0','Cash',6.78,'50','','','8','','1','2025-04-26 14:25:24','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174566465236240447431'),(274,'81745664639','33',1.00,'600','retail','0','2025-04-26 13:51:09','','','','0','Cash',81.36,'600','','','8','','1','2025-04-26 14:25:24','1','13','new','1','printed','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174566467023080473623'),(275,'81745664639','32',1.00,'300','retail','0','2025-04-26 13:51:14','','','','0','Cash',40.68,'300','','','8','','1','2025-04-26 14:25:24','1','13','new','1','printed','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174566467660273032370'),(276,'81745664639','59',1.00,'50','retail','0','2025-04-26 13:51:41','','','','0','Cash',6.78,'50','','','8','','1','2025-04-26 14:25:24','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','522.00','521','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174566470373006773202'),(278,'81745664893','18',1.00,'150','retail','0','2025-04-26 13:54:53','','','','0','Cash',20.34,'150','','','8','','1','2025-04-26 14:27:57','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','30.00','29','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174566491460234258221'),(279,'81745666965','41',1.00,'100','retail','0','2025-04-26 14:29:25','','','','0','Cash',13.56,'100','','','8','','1','2025-04-26 14:28:18','3','4','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174566696806823947656'),(280,'81745678236','1',1.00,'50','retail','0','2025-04-26 17:37:17','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-04-26 14:37:55','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','26.00','25','Inclusive','branch','Inventory','1110','4000','5500','','','','8174567824322274303032'),(281,'81745678236','1',1.00,'50','retail','0','2025-04-26 17:37:33','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-04-26 14:37:55','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','25.00','24','Inclusive','branch','Inventory','1110','4000','5500','','','','8174567825472233625333'),(282,'81745678236','1',1.00,'50','retail','0','2025-04-26 17:37:43','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-04-26 14:37:55','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500','','','','8174567826582303233228'),(283,'81745679768','10',1.00,'100','retail','0','2025-04-26 18:02:48','','','','0','Cash',13.56,'100','','','8','16.00','1','2025-04-26 15:06:59','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174567977203400172220'),(286,'121745680085','1',1.00,'50','retail','0','2025-04-26 18:08:05','','','','0','Cash',6.78,'50','','','12','','1','2025-04-26 15:48:55','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','23.00','22','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'12174568008713533331712'),(287,'121745680085','6',1.00,'50','retail','0','2025-04-26 18:08:31','','','','0','Cash',6.78,'50','','','12','','1','2025-04-26 15:48:55','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','30.00','29','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'12174568011300203033582'),(288,'121745680085','8',1.00,'30','retail','0','2025-04-26 18:48:30','','','','0','Cash',4.07,'30','','','12','16.00','1','2025-04-26 15:48:55','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','yes','','','12174568251320433322122'),(289,'121745683387','56',1.00,'60','retail','0','2025-04-26 19:03:07','','','','0','Cash',8.14,'60','','','12','16.00','1','2025-04-26 16:04:22','3','8','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','','','','12174568338823222310282'),(290,'121745683550','1',1.00,'50','retail','0','2025-04-26 19:05:50','','','','0','Cash',6.78,'50','','','12','16.00','1','2025-04-26 16:05:59','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','22.00','21','Inclusive','branch','Inventory','1110','4000','5500','','','','12174568355151233321226'),(291,'121745683718','18',1.00,'150','retail','0','2025-04-26 19:08:38','','','','0','Cash',20.34,'150','','','12','16.00','1','2025-04-26 16:08:45','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','28.00','27','Inclusive','branch','Inventory','1110','4000','5500','yes','','','12174568372003032680032'),(292,'121745684024','18',1.00,'150','retail','0','2025-04-26 19:13:44','','','','0','Cash',20.34,'150','','','12','16.00','1','2025-04-26 16:14:12','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','27.00','26','Inclusive','branch','Inventory','1110','4000','5500','yes','','','12174568402638113300222'),(293,'121745684352','12',1.00,'50','retail','0','2025-04-26 19:19:12','','','','0','Cash',6.78,'50','','','12','16.00','1','2025-04-26 16:19:40','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','','','','12174568435485334376332'),(294,'121745684412','18',1.00,'150','retail','0','2025-04-26 19:20:12','','','','0','Cash',20.34,'150','','','12','16.00','1','2025-04-26 16:20:20','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','26.00','25','Inclusive','branch','Inventory','1110','4000','5500','yes','','','12174568441422630202030'),(295,'121745684524','1',1.00,'50','retail','0','2025-04-26 19:22:04','','','','0','Cash',6.78,'50','','','12','16.00','1','2025-04-26 16:22:12','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','21.00','20','Inclusive','branch','Inventory','1110','4000','5500','','','','12174568452623413352600'),(296,'31745684884','77',1.00,'2','retail','0','2025-04-26 19:28:04','','','','1','Cash',0.27,'2','','','3','16.00','1','2025-04-26 16:28:31','1','2','new','1','new','pcs','','','','yes','','0.03','','','VATABLE',1.69,'1','35.00','34','Inclusive','branch','Service','1110','4000','5500','yes','','','3174568490583222302172'),(297,'81745684918','1',1.00,'50','retail','0','2025-04-26 19:28:38','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-04-26 16:29:45','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','','','','8174568491933293853325'),(298,'81745684918','7',1.00,'20','retail','0','2025-04-26 19:29:14','','','','0','Cash',2.71,'20','','','8','16.00','1','2025-04-26 16:29:45','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','34.00','33','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174568495640232410003'),(299,'31745684954','77',1.00,'2','retail','0','2025-04-26 19:29:14','','','','1','Cash',0.27,'2','','','3','16.00','1','2025-04-26 16:31:00','1','2','new','1','new','pcs','','','','yes','','0.03','','','VATABLE',1.69,'1','35.00','34','Inclusive','branch','Service','1110','4000','5500','yes','','','3174568505502735200040'),(300,'121745685381','1',1.00,'50','retail','0','2025-04-26 19:36:35','','','','0','Cash',6.78,'50','','','12','16.00','1','2025-04-26 16:37:15','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','','','','12174568539652736300313'),(301,'81745685671','1',1.00,'50','retail','0','2025-04-26 19:41:11','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-04-26 16:41:18','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','','','','8174568567223503222203'),(302,'81745685671','1',1.00,'50','retail','0','2025-04-26 19:41:13','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-04-26 16:41:18','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','','','','8174568567426333370402'),(303,'81745685898','8',1.00,'30','retail','0','2025-04-26 19:44:59','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-04-26 16:45:10','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174568590141230208279'),(304,'121745686326','1',3.00,'150','retail','0','2025-04-26 19:52:06','','','','0','Cash',20.34,'50','','','12','16.00','1','2025-04-26 16:52:28','3','1','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'3','16.00','13','Inclusive','branch','Inventory','1110','4000','5500','','','','12174568632726226372226'),(305,'81745686535','1',1.00,'50','retail','0','2025-04-26 19:55:35','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-04-26 16:55:40','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','','','','8174568653603172160750'),(306,'121745686941','13',1.00,'100','retail','0','2025-04-26 20:02:22','','','','0','Cash',13.56,'100','','','12','16.00','1','2025-04-26 17:02:39','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','','','','12174568694313533331312'),(307,'121745687098','13',1.00,'100','retail','0','2025-04-26 20:04:58','','','','0','Cash',13.56,'100','','','12','16.00','1','2025-04-26 17:05:09','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','','','','12174568709973543309825'),(308,'121745687204','19',1.00,'180','retail','0','2025-04-26 20:06:45','','','','0','Cash',24.41,'180','','','12','16.00','1','2025-04-26 17:07:17','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','12174568720600116003020'),(309,'81745687392','8',1.00,'30','retail','0','2025-04-26 20:09:52','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-04-26 17:10:00','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174568739322830323223'),(310,'121745687685','1',2.00,'100','retail','0','2025-04-26 20:14:45','','','','0','Cash',13.56,'50','','','12','16.00','1','2025-04-26 17:14:56','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'2','12.00','10','Inclusive','branch','Inventory','1110','4000','5500','','','','12174568768710233037220'),(317,'121745689382','1',1.00,'50','retail','0','2025-04-26 20:43:02','','','','0','Cash',6.78,'50','','','12','16.00','1','2025-04-26 17:43:16','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','','','','12174568938424680523322'),(318,'121745689382','1',1.00,'50','retail','0','2025-04-26 20:43:09','','','','0','Cash',6.78,'50','','','12','16.00','1','2025-04-26 17:43:16','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','','','','12174568939132303317423'),(319,'121745689592','1',1.00,'50','retail','0','2025-04-26 20:46:32','','','','0','Cash',6.78,'50','','','12','16.00','1','2025-04-26 17:46:55','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','','','','12174568959309024939733'),(320,'121745689592','6',1.00,'50','retail','0','2025-04-26 20:46:45','','','','0','Cash',6.78,'50','','','12','16.00','1','2025-04-26 17:46:55','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','28.00','27','Inclusive','branch','Inventory','1110','4000','5500','yes','','','12174568960622328226310'),(321,'121745690149','11',1.00,'60','retail','0','2025-04-26 20:55:49','','','','0','Cash',8.14,'60','','','12','16.00','1','2025-04-26 17:56:00','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','yes','','','12174569015121120324315'),(322,'81745688721','1',1.00,'50','retail','0','2025-04-26 20:32:01','','','','0','Cash',6.78,'50','','','8','','1','2025-04-26 17:59:54','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174568872322335662428'),(323,'81745688721','1',1.00,'50','retail','0','2025-04-26 20:32:04','','','','0','Cash',6.78,'50','','','8','','1','2025-04-26 17:59:54','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174568872523224843402'),(324,'81745688721','1',1.00,'50','retail','0','2025-04-26 20:32:14','','','','0','Cash',6.78,'50','','','8','','1','2025-04-26 17:59:54','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174568873532040205303'),(325,'81745688721','11',1.00,'60','retail','0','2025-04-26 20:32:33','','','','0','Cash',8.14,'60','','','8','','1','2025-04-26 17:59:54','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','22.00','21','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174568875541522370728'),(326,'81745688721','11',1.00,'60','retail','0','2025-04-26 20:32:41','','','','0','Cash',8.14,'60','','','8','','1','2025-04-26 17:59:54','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','21.00','20','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174568876343250743432'),(327,'81745688721','6',1.00,'50','retail','0','2025-04-26 20:33:02','','','','0','Cash',6.78,'50','','','8','','1','2025-04-26 17:59:54','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','29.00','28','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174568878333172234688'),(328,'81745688721','11',1.00,'60','retail','0','2025-04-26 20:59:05','','','','0','Cash',8.14,'60','','','8','16.00','1','2025-04-26 17:59:54','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174569034603033300343'),(329,'81745688721','11',1.00,'60','retail','0','2025-04-26 20:59:09','','','','0','Cash',8.14,'60','','','8','16.00','1','2025-04-26 17:59:54','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174569035100330132209'),(330,'81745688721','11',1.00,'60','retail','0','2025-04-26 20:59:29','','','','0','Cash',8.14,'60','','','8','16.00','1','2025-04-26 17:59:54','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174569037126403022432'),(331,'81745688721','6',1.00,'50','retail','0','2025-04-26 20:59:47','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-04-26 17:59:54','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','27.00','26','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174569038833832532282'),(332,'121745690438','6',1.00,'50','retail','0','2025-04-26 21:00:38','','','','0','Cash',6.78,'50','','','12','16.00','1','2025-04-26 18:02:13','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','26.00','25','Inclusive','branch','Inventory','1110','4000','5500','yes','','','12174569043833113240200'),(333,'121745690438','5',1.00,'50','retail','0','2025-04-26 21:01:08','','','','0','Cash',6.78,'50','','','12','16.00','1','2025-04-26 18:02:13','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','30.00','29','Inclusive','branch','Inventory','1110','4000','5500','yes','','','12174569046903625320393'),(334,'111745696546','77',1.00,'2','retail','0','2025-04-26 22:42:26','','','','1','Cash',0.27,'2','','','11','16.00','1','2025-04-26 19:43:26','1','2','new','1','new','pcs','','','','yes','','0.03','','','VATABLE',1.69,'1','35.00','34','Inclusive','branch','Service','1110','4000','5500','yes','','','11174569659510323321920'),(335,'81745733079','45',1.00,'180','retail','0','2025-04-27 08:51:19','','','','0','Cash',24.41,'180','','','8','16.00','1','2025-04-27 05:51:31','3','5','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','25.00','24','Inclusive','branch','Inventory','1110','4000','5500','','','','8174573307930790072393'),(336,'181745735761','77',1.00,'2','retail','0','2025-04-27 09:36:02','','','','1','Cash',0.27,'2','','','18','16.00','1','2025-04-27 06:37:53','1','2','new','1','new','pcs','','','','yes','','0.03','','','VATABLE',1.69,'1','35.00','34','Inclusive','branch','Service','1110','4000','5500','yes','','','18174573585537042070803'),(340,'31745736436','77',1.00,'2','retail','0','2025-04-27 09:47:16','','','','1','Cash',0.27,'2','','','3','','1','2025-04-27 06:48:45','1','2','new','1','printed','pcs','','','','yes','','0.03','','','VATABLE',1.69,'1','35.00','34','Inclusive','branch','Service','1110','4000','5500','','',NULL,'3174573645605632023724'),(341,'121745740602','8',2.00,'60','retail','0','2025-04-27 10:56:42','','','','0','Cash',8.14,'30','','','12','16.00','1','2025-04-27 07:56:52','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'2','13.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','12174574060220211243323'),(342,'81745742664','13',1.00,'100','retail','0','2025-04-27 11:31:04','','','','0','Cash',13.56,'100','','','8','16.00','1','2025-04-27 08:31:11','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','','','','8174574266433067334333'),(343,'81745746643','32',1.00,'300','retail','0','2025-04-27 12:37:23','','','','0','Cash',40.68,'300','','','8','16.00','1','2025-04-27 09:40:59','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174574664480273430230'),(344,'81745746643','41',1.00,'100','retail','0','2025-04-27 12:40:01','','','','0','Cash',13.56,'100','','','8','16.00','1','2025-04-27 09:40:59','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174574680278342836020'),(345,'81745746643','41',1.00,'100','retail','0','2025-04-27 12:40:05','','','','0','Cash',13.56,'100','','','8','16.00','1','2025-04-27 09:40:59','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174574680681231222302'),(346,'81745746643','25',1.00,'200','retail','0','2025-04-27 12:40:41','','','','0','Cash',27.12,'200','','','8','16.00','1','2025-04-27 09:40:59','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174574684282002481246'),(347,'81745746643','30',1.00,'50','retail','0','2025-04-27 12:40:48','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-04-27 09:40:59','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174574684902244043660'),(348,'121745746897','43',1.00,'200','retail','0','2025-04-27 12:41:37','','','','0','Cash',27.12,'200','','','12','16.00','1','2025-04-27 09:42:04','3','4','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','','','','12174574689831352313347'),(349,'121745746897','19',1.00,'180','retail','0','2025-04-27 12:41:58','','','','0','Cash',24.41,'180','','','12','16.00','1','2025-04-27 09:42:04','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','12174574691972622254223'),(350,'81745749303','43',1.00,'200','retail','0','2025-04-27 13:21:43','','','','0','Cash',27.12,'200','','','8','16.00','1','2025-04-27 10:21:48','3','4','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','','','','8174574930542213730075'),(353,'81745749564','13',1.00,'100','retail','0','2025-04-27 13:26:04','','','','0','Cash',13.56,'100','','','8','','1','2025-04-27 10:41:49','3','1','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174574956633530430626'),(354,'81745749564','71',1.00,'300','retail','0','2025-04-27 13:26:11','','','','0','Cash',40.68,'300','','','8','','1','2025-04-27 10:41:49','3','10','new','1','printed','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','45.00','44','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174574957223535234033'),(355,'81745749564','18',1.00,'150','retail','0','2025-04-27 13:36:23','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-04-27 10:41:49','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','25.00','24','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174575018432423823404'),(356,'81745749564','34',1.00,'280','retail','0','2025-04-27 13:40:21','','','','0','Cash',37.97,'280','','','8','16.00','1','2025-04-27 10:41:49','1','13','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174575042232330472020'),(357,'121745751854','21',1.00,'280','retail','0','2025-04-27 14:04:14','','','','0','Cash',37.97,'280','','','12','16.00','1','2025-04-27 11:05:21','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','12174575185500340712221'),(358,'121745751854','18',1.00,'150','retail','0','2025-04-27 14:05:14','','','','0','Cash',20.34,'150','','','12','16.00','1','2025-04-27 11:05:21','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500','yes','','','12174575191513223221152'),(359,'121745752251','11',1.00,'60','retail','0','2025-04-27 14:10:51','','','','0','Cash',8.14,'60','','','12','16.00','1','2025-04-27 11:10:59','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','yes','','','12174575225223320220301'),(360,'121745752537','80',1.00,'20','retail','0','2025-04-27 14:15:37','','','','10','Cash',2.71,'20','','','12','16.00','1','2025-04-27 11:16:12','','14','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','40.00','39','Inclusive','branch','Service','1110','4000','5500','','','','12174575253873223323234'),(361,'121745752663','18',3.00,'450','retail','0','2025-04-27 14:17:43','','','','0','Cash',61.02,'150','','','12','16.00','1','2025-04-27 11:18:14','1','2','new','1','new','pcs','','','','yes','','7.63','','','VATABLE',381.36,'3','23.00','20','Inclusive','branch','Inventory','1110','4000','5500','yes','','','12174575266443336020242'),(362,'121745752663','34',1.00,'280','retail','0','2025-04-27 14:18:07','','','','0','Cash',37.97,'280','','','12','16.00','1','2025-04-27 11:18:14','1','13','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','12174575268732033225213'),(363,'81745752759','59',1.00,'50','retail','0','2025-04-27 14:19:19','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-04-27 11:19:26','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','73.00','72','Inclusive','branch','Inventory','1110','4000','5500','','','','8174575276036720222333'),(364,'81745752759','59',1.00,'50','retail','0','2025-04-27 14:19:23','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-04-27 11:19:26','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','72.00','71','Inclusive','branch','Inventory','1110','4000','5500','','','','8174575276443482225734'),(365,'81745753117','28',1.00,'200','retail','0','2025-04-27 14:25:17','','','','0','Cash',27.12,'200','','','8','16.00','1','2025-04-27 11:25:20','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174575311702332380047'),(366,'81745754352','7',1.00,'20','retail','0','2025-04-27 14:45:52','','','','0','Cash',2.71,'20','','','8','16.00','1','2025-04-27 11:46:10','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','33.00','32','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174575435333473423224'),(367,'81745754352','7',1.00,'20','retail','0','2025-04-27 14:45:56','','','','0','Cash',2.71,'20','','','8','16.00','1','2025-04-27 11:46:10','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','32.00','31','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174575435887233223023'),(370,'81745754931','28',1.00,'200','retail','0','2025-04-27 14:55:31','','','','0','Cash',27.12,'200','','','8','','1','2025-04-27 12:19:01','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174575493232073224332'),(371,'81745754931','1',1.00,'50','retail','0','2025-04-27 15:18:56','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-04-27 12:19:01','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','','','','8174575633783200033628'),(373,'121745756607','28',1.00,'200','retail','0','2025-04-27 15:23:27','','','','0','Cash',27.12,'200','','','12','','1','2025-04-27 12:30:30','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'12174575660832336683323'),(374,'121745756607','43',1.00,'200','retail','0','2025-04-27 15:30:05','','','','0','Cash',27.12,'200','','','12','16.00','1','2025-04-27 12:30:30','3','4','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','','','','12174575702422204202205'),(376,'121745759601','59',2.00,'100','retail','0','2025-04-27 16:13:21','','','','0','Cash',13.56,'50','','','12','','1','2025-04-27 13:18:20','3','8','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'2','71.00','69','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'12174575960224202642335'),(377,'121745759601','59',1.00,'50','retail','0','2025-04-27 16:18:11','','','','0','Cash',6.78,'50','','','12','16.00','1','2025-04-27 13:18:20','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','69.00','68','Inclusive','branch','Inventory','1110','4000','5500','','','','12174575989230259203312'),(378,'81745755602','8',1.00,'30','retail','0','2025-04-27 15:06:42','','','','0','Cash',4.07,'30','','','8','','1','2025-04-27 13:27:45','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174575560436734557325'),(379,'81745760496','59',1.00,'50','retail','0','2025-04-27 16:28:16','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-04-27 13:28:28','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','68.00','67','Inclusive','branch','Inventory','1110','4000','5500','','','','8174576049820228427030'),(380,'81745760496','59',1.00,'50','retail','0','2025-04-27 16:28:22','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-04-27 13:28:28','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','67.00','66','Inclusive','branch','Inventory','1110','4000','5500','','','','8174576050327238432502'),(383,'81745760541','32',1.00,'300','retail','0','2025-04-27 16:29:01','','','','0','Cash',40.68,'300','','','8','','1','2025-04-27 13:34:56','1','13','new','1','printed','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174576054210223030317'),(384,'81745760541','30',1.00,'50','retail','0','2025-04-27 16:29:14','','','','0','Cash',6.78,'50','','','8','','1','2025-04-27 13:34:56','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174576055630305030322'),(385,'81745760541','1',1.00,'50','retail','0','2025-04-27 16:34:49','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-04-27 13:34:56','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','','','','8174576089022352973340'),(386,'81745762993','8',1.00,'30','retail','0','2025-04-27 17:09:53','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-04-27 14:10:00','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174576299531322152895'),(396,'81745768387','1',1.00,'50','retail','0','2025-04-27 18:39:47','','','','0','Cash',6.78,'50','','','8','','1','2025-04-27 15:53:01','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174576838928243824022'),(397,'81745768387','1',1.00,'50','retail','0','2025-04-27 18:39:51','','','','0','Cash',6.78,'50','','','8','','1','2025-04-27 15:53:01','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174576839292020043354'),(398,'81745768387','1',1.00,'50','retail','0','2025-04-27 18:44:08','','','','0','Cash',6.78,'50','','','8','','1','2025-04-27 15:53:01','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','50.00','49','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174576864942733333222'),(399,'81745768387','7',1.00,'20','retail','0','2025-04-27 18:44:23','','','','0','Cash',2.71,'20','','','8','','1','2025-04-27 15:53:01','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','31.00','30','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174576866400200223023'),(400,'81745768387','7',1.00,'20','retail','0','2025-04-27 18:47:21','','','','0','Cash',2.71,'20','','','8','','1','2025-04-27 15:53:01','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','30.00','29','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174576884338822203208'),(401,'81745768387','7',1.00,'20','retail','0','2025-04-27 18:52:45','','','','0','Cash',2.71,'20','','','8','16.00','1','2025-04-27 15:53:01','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','29.00','28','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174576916712942333126'),(402,'121745770179','30',1.00,'50','retail','0','2025-04-27 19:09:40','','','','0','Cash',6.78,'50','','','12','16.00','1','2025-04-27 16:09:55','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','yes','','','12174577018202073727220'),(403,'121745770179','21',1.00,'280','retail','0','2025-04-27 19:09:47','','','','0','Cash',37.97,'280','','','12','16.00','1','2025-04-27 16:09:55','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','12174577018822374333340'),(404,'81745772322','33',1.00,'600','retail','0','2025-04-27 19:45:22','','','','0','Cash',81.36,'600','','','8','16.00','1','2025-04-27 16:45:43','1','13','new','1','new','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174577232331333882373'),(405,'81745772322','30',1.00,'50','retail','0','2025-04-27 19:45:32','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-04-27 16:45:43','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174577233333272332302'),(406,'121745773373','18',1.00,'150','retail','0','2025-04-27 20:02:53','','','','0','Cash',20.34,'150','','','12','16.00','1','2025-04-27 17:02:59','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','yes','','','12174577337412323337037'),(407,'181745735938','77',1.00,'2','retail','0','2025-04-27 09:38:58','','','','1','Cash',0.27,'2','','','18','','1','2025-04-27 17:25:39','1','2','new','1','printed','pcs','','','','yes','','0.03','','','VATABLE',1.69,'1','35.00','34','Inclusive','branch','Service','1110','4000','5500','','',NULL,'18174573598928192320933'),(408,'111745696771','46',1.00,'180','retail','0','2025-04-26 22:46:11','','','','0','Cash',24.41,'180','','','11','16.00','1','2025-04-27 17:25:57','3','5','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','50.00','49','Inclusive','branch','Inventory','1110','4000','5500','','','','11174569677213307200372'),(409,'111745774758','19',1.00,'180','retail','0','2025-04-27 20:25:58','','','','0','Cash',24.41,'180','','','11','16.00','1','2025-04-27 17:26:22','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174577477737327233047'),(410,'181745774759','18',1.00,'150','retail','0','2025-04-27 20:25:59','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-04-27 17:26:28','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174577476110200343325'),(411,'181745774759','18',1.00,'150','retail','0','2025-04-27 20:26:18','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-04-27 17:26:28','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174577477973343222733'),(412,'111745774786','10',1.00,'100','retail','0','2025-04-27 20:26:26','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-04-27 17:29:04','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174577493340733170220'),(413,'111745775062','24',3.00,'390','retail','0','2025-04-27 20:31:02','','','','0','Cash',52.88,'130','','','11','16.00','1','2025-04-27 17:37:09','1','3','new','1','new','pcs','','','','yes','','6.61','','','VATABLE',330.51,'3','5.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174577541813230313333'),(416,'181745776114','41',1.00,'100','retail','0','2025-04-27 20:48:34','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-04-27 17:48:43','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','','','','18174577611531615201510'),(417,'181745775575','24',1.00,'130','retail','0','2025-04-27 20:39:35','','','','0','Cash',17.63,'130','','','18','','1','2025-04-27 18:03:10','1','3','new','1','printed','pcs','','','','yes','','2.20','','','VATABLE',110.17,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174577557626252033267'),(418,'181745775575','24',1.00,'130','retail','0','2025-04-27 21:02:51','','','','0','Cash',17.63,'130','','','18','16.00','1','2025-04-27 18:03:10','1','3','new','1','new','pcs','','','','yes','','2.20','','','VATABLE',110.17,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174577698302747003375'),(419,'181745820334','8',1.00,'30','retail','0','2025-04-28 09:05:35','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-04-28 06:05:47','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174582033600321223220'),(420,'181745820334','8',1.00,'30','retail','0','2025-04-28 09:05:39','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-04-28 06:05:47','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174582034082352350030'),(421,'81745826244','8',1.00,'30','retail','0','2025-04-28 10:44:04','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-04-28 07:44:16','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174582624568232865272'),(422,'81745826244','8',1.00,'30','retail','0','2025-04-28 10:44:08','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-04-28 07:44:16','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174582624924333268283'),(423,'181745826927','45',1.00,'180','retail','0','2025-04-28 10:55:27','','','','0','Cash',24.41,'180','','','18','16.00','1','2025-04-28 07:55:44','3','5','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174582692782432348033'),(424,'181745829173','59',1.00,'50','retail','0','2025-04-28 11:44:16','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-28 08:44:50','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','66.00','65','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174582985723355030022'),(425,'181745832423','18',1.00,'150','retail','0','2025-04-28 12:27:03','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-04-28 09:27:12','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174583242424337024420'),(426,'181745832549','18',1.00,'150','retail','0','2025-04-28 12:29:09','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-04-28 09:29:22','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174583255130331531420'),(427,'181745834974','59',1.00,'50','retail','0','2025-04-28 13:09:34','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-28 10:10:13','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','65.00','64','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174583497637001938713'),(428,'181745838011','54',1.00,'50','retail','0','2025-04-28 14:00:11','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-28 11:00:33','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','39.00','38','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174583801838220380257'),(429,'181745838537','10',1.00,'100','retail','0','2025-04-28 14:08:57','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-04-28 11:09:30','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174583854430833522340'),(430,'181745839496','10',1.00,'100','retail','0','2025-04-28 14:24:56','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-04-28 11:25:34','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174583950720089022233'),(431,'181745840005','8',1.00,'30','retail','0','2025-04-28 14:33:26','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-04-28 11:36:04','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174584001918202801232'),(432,'181745840005','31',1.00,'150','retail','0','2025-04-28 14:34:51','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-04-28 11:36:04','1','3','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174584010922333005031'),(433,'181745840592','7',1.00,'20','retail','0','2025-04-28 14:43:12','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-04-28 11:51:28','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','28.00','27','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174584060978482922230'),(434,'181745842459','33',1.00,'600','retail','0','2025-04-28 15:14:20','','','','0','Cash',81.36,'600','','','18','16.00','1','2025-04-28 12:18:06','1','13','new','1','new','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174584246610131238224'),(435,'181745842459','30',1.00,'50','retail','0','2025-04-28 15:15:11','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-28 12:18:06','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174584251601100205232'),(436,'181745842459','50',1.00,'50','retail','0','2025-04-28 15:17:34','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-28 12:18:06','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174584265622223632332'),(437,'181745842459','50',1.00,'50','retail','0','2025-04-28 15:17:43','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-28 12:18:06','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174584266420082022233'),(438,'181745842459','30',1.00,'50','retail','0','2025-04-28 15:17:59','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-28 12:18:06','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174584268144313283340'),(442,'181745845370','59',1.00,'50','retail','0','2025-04-28 16:02:51','','','','0','Cash',6.78,'50','','','18','','1','2025-04-28 13:12:47','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','64.00','63','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174584537425204088232'),(443,'181745845370','59',1.00,'50','retail','0','2025-04-28 16:04:08','','','','0','Cash',6.78,'50','','','18','','1','2025-04-28 13:12:47','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','63.00','62','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174584544944023237310'),(444,'181745845370','59',1.00,'50','retail','0','2025-04-28 16:06:46','','','','0','Cash',6.78,'50','','','18','','1','2025-04-28 13:12:47','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','62.00','61','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174584561212007256336'),(445,'181745845370','59',1.00,'50','retail','0','2025-04-28 16:12:39','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-28 13:12:47','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','61.00','60','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174584596330223409403'),(446,'181745846403','40',1.00,'150','retail','0','2025-04-28 16:20:03','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-04-28 13:23:44','1','13','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174584640937200643282'),(447,'181745846403','30',1.00,'50','retail','0','2025-04-28 16:22:38','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-28 13:23:44','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174584658533124343301'),(448,'181745846403','59',1.00,'50','retail','0','2025-04-28 16:23:09','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-28 13:23:44','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','60.00','59','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174584660923203028602'),(449,'181745847895','1',1.00,'50','retail','0','2025-04-28 16:44:55','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-28 13:45:19','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','49.00','48','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174584789623420133338'),(450,'181745847895','1',1.00,'50','retail','0','2025-04-28 16:45:05','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-28 13:45:19','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','48.00','47','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174584790633033300833'),(454,'181745848747','1',1.00,'50','retail','0','2025-04-28 16:59:07','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-28 13:59:15','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','47.00','46','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174584874908818842715'),(455,'181745849158','1',1.00,'50','retail','0','2025-04-28 17:05:58','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-28 14:06:08','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','46.00','45','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174584916026320100230'),(456,'181745848579','18',1.00,'150','retail','0','2025-04-28 16:56:19','','','','0','Cash',20.34,'150','','','18','','1','2025-04-28 14:23:06','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174584858021323230072'),(465,'181745853394','30',1.00,'50','retail','0','2025-04-28 18:16:34','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-28 15:17:55','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174585339813833330503'),(466,'181745853394','21',1.00,'280','retail','0','2025-04-28 18:16:52','','','','0','Cash',37.97,'280','','','18','16.00','1','2025-04-28 15:17:55','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174585341482214738253'),(467,'181745853394','43',1.00,'200','retail','0','2025-04-28 18:17:50','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-04-28 15:17:55','3','4','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174585347237343523508'),(468,'181745851110','19',1.00,'180','retail','0','2025-04-28 17:38:30','','','','0','Cash',24.41,'180','','','18','','1','2025-04-28 15:21:18','1','2','new','1','printed','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174585111201311205103'),(469,'181745851110','25',1.00,'200','retail','0','2025-04-28 17:41:57','','','','0','Cash',27.12,'200','','','18','','1','2025-04-28 15:21:18','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174585131953322932422'),(470,'181745851110','25',1.00,'200','retail','0','2025-04-28 17:42:02','','','','0','Cash',27.12,'200','','','18','','1','2025-04-28 15:21:18','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174585132308810807001'),(471,'181745851110','25',1.00,'200','retail','0','2025-04-28 17:43:07','','','','0','Cash',27.12,'200','','','18','','1','2025-04-28 15:21:18','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174585138928783272025'),(472,'181745851110','59',1.00,'50','retail','0','2025-04-28 17:43:30','','','','0','Cash',6.78,'50','','','18','','1','2025-04-28 15:21:18','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','59.00','58','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174585141553320075333'),(473,'181745851110','19',1.00,'180','retail','0','2025-04-28 18:20:13','','','','0','Cash',24.41,'180','','','18','16.00','1','2025-04-28 15:21:18','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174585361603331061501'),(487,'181745854498','19',1.00,'180','retail','0','2025-04-28 18:35:04','','','','0','Cash',24.41,'180','','','18','','1','2025-04-28 15:41:53','1','2','new','1','printed','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174585450630682405850'),(488,'181745854498','19',2.00,'360','retail','0','2025-04-28 18:35:20','','','','0','Cash',48.81,'180','','','18','','1','2025-04-28 15:41:53','1','2','new','1','printed','pcs','','','','yes','','6.10','','','VATABLE',305.08,'2','8.00','6','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174585452352102280827'),(489,'181745854498','59',1.00,'50','retail','0','2025-04-28 18:36:03','','','','0','Cash',6.78,'50','','','18','','1','2025-04-28 15:41:53','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','58.00','57','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174585456430230522482'),(490,'181745854498','25',1.00,'200','retail','0','2025-04-28 18:36:28','','','','0','Cash',27.12,'200','','','18','','1','2025-04-28 15:41:53','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174585459023472073004'),(491,'181745854498','25',1.00,'200','retail','0','2025-04-28 18:40:29','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-04-28 15:41:53','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174585483135812121144'),(492,'181745853890','33',1.00,'600','retail','0','2025-04-28 18:24:51','','','','0','Cash',81.36,'600','','','18','','1','2025-04-28 15:48:05','1','13','new','1','printed','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174585389253720133223'),(493,'181745853890','30',1.00,'50','retail','0','2025-04-28 18:25:20','','','','0','Cash',6.78,'50','','','18','','1','2025-04-28 15:48:05','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174585392223423322118'),(494,'181745853890','30',1.00,'50','retail','0','2025-04-28 18:25:24','','','','0','Cash',6.78,'50','','','18','','1','2025-04-28 15:48:05','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174585392522203221233'),(495,'181745853890','50',1.00,'50','retail','0','2025-04-28 18:25:36','','','','0','Cash',6.78,'50','','','18','','1','2025-04-28 15:48:05','1','6','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174585393822523803022'),(496,'181745853890','50',1.00,'50','retail','0','2025-04-28 18:25:40','','','','0','Cash',6.78,'50','','','18','','1','2025-04-28 15:48:05','1','6','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174585394273343201202'),(497,'181745853890','1',1.00,'50','retail','0','2025-04-28 18:47:11','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-28 15:48:05','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','42.00','41','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174585524103805228010'),(498,'181745853890','1',1.00,'50','retail','0','2025-04-28 18:47:51','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-28 15:48:05','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','41.00','40','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174585528242128282280'),(499,'181745854028','1',1.00,'50','retail','0','2025-04-28 18:27:08','','','','0','Cash',6.78,'50','','','18','','1','2025-04-28 15:52:23','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','44.00','43','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174585403452023432302'),(500,'181745854028','1',1.00,'50','retail','0','2025-04-28 18:27:27','','','','0','Cash',6.78,'50','','','18','','1','2025-04-28 15:52:23','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','43.00','42','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174585405203030380303'),(501,'181745854028','13',1.00,'100','retail','0','2025-04-28 18:27:51','','','','0','Cash',13.56,'100','','','18','','1','2025-04-28 15:52:23','3','1','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174585407532434333523'),(502,'181745854028','53',1.00,'100','retail','0','2025-04-28 18:28:34','','','','0','Cash',13.56,'100','','','18','','1','2025-04-28 15:52:23','3','7','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','25.00','24','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174585411802301131042'),(503,'181745856209','7',1.00,'20','retail','0','2025-04-28 19:03:29','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-04-28 16:04:46','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','27.00','26','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174585621132733501212'),(504,'181745856209','43',1.00,'200','retail','0','2025-04-28 19:03:57','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-04-28 16:04:46','3','4','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174585623920263503322'),(505,'181745856209','1',1.00,'50','retail','0','2025-04-28 19:04:12','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-28 16:04:46','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','40.00','39','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174585625612803852221'),(506,'181745856209','59',1.00,'50','retail','0','2025-04-28 19:04:36','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-28 16:04:46','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','57.00','56','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174585628080371285225'),(507,'81745856539','1',1.00,'50','retail','0','2025-04-28 19:08:59','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-04-28 16:09:10','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','39.00','38','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174585654104423032242'),(508,'81745856539','1',1.00,'50','retail','0','2025-04-28 19:09:02','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-04-28 16:09:10','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','38.00','37','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174585654422203352123'),(509,'181745856712','59',1.00,'50','retail','0','2025-04-28 19:11:53','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-28 16:12:10','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','56.00','55','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174585671610221076812'),(510,'181745857378','1',1.00,'50','retail','0','2025-04-28 19:22:58','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-28 16:23:42','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','37.00','36','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174585738033333223814'),(511,'181745857378','1',1.00,'50','retail','0','2025-04-28 19:23:20','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-28 16:23:42','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','36.00','35','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174585740387320030222'),(512,'81745860432','56',1.00,'60','retail','0','2025-04-28 20:13:53','','','','0','Cash',8.14,'60','','','8','16.00','1','2025-04-28 17:14:08','3','8','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174586043430233330341'),(514,'81745860514','1',1.00,'50','retail','0','2025-04-28 20:15:14','','','','0','Cash',6.78,'50','','','8','','1','2025-04-28 17:16:11','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','35.00','34','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174586051640222344532'),(515,'81745860514','1',1.00,'50','retail','0','2025-04-28 20:16:05','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-04-28 17:16:11','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','34.00','33','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174586056623353863083'),(516,'81745861017','18',1.00,'150','retail','0','2025-04-28 20:23:37','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-04-28 17:23:58','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174586101830337523343'),(518,'81745861202','1',1.00,'50','retail','0','2025-04-28 20:26:42','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-04-28 17:26:50','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','33.00','32','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174586120430334200300'),(519,'81745861202','1',1.00,'50','retail','0','2025-04-28 20:26:45','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-04-28 17:26:50','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','32.00','31','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174586120637206561728'),(520,'81745861914','18',1.00,'150','retail','0','2025-04-28 20:38:34','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-04-28 17:38:38','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174586191534234302133'),(521,'111745775946','24',1.00,'130','retail','0','2025-04-27 20:45:46','','','','0','Cash',17.63,'130','','','11','','1','2025-04-28 17:45:27','1','3','new','1','printed','pcs','','','','yes','','2.20','','','VATABLE',110.17,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174577594711022302722'),(522,'111745862346','25',1.00,'200','retail','0','2025-04-28 20:45:46','','','','0','Cash',27.12,'200','','','11','16.00','1','2025-04-28 17:45:54','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174586234772332438422'),(523,'181745847972','30',1.00,'50','retail','0','2025-04-28 16:46:12','','','','0','Cash',6.78,'50','','','18','','1','2025-04-28 17:52:39','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174584843822435323383'),(524,'181745847972','32',1.00,'300','retail','0','2025-04-28 16:55:00','','','','0','Cash',40.68,'300','','','18','','1','2025-04-28 17:52:39','1','13','new','1','printed','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174584850182337312331'),(525,'181745847972','1',1.00,'50','retail','0','2025-04-28 17:25:54','','','','0','Cash',6.78,'50','','','18','','1','2025-04-28 17:52:39','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','45.00','44','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174585035530305742325'),(526,'181745847972','32',1.00,'300','retail','0','2025-04-28 20:51:21','','','','0','Cash',40.68,'300','','','18','16.00','1','2025-04-28 17:52:39','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174586268220622833823'),(527,'181745847972','30',1.00,'50','retail','0','2025-04-28 20:52:03','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-28 17:52:39','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174586275533226013253'),(528,'181745861097','44',1.00,'150','retail','0','2025-04-28 20:24:57','','','','0','Cash',20.34,'150','','','18','','1','2025-04-28 17:54:57','3','5','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174586109823033233292'),(529,'181745861097','1',1.00,'50','retail','0','2025-04-28 20:54:10','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-28 17:54:57','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','31.00','30','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174586285002308862222'),(530,'181745861097','11',1.00,'60','retail','0','2025-04-28 20:54:46','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-04-28 17:54:57','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174586288708123243053'),(531,'181745863050','1',1.00,'50','retail','0','2025-04-28 20:57:30','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-28 17:57:40','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','30.00','29','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174586305152332273203'),(536,'181745865268','11',1.00,'60','retail','0','2025-04-28 21:34:28','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-04-28 18:34:43','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174586526902230883073'),(542,'181745865217','10',1.00,'100','retail','0','2025-04-28 21:33:37','','','','0','Cash',13.56,'100','','','18','','1','2025-04-28 18:45:18','1','12','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174586521838022302028'),(543,'181745865217','10',1.00,'100','retail','0','2025-04-28 21:33:44','','','','0','Cash',13.56,'100','','','18','','1','2025-04-28 18:45:18','1','12','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174586522522570280375'),(544,'181745865217','10',1.00,'100','retail','0','2025-04-28 21:33:48','','','','0','Cash',13.56,'100','','','18','','1','2025-04-28 18:45:18','1','12','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174586523053335342362'),(545,'181745865217','10',1.00,'100','retail','0','2025-04-28 21:33:53','','','','0','Cash',13.56,'100','','','18','','1','2025-04-28 18:45:18','1','12','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174586523432423232328'),(546,'181745865217','10',1.00,'100','retail','0','2025-04-28 21:37:43','','','','0','Cash',13.56,'100','','','18','','1','2025-04-28 18:45:18','1','12','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174586547673032200333'),(547,'181745865217','10',1.00,'100','retail','0','2025-04-28 21:45:14','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-04-28 18:45:18','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174586591514720000312'),(548,'111745866032','59',1.00,'50','retail','0','2025-04-28 21:47:12','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-04-28 18:48:31','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','55.00','54','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174586603426733037288'),(549,'111745866032','1',1.00,'50','retail','0','2025-04-28 21:47:40','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-04-28 18:48:31','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','29.00','28','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174586610663261022083'),(550,'111745866324','59',1.00,'50','retail','0','2025-04-28 21:52:04','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-04-28 18:52:43','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','54.00','53','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174586635415354631352'),(551,'111745866880','10',1.00,'100','retail','0','2025-04-28 22:01:20','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-04-28 19:01:27','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174586688117735362270'),(552,'111745902690','8',1.00,'30','retail','0','2025-04-29 07:58:10','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-04-29 04:58:36','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174590269143320436363'),(553,'111745902690','8',1.00,'30','retail','0','2025-04-29 07:58:14','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-04-29 04:58:36','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174590269522933231230'),(554,'111745902690','8',1.00,'30','retail','0','2025-04-29 07:58:17','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-04-29 04:58:36','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174590269821221038003'),(555,'181745903494','8',1.00,'30','retail','0','2025-04-29 08:11:34','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-04-29 05:12:12','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','21.00','20','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174590349553331033429'),(556,'181745903494','8',1.00,'30','retail','0','2025-04-29 08:11:52','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-04-29 05:12:12','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174590351330703313330'),(557,'181745903494','8',1.00,'30','retail','0','2025-04-29 08:11:59','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-04-29 05:12:12','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174590352008022203338'),(558,'181745905778','1',1.00,'50','retail','0','2025-04-29 08:49:38','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-29 05:49:43','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','28.00','27','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174590578092870232257'),(559,'181745905814','7',1.00,'20','retail','0','2025-04-29 08:50:14','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-04-29 05:50:21','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','26.00','25','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174590581420803030183'),(560,'181745905857','8',1.00,'30','retail','0','2025-04-29 08:50:57','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-04-29 05:51:09','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174590585830022208208'),(561,'181745905938','7',1.00,'20','retail','0','2025-04-29 08:52:18','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-04-29 05:52:24','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','25.00','24','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174590593938349223000'),(562,'181745905954','7',1.00,'20','retail','0','2025-04-29 08:52:34','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-04-29 05:52:40','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174590595533029902357'),(563,'181745906495','1',1.00,'50','retail','0','2025-04-29 09:01:35','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-29 06:03:05','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','27.00','26','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174590649526227235927'),(564,'181745906495','1',1.00,'50','retail','0','2025-04-29 09:01:38','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-29 06:03:05','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','26.00','25','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174590649962023439034'),(565,'181745906495','7',1.00,'20','retail','0','2025-04-29 09:02:06','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-04-29 06:03:05','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','23.00','22','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174590652700578230222'),(566,'181745906495','7',1.00,'20','retail','0','2025-04-29 09:02:16','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-04-29 06:03:05','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','22.00','21','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174590653725043143330'),(567,'181745906495','7',1.00,'20','retail','0','2025-04-29 09:02:23','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-04-29 06:03:05','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','21.00','20','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174590654503302539362'),(568,'181745906495','6',1.00,'50','retail','0','2025-04-29 09:02:44','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-29 06:03:05','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','25.00','24','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174590656520333220120'),(569,'181745906495','6',1.00,'50','retail','0','2025-04-29 09:02:55','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-29 06:03:05','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174590657533297328279'),(572,'181745911062','7',1.00,'20','retail','0','2025-04-29 10:17:42','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-04-29 07:19:35','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174591106303113831326'),(573,'181745911062','7',1.00,'20','retail','0','2025-04-29 10:17:46','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-04-29 07:19:35','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174591106776222332301'),(574,'181745911062','15',1.00,'150','retail','0','2025-04-29 10:17:59','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-04-29 07:19:35','3','1','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174591108023228702343'),(575,'181745911062','54',1.00,'50','retail','0','2025-04-29 10:18:47','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-29 07:19:35','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','38.00','37','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174591112915222302189'),(578,'181745915856','8',1.00,'30','retail','0','2025-04-29 11:37:36','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-04-29 08:37:47','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174591585745070135133'),(579,'181745915856','8',1.00,'30','retail','0','2025-04-29 11:37:41','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-04-29 08:37:47','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174591586275213832542'),(580,'181745918454','19',1.00,'180','retail','0','2025-04-29 12:20:54','','','','0','Cash',24.41,'180','','','18','16.00','1','2025-04-29 09:21:12','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174591845639632861038'),(581,'181745918454','19',1.00,'180','retail','0','2025-04-29 12:21:02','','','','0','Cash',24.41,'180','','','18','16.00','1','2025-04-29 09:21:12','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174591846401329234100'),(582,'181745918748','11',1.00,'60','retail','0','2025-04-29 12:25:48','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-04-29 09:28:03','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174591875000283033512'),(583,'181745918748','1',1.00,'50','retail','0','2025-04-29 12:26:10','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-29 09:28:03','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','25.00','24','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174591877139902230332'),(584,'181745918748','43',1.00,'200','retail','0','2025-04-29 12:26:42','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-04-29 09:28:03','3','4','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174591880300228338528'),(585,'181745907828','45',1.00,'180','retail','0','2025-04-29 09:23:48','','','','0','Cash',24.41,'180','','','18','','1','2025-04-29 09:40:54','3','5','new','1','printed','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','22.00','21','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174590782832733502212'),(586,'181745907828','53',1.00,'100','retail','0','2025-04-29 10:41:38','','','','0','Cash',13.56,'100','','','18','','1','2025-04-29 09:40:54','3','7','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174591249943301081091'),(587,'181745907828','59',1.00,'50','retail','0','2025-04-29 12:34:23','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-29 09:40:54','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','53.00','52','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174591926410290002220'),(588,'181745919686','24',1.00,'130','retail','0','2025-04-29 12:41:26','','','','0','Cash',17.63,'130','','','18','16.00','1','2025-04-29 09:41:43','1','3','new','1','new','pcs','','','','yes','','2.20','','','VATABLE',110.17,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174591968732323067233'),(589,'181745919686','25',1.00,'200','retail','0','2025-04-29 12:41:32','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-04-29 09:41:43','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174591969453423493794'),(590,'181745919995','17',1.00,'100','retail','0','2025-04-29 12:46:35','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-04-29 09:46:42','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174591999779250302772'),(592,'181745921452','8',1.00,'30','retail','0','2025-04-29 13:10:52','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-04-29 10:11:28','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174592145305230223059'),(593,'181745921452','8',1.00,'30','retail','0','2025-04-29 13:10:55','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-04-29 10:11:28','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174592145701373132222'),(594,'181745921452','21',1.00,'280','retail','0','2025-04-29 13:11:11','','','','0','Cash',37.97,'280','','','18','16.00','1','2025-04-29 10:11:28','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174592147302377034073'),(595,'181745921452','21',1.00,'280','retail','0','2025-04-29 13:11:15','','','','0','Cash',37.97,'280','','','18','16.00','1','2025-04-29 10:11:28','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174592147804013337242'),(596,'181745921004','25',1.00,'200','retail','0','2025-04-29 13:03:24','','','','0','Cash',27.12,'200','','','18','','1','2025-04-29 10:26:00','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174592100640423630218'),(597,'181745921004','61',1.00,'100','retail','0','2025-04-29 13:25:35','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-04-29 10:26:00','3','8','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174592234033033052438'),(598,'181745921004','61',1.00,'100','retail','0','2025-04-29 13:25:47','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-04-29 10:26:00','3','8','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','23.00','22','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174592235002058079209'),(599,'181745922399','28',1.00,'200','retail','0','2025-04-29 13:26:39','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-04-29 10:27:11','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174592240000200223042'),(600,'181745922399','1',1.00,'50','retail','0','2025-04-29 13:27:02','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-29 10:27:11','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174592242555322731232'),(601,'181745922841','28',1.00,'200','retail','0','2025-04-29 13:34:02','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-04-29 10:34:56','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174592284412022328200'),(602,'181745922841','1',1.00,'50','retail','0','2025-04-29 13:34:39','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-29 10:34:56','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','23.00','22','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174592288232345132235'),(604,'181745923177','18',1.00,'150','retail','0','2025-04-29 13:39:37','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-04-29 10:40:27','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174592318003210801328'),(605,'181745923177','59',1.00,'50','retail','0','2025-04-29 13:40:17','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-29 10:40:27','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','52.00','51','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174592322022223223334'),(606,'181745922949','28',1.00,'200','retail','0','2025-04-29 13:35:50','','','','0','Cash',27.12,'200','','','18','','1','2025-04-29 10:45:16','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174592295220932823238'),(607,'181745922949','1',1.00,'50','retail','0','2025-04-29 13:45:10','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-29 10:45:16','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','22.00','21','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174592351237832808332'),(608,'181745923962','10',1.00,'100','retail','0','2025-04-29 13:52:43','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-04-29 10:53:20','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174592397473087222134'),(610,'181745925129','18',1.00,'150','retail','0','2025-04-29 14:12:10','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-04-29 11:12:31','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174592513113531701850'),(615,'181745924815','59',1.00,'50','retail','0','2025-04-29 14:06:55','','','','0','Cash',6.78,'50','','','18','','1','2025-04-29 11:29:01','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','51.00','50','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174592481601222832331'),(616,'181745927025','18',1.00,'150','retail','0','2025-04-29 14:43:45','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-04-29 11:45:44','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174592702626220697202'),(617,'181745927025','18',1.00,'150','retail','0','2025-04-29 14:43:53','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-04-29 11:45:44','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174592703655271162030'),(618,'181745927172','57',1.00,'100','retail','0','2025-04-29 14:46:12','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-04-29 11:46:20','3','8','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174592717373253431533'),(619,'181745925317','18',1.00,'150','retail','0','2025-04-29 14:15:17','','','','0','Cash',20.34,'150','','','18','','1','2025-04-29 11:56:08','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174592531922217313343'),(620,'181745925317','18',1.00,'150','retail','0','2025-04-29 14:15:23','','','','0','Cash',20.34,'150','','','18','','1','2025-04-29 11:56:08','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174592532723222302133'),(621,'181745925317','23',1.00,'350','retail','0','2025-04-29 14:16:05','','','','0','Cash',47.46,'350','','','18','','1','2025-04-29 11:56:08','1','3','new','1','printed','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174592536610222291333'),(622,'181745925317','23',1.00,'350','retail','0','2025-04-29 14:16:10','','','','0','Cash',47.46,'350','','','18','','1','2025-04-29 11:56:08','1','3','new','1','printed','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174592537232243137333'),(623,'181745925317','34',1.00,'280','retail','0','2025-04-29 14:55:59','','','','0','Cash',37.97,'280','','','18','16.00','1','2025-04-29 11:56:08','1','13','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174592776113711220971'),(624,'181745928214','29',1.00,'150','retail','0','2025-04-29 15:03:34','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-04-29 12:03:40','1','3','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174592821502235503013'),(625,'181745928966','18',1.00,'150','retail','0','2025-04-29 15:16:06','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-04-29 12:16:11','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174592896732230261783'),(626,'181745930337','7',1.00,'20','retail','0','2025-04-29 15:38:57','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-04-29 12:39:03','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174593033923303132033'),(627,'181745930375','59',1.00,'50','retail','0','2025-04-29 15:39:35','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-29 12:39:41','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','50.00','49','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174593037612221332029'),(628,'181745930873','40',1.00,'150','retail','0','2025-04-29 15:47:53','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-04-29 12:48:17','1','13','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174593087390302023214'),(629,'181745930873','30',1.00,'50','retail','0','2025-04-29 15:48:10','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-29 12:48:17','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174593089103023352822'),(630,'181745931726','59',1.00,'50','retail','0','2025-04-29 16:02:06','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-29 13:02:13','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','49.00','48','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174593172808203222873'),(631,'181745934552','1',1.00,'50','retail','0','2025-04-29 16:49:12','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-29 13:49:19','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','21.00','20','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174593455422420220872'),(632,'181745934611','52',1.00,'150','retail','0','2025-04-29 16:50:12','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-04-29 13:50:26','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','50.00','49','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174593461536200123375'),(633,'181745934687','8',1.00,'30','retail','0','2025-04-29 16:51:27','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-04-29 13:51:47','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174593468920333220120'),(634,'181745934687','8',1.00,'30','retail','0','2025-04-29 16:51:36','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-04-29 13:51:47','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174593469838053231333'),(635,'181745934991','59',1.00,'50','retail','0','2025-04-29 16:56:32','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-29 13:56:46','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','48.00','47','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174593499334214023529'),(637,'181745935845','8',1.00,'30','retail','0','2025-04-29 17:10:45','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-04-29 14:11:07','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174593584730833522370'),(638,'181745935574','59',1.00,'50','retail','0','2025-04-29 17:06:14','','','','0','Cash',6.78,'50','','','18','','1','2025-04-29 14:18:19','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','47.00','46','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174593557603122220220'),(639,'181745935574','11',1.00,'60','retail','0','2025-04-29 17:17:48','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-04-29 14:18:19','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174593627493342434213'),(640,'181745935574','11',1.00,'60','retail','0','2025-04-29 17:18:04','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-04-29 14:18:19','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174593628636322330002'),(641,'181745936341','8',1.00,'30','retail','0','2025-04-29 17:19:01','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-04-29 14:19:10','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174593634300206127227'),(643,'181745938357','33',1.00,'600','retail','0','2025-04-29 17:52:37','','','','0','Cash',81.36,'600','','','18','16.00','1','2025-04-29 14:53:02','1','13','new','1','new','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174593835929723932235'),(644,'181745938357','30',1.00,'50','retail','0','2025-04-29 17:52:47','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-29 14:53:02','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174593836819448313238'),(645,'181745938357','30',1.00,'50','retail','0','2025-04-29 17:52:56','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-29 14:53:02','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174593837738170023032'),(646,'181745936805','10',1.00,'100','retail','0','2025-04-29 17:26:46','','','','0','Cash',13.56,'100','','','18','','1','2025-04-29 15:34:35','1','12','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174593680833333223914'),(647,'181745936805','10',1.00,'100','retail','0','2025-04-29 18:31:45','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-04-29 15:34:35','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174594072870533284830'),(648,'181745936805','10',1.00,'100','retail','0','2025-04-29 18:32:26','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-04-29 15:34:35','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174594077135302202710'),(649,'181745936805','10',1.00,'100','retail','0','2025-04-29 18:33:32','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-04-29 15:34:35','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174594084123070204032'),(650,'181745941520','11',1.00,'60','retail','0','2025-04-29 18:45:20','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-04-29 15:47:09','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174594153472330045034'),(651,'181745941520','11',1.00,'60','retail','0','2025-04-29 18:45:59','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-04-29 15:47:09','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174594156553424040002'),(652,'181745941520','11',1.00,'60','retail','0','2025-04-29 18:46:23','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-04-29 15:47:09','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174594158908521212390'),(653,'181745941520','11',1.00,'60','retail','0','2025-04-29 18:46:48','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-04-29 15:47:09','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174594161630305093112'),(654,'181745942293','1',1.00,'50','retail','0','2025-04-29 18:58:13','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-29 15:58:34','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174594229553710033995'),(655,'181745942293','1',1.00,'50','retail','0','2025-04-29 18:58:24','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-29 15:58:34','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174594230728523702301'),(656,'181745942428','32',1.00,'300','retail','0','2025-04-29 19:00:28','','','','0','Cash',40.68,'300','','','18','16.00','1','2025-04-29 16:01:01','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174594242923022923591'),(657,'181745942428','19',1.00,'180','retail','0','2025-04-29 19:00:39','','','','0','Cash',24.41,'180','','','18','16.00','1','2025-04-29 16:01:01','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174594244021349498135'),(658,'181745942428','30',1.00,'50','retail','0','2025-04-29 19:00:49','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-29 16:01:01','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174594245033024402307'),(659,'181745942747','54',1.00,'50','retail','0','2025-04-29 19:05:48','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-29 16:06:03','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','37.00','36','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174594275293782427232'),(660,'181745942975','11',1.00,'60','retail','0','2025-04-29 19:09:36','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-04-29 16:10:11','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174594298110333079222'),(661,'181745942975','11',1.00,'60','retail','0','2025-04-29 19:09:53','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-04-29 16:10:11','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174594300122223423334'),(662,'181745943889','1',1.00,'50','retail','0','2025-04-29 19:24:49','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-29 16:25:21','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174594389430319238222'),(663,'181745943889','1',1.00,'50','retail','0','2025-04-29 19:24:58','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-29 16:25:21','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174594390391313823285'),(664,'181745943999','1',1.00,'50','retail','0','2025-04-29 19:26:39','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-29 16:27:33','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174594400220001392248'),(665,'181745943999','7',1.00,'20','retail','0','2025-04-29 19:27:03','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-04-29 16:27:33','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174594402510022272053'),(666,'181745943999','7',1.00,'20','retail','0','2025-04-29 19:27:08','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-04-29 16:27:33','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174594403423020225205'),(667,'181745943999','7',1.00,'20','retail','0','2025-04-29 19:27:19','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-04-29 16:27:33','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174594404232049302297'),(668,'181745944782','24',1.00,'130','retail','0','2025-04-29 19:39:42','','','','0','Cash',17.63,'130','','','18','16.00','1','2025-04-29 16:41:52','1','3','new','1','new','pcs','','','','yes','','2.20','','','VATABLE',110.17,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174594478300413193420'),(669,'181745944782','24',1.00,'130','retail','0','2025-04-29 19:39:48','','','','0','Cash',17.63,'130','','','18','16.00','1','2025-04-29 16:41:52','1','3','new','1','new','pcs','','','','yes','','2.20','','','VATABLE',110.17,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174594478932032301032'),(670,'181745944782','24',1.00,'130','retail','0','2025-04-29 19:40:36','','','','0','Cash',17.63,'130','','','18','16.00','1','2025-04-29 16:41:52','1','3','new','1','new','pcs','','','','yes','','2.20','','','VATABLE',110.17,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174594483738233220805'),(671,'181745944782','52',1.00,'150','retail','0','2025-04-29 19:41:02','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-04-29 16:41:52','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','49.00','48','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174594486493238224223'),(672,'181745944782','68',1.00,'250','retail','0','2025-04-29 19:41:24','','','','0','Cash',33.90,'250','','','18','16.00','1','2025-04-29 16:41:52','3','10','new','1','new','pcs','','','','yes','','4.24','','','VATABLE',211.86,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174594488533102037190'),(673,'181745944782','68',1.00,'250','retail','0','2025-04-29 19:41:32','','','','0','Cash',33.90,'250','','','18','16.00','1','2025-04-29 16:41:52','3','10','new','1','new','pcs','','','','yes','','4.24','','','VATABLE',211.86,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174594489423938324340'),(674,'181745945532','34',1.00,'280','retail','0','2025-04-29 19:52:12','','','','0','Cash',37.97,'280','','','18','16.00','1','2025-04-29 16:52:19','1','13','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174594553409240730503'),(675,'111745902781','8',1.00,'30','retail','0','2025-04-29 07:59:41','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-04-29 16:57:51','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174590278223333420773'),(676,'111745945927','1',1.00,'50','retail','0','2025-04-29 19:58:47','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-04-29 17:01:00','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174594602303223397024'),(677,'111745945927','52',1.00,'150','retail','0','2025-04-29 20:00:24','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-04-29 17:01:00','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','48.00','47','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174594605239505230365'),(678,'111745946498','1',1.00,'50','retail','0','2025-04-29 20:08:18','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-04-29 17:08:50','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174594652102003104323'),(679,'181745907588','45',1.00,'180','retail','0','2025-04-29 09:19:48','','','','0','Cash',24.41,'180','','','18','','1','2025-04-29 17:26:48','3','5','new','1','printed','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','23.00','22','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174590758920021430232'),(680,'181745947750','54',1.00,'50','retail','0','2025-04-29 20:29:10','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-29 17:29:15','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','36.00','35','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174594775133020233222'),(681,'111745947938','10',1.00,'100','retail','0','2025-04-29 20:32:18','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-04-29 17:32:50','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174594796572390342025'),(682,'111745948622','10',1.00,'100','retail','0','2025-04-29 20:43:42','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-04-29 17:44:21','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174594864023221393672'),(683,'111745948622','10',1.00,'100','retail','0','2025-04-29 20:44:00','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-04-29 17:44:21','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174594865757033092240'),(684,'111745949582','7',1.00,'20','retail','0','2025-04-29 20:59:42','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-04-29 18:00:43','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174594960023492131249'),(685,'111745949582','7',1.00,'20','retail','0','2025-04-29 21:00:01','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-04-29 18:00:43','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174594961733432230033'),(686,'111745949582','1',1.00,'50','retail','0','2025-04-29 21:00:18','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-04-29 18:00:43','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174594963903033523323'),(687,'111745956045','18',1.00,'150','retail','0','2025-04-29 22:47:25','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-04-29 19:48:05','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174595607490352033232'),(688,'111745956188','59',1.00,'50','retail','0','2025-04-29 22:49:48','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-04-29 19:50:34','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','46.00','45','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174595621420234232492'),(689,'111745961093','1',1.00,'50','retail','0','2025-04-30 00:11:33','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-04-29 21:14:54','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174596111941333611473'),(690,'111745961093','1',1.00,'50','retail','0','2025-04-30 00:12:00','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-04-29 21:14:54','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174596125371332539522'),(691,'111745961351','30',1.00,'50','retail','0','2025-04-30 00:15:51','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-04-29 21:17:05','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174596136623101506922'),(692,'111745961351','21',1.00,'280','retail','0','2025-04-30 00:16:07','','','','0','Cash',37.97,'280','','','11','16.00','1','2025-04-29 21:17:05','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174596139920230392135'),(693,'111745961512','18',1.00,'150','retail','0','2025-04-30 00:18:32','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-04-29 21:18:57','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174596153472300233313'),(694,'111745962350','34',1.00,'280','retail','0','2025-04-30 00:32:30','','','','0','Cash',37.97,'280','','','11','16.00','1','2025-04-29 21:37:12','1','13','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174596262302136023320'),(695,'111745963654','25',1.00,'200','retail','0','2025-04-30 00:54:14','','','','0','Cash',27.12,'200','','','11','16.00','1','2025-04-29 21:56:02','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174596371525253312232'),(696,'111745963654','1',1.00,'50','retail','0','2025-04-30 00:55:15','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-04-29 21:56:02','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174596374241330134667'),(697,'111745964191','54',1.00,'50','retail','0','2025-04-30 01:03:11','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-04-29 22:04:07','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','35.00','34','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174596424100340742124'),(698,'111745977316','1',1.00,'50','retail','0','2025-04-30 04:41:56','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-04-30 01:42:18','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174597731730213220302'),(699,'111745977316','1',1.00,'50','retail','0','2025-04-30 04:42:06','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-04-30 01:42:18','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174597732772231177113'),(700,'111745977316','1',1.00,'50','retail','0','2025-04-30 04:42:09','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-04-30 01:42:18','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174597733033342200100'),(701,'111745977316','1',1.00,'50','retail','0','2025-04-30 04:42:12','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-04-30 01:42:18','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174597733333204202323'),(702,'181745993077','50',1.00,'50','retail','0','2025-04-30 09:04:37','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-30 06:04:42','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174599307824950739873'),(703,'211745994087','77',1.00,'2','retail','0','2025-04-30 09:21:27','','','','1','Cash',0.27,'2','','','21','16.00','1','2025-04-30 06:33:27','1','2','new','1','new','pcs','','','','yes','','0.03','','','VATABLE',1.69,'1','35.00','34','Inclusive','branch','Service','1110','4000','5500','yes','','','21174599409639933043019'),(704,'181745995187','59',1.00,'50','retail','0','2025-04-30 09:39:47','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-30 06:42:15','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','45.00','44','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174599518872130238080'),(705,'181745995187','7',1.00,'20','retail','0','2025-04-30 09:40:12','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-04-30 06:42:15','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174599521403342300102'),(706,'181745995187','8',1.00,'30','retail','0','2025-04-30 09:40:21','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-04-30 06:42:15','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174599522223092294094'),(707,'181745995187','8',1.00,'30','retail','0','2025-04-30 09:42:09','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-04-30 06:42:15','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174599533008002243309'),(708,'181745995365','7',1.00,'20','retail','0','2025-04-30 09:42:45','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-04-30 06:43:18','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174599536639506233355'),(709,'181745995365','11',1.00,'60','retail','0','2025-04-30 09:42:49','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-04-30 06:43:18','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174599537121533371313'),(710,'181745995365','7',1.00,'20','retail','0','2025-04-30 09:42:56','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-04-30 06:43:18','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174599537732492353230'),(711,'181745995365','11',1.00,'60','retail','0','2025-04-30 09:43:11','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-04-30 06:43:18','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174599539235302202720'),(712,'181745996374','7',1.00,'20','retail','0','2025-04-30 09:59:34','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-04-30 06:59:39','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174599637612026673624'),(713,'211745997232','8',2.00,'60','retail','0','2025-04-30 10:13:53','','','','0','Cash',8.14,'30','','','21','16.00','1','2025-04-30 07:14:10','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'2','7.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174599724550229234232'),(714,'181745998552','11',1.00,'60','retail','0','2025-04-30 10:35:52','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-04-30 07:36:26','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174599855482935317312'),(715,'181745998552','1',1.00,'50','retail','0','2025-04-30 10:36:06','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-30 07:36:26','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174599856855323239222'),(716,'181745998845','11',1.00,'60','retail','0','2025-04-30 10:40:45','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-04-30 07:40:51','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174599884750822139325'),(719,'181745999344','6',1.00,'50','retail','0','2025-04-30 10:49:04','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-30 07:49:27','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','23.00','22','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174599934543215593334'),(720,'181745999047','8',1.00,'30','retail','0','2025-04-30 10:44:07','','','','0','Cash',4.07,'30','','','18','','1','2025-04-30 07:52:47','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174599904882328302232'),(721,'181745999047','1',1.00,'50','retail','0','2025-04-30 10:44:25','','','','0','Cash',6.78,'50','','','18','','1','2025-04-30 07:52:47','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174599906602435926701'),(722,'181745999047','8',1.00,'30','retail','0','2025-04-30 10:52:42','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-04-30 07:52:47','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174599956404397291823'),(723,'181746000126','1',1.00,'50','retail','0','2025-04-30 11:02:06','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-30 08:02:23','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174600012762313722102'),(724,'11746000178','8',1.00,'30','retail','0','2025-04-30 11:02:58','','','','0','Cash',4.07,'30','','','1','16.00','1','2025-04-30 08:03:32','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','1174600019821313240200'),(725,'181746000425','6',1.00,'50','retail','0','2025-04-30 11:07:06','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-30 08:07:13','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','22.00','21','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174600042720303033334'),(726,'181746000502','11',1.00,'60','retail','0','2025-04-30 11:08:23','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-04-30 08:08:54','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174600050483100333301'),(727,'211746000662','18',1.00,'150','retail','0','2025-04-30 11:11:02','','','','0','Cash',20.34,'150','','','21','16.00','1','2025-04-30 08:11:20','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174600067046220210270'),(728,'211746000740','1',1.00,'50','retail','0','2025-04-30 11:12:20','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-04-30 08:12:36','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174600074920323223202'),(729,'181746000834','8',1.00,'30','retail','0','2025-04-30 11:13:54','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-04-30 08:14:19','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174600083538522422000'),(730,'11746002150','66',1.00,'250','retail','0','2025-04-30 11:35:50','','','','0','Cash',33.90,'250','','','1','16.00','1','2025-04-30 08:36:17','1','9','new','1','new','pcs','','','','yes','','4.24','','','VATABLE',211.86,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','1174600215303271140433'),(731,'11746003039','32',1.00,'300','retail','0','2025-04-30 11:50:39','','','','0','Cash',40.68,'300','','','1','16.00','1','2025-04-30 08:51:16','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','1174600304111401430210'),(732,'11746003112','44',1.00,'150','retail','0','2025-04-30 11:51:52','','','','0','Cash',20.34,'150','','','1','16.00','1','2025-04-30 08:52:02','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','1174600311622373323120'),(733,'181746003438','45',1.00,'180','retail','0','2025-04-30 11:57:18','','','','0','Cash',24.41,'180','','','18','16.00','1','2025-04-30 08:57:35','3','5','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','21.00','20','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174600343903032000032'),(734,'181746003490','11',1.00,'60','retail','0','2025-04-30 11:58:10','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-04-30 08:58:40','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174600349233333002323'),(735,'211746003950','46',1.00,'180','retail','0','2025-04-30 12:05:50','','','','0','Cash',24.41,'180','','','21','16.00','1','2025-04-30 09:06:11','3','5','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','49.00','48','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174600395502000332405'),(736,'211746004026','11',1.00,'60','retail','0','2025-04-30 12:07:06','','','','0','Cash',8.14,'60','','','21','16.00','1','2025-04-30 09:07:44','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174600403122003312231'),(737,'31746004520','77',1.00,'2','retail','0','2025-04-30 12:15:20','','','','1','Cash',0.27,'2','','','3','16.00','1','2025-04-30 09:16:04','1','2','new','1','new','pcs','','','','yes','','0.03','','','VATABLE',1.69,'1','35.00','34','Inclusive','branch','Service','1110','4000','5500','yes','','','3174600455562032453000'),(738,'31746004595','77',1.00,'2','retail','0','2025-04-30 12:16:35','','','','1','Cash',0.27,'2','','','3','16.00','1','2025-04-30 09:17:14','1','2','new','1','new','pcs','','','','yes','','0.03','','','VATABLE',1.69,'1','35.00','34','Inclusive','branch','Service','1110','4000','5500','yes','','','3174600463030336067223'),(739,'31746004682','43',1.00,'200','retail','0','2025-04-30 12:18:02','','','','0','Cash',27.12,'200','','','3','16.00','1','2025-04-30 09:18:17','3','4','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','3174600469104302263290'),(741,'31746004737','40',1.00,'150','retail','0','2025-04-30 12:18:58','','','','0','Cash',20.34,'150','','','3','','1','2025-04-30 09:20:19','1','13','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'3174600474233372222043'),(742,'211746004890','54',1.00,'50','retail','0','2025-04-30 12:21:30','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-04-30 09:22:00','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','34.00','33','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174600489533028802357'),(743,'181746006900','21',1.00,'280','retail','0','2025-04-30 12:55:00','','','','0','Cash',37.97,'280','','','18','16.00','1','2025-04-30 09:55:31','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174600690137333807012'),(744,'181746006900','30',1.00,'50','retail','0','2025-04-30 12:55:07','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-30 09:55:31','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174600690920236002130'),(745,'181746006981','28',1.00,'200','retail','0','2025-04-30 12:56:21','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-04-30 09:56:59','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174600698233371003231'),(746,'181746006981','34',1.00,'280','retail','0','2025-04-30 12:56:44','','','','0','Cash',37.97,'280','','','18','16.00','1','2025-04-30 09:56:59','1','13','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174600700508032032030'),(747,'181746008119','34',1.00,'280','retail','0','2025-04-30 13:15:20','','','','0','Cash',37.97,'280','','','18','16.00','1','2025-04-30 10:16:12','1','13','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174600812100222212323'),(748,'181746008119','30',1.00,'50','retail','0','2025-04-30 13:15:32','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-30 10:16:12','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174600813323103022030'),(749,'181746008119','50',1.00,'50','retail','0','2025-04-30 13:15:54','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-30 10:16:12','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174600815535040302207'),(750,'181746009161','1',1.00,'50','retail','0','2025-04-30 13:32:41','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-30 10:32:47','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174600916201600132123'),(753,'181746011218','74',1.00,'100','retail','0','2025-04-30 14:06:58','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-04-30 11:07:42','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174601121933603213330'),(754,'211746011448','33',1.00,'600','retail','0','2025-04-30 14:10:48','','','','0','Cash',81.36,'600','','','21','16.00','1','2025-04-30 11:12:41','1','13','new','1','new','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174601145026214302336'),(755,'211746011448','30',1.00,'50','retail','0','2025-04-30 14:11:24','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-04-30 11:12:41','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174601149103611112601'),(756,'211746011448','50',1.00,'50','retail','0','2025-04-30 14:11:47','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-04-30 11:12:41','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174601151101160401032'),(757,'211746011448','50',1.00,'50','retail','0','2025-04-30 14:11:56','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-04-30 11:12:41','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174601152041222313231'),(758,'181746011596','21',1.00,'280','retail','0','2025-04-30 14:13:16','','','','0','Cash',37.97,'280','','','18','16.00','1','2025-04-30 11:17:14','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174601159800472123902'),(759,'181746011596','30',1.00,'50','retail','0','2025-04-30 14:16:46','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-30 11:17:14','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174601180788308703822'),(760,'181746012038','1',1.00,'50','retail','0','2025-04-30 14:20:38','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-30 11:21:05','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174601204022008238420'),(761,'181746012038','7',1.00,'20','retail','0','2025-04-30 14:20:52','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-04-30 11:21:05','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174601205312202230226'),(762,'181746012038','6',1.00,'50','retail','0','2025-04-30 14:20:57','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-30 11:21:05','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','21.00','20','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174601205821330087223'),(763,'211746013122','30',1.00,'50','retail','0','2025-04-30 14:38:42','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-04-30 11:39:14','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174601312433723204201'),(764,'211746010322','21',1.00,'280','retail','0','2025-04-30 13:52:02','','','','0','Cash',37.97,'280','','','21','','1','2025-04-30 11:48:20','1','3','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174601032816200222026'),(765,'211746010322','8',1.00,'30','retail','0','2025-04-30 13:52:26','','','','0','Cash',4.07,'30','','','21','','1','2025-04-30 11:48:20','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174601035002230220602'),(766,'211746010322','8',1.00,'30','retail','0','2025-04-30 14:47:54','','','','0','Cash',4.07,'30','','','21','16.00','1','2025-04-30 11:48:20','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','25.00','24','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174601367833221424120'),(767,'211746010322','8',1.00,'30','retail','0','2025-04-30 14:48:01','','','','0','Cash',4.07,'30','','','21','16.00','1','2025-04-30 11:48:20','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174601368332723383232'),(768,'211746010322','8',1.00,'30','retail','0','2025-04-30 14:48:13','','','','0','Cash',4.07,'30','','','21','16.00','1','2025-04-30 11:48:20','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','23.00','22','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174601369633033236117'),(769,'181746014072','33',1.00,'600','retail','0','2025-04-30 14:54:32','','','','0','Cash',81.36,'600','','','18','16.00','1','2025-04-30 11:54:44','1','13','new','1','new','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174601407300411323100'),(770,'181746014072','33',1.00,'600','retail','0','2025-04-30 14:54:36','','','','0','Cash',81.36,'600','','','18','16.00','1','2025-04-30 11:54:44','1','13','new','1','new','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174601407733322222306'),(771,'181746018235','74',1.00,'100','retail','0','2025-04-30 16:03:56','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-04-30 13:04:15','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174601823827322320122'),(772,'181746018669','76',1.00,'100','retail','0','2025-04-30 16:11:09','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-04-30 13:11:24','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174601867163424010002'),(773,'181746018669','74',1.00,'100','retail','0','2025-04-30 16:11:16','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-04-30 13:11:24','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174601867842043003861'),(776,'181746018722','6',1.00,'50','retail','0','2025-04-30 16:12:02','','','','0','Cash',6.78,'50','','','18','','1','2025-04-30 13:17:15','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174601872423320731428'),(777,'181746018722','6',1.00,'50','retail','0','2025-04-30 16:12:10','','','','0','Cash',6.78,'50','','','18','','1','2025-04-30 13:17:15','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174601873102223810021'),(778,'181746018722','76',1.00,'100','retail','0','2025-04-30 16:17:09','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-04-30 13:17:15','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174601903103392393220'),(779,'181746019205','6',1.00,'50','retail','0','2025-04-30 16:20:05','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-30 13:20:13','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174601920602300310031'),(785,'181746023556','1',1.00,'50','retail','0','2025-04-30 17:32:37','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-30 14:34:04','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174602356632632027362'),(786,'181746024444','45',1.00,'180','retail','0','2025-04-30 17:47:24','','','','0','Cash',24.41,'180','','','18','16.00','1','2025-04-30 14:47:57','3','5','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174602445522436523303'),(793,'181746026596','1',1.00,'50','retail','0','2025-04-30 18:23:17','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-30 15:24:27','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174602659970608922030'),(794,'181746026596','1',1.00,'50','retail','0','2025-04-30 18:23:27','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-30 15:24:27','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174602661301700033113'),(795,'181746026596','59',1.00,'50','retail','0','2025-04-30 18:24:07','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-30 15:24:27','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','44.00','43','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174602665122030202030'),(803,'181746028961','44',1.00,'150','retail','0','2025-04-30 19:02:41','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-04-30 16:02:53','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174602896362022033629'),(813,'211746020354','54',1.00,'50','retail','0','2025-04-30 16:39:14','','','','0','Cash',6.78,'50','','','21','','1','2025-04-30 16:15:01','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','33.00','32','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174602038530002230332'),(814,'211746020354','33',1.00,'600','retail','0','2025-04-30 16:49:45','','','','0','Cash',81.36,'600','','','21','','1','2025-04-30 16:15:01','1','13','new','1','printed','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174602099323072072323'),(815,'211746020354','30',1.00,'50','retail','0','2025-04-30 16:50:34','','','','0','Cash',6.78,'50','','','21','','1','2025-04-30 16:15:01','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174602104132206403037'),(816,'211746020354','45',1.00,'180','retail','0','2025-04-30 18:08:53','','','','0','Cash',24.41,'180','','','21','','1','2025-04-30 16:15:01','3','5','new','1','printed','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174602573820363802503'),(817,'211746020354','45',1.00,'180','retail','0','2025-04-30 18:09:09','','','','0','Cash',24.41,'180','','','21','','1','2025-04-30 16:15:01','3','5','new','1','printed','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174602575220603232223'),(818,'211746020354','7',1.00,'20','retail','0','2025-04-30 18:11:02','','','','0','Cash',2.71,'20','','','21','','1','2025-04-30 16:15:01','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174602586708702377626'),(819,'211746020354','7',1.00,'20','retail','0','2025-04-30 18:35:47','','','','0','Cash',2.71,'20','','','21','','1','2025-04-30 16:15:01','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174602735532300172222'),(820,'211746020354','59',1.00,'50','retail','0','2025-04-30 18:56:38','','','','0','Cash',6.78,'50','','','21','','1','2025-04-30 16:15:01','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','43.00','42','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174602860281224223232'),(821,'211746020354','59',1.00,'50','retail','0','2025-04-30 18:56:51','','','','0','Cash',6.78,'50','','','21','','1','2025-04-30 16:15:01','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','42.00','41','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174602861530522722738'),(822,'211746020354','18',1.00,'150','retail','0','2025-04-30 19:14:25','','','','0','Cash',20.34,'150','','','21','16.00','1','2025-04-30 16:15:01','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174602967403723033613'),(823,'211746020354','18',1.00,'150','retail','0','2025-04-30 19:14:45','','','','0','Cash',20.34,'150','','','21','16.00','1','2025-04-30 16:15:01','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174602968823930034328'),(825,'181746029965','1',1.00,'50','retail','0','2025-04-30 19:19:25','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-30 16:20:23','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174602996632323702006'),(826,'181746029965','18',1.00,'150','retail','0','2025-04-30 19:20:08','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-04-30 16:20:23','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174603001110820213267'),(827,'181746030588','12',1.00,'50','retail','0','2025-04-30 19:29:48','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-30 16:30:43','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174603059005821300062'),(828,'181746030588','1',1.00,'50','retail','0','2025-04-30 19:29:56','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-30 16:30:43','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174603059803724352223'),(829,'181746030588','7',1.00,'20','retail','0','2025-04-30 19:30:36','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-04-30 16:30:43','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174603063862703163733'),(830,'181746029816','1',1.00,'50','retail','0','2025-04-30 19:16:56','','','','0','Cash',6.78,'50','','','18','','1','2025-04-30 16:37:02','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174602981731341320222'),(831,'181746029816','1',1.00,'50','retail','0','2025-04-30 19:36:48','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-30 16:37:02','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174603101013800222328'),(832,'181746031457','1',1.00,'50','retail','0','2025-04-30 19:44:17','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-30 16:44:36','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174603145802234322423'),(833,'181746031849','6',1.00,'50','retail','0','2025-04-30 19:50:49','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-30 16:50:58','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174603185080051173100'),(834,'181746032035','11',1.00,'60','retail','0','2025-04-30 19:53:55','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-04-30 16:54:03','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174603203630603720020'),(835,'181746032361','1',1.00,'50','retail','0','2025-04-30 19:59:21','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-30 16:59:27','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174603236102230632013'),(836,'181746033114','1',1.00,'50','retail','0','2025-04-30 20:11:54','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-30 17:12:00','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174603311561001112110'),(837,'181746033815','44',1.00,'150','retail','0','2025-04-30 20:23:35','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-04-30 17:23:49','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174603381638122218002'),(838,'181746033864','1',1.00,'50','retail','0','2025-04-30 20:24:24','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-30 17:25:06','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174603386512223138365'),(839,'111746034324','1',1.00,'50','retail','0','2025-04-30 20:32:04','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-04-30 17:32:21','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174603433936321230232'),(840,'111746034425','1',1.00,'50','retail','0','2025-04-30 20:33:45','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-04-30 17:35:22','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174603451213122303100'),(841,'181746034881','1',1.00,'50','retail','0','2025-04-30 20:41:21','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-30 17:46:56','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174603492000313103320'),(842,'181746035286','1',1.00,'50','retail','0','2025-04-30 20:48:06','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-30 17:48:48','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','35.00','34','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174603528752222832222'),(843,'181746035286','1',1.00,'50','retail','0','2025-04-30 20:48:10','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-30 17:48:48','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','34.00','33','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174603529123396030022'),(844,'181746035286','7',1.00,'20','retail','0','2025-04-30 20:48:30','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-04-30 17:48:48','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174603531103503331020'),(845,'181746035286','7',1.00,'20','retail','0','2025-04-30 20:48:38','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-04-30 17:48:48','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174603531920220913431'),(846,'111746035364','1',1.00,'50','retail','0','2025-04-30 20:49:24','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-04-30 17:50:33','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','33.00','32','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174603536633646066212'),(847,'111746035364','11',1.00,'60','retail','0','2025-04-30 20:49:44','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-04-30 17:50:33','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174603538600323244073'),(848,'111746035364','11',1.00,'60','retail','0','2025-04-30 20:49:54','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-04-30 17:50:33','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174603539533053632022'),(849,'111746035364','2',1.00,'100','retail','0','2025-04-30 20:50:03','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-04-30 17:50:33','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174603540401330202002'),(850,'111746035364','1',1.00,'50','retail','0','2025-04-30 20:50:21','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-04-30 17:50:33','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','32.00','31','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174603542432331232313'),(851,'111746035501','18',1.00,'150','retail','0','2025-04-30 20:51:41','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-04-30 17:51:59','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174603550222010303203'),(852,'211746035612','11',1.00,'60','retail','0','2025-04-30 20:53:32','','','','0','Cash',8.14,'60','','','21','16.00','1','2025-04-30 17:54:32','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174603561423032221542'),(853,'211746035612','11',1.00,'60','retail','0','2025-04-30 20:53:37','','','','0','Cash',8.14,'60','','','21','16.00','1','2025-04-30 17:54:32','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174603561951321030362'),(854,'211746035612','1',1.00,'50','retail','0','2025-04-30 20:54:17','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-04-30 17:54:32','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','31.00','30','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174603565824330022022'),(855,'211746035612','1',1.00,'50','retail','0','2025-04-30 20:54:21','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-04-30 17:54:32','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','30.00','29','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174603566472430202601'),(856,'181746035935','44',1.00,'150','retail','0','2025-04-30 20:58:55','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-04-30 17:59:02','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174603593621527233262'),(857,'211746036361','61',1.00,'100','retail','0','2025-04-30 21:06:01','','','','0','Cash',13.56,'100','','','21','16.00','1','2025-04-30 18:06:09','3','8','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','22.00','21','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174603636633232230064'),(858,'181746036549','1',1.00,'50','retail','0','2025-04-30 21:09:09','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-04-30 18:09:31','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','29.00','28','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174603655022224035360'),(859,'181746036549','11',1.00,'60','retail','0','2025-04-30 21:09:25','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-04-30 18:09:31','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174603656666332330311'),(860,'211746036728','11',1.00,'60','retail','0','2025-04-30 21:12:08','','','','0','Cash',8.14,'60','','','21','16.00','1','2025-04-30 18:12:13','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174603673010222302333'),(861,'111746036825','59',1.00,'50','retail','0','2025-04-30 21:13:45','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-04-30 18:14:12','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','41.00','40','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174603684132047162802'),(871,'111746037424','1',1.00,'50','retail','0','2025-04-30 21:23:44','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-04-30 18:23:58','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','28.00','27','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174603742521322312230'),(882,'211746038172','2',1.00,'100','retail','0','2025-04-30 21:36:12','','','','0','Cash',13.56,'100','','','21','16.00','1','2025-04-30 18:36:18','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174603817300233333322'),(883,'111746038244','34',1.00,'280','retail','0','2025-04-30 21:37:24','','','','0','Cash',37.97,'280','','','11','16.00','1','2025-04-30 18:38:17','1','13','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174603829333632131472'),(884,'111746038789','32',1.00,'300','retail','0','2025-04-30 21:46:29','','','','0','Cash',40.68,'300','','','11','16.00','1','2025-04-30 18:47:06','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174603881532031232203'),(885,'111746037120','30',1.00,'50','retail','0','2025-04-30 21:18:40','','','111746039815','0','Cash',6.78,'50','','','11','','1','2025-04-30 19:04:36','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174603715831122433823'),(886,'111746037120','30',2.00,'100','retail','0','2025-04-30 21:19:18','','','111746039815','0','Cash',13.56,'50','','','11','','1','2025-04-30 19:04:36','1','3','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'2','11.00','9','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174603723720233412722'),(887,'111746037120','32',1.00,'300','retail','0','2025-04-30 21:21:16','','','111746039815','0','Cash',40.68,'300','','','11','','1','2025-04-30 19:04:36','1','13','new','1','printed','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174603727721020273762'),(888,'111746037120','32',1.00,'300','retail','0','2025-04-30 21:21:19','','','111746039815','0','Cash',40.68,'300','','','11','','1','2025-04-30 19:04:36','1','13','new','1','printed','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174603728002121300062'),(889,'111746037120','32',1.00,'300','retail','0','2025-04-30 21:21:23','','','111746039815','0','Cash',40.68,'300','','','11','','1','2025-04-30 19:04:36','1','13','new','1','printed','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174603728401220130204'),(890,'111746037120','32',1.00,'300','retail','0','2025-04-30 21:21:27','','','111746039815','0','Cash',40.68,'300','','','11','','1','2025-04-30 19:04:36','1','13','new','1','printed','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174603728870313773327'),(891,'111746037120','8',1.00,'30','retail','0','2025-04-30 21:21:44','','','111746039815','0','Cash',4.07,'30','','','11','','1','2025-04-30 19:04:36','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','22.00','21','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174603730512002033001'),(892,'111746037120','30',1.00,'50','retail','0','2025-04-30 21:22:21','','','111746039815','0','Cash',6.78,'50','','','11','','1','2025-04-30 19:04:36','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174603734212333274233'),(893,'111746037120','30',1.00,'50','retail','0','2025-04-30 21:22:30','','','','0','Cash',6.78,'50','','','11','','1','2025-04-30 18:56:32','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174603735102732373233'),(894,'111746037120','35',1.00,'560','retail','0','2025-04-30 21:34:36','','','','0','Cash',75.93,'560','','','11','','1','2025-04-30 18:56:32','1','13','new','1','printed','pcs','','','','yes','','9.49','','','VATABLE',474.58,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174603812118320320331'),(895,'111746037120','33',1.00,'600','retail','0','2025-04-30 21:56:20','','','111746039815','0','Cash',81.36,'600','','','11','16.00','1','2025-04-30 19:04:36','1','13','new','1','new','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174603938112202200220'),(896,'111746039580','52',1.00,'150','retail','0','2025-04-30 21:59:40','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-04-30 19:01:23','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','47.00','46','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174603960603603232033'),(897,'111746040046','11',1.00,'60','retail','0','2025-04-30 22:07:26','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-04-30 19:08:13','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174604006402403332123'),(898,'111746040551','28',1.00,'200','retail','0','2025-04-30 22:15:51','','','','0','Cash',27.12,'200','','','11','16.00','1','2025-04-30 19:16:26','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174604057602253023212'),(899,'181746040736','32',1.00,'300','retail','0','2025-04-30 22:18:56','','','','0','Cash',40.68,'300','','','18','16.00','1','2025-04-30 19:19:09','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174604073730206027433'),(900,'111746041027','16',1.00,'150','retail','0','2025-04-30 22:23:47','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-04-30 19:24:00','3','1','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174604102813022321803'),(901,'111746041858','6',1.00,'50','retail','0','2025-04-30 22:37:38','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-04-30 19:38:12','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174604188413122842636'),(902,'101745672061','77',1.00,'2','retail','0','2025-04-26 15:54:22','','','','1','Cash',0.27,'2','','','10','','1','2025-04-30 19:52:22','1','2','new','1','printed','pcs','','','','yes','','0.03','','','VATABLE',1.69,'1','35.00','34','Inclusive','branch','Service','1110','4000','5500','','',NULL,'10174567207886334336303'),(903,'101746042761','11',1.00,'60','retail','0','2025-04-30 22:52:41','','','','0','Cash',8.14,'60','','','10','16.00','1','2025-04-30 19:54:27','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','yes','','','10174604279197393132123'),(904,'101746042761','11',1.00,'60','retail','0','2025-04-30 22:53:12','','','','0','Cash',8.14,'60','','','10','16.00','1','2025-04-30 19:54:27','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','yes','','','10174604281333230222613'),(905,'101746042761','18',1.00,'150','retail','0','2025-04-30 22:53:33','','','','0','Cash',20.34,'150','','','10','16.00','1','2025-04-30 19:54:27','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','10174604284810232083833'),(906,'101746042886','11',1.00,'60','retail','0','2025-04-30 22:54:46','','','','0','Cash',8.14,'60','','','10','16.00','1','2025-04-30 19:55:57','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','yes','','','10174604291492230033220'),(907,'101746042886','11',1.00,'60','retail','0','2025-04-30 22:55:14','','','','0','Cash',8.14,'60','','','10','16.00','1','2025-04-30 19:55:57','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','yes','','','10174604293220410223003'),(908,'101746042886','18',1.00,'150','retail','0','2025-04-30 22:55:33','','','','0','Cash',20.34,'150','','','10','16.00','1','2025-04-30 19:55:57','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','10174604295220223010352'),(909,'101746043777','11',1.00,'60','retail','0','2025-04-30 23:09:38','','','','0','Cash',8.14,'60','','','10','16.00','1','2025-04-30 20:12:30','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','10174604389401373332222'),(910,'101746043777','11',1.00,'60','retail','0','2025-04-30 23:11:35','','','','0','Cash',8.14,'60','','','10','16.00','1','2025-04-30 20:12:30','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','10174604391220234002932'),(911,'101746043777','18',1.00,'150','retail','0','2025-04-30 23:11:52','','','','0','Cash',20.34,'150','','','10','16.00','1','2025-04-30 20:12:30','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','yes','','','10174604393439003603321'),(912,'101746043969','11',1.00,'60','retail','0','2025-04-30 23:12:50','','','','0','Cash',8.14,'60','','','10','16.00','1','2025-04-30 20:15:18','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','10174604406032623003272'),(913,'101746043969','11',1.00,'60','retail','0','2025-04-30 23:14:21','','','','0','Cash',8.14,'60','','','10','16.00','1','2025-04-30 20:15:18','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','10174604407802730020323'),(914,'101746043969','18',1.00,'150','retail','0','2025-04-30 23:14:38','','','','0','Cash',20.34,'150','','','10','16.00','1','2025-04-30 20:15:18','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','10174604410920003034113'),(915,'111746074066','8',1.00,'30','retail','0','2025-05-01 07:34:26','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-01 04:34:40','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','21.00','20','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174607406700313743767'),(916,'111746074066','8',1.00,'30','retail','0','2025-05-01 07:34:30','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-01 04:34:40','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174607407103612130213'),(917,'211746078899','8',1.00,'30','retail','0','2025-05-01 08:54:59','','','','0','Cash',4.07,'30','','','21','16.00','1','2025-05-01 05:55:06','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174607890233473290798'),(918,'211746079696','7',1.00,'20','retail','0','2025-05-01 09:08:16','','','','0','Cash',2.71,'20','','','21','16.00','1','2025-05-01 06:08:28','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174607970429333230020'),(919,'211746079938','1',1.00,'50','retail','0','2025-05-01 09:12:18','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-01 06:12:23','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','27.00','26','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174607994043312323004'),(920,'211746080247','11',1.00,'60','retail','0','2025-05-01 09:17:27','','','','0','Cash',8.14,'60','','','21','16.00','1','2025-05-01 06:17:32','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174608024923602021008'),(921,'211746080284','6',1.00,'50','retail','0','2025-05-01 09:18:04','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-01 06:18:10','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174608028720033342333'),(922,'211746080309','7',1.00,'20','retail','0','2025-05-01 09:18:29','','','','0','Cash',2.71,'20','','','21','16.00','1','2025-05-01 06:18:34','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174608031100223231002'),(923,'211746081167','1',1.00,'50','retail','0','2025-05-01 09:32:47','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-01 06:32:51','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','26.00','25','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174608116800142232310'),(924,'211746081234','7',1.00,'20','retail','0','2025-05-01 09:33:54','','','','0','Cash',2.71,'20','','','21','16.00','1','2025-05-01 06:34:24','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174608123622013021212'),(925,'181746081441','6',1.00,'50','retail','0','2025-05-01 09:37:21','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-01 06:37:31','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174608144237240143282'),(926,'181746081477','7',1.00,'20','retail','0','2025-05-01 09:37:57','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-01 06:38:03','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174608147802422430820'),(927,'211746081580','54',1.00,'50','retail','0','2025-05-01 09:39:40','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-01 06:39:45','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','32.00','31','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174608158372432582233'),(929,'211746083747','1',1.00,'50','retail','0','2025-05-01 10:15:47','','','','0','Cash',6.78,'50','','','21','','1','2025-05-01 07:17:36','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','25.00','24','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174608375012203323222'),(930,'211746083747','8',1.00,'30','retail','0','2025-05-01 10:17:29','','','','0','Cash',4.07,'30','','','21','16.00','1','2025-05-01 07:17:36','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174608385133001230022'),(931,'211746084071','1',1.00,'50','retail','0','2025-05-01 10:21:11','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-01 07:21:16','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174608407333224342437'),(933,'211746084216','1',1.00,'50','retail','0','2025-05-01 10:23:36','','','','0','Cash',6.78,'50','','','21','','1','2025-05-01 07:24:47','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','23.00','22','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174608421903432483000'),(934,'211746084216','8',1.00,'30','retail','0','2025-05-01 10:24:28','','','','0','Cash',4.07,'30','','','21','16.00','1','2025-05-01 07:24:47','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174608427022233033383'),(935,'181746088860','6',1.00,'50','retail','0','2025-05-01 11:41:00','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-01 08:41:25','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174608886121213322233'),(936,'181746088860','6',1.00,'50','retail','0','2025-05-01 11:41:03','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-01 08:41:25','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174608886438608328321'),(937,'181746088860','18',1.00,'150','retail','0','2025-05-01 11:41:19','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-01 08:41:25','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174608888032183360802'),(938,'211746089216','10',1.00,'100','retail','0','2025-05-01 11:46:56','','','','0','Cash',13.56,'100','','','21','16.00','1','2025-05-01 08:47:06','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174608921833322230901'),(939,'211746089872','59',1.00,'50','retail','0','2025-05-01 11:57:52','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-01 08:57:56','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','40.00','39','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174608987332723003272'),(940,'181746090334','59',1.00,'50','retail','0','2025-05-01 12:05:34','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-01 09:05:40','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','39.00','38','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174609033570322849031'),(941,'181746090482','54',1.00,'50','retail','0','2025-05-01 12:08:03','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-01 09:08:09','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','31.00','30','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174609048433032478133'),(950,'181746091144','1',1.00,'50','retail','0','2025-05-01 12:19:04','','','','0','Cash',6.78,'50','','','18','','1','2025-05-01 09:34:15','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','22.00','21','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174609114690112132103'),(951,'181746091144','54',1.00,'50','retail','0','2025-05-01 12:34:06','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-01 09:34:15','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','29.00','28','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174609204727320300234'),(952,'211746092236','61',1.00,'100','retail','0','2025-05-01 12:37:17','','','','0','Cash',13.56,'100','','','21','16.00','1','2025-05-01 09:38:25','3','8','returned','1','new','pcs','','2025-05-01 12:38:25','21','yes','','1.69','','','VATABLE',84.75,'1','21.00','20','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174609224002333303730'),(953,'211746092368','54',1.00,'50','retail','0','2025-05-01 12:39:28','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-01 09:39:34','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','28.00','27','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174609237120320137232'),(965,'181746091673','2',1.00,'100','retail','0','2025-05-01 12:27:53','','','','0','Cash',13.56,'100','','','18','','1','2025-05-01 10:00:47','1','12','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174609167533231220811'),(966,'181746091673','8',1.00,'30','retail','0','2025-05-01 12:27:59','','','','0','Cash',4.07,'30','','','18','','1','2025-05-01 10:00:47','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174609168030163601213'),(967,'181746091673','54',1.00,'50','retail','0','2025-05-01 12:28:16','','','','0','Cash',6.78,'50','','','18','','1','2025-05-01 10:00:47','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','30.00','29','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174609169810448316231'),(968,'181746091673','1',1.00,'50','retail','0','2025-05-01 12:56:54','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-01 10:00:47','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174609341636233137636'),(969,'181746091673','1',1.00,'50','retail','0','2025-05-01 12:57:05','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-01 10:00:47','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174609343230204300923'),(970,'181746091673','2',1.00,'100','retail','0','2025-05-01 12:57:57','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-01 10:00:47','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174609348192323220333'),(971,'181746091673','8',1.00,'30','retail','0','2025-05-01 12:58:07','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-01 10:00:47','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174609349210733909633'),(974,'181746091567','11',1.00,'60','retail','0','2025-05-01 12:26:07','','','','0','Cash',8.14,'60','','','18','','1','2025-05-01 10:10:05','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174609156723421312002'),(975,'181746091567','8',1.00,'30','retail','0','2025-05-01 12:26:11','','','','0','Cash',4.07,'30','','','18','','1','2025-05-01 10:10:05','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174609157321801604322'),(976,'181746091567','1',1.00,'50','retail','0','2025-05-01 12:26:23','','','','0','Cash',6.78,'50','','','18','','1','2025-05-01 10:10:05','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','21.00','20','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174609158403972001234'),(977,'181746091567','1',1.00,'50','retail','0','2025-05-01 12:26:27','','','','0','Cash',6.78,'50','','','18','','1','2025-05-01 10:10:05','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174609158920002230932'),(978,'181746091567','1',1.00,'50','retail','0','2025-05-01 12:49:23','','','','0','Cash',6.78,'50','','','18','','1','2025-05-01 10:10:05','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174609296524282303123'),(979,'181746091567','11',1.00,'60','retail','0','2025-05-01 12:53:04','','','','0','Cash',8.14,'60','','','18','','1','2025-05-01 10:10:05','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174609318912103031233'),(980,'181746091567','1',1.00,'50','retail','0','2025-05-01 13:09:40','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-01 10:10:05','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174609418101023628122'),(985,'181746093740','59',1.00,'50','retail','0','2025-05-01 13:02:21','','','','0','Cash',6.78,'50','','','18','','1','2025-05-01 11:02:25','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','38.00','37','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174609374232003032300'),(986,'181746093740','59',1.00,'50','retail','0','2025-05-01 13:02:27','','','','0','Cash',6.78,'50','','','18','','1','2025-05-01 11:02:25','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','37.00','36','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174609375032716212214'),(987,'181746093740','33',1.00,'600','retail','0','2025-05-01 14:01:35','','','','0','Cash',81.36,'600','','','18','16.00','1','2025-05-01 11:02:25','1','13','new','1','new','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174609729723070204032'),(988,'181746093740','50',1.00,'50','retail','0','2025-05-01 14:01:47','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-01 11:02:25','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174609730863090782222'),(989,'181746093740','30',1.00,'50','retail','0','2025-05-01 14:02:00','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-01 11:02:25','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174609732107496107716'),(990,'181746093740','30',1.00,'50','retail','0','2025-05-01 14:02:12','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-01 11:02:25','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174609733403173733072'),(995,'181746097556','59',1.00,'50','retail','0','2025-05-01 14:05:56','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-01 11:06:03','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','36.00','35','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174609755737730364760'),(1000,'181746096538','1',1.00,'50','retail','0','2025-05-01 13:48:58','','','','0','Cash',6.78,'50','','','18','','1','2025-05-01 11:12:08','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174609654088450314433'),(1001,'181746096538','52',1.00,'150','retail','0','2025-05-01 13:49:11','','','','0','Cash',20.34,'150','','','18','','1','2025-05-01 11:12:08','3','7','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','46.00','45','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174609655321320621734'),(1002,'181746096538','8',1.00,'30','retail','0','2025-05-01 14:09:51','','','','0','Cash',4.07,'30','','','18','','1','2025-05-01 11:12:08','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174609779307300222227'),(1003,'181746096538','7',1.00,'20','retail','0','2025-05-01 14:09:58','','','','0','Cash',2.71,'20','','','18','','1','2025-05-01 11:12:08','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174609780023472131247'),(1004,'181746096538','11',1.00,'60','retail','0','2025-05-01 14:11:58','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-05-01 11:12:08','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174609791826330824293'),(1013,'181746098493','33',1.00,'600','retail','0','2025-05-01 14:21:33','','','','0','Cash',81.36,'600','','','18','16.00','1','2025-05-01 11:21:49','1','13','new','1','new','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174609849538242300000'),(1014,'181746098493','30',1.00,'50','retail','0','2025-05-01 14:21:43','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-01 11:21:49','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174609850422250020500'),(1015,'181746099217','1',1.00,'50','retail','0','2025-05-01 14:33:37','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-01 11:33:51','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174609921902202912904'),(1016,'181746099217','1',1.00,'50','retail','0','2025-05-01 14:33:42','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-01 11:33:51','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174609922223220324039'),(1017,'211746097216','22',1.00,'180','retail','0','2025-05-01 14:00:16','','','','0','Cash',24.41,'180','','','21','','1','2025-05-01 11:34:45','1','3','new','1','printed','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174609721837018823307'),(1018,'211746097216','30',1.00,'50','retail','0','2025-05-01 14:00:24','','','','0','Cash',6.78,'50','','','21','','1','2025-05-01 11:34:45','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174609723273220340022'),(1019,'211746097216','22',1.00,'180','retail','0','2025-05-01 14:03:50','','','','0','Cash',24.41,'180','','','21','','1','2025-05-01 11:34:45','1','3','new','1','printed','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174609743723102373339'),(1020,'211746097216','30',1.00,'50','retail','0','2025-05-01 14:04:05','','','','0','Cash',6.78,'50','','','21','','1','2025-05-01 11:34:45','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174609747204122302062'),(1021,'211746097216','59',1.00,'50','retail','0','2025-05-01 14:17:55','','','','0','Cash',6.78,'50','','','21','','1','2025-05-01 11:34:45','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','35.00','34','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174609827723102607022'),(1022,'211746097216','59',1.00,'50','retail','0','2025-05-01 14:18:02','','','','0','Cash',6.78,'50','','','21','','1','2025-05-01 11:34:45','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','34.00','33','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174609828594322632303'),(1023,'211746097216','22',1.00,'180','retail','0','2025-05-01 14:19:31','','','','0','Cash',24.41,'180','','','21','','1','2025-05-01 11:34:45','1','3','new','1','printed','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174609837533372703038'),(1024,'211746097216','30',1.00,'50','retail','0','2025-05-01 14:19:47','','','','0','Cash',6.78,'50','','','21','','1','2025-05-01 11:34:45','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174609839012320807138'),(1025,'211746097216','8',1.00,'30','retail','0','2025-05-01 14:34:38','','','','0','Cash',4.07,'30','','','21','16.00','1','2025-05-01 11:34:45','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174609928102101332120'),(1027,'211746100058','30',1.00,'50','retail','0','2025-05-01 14:47:38','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-01 11:48:43','1','3','returned','1','printed','pcs','','2025-05-01 14:48:43','21','yes','','0.85','','','VATABLE',42.37,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','','','','21174610006000630023202'),(1034,'211746100030','33',1.00,'600','retail','0','2025-05-01 14:47:10','','','','0','Cash',81.36,'600','','','21','','1','2025-05-01 11:54:16','1','13','new','1','printed','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174610003630320132063'),(1035,'211746100030','30',1.00,'50','retail','0','2025-05-01 14:49:09','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-01 11:54:16','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174610015124123370420'),(1036,'211746101255','59',1.00,'50','retail','0','2025-05-01 15:07:35','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-01 12:07:40','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','33.00','32','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174610125831018823301'),(1037,'181746101320','10',1.00,'100','retail','0','2025-05-01 15:08:40','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-01 12:08:49','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174610132112302310002'),(1058,'211746101327','32',1.00,'300','retail','0','2025-05-01 15:08:47','','','','0','Cash',40.68,'300','','','21','','1','2025-05-01 12:34:34','1','13','new','1','printed','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174610133132202331330'),(1059,'211746101327','69',1.00,'250','retail','0','2025-05-01 15:21:14','','','','0','Cash',33.90,'250','','','21','','1','2025-05-01 12:34:34','3','10','new','1','printed','pcs','','','','yes','','4.24','','','VATABLE',211.86,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174610207723030022772'),(1060,'211746102888','28',1.00,'200','retail','0','2025-05-01 15:34:48','','','','0','Cash',27.12,'200','','','21','16.00','1','2025-05-01 12:36:42','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174610289110371222323'),(1061,'181746100244','21',1.00,'280','retail','0','2025-05-01 14:50:44','','','','0','Cash',37.97,'280','','','18','','1','2025-05-01 12:49:30','1','3','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174610024682023023624'),(1062,'181746100244','21',1.00,'280','retail','0','2025-05-01 14:50:50','','','','0','Cash',37.97,'280','','','18','','1','2025-05-01 12:49:30','1','3','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174610025225123113125'),(1063,'181746100244','8',1.00,'30','retail','0','2025-05-01 14:51:42','','','','0','Cash',4.07,'30','','','18','','1','2025-05-01 12:49:30','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174610030471200003233'),(1064,'181746100244','8',1.00,'30','retail','0','2025-05-01 14:51:46','','','','0','Cash',4.07,'30','','','18','','1','2025-05-01 12:49:30','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174610030881083012208'),(1065,'181746100244','28',1.00,'200','retail','0','2025-05-01 14:52:02','','','','0','Cash',27.12,'200','','','18','','1','2025-05-01 12:49:30','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174610032500013113020'),(1066,'181746100244','1',1.00,'50','retail','0','2025-05-01 14:52:18','','','','0','Cash',6.78,'50','','','18','','1','2025-05-01 12:49:30','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174610033970220622329'),(1067,'181746100244','55',1.00,'80','retail','0','2025-05-01 15:09:27','','','','0','Cash',10.85,'80','','','18','','1','2025-05-01 12:49:30','3','8','new','1','printed','pcs','','','','yes','','1.36','','','VATABLE',67.80,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174610136822223163823'),(1068,'181746100244','56',1.00,'60','retail','0','2025-05-01 15:14:41','','','','0','Cash',8.14,'60','','','18','','1','2025-05-01 12:49:30','3','8','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174610168323032383202'),(1069,'181746100244','30',1.00,'50','retail','0','2025-05-01 15:49:22','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-01 12:49:30','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174610376430443610074'),(1070,'211746103743','32',1.00,'300','retail','0','2025-05-01 15:49:03','','','','0','Cash',40.68,'300','','','21','16.00','1','2025-05-01 12:49:35','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174610374703213120132'),(1071,'211746103743','30',1.00,'50','retail','0','2025-05-01 15:49:29','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-01 12:49:35','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174610377272322233223'),(1072,'211746103845','69',1.00,'250','retail','0','2025-05-01 15:50:46','','','','0','Cash',33.90,'250','','','21','16.00','1','2025-05-01 12:51:43','3','10','returned','1','new','pcs','','2025-05-01 15:51:43','21','yes','','4.24','','','VATABLE',211.86,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174610384939220390267'),(1073,'211746103883','71',1.00,'300','retail','0','2025-05-01 15:51:23','','','','0','Cash',40.68,'300','','','21','16.00','1','2025-05-01 12:51:29','3','10','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','44.00','43','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174610388503202332100'),(1074,'211746103951','1',1.00,'50','retail','0','2025-05-01 15:52:32','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-01 12:58:47','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','26.00','25','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174610395333224227352'),(1075,'211746103951','28',1.00,'200','retail','0','2025-05-01 15:58:35','','','','0','Cash',27.12,'200','','','21','16.00','1','2025-05-01 12:58:47','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174610431821113013610'),(1081,'181746104456','21',1.00,'280','retail','0','2025-05-01 16:00:56','','','','0','Cash',37.97,'280','','','18','','1','2025-05-01 13:19:08','1','3','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174610445842833006483'),(1082,'181746104456','8',1.00,'30','retail','0','2025-05-01 16:01:09','','','','0','Cash',4.07,'30','','','18','','1','2025-05-01 13:19:08','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174610447210302031062'),(1083,'181746104456','8',1.00,'30','retail','0','2025-05-01 16:15:16','','','','0','Cash',4.07,'30','','','18','','1','2025-05-01 13:19:08','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174610531820410402201'),(1084,'181746104456','54',1.00,'50','retail','0','2025-05-01 16:19:02','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-01 13:19:08','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','27.00','26','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174610554311333233482'),(1085,'181746109283','1',1.00,'50','retail','0','2025-05-01 17:21:23','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-01 14:21:44','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','25.00','24','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174610928442823333230'),(1086,'181746109283','1',1.00,'50','retail','0','2025-05-01 17:21:27','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-01 14:21:44','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174610928992283332931'),(1087,'181746109283','1',1.00,'50','retail','0','2025-05-01 17:21:33','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-01 14:21:44','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','23.00','22','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174610929523122310642'),(1088,'181746113774','7',1.00,'20','retail','0','2025-05-01 18:36:14','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-01 15:58:14','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174611377634322111312'),(1089,'181746113774','7',1.00,'20','retail','0','2025-05-01 18:56:47','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-01 15:58:14','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174611501012210731263'),(1090,'181746113774','6',1.00,'50','retail','0','2025-05-01 18:57:04','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-01 15:58:14','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174611502708003423203'),(1091,'181746113774','6',1.00,'50','retail','0','2025-05-01 18:57:15','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-01 15:58:14','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174611503723330252063'),(1092,'181746113774','1',1.00,'50','retail','0','2025-05-01 18:57:46','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-01 15:58:14','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','22.00','21','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174611506812222013730'),(1093,'181746113774','1',1.00,'50','retail','0','2025-05-01 18:57:55','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-01 15:58:14','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','21.00','20','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174611507603222222220'),(1095,'181746115141','18',1.00,'150','retail','0','2025-05-01 18:59:02','','','','0','Cash',20.34,'150','','','18','','1','2025-05-01 16:03:15','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174611514501622345250'),(1096,'181746115141','54',1.00,'50','retail','0','2025-05-01 19:03:06','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-01 16:03:15','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','26.00','25','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174611538880130123328'),(1097,'181746115665','33',1.00,'600','retail','0','2025-05-01 19:07:45','','','','0','Cash',81.36,'600','','','18','16.00','1','2025-05-01 16:08:34','1','13','new','1','new','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174611566732622310727'),(1098,'181746115665','18',1.00,'150','retail','0','2025-05-01 19:08:14','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-01 16:08:34','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174611569620622131232'),(1099,'181746116223','1',1.00,'50','retail','0','2025-05-01 19:17:03','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-01 16:17:28','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174611622520132220422'),(1100,'181746116223','1',1.00,'50','retail','0','2025-05-01 19:17:12','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-01 16:17:28','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174611623406103216863'),(1101,'181746116352','8',1.00,'30','retail','0','2025-05-01 19:19:12','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-01 16:25:16','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174611635473228030211'),(1102,'181746116352','1',1.00,'50','retail','0','2025-05-01 19:25:00','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-01 16:25:16','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174611670127113323034'),(1103,'181746117452','74',1.00,'100','retail','0','2025-05-01 19:37:32','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-01 16:37:53','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174611745440043323233'),(1104,'181746118558','11',1.00,'60','retail','0','2025-05-01 19:55:58','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-05-01 16:56:36','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174611855901820203323'),(1105,'181746118558','1',1.00,'50','retail','0','2025-05-01 19:56:26','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-01 16:56:36','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174611858701323201384'),(1106,'181746122169','1',1.00,'50','retail','0','2025-05-01 20:56:09','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-01 17:57:56','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','31.00','30','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174612217000333733330'),(1107,'181746122169','1',1.00,'50','retail','0','2025-05-01 20:56:31','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-01 17:57:56','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','30.00','29','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174612219240120113321'),(1108,'181746122169','1',1.00,'50','retail','0','2025-05-01 20:56:40','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-01 17:57:56','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','29.00','28','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174612220107033720332'),(1109,'181746122169','1',1.00,'50','retail','0','2025-05-01 20:56:48','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-01 17:57:56','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','28.00','27','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174612221022231113331'),(1110,'181746122169','1',1.00,'50','retail','0','2025-05-01 20:56:54','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-01 17:57:56','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','27.00','26','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174612221502374123022'),(1111,'181746122169','11',1.00,'60','retail','0','2025-05-01 20:57:13','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-05-01 17:57:56','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174612223432272321243'),(1112,'181746122169','11',1.00,'60','retail','0','2025-05-01 20:57:18','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-05-01 17:57:56','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174612223922032223333'),(1113,'181746122169','11',1.00,'60','retail','0','2025-05-01 20:57:23','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-05-01 17:57:56','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174612224434000203302'),(1114,'181746122169','11',1.00,'60','retail','0','2025-05-01 20:57:30','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-05-01 17:57:56','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174612225122236317312'),(1115,'181746122169','11',1.00,'60','retail','0','2025-05-01 20:57:36','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-05-01 17:57:56','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174612225730722307312'),(1116,'111746123972','28',1.00,'200','retail','0','2025-05-01 21:26:12','','','','0','Cash',27.12,'200','','','11','16.00','1','2025-05-01 18:26:41','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174612397313612227323'),(1117,'111746123972','18',1.00,'150','retail','0','2025-05-01 21:26:27','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-05-01 18:26:41','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174612398882348722122'),(1118,'111746130451','62',1.00,'100','retail','0','2025-05-01 23:14:11','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-05-01 20:15:22','3','8','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','28.00','27','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174613048412321343122'),(1119,'111746130451','62',1.00,'100','retail','0','2025-05-01 23:14:45','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-05-01 20:15:22','3','8','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','27.00','26','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174613051522232171267'),(1120,'111746164020','8',1.00,'30','retail','0','2025-05-02 08:33:40','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-02 05:33:53','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174616402130302323201'),(1121,'111746164020','8',1.00,'30','retail','0','2025-05-02 08:33:46','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-02 05:33:53','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174616402622003220030'),(1122,'181746165902','6',1.00,'50','retail','0','2025-05-02 09:05:02','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-02 06:05:12','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174616590302633603013'),(1123,'181746165902','6',1.00,'50','retail','0','2025-05-02 09:05:06','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-02 06:05:12','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174616590741047734838'),(1124,'181746167460','45',1.00,'180','retail','0','2025-05-02 09:31:00','','','','0','Cash',24.41,'180','','','18','16.00','1','2025-05-02 06:31:10','3','5','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174616746122203621633'),(1125,'181746167520','6',1.00,'50','retail','0','2025-05-02 09:32:00','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-02 06:32:09','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174616752310131521733'),(1126,'181746170729','8',1.00,'30','retail','0','2025-05-02 10:25:29','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-02 07:25:42','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174617073017213223322'),(1127,'181746170729','8',1.00,'30','retail','0','2025-05-02 10:25:35','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-02 07:25:42','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174617073502273010602'),(1128,'181746173805','8',1.00,'30','retail','0','2025-05-02 11:16:45','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-02 08:17:08','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174617380622222228271'),(1129,'181746173921','54',1.00,'50','retail','0','2025-05-02 11:18:41','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-02 08:19:09','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','25.00','24','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174617392223320324223'),(1130,'181746174063','7',1.00,'20','retail','0','2025-05-02 11:21:03','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-02 08:21:40','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174617406423333220230'),(1131,'181746174063','1',1.00,'50','retail','0','2025-05-02 11:21:34','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-02 08:21:40','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','26.00','25','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174617409532303412322'),(1132,'181746175498','7',1.00,'20','retail','0','2025-05-02 11:44:58','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-02 08:45:07','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174617550022327023330'),(1133,'181746179152','59',1.00,'50','retail','0','2025-05-02 12:45:53','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-02 09:46:04','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','80.00','79','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174617915421727531200'),(1134,'181746179327','1',1.00,'50','retail','0','2025-05-02 12:48:47','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-02 09:48:56','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','25.00','24','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174617932832133143232'),(1135,'181746179919','18',1.00,'150','retail','0','2025-05-02 12:58:39','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-02 09:58:51','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174617992128323931342'),(1136,'181746180550','21',1.00,'280','retail','0','2025-05-02 13:09:10','','','','0','Cash',37.97,'280','','','18','16.00','1','2025-05-02 10:11:02','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174618055111603115010'),(1139,'221746181251','32',1.00,'300','retail','0','2025-05-02 13:20:51','','','','0','Cash',40.68,'300','','','22','16.00','1','2025-05-02 10:21:36','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174618125423340320423'),(1140,'221746181251','32',1.00,'300','retail','0','2025-05-02 13:21:01','','','','0','Cash',40.68,'300','','','22','16.00','1','2025-05-02 10:21:36','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174618126303202223332'),(1141,'221746181251','32',1.00,'300','retail','0','2025-05-02 13:21:07','','','','0','Cash',40.68,'300','','','22','16.00','1','2025-05-02 10:21:36','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174618126960332830212'),(1142,'221746181251','30',1.00,'50','retail','0','2025-05-02 13:21:16','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-02 10:21:36','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174618127823222331382'),(1143,'221746181251','30',1.00,'50','retail','0','2025-05-02 13:21:21','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-02 10:21:36','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174618128323133220133'),(1144,'221746181251','30',1.00,'50','retail','0','2025-05-02 13:21:26','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-02 10:21:36','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174618128872221232323'),(1145,'181746181837','32',1.00,'300','retail','0','2025-05-02 13:30:37','','','','0','Cash',40.68,'300','','','18','16.00','1','2025-05-02 10:32:08','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174618183932282008012'),(1146,'181746181837','32',1.00,'300','retail','0','2025-05-02 13:30:43','','','','0','Cash',40.68,'300','','','18','16.00','1','2025-05-02 10:32:08','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174618184533116210872'),(1147,'181746181837','32',1.00,'300','retail','0','2025-05-02 13:30:47','','','','0','Cash',40.68,'300','','','18','16.00','1','2025-05-02 10:32:08','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174618185082532118726'),(1148,'181746181837','30',1.00,'50','retail','0','2025-05-02 13:31:11','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-02 10:32:08','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174618187228331308882'),(1149,'181746181837','30',1.00,'50','retail','0','2025-05-02 13:31:14','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-02 10:32:08','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174618187633032220764'),(1150,'181746181837','30',1.00,'50','retail','0','2025-05-02 13:31:22','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-02 10:32:08','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174618188561838371704'),(1151,'181746182343','1',1.00,'50','retail','0','2025-05-02 13:39:03','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-02 10:39:11','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','74.00','73','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174618234463333302222'),(1152,'181746182386','18',1.00,'150','retail','0','2025-05-02 13:39:46','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-02 10:39:51','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174618238723421322102'),(1153,'181746182847','55',1.00,'80','retail','0','2025-05-02 13:47:27','','','','0','Cash',10.85,'80','','','18','16.00','1','2025-05-02 10:47:35','3','8','new','1','new','pcs','','','','yes','','1.36','','','VATABLE',67.80,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174618284921221733282'),(1154,'181746182996','57',1.00,'100','retail','0','2025-05-02 13:49:56','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-02 10:50:02','3','8','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174618299702000231409'),(1155,'181746180982','21',1.00,'280','retail','0','2025-05-02 13:16:23','','','','0','Cash',37.97,'280','','','18','','1','2025-05-02 10:53:35','1','3','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174618098583203428822'),(1156,'181746180982','8',1.00,'30','retail','0','2025-05-02 13:18:01','','','','0','Cash',4.07,'30','','','18','','1','2025-05-02 10:53:35','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174618108303006313381'),(1157,'181746180982','8',1.00,'30','retail','0','2025-05-02 13:53:20','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-02 10:53:35','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174618320160118346342'),(1158,'181746183823','61',1.00,'100','retail','0','2025-05-02 14:03:43','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-02 11:04:08','3','8','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','21.00','20','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174618382333221333723'),(1159,'181746183823','61',1.00,'100','retail','0','2025-05-02 14:03:52','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-02 11:04:08','3','8','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174618383382021483083'),(1160,'181746183823','62',1.00,'100','retail','0','2025-05-02 14:04:03','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-02 11:04:08','3','8','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','26.00','25','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174618384420264874463'),(1165,'181746184463','22',1.00,'180','retail','0','2025-05-02 14:14:23','','','','0','Cash',24.41,'180','','','18','16.00','1','2025-05-02 11:15:11','1','3','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174618446562633303286'),(1166,'181746184463','22',1.00,'180','retail','0','2025-05-02 14:14:28','','','','0','Cash',24.41,'180','','','18','16.00','1','2025-05-02 11:15:11','1','3','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174618447073733611018'),(1167,'181746184463','8',1.00,'30','retail','0','2025-05-02 14:14:48','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-02 11:15:11','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174618449082003802029'),(1168,'181746184463','8',1.00,'30','retail','0','2025-05-02 14:14:54','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-02 11:15:11','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174618449600332423390'),(1169,'181746184463','8',1.00,'30','retail','0','2025-05-02 14:14:59','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-02 11:15:11','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174618450104502303310'),(1173,'181746184970','54',1.00,'50','retail','0','2025-05-02 14:22:50','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-02 11:22:54','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','22.00','21','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174618497112103371302'),(1174,'181746184518','28',1.00,'200','retail','0','2025-05-02 14:15:18','','','','0','Cash',27.12,'200','','','18','','1','2025-05-02 11:31:52','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174618452038713282330'),(1175,'181746184518','54',1.00,'50','retail','0','2025-05-02 14:21:17','','','','0','Cash',6.78,'50','','','18','','1','2025-05-02 11:31:52','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','23.00','22','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174618488072043332328'),(1176,'181746184518','21',1.00,'280','retail','0','2025-05-02 14:30:57','','','','0','Cash',37.97,'280','','','18','16.00','1','2025-05-02 11:31:52','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174618545833303233334'),(1177,'181746184518','25',1.00,'200','retail','0','2025-05-02 14:31:15','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-05-02 11:31:52','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174618547773207110311'),(1178,'181746183942','54',1.00,'50','retail','0','2025-05-02 14:05:42','','','','0','Cash',6.78,'50','','','18','','1','2025-05-02 11:37:04','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174618394332333223238'),(1179,'181746183942','32',1.00,'300','retail','0','2025-05-02 14:09:53','','','','0','Cash',40.68,'300','','','18','','1','2025-05-02 11:37:04','1','13','new','1','printed','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174618419522222202323'),(1180,'181746183942','30',1.00,'50','retail','0','2025-05-02 14:10:04','','','','0','Cash',6.78,'50','','','18','','1','2025-05-02 11:37:04','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174618420521810332623'),(1181,'181746183942','8',1.00,'30','retail','0','2025-05-02 14:35:12','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-02 11:37:04','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174618571332118220232'),(1182,'181746183942','31',1.00,'150','retail','0','2025-05-02 14:36:02','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-02 11:37:04','1','3','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174618576443218136330'),(1183,'181746186825','59',1.00,'50','retail','0','2025-05-02 14:53:45','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-02 11:54:09','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','79.00','78','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174618682630182221311'),(1184,'181746187375','32',1.00,'300','retail','0','2025-05-02 15:02:56','','','','0','Cash',40.68,'300','','','18','16.00','1','2025-05-02 12:03:32','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174618737703331122330'),(1185,'181746187375','30',1.00,'50','retail','0','2025-05-02 15:03:17','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-02 12:03:32','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174618740122022230323'),(1186,'181746188047','1',1.00,'50','retail','0','2025-05-02 15:14:07','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-02 12:14:15','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','73.00','72','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174618804920321032333'),(1188,'181746188089','10',1.00,'100','retail','0','2025-05-02 15:14:50','','','','0','Cash',13.56,'100','','','18','','1','2025-05-02 12:38:43','1','12','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174618809338073874120'),(1189,'181746188089','1',1.00,'50','retail','0','2025-05-02 15:38:37','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-02 12:38:43','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','72.00','71','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174618951823292018043'),(1190,'181746191113','28',1.00,'200','retail','0','2025-05-02 16:05:14','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-05-02 13:05:38','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174619112093092209113'),(1191,'181746191297','18',1.00,'150','retail','0','2025-05-02 16:08:17','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-02 13:08:28','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174619129832332347103'),(1194,'181746192089','30',1.00,'50','retail','0','2025-05-02 16:21:29','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-02 13:21:49','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174619209022360022423'),(1195,'181746192089','40',1.00,'150','retail','0','2025-05-02 16:21:43','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-02 13:21:49','1','13','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174619210462200333030'),(1196,'181746192412','25',1.00,'200','retail','0','2025-05-02 16:26:52','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-05-02 13:26:59','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174619241302713063928'),(1201,'181746193032','54',1.00,'50','retail','0','2025-05-02 16:37:12','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-02 13:37:21','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','21.00','20','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174619303403633233963'),(1204,'211746193435','32',1.00,'300','retail','0','2025-05-02 16:43:55','','','','0','Cash',40.68,'300','','','21','16.00','1','2025-05-02 13:45:36','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174619343833302612431'),(1205,'211746193435','59',1.00,'50','retail','0','2025-05-02 16:44:32','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-02 13:45:36','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','78.00','77','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174619347602042330773'),(1206,'211746193435','30',1.00,'50','retail','0','2025-05-02 16:45:24','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-02 13:45:36','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174619352920330320345'),(1207,'211746191968','34',1.00,'280','retail','0','2025-05-02 16:19:28','','','','0','Cash',37.97,'280','','','21','','1','2025-05-02 13:49:57','1','13','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174619197034203234132'),(1208,'211746191968','30',1.00,'50','retail','0','2025-05-02 16:19:39','','','','0','Cash',6.78,'50','','','21','','1','2025-05-02 13:49:57','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174619198622202021122'),(1209,'211746191968','38',1.00,'50','retail','0','2025-05-02 16:49:50','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-02 13:49:57','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174619379303230302022'),(1210,'211746193922','34',1.00,'280','retail','0','2025-05-02 16:52:02','','','','0','Cash',37.97,'280','','','21','16.00','1','2025-05-02 13:53:25','1','13','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174619392811011132202'),(1211,'211746193922','38',1.00,'50','retail','0','2025-05-02 16:52:44','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-02 13:53:25','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174619397170229622321'),(1212,'211746193922','30',1.00,'50','retail','0','2025-05-02 16:53:10','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-02 13:53:25','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174619399412390403211'),(1213,'211746192776','31',1.00,'150','retail','0','2025-05-02 16:32:56','','','','0','Cash',20.34,'150','','','21','','1','2025-05-02 13:57:04','1','3','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174619277979230323202'),(1214,'211746192776','29',1.00,'100','retail','0','2025-05-02 16:33:02','','','','0','Cash',13.56,'100','','','21','','1','2025-05-02 13:57:04','1','3','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174619278521761102000'),(1215,'211746192776','59',1.00,'50','retail','0','2025-05-02 16:56:51','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-02 13:57:04','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','77.00','76','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174619421565193040270'),(1216,'211746192673','32',1.00,'300','retail','0','2025-05-02 16:31:13','','','','0','Cash',40.68,'300','','','21','','1','2025-05-02 13:58:24','1','13','new','1','printed','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174619267503332202292'),(1217,'211746192673','30',1.00,'50','retail','0','2025-05-02 16:31:20','','','','0','Cash',6.78,'50','','','21','','1','2025-05-02 13:58:24','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174619268406226729223'),(1218,'211746192673','54',1.00,'50','retail','0','2025-05-02 16:58:02','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-02 13:58:24','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174619428522226120322'),(1219,'211746192673','59',1.00,'50','retail','0','2025-05-02 16:58:17','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-02 13:58:24','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','76.00','75','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174619430036312014021'),(1220,'211746194615','1',1.00,'50','retail','0','2025-05-02 17:03:35','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-02 14:03:44','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','71.00','70','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174619461826246312336'),(1221,'211746195223','18',1.00,'150','retail','0','2025-05-02 17:13:43','','','','0','Cash',20.34,'150','','','21','16.00','1','2025-05-02 14:13:52','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174619522762202307276'),(1222,'181746195310','59',1.00,'50','retail','0','2025-05-02 17:15:11','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-02 14:15:37','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','75.00','74','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174619531220520213510'),(1223,'181746195310','54',1.00,'50','retail','0','2025-05-02 17:15:18','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-02 14:15:37','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174619531948300031133'),(1224,'181746195378','54',1.00,'50','retail','0','2025-05-02 17:16:19','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-02 14:16:29','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174619538130334220203'),(1225,'181746196174','10',1.00,'100','retail','0','2025-05-02 17:29:34','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-02 14:29:51','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174619617532417230322'),(1226,'181746196471','8',1.00,'30','retail','0','2025-05-02 17:34:31','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-02 14:34:36','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174619647323274317202'),(1234,'211746199179','54',1.00,'50','retail','0','2025-05-02 18:19:39','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-02 15:21:47','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174619918782219233348'),(1235,'211746199179','54',1.00,'50','retail','0','2025-05-02 18:19:57','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-02 15:21:47','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174619920072000233393'),(1236,'211746199179','59',1.00,'50','retail','0','2025-05-02 18:20:16','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-02 15:21:47','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','74.00','73','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174619922611441322239'),(1237,'211746199179','1',1.00,'50','retail','0','2025-05-02 18:20:46','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-02 15:21:47','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','69.00','68','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174619925552332273203'),(1238,'211746199179','1',1.00,'50','retail','0','2025-05-02 18:21:15','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-02 15:21:47','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','68.00','67','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174619928632280406039'),(1239,'211746199179','1',1.00,'50','retail','0','2025-05-02 18:21:34','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-02 15:21:47','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','67.00','66','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174619929991243713173'),(1240,'181746198769','52',1.00,'150','retail','0','2025-05-02 18:12:49','','','','0','Cash',20.34,'150','','','18','','1','2025-05-02 15:27:08','3','7','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','45.00','44','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174619877293240000313'),(1241,'181746198769','52',1.00,'150','retail','0','2025-05-02 18:13:02','','','','0','Cash',20.34,'150','','','18','','1','2025-05-02 15:27:08','3','7','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','44.00','43','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174619878402304120010'),(1242,'181746198769','76',1.00,'100','retail','0','2025-05-02 18:26:58','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-02 15:27:08','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174619961902022232070'),(1243,'221746198223','18',1.00,'150','retail','0','2025-05-02 18:03:43','','','','0','Cash',20.34,'150','','','22','','1','2025-05-02 15:27:31','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174619822621122922232'),(1244,'221746198223','56',1.00,'60','retail','0','2025-05-02 18:04:50','','','','0','Cash',8.14,'60','','','22','','1','2025-05-02 15:27:31','3','8','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174619829692281022692'),(1245,'221746198223','25',1.00,'200','retail','0','2025-05-02 18:06:09','','','','0','Cash',27.12,'200','','','22','','1','2025-05-02 15:27:31','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174619837230711022310'),(1246,'221746198223','35',1.00,'560','retail','0','2025-05-02 18:06:24','','','','0','Cash',75.93,'560','','','22','','1','2025-05-02 15:27:31','1','13','new','1','printed','pcs','','','','yes','','9.49','','','VATABLE',474.58,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174619838782222242023'),(1247,'221746198223','1',1.00,'50','retail','0','2025-05-02 18:09:30','','','','0','Cash',6.78,'50','','','22','','1','2025-05-02 15:27:31','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','70.00','69','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174619857732037831322'),(1248,'221746198223','18',1.00,'150','retail','0','2025-05-02 18:27:19','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-05-02 15:27:31','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174619964523230239333'),(1249,'181746199648','1',1.00,'50','retail','0','2025-05-02 18:27:28','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-02 15:27:49','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','66.00','65','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174619965063084378723'),(1250,'181746199648','1',1.00,'50','retail','0','2025-05-02 18:27:37','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-02 15:27:49','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','65.00','64','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174619965923090289180'),(1252,'221746201406','3',1.00,'120','retail','0','2025-05-02 18:56:47','','','','0','Cash',16.27,'120','','','22','','1','2025-05-02 16:01:36','1','12','new','1','printed','pcs','','','','yes','','2.03','','','VATABLE',101.69,'1','40.00','39','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174620142223022223622'),(1253,'221746201406','1',1.00,'50','retail','0','2025-05-02 19:00:58','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-02 16:01:36','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','64.00','63','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174620166032023312020'),(1254,'221746201406','1',1.00,'50','retail','0','2025-05-02 19:01:03','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-02 16:01:36','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','63.00','62','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174620166521233703325'),(1255,'221746201406','7',1.00,'20','retail','0','2025-05-02 19:01:25','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-02 16:01:36','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174620168710320222060'),(1256,'221746201406','7',1.00,'20','retail','0','2025-05-02 19:01:29','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-02 16:01:36','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174620169123231002002'),(1257,'211746202285','8',1.00,'30','retail','0','2025-05-02 19:11:25','','','','0','Cash',4.07,'30','','','21','16.00','1','2025-05-02 16:11:35','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174620228900828333200'),(1258,'221746202462','1',1.00,'50','retail','0','2025-05-02 19:14:22','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-02 16:14:48','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','62.00','61','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174620246432422303320'),(1259,'221746202462','1',1.00,'50','retail','0','2025-05-02 19:14:32','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-02 16:14:48','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','61.00','60','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174620247620203333273'),(1260,'221746202462','1',1.00,'50','retail','0','2025-05-02 19:14:40','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-02 16:14:48','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','60.00','59','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174620248323122323200'),(1261,'181746202880','25',1.00,'200','retail','0','2025-05-02 19:21:21','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-05-02 16:22:22','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174620288223232333823'),(1262,'181746202880','59',1.00,'50','retail','0','2025-05-02 19:22:10','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-02 16:22:22','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','73.00','72','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174620293208022322492'),(1263,'211746204767','38',1.00,'50','retail','0','2025-05-02 19:52:47','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-02 16:53:06','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174620477033024310240'),(1264,'211746204767','38',1.00,'50','retail','0','2025-05-02 19:52:54','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-02 16:53:06','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174620477772331327267'),(1265,'211746204767','38',1.00,'50','retail','0','2025-05-02 19:53:00','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-02 16:53:06','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174620478220732123231'),(1266,'211746204873','38',1.00,'50','retail','0','2025-05-02 19:54:33','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-02 16:54:38','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174620487424234237062'),(1267,'221746205240','59',1.00,'50','retail','0','2025-05-02 20:00:40','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-02 17:00:56','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','72.00','71','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174620525132232323503'),(1268,'211746205691','38',1.00,'50','retail','0','2025-05-02 20:08:11','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-02 17:08:16','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174620569372322333032'),(1269,'221746207054','1',2.00,'100','retail','0','2025-05-02 20:30:54','','','','0','Cash',13.56,'50','','','22','16.00','1','2025-05-02 17:31:01','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'2','59.00','57','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174620705602331232060'),(1270,'231746207323','43',1.00,'200','retail','0','2025-05-02 20:35:23','','','','0','Cash',27.12,'200','','','23','16.00','1','2025-05-02 17:35:34','3','4','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','23174620732433133220733'),(1271,'181746207511','53',1.00,'100','retail','0','2025-05-02 20:38:31','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-02 17:38:46','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','23.00','22','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174620751213223126330'),(1272,'181746207511','53',1.00,'100','retail','0','2025-05-02 20:38:35','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-02 17:38:46','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','22.00','21','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174620751520313031221'),(1291,'221746207811','39',1.00,'600','retail','0','2025-05-02 20:43:31','','','','0','Cash',81.36,'600','','','22','','1','2025-05-02 18:19:08','1','13','new','1','printed','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174620781721287200002'),(1292,'221746207811','8',1.00,'30','retail','0','2025-05-02 20:54:11','','','','0','Cash',4.07,'30','','','22','','1','2025-05-02 18:19:08','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174620845327401022223'),(1293,'221746207811','8',1.00,'30','retail','0','2025-05-02 20:54:19','','','','0','Cash',4.07,'30','','','22','','1','2025-05-02 18:19:08','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174620846170122200383'),(1294,'221746207811','8',1.00,'30','retail','0','2025-05-02 20:54:24','','','','0','Cash',4.07,'30','','','22','','1','2025-05-02 18:19:08','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174620846630206203322'),(1295,'221746207811','8',1.00,'30','retail','0','2025-05-02 20:54:28','','','','0','Cash',4.07,'30','','','22','','1','2025-05-02 18:19:08','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174620847082222242024'),(1296,'221746207811','8',1.00,'30','retail','0','2025-05-02 20:54:54','','','','0','Cash',4.07,'30','','','22','','1','2025-05-02 18:19:08','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174620849602302310032'),(1297,'221746207811','29',1.00,'100','retail','0','2025-05-02 20:55:13','','','','0','Cash',13.56,'100','','','22','','1','2025-05-02 18:19:08','1','3','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174620851505133033336'),(1298,'221746207811','34',1.00,'280','retail','0','2025-05-02 20:55:38','','','','0','Cash',37.97,'280','','','22','','1','2025-05-02 18:19:08','1','13','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174620854103240000323'),(1299,'221746207811','38',1.00,'50','retail','0','2025-05-02 21:13:17','','','','0','Cash',6.78,'50','','','22','','1','2025-05-02 18:19:08','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174620960127320127320'),(1300,'221746207811','38',1.00,'50','retail','0','2025-05-02 21:18:24','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-02 18:19:08','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174620990822332292202'),(1301,'221746207811','38',1.00,'50','retail','0','2025-05-02 21:19:02','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-02 18:19:08','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174620994504232223006'),(1302,'111746212025','21',1.00,'280','retail','0','2025-05-02 21:53:45','','','','0','Cash',37.97,'280','','','11','16.00','1','2025-05-02 18:55:08','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174621204434233043011'),(1303,'111746212025','8',1.00,'30','retail','0','2025-05-02 21:54:05','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-02 18:55:08','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174621207522522126710'),(1304,'111746212025','1',1.00,'50','retail','0','2025-05-02 21:54:35','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-02 18:55:08','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','57.00','56','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174621209722069603173'),(1305,'111746212153','7',1.00,'20','retail','0','2025-05-02 21:55:53','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-05-02 18:56:15','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174621217132311230442'),(1308,'111746212727','6',1.00,'50','retail','0','2025-05-02 22:05:27','','','','0','Cash',6.78,'50','','','11','','1','2025-05-02 19:08:26','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174621279042302601001'),(1309,'111746212727','6',1.00,'50','retail','0','2025-05-02 22:06:31','','','','0','Cash',6.78,'50','','','11','','1','2025-05-02 19:08:26','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174621280470132311323'),(1310,'111746212727','1',1.00,'50','retail','0','2025-05-02 22:07:30','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-02 19:08:26','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','56.00','55','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174621287812311231280'),(1311,'111746213505','32',1.00,'300','retail','0','2025-05-02 22:18:25','','','','0','Cash',40.68,'300','','','11','16.00','1','2025-05-02 19:18:57','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174621353046030127702'),(1312,'111746217971','40',1.00,'150','retail','0','2025-05-02 23:32:51','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-05-02 20:32:58','1','13','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174621797209300003323'),(1313,'111746220707','1',1.00,'50','retail','0','2025-05-03 00:18:27','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-02 21:18:35','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','55.00','54','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174622070832324123077'),(1314,'111746250718','1',1.00,'50','retail','0','2025-05-03 08:38:38','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-03 05:38:44','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','54.00','53','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174625071932106203004'),(1315,'111746251331','8',1.00,'30','retail','0','2025-05-03 08:48:51','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-03 05:49:00','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174625133232232725421'),(1316,'111746251835','8',1.00,'30','retail','0','2025-05-03 08:57:15','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-03 05:57:26','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174625183602112011272'),(1317,'111746251835','8',1.00,'30','retail','0','2025-05-03 08:57:16','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-03 05:57:26','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174625183773223230633'),(1318,'111746251835','8',1.00,'30','retail','0','2025-05-03 08:57:20','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-03 05:57:26','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174625184172162222323'),(1319,'221746265442','52',1.00,'150','retail','0','2025-05-03 12:44:02','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-05-03 09:44:16','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','43.00','42','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174626544923424226302'),(1320,'181746265481','45',1.00,'180','retail','0','2025-05-03 12:44:41','','','','0','Cash',24.41,'180','','','18','16.00','1','2025-05-03 09:46:14','3','5','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174626548250245816072'),(1321,'181746265481','1',1.00,'50','retail','0','2025-05-03 12:44:56','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-03 09:46:14','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','53.00','52','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174626549730142291311'),(1322,'181746265481','48',1.00,'20','retail','0','2025-05-03 12:46:02','','','','20','Cash',2.71,'20','','','18','16.00','1','2025-05-03 09:46:14','1','6','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','152.00','151','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174626556442302606001'),(1323,'221746265566','25',1.00,'200','retail','0','2025-05-03 12:46:07','','','','0','Cash',27.12,'200','','','22','16.00','1','2025-05-03 09:46:16','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174626557320030020532'),(1325,'181746265613','6',1.00,'50','retail','0','2025-05-03 12:46:53','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-03 09:47:58','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174626561550303032200'),(1326,'181746265613','6',1.00,'50','retail','0','2025-05-03 12:46:58','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-03 09:47:58','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174626561902800331380'),(1327,'181746265613','8',1.00,'30','retail','0','2025-05-03 12:47:05','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-03 09:47:58','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174626562720300220020'),(1328,'181746265613','8',1.00,'30','retail','0','2025-05-03 12:47:10','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-03 09:47:58','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174626563222326366271'),(1329,'181746265613','32',1.00,'300','retail','0','2025-05-03 12:47:22','','','','0','Cash',40.68,'300','','','18','16.00','1','2025-05-03 09:47:58','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174626564343533642212'),(1330,'181746265613','1',1.00,'50','retail','0','2025-05-03 12:47:42','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-03 09:47:58','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','52.00','51','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174626566422360022423'),(1331,'181746265613','1',1.00,'50','retail','0','2025-05-03 12:47:49','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-03 09:47:58','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','51.00','50','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174626567113315321002'),(1334,'221746265646','13',1.00,'100','retail','0','2025-05-03 12:47:26','','','','0','Cash',13.56,'100','','','22','','1','2025-05-03 09:49:51','3','1','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174626565051506042633'),(1335,'221746265646','11',1.00,'60','retail','0','2025-05-03 12:48:28','','','','0','Cash',8.14,'60','','','22','','1','2025-05-03 09:49:51','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174626571160122227003'),(1336,'221746265646','6',1.00,'50','retail','0','2025-05-03 12:49:44','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-03 09:49:51','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174626578833237272422'),(1337,'181746266057','25',1.00,'200','retail','0','2025-05-03 12:54:17','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-05-03 09:54:42','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174626605955903332023'),(1338,'181746266057','18',1.00,'150','retail','0','2025-05-03 12:54:30','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-03 09:54:42','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174626607333368320033'),(1345,'181746267322','18',1.00,'150','retail','0','2025-05-03 13:15:22','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-03 10:15:28','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174626732300322202383'),(1346,'221746266119','28',1.00,'200','retail','0','2025-05-03 12:55:19','','','','0','Cash',27.12,'200','','','22','','1','2025-05-03 10:15:48','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174626612432222223222'),(1347,'221746266119','28',1.00,'200','retail','0','2025-05-03 12:57:26','','','','0','Cash',27.12,'200','','','22','','1','2025-05-03 10:15:48','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174626624866044322023'),(1348,'221746266119','10',1.00,'100','retail','0','2025-05-03 13:15:38','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-05-03 10:15:48','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174626734432222330204'),(1349,'221746267450','8',1.00,'30','retail','0','2025-05-03 13:17:30','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-03 10:17:39','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174626745532102243206'),(1350,'181746269325','18',1.00,'150','retail','0','2025-05-03 13:48:45','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-03 10:49:05','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174626932626332102323'),(1357,'221746269635','25',1.00,'200','retail','0','2025-05-03 13:53:55','','','','0','Cash',27.12,'200','','','22','','1','2025-05-03 11:10:11','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174626963822363239038'),(1358,'221746269635','25',1.00,'200','retail','0','2025-05-03 14:02:24','','','','0','Cash',27.12,'200','','','22','','1','2025-05-03 11:10:11','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174627015832223272200'),(1359,'221746269635','62',2.00,'200','retail','0','2025-05-03 14:09:28','','','','0','Cash',27.12,'100','','','22','16.00','1','2025-05-03 11:10:11','3','8','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'2','25.00','23','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174627059433306220023'),(1361,'181746271545','54',1.00,'50','retail','0','2025-05-03 14:25:45','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-03 11:25:56','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174627154736472731287'),(1362,'221746271974','46',1.00,'180','retail','0','2025-05-03 14:32:54','','','','0','Cash',24.41,'180','','','22','16.00','1','2025-05-03 11:33:09','3','5','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','48.00','47','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174627197713122942636'),(1363,'181746270778','19',1.00,'180','retail','0','2025-05-03 14:12:58','','','','0','Cash',24.41,'180','','','18','','1','2025-05-03 11:33:39','1','2','new','1','printed','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174627078000333733330'),(1364,'181746270778','59',1.00,'50','retail','0','2025-05-03 14:33:21','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-03 11:33:39','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','71.00','70','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174627200808342028423'),(1369,'221746272163','10',1.00,'100','retail','0','2025-05-03 14:36:03','','','','0','Cash',13.56,'100','','','22','','1','2025-05-03 11:48:15','1','12','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174627216832820233320'),(1370,'221746272163','18',1.00,'150','retail','0','2025-05-03 14:47:42','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-05-03 11:48:15','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174627289003339923236'),(1371,'181746272263','25',1.00,'200','retail','0','2025-05-03 14:37:43','','','','0','Cash',27.12,'200','','','18','','1','2025-05-03 11:58:23','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174627226532300712323'),(1372,'181746272263','24',1.00,'130','retail','0','2025-05-03 14:38:09','','','','0','Cash',17.63,'130','','','18','','1','2025-05-03 11:58:23','1','3','new','1','printed','pcs','','','','yes','','2.20','','','VATABLE',110.17,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174627229010131232227'),(1373,'181746272263','41',1.00,'100','retail','0','2025-05-03 14:58:10','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-03 11:58:23','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174627349422336840807'),(1374,'181746273578','59',1.00,'50','retail','0','2025-05-03 14:59:38','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-03 12:02:04','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','70.00','69','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174627358002320125523'),(1375,'181746273578','31',1.00,'150','retail','0','2025-05-03 15:01:00','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-03 12:02:04','1','3','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174627366006312280820'),(1376,'181746274847','7',1.00,'20','retail','0','2025-05-03 15:20:47','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-03 12:22:00','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174627484981318722336'),(1377,'181746274847','1',1.00,'50','retail','0','2025-05-03 15:21:26','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-03 12:22:00','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','50.00','49','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174627488724023320868'),(1378,'221746276088','33',1.00,'600','retail','0','2025-05-03 15:41:28','','','','0','Cash',81.36,'600','','','22','16.00','1','2025-05-03 12:41:47','1','13','new','1','new','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174627609229223223229'),(1379,'221746276137','30',2.00,'100','retail','0','2025-05-03 15:42:17','','','','0','Cash',13.56,'50','','','22','16.00','1','2025-05-03 12:42:54','1','3','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'2','4.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174627616803132602012'),(1380,'181746276496','40',1.00,'150','retail','0','2025-05-03 15:48:16','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-03 12:52:40','1','13','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174627649860112230013'),(1381,'181746276496','40',1.00,'150','retail','0','2025-05-03 15:48:25','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-03 12:52:40','1','13','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174627650702031033240'),(1382,'181746276496','30',1.00,'50','retail','0','2025-05-03 15:52:14','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-03 12:52:40','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174627673612220782802'),(1383,'181746276496','8',1.00,'30','retail','0','2025-05-03 15:52:26','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-03 12:52:40','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174627674872623762722'),(1384,'181746276496','8',1.00,'30','retail','0','2025-05-03 15:52:33','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-03 12:52:40','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174627675426428237723'),(1385,'181746276948','59',1.00,'50','retail','0','2025-05-03 15:55:48','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-03 12:56:12','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','69.00','68','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174627695023030026826'),(1386,'181746276948','59',1.00,'50','retail','0','2025-05-03 15:55:56','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-03 12:56:12','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','68.00','67','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174627695706224313823'),(1387,'181746277678','18',1.00,'150','retail','0','2025-05-03 16:07:58','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-03 13:08:20','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174627767906320332792'),(1388,'181746277678','33',1.00,'600','retail','0','2025-05-03 16:08:09','','','','0','Cash',81.36,'600','','','18','16.00','1','2025-05-03 13:08:20','1','13','new','1','new','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174627769171301397003'),(1389,'181746277722','59',1.00,'50','retail','0','2025-05-03 16:08:42','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-03 13:09:01','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','67.00','66','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174627772472728264223'),(1390,'181746277722','59',1.00,'50','retail','0','2025-05-03 16:08:45','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-03 13:09:01','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','66.00','65','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174627772723337022203'),(1391,'181746277722','59',1.00,'50','retail','0','2025-05-03 16:08:52','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-03 13:09:01','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','65.00','64','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174627773400023023224'),(1392,'181746278239','59',1.00,'50','retail','0','2025-05-03 16:17:19','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-03 13:17:29','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','64.00','63','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174627824024602431773'),(1396,'181746282562','7',1.00,'20','retail','0','2025-05-03 17:29:22','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-03 14:30:38','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174628256433262326332'),(1397,'181746282562','1',1.00,'50','retail','0','2025-05-03 17:30:23','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-03 14:30:38','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','49.00','48','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174628262531630320323'),(1398,'181746282708','8',1.00,'30','retail','0','2025-05-03 17:31:48','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-03 14:32:04','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174628271000222338622'),(1408,'221746280146','62',2.00,'200','retail','0','2025-05-03 16:49:06','','','','0','Cash',27.12,'100','','','22','','1','2025-05-03 14:55:37','3','8','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'2','23.00','21','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174628017523302826233'),(1409,'221746280146','59',1.00,'50','retail','0','2025-05-03 17:08:56','','','','0','Cash',6.78,'50','','','22','','1','2025-05-03 14:55:37','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','63.00','62','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174628134421828431200'),(1410,'221746280146','33',1.00,'600','retail','0','2025-05-03 17:51:27','','','','0','Cash',81.36,'600','','','22','','1','2025-05-03 14:55:37','1','13','new','1','printed','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174628389033020082396'),(1411,'221746280146','32',1.00,'300','retail','0','2025-05-03 17:53:03','','','','0','Cash',40.68,'300','','','22','','1','2025-05-03 14:55:37','1','13','new','1','printed','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174628399887324822000'),(1412,'221746280146','30',3.00,'150','retail','0','2025-05-03 17:54:50','','','','0','Cash',20.34,'50','','','22','16.00','1','2025-05-03 14:55:37','1','3','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'3','12.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174628412840432116023'),(1413,'181746284427','38',1.00,'50','retail','0','2025-05-03 18:00:27','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-03 15:01:02','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174628443036331312031'),(1414,'181746284427','38',1.00,'50','retail','0','2025-05-03 18:00:40','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-03 15:01:02','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174628444213121303320'),(1415,'181746284427','38',1.00,'50','retail','0','2025-05-03 18:00:49','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-03 15:01:02','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174628445130012022231'),(1416,'181746285623','1',1.00,'50','retail','0','2025-05-03 18:20:23','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-03 15:20:34','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','48.00','47','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174628562622678422702'),(1418,'221746288001','11',1.00,'60','retail','0','2025-05-03 19:00:02','','','','0','Cash',8.14,'60','','','22','','1','2025-05-03 16:06:15','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174628805582730632321'),(1419,'181746288281','11',1.00,'60','retail','0','2025-05-03 19:04:42','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-05-03 16:06:53','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174628828420362323222'),(1420,'181746288281','1',1.00,'50','retail','0','2025-05-03 19:05:47','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-03 16:06:53','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','47.00','46','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174628834834323282330'),(1421,'181746288281','11',1.00,'60','retail','0','2025-05-03 19:06:19','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-05-03 16:06:53','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174628838202333418423'),(1422,'181746288281','11',1.00,'60','retail','0','2025-05-03 19:06:32','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-05-03 16:06:53','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174628839736332303324'),(1423,'221746288527','1',2.00,'100','retail','0','2025-05-03 19:08:47','','','','0','Cash',13.56,'50','','','22','16.00','1','2025-05-03 16:09:22','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'2','46.00','44','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174628855453322882223'),(1424,'221746288629','59',1.00,'50','retail','0','2025-05-03 19:10:29','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-03 16:10:47','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','62.00','61','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174628864121233133022'),(1425,'221746289154','59',1.00,'50','retail','0','2025-05-03 19:19:14','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-03 16:19:25','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','61.00','60','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174628915802202023244'),(1426,'221746290022','48',1.00,'20','retail','0','2025-05-03 19:33:43','','','','20','Cash',2.71,'20','','','22','16.00','1','2025-05-03 16:34:17','1','6','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','151.00','150','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174629004837030330339'),(1429,'221746290631','38',1.00,'50','retail','0','2025-05-03 19:43:52','','','','0','Cash',6.78,'50','','','22','','1','2025-05-03 16:48:11','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174629064042223333230'),(1430,'221746290631','8',1.00,'30','retail','0','2025-05-03 19:47:50','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-03 16:48:11','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174629088003220622783'),(1432,'221746292319','6',1.00,'50','retail','0','2025-05-03 20:11:59','','','','0','Cash',6.78,'50','','','22','','1','2025-05-03 17:16:18','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174629232102330326402'),(1433,'181746293008','1',1.00,'50','retail','0','2025-05-03 20:23:28','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-03 17:23:40','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','44.00','43','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174629301003202202122'),(1434,'221746293070','13',1.00,'100','retail','0','2025-05-03 20:24:30','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-05-03 17:24:50','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174629308200223332623'),(1435,'221746293178','1',1.00,'50','retail','0','2025-05-03 20:26:18','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-03 17:26:42','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','43.00','42','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174629319720900232103'),(1436,'181746295845','24',1.00,'130','retail','0','2025-05-03 21:10:45','','','','0','Cash',17.63,'130','','','18','16.00','1','2025-05-03 18:11:39','1','3','new','1','new','pcs','','','','yes','','2.20','','','VATABLE',110.17,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174629584642758720623'),(1437,'181746295845','24',1.00,'130','retail','0','2025-05-03 21:10:54','','','','0','Cash',17.63,'130','','','18','16.00','1','2025-05-03 18:11:39','1','3','new','1','new','pcs','','','','yes','','2.20','','','VATABLE',110.17,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174629585609332360132'),(1438,'111746296448','1',1.00,'50','retail','0','2025-05-03 21:20:48','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-03 18:23:41','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','42.00','41','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174629645002323016263'),(1439,'111746296448','1',1.00,'50','retail','0','2025-05-03 21:20:57','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-03 18:23:41','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','41.00','40','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174629645926330124243'),(1440,'111746296448','1',1.00,'50','retail','0','2025-05-03 21:21:03','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-03 18:23:41','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','40.00','39','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174629646563753606221'),(1441,'111746296448','30',1.00,'50','retail','0','2025-05-03 21:21:42','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-03 18:23:41','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174629652902200606232'),(1442,'111746296448','30',1.00,'50','retail','0','2025-05-03 21:22:09','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-03 18:23:41','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174629654202124662232'),(1443,'111746296448','30',1.00,'50','retail','0','2025-05-03 21:22:22','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-03 18:23:41','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174629655729272613643'),(1444,'111746296448','33',1.00,'600','retail','0','2025-05-03 21:23:29','','','','0','Cash',81.36,'600','','','11','16.00','1','2025-05-03 18:23:41','1','13','new','1','new','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174629661029262223002'),(1445,'111746298567','30',1.00,'50','retail','0','2025-05-03 21:56:07','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-03 19:01:17','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174629870203621223002'),(1446,'111746298567','30',1.00,'50','retail','0','2025-05-03 21:58:22','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-03 19:01:17','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174629872202232709321'),(1447,'111746298567','59',1.00,'50','retail','0','2025-05-03 22:00:22','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-03 19:01:17','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','60.00','59','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174629882337238233232'),(1448,'111746298567','21',1.00,'280','retail','0','2025-05-03 22:01:01','','','','0','Cash',37.97,'280','','','11','16.00','1','2025-05-03 19:01:17','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174629886183280162028'),(1449,'111746298567','21',1.00,'280','retail','0','2025-05-03 22:01:06','','','','0','Cash',37.97,'280','','','11','16.00','1','2025-05-03 19:01:17','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174629886787228221236'),(1450,'11746297770','56',1.00,'60','retail','0','2025-05-03 22:26:37','','','','0','Cash',8.14,'60','','','1','16.00','1','2025-05-03 19:27:05','3','8','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','1174630039902023107202'),(1451,'11746300484','18',1.00,'150','retail','0','2025-05-03 22:28:04','','','','0','Cash',20.34,'150','','','1','16.00','1','2025-05-03 19:28:14','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','yes','','','1174630048722333002062'),(1462,'181746341209','7',1.00,'20','retail','0','2025-05-04 09:46:49','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-04 07:28:14','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174634121032214316067'),(1463,'181746341209','7',1.00,'20','retail','0','2025-05-04 09:47:01','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-04 07:28:14','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174634122222332322202'),(1464,'181746341209','7',1.00,'20','retail','0','2025-05-04 09:47:04','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-04 07:28:14','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174634122550072282832'),(1465,'181746341209','7',1.00,'20','retail','0','2025-05-04 10:27:41','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-04 07:28:14','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174634366222232317263'),(1466,'181746343723','7',1.00,'20','retail','0','2025-05-04 10:28:43','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-04 07:28:54','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174634372423242323324'),(1467,'181746343723','7',1.00,'20','retail','0','2025-05-04 10:28:47','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-04 07:28:54','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174634372833233322032'),(1468,'221746341929','1',1.00,'50','retail','0','2025-05-04 09:58:49','','','','0','Cash',6.78,'50','','','22','','1','2025-05-04 07:30:31','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','39.00','38','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174634193430301032202'),(1469,'221746341929','1',1.00,'50','retail','0','2025-05-04 09:58:57','','','','0','Cash',6.78,'50','','','22','','1','2025-05-04 07:30:31','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','38.00','37','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174634194026443143334'),(1470,'221746341929','7',2.00,'40','retail','0','2025-05-04 10:15:49','','','','0','Cash',5.42,'20','','','22','','1','2025-05-04 07:30:31','1','12','new','1','printed','pcs','','','','yes','','0.68','','','VATABLE',33.90,'2','16.00','14','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174634295403033625323'),(1471,'221746341929','11',1.00,'60','retail','0','2025-05-04 10:17:25','','','','0','Cash',8.14,'60','','','22','','1','2025-05-04 07:30:31','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174634313616332222200'),(1472,'221746341929','11',1.00,'60','retail','0','2025-05-04 10:18:56','','','','0','Cash',8.14,'60','','','22','','1','2025-05-04 07:30:31','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174634316822323272043'),(1473,'221746341929','7',1.00,'20','retail','0','2025-05-04 10:19:40','','','','0','Cash',2.71,'20','','','22','','1','2025-05-04 07:30:31','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174634319532313373503'),(1474,'221746341929','1',2.00,'100','retail','0','2025-05-04 10:29:25','','','','0','Cash',13.56,'50','','','22','16.00','1','2025-05-04 07:30:31','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'2','37.00','35','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174634382332230200284'),(1475,'181746345541','8',1.00,'30','retail','0','2025-05-04 10:59:01','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-04 07:59:52','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174634554203232322270'),(1476,'181746345541','38',1.00,'50','retail','0','2025-05-04 10:59:15','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-04 07:59:52','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174634555703304110722'),(1477,'221746349429','59',1.00,'50','retail','0','2025-05-04 12:03:49','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-04 09:04:13','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','59.00','58','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174634945033230222610'),(1479,'221746349658','53',1.00,'100','retail','0','2025-05-04 12:07:38','','','','0','Cash',13.56,'100','','','22','','1','2025-05-04 09:09:45','3','7','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','21.00','20','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174634966020292033204'),(1480,'221746349658','8',1.00,'30','retail','0','2025-05-04 12:09:04','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-04 09:09:45','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174634978030264372222'),(1482,'11746350865','93',1.00,'300','retail','0','2025-05-04 12:27:45','','','','0','Cash',40.68,'300','','','1','16.00','1','2025-05-04 09:28:20','1','3','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','yes','','','1174635087032323137863'),(1483,'221746350782','1',1.00,'50','retail','0','2025-05-04 12:26:22','','','','0','Cash',6.78,'50','','','22','','1','2025-05-04 09:38:01','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','35.00','34','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174635080830323832384'),(1484,'221746350782','6',1.00,'50','retail','0','2025-05-04 12:37:38','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-04 09:38:01','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174635147423322340302'),(1486,'181746353057','54',1.00,'50','retail','0','2025-05-04 13:04:17','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-04 10:04:29','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174635305903352323003'),(1488,'181746353996','18',1.00,'150','retail','0','2025-05-04 13:19:56','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-04 10:20:03','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174635399782322373309'),(1491,'181746353493','1',1.00,'50','retail','0','2025-05-04 13:11:33','','','','0','Cash',6.78,'50','','','18','','1','2025-05-04 10:35:07','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','34.00','33','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174635349423635022320'),(1492,'181746353493','1',1.00,'50','retail','0','2025-05-04 13:29:30','','','','0','Cash',6.78,'50','','','18','','1','2025-05-04 10:35:07','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','33.00','32','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174635457205533322300'),(1493,'181746353493','1',1.00,'50','retail','0','2025-05-04 13:34:55','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-04 10:35:07','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','32.00','31','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174635489723386235913'),(1494,'181746355435','54',1.00,'50','retail','0','2025-05-04 13:43:55','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-04 10:44:29','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174635543636332102323'),(1495,'181746357927','24',1.00,'130','retail','0','2025-05-04 14:25:27','','','','0','Cash',17.63,'130','','','18','16.00','1','2025-05-04 11:25:48','1','3','new','1','new','pcs','','','','yes','','2.20','','','VATABLE',110.17,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174635792856333567302'),(1496,'181746357927','18',1.00,'150','retail','0','2025-05-04 14:25:36','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-04 11:25:48','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174635793793373367254'),(1497,'181746358383','41',1.00,'100','retail','0','2025-05-04 14:33:03','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-04 11:33:08','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174635838477433075223'),(1498,'181746359593','8',1.00,'30','retail','0','2025-05-04 14:53:13','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-04 11:53:27','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174635959422242021370'),(1499,'181746359593','8',1.00,'30','retail','0','2025-05-04 14:53:19','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-04 11:53:27','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174635960063333838222'),(1500,'221746352248','18',1.00,'150','retail','0','2025-05-04 12:50:48','','','','0','Cash',20.34,'150','','','22','','1','2025-05-04 11:58:42','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174635225202227233222'),(1501,'221746352248','29',1.00,'100','retail','0','2025-05-04 14:58:09','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-05-04 11:58:42','1','3','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174635991839223120333'),(1502,'181746360564','69',1.00,'250','retail','0','2025-05-04 15:09:24','','','','0','Cash',33.90,'250','','','18','16.00','1','2025-05-04 12:09:42','3','10','new','1','new','pcs','','','','yes','','4.24','','','VATABLE',211.86,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174636056412561333338'),(1503,'181746360564','85',1.00,'200','retail','0','2025-05-04 15:09:32','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-05-04 12:09:42','3','10','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174636057433310234383'),(1504,'181746360643','18',1.00,'150','retail','0','2025-05-04 15:10:43','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-04 12:10:50','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174636064420123303200'),(1505,'221746360881','7',1.00,'20','retail','0','2025-05-04 15:14:41','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-04 12:14:47','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174636088434436232223'),(1509,'221746361568','18',1.00,'150','retail','0','2025-05-04 15:26:08','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-05-04 12:26:14','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174636157032333032123'),(1510,'181746361170','33',1.00,'600','retail','0','2025-05-04 15:19:30','','','','0','Cash',81.36,'600','','','18','','1','2025-05-04 12:27:38','1','13','new','1','printed','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174636117118110026032'),(1511,'181746361170','30',1.00,'50','retail','0','2025-05-04 15:19:42','','','','0','Cash',6.78,'50','','','18','','1','2025-05-04 12:27:38','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174636118333282122061'),(1512,'181746361170','30',1.00,'50','retail','0','2025-05-04 15:19:50','','','','0','Cash',6.78,'50','','','18','','1','2025-05-04 12:27:38','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174636119177100232472'),(1513,'181746361170','40',1.00,'150','retail','0','2025-05-04 15:27:28','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-04 12:27:38','1','13','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174636164919222122032'),(1514,'221746361969','40',1.00,'150','retail','0','2025-05-04 15:32:49','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-05-04 12:33:10','1','13','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174636197202330031009'),(1515,'221746361969','30',1.00,'50','retail','0','2025-05-04 15:33:04','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-04 12:33:10','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174636198792233066173'),(1516,'181746362556','7',1.00,'20','retail','0','2025-05-04 15:42:36','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-04 12:42:47','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174636255723525212203'),(1524,'221746363510','18',2.00,'300','retail','0','2025-05-04 15:58:30','','','','0','Cash',40.68,'150','','','22','','1','2025-05-04 13:00:25','1','2','new','1','printed','pcs','','','','yes','','5.08','','','VATABLE',254.24,'2','12.00','10','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174636351220261274463'),(1525,'221746363510','24',1.00,'130','retail','0','2025-05-04 15:59:59','','','','0','Cash',17.63,'130','','','22','16.00','1','2025-05-04 13:00:25','1','3','new','1','new','pcs','','','','yes','','2.20','','','VATABLE',110.17,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174636362033333236127'),(1533,'221746364159','54',1.00,'50','retail','0','2025-05-04 16:09:19','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-04 13:09:27','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174636416322321432210'),(1534,'181746363019','25',1.00,'200','retail','0','2025-05-04 15:50:19','','','','0','Cash',27.12,'200','','','18','','1','2025-05-04 13:34:31','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174636302020237326226'),(1535,'181746363019','25',1.00,'200','retail','0','2025-05-04 15:50:23','','','','0','Cash',27.12,'200','','','18','','1','2025-05-04 13:34:31','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174636302434302012281'),(1536,'181746363019','27',1.00,'600','retail','0','2025-05-04 15:50:37','','','','0','Cash',81.36,'600','','','18','','1','2025-05-04 13:34:31','1','3','new','1','printed','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174636303823428236623'),(1537,'181746363019','18',1.00,'150','retail','0','2025-05-04 15:50:51','','','','0','Cash',20.34,'150','','','18','','1','2025-05-04 13:34:31','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174636305233332801060'),(1538,'181746363019','24',1.00,'130','retail','0','2025-05-04 15:55:30','','','','0','Cash',17.63,'130','','','18','','1','2025-05-04 13:34:31','1','3','new','1','printed','pcs','','','','yes','','2.20','','','VATABLE',110.17,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174636333220326032412'),(1539,'181746363019','24',1.00,'130','retail','0','2025-05-04 15:55:35','','','','0','Cash',17.63,'130','','','18','','1','2025-05-04 13:34:31','1','3','new','1','printed','pcs','','','','yes','','2.20','','','VATABLE',110.17,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174636333672223120330'),(1540,'181746363019','25',1.00,'200','retail','0','2025-05-04 16:09:01','','','','0','Cash',27.12,'200','','','18','','1','2025-05-04 13:34:31','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174636414216222303624'),(1541,'181746363019','59',1.00,'50','retail','0','2025-05-04 16:34:12','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-04 13:34:31','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','58.00','57','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174636565332583323842'),(1542,'181746363019','59',1.00,'50','retail','0','2025-05-04 16:34:18','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-04 13:34:31','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','57.00','56','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174636566063202237386'),(1543,'181746363019','55',1.00,'80','retail','0','2025-05-04 16:34:24','','','','0','Cash',10.85,'80','','','18','16.00','1','2025-05-04 13:34:31','3','8','new','1','new','pcs','','','','yes','','1.36','','','VATABLE',67.80,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174636566531340154332'),(1545,'221746366181','38',1.00,'50','retail','0','2025-05-04 16:43:01','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-04 13:43:09','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174636618533005653223'),(1546,'221746366563','1',1.00,'50','retail','0','2025-05-04 16:49:23','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-04 13:49:29','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','31.00','30','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174636656622672223337'),(1548,'181746368369','59',1.00,'50','retail','0','2025-05-04 17:19:29','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-04 14:19:41','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','56.00','55','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174636837083323033208'),(1549,'181746368369','59',1.00,'50','retail','0','2025-05-04 17:19:33','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-04 14:19:41','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','55.00','54','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174636837502313332312'),(1550,'221746367005','25',1.00,'200','retail','0','2025-05-04 16:56:45','','','','0','Cash',27.12,'200','','','22','','1','2025-05-04 14:19:47','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174636701031362313367'),(1551,'221746367005','59',1.00,'50','retail','0','2025-05-04 17:19:24','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-04 14:19:47','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','54.00','53','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174636838232323386842'),(1552,'221746365973','84',2.00,'400','retail','0','2025-05-04 16:39:33','','','','0','Cash',54.24,'200','','','22','','1','2025-05-04 14:21:10','3','10','new','1','printed','pcs','','','','yes','','6.78','','','VATABLE',338.98,'2','15.00','13','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174636598103320323066'),(1553,'221746365973','84',1.00,'200','retail','0','2025-05-04 17:21:00','','','','0','Cash',27.12,'200','','','22','16.00','1','2025-05-04 14:21:10','3','10','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174636846322313330202'),(1554,'221746369297','44',1.00,'150','retail','0','2025-05-04 17:34:57','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-05-04 14:35:30','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174636932373241033233'),(1555,'181746369527','44',1.00,'150','retail','0','2025-05-04 17:38:47','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-04 14:38:55','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174636952933131133752'),(1556,'221746370703','76',2.00,'200','retail','0','2025-05-04 17:58:23','','','','0','Cash',27.12,'100','','','22','16.00','1','2025-05-04 14:58:31','3','11','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'2','17.00','15','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174637070823740733230'),(1557,'221746370800','44',1.00,'150','retail','0','2025-05-04 18:00:00','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-05-04 15:00:08','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174637080402747003376'),(1558,'181746370731','32',1.00,'300','retail','0','2025-05-04 17:58:51','','','','0','Cash',40.68,'300','','','18','16.00','1','2025-05-04 15:04:33','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174637073230002230022'),(1559,'181746370731','30',1.00,'50','retail','0','2025-05-04 17:58:58','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-04 15:04:33','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174637074027332023730'),(1560,'181746370731','30',1.00,'50','retail','0','2025-05-04 18:04:20','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-04 15:04:33','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174637106113232333613'),(1562,'181746372108','59',1.00,'50','retail','0','2025-05-04 18:21:49','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-04 15:21:56','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','52.00','51','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174637211087631731230'),(1563,'181746371119','59',1.00,'50','retail','0','2025-05-04 18:05:19','','','','0','Cash',6.78,'50','','','18','','1','2025-05-04 15:28:25','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','53.00','52','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174637112000130332113'),(1564,'181746371119','53',1.00,'100','retail','0','2025-05-04 18:28:15','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-04 15:28:25','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174637249716773003302'),(1571,'181746374290','1',1.00,'50','retail','0','2025-05-04 18:58:10','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-04 16:06:38','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','30.00','29','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174637429132310808314'),(1572,'181746374828','32',1.00,'300','retail','0','2025-05-04 19:07:09','','','','0','Cash',40.68,'300','','','18','16.00','1','2025-05-04 16:07:31','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174637483020832233734'),(1573,'181746374828','30',1.00,'50','retail','0','2025-05-04 19:07:22','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-04 16:07:31','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174637484421727431200'),(1583,'221746373331','14',1.00,'100','retail','0','2025-05-04 18:42:11','','','','0','Cash',13.56,'100','','','22','','1','2025-05-04 16:24:51','3','1','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174637333402022223320'),(1584,'221746373331','6',1.00,'50','retail','0','2025-05-04 18:43:05','','','','0','Cash',6.78,'50','','','22','','1','2025-05-04 16:24:51','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174637342762307202222'),(1585,'221746373331','1',1.00,'50','retail','0','2025-05-04 18:59:30','','','','0','Cash',6.78,'50','','','22','','1','2025-05-04 16:24:51','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','29.00','28','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174637440103240300022'),(1586,'221746373331','1',1.00,'50','retail','0','2025-05-04 19:19:58','','','','0','Cash',6.78,'50','','','22','','1','2025-05-04 16:24:51','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','28.00','27','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174637563330207323236'),(1587,'221746373331','11',2.00,'120','retail','0','2025-05-04 19:24:07','','','','0','Cash',16.27,'60','','','22','16.00','1','2025-05-04 16:24:51','1','12','new','1','new','pcs','','','','yes','','2.03','','','VATABLE',101.69,'2','14.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174637588733227122300'),(1588,'181746375699','41',1.00,'100','retail','0','2025-05-04 19:21:39','','','','0','Cash',13.56,'100','','','18','','1','2025-05-04 16:26:35','3','4','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174637570000037030073'),(1589,'181746375699','32',1.00,'300','retail','0','2025-05-04 19:25:59','','','','0','Cash',40.68,'300','','','18','16.00','1','2025-05-04 16:26:35','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174637596133103290223'),(1590,'181746375699','30',1.00,'50','retail','0','2025-05-04 19:26:07','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-04 16:26:35','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174637596917620003023'),(1591,'181746375699','18',1.00,'150','retail','0','2025-05-04 19:26:28','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-04 16:26:35','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174637598922272333033'),(1592,'181746376020','53',1.00,'100','retail','0','2025-05-04 19:27:00','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-04 16:27:34','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174637602320223323173'),(1593,'181746376020','11',1.00,'60','retail','0','2025-05-04 19:27:19','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-05-04 16:27:34','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174637604004203632463'),(1594,'181746376020','11',1.00,'60','retail','0','2025-05-04 19:27:24','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-05-04 16:27:34','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174637604623276423307'),(1601,'181746377831','80',1.00,'20','retail','0','2025-05-04 19:57:11','','','','10','Cash',2.71,'20','','','18','16.00','1','2025-05-04 16:57:20','','14','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','40.00','39','Inclusive','branch','Service','1110','4000','5500','','','','18174637783230273028331'),(1611,'221746378907','59',2.00,'100','retail','0','2025-05-04 20:15:07','','','','0','Cash',13.56,'50','','','22','16.00','1','2025-05-04 17:15:41','3','8','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'2','51.00','49','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174637893773279022033'),(1612,'221746377298','30',2.00,'100','retail','0','2025-05-04 19:48:18','','','','0','Cash',13.56,'50','','','22','','1','2025-05-04 17:32:39','1','3','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'2','12.00','10','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174637731120231330722'),(1613,'221746377298','33',1.00,'600','retail','0','2025-05-04 19:49:01','','','','0','Cash',81.36,'600','','','22','','1','2025-05-04 17:32:39','1','13','new','1','printed','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174637737223772307233'),(1614,'221746377298','50',1.00,'50','retail','0','2025-05-04 19:56:04','','','','0','Cash',6.78,'50','','','22','','1','2025-05-04 17:32:39','1','6','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174637781821320132206'),(1615,'221746377298','50',1.00,'50','retail','0','2025-05-04 20:03:29','','','','0','Cash',6.78,'50','','','22','','1','2025-05-04 17:32:39','1','6','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174637823232773022233'),(1616,'221746377298','32',1.00,'300','retail','0','2025-05-04 20:06:13','','','','0','Cash',40.68,'300','','','22','','1','2025-05-04 17:32:39','1','13','new','1','printed','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174637837572232233226'),(1617,'221746377298','54',1.00,'50','retail','0','2025-05-04 20:32:11','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-04 17:32:39','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174637995523220232933'),(1625,'221746380000','93',1.00,'300','retail','0','2025-05-04 20:33:20','','','','0','Cash',40.68,'300','','','22','','1','2025-05-04 17:56:50','1','3','new','1','printed','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174638000430830022330'),(1626,'221746380000','19',1.00,'180','retail','0','2025-05-04 20:39:13','','','','0','Cash',24.41,'180','','','22','','1','2025-05-04 17:56:50','1','2','new','1','printed','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174638037000308302203'),(1627,'221746380000','24',1.00,'130','retail','0','2025-05-04 20:40:12','','','','0','Cash',17.63,'130','','','22','','1','2025-05-04 17:56:50','1','3','new','1','printed','pcs','','','','yes','','2.20','','','VATABLE',110.17,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174638043843302303220'),(1628,'221746380000','59',2.00,'100','retail','0','2025-05-04 20:55:17','','','','0','Cash',13.56,'50','','','22','16.00','1','2025-05-04 17:56:50','3','8','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'2','49.00','47','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174638140600132230603'),(1629,'221746381279','25',2.00,'400','retail','0','2025-05-04 20:54:40','','','','0','Cash',54.24,'200','','','22','','1','2025-05-04 18:19:51','1','3','new','1','printed','pcs','','','','yes','','6.78','','','VATABLE',338.98,'2','7.00','5','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174638128532612212233'),(1630,'221746381279','25',1.00,'200','retail','0','2025-05-04 21:19:06','','','','0','Cash',27.12,'200','','','22','16.00','1','2025-05-04 18:19:51','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174638278820883222422'),(1631,'111746392378','1',1.00,'50','retail','0','2025-05-04 23:59:38','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-04 21:00:54','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','27.00','26','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174639244921230093392'),(1632,'111746393079','54',1.00,'50','retail','0','2025-05-05 00:11:19','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-04 21:12:07','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174639311622933331312'),(1633,'111746422775','1',1.00,'50','retail','0','2025-05-05 08:26:15','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-05 05:26:19','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','26.00','25','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174642277602336246266'),(1645,'111746423141','1',1.00,'50','retail','0','2025-05-05 08:32:21','','','','0','Cash',6.78,'50','','','11','','1','2025-05-05 05:54:32','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','25.00','24','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174642314213324243643'),(1646,'111746423141','1',1.00,'50','retail','0','2025-05-05 08:32:25','','','','0','Cash',6.78,'50','','','11','','1','2025-05-05 05:54:32','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174642314634232433063'),(1647,'111746423141','7',1.00,'20','retail','0','2025-05-05 08:32:48','','','','0','Cash',2.71,'20','','','11','','1','2025-05-05 05:54:32','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174642316933021102397'),(1648,'111746423141','19',1.00,'180','retail','0','2025-05-05 08:33:05','','','','0','Cash',24.41,'180','','','11','','1','2025-05-05 05:54:32','1','2','new','1','printed','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174642318633740233220'),(1649,'111746423141','11',1.00,'60','retail','0','2025-05-05 08:33:19','','','','0','Cash',8.14,'60','','','11','','1','2025-05-05 05:54:32','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174642320032360043462'),(1650,'111746423141','7',1.00,'20','retail','0','2025-05-05 08:36:23','','','','0','Cash',2.71,'20','','','11','','1','2025-05-05 05:54:32','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174642338432030320140'),(1651,'111746423141','7',1.00,'20','retail','0','2025-05-05 08:54:26','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-05-05 05:54:32','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174642446776223132642'),(1653,'111746424735','19',1.00,'180','retail','0','2025-05-05 08:58:55','','','','0','Cash',24.41,'180','','','11','','1','2025-05-05 06:11:42','1','2','new','1','printed','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174642473642663260742'),(1654,'111746424735','8',1.00,'30','retail','0','2025-05-05 09:11:30','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-05 06:11:42','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174642549140219221234'),(1655,'111746424735','8',1.00,'30','retail','0','2025-05-05 09:11:34','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-05 06:11:42','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174642549513122026244'),(1656,'181746426703','7',1.00,'20','retail','0','2025-05-05 09:31:43','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-05 06:32:43','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174642670462002202200'),(1657,'181746426703','11',1.00,'60','retail','0','2025-05-05 09:31:50','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-05-05 06:32:43','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174642671023362030222'),(1658,'181746426703','1',1.00,'50','retail','0','2025-05-05 09:32:36','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-05 06:32:43','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','23.00','22','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174642675733302852332'),(1659,'181746427695','54',1.00,'50','retail','0','2025-05-05 09:48:15','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-05 06:48:35','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174642769603631120130'),(1660,'221746430227','7',1.00,'20','retail','0','2025-05-05 10:30:27','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-05 07:30:32','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174643022902432223030'),(1673,'221746431512','1',1.00,'50','retail','0','2025-05-05 10:51:52','','','','0','Cash',6.78,'50','','','22','','1','2025-05-05 07:59:15','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','22.00','21','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174643151406301322234'),(1674,'221746431512','7',1.00,'20','retail','0','2025-05-05 10:52:28','','','','0','Cash',2.71,'20','','','22','','1','2025-05-05 07:59:15','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174643154923261300315'),(1675,'221746431512','7',1.00,'20','retail','0','2025-05-05 10:52:31','','','','0','Cash',2.71,'20','','','22','','1','2025-05-05 07:59:15','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174643155332272531243'),(1676,'221746431512','6',1.00,'50','retail','0','2025-05-05 10:53:20','','','','0','Cash',6.78,'50','','','22','','1','2025-05-05 07:59:15','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174643166020032332427'),(1677,'221746431512','1',1.00,'50','retail','0','2025-05-05 10:57:01','','','','0','Cash',6.78,'50','','','22','','1','2025-05-05 07:59:15','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','21.00','20','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174643185580353153332'),(1678,'221746431512','11',1.00,'60','retail','0','2025-05-05 10:57:57','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-05-05 07:59:15','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174643189882643409230'),(1680,'181746433317','28',1.00,'200','retail','0','2025-05-05 11:21:57','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-05-05 08:22:12','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174643331941730313920'),(1681,'221746433921','12',1.00,'50','retail','0','2025-05-05 11:32:01','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-05 08:32:08','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174643392532393233202'),(1682,'221746434560','28',1.00,'200','retail','0','2025-05-05 11:42:41','','','','0','Cash',27.12,'200','','','22','16.00','1','2025-05-05 08:42:48','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174643456435332237433'),(1683,'181746435680','54',1.00,'50','retail','0','2025-05-05 12:01:20','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-05 09:01:28','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174643568256328242430'),(1684,'221746438816','7',1.00,'20','retail','0','2025-05-05 12:53:36','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-05 09:53:43','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174643882000328244073'),(1693,'181746445410','25',1.00,'200','retail','0','2025-05-05 14:43:30','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-05-05 11:43:41','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174644541231322233354'),(1694,'181746446857','7',1.00,'20','retail','0','2025-05-05 15:07:38','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-05 12:08:01','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174644685934244870342'),(1701,'221746448065','8',1.00,'30','retail','0','2025-05-05 15:27:45','','','','0','Cash',4.07,'30','','','22','','1','2025-05-05 12:40:34','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174644806902032303430'),(1702,'221746448065','38',1.00,'50','retail','0','2025-05-05 15:28:17','','','','0','Cash',6.78,'50','','','22','','1','2025-05-05 12:40:34','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174644810923230402131'),(1703,'221746448065','38',1.00,'50','retail','0','2025-05-05 15:40:12','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-05 12:40:34','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174644883004200730603'),(1705,'181746451283','7',1.00,'20','retail','0','2025-05-05 16:21:23','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-05 13:21:38','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174645128571030334552'),(1706,'181746451605','24',1.00,'130','retail','0','2025-05-05 16:26:45','','','','0','Cash',17.63,'130','','','18','16.00','1','2025-05-05 13:27:04','1','3','new','1','new','pcs','','','','yes','','2.20','','','VATABLE',110.17,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174645160621223360323'),(1708,'181746451683','1',1.00,'50','retail','0','2025-05-05 16:28:03','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-05 13:38:59','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174645168530320226023'),(1709,'181746451683','48',1.00,'20','retail','0','2025-05-05 16:38:48','','','','20','Cash',2.71,'20','','','18','16.00','1','2025-05-05 13:38:59','1','6','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','150.00','149','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174645233073230330230'),(1710,'181746452363','25',1.00,'200','retail','0','2025-05-05 16:39:23','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-05-05 13:39:48','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174645236627320687320'),(1711,'181746452363','28',1.00,'200','retail','0','2025-05-05 16:39:32','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-05-05 13:39:48','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174645237442373320523'),(1712,'221746451930','52',1.00,'150','retail','0','2025-05-05 16:32:10','','','','0','Cash',20.34,'150','','','22','','1','2025-05-05 13:43:37','3','7','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','42.00','41','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174645193441333406342'),(1713,'221746451930','24',1.00,'130','retail','0','2025-05-05 16:43:13','','','','0','Cash',17.63,'130','','','22','16.00','1','2025-05-05 13:43:37','1','3','new','1','new','pcs','','','','yes','','2.20','','','VATABLE',110.17,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174645260723230627042'),(1714,'221746447234','41',1.00,'100','retail','0','2025-05-05 15:13:54','','','','0','Cash',13.56,'100','','','22','','1','2025-05-05 13:55:20','3','4','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174644723703332202242'),(1715,'221746447234','59',2.00,'100','retail','0','2025-05-05 15:17:40','','','','0','Cash',13.56,'50','','','22','','1','2025-05-05 13:55:20','3','8','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'2','47.00','45','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174644748873343722320'),(1716,'221746447234','1',3.00,'150','retail','0','2025-05-05 16:54:53','','','','0','Cash',20.34,'50','','','22','16.00','1','2025-05-05 13:55:20','3','1','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'3','18.00','15','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174645331231322233335'),(1717,'181746453453','21',1.00,'280','retail','0','2025-05-05 16:57:33','','','','0','Cash',37.97,'280','','','18','16.00','1','2025-05-05 13:59:28','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174645345510378222323'),(1718,'181746453453','21',1.00,'280','retail','0','2025-05-05 16:57:37','','','','0','Cash',37.97,'280','','','18','16.00','1','2025-05-05 13:59:28','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174645345920313023125'),(1719,'181746453453','21',1.00,'280','retail','0','2025-05-05 16:58:06','','','','0','Cash',37.97,'280','','','18','16.00','1','2025-05-05 13:59:28','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174645348842330322033'),(1720,'181746453453','29',1.00,'100','retail','0','2025-05-05 16:58:15','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-05 13:59:28','1','3','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174645349624620603263'),(1721,'181746453453','29',1.00,'100','retail','0','2025-05-05 16:58:25','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-05 13:59:28','1','3','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174645350723533332330'),(1722,'181746453453','30',1.00,'50','retail','0','2025-05-05 16:58:40','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-05 13:59:28','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174645352132222332352'),(1723,'181746453453','18',1.00,'150','retail','0','2025-05-05 16:58:56','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-05 13:59:28','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174645353808630352323'),(1724,'221746432177','8',1.00,'30','retail','0','2025-05-05 11:02:57','','','','0','Cash',4.07,'30','','','22','','1','2025-05-05 14:05:38','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174643218446222203482'),(1725,'221746432177','59',1.00,'50','retail','0','2025-05-05 17:05:17','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-05 14:05:38','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','44.00','43','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174645393433332202233'),(1726,'181746454861','3',1.00,'120','retail','0','2025-05-05 17:21:01','','','','0','Cash',16.27,'120','','','18','16.00','1','2025-05-05 14:21:29','1','12','new','1','new','pcs','','','','yes','','2.03','','','VATABLE',101.69,'1','39.00','38','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174645486222302230363'),(1727,'181746454861','8',1.00,'30','retail','0','2025-05-05 17:21:07','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-05 14:21:29','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174645486823881333256'),(1728,'181746454861','1',1.00,'50','retail','0','2025-05-05 17:21:21','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-05 14:21:29','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174645488323428330052'),(1730,'221746455726','7',2.00,'40','retail','0','2025-05-05 17:35:26','','','','0','Cash',5.42,'20','','','22','','1','2025-05-05 14:37:37','1','12','new','1','printed','pcs','','','','yes','','0.68','','','VATABLE',33.90,'2','6.00','4','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174645573330226354332'),(1731,'221746455726','1',1.00,'50','retail','0','2025-05-05 17:36:52','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-05 14:37:37','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174645584924730328220'),(1732,'221746456108','38',1.00,'50','retail','0','2025-05-05 17:41:49','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-05 14:42:01','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174645611612431102003'),(1733,'181746450907','59',1.00,'50','retail','0','2025-05-05 16:15:07','','','','0','Cash',6.78,'50','','','18','','1','2025-05-05 14:53:05','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','45.00','44','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174645090803831120130'),(1734,'221746441888','1',1.00,'50','retail','0','2025-05-05 13:44:48','','','','0','Cash',6.78,'50','','','22','','1','2025-05-05 14:53:51','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174644191202302334003'),(1735,'221746441888','6',1.00,'50','retail','0','2025-05-05 13:46:09','','','','0','Cash',6.78,'50','','','22','','1','2025-05-05 14:53:51','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174644198632294332626'),(1736,'221746441888','11',1.00,'60','retail','0','2025-05-05 13:47:01','','','','0','Cash',8.14,'60','','','22','','1','2025-05-05 14:53:51','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174644215723322223223'),(1737,'221746441888','7',2.00,'40','retail','0','2025-05-05 14:08:28','','','','0','Cash',5.42,'20','','','22','','1','2025-05-05 14:53:51','1','12','new','1','printed','pcs','','','','yes','','0.68','','','VATABLE',33.90,'2','10.00','8','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174644332932222332332'),(1738,'221746441888','25',1.00,'200','retail','0','2025-05-05 17:53:02','','','','0','Cash',27.12,'200','','','22','16.00','1','2025-05-05 14:53:51','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174645682504273232310'),(1739,'181746456939','11',1.00,'60','retail','0','2025-05-05 17:55:39','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-05-05 14:57:23','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174645694121302252433'),(1740,'181746456939','11',1.00,'60','retail','0','2025-05-05 17:55:45','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-05-05 14:57:23','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174645694613118050303'),(1741,'181746456939','1',1.00,'50','retail','0','2025-05-05 17:57:14','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-05 14:57:23','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174645703723413362400'),(1742,'181746458287','1',1.00,'50','retail','0','2025-05-05 18:18:07','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-05 15:18:18','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174645828847162222604'),(1744,'221746458803','19',1.00,'180','retail','0','2025-05-05 18:26:43','','','','0','Cash',24.41,'180','','','22','','1','2025-05-05 15:28:05','1','2','new','1','printed','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174645880630532513703'),(1745,'221746458803','1',2.00,'100','retail','0','2025-05-05 18:27:47','','','','0','Cash',13.56,'50','','','22','16.00','1','2025-05-05 15:28:05','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'2','11.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174645888212253722423'),(1747,'221746462050','52',1.00,'150','retail','0','2025-05-05 19:20:50','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-05-05 16:21:06','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','41.00','40','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174646206020330223030'),(1758,'181746461906','1',1.00,'50','retail','0','2025-05-05 19:18:26','','','','0','Cash',6.78,'50','','','18','','1','2025-05-05 16:32:10','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174646190700034260420'),(1759,'181746461906','1',1.00,'50','retail','0','2025-05-05 19:23:03','','','','0','Cash',6.78,'50','','','18','','1','2025-05-05 16:32:10','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174646218543266112323'),(1760,'181746461906','1',1.00,'50','retail','0','2025-05-05 19:24:52','','','','0','Cash',6.78,'50','','','18','','1','2025-05-05 16:32:10','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174646229323368620303'),(1761,'181746461906','1',1.00,'50','retail','0','2025-05-05 19:24:56','','','','0','Cash',6.78,'50','','','18','','1','2025-05-05 16:32:10','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174646229703032460032'),(1762,'181746461906','1',1.00,'50','retail','0','2025-05-05 19:25:01','','','','0','Cash',6.78,'50','','','18','','1','2025-05-05 16:32:10','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174646230314011832100'),(1763,'181746461906','1',1.00,'50','retail','0','2025-05-05 19:25:10','','','','0','Cash',6.78,'50','','','18','','1','2025-05-05 16:32:10','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174646231114011832101'),(1764,'181746461906','11',1.00,'60','retail','0','2025-05-05 19:25:30','','','','0','Cash',8.14,'60','','','18','','1','2025-05-05 16:32:10','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174646233122261342016'),(1765,'181746461906','11',1.00,'60','retail','0','2025-05-05 19:25:33','','','','0','Cash',8.14,'60','','','18','','1','2025-05-05 16:32:10','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174646233502023023213'),(1766,'181746461906','11',1.00,'60','retail','0','2025-05-05 19:25:39','','','','0','Cash',8.14,'60','','','18','','1','2025-05-05 16:32:10','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174646234231033333204'),(1767,'181746461906','11',1.00,'60','retail','0','2025-05-05 19:25:48','','','','0','Cash',8.14,'60','','','18','','1','2025-05-05 16:32:10','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174646234933322323220'),(1768,'181746461906','11',1.00,'60','retail','0','2025-05-05 19:31:19','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-05-05 16:32:10','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174646268224323662223'),(1769,'181746461906','11',1.00,'60','retail','0','2025-05-05 19:31:33','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-05-05 16:32:10','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174646269960064033422'),(1770,'181746461906','11',1.00,'60','retail','0','2025-05-05 19:31:48','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-05-05 16:32:10','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174646271036022232302'),(1774,'221746463500','1',1.00,'50','retail','0','2025-05-05 19:45:01','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-05 16:45:11','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174646350332320343230'),(1775,'221746463500','1',1.00,'50','retail','0','2025-05-05 19:45:06','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-05 16:45:11','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174646350835240052324'),(1785,'221746462760','14',1.00,'100','retail','0','2025-05-05 19:32:41','','','','0','Cash',13.56,'100','','','22','','1','2025-05-05 17:14:12','3','1','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174646276513223226662'),(1786,'221746462760','11',1.00,'60','retail','0','2025-05-05 19:33:30','','','','0','Cash',8.14,'60','','','22','','1','2025-05-05 17:14:12','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174646283023602023387'),(1787,'221746462760','1',1.00,'50','retail','0','2025-05-05 19:55:27','','','','0','Cash',6.78,'50','','','22','','1','2025-05-05 17:14:12','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174646418217232422446'),(1788,'221746462760','14',1.00,'100','retail','0','2025-05-05 20:02:20','','','','0','Cash',13.56,'100','','','22','','1','2025-05-05 17:14:12','3','1','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174646456992302626732'),(1789,'221746462760','8',1.00,'30','retail','0','2025-05-05 20:02:49','','','','0','Cash',4.07,'30','','','22','','1','2025-05-05 17:14:12','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174646458812024325200'),(1790,'221746462760','11',1.00,'60','retail','0','2025-05-05 20:03:09','','','','0','Cash',8.14,'60','','','22','','1','2025-05-05 17:14:12','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174646461022202032332'),(1791,'221746462760','8',1.00,'30','retail','0','2025-05-05 20:11:15','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-05 17:14:12','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174646510130240200216'),(1792,'221746465314','8',1.00,'30','retail','0','2025-05-05 20:15:14','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-05 17:15:37','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174646532620333226262'),(1793,'221746466007','1',1.00,'50','retail','0','2025-05-05 20:26:47','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-05 17:31:44','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174646601103600462626'),(1794,'221746466007','8',1.00,'30','retail','0','2025-05-05 20:26:51','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-05 17:31:44','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174646620563232333030'),(1796,'181746466953','52',1.00,'150','retail','0','2025-05-05 20:42:33','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-05 17:42:45','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','40.00','39','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174646695523028253227'),(1797,'181746466953','52',1.00,'150','retail','0','2025-05-05 20:42:38','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-05 17:42:45','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','39.00','38','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174646695933282026304'),(1803,'181746468042','6',1.00,'50','retail','0','2025-05-05 21:00:42','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-05 18:01:07','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174646804282883262620'),(1804,'181746468042','1',1.00,'50','retail','0','2025-05-05 21:00:55','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-05 18:01:07','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174646805780234367242'),(1817,'221746466933','21',1.00,'280','retail','0','2025-05-05 20:42:13','','','','0','Cash',37.97,'280','','','22','','1','2025-05-05 18:31:33','1','3','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174646693739302493023'),(1818,'221746466933','29',1.00,'100','retail','0','2025-05-05 20:42:45','','','','0','Cash',13.56,'100','','','22','','1','2025-05-05 18:31:33','1','3','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174646698822202203902'),(1819,'221746466933','30',1.00,'50','retail','0','2025-05-05 20:51:13','','','','0','Cash',6.78,'50','','','22','','1','2025-05-05 18:31:33','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174646749207023306242'),(1820,'221746466933','38',1.00,'50','retail','0','2025-05-05 21:04:54','','','','0','Cash',6.78,'50','','','22','','1','2025-05-05 18:31:33','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174646830920303263013'),(1821,'221746466933','50',1.00,'50','retail','0','2025-05-05 21:05:09','','','','0','Cash',6.78,'50','','','22','','1','2025-05-05 18:31:33','1','6','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174646832622203263322'),(1822,'221746466933','34',1.00,'280','retail','0','2025-05-05 21:21:49','','','','0','Cash',37.97,'280','','','22','','1','2025-05-05 18:31:33','1','13','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174646931122309076246'),(1823,'221746466933','34',1.00,'280','retail','0','2025-05-05 21:24:04','','','','0','Cash',37.97,'280','','','22','','1','2025-05-05 18:31:33','1','13','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174646944828032332427'),(1824,'221746466933','80',1.00,'20','retail','0','2025-05-05 21:30:13','','','','10','Cash',2.71,'20','','','22','16.00','1','2025-05-05 18:31:33','','14','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','40.00','39','Inclusive','branch','Service','1110','4000','5500','','','','22174646983928138460608'),(1825,'181746512764','1',1.00,'50','retail','0','2025-05-06 09:26:04','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-06 06:26:33','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174651276536712228335'),(1826,'181746512764','7',1.00,'20','retail','0','2025-05-06 09:26:15','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-06 06:26:33','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174651277632423220361'),(1827,'181746514247','7',1.00,'20','retail','0','2025-05-06 09:50:47','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-06 06:51:06','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174651424827620222043'),(1828,'181746514247','7',1.00,'20','retail','0','2025-05-06 09:50:50','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-06 06:51:06','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174651425131136231333'),(1829,'181746514247','7',1.00,'20','retail','0','2025-05-06 09:50:54','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-06 06:51:06','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174651425520522210302'),(1830,'181746514403','1',1.00,'50','retail','0','2025-05-06 09:53:23','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-06 06:53:32','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174651440434452342600'),(1831,'11746515917','8',1.00,'30','retail','0','2025-05-06 10:18:37','','','','0','Cash',4.07,'30','','','1','16.00','1','2025-05-06 17:43:26','1','12','returned','1','new','pcs','','2025-05-06 20:43:26','1','yes','','0.51','','','VATABLE',25.42,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','1174651592722354520332'),(1832,'11746515917','8',1.00,'30','retail','0','2025-05-06 10:18:54','','','','0','Cash',4.07,'30','','','1','16.00','1','2025-05-06 17:43:34','1','12','returned','1','new','pcs','','2025-05-06 20:43:34','1','yes','','0.51','','','VATABLE',25.42,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','1174651593633712232330'),(1833,'81746519375','53',1.00,'100','retail','0','2025-05-06 11:16:15','','','','0','Cash',13.56,'100','','','8','16.00','1','2025-05-06 08:16:35','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174651937626102214322'),(1834,'81746519375','6',1.00,'50','retail','0','2025-05-06 11:16:30','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-06 08:16:35','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174651939139233929223'),(1836,'81746520753','8',1.00,'30','retail','0','2025-05-06 11:39:13','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-05-06 08:39:18','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','21.00','20','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174652075553782653200'),(1839,'81746523284','41',1.00,'100','retail','0','2025-05-06 12:21:24','','','','0','Cash',13.56,'100','','','8','16.00','1','2025-05-06 09:21:34','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174652328500074732302'),(1842,'81746524886','25',1.00,'200','retail','0','2025-05-06 12:48:07','','','','0','Cash',27.12,'200','','','8','16.00','1','2025-05-06 09:48:16','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174652489044323243237'),(1843,'81746523111','25',1.00,'200','retail','0','2025-05-06 12:18:31','','','','0','Cash',27.12,'200','','','8','','1','2025-05-06 09:54:44','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174652311311313842862'),(1844,'81746523111','41',1.00,'100','retail','0','2025-05-06 12:32:38','','','','0','Cash',13.56,'100','','','8','','1','2025-05-06 09:54:44','3','4','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174652395903523133513'),(1845,'81746523111','1',1.00,'50','retail','0','2025-05-06 12:54:35','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-06 09:54:44','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174652527727622233077'),(1849,'81746531365','18',1.00,'150','retail','0','2025-05-06 14:36:05','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-05-06 11:36:09','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174653136636332230651'),(1850,'81746533053','8',1.00,'30','retail','0','2025-05-06 15:04:13','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-05-06 12:04:41','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174653305402202283242'),(1851,'81746533053','21',1.00,'280','retail','0','2025-05-06 15:04:32','','','','0','Cash',37.97,'280','','','8','16.00','1','2025-05-06 12:04:41','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174653307321220702032'),(1864,'81746535659','38',1.00,'50','retail','0','2025-05-06 15:47:39','','','','0','Cash',6.78,'50','','','8','','1','2025-05-06 13:07:51','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174653566143332064362'),(1865,'81746535659','1',1.00,'50','retail','0','2025-05-06 15:47:50','','','','0','Cash',6.78,'50','','','8','','1','2025-05-06 13:07:51','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174653567132212227331'),(1866,'81746535659','1',1.00,'50','retail','0','2025-05-06 16:07:47','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-06 13:07:51','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174653686880306007328'),(1871,'81746521839','7',1.00,'20','retail','0','2025-05-06 11:57:19','','','','0','Cash',2.71,'20','','','8','','1','2025-05-06 13:22:49','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174652184030303403031'),(1872,'81746521839','7',1.00,'20','retail','0','2025-05-06 16:22:43','','','','0','Cash',2.71,'20','','','8','16.00','1','2025-05-06 13:22:49','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174653776504353573326'),(1873,'81746536363','13',1.00,'100','retail','0','2025-05-06 15:59:23','','','','0','Cash',13.56,'100','','','8','','1','2025-05-06 13:29:39','3','1','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174653636543352063420'),(1874,'81746536363','38',1.00,'50','retail','0','2025-05-06 15:59:42','','','','0','Cash',6.78,'50','','','8','','1','2025-05-06 13:29:39','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174653638568237360033'),(1875,'81746536363','8',1.00,'30','retail','0','2025-05-06 16:00:03','','','','0','Cash',4.07,'30','','','8','','1','2025-05-06 13:29:39','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174653640949249360520'),(1876,'81746536363','38',1.00,'50','retail','0','2025-05-06 16:13:48','','','','0','Cash',6.78,'50','','','8','','1','2025-05-06 13:29:39','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174653722933930083423'),(1877,'81746536363','38',1.00,'50','retail','0','2025-05-06 16:29:33','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-06 13:29:39','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174653817532130530248'),(1878,'81746533202','25',1.00,'200','retail','0','2025-05-06 15:06:42','','','','0','Cash',27.12,'200','','','8','','1','2025-05-06 13:40:07','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174653320302724062070'),(1879,'81746533202','30',1.00,'50','retail','0','2025-05-06 15:13:24','','','','0','Cash',6.78,'50','','','8','','1','2025-05-06 13:40:07','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174653360504228525314'),(1880,'81746533202','21',1.00,'280','retail','0','2025-05-06 15:13:28','','','','0','Cash',37.97,'280','','','8','','1','2025-05-06 13:40:07','1','3','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174653361032332313032'),(1881,'81746533202','87',1.00,'150','retail','0','2025-05-06 16:39:59','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-05-06 13:40:07','3','10','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174653880283232320822'),(1882,'81746535560','33',1.00,'600','retail','0','2025-05-06 15:46:00','','','81746538898','0','Cash',81.36,'600','','','8','','1','2025-05-06 13:42:00','1','13','new','1','printed','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174653556132000032360'),(1883,'81746535560','30',1.00,'50','retail','0','2025-05-06 15:46:19','','','81746538898','0','Cash',6.78,'50','','','8','','1','2025-05-06 13:42:00','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174653558032433365226'),(1884,'81746535560','30',1.00,'50','retail','0','2025-05-06 15:46:32','','','81746538931','0','Cash',6.78,'50','','','8','','1','2025-05-06 13:42:19','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174653559355933639230'),(1885,'81746535560','84',1.00,'200','retail','0','2025-05-06 16:40:59','','','81746538898','0','Cash',27.12,'200','','','8','16.00','1','2025-05-06 13:42:00','3','10','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174653886030333742233'),(1886,'81746535560','87',1.00,'150','retail','0','2025-05-06 16:41:06','','','81746538898','0','Cash',20.34,'150','','','8','16.00','1','2025-05-06 13:42:00','3','10','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174653886833328302028'),(1887,'81746519631','54',1.00,'50','retail','0','2025-05-06 11:20:31','','','','0','Cash',6.78,'50','','','8','','1','2025-05-06 14:02:27','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174651963333300006003'),(1888,'81746519631','8',1.00,'30','retail','0','2025-05-06 14:31:32','','','','0','Cash',4.07,'30','','','8','','1','2025-05-06 14:02:27','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174653109408203321351'),(1889,'81746519631','31',1.00,'150','retail','0','2025-05-06 14:32:06','','','','0','Cash',20.34,'150','','','8','','1','2025-05-06 14:02:27','1','3','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174653112836323222203'),(1890,'81746519631','1',1.00,'50','retail','0','2025-05-06 17:02:15','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-06 14:02:27','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174654013801200038367'),(1891,'81746540332','18',1.00,'150','retail','0','2025-05-06 17:05:32','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-05-06 14:05:40','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174654033302323036033'),(1894,'81746540798','1',1.00,'50','retail','0','2025-05-06 17:13:19','','','','0','Cash',6.78,'50','','','8','','1','2025-05-06 14:23:40','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174654080042000722483'),(1895,'81746540798','1',1.00,'50','retail','0','2025-05-06 17:13:21','','','','0','Cash',6.78,'50','','','8','','1','2025-05-06 14:23:40','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174654080220372130812'),(1896,'81746540798','6',1.00,'50','retail','0','2025-05-06 17:23:01','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-06 14:23:40','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174654138220223624045'),(1897,'81746540798','8',1.00,'30','retail','0','2025-05-06 17:23:14','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-05-06 14:23:40','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174654139624326102437'),(1898,'81746540798','6',1.00,'50','retail','0','2025-05-06 17:23:31','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-06 14:23:40','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174654141320042324005'),(1899,'81746542587','1',1.00,'50','retail','0','2025-05-06 17:43:07','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-06 14:44:12','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174654258958200557043'),(1900,'81746542587','1',1.00,'50','retail','0','2025-05-06 17:43:12','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-06 14:44:12','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174654259532720331003'),(1901,'81746542587','6',1.00,'50','retail','0','2025-05-06 17:43:45','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-06 14:44:12','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174654263000732033423'),(1902,'81746542587','6',1.00,'50','retail','0','2025-05-06 17:44:02','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-06 14:44:12','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174654264433238032722'),(1903,'81746543146','1',1.00,'50','retail','0','2025-05-06 17:52:26','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-06 14:52:39','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174654315003234522042'),(1904,'81746546784','13',1.00,'100','retail','0','2025-05-06 18:53:04','','','','0','Cash',13.56,'100','','','8','16.00','1','2025-05-06 15:53:09','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174654678513607438230'),(1905,'81746548354','1',1.00,'50','retail','0','2025-05-06 19:19:15','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-06 16:19:41','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174654835664343820333'),(1906,'81746548354','11',1.00,'60','retail','0','2025-05-06 19:19:35','','','','0','Cash',8.14,'60','','','8','16.00','1','2025-05-06 16:19:41','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174654837703002362227'),(1907,'81746548493','1',1.00,'50','retail','0','2025-05-06 19:21:33','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-06 16:22:20','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174654849510253030317'),(1908,'81746548493','1',1.00,'50','retail','0','2025-05-06 19:21:47','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-06 16:22:20','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174654850930303333224'),(1909,'81746548493','11',1.00,'60','retail','0','2025-05-06 19:22:06','','','','0','Cash',8.14,'60','','','8','16.00','1','2025-05-06 16:22:20','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174654853007022332336'),(1910,'81746548493','11',1.00,'60','retail','0','2025-05-06 19:22:10','','','','0','Cash',8.14,'60','','','8','16.00','1','2025-05-06 16:22:20','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174654853380031330208'),(1915,'81746549181','52',1.00,'150','retail','0','2025-05-06 19:33:01','','','','0','Cash',20.34,'150','','','8','','1','2025-05-06 16:51:22','3','7','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','38.00','37','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174654918331695701105'),(1916,'81746549181','52',1.00,'150','retail','0','2025-05-06 19:34:45','','','','0','Cash',20.34,'150','','','8','','1','2025-05-06 16:51:22','3','7','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','37.00','36','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174654928703223422220'),(1917,'81746549181','52',1.00,'150','retail','0','2025-05-06 19:34:51','','','','0','Cash',20.34,'150','','','8','','1','2025-05-06 16:51:22','3','7','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','36.00','35','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174654929240332624420'),(1918,'81746549181','25',1.00,'200','retail','0','2025-05-06 19:51:15','','','','0','Cash',27.12,'200','','','8','16.00','1','2025-05-06 16:51:22','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174655027802070230203'),(1923,'221746558493','7',1.00,'20','retail','0','2025-05-06 22:08:13','','','','0','Cash',2.71,'20','','','22','','1','2025-05-06 19:11:04','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174655849303982203438'),(1924,'221746558493','7',1.00,'20','retail','0','2025-05-06 22:08:14','','','','0','Cash',2.71,'20','','','22','','1','2025-05-06 19:11:04','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174655849420033342333'),(1925,'221746558493','7',4.00,'80','retail','0','2025-05-06 22:10:25','','','','0','Cash',10.85,'20','','','22','16.00','1','2025-05-06 19:11:04','1','12','new','1','new','pcs','','','','yes','','1.36','','','VATABLE',67.80,'4','16.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174655865920330326029'),(1926,'221746559033','7',1.00,'20','retail','0','2025-05-06 22:17:13','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-06 19:17:21','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174655903335230223103'),(1937,'221746570751','19',1.00,'180','retail','0','2025-05-07 01:32:31','','','','0','Cash',24.41,'180','','','22','16.00','1','2025-05-06 22:33:02','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174657077402273020602'),(1938,'221746569371','40',1.00,'150','retail','0','2025-05-07 01:09:31','','','','0','Cash',20.34,'150','','','22','','1','2025-05-06 22:52:32','1','13','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174656937293342320320'),(1939,'221746569371','30',1.00,'50','retail','0','2025-05-07 01:10:17','','','','0','Cash',6.78,'50','','','22','','1','2025-05-06 22:52:32','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174656943320275723030'),(1940,'221746569371','40',1.00,'150','retail','0','2025-05-07 01:11:31','','','','0','Cash',20.34,'150','','','22','','1','2025-05-06 22:52:32','1','13','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174656951526243321335'),(1941,'221746569371','50',1.00,'50','retail','0','2025-05-07 01:13:29','','','','0','Cash',6.78,'50','','','22','','1','2025-05-06 22:52:32','1','6','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174656963323037636922'),(1942,'221746569371','12',1.00,'50','retail','0','2025-05-07 01:51:42','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-06 22:52:32','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174657190332320312132'),(1943,'221746569371','7',2.00,'40','retail','0','2025-05-07 01:51:43','','','','0','Cash',5.42,'20','','','22','16.00','1','2025-05-06 22:52:32','1','12','new','1','new','pcs','','','','yes','','0.68','','','VATABLE',33.90,'2','11.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174657194823379218587'),(1944,'221746591545','7',1.00,'20','retail','0','2025-05-07 07:19:05','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-07 04:19:26','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174659154553323140293'),(1945,'221746591545','7',1.00,'20','retail','0','2025-05-07 07:19:06','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-07 04:19:26','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174659154723295705333'),(1946,'221746591545','7',1.00,'20','retail','0','2025-05-07 07:19:13','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-07 04:19:26','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174659155430430123033'),(1947,'221746591545','7',1.00,'20','retail','0','2025-05-07 07:19:16','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-07 04:19:26','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174659155795502620533'),(1948,'211746594044','1',1.00,'50','retail','0','2025-05-07 08:00:44','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-07 05:01:26','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174659404530302403023'),(1949,'211746594044','1',1.00,'50','retail','0','2025-05-07 08:00:50','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-07 05:01:26','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174659405132231022109'),(1950,'211746594044','7',1.00,'20','retail','0','2025-05-07 08:01:15','','','','0','Cash',2.71,'20','','','21','16.00','1','2025-05-07 05:01:26','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174659407613620936002'),(1951,'211746594044','6',1.00,'50','retail','0','2025-05-07 08:01:21','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-07 05:01:26','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174659408206202224203'),(1952,'211746597753','13',1.00,'100','retail','0','2025-05-07 09:02:33','','','','0','Cash',13.56,'100','','','21','16.00','1','2025-05-07 06:02:55','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174659775432233222092'),(1953,'211746597753','6',1.00,'50','retail','0','2025-05-07 09:02:48','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-07 06:02:55','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174659776933132702933'),(1954,'211746597796','12',1.00,'50','retail','0','2025-05-07 09:03:16','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-07 06:04:40','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174659779712337322337'),(1955,'211746597796','7',1.00,'20','retail','0','2025-05-07 09:03:36','','','','0','Cash',2.71,'20','','','21','16.00','1','2025-05-07 06:04:40','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174659781721932250308'),(1956,'211746597796','3',1.00,'120','retail','0','2025-05-07 09:04:34','','','','0','Cash',16.27,'120','','','21','16.00','1','2025-05-07 06:04:40','1','12','new','1','new','pcs','','','','yes','','2.03','','','VATABLE',101.69,'1','38.00','37','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174659787577483079223'),(1957,'81746599078','8',1.00,'30','retail','0','2025-05-07 09:24:38','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-05-07 06:24:44','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174659907909002823713'),(1958,'211746601352','6',1.00,'50','retail','0','2025-05-07 10:02:32','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-07 07:05:00','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','','','','21174660135321321322373'),(1959,'211746601352','6',1.00,'50','retail','0','2025-05-07 10:02:36','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-07 07:05:00','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','','','','21174660135720032033202'),(1960,'81746601967','1',1.00,'50','retail','0','2025-05-07 10:12:47','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-07 07:12:52','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174660196873601237378'),(1961,'81746603649','29',1.00,'100','retail','0','2025-05-07 10:40:49','','','','0','Cash',13.56,'100','','','8','16.00','1','2025-05-07 07:41:05','1','3','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174660365046202826326'),(1962,'81746603649','21',1.00,'280','retail','0','2025-05-07 10:40:59','','','','0','Cash',37.97,'280','','','8','16.00','1','2025-05-07 07:41:05','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174660366043300200233'),(1963,'81746607567','8',1.00,'30','retail','0','2025-05-07 11:46:07','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-05-07 08:46:22','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174660756830380502101'),(1964,'81746612426','59',1.00,'50','retail','0','2025-05-07 13:07:07','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-07 10:07:20','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','43.00','42','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174661243026232620171'),(1965,'81746613048','8',1.00,'30','retail','0','2025-05-07 13:17:28','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-05-07 10:17:38','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174661305021026430163'),(1966,'81746613525','44',1.00,'150','retail','0','2025-05-07 13:25:25','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-05-07 10:25:49','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174661352621202304602'),(1967,'81746613525','44',1.00,'150','retail','0','2025-05-07 13:25:30','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-05-07 10:25:49','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174661353232323056033'),(1971,'81746614588','41',1.00,'100','retail','0','2025-05-07 13:43:08','','','','0','Cash',13.56,'100','','','8','','1','2025-05-07 10:45:41','3','4','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174661459123013205002'),(1972,'81746614588','19',1.00,'180','retail','0','2025-05-07 13:45:32','','','','0','Cash',24.41,'180','','','8','16.00','1','2025-05-07 10:45:41','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174661473526053432222'),(1973,'81746614306','30',1.00,'50','retail','0','2025-05-07 13:38:26','','','','0','Cash',6.78,'50','','','8','','1','2025-05-07 11:11:21','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174661431412140202326'),(1974,'81746614306','51',1.00,'400','retail','0','2025-05-07 13:39:42','','','','0','Cash',54.24,'400','','','8','','1','2025-05-07 11:11:21','1','6','new','1','printed','pcs','','','','yes','','6.78','','','VATABLE',338.98,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174661438804438433376'),(1975,'81746614306','55',1.00,'80','retail','0','2025-05-07 14:11:07','','','','0','Cash',10.85,'80','','','8','16.00','1','2025-05-07 11:11:21','3','8','new','1','new','pcs','','','','yes','','1.36','','','VATABLE',67.80,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174661627000203042302'),(1976,'81746616355','25',1.00,'200','retail','0','2025-05-07 14:12:35','','','','0','Cash',27.12,'200','','','8','16.00','1','2025-05-07 11:12:49','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174661636026680367332'),(1977,'81746617144','59',1.00,'50','retail','0','2025-05-07 14:25:44','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-07 11:26:04','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','42.00','41','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174661714773120427327'),(1978,'81746617144','59',1.00,'50','retail','0','2025-05-07 14:25:50','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-07 11:26:04','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','41.00','40','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174661715376317013318'),(1979,'81746618377','59',1.00,'50','retail','0','2025-05-07 14:46:17','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-07 11:46:43','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','40.00','39','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174661838733410328883'),(1981,'81746620166','19',1.00,'180','retail','0','2025-05-07 15:16:07','','','','0','Cash',24.41,'180','','','8','','1','2025-05-07 12:35:52','1','2','new','1','printed','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174662017127323712028'),(1982,'81746620166','59',1.00,'50','retail','0','2025-05-07 15:35:29','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-07 12:35:52','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','39.00','38','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174662133403236230234'),(1983,'81746622043','8',1.00,'30','retail','0','2025-05-07 15:47:24','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-05-07 12:48:29','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174662205426733342204'),(1984,'81746622043','1',1.00,'50','retail','0','2025-05-07 15:48:03','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-07 12:48:29','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174662209130721003346'),(1985,'81746622642','8',1.00,'30','retail','0','2025-05-07 15:57:23','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-05-07 12:57:42','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174662264421460213220'),(1986,'81746623391','59',1.00,'50','retail','0','2025-05-07 16:09:52','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-07 13:10:04','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','38.00','37','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174662339543060203231'),(1987,'211746624649','21',1.00,'280','retail','0','2025-05-07 16:30:49','','','','0','Cash',37.97,'280','','','21','16.00','1','2025-05-07 13:31:59','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174662465123523226247'),(1988,'211746624649','21',1.00,'280','retail','0','2025-05-07 16:31:07','','','','0','Cash',37.97,'280','','','21','16.00','1','2025-05-07 13:31:59','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174662467033363013321'),(1989,'211746624649','29',1.00,'100','retail','0','2025-05-07 16:31:24','','','','0','Cash',13.56,'100','','','21','16.00','1','2025-05-07 13:31:59','1','3','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174662468830222241334'),(1990,'211746624649','29',1.00,'100','retail','0','2025-05-07 16:31:47','','','','0','Cash',13.56,'100','','','21','16.00','1','2025-05-07 13:31:59','1','3','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174662471022333320130'),(1991,'81746627752','1',1.00,'50','retail','0','2025-05-07 17:22:32','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-07 14:22:37','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174662775323620606222'),(1992,'81746627819','54',1.00,'50','retail','0','2025-05-07 17:23:39','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-07 14:23:47','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174662782172382631730'),(1998,'81746628863','1',1.00,'50','retail','0','2025-05-07 17:41:03','','','','0','Cash',6.78,'50','','','8','','1','2025-05-07 14:53:44','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174662886523622226163'),(1999,'81746628863','7',1.00,'20','retail','0','2025-05-07 17:53:34','','','','0','Cash',2.71,'20','','','8','16.00','1','2025-05-07 14:53:44','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174662961602232600231'),(2000,'81746629923','30',1.00,'50','retail','0','2025-05-07 17:58:43','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-07 14:58:50','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174662992520232423236'),(2001,'81746628617','11',1.00,'60','retail','0','2025-05-07 17:36:57','','','','0','Cash',8.14,'60','','','8','','1','2025-05-07 15:20:33','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174662861883800813234'),(2002,'81746628617','11',1.00,'60','retail','0','2025-05-07 17:37:03','','','','0','Cash',8.14,'60','','','8','','1','2025-05-07 15:20:33','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174662862432336322736'),(2003,'81746628617','1',1.00,'50','retail','0','2025-05-07 17:37:18','','','','0','Cash',6.78,'50','','','8','','1','2025-05-07 15:20:33','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174662863923022300660'),(2004,'81746628617','1',1.00,'50','retail','0','2025-05-07 17:37:28','','','','0','Cash',6.78,'50','','','8','','1','2025-05-07 15:20:33','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174662865022202030658'),(2005,'81746628617','11',1.00,'60','retail','0','2025-05-07 18:20:19','','','','0','Cash',8.14,'60','','','8','16.00','1','2025-05-07 15:20:33','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174663122107138307230'),(2006,'81746628617','11',1.00,'60','retail','0','2025-05-07 18:20:25','','','','0','Cash',8.14,'60','','','8','16.00','1','2025-05-07 15:20:33','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174663122723320020223'),(2007,'81746633998','1',1.00,'50','retail','0','2025-05-07 19:06:38','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-07 16:06:55','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174663400222637704037'),(2008,'81746634440','11',1.00,'60','retail','0','2025-05-07 19:14:00','','','','0','Cash',8.14,'60','','','8','16.00','1','2025-05-07 16:14:57','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174663444323030433424'),(2009,'81746634440','11',1.00,'60','retail','0','2025-05-07 19:14:15','','','','0','Cash',8.14,'60','','','8','16.00','1','2025-05-07 16:14:57','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174663445704635027230'),(2010,'81746634440','11',1.00,'60','retail','0','2025-05-07 19:14:20','','','','0','Cash',8.14,'60','','','8','16.00','1','2025-05-07 16:14:57','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174663446226086232606'),(2011,'81746634440','11',1.00,'60','retail','0','2025-05-07 19:14:32','','','','0','Cash',8.14,'60','','','8','16.00','1','2025-05-07 16:14:57','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174663447486847233226'),(2012,'81746634440','11',1.00,'60','retail','0','2025-05-07 19:14:46','','','','0','Cash',8.14,'60','','','8','16.00','1','2025-05-07 16:14:57','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174663448883840024134'),(2013,'81746634440','11',1.00,'60','retail','0','2025-05-07 19:14:52','','','','0','Cash',8.14,'60','','','8','16.00','1','2025-05-07 16:14:57','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174663449332662323202'),(2014,'81746634561','1',1.00,'50','retail','0','2025-05-07 19:16:01','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-07 16:16:13','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174663456302103222320'),(2015,'81746635730','95',1.00,'100','retail','0','2025-05-07 19:35:31','','','','01','Cash',13.56,'100','','','8','16.00','1','2025-05-07 16:36:12','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174663573223026304330'),(2016,'81746635730','95',1.00,'100','retail','0','2025-05-07 19:35:50','','','','01','Cash',13.56,'100','','','8','16.00','1','2025-05-07 16:36:12','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174663575220233620321'),(2017,'81746635730','95',1.00,'100','retail','0','2025-05-07 19:35:56','','','','01','Cash',13.56,'100','','','8','16.00','1','2025-05-07 16:36:12','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174663575753322140134'),(2018,'81746635730','95',1.00,'100','retail','0','2025-05-07 19:36:00','','','','01','Cash',13.56,'100','','','8','16.00','1','2025-05-07 16:36:12','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174663576233540632384'),(2019,'81746635730','95',1.00,'100','retail','0','2025-05-07 19:36:06','','','','01','Cash',13.56,'100','','','8','16.00','1','2025-05-07 16:36:12','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174663576806284024324'),(2020,'81746637543','80',1.00,'20','retail','0','2025-05-07 20:05:43','','','','10','Cash',2.71,'20','','','8','16.00','1','2025-05-07 17:05:54','','14','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','40.00','39','Inclusive','branch','Service','1110','4000','5500','','','','8174663754420430436222'),(2023,'81746638349','1',1.00,'50','retail','0','2025-05-07 20:19:09','','','','0','Cash',6.78,'50','','','8','','1','2025-05-07 17:25:43','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174663835036284272206'),(2024,'81746638349','44',1.00,'150','retail','0','2025-05-07 20:19:21','','','','0','Cash',20.34,'150','','','8','','1','2025-05-07 17:25:43','3','5','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174663836330430813640'),(2025,'81746638349','3',1.00,'120','retail','0','2025-05-07 20:25:26','','','','0','Cash',16.27,'120','','','8','16.00','1','2025-05-07 17:25:43','1','12','new','1','new','pcs','','','','yes','','2.03','','','VATABLE',101.69,'1','37.00','36','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174663872743733203220'),(2026,'81746638349','3',1.00,'120','retail','0','2025-05-07 20:25:31','','','','0','Cash',16.27,'120','','','8','16.00','1','2025-05-07 17:25:43','1','12','new','1','new','pcs','','','','yes','','2.03','','','VATABLE',101.69,'1','36.00','35','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174663873223347220733'),(2027,'111746682271','8',1.00,'30','retail','0','2025-05-08 08:31:11','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-08 05:31:41','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174668227224173323282'),(2028,'111746682271','8',1.00,'30','retail','0','2025-05-08 08:31:17','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-08 05:31:41','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174668227862323722102'),(2029,'111746682271','8',1.00,'30','retail','0','2025-05-08 08:31:29','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-08 05:31:41','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174668229101363929620'),(2030,'111746682271','7',1.00,'20','retail','0','2025-05-08 08:31:34','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-05-08 05:31:41','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174668229520223323183'),(2037,'221746685024','44',1.00,'150','retail','0','2025-05-08 09:17:04','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-05-08 06:17:20','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174668502633705252226'),(2038,'81746685829','8',1.00,'30','retail','0','2025-05-08 09:30:29','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-05-08 06:30:42','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174668583632862443824'),(2044,'221746684063','52',2.00,'300','retail','0','2025-05-08 09:01:03','','','','0','Cash',40.68,'150','','','22','','1','2025-05-08 06:42:55','3','7','new','1','printed','pcs','','','','yes','','5.08','','','VATABLE',254.24,'2','35.00','33','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174668408440022288233'),(2045,'221746684063','6',2.00,'100','retail','0','2025-05-08 09:01:48','','','','0','Cash',13.56,'50','','','22','','1','2025-05-08 06:42:55','1','12','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'2','2.00','0','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174668413561230220823'),(2046,'221746684063','7',1.00,'20','retail','0','2025-05-08 09:03:10','','','','0','Cash',2.71,'20','','','22','','1','2025-05-08 06:42:55','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174668431927993323034'),(2047,'221746684063','7',2.00,'40','retail','0','2025-05-08 09:35:38','','','','0','Cash',5.42,'20','','','22','','1','2025-05-08 06:42:55','1','12','new','1','printed','pcs','','','','yes','','0.68','','','VATABLE',33.90,'2','15.00','13','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174668616181271632826'),(2048,'221746684063','14',1.00,'100','retail','0','2025-05-08 09:42:49','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-05-08 06:42:55','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174668657082323220333'),(2049,'81746687495','52',1.00,'150','retail','0','2025-05-08 09:58:15','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-05-08 06:58:21','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','33.00','32','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174668749640033308324'),(2052,'81746686060','8',1.00,'30','retail','0','2025-05-08 09:34:20','','','','0','Cash',4.07,'30','','','8','','1','2025-05-08 07:15:19','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174668606102622030022'),(2053,'81746686060','8',1.00,'30','retail','0','2025-05-08 10:12:55','','','','0','Cash',4.07,'30','','','8','','1','2025-05-08 07:15:19','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174668837676232426333'),(2054,'81746686060','1',1.00,'50','retail','0','2025-05-08 10:15:12','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-08 07:15:19','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174668851526228202233'),(2056,'81746688998','1',1.00,'50','retail','0','2025-05-08 10:23:18','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-08 07:23:24','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174668899923362208004'),(2059,'221746688632','1',1.00,'50','retail','0','2025-05-08 10:17:12','','','','0','Cash',6.78,'50','','','22','','1','2025-05-08 07:48:03','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174668863233238404343'),(2060,'221746688632','1',1.00,'50','retail','0','2025-05-08 10:47:02','','','','0','Cash',6.78,'50','','','22','','1','2025-05-08 07:48:03','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174669042330022022631'),(2061,'221746688632','8',2.00,'60','retail','0','2025-05-08 10:47:28','','','','0','Cash',8.14,'30','','','22','16.00','1','2025-05-08 07:48:03','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'2','7.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174669046230226306332'),(2062,'221746688632','95',1.00,'100','retail','0','2025-05-08 10:47:43','','','','01','Cash',13.56,'100','','','22','16.00','1','2025-05-08 07:48:03','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174669047838740320124'),(2063,'221746692433','38',1.00,'50','retail','0','2025-05-08 11:20:33','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-08 08:21:25','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174669243522790147330'),(2064,'221746692433','38',1.00,'50','retail','0','2025-05-08 11:20:46','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-08 08:21:25','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174669245130340325033'),(2065,'221746692433','6',1.00,'50','retail','0','2025-05-08 11:21:15','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-08 08:21:25','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174669247626663263202'),(2066,'221746692433','6',1.00,'50','retail','0','2025-05-08 11:21:20','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-08 08:21:25','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174669248102280320239'),(2067,'221746694529','8',1.00,'30','retail','0','2025-05-08 11:55:29','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-08 08:55:35','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174669453037301261143'),(2068,'221746694958','54',1.00,'50','retail','0','2025-05-08 12:02:39','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-08 09:02:46','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174669496072066342922'),(2069,'221746697815','7',1.00,'20','retail','0','2025-05-08 12:50:15','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-08 09:50:24','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174669781623020226206'),(2070,'221746698193','7',1.00,'20','retail','0','2025-05-08 12:56:33','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-08 09:56:42','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174669819622913233397'),(2071,'221746698996','7',1.00,'20','retail','0','2025-05-08 13:09:56','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-08 10:10:03','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174669899722202200226'),(2073,'221746699674','18',2.00,'300','retail','0','2025-05-08 13:21:14','','','','0','Cash',40.68,'150','','','22','','1','2025-05-08 10:24:55','1','2','new','1','printed','pcs','','','','yes','','5.08','','','VATABLE',254.24,'2','6.00','4','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174669970522006303003'),(2074,'221746699674','59',2.00,'100','retail','0','2025-05-08 13:24:33','','','','0','Cash',13.56,'50','','','22','16.00','1','2025-05-08 10:24:55','3','8','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'2','37.00','35','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174669989003340932396'),(2078,'221746700931','18',1.00,'150','retail','0','2025-05-08 13:42:11','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-05-08 10:42:16','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174670093203702620333'),(2079,'221746700486','31',1.00,'150','retail','0','2025-05-08 13:34:47','','','','0','Cash',20.34,'150','','','22','','1','2025-05-08 10:52:12','1','3','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174670048834283200334'),(2080,'221746700486','8',1.00,'30','retail','0','2025-05-08 13:35:06','','','','0','Cash',4.07,'30','','','22','','1','2025-05-08 10:52:12','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174670050820320240272'),(2081,'221746700486','1',1.00,'50','retail','0','2025-05-08 13:35:44','','','','0','Cash',6.78,'50','','','22','','1','2025-05-08 10:52:12','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174670054525253525334'),(2082,'221746700486','8',1.00,'30','retail','0','2025-05-08 13:52:01','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-08 10:52:12','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174670152323323235113'),(2083,'221746703677','7',1.00,'20','retail','0','2025-05-08 14:27:57','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-08 11:28:11','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174670367932333030229'),(2084,'211746704419','40',1.00,'150','retail','0','2025-05-08 14:40:19','','','','0','Cash',20.34,'150','','','21','16.00','1','2025-05-08 11:40:24','1','13','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174670442030320303033'),(2085,'81746704569','38',1.00,'50','retail','0','2025-05-08 14:42:49','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-08 11:43:04','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174670457030302332111'),(2086,'81746704569','8',1.00,'30','retail','0','2025-05-08 14:42:59','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-05-08 11:43:04','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174670458032532205363'),(2088,'81746705033','18',1.00,'150','retail','0','2025-05-08 14:50:33','','','','0','Cash',20.34,'150','','','8','','1','2025-05-08 11:56:43','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174670503540232032033'),(2089,'81746705033','11',1.00,'60','retail','0','2025-05-08 14:56:28','','','','0','Cash',8.14,'60','','','8','16.00','1','2025-05-08 11:56:43','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174670538982890202326'),(2095,'221746706904','33',1.00,'600','retail','0','2025-05-08 15:21:44','','','','0','Cash',81.36,'600','','','22','','1','2025-05-08 12:24:29','1','13','new','1','printed','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174670690600203322120'),(2096,'221746706904','30',1.00,'50','retail','0','2025-05-08 15:22:02','','','','0','Cash',6.78,'50','','','22','','1','2025-05-08 12:24:29','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174670692320039246000'),(2097,'221746706904','54',1.00,'50','retail','0','2025-05-08 15:24:20','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-08 12:24:29','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174670706273222136324'),(2098,'81746705951','59',1.00,'50','retail','0','2025-05-08 15:05:51','','','','0','Cash',6.78,'50','','','8','','1','2025-05-08 12:27:15','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','35.00','34','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174670595255322422222'),(2099,'81746705951','34',1.00,'280','retail','0','2025-05-08 15:06:40','','','','0','Cash',37.97,'280','','','8','','1','2025-05-08 12:27:15','1','13','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174670600123716623032'),(2100,'81746705951','8',1.00,'30','retail','0','2025-05-08 15:06:52','','','','0','Cash',4.07,'30','','','8','','1','2025-05-08 12:27:15','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174670601423773340044'),(2101,'81746705951','8',1.00,'30','retail','0','2025-05-08 15:27:07','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-05-08 12:27:15','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174670722920332400207'),(2102,'221746707362','33',1.00,'600','retail','0','2025-05-08 15:29:23','','','','0','Cash',81.36,'600','','','22','16.00','1','2025-05-08 12:30:54','1','13','new','1','new','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174670737002170202223'),(2103,'221746707362','30',1.00,'50','retail','0','2025-05-08 15:29:54','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-08 12:30:54','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174670739633124303302'),(2104,'221746707362','54',1.00,'50','retail','0','2025-05-08 15:30:23','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-08 12:30:54','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174670742422220733133'),(2105,'221746707362','50',1.00,'50','retail','0','2025-05-08 15:30:46','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-08 12:30:54','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174670744802332304087'),(2106,'81746712001','59',1.00,'50','retail','0','2025-05-08 16:46:42','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-08 13:46:48','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','34.00','33','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174671200402462322332'),(2107,'221746713335','59',1.00,'50','retail','0','2025-05-08 17:08:56','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-08 14:09:10','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','33.00','32','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174671333723022272063'),(2110,'81746714019','18',1.00,'150','retail','0','2025-05-08 17:20:19','','','','0','Cash',20.34,'150','','','8','','1','2025-05-08 14:24:34','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174671402261132222248'),(2111,'81746714019','18',1.00,'150','retail','0','2025-05-08 17:20:42','','','','0','Cash',20.34,'150','','','8','','1','2025-05-08 14:24:34','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174671404646123712622'),(2112,'81746714019','18',1.00,'150','retail','0','2025-05-08 17:24:27','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-05-08 14:24:34','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','45.00','44','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174671426973373044326'),(2113,'211746714390','1',1.00,'50','retail','0','2025-05-08 17:26:30','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-08 14:26:42','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174671439302022232070'),(2114,'81746714690','1',1.00,'50','retail','0','2025-05-08 17:31:31','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-08 14:32:10','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174671470337201611727'),(2116,'221746717600','1',1.00,'50','retail','0','2025-05-08 18:20:01','','','','0','Cash',6.78,'50','','','22','','1','2025-05-08 15:21:10','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174671760332002243607'),(2117,'221746717600','7',1.00,'20','retail','0','2025-05-08 18:21:01','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-08 15:21:10','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174671766332230322320'),(2118,'81746718113','25',1.00,'200','retail','0','2025-05-08 18:28:34','','','','0','Cash',27.12,'200','','','8','16.00','1','2025-05-08 15:29:08','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174671811610223483700'),(2119,'81746718113','12',1.00,'50','retail','0','2025-05-08 18:29:00','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-08 15:29:08','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174671814223004338380'),(2122,'221746719352','1',1.00,'50','retail','0','2025-05-08 18:49:12','','','','0','Cash',6.78,'50','','','22','','1','2025-05-08 15:50:57','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174671935532030320170'),(2123,'221746719352','1',1.00,'50','retail','0','2025-05-08 18:49:22','','','','0','Cash',6.78,'50','','','22','','1','2025-05-08 15:50:57','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174671936621203333273'),(2124,'81746721741','1',1.00,'50','retail','0','2025-05-08 19:29:01','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-08 16:29:14','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174672175072403031360'),(2125,'81746725713','28',1.00,'200','retail','0','2025-05-08 20:35:13','','','','0','Cash',27.12,'200','','','8','16.00','1','2025-05-08 17:35:21','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174672571530342432243'),(2126,'221746725778','18',1.00,'150','retail','0','2025-05-08 20:36:18','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-05-08 17:37:22','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','44.00','43','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174672579722323336321'),(2127,'221746725778','18',1.00,'150','retail','0','2025-05-08 20:37:02','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-05-08 17:37:22','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','43.00','42','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174672582556232237311'),(2128,'221746725778','18',1.00,'150','retail','0','2025-05-08 20:37:15','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-05-08 17:37:22','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','42.00','41','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174672583732032232272'),(2134,'111746728164','19',1.00,'180','retail','0','2025-05-08 21:16:04','','','','0','Cash',24.41,'180','','','11','','1','2025-05-08 18:38:17','1','2','new','1','printed','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174672816613112473378'),(2135,'111746728164','1',1.00,'50','retail','0','2025-05-08 21:16:44','','','','0','Cash',6.78,'50','','','11','','1','2025-05-08 18:38:17','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174672820522222303628'),(2136,'111746728164','1',1.00,'50','retail','0','2025-05-08 21:27:48','','','','0','Cash',6.78,'50','','','11','','1','2025-05-08 18:38:17','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174672886913218310302'),(2137,'111746728164','6',1.00,'50','retail','0','2025-05-08 21:38:10','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-08 18:38:17','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174672949110210012322'),(2138,'111746729526','28',1.00,'200','retail','0','2025-05-08 21:38:46','','','','0','Cash',27.12,'200','','','11','16.00','1','2025-05-08 18:38:57','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174672952722113023672'),(2139,'111746731255','7',1.00,'20','retail','0','2025-05-08 22:07:35','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-05-08 19:07:53','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174673125623300223102'),(2140,'111746731255','7',1.00,'20','retail','0','2025-05-08 22:07:45','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-05-08 19:07:53','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174673126636102227611'),(2146,'111746733414','21',1.00,'280','retail','0','2025-05-08 22:43:34','','','','0','Cash',37.97,'280','','','11','','1','2025-05-08 20:18:29','1','3','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174673341540423243222'),(2147,'111746733414','21',1.00,'280','retail','0','2025-05-08 22:43:40','','','','0','Cash',37.97,'280','','','11','','1','2025-05-08 20:18:29','1','3','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174673342132001010342'),(2148,'111746733414','29',1.00,'100','retail','0','2025-05-08 22:43:50','','','','0','Cash',13.56,'100','','','11','','1','2025-05-08 20:18:29','1','3','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174673343141103330433'),(2149,'111746733414','8',1.00,'30','retail','0','2025-05-08 22:44:01','','','','0','Cash',4.07,'30','','','11','','1','2025-05-08 20:18:29','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174673344203334223321'),(2150,'111746733414','19',1.00,'180','retail','0','2025-05-08 22:44:32','','','','0','Cash',24.41,'180','','','11','','1','2025-05-08 20:18:29','1','2','new','1','printed','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174673347323327302314'),(2151,'111746733414','8',1.00,'30','retail','0','2025-05-08 23:18:13','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-08 20:18:29','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174673550025352213012'),(2152,'111746735545','6',1.00,'50','retail','0','2025-05-08 23:19:05','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-08 20:19:10','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174673554636337032120'),(2154,'111746736352','1',1.00,'50','retail','0','2025-05-08 23:32:32','','','','0','Cash',6.78,'50','','','11','','1','2025-05-08 20:34:35','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','30.00','29','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174673635331121463132'),(2155,'111746736352','1',1.00,'50','retail','0','2025-05-08 23:34:13','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-08 20:34:35','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','29.00','28','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174673645402000631405'),(2156,'111746736352','1',1.00,'50','retail','0','2025-05-08 23:34:20','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-08 20:34:35','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','28.00','27','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174673646117171332100'),(2157,'101746763519','1',1.00,'50','retail','0','2025-05-09 07:05:19','','','','0','Cash',6.78,'50','','','10','16.00','1','2025-05-09 04:11:01','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','27.00','26','Inclusive','branch','Inventory','1110','4000','5500','yes','','','10174676353636306003032'),(2158,'101746763519','13',1.00,'100','retail','0','2025-05-09 07:05:37','','','','0','Cash',13.56,'100','','','10','16.00','1','2025-05-09 04:11:01','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','10174676355523071604322'),(2159,'101746763519','8',1.00,'30','retail','0','2025-05-09 07:06:35','','','','0','Cash',4.07,'30','','','10','16.00','1','2025-05-09 04:11:01','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','10174676368910392703001'),(2160,'101746763519','8',1.00,'30','retail','0','2025-05-09 07:08:10','','','','0','Cash',4.07,'30','','','10','16.00','1','2025-05-09 04:11:01','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','10174676374676232206324'),(2161,'101746763519','95',1.00,'100','retail','0','2025-05-09 07:09:07','','','','01','Cash',13.56,'100','','','10','16.00','1','2025-05-09 04:11:01','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','10174676380222327023330'),(2162,'101746763519','95',1.00,'100','retail','0','2025-05-09 07:10:03','','','','01','Cash',13.56,'100','','','10','16.00','1','2025-05-09 04:11:01','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','10174676383232033643012'),(2163,'111746765112','8',1.00,'30','retail','0','2025-05-09 07:31:52','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-09 04:31:56','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174676511321220220224'),(2164,'111746765348','7',1.00,'20','retail','0','2025-05-09 07:35:48','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-05-09 04:37:16','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174676534955132733573'),(2165,'111746765348','7',1.00,'20','retail','0','2025-05-09 07:35:55','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-05-09 04:37:16','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174676536063330304631'),(2166,'111746765348','6',1.00,'50','retail','0','2025-05-09 07:36:06','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-09 04:37:16','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174676536730362323234'),(2167,'111746765348','14',1.00,'100','retail','0','2025-05-09 07:36:39','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-05-09 04:37:16','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174676540027620222053'),(2168,'111746770225','25',1.00,'200','retail','0','2025-05-09 08:57:05','','','','0','Cash',27.12,'200','','','11','16.00','1','2025-05-09 05:57:29','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174677022620236237762'),(2169,'111746770225','8',1.00,'30','retail','0','2025-05-09 08:57:15','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-09 05:57:29','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174677023527723732276'),(2170,'111746770225','8',1.00,'30','retail','0','2025-05-09 08:57:18','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-09 05:57:29','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174677023832203338733'),(2171,'111746770225','8',1.00,'30','retail','0','2025-05-09 08:57:21','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-09 05:57:29','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174677024222313142020'),(2172,'81746772324','8',1.00,'30','retail','0','2025-05-09 09:32:04','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-05-09 06:32:10','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174677232623026832073'),(2173,'81746775570','1',1.00,'50','retail','0','2025-05-09 10:26:10','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-09 07:26:17','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','26.00','25','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174677557172551453623'),(2174,'81746779384','1',1.00,'50','retail','0','2025-05-09 11:29:44','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-09 08:30:21','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','25.00','24','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174677938522336730427'),(2175,'81746779384','7',1.00,'20','retail','0','2025-05-09 11:29:59','','','','0','Cash',2.71,'20','','','8','16.00','1','2025-05-09 08:30:21','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174677940122330200002'),(2176,'81746779384','7',1.00,'20','retail','0','2025-05-09 11:30:05','','','','0','Cash',2.71,'20','','','8','16.00','1','2025-05-09 08:30:21','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174677940732022234203'),(2177,'81746779384','6',1.00,'50','retail','0','2025-05-09 11:30:15','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-09 08:30:21','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174677941732301313831'),(2180,'81746780513','45',1.00,'180','retail','0','2025-05-09 11:48:33','','','','0','Cash',24.41,'180','','','8','16.00','1','2025-05-09 08:48:39','3','5','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174678051432330472020'),(2181,'211746780466','1',1.00,'50','retail','0','2025-05-09 11:47:46','','','','0','Cash',6.78,'50','','','21','','1','2025-05-09 08:54:28','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174678046800708301203'),(2182,'211746780466','6',1.00,'50','retail','0','2025-05-09 11:48:01','','','','0','Cash',6.78,'50','','','21','','1','2025-05-09 08:54:28','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174678048220201407020'),(2183,'211746780466','11',1.00,'60','retail','0','2025-05-09 11:54:21','','','','0','Cash',8.14,'60','','','21','16.00','1','2025-05-09 08:54:28','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174678086202823312060'),(2184,'81746781358','19',1.00,'180','retail','0','2025-05-09 12:02:38','','','','0','Cash',24.41,'180','','','8','16.00','1','2025-05-09 09:03:27','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174678137173382831020'),(2185,'81746782198','13',1.00,'100','retail','0','2025-05-09 12:16:38','','','','0','Cash',13.56,'100','','','8','16.00','1','2025-05-09 09:17:16','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174678220043636003830'),(2186,'81746782198','7',1.00,'20','retail','0','2025-05-09 12:17:04','','','','0','Cash',2.71,'20','','','8','16.00','1','2025-05-09 09:17:16','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174678222621178823487'),(2187,'81746782198','7',1.00,'20','retail','0','2025-05-09 12:17:06','','','','0','Cash',2.71,'20','','','8','16.00','1','2025-05-09 09:17:16','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174678222939272280220'),(2188,'81746783653','18',1.00,'150','retail','0','2025-05-09 12:40:53','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-05-09 09:41:25','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','41.00','40','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174678365432273023333'),(2189,'81746785596','28',1.00,'200','retail','0','2025-05-09 13:13:17','','','','0','Cash',27.12,'200','','','8','16.00','1','2025-05-09 10:13:30','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174678559824383592313'),(2190,'81746788044','8',1.00,'30','retail','0','2025-05-09 13:54:04','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-05-09 10:54:09','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174678804538333303230'),(2191,'211746789060','87',1.00,'150','retail','0','2025-05-09 14:11:00','','','','0','Cash',20.34,'150','','','21','16.00','1','2025-05-09 11:11:05','3','10','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174678906190130320336'),(2192,'81746789400','1',1.00,'50','retail','0','2025-05-09 14:16:40','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-09 11:16:45','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','23.00','22','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174678940140723238922'),(2193,'81746791935','59',1.00,'50','retail','0','2025-05-09 14:58:55','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-09 11:59:08','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','32.00','31','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174679193731324311091'),(2194,'211746796456','59',1.00,'50','retail','0','2025-05-09 16:14:17','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-09 13:14:37','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','31.00','30','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174679646567120253267'),(2195,'211746796680','18',1.00,'150','retail','0','2025-05-09 16:18:00','','','','0','Cash',20.34,'150','','','21','16.00','1','2025-05-09 13:18:06','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','40.00','39','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174679668372223130073'),(2196,'211746797918','59',1.00,'50','retail','0','2025-05-09 16:38:38','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-09 13:38:43','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','30.00','29','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174679792001202223262'),(2197,'81746798382','59',1.00,'50','retail','0','2025-05-09 16:46:22','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-09 13:46:31','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','29.00','28','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174679838402732830839'),(2198,'81746798526','59',1.00,'50','retail','0','2025-05-09 16:48:46','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-09 13:48:54','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','28.00','27','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174679852832882241092'),(2199,'81746799591','59',1.00,'50','retail','0','2025-05-09 17:06:31','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-09 14:06:52','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','27.00','26','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174679959321330200693'),(2200,'81746799591','59',1.00,'50','retail','0','2025-05-09 17:06:36','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-09 14:06:52','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','26.00','25','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174679959797293793300'),(2201,'81746799591','59',1.00,'50','retail','0','2025-05-09 17:06:41','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-09 14:06:52','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','25.00','24','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174679960202399702222'),(2202,'81746799591','59',1.00,'50','retail','0','2025-05-09 17:06:46','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-09 14:06:52','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174679960802232923639'),(2203,'81746800412','1',1.00,'50','retail','0','2025-05-09 17:20:12','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-09 14:20:17','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','22.00','21','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174680041370330033383'),(2204,'81746802467','1',1.00,'50','retail','0','2025-05-09 17:54:28','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-09 14:55:28','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','21.00','20','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174680247044242243680'),(2205,'81746802467','1',1.00,'50','retail','0','2025-05-09 17:54:33','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-09 14:55:28','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174680247620402721228'),(2206,'81746802467','11',1.00,'60','retail','0','2025-05-09 17:55:01','','','','0','Cash',8.14,'60','','','8','16.00','1','2025-05-09 14:55:28','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174680251022333302300'),(2207,'211746802783','1',1.00,'50','retail','0','2025-05-09 17:59:44','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-09 15:00:37','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174680278637028320823'),(2208,'211746802783','59',1.00,'50','retail','0','2025-05-09 18:00:16','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-09 15:00:37','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','23.00','22','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174680281920330328029'),(2209,'81746803193','12',1.00,'50','retail','0','2025-05-09 18:06:33','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-09 15:06:47','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174680319521531233237'),(2212,'211746803380','25',1.00,'200','retail','0','2025-05-09 18:09:40','','','','0','Cash',27.12,'200','','','21','16.00','1','2025-05-09 15:09:44','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174680338103222222220'),(2213,'81746803273','38',1.00,'50','retail','0','2025-05-09 18:07:53','','','','0','Cash',6.78,'50','','','8','','1','2025-05-09 15:15:11','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174680327431244302834'),(2214,'81746803273','38',1.00,'50','retail','0','2025-05-09 18:07:58','','','','0','Cash',6.78,'50','','','8','','1','2025-05-09 15:15:11','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174680328030372248222'),(2215,'81746803273','38',1.00,'50','retail','0','2025-05-09 18:14:48','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-09 15:15:11','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174680369333036030193'),(2218,'211746803409','14',1.00,'100','retail','0','2025-05-09 18:10:10','','','','0','Cash',13.56,'100','','','21','16.00','1','2025-05-09 15:20:05','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174680341113201880312'),(2219,'81746803789','1',1.00,'50','retail','0','2025-05-09 18:16:29','','','','0','Cash',6.78,'50','','','8','','1','2025-05-09 15:47:03','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174680379138734022383'),(2220,'81746803789','1',1.00,'50','retail','0','2025-05-09 18:16:32','','','','0','Cash',6.78,'50','','','8','','1','2025-05-09 15:47:03','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174680379630283623366'),(2221,'211746806340','1',1.00,'50','retail','0','2025-05-09 18:59:00','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-09 15:59:16','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174680634513232035812'),(2222,'211746806702','21',1.00,'280','retail','0','2025-05-09 19:05:02','','','','0','Cash',37.97,'280','','','21','16.00','1','2025-05-09 16:07:23','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174680670633002203322'),(2223,'211746806702','21',1.00,'280','retail','0','2025-05-09 19:05:14','','','','0','Cash',37.97,'280','','','21','16.00','1','2025-05-09 16:07:23','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174680671561020703130'),(2224,'211746806702','8',1.00,'30','retail','0','2025-05-09 19:06:06','','','','0','Cash',4.07,'30','','','21','16.00','1','2025-05-09 16:07:23','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174680677003333221237'),(2225,'211746806702','8',1.00,'30','retail','0','2025-05-09 19:06:17','','','','0','Cash',4.07,'30','','','21','16.00','1','2025-05-09 16:07:23','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174680677932706203004'),(2226,'211746806702','8',1.00,'30','retail','0','2025-05-09 19:06:29','','','','0','Cash',4.07,'30','','','21','16.00','1','2025-05-09 16:07:23','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174680679408292620141'),(2227,'211746806702','8',1.00,'30','retail','0','2025-05-09 19:07:10','','','','0','Cash',4.07,'30','','','21','16.00','1','2025-05-09 16:07:23','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174680683403430403022'),(2228,'81746806827','52',1.00,'150','retail','0','2025-05-09 19:07:07','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-05-09 16:07:34','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','32.00','31','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174680682982232026028'),(2229,'81746806827','3',1.00,'120','retail','0','2025-05-09 19:07:24','','','','0','Cash',16.27,'120','','','8','16.00','1','2025-05-09 16:07:34','1','12','new','1','new','pcs','','','','yes','','2.03','','','VATABLE',101.69,'1','35.00','34','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174680684613620781408'),(2230,'81746808410','38',1.00,'50','retail','0','2025-05-09 19:33:31','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-09 16:33:37','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174680841230034836382'),(2231,'211746808499','3',1.00,'120','retail','0','2025-05-09 19:34:59','','','','0','Cash',16.27,'120','','','21','16.00','1','2025-05-09 16:35:29','1','12','new','1','new','pcs','','','','yes','','2.03','','','VATABLE',101.69,'1','34.00','33','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174680850034423321005'),(2232,'211746808499','12',1.00,'50','retail','0','2025-05-09 19:35:20','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-09 16:35:29','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174680852282341200020'),(2235,'81746809037','18',1.00,'150','retail','0','2025-05-09 19:43:57','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-05-09 16:44:21','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','39.00','38','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174680903876223033823'),(2236,'81746809037','6',1.00,'50','retail','0','2025-05-09 19:44:08','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-09 16:44:21','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174680905090340023908'),(2237,'211746809138','59',1.00,'50','retail','0','2025-05-09 19:45:38','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-09 16:45:57','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','22.00','21','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174680913914720000312'),(2238,'211746809138','59',1.00,'50','retail','0','2025-05-09 19:45:45','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-09 16:45:57','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','21.00','20','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174680914622124443323'),(2239,'211746809922','1',1.00,'50','retail','0','2025-05-09 19:58:42','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-09 16:59:10','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174680992302429028202'),(2240,'211746809922','11',1.00,'60','retail','0','2025-05-09 19:59:01','','','','0','Cash',8.14,'60','','','21','16.00','1','2025-05-09 16:59:10','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174680994322922382340'),(2241,'81746808843','30',1.00,'50','retail','0','2025-05-09 19:40:44','','','','0','Cash',6.78,'50','','','8','','1','2025-05-09 17:02:43','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174680884630383732214'),(2242,'81746808843','32',1.00,'300','retail','0','2025-05-09 19:41:02','','','','0','Cash',40.68,'300','','','8','','1','2025-05-09 17:02:43','1','13','new','1','printed','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174680886423202320832'),(2243,'81746808843','50',1.00,'50','retail','0','2025-05-09 20:02:33','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-09 17:02:43','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174681015501503241311'),(2244,'211746810332','7',1.00,'20','retail','0','2025-05-09 20:05:32','','','','0','Cash',2.71,'20','','','21','16.00','1','2025-05-09 17:05:49','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174681033323122303233'),(2245,'211746811394','59',1.00,'50','retail','0','2025-05-09 20:23:14','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-09 17:23:17','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174681139524160918173'),(2246,'111746813980','25',1.00,'200','retail','0','2025-05-09 21:06:20','','','','0','Cash',27.12,'200','','','11','16.00','1','2025-05-09 18:06:25','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174681398111212010391'),(2247,'111746814043','25',1.00,'200','retail','0','2025-05-09 21:07:23','','','','0','Cash',27.12,'200','','','11','16.00','1','2025-05-09 18:07:33','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174681404402422030128'),(2248,'81746814131','8',1.00,'30','retail','0','2025-05-09 21:08:51','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-05-09 18:09:07','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174681413370622223313'),(2249,'111746814774','8',1.00,'30','retail','0','2025-05-09 21:19:34','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-09 18:19:39','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174681477572231323332'),(2250,'111746815316','7',1.00,'20','retail','0','2025-05-09 21:28:36','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-05-09 18:28:46','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174681531732307160200'),(2251,'111746815316','7',1.00,'20','retail','0','2025-05-09 21:28:41','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-05-09 18:28:46','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174681532222333531333'),(2252,'111746820148','7',1.00,'20','retail','0','2025-05-09 22:49:08','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-05-09 19:49:13','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174682014908004321132'),(2253,'111746820183','54',1.00,'50','retail','0','2025-05-09 22:49:43','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-09 19:56:48','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174682021400683302822'),(2254,'221746820731','18',1.00,'150','retail','0','2025-05-09 22:58:51','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-05-09 19:59:03','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','38.00','37','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174682073223222703132'),(2255,'111746856723','7',1.00,'20','retail','0','2025-05-10 08:58:43','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-05-10 05:59:10','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174685672455702427303'),(2256,'111746856723','7',1.00,'20','retail','0','2025-05-10 08:58:48','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-05-10 05:59:10','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174685672933228333723'),(2257,'111746856723','1',1.00,'50','retail','0','2025-05-10 08:59:03','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-10 05:59:10','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174685674442247330244'),(2260,'81746858249','1',1.00,'50','retail','0','2025-05-10 09:24:09','','','','0','Cash',6.78,'50','','','8','','1','2025-05-10 06:26:13','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174685825133341022243'),(2261,'81746858249','7',1.00,'20','retail','0','2025-05-10 09:24:19','','','','0','Cash',2.71,'20','','','8','','1','2025-05-10 06:26:13','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174685826030320202308'),(2262,'81746858249','6',1.00,'50','retail','0','2025-05-10 09:26:07','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-10 06:26:13','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174685836808328201082'),(2263,'81746861224','8',1.00,'30','retail','0','2025-05-10 10:13:44','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-05-10 07:13:50','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174686122620030462203'),(2264,'81746862986','8',1.00,'30','retail','0','2025-05-10 10:43:06','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-05-10 07:43:12','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174686298723239332033'),(2265,'81746862986','8',1.00,'30','retail','0','2025-05-10 10:43:08','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-05-10 07:43:12','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174686298909320004280'),(2266,'211746863145','8',1.00,'30','retail','0','2025-05-10 10:45:45','','','','0','Cash',4.07,'30','','','21','16.00','1','2025-05-10 07:46:01','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174686314631233326334'),(2269,'81746864720','8',1.00,'30','retail','0','2025-05-10 11:12:00','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-05-10 08:12:05','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174686472182221300832'),(2274,'81746864377','32',1.00,'300','retail','0','2025-05-10 11:06:17','','','','0','Cash',40.68,'300','','','8','','1','2025-05-10 08:33:12','1','13','new','1','printed','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174686437838203136372'),(2275,'81746864377','30',1.00,'50','retail','0','2025-05-10 11:06:27','','','','0','Cash',6.78,'50','','','8','','1','2025-05-10 08:33:12','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174686438972318072220'),(2276,'81746864377','30',1.00,'50','retail','0','2025-05-10 11:20:35','','','','0','Cash',6.78,'50','','','8','','1','2025-05-10 08:33:12','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174686523736343223240'),(2277,'81746864377','21',1.00,'280','retail','0','2025-05-10 11:20:44','','','','0','Cash',37.97,'280','','','8','','1','2025-05-10 08:33:12','1','3','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174686524622462272244'),(2278,'81746864377','30',1.00,'50','retail','0','2025-05-10 11:33:00','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-10 08:33:12','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174686598134002202326'),(2279,'81746864377','21',1.00,'280','retail','0','2025-05-10 11:33:04','','','','0','Cash',37.97,'280','','','8','16.00','1','2025-05-10 08:33:12','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174686598623367208832'),(2283,'81746869279','74',1.00,'100','retail','0','2025-05-10 12:27:59','','','','0','Cash',13.56,'100','','','8','16.00','1','2025-05-10 09:28:05','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174686928020333642008'),(2284,'81746869586','7',1.00,'20','retail','0','2025-05-10 12:33:06','','','','0','Cash',2.71,'20','','','8','16.00','1','2025-05-10 09:33:13','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174686958728327723080'),(2285,'81746869586','7',1.00,'20','retail','0','2025-05-10 12:33:08','','','','0','Cash',2.71,'20','','','8','16.00','1','2025-05-10 09:33:13','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174686959039732093374'),(2297,'81746870800','7',1.00,'20','retail','0','2025-05-10 12:53:20','','','','0','Cash',2.71,'20','','','8','16.00','1','2025-05-10 09:53:24','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174687080117233318364'),(2298,'211746872089','28',1.00,'200','retail','0','2025-05-10 13:14:49','','','','0','Cash',27.12,'200','','','21','16.00','1','2025-05-10 10:14:53','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174687209123307722703'),(2299,'211746872200','25',1.00,'200','retail','0','2025-05-10 13:16:41','','','','0','Cash',27.12,'200','','','21','16.00','1','2025-05-10 10:17:45','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174687220902820643227'),(2300,'211746872200','41',1.00,'100','retail','0','2025-05-10 13:17:31','','','','0','Cash',13.56,'100','','','21','16.00','1','2025-05-10 10:17:45','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174687225303242227221'),(2306,'81746873433','80',1.00,'20','retail','0','2025-05-10 13:37:13','','','','10','Cash',2.71,'20','','','8','16.00','1','2025-05-10 10:37:18','','14','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','40.00','39','Inclusive','branch','Service','1110','4000','5500','','','','8174687343507763883823'),(2307,'211746873367','31',1.00,'150','retail','0','2025-05-10 13:36:07','','','','0','Cash',20.34,'150','','','21','','1','2025-05-10 10:48:06','1','3','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174687336823338333232'),(2308,'211746873367','29',1.00,'100','retail','0','2025-05-10 13:36:11','','','','0','Cash',13.56,'100','','','21','','1','2025-05-10 10:48:06','1','3','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174687337312233323202'),(2309,'211746873367','28',1.00,'200','retail','0','2025-05-10 13:36:19','','','','0','Cash',27.12,'200','','','21','','1','2025-05-10 10:48:06','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174687338078203328630'),(2310,'211746873367','28',1.00,'200','retail','0','2025-05-10 13:36:24','','','','0','Cash',27.12,'200','','','21','','1','2025-05-10 10:48:06','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174687338761130208228'),(2311,'211746873367','43',1.00,'200','retail','0','2025-05-10 13:36:48','','','','0','Cash',27.12,'200','','','21','','1','2025-05-10 10:48:06','3','4','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174687340943032630217'),(2312,'211746873367','38',1.00,'50','retail','0','2025-05-10 13:47:59','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-10 10:48:06','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174687408120002233232'),(2333,'81746875065','69',1.00,'250','retail','0','2025-05-10 14:04:25','','','','0','Cash',33.90,'250','','','8','','1','2025-05-10 11:47:57','3','10','new','1','printed','pcs','','','','yes','','4.24','','','VATABLE',211.86,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174687506720661103302'),(2334,'81746875065','28',1.00,'200','retail','0','2025-05-10 14:04:45','','','','0','Cash',27.12,'200','','','8','','1','2025-05-10 11:47:57','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174687508626582220230'),(2335,'81746875065','38',1.00,'50','retail','0','2025-05-10 14:19:18','','','','0','Cash',6.78,'50','','','8','','1','2025-05-10 11:47:57','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174687596030721023090'),(2336,'81746875065','40',1.00,'150','retail','0','2025-05-10 14:19:23','','','','0','Cash',20.34,'150','','','8','','1','2025-05-10 11:47:57','1','13','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174687596532040205303'),(2337,'81746875065','8',1.00,'30','retail','0','2025-05-10 14:19:42','','','','0','Cash',4.07,'30','','','8','','1','2025-05-10 11:47:57','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174687598483136252233'),(2338,'81746875065','34',1.00,'280','retail','0','2025-05-10 14:41:05','','','','0','Cash',37.97,'280','','','8','','1','2025-05-10 11:47:57','1','13','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174687727242223022204'),(2339,'81746875065','8',1.00,'30','retail','0','2025-05-10 14:47:45','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-05-10 11:47:57','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174687766820303183432'),(2340,'51746879209','45',1.00,'180','retail','0','2025-05-10 15:13:29','','','','0','Cash',24.41,'180','','','5','16.00','1','2025-05-10 12:13:41','3','5','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5174687921420823237922'),(2346,'211746883887','59',1.00,'50','retail','0','2025-05-10 16:31:27','','','','0','Cash',6.78,'50','','','21','','1','2025-05-10 13:39:06','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174688388803023382082'),(2347,'211746883887','59',1.00,'50','retail','0','2025-05-10 16:31:34','','','','0','Cash',6.78,'50','','','21','','1','2025-05-10 13:39:06','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174688389532232323903'),(2348,'211746883887','59',1.00,'50','retail','0','2025-05-10 16:38:31','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-10 13:39:06','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174688431933233037243'),(2349,'211746883887','59',1.00,'50','retail','0','2025-05-10 16:38:49','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-10 13:39:06','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174688433533331828432'),(2350,'81746882344','30',1.00,'50','retail','0','2025-05-10 16:05:45','','','','0','Cash',6.78,'50','','','8','','1','2025-05-10 13:45:28','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174688234732433368226'),(2351,'81746882344','32',1.00,'300','retail','0','2025-05-10 16:06:05','','','','0','Cash',40.68,'300','','','8','','1','2025-05-10 13:45:28','1','13','new','1','printed','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174688237182822427073'),(2352,'81746882344','18',1.00,'150','retail','0','2025-05-10 16:06:22','','','','0','Cash',20.34,'150','','','8','','1','2025-05-10 13:45:28','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','37.00','36','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174688238480330323300'),(2353,'81746882344','59',1.00,'50','retail','0','2025-05-10 16:45:16','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-10 13:45:28','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174688471920033303724'),(2363,'211746885124','31',1.00,'150','retail','0','2025-05-10 16:52:04','','','','0','Cash',20.34,'150','','','21','16.00','1','2025-05-10 13:52:48','1','3','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174688512623308003574'),(2364,'211746885124','8',1.00,'30','retail','0','2025-05-10 16:52:25','','','','0','Cash',4.07,'30','','','21','16.00','1','2025-05-10 13:52:48','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174688514735730364560'),(2365,'211746885124','8',1.00,'30','retail','0','2025-05-10 16:52:34','','','','0','Cash',4.07,'30','','','21','16.00','1','2025-05-10 13:52:48','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174688515525135201230'),(2366,'211746886198','59',1.00,'50','retail','0','2025-05-10 17:09:58','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-10 14:11:33','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174688620573630330230'),(2367,'211746886198','59',1.00,'50','retail','0','2025-05-10 17:10:21','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-10 14:11:33','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174688623123601730273'),(2368,'211746886198','59',1.00,'50','retail','0','2025-05-10 17:10:51','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-10 14:11:33','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174688625833811128083'),(2370,'211746888979','44',1.00,'150','retail','0','2025-05-10 17:56:19','','','','0','Cash',20.34,'150','','','21','16.00','1','2025-05-10 14:56:31','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174688898323438213228'),(2393,'211746868430','54',1.00,'50','retail','0','2025-05-10 12:13:50','','','','0','Cash',6.78,'50','','','21','','1','2025-05-10 15:09:56','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174686843132333822344'),(2394,'211746868430','3',1.00,'120','retail','0','2025-05-10 12:14:07','','','','0','Cash',16.27,'120','','','21','','1','2025-05-10 15:09:56','1','12','new','1','printed','pcs','','','','yes','','2.03','','','VATABLE',101.69,'1','33.00','32','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174686844803628181324'),(2395,'211746868430','8',1.00,'30','retail','0','2025-05-10 12:14:22','','','','0','Cash',4.07,'30','','','21','','1','2025-05-10 15:09:56','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174686846302233233233'),(2396,'211746868430','3',1.00,'120','retail','0','2025-05-10 12:40:48','','','','0','Cash',16.27,'120','','','21','','1','2025-05-10 15:09:56','1','12','new','1','printed','pcs','','','','yes','','2.03','','','VATABLE',101.69,'1','32.00','31','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174687004912793128343'),(2397,'211746868430','8',1.00,'30','retail','0','2025-05-10 12:40:54','','','','0','Cash',4.07,'30','','','21','','1','2025-05-10 15:09:56','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174687005605322375252'),(2398,'211746868430','1',1.00,'50','retail','0','2025-05-10 12:49:45','','','','0','Cash',6.78,'50','','','21','','1','2025-05-10 15:09:56','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174687058772853007302'),(2399,'211746868430','55',1.00,'80','retail','0','2025-05-10 14:08:02','','','','0','Cash',10.85,'80','','','21','','1','2025-05-10 15:09:56','3','8','new','1','printed','pcs','','','','yes','','1.36','','','VATABLE',67.80,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174687529139526202120'),(2400,'211746868430','45',1.00,'180','retail','0','2025-05-10 16:46:19','','','','0','Cash',24.41,'180','','','21','','1','2025-05-10 15:09:56','3','5','new','1','printed','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174688478108222132831'),(2401,'211746868430','54',1.00,'50','retail','0','2025-05-10 16:46:39','','','','0','Cash',6.78,'50','','','21','','1','2025-05-10 15:09:56','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174688480120242133237'),(2402,'211746868430','54',1.00,'50','retail','0','2025-05-10 18:01:14','','','','0','Cash',6.78,'50','','','21','','1','2025-05-10 15:09:56','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174688927572276330256'),(2403,'211746868430','33',1.00,'600','retail','0','2025-05-10 18:03:27','','','','0','Cash',81.36,'600','','','21','','1','2025-05-10 15:09:56','1','13','new','1','printed','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174688941342342422323'),(2404,'211746868430','30',1.00,'50','retail','0','2025-05-10 18:03:56','','','','0','Cash',6.78,'50','','','21','','1','2025-05-10 15:09:56','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174688943803331822330'),(2405,'211746868430','44',1.00,'150','retail','0','2025-05-10 18:09:49','','','','0','Cash',20.34,'150','','','21','16.00','1','2025-05-10 15:09:56','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174688979027820232107'),(2406,'211746890123','6',1.00,'50','retail','0','2025-05-10 18:15:23','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-10 15:16:06','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174689012523330530352'),(2407,'211746890123','6',1.00,'50','retail','0','2025-05-10 18:15:32','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-10 15:16:06','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174689013323933332333'),(2408,'211746890123','1',1.00,'50','retail','0','2025-05-10 18:15:51','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-10 15:16:06','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174689015340362323219'),(2409,'211746891968','1',1.00,'50','retail','0','2025-05-10 18:46:08','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-10 15:46:16','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174689197092237022732'),(2435,'81746892264','1',1.00,'50','retail','0','2025-05-10 18:51:05','','','','0','Cash',6.78,'50','','','8','','1','2025-05-10 16:15:05','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174689226603370332613'),(2436,'81746892264','1',1.00,'50','retail','0','2025-05-10 18:51:15','','','','0','Cash',6.78,'50','','','8','','1','2025-05-10 16:15:05','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174689227602376344024'),(2437,'81746892264','12',1.00,'50','retail','0','2025-05-10 19:14:56','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-10 16:15:05','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174689369883396322268'),(2438,'211746892435','38',1.00,'50','retail','0','2025-05-10 18:53:55','','','','0','Cash',6.78,'50','','','21','','1','2025-05-10 16:19:52','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174689243796333962302'),(2439,'211746892435','38',1.00,'50','retail','0','2025-05-10 18:54:03','','','','0','Cash',6.78,'50','','','21','','1','2025-05-10 16:19:52','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174689244433730412706'),(2440,'211746892435','38',1.00,'50','retail','0','2025-05-10 18:56:28','','','','0','Cash',6.78,'50','','','21','','1','2025-05-10 16:19:52','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174689259022202392310'),(2441,'211746886337','1',1.00,'50','retail','0','2025-05-10 17:12:17','','','','0','Cash',6.78,'50','','','21','','1','2025-05-10 16:21:09','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174688634120603232223'),(2442,'211746886337','1',1.00,'50','retail','0','2025-05-10 19:13:25','','','','0','Cash',6.78,'50','','','21','','1','2025-05-10 16:21:09','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174689360602366322620'),(2443,'211746886337','1',1.00,'50','retail','0','2025-05-10 19:14:05','','','','0','Cash',6.78,'50','','','21','','1','2025-05-10 16:21:09','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174689364693220400323'),(2444,'211746886337','7',1.00,'20','retail','0','2025-05-10 19:21:01','','','','0','Cash',2.71,'20','','','21','16.00','1','2025-05-10 16:21:09','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174689406320722222968'),(2445,'211746894326','52',1.00,'150','retail','0','2025-05-10 19:25:26','','','','0','Cash',20.34,'150','','','21','16.00','1','2025-05-10 16:25:37','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','31.00','30','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174689432712943832302'),(2461,'211746895408','1',1.00,'50','retail','0','2025-05-10 19:43:28','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-10 16:43:39','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174689540922360022423'),(2463,'81746895664','18',1.00,'150','retail','0','2025-05-10 19:47:44','','','','0','Cash',20.34,'150','','','8','','1','2025-05-10 16:48:45','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','29.00','28','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174689566636042163640'),(2464,'81746895664','52',1.00,'150','retail','0','2025-05-10 19:48:40','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-05-10 16:48:45','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','30.00','29','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174689572113933678387'),(2465,'81746893555','18',1.00,'150','retail','0','2025-05-10 19:12:35','','','','0','Cash',20.34,'150','','','8','','1','2025-05-10 17:09:12','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','36.00','35','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174689355602439403123'),(2466,'81746893555','18',1.00,'150','retail','0','2025-05-10 19:12:39','','','','0','Cash',20.34,'150','','','8','','1','2025-05-10 17:09:12','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','35.00','34','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174689356000706639018'),(2467,'81746893555','18',1.00,'150','retail','0','2025-05-10 19:12:41','','','','0','Cash',20.34,'150','','','8','','1','2025-05-10 17:09:12','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','34.00','33','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174689356301626292852'),(2468,'81746893555','18',1.00,'150','retail','0','2025-05-10 19:12:48','','','','0','Cash',20.34,'150','','','8','','1','2025-05-10 17:09:12','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','33.00','32','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174689357020872040230'),(2469,'81746893555','18',1.00,'150','retail','0','2025-05-10 19:12:59','','','','0','Cash',20.34,'150','','','8','','1','2025-05-10 17:09:12','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','32.00','31','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174689358038203136382'),(2470,'81746893555','18',1.00,'150','retail','0','2025-05-10 19:13:05','','','','0','Cash',20.34,'150','','','8','','1','2025-05-10 17:09:12','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','31.00','30','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174689358750623033836'),(2471,'81746893555','59',1.00,'50','retail','0','2025-05-10 19:13:22','','','','0','Cash',6.78,'50','','','8','','1','2025-05-10 17:09:12','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174689360423312234028'),(2472,'81746893555','59',1.00,'50','retail','0','2025-05-10 19:13:27','','','','0','Cash',6.78,'50','','','8','','1','2025-05-10 17:09:12','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174689360931360227000'),(2473,'81746893555','59',1.00,'50','retail','0','2025-05-10 19:13:34','','','','0','Cash',6.78,'50','','','8','','1','2025-05-10 17:09:12','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174689361503675023233'),(2474,'81746893555','59',1.00,'50','retail','0','2025-05-10 19:13:39','','','','0','Cash',6.78,'50','','','8','','1','2025-05-10 17:09:12','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174689362122063021703'),(2475,'81746893555','59',1.00,'50','retail','0','2025-05-10 19:13:43','','','','0','Cash',6.78,'50','','','8','','1','2025-05-10 17:09:12','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174689362562309102303'),(2476,'81746893555','59',1.00,'50','retail','0','2025-05-10 19:13:47','','','','0','Cash',6.78,'50','','','8','','1','2025-05-10 17:09:12','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174689362938698923800'),(2477,'81746893555','59',1.00,'50','retail','0','2025-05-10 19:13:52','','','','0','Cash',6.78,'50','','','8','','1','2025-05-10 17:09:12','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174689363422332633302'),(2478,'81746893555','59',1.00,'50','retail','0','2025-05-10 19:13:59','','','','0','Cash',6.78,'50','','','8','','1','2025-05-10 17:09:12','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174689364132223236223'),(2479,'81746893555','18',1.00,'150','retail','0','2025-05-10 19:38:50','','','','0','Cash',20.34,'150','','','8','','1','2025-05-10 17:09:12','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','30.00','29','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174689513233220038023'),(2480,'81746893555','23',1.00,'350','retail','0','2025-05-10 20:08:18','','','','0','Cash',47.46,'350','','','8','16.00','1','2025-05-10 17:09:12','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174689690022882099072'),(2481,'81746893555','23',1.00,'350','retail','0','2025-05-10 20:08:26','','','','0','Cash',47.46,'350','','','8','16.00','1','2025-05-10 17:09:12','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174689690822189882902'),(2482,'81746893555','54',1.00,'50','retail','0','2025-05-10 20:08:56','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-10 17:09:12','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174689693703476233339'),(2483,'81746893555','54',1.00,'50','retail','0','2025-05-10 20:09:02','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-10 17:09:12','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174689694438903332232'),(2484,'81746892010','14',1.00,'100','retail','0','2025-05-10 18:46:50','','','','0','Cash',13.56,'100','','','8','','1','2025-05-10 17:10:37','3','1','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174689201222024022210'),(2485,'81746892010','88',1.00,'150','retail','0','2025-05-10 20:10:30','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-05-10 17:10:37','3','10','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174689703220276403340'),(2487,'211746897761','13',1.00,'100','retail','0','2025-05-10 20:22:41','','','','0','Cash',13.56,'100','','','21','16.00','1','2025-05-10 17:23:13','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174689776222023630379'),(2488,'211746897761','1',1.00,'50','retail','0','2025-05-10 20:22:50','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-10 17:23:13','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174689777123203738374'),(2489,'211746897761','8',1.00,'30','retail','0','2025-05-10 20:23:08','','','','0','Cash',4.07,'30','','','21','16.00','1','2025-05-10 17:23:13','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174689778933122292360'),(2490,'211746897113','1',1.00,'50','retail','0','2025-05-10 20:11:53','','','','0','Cash',6.78,'50','','','21','','1','2025-05-10 17:25:32','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174689711422113233317'),(2491,'211746897113','8',1.00,'30','retail','0','2025-05-10 20:25:17','','','','0','Cash',4.07,'30','','','21','16.00','1','2025-05-10 17:25:32','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174689791862939371704'),(2494,'221746902161','18',1.00,'150','retail','0','2025-05-10 21:36:01','','','','0','Cash',20.34,'150','','','22','','1','2025-05-10 18:55:36','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','28.00','27','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174690216333632630116'),(2495,'221746902161','1',1.00,'50','retail','0','2025-05-10 21:55:25','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-10 18:55:36','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174690332620332223232'),(2496,'221746901662','1',1.00,'50','retail','0','2025-05-10 21:27:42','','','','0','Cash',6.78,'50','','','22','','1','2025-05-10 18:56:20','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174690166436220307334'),(2497,'221746901662','7',1.00,'20','retail','0','2025-05-10 21:55:58','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-10 18:56:20','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174690337622336223626'),(2498,'221746906487','6',1.00,'50','retail','0','2025-05-10 22:48:07','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-10 19:48:23','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174690648830900830938'),(2499,'221746906487','6',1.00,'50','retail','0','2025-05-10 22:48:12','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-10 19:48:23','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174690649434049302297'),(2500,'221746908357','18',1.00,'150','retail','0','2025-05-10 23:19:17','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-05-10 20:19:22','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','27.00','26','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174690835835000203302'),(2501,'221746908604','48',1.00,'20','retail','0','2025-05-10 23:23:24','','','','20','Cash',2.71,'20','','','22','16.00','1','2025-05-10 20:23:54','1','6','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','149.00','148','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174690860530600230033'),(2502,'221746908604','48',1.00,'20','retail','0','2025-05-10 23:23:32','','','','20','Cash',2.71,'20','','','22','16.00','1','2025-05-10 20:23:54','1','6','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','148.00','147','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174690861302393183020'),(2503,'221746908604','48',1.00,'20','retail','0','2025-05-10 23:23:37','','','','20','Cash',2.71,'20','','','22','16.00','1','2025-05-10 20:23:54','1','6','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','147.00','146','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174690861813223221162'),(2504,'221746908604','48',1.00,'20','retail','0','2025-05-10 23:23:42','','','','20','Cash',2.71,'20','','','22','16.00','1','2025-05-10 20:23:54','1','6','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','146.00','145','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174690862322233322102'),(2505,'51746916238','57',1.00,'100','retail','0','2025-05-11 01:42:11','','','','0','Cash',13.56,'100','','','5','16.00','1','2025-05-10 22:42:36','3','8','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5174691693522163026120'),(2507,'111746923987','41',1.00,'100','retail','0','2025-05-11 03:39:47','','','','0','Cash',13.56,'100','','','11','','1','2025-05-11 04:59:57','3','4','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','25.00','24','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174692400900930032122'),(2508,'111746923987','1',1.00,'50','retail','0','2025-05-11 07:59:51','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-11 04:59:57','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174693959230121991320'),(2509,'221746942417','44',1.00,'150','retail','0','2025-05-11 08:46:57','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-05-11 05:47:38','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174694241822322433224'),(2510,'221746942417','44',1.00,'150','retail','0','2025-05-11 08:47:01','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-05-11 05:47:38','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174694242392360322322'),(2511,'221746942417','47',1.00,'50','retail','0','2025-05-11 08:47:28','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-11 05:47:38','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174694245002424020052'),(2512,'221746942417','47',1.00,'50','retail','0','2025-05-11 08:47:33','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-11 05:47:38','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174694245437333207042'),(2513,'211746948756','76',1.00,'100','retail','0','2025-05-11 10:32:36','','','','0','Cash',13.56,'100','','','21','16.00','1','2025-05-11 07:32:55','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174694875721323230772'),(2514,'211746948756','76',1.00,'100','retail','0','2025-05-11 10:32:46','','','','0','Cash',13.56,'100','','','21','16.00','1','2025-05-11 07:32:55','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174694876813370376392'),(2515,'181746949170','7',1.00,'20','retail','0','2025-05-11 10:39:30','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-11 07:39:40','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174694917182323272049'),(2516,'181746949170','7',1.00,'20','retail','0','2025-05-11 10:39:34','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-11 07:39:40','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174694917583100333301'),(2517,'181746949313','7',1.00,'20','retail','0','2025-05-11 10:41:53','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-11 07:41:58','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174694931503231902543'),(2518,'181746949893','6',1.00,'50','retail','0','2025-05-11 10:51:33','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-11 07:51:39','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174694989430018902020'),(2519,'211746950050','11',1.00,'60','retail','0','2025-05-11 10:54:10','','','','0','Cash',8.14,'60','','','21','16.00','1','2025-05-11 07:54:14','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174695005113021067054'),(2520,'181746951707','1',1.00,'50','retail','0','2025-05-11 11:21:47','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-11 08:30:18','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174695170820023783031'),(2521,'181746951707','6',1.00,'50','retail','0','2025-05-11 11:30:04','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-11 08:30:18','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174695220523239262922'),(2522,'181746952637','25',1.00,'200','retail','0','2025-05-11 11:37:17','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-05-11 08:37:23','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174695263837382040305'),(2523,'211746952829','1',1.00,'50','retail','0','2025-05-11 11:40:29','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-11 08:40:34','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174695283020320399234'),(2528,'181746955556','54',1.00,'50','retail','0','2025-05-11 12:25:56','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-11 09:26:04','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174695555771200503233'),(2529,'211746953651','18',1.00,'150','retail','0','2025-05-11 11:54:11','','','','0','Cash',20.34,'150','','','21','','1','2025-05-11 09:27:21','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','26.00','25','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174695365233127600222'),(2530,'211746953651','18',1.00,'150','retail','0','2025-05-11 11:54:15','','','','0','Cash',20.34,'150','','','21','','1','2025-05-11 09:27:21','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','25.00','24','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174695365632035331322'),(2531,'211746953651','59',1.00,'50','retail','0','2025-05-11 11:54:37','','','','0','Cash',6.78,'50','','','21','','1','2025-05-11 09:27:21','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174695367893042643524'),(2532,'211746953651','59',1.00,'50','retail','0','2025-05-11 11:54:42','','','','0','Cash',6.78,'50','','','21','','1','2025-05-11 09:27:21','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174695369142736720123'),(2533,'211746953651','18',1.00,'150','retail','0','2025-05-11 12:27:12','','','','0','Cash',20.34,'150','','','21','16.00','1','2025-05-11 09:27:21','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174695563323223322233'),(2535,'181746957112','18',1.00,'150','retail','0','2025-05-11 12:51:52','','','','0','Cash',20.34,'150','','','18','','1','2025-05-11 09:56:28','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','23.00','22','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174695711373733691395'),(2536,'181746957112','41',1.00,'100','retail','0','2025-05-11 12:56:22','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-11 09:56:28','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174695738333350333180'),(2537,'211746959826','25',1.00,'200','retail','0','2025-05-11 13:37:06','','','','0','Cash',27.12,'200','','','21','16.00','1','2025-05-11 10:37:10','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174695982710100952026'),(2538,'181746960616','74',1.00,'100','retail','0','2025-05-11 13:50:16','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-11 10:50:24','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174696061721828708332'),(2541,'181746961187','38',1.00,'50','retail','0','2025-05-11 13:59:47','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-11 10:59:53','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174696118812903382238'),(2545,'181746961495','38',1.00,'50','retail','0','2025-05-11 14:04:55','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-11 11:05:04','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174696149787410726323'),(2546,'181746961434','14',1.00,'100','retail','0','2025-05-11 14:03:54','','','','0','Cash',13.56,'100','','','18','','1','2025-05-11 11:24:10','3','1','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174696143533203990311'),(2547,'181746961434','11',1.00,'60','retail','0','2025-05-11 14:04:07','','','','0','Cash',8.14,'60','','','18','','1','2025-05-11 11:24:10','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174696144820203670383'),(2548,'181746961434','11',1.00,'60','retail','0','2025-05-11 14:04:12','','','','0','Cash',8.14,'60','','','18','','1','2025-05-11 11:24:10','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174696145440303080064'),(2549,'181746961434','41',1.00,'100','retail','0','2025-05-11 14:24:01','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-11 11:24:10','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','22.00','21','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174696264263424060002'),(2553,'211746963184','25',1.00,'200','retail','0','2025-05-11 14:33:05','','','','0','Cash',27.12,'200','','','21','','1','2025-05-11 11:36:09','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174696318617320030222'),(2554,'211746963184','21',1.00,'280','retail','0','2025-05-11 14:33:18','','','','0','Cash',37.97,'280','','','21','','1','2025-05-11 11:36:09','1','3','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174696320032039203630'),(2555,'211746963184','41',1.00,'100','retail','0','2025-05-11 14:33:35','','','','0','Cash',13.56,'100','','','21','','1','2025-05-11 11:36:09','3','4','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','21.00','20','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174696321732411230322'),(2556,'211746963184','59',1.00,'50','retail','0','2025-05-11 14:36:05','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-11 11:36:09','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174696336620233412722'),(2563,'211746963652','71',1.00,'300','retail','0','2025-05-11 14:40:52','','','','0','Cash',40.68,'300','','','21','16.00','1','2025-05-11 11:41:08','3','10','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','43.00','42','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174696365432002252200'),(2564,'211746963652','53',1.00,'100','retail','0','2025-05-11 14:41:03','','','','0','Cash',13.56,'100','','','21','16.00','1','2025-05-11 11:41:08','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174696366563222350226'),(2565,'181746963552','33',1.00,'600','retail','0','2025-05-11 14:39:12','','','','0','Cash',81.36,'600','','','18','','1','2025-05-11 12:13:39','1','13','new','1','printed','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174696355363331033529'),(2566,'181746963552','32',1.00,'300','retail','0','2025-05-11 14:39:17','','','','0','Cash',40.68,'300','','','18','','1','2025-05-11 12:13:39','1','13','new','1','printed','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174696355833092228321'),(2567,'181746963552','18',1.00,'150','retail','0','2025-05-11 14:39:31','','','','0','Cash',20.34,'150','','','18','','1','2025-05-11 12:13:39','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','21.00','20','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174696357203203422330'),(2568,'181746963552','18',1.00,'150','retail','0','2025-05-11 14:39:39','','','','0','Cash',20.34,'150','','','18','','1','2025-05-11 12:13:39','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174696358038603123233'),(2569,'181746963552','18',1.00,'150','retail','0','2025-05-11 14:39:43','','','','0','Cash',20.34,'150','','','18','','1','2025-05-11 12:13:39','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174696358502322373933'),(2570,'181746963552','30',1.00,'50','retail','0','2025-05-11 14:40:13','','','','0','Cash',6.78,'50','','','18','','1','2025-05-11 12:13:39','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174696361442963861224'),(2571,'181746963552','55',1.00,'80','retail','0','2025-05-11 15:13:27','','','','0','Cash',10.85,'80','','','18','16.00','1','2025-05-11 12:13:39','3','8','new','1','new','pcs','','','','yes','','1.36','','','VATABLE',67.80,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174696560894233306388'),(2577,'211746966298','34',1.00,'280','retail','0','2025-05-11 15:24:58','','','','0','Cash',37.97,'280','','','21','','1','2025-05-11 12:26:36','1','13','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174696629922700264930'),(2578,'211746966298','18',1.00,'150','retail','0','2025-05-11 15:25:06','','','','0','Cash',20.34,'150','','','21','','1','2025-05-11 12:26:36','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174696630772932261732'),(2579,'211746966298','62',1.00,'100','retail','0','2025-05-11 15:26:31','','','','0','Cash',13.56,'100','','','21','16.00','1','2025-05-11 12:26:36','3','8','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','27.00','26','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174696639203203422330'),(2580,'181746965653','25',1.00,'200','retail','0','2025-05-11 15:14:13','','','','0','Cash',27.12,'200','','','18','','1','2025-05-11 12:31:41','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174696565443222125305'),(2581,'181746965653','18',1.00,'150','retail','0','2025-05-11 15:14:23','','','','0','Cash',20.34,'150','','','18','','1','2025-05-11 12:31:41','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174696566382303303626'),(2582,'181746965653','24',1.00,'130','retail','0','2025-05-11 15:14:42','','','','0','Cash',17.63,'130','','','18','','1','2025-05-11 12:31:41','1','3','new','1','printed','pcs','','','','yes','','2.20','','','VATABLE',110.17,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174696568372723043326'),(2583,'181746965653','18',1.00,'150','retail','0','2025-05-11 15:31:19','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-11 12:31:41','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174696668020968362633'),(2584,'181746965653','18',1.00,'150','retail','0','2025-05-11 15:31:23','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-11 12:31:41','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174696668463666266000'),(2588,'181746970446','38',1.00,'50','retail','0','2025-05-11 16:34:06','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-11 13:34:19','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174697044772032133043'),(2589,'211746960840','18',1.00,'150','retail','0','2025-05-11 13:54:01','','','','0','Cash',20.34,'150','','','21','','1','2025-05-11 13:38:49','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','22.00','21','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174696084230880402624'),(2590,'211746960840','41',1.00,'100','retail','0','2025-05-11 13:54:15','','','','0','Cash',13.56,'100','','','21','','1','2025-05-11 13:38:49','3','4','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','23.00','22','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174696085670623032366'),(2591,'211746960840','74',1.00,'100','retail','0','2025-05-11 15:49:13','','','','0','Cash',13.56,'100','','','21','','1','2025-05-11 13:38:49','3','11','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174696775422220333730'),(2592,'211746960840','38',1.00,'50','retail','0','2025-05-11 16:38:43','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-11 13:38:49','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174697072430732713703'),(2593,'211746970759','61',1.00,'100','retail','0','2025-05-11 16:39:19','','','','0','Cash',13.56,'100','','','21','16.00','1','2025-05-11 13:39:24','3','8','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174697076113202272674'),(2594,'181746973297','24',1.00,'130','retail','0','2025-05-11 17:21:37','','','','0','Cash',17.63,'130','','','18','16.00','1','2025-05-11 14:22:03','1','3','new','1','new','pcs','','','','yes','','2.20','','','VATABLE',110.17,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174697329930293220302'),(2595,'181746973297','24',1.00,'130','retail','0','2025-05-11 17:21:40','','','','0','Cash',17.63,'130','','','18','16.00','1','2025-05-11 14:22:03','1','3','new','1','new','pcs','','','','yes','','2.20','','','VATABLE',110.17,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174697330232112433330'),(2596,'181746973297','25',1.00,'200','retail','0','2025-05-11 17:21:45','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-05-11 14:22:03','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174697330737243137333'),(2597,'181746973297','25',1.00,'200','retail','0','2025-05-11 17:21:52','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-05-11 14:22:03','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174697331332023311087'),(2599,'181746973663','18',1.00,'150','retail','0','2025-05-11 17:27:43','','','','0','Cash',20.34,'150','','','18','','1','2025-05-11 14:44:32','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174697366432072381033'),(2600,'181746973663','54',1.00,'50','retail','0','2025-05-11 17:44:21','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-11 14:44:32','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174697466222602420392'),(2601,'211746975065','34',1.00,'280','retail','0','2025-05-11 17:51:05','','','','0','Cash',37.97,'280','','','21','16.00','1','2025-05-11 14:51:12','1','13','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174697506662333531303'),(2602,'211746980589','1',1.00,'50','retail','0','2025-05-11 19:23:09','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-11 16:23:25','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174698059092603129010'),(2603,'211746980589','54',1.00,'50','retail','0','2025-05-11 19:23:20','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-11 16:23:25','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174698060103377323300'),(2604,'211746981449','18',1.00,'150','retail','0','2025-05-11 19:37:29','','','','0','Cash',20.34,'150','','','21','16.00','1','2025-05-11 16:38:11','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174698145165322022423'),(2605,'211746981449','1',1.00,'50','retail','0','2025-05-11 19:38:03','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-11 16:38:11','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174698148501110238432'),(2606,'181746981634','11',1.00,'60','retail','0','2025-05-11 19:40:34','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-05-11 16:40:56','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174698163502303532357'),(2607,'181746981634','11',1.00,'60','retail','0','2025-05-11 19:40:46','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-05-11 16:40:56','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174698164723331343263'),(2610,'211746982656','18',1.00,'150','retail','0','2025-05-11 19:57:36','','','','0','Cash',20.34,'150','','','21','16.00','1','2025-05-11 16:57:52','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174698265710311269162'),(2611,'211746982656','18',1.00,'150','retail','0','2025-05-11 19:57:41','','','','0','Cash',20.34,'150','','','21','16.00','1','2025-05-11 16:57:52','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174698266232672122002'),(2612,'181746982689','7',1.00,'20','retail','0','2025-05-11 19:58:09','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-11 16:58:22','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','30.00','29','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174698269163923320938'),(2613,'181746983178','59',1.00,'50','retail','0','2025-05-11 20:06:18','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-11 17:06:25','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174698317992032639739'),(2614,'181746982514','18',1.00,'150','retail','0','2025-05-11 19:55:14','','','','0','Cash',20.34,'150','','','18','','1','2025-05-11 17:14:17','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174698251520210533428'),(2615,'181746982514','11',1.00,'60','retail','0','2025-05-11 19:55:22','','','','0','Cash',8.14,'60','','','18','','1','2025-05-11 17:14:17','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174698252332323633477'),(2616,'181746982514','55',1.00,'80','retail','0','2025-05-11 20:14:09','','','','0','Cash',10.85,'80','','','18','16.00','1','2025-05-11 17:14:17','3','8','new','1','new','pcs','','','','yes','','1.36','','','VATABLE',67.80,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174698365023102132073'),(2617,'181746985198','25',1.00,'200','retail','0','2025-05-11 20:39:58','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-05-11 17:40:08','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174698520110262364892'),(2618,'211746985179','59',1.00,'50','retail','0','2025-05-11 20:39:39','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-11 17:44:39','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174698518021223333234'),(2619,'211746985179','59',1.00,'50','retail','0','2025-05-11 20:39:54','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-11 17:44:39','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174698519690301390605'),(2620,'211746985179','59',1.00,'50','retail','0','2025-05-11 20:40:03','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-11 17:44:39','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174698520513223220062'),(2621,'211746985179','59',1.00,'50','retail','0','2025-05-11 20:40:22','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-11 17:44:39','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174698522202332033322'),(2622,'211746985179','59',1.00,'50','retail','0','2025-05-11 20:40:28','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-11 17:44:39','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174698522922939221037'),(2623,'211746985179','63',1.00,'100','retail','0','2025-05-11 20:41:00','','','','0','Cash',13.56,'100','','','21','16.00','1','2025-05-11 17:44:39','3','8','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174698526002235968335'),(2624,'211746985179','1',1.00,'50','retail','0','2025-05-11 20:41:30','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-11 17:44:39','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174698529122600024033'),(2625,'211746985179','7',1.00,'20','retail','0','2025-05-11 20:41:44','','','','0','Cash',2.71,'20','','','21','16.00','1','2025-05-11 17:44:39','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','29.00','28','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174698530522038012329'),(2626,'211746985179','8',1.00,'30','retail','0','2025-05-11 20:42:56','','','','0','Cash',4.07,'30','','','21','16.00','1','2025-05-11 17:44:39','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','35.00','34','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174698537732207322220'),(2627,'211746985179','31',1.00,'150','retail','0','2025-05-11 20:43:11','','','','0','Cash',20.34,'150','','','21','16.00','1','2025-05-11 17:44:39','1','3','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174698539237203392003'),(2628,'211746985179','41',1.00,'100','retail','0','2025-05-11 20:43:26','','','','0','Cash',13.56,'100','','','21','16.00','1','2025-05-11 17:44:39','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174698540742733204363'),(2629,'211746985179','38',1.00,'50','retail','0','2025-05-11 20:43:47','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-11 17:44:39','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174698543130030332792'),(2630,'211746985179','6',1.00,'50','retail','0','2025-05-11 20:44:28','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-11 17:44:39','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174698546943446320430'),(2631,'51746985523','1',1.00,'50','retail','0','2025-05-11 20:45:24','','','','0','Cash',6.78,'50','','','5','16.00','1','2025-05-11 17:45:35','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5174698552900330932208'),(2633,'181746986374','1',1.00,'50','retail','0','2025-05-11 20:59:34','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-11 17:59:40','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174698637583240000313'),(2634,'181746986736','1',1.00,'50','retail','0','2025-05-11 21:05:36','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-11 18:06:02','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174698673798233320322'),(2635,'181746986788','7',1.00,'20','retail','0','2025-05-11 21:06:28','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-11 18:06:34','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','28.00','27','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174698679003322733003'),(2636,'51746987595','56',1.00,'60','retail','0','2025-05-11 21:19:55','','','','0','Cash',8.14,'60','','','5','16.00','1','2025-05-11 18:20:14','3','8','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5174698760062220112323'),(2637,'221746988469','1',1.00,'50','retail','0','2025-05-11 21:34:29','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-11 18:34:40','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174698847033027232302'),(2638,'221746988602','1',1.00,'50','retail','0','2025-05-11 21:36:42','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-11 18:36:52','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174698860442332962002'),(2640,'221746989280','18',1.00,'150','retail','0','2025-05-11 21:48:00','','','','0','Cash',20.34,'150','','','22','','1','2025-05-11 18:49:01','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174698928282020042260'),(2641,'221746989280','13',1.00,'100','retail','0','2025-05-11 21:48:52','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-05-11 18:49:01','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174698933462323092322'),(2642,'221746989500','8',1.00,'30','retail','0','2025-05-11 21:51:40','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-11 18:51:50','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','34.00','33','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174698950130321530281'),(2643,'221746992759','8',1.00,'30','retail','0','2025-05-11 22:45:59','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-11 19:46:10','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','33.00','32','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174699276023121122279'),(2644,'221746992759','8',1.00,'30','retail','0','2025-05-11 22:46:05','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-11 19:46:10','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','32.00','31','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174699276726212722327'),(2645,'221747017474','1',8.00,'400','retail','0','2025-05-12 05:37:54','','','','0','Cash',54.24,'50','','','22','16.00','1','2025-05-12 02:38:27','3','1','new','1','new','pcs','','','','yes','','6.78','','','VATABLE',338.98,'8','42.00','34','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174701750102322002243'),(2646,'221747017960','1',8.00,'400','retail','0','2025-05-12 05:46:00','','','','0','Cash',54.24,'50','','','22','16.00','1','2025-05-12 02:46:40','3','1','new','1','new','pcs','','','','yes','','6.78','','','VATABLE',338.98,'8','34.00','26','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174701799629376131392'),(2647,'221747026759','96',1.00,'300','retail','0','2025-05-12 08:12:39','','','','0','Cash',40.68,'300','','','22','16.00','1','2025-05-12 05:13:19','1','9','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174702676032723072270'),(2648,'221747026759','97',1.00,'50','retail','0','2025-05-12 08:13:05','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-12 05:13:19','3','11','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174702678662300342026'),(2649,'221747026759','76',1.00,'100','retail','0','2025-05-12 08:13:13','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-05-12 05:13:19','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174702679470202422230'),(2655,'81747035794','25',1.00,'200','retail','0','2025-05-12 10:43:14','','','','0','Cash',27.12,'200','','','8','16.00','1','2025-05-12 07:43:20','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174703579500952522022'),(2656,'81747034473','25',1.00,'200','retail','0','2025-05-12 10:21:13','','','','0','Cash',27.12,'200','','','8','','1','2025-05-12 07:51:46','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174703447444733242274'),(2657,'81747034473','25',1.00,'200','retail','0','2025-05-12 10:21:16','','','','0','Cash',27.12,'200','','','8','','1','2025-05-12 07:51:46','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174703447843300043781'),(2658,'81747034473','54',1.00,'50','retail','0','2025-05-12 10:42:10','','','','0','Cash',6.78,'50','','','8','','1','2025-05-12 07:51:46','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174703573137730112232'),(2659,'81747034473','56',1.00,'60','retail','0','2025-05-12 10:51:40','','','','0','Cash',8.14,'60','','','8','16.00','1','2025-05-12 07:51:46','3','8','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174703630137282232380'),(2660,'61747036601','7',1.00,'20','retail','0','2025-05-12 10:56:41','','','','0','Cash',2.71,'20','','','6','16.00','1','2025-05-12 07:56:50','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','27.00','26','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174703660232212620222'),(2667,'81747042463','18',1.00,'150','retail','0','2025-05-12 12:34:23','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-05-12 09:34:28','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174704246582246272784'),(2668,'81747042912','18',1.00,'150','retail','0','2025-05-12 12:41:52','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-05-12 09:42:13','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174704291501109000748'),(2669,'81747042912','6',1.00,'50','retail','0','2025-05-12 12:42:09','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-12 09:42:13','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174704293023030020922'),(2680,'81747044598','18',1.00,'150','retail','0','2025-05-12 13:09:58','','','','0','Cash',20.34,'150','','','8','','1','2025-05-12 10:14:27','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174704459970034290201'),(2681,'81747044598','18',1.00,'150','retail','0','2025-05-12 13:10:00','','','','0','Cash',20.34,'150','','','8','','1','2025-05-12 10:14:27','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174704460270232427702'),(2682,'81747044598','6',1.00,'50','retail','0','2025-05-12 13:10:15','','','','0','Cash',6.78,'50','','','8','','1','2025-05-12 10:14:27','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174704461623481332300'),(2683,'81747044598','6',1.00,'50','retail','0','2025-05-12 13:14:15','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-12 10:14:27','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174704485605273310133'),(2684,'81747044598','6',1.00,'50','retail','0','2025-05-12 13:14:19','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-12 10:14:27','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174704486183414273832'),(2685,'81747044930','8',1.00,'30','retail','0','2025-05-12 13:15:30','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-05-12 10:15:55','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','30.00','29','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174704493102434403123'),(2686,'81747044930','21',1.00,'280','retail','0','2025-05-12 13:15:38','','','','0','Cash',37.97,'280','','','8','16.00','1','2025-05-12 10:15:55','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174704493920070220723'),(2687,'81747044930','38',1.00,'50','retail','0','2025-05-12 13:15:48','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-12 10:15:55','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174704495042243078124'),(2688,'81747045106','25',1.00,'200','retail','0','2025-05-12 13:18:27','','','','0','Cash',27.12,'200','','','8','16.00','1','2025-05-12 10:18:32','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174704510804301502257'),(2689,'81747040032','1',1.00,'50','retail','0','2025-05-12 11:53:52','','','','0','Cash',6.78,'50','','','8','','1','2025-05-12 10:26:20','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','26.00','25','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174704003433027233732'),(2690,'81747040032','8',1.00,'30','retail','0','2025-05-12 12:00:18','','','','0','Cash',4.07,'30','','','8','','1','2025-05-12 10:26:20','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','31.00','30','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174704041938131421223'),(2691,'81747040032','45',1.00,'180','retail','0','2025-05-12 12:04:13','','','','0','Cash',24.41,'180','','','8','','1','2025-05-12 10:26:20','3','5','new','1','printed','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174704065400205437388'),(2692,'81747040032','1',1.00,'50','retail','0','2025-05-12 12:53:58','','','','0','Cash',6.78,'50','','','8','','1','2025-05-12 10:26:20','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','25.00','24','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174704363933349022243'),(2693,'81747040032','1',1.00,'50','retail','0','2025-05-12 12:54:04','','','','0','Cash',6.78,'50','','','8','','1','2025-05-12 10:26:20','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174704364526322204424'),(2694,'81747040032','1',1.00,'50','retail','0','2025-05-12 12:54:10','','','','0','Cash',6.78,'50','','','8','','1','2025-05-12 10:26:20','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','23.00','22','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174704365222002435330'),(2695,'81747040032','1',1.00,'50','retail','0','2025-05-12 12:54:30','','','','0','Cash',6.78,'50','','','8','','1','2025-05-12 10:26:20','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','22.00','21','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174704367137108220400'),(2696,'81747040032','1',1.00,'50','retail','0','2025-05-12 13:23:35','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-12 10:26:20','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','21.00','20','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174704541714302243703'),(2697,'81747045654','18',1.00,'150','retail','0','2025-05-12 13:27:34','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-05-12 10:28:06','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174704565572315252320'),(2698,'81747045654','18',1.00,'150','retail','0','2025-05-12 13:27:38','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-05-12 10:28:06','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174704565903235130272'),(2699,'81747045654','11',1.00,'60','retail','0','2025-05-12 13:27:48','','','','0','Cash',8.14,'60','','','8','16.00','1','2025-05-12 10:28:06','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174704566933027233732'),(2700,'81747045654','11',1.00,'60','retail','0','2025-05-12 13:27:55','','','','0','Cash',8.14,'60','','','8','16.00','1','2025-05-12 10:28:06','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174704567843702070308'),(2701,'81747045781','25',1.00,'200','retail','0','2025-05-12 13:29:41','','','','0','Cash',27.12,'200','','','8','16.00','1','2025-05-12 10:29:47','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174704578315028508022'),(2702,'121747046685','23',1.00,'350','retail','0','2025-05-12 13:44:45','','','','0','Cash',47.46,'350','','','12','16.00','1','2025-05-12 10:45:39','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','12174704668602202113272'),(2703,'121747046685','29',1.00,'100','retail','0','2025-05-12 13:44:52','','','','0','Cash',13.56,'100','','','12','16.00','1','2025-05-12 10:45:39','1','3','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','12174704669409324332304'),(2704,'121747046685','59',1.00,'50','retail','0','2025-05-12 13:45:18','','','','0','Cash',6.78,'50','','','12','16.00','1','2025-05-12 10:45:39','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','78.00','77','Inclusive','branch','Inventory','1110','4000','5500','yes','','','12174704672013230202133'),(2705,'81747046944','87',1.00,'150','retail','0','2025-05-12 13:49:04','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-05-12 10:49:10','3','10','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174704694612439402230'),(2706,'121747048318','59',1.00,'50','retail','0','2025-05-12 14:11:58','','','','0','Cash',6.78,'50','','','12','16.00','1','2025-05-12 11:12:07','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','77.00','76','Inclusive','branch','Inventory','1110','4000','5500','yes','','','12174704831992232300102'),(2707,'81747048386','48',1.00,'20','retail','0','2025-05-12 14:13:06','','','','20','Cash',2.71,'20','','','8','16.00','1','2025-05-12 11:13:22','1','6','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','145.00','144','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174704838777203340802'),(2708,'81747048386','48',1.00,'20','retail','0','2025-05-12 14:13:13','','','','20','Cash',2.71,'20','','','8','16.00','1','2025-05-12 11:13:22','1','6','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','144.00','143','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174704839403903404773'),(2709,'81747048386','48',1.00,'20','retail','0','2025-05-12 14:13:17','','','','20','Cash',2.71,'20','','','8','16.00','1','2025-05-12 11:13:22','1','6','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','143.00','142','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174704839944374822220'),(2717,'121747050114','25',1.00,'200','retail','0','2025-05-12 14:41:54','','','','0','Cash',27.12,'200','','','12','16.00','1','2025-05-12 11:42:01','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','12174705011530322330001'),(2718,'81747049236','56',1.00,'60','retail','0','2025-05-12 14:27:16','','','','0','Cash',8.14,'60','','','8','','1','2025-05-12 11:43:32','3','8','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174704923730330327012'),(2719,'81747049236','56',1.00,'60','retail','0','2025-05-12 14:27:20','','','','0','Cash',8.14,'60','','','8','','1','2025-05-12 11:43:32','3','8','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174704924244233082320'),(2720,'81747049236','56',1.00,'60','retail','0','2025-05-12 14:29:49','','','','0','Cash',8.14,'60','','','8','','1','2025-05-12 11:43:32','3','8','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174704939172323230030'),(2721,'81747049236','56',1.00,'60','retail','0','2025-05-12 14:29:54','','','','0','Cash',8.14,'60','','','8','','1','2025-05-12 11:43:32','3','8','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174704939533233922033'),(2722,'81747049236','56',1.00,'60','retail','0','2025-05-12 14:29:59','','','','0','Cash',8.14,'60','','','8','','1','2025-05-12 11:43:32','3','8','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174704940003232304302'),(2723,'81747049236','56',1.00,'60','retail','0','2025-05-12 14:41:13','','','','0','Cash',8.14,'60','','','8','16.00','1','2025-05-12 11:43:32','3','8','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174705007523073532000'),(2724,'121747050752','25',1.00,'200','retail','0','2025-05-12 14:52:32','','','','0','Cash',27.12,'200','','','12','16.00','1','2025-05-12 11:52:49','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','12174705075402772322100'),(2725,'121747051066','55',1.00,'80','retail','0','2025-05-12 14:57:46','','','','0','Cash',10.85,'80','','','12','16.00','1','2025-05-12 11:57:58','3','8','new','1','new','pcs','','','','yes','','1.36','','','VATABLE',67.80,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','12174705106810002121023'),(2726,'121747052849','59',1.00,'50','retail','0','2025-05-12 15:27:29','','','','0','Cash',6.78,'50','','','12','16.00','1','2025-05-12 12:27:37','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','76.00','75','Inclusive','branch','Inventory','1110','4000','5500','yes','','','12174705285222034257543'),(2727,'121747053834','32',1.00,'300','retail','0','2025-05-12 15:43:54','','','','0','Cash',40.68,'300','','','12','16.00','1','2025-05-12 12:44:21','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','12174705383531200023530'),(2728,'121747053834','30',1.00,'50','retail','0','2025-05-12 15:44:05','','','','0','Cash',6.78,'50','','','12','16.00','1','2025-05-12 12:44:21','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','12174705384724330227143'),(2729,'81747054327','8',1.00,'30','retail','0','2025-05-12 15:52:07','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-05-12 12:52:16','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','29.00','28','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174705432804234032880'),(2734,'81747056667','59',1.00,'50','retail','0','2025-05-12 16:31:07','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-12 13:31:14','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','75.00','74','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174705666909025063530'),(2735,'81747057387','8',1.00,'30','retail','0','2025-05-12 16:43:07','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-05-12 13:43:16','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','28.00','27','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174705738932023337223'),(2736,'81747057491','52',1.00,'150','retail','0','2025-05-12 16:44:51','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-05-12 13:45:47','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','29.00','28','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174705749303393433730'),(2737,'81747057491','1',1.00,'50','retail','0','2025-05-12 16:45:06','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-12 13:45:47','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174705750722202204220'),(2738,'81747057491','11',1.00,'60','retail','0','2025-05-12 16:45:25','','','','0','Cash',8.14,'60','','','8','16.00','1','2025-05-12 13:45:47','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174705752734501223273'),(2739,'81747057491','6',1.00,'50','retail','0','2025-05-12 16:45:36','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-12 13:45:47','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174705753843282348723'),(2740,'81747055994','1',1.00,'50','retail','0','2025-05-12 16:19:54','','','','0','Cash',6.78,'50','','','8','','1','2025-05-12 13:51:55','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174705599548592925403'),(2741,'81747055994','1',1.00,'50','retail','0','2025-05-12 16:19:58','','','','0','Cash',6.78,'50','','','8','','1','2025-05-12 13:51:55','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174705600003300633070'),(2742,'81747055994','1',1.00,'50','retail','0','2025-05-12 16:51:44','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-12 13:51:55','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174705790627010005220'),(2743,'81747055142','1',1.00,'50','retail','0','2025-05-12 16:05:42','','','','0','Cash',6.78,'50','','','8','','1','2025-05-12 14:32:37','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174705514330533220473'),(2744,'81747055142','1',1.00,'50','retail','0','2025-05-12 16:06:05','','','','0','Cash',6.78,'50','','','8','','1','2025-05-12 14:32:37','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174705516713523235075'),(2745,'81747055142','1',1.00,'50','retail','0','2025-05-12 17:32:23','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-12 14:32:37','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174706034632047233333'),(2746,'81747055142','1',1.00,'50','retail','0','2025-05-12 17:32:30','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-12 14:32:37','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174706035224303263331'),(2748,'121747060854','18',1.00,'150','retail','0','2025-05-12 17:40:54','','','','0','Cash',20.34,'150','','','12','16.00','1','2025-05-12 14:41:07','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','12174706085523030532205'),(2749,'81747060802','38',1.00,'50','retail','0','2025-05-12 17:40:02','','','','0','Cash',6.78,'50','','','8','','1','2025-05-12 14:46:45','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174706080530330234328'),(2750,'81747060802','38',1.00,'50','retail','0','2025-05-12 17:46:28','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-12 14:46:45','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174706119022322210040'),(2751,'81747060802','38',1.00,'50','retail','0','2025-05-12 17:46:38','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-12 14:46:45','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174706120130318723022'),(2754,'81747061450','1',1.00,'50','retail','0','2025-05-12 17:50:50','','','','0','Cash',6.78,'50','','','8','','1','2025-05-12 15:24:08','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174706145250326373223'),(2755,'81747061450','1',1.00,'50','retail','0','2025-05-12 18:23:58','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-12 15:24:08','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174706343933230070361'),(2756,'81747063331','28',1.00,'200','retail','0','2025-05-12 18:22:12','','','','0','Cash',27.12,'200','','','8','','1','2025-05-12 15:27:54','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174706333432203702443'),(2757,'81747063331','34',1.00,'280','retail','0','2025-05-12 18:27:28','','','','0','Cash',37.97,'280','','','8','16.00','1','2025-05-12 15:27:54','1','13','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174706365036226323330'),(2758,'81747063331','30',1.00,'50','retail','0','2025-05-12 18:27:41','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-12 15:27:54','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174706366321022230233'),(2760,'121747064822','25',1.00,'200','retail','0','2025-05-12 18:47:02','','','','0','Cash',27.12,'200','','','12','','1','2025-05-12 15:55:10','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'12174706482370063400003'),(2761,'121747064822','41',1.00,'100','retail','0','2025-05-12 18:55:03','','','','0','Cash',13.56,'100','','','12','16.00','1','2025-05-12 15:55:10','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','yes','','','12174706530453344070364'),(2762,'121747065546','44',1.00,'150','retail','0','2025-05-12 18:59:06','','','','0','Cash',20.34,'150','','','12','16.00','1','2025-05-12 15:59:10','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','12174706554775312220220'),(2763,'81747065643','1',1.00,'50','retail','0','2025-05-12 19:00:43','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-12 16:01:57','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174706565422422073420'),(2764,'81747065643','6',1.00,'50','retail','0','2025-05-12 19:01:45','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-12 16:01:57','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174706570800320000222'),(2765,'81747066641','1',1.00,'50','retail','0','2025-05-12 19:17:21','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-12 16:17:29','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174706664333336010076'),(2766,'121747066750','47',1.00,'50','retail','0','2025-05-12 19:19:10','','','','0','Cash',6.78,'50','','','12','16.00','1','2025-05-12 16:19:14','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','12174706675174752563772'),(2770,'81747066899','31',1.00,'150','retail','0','2025-05-12 19:21:39','','','','0','Cash',20.34,'150','','','8','','1','2025-05-12 16:31:29','1','3','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174706690104379327031'),(2771,'81747066899','8',1.00,'30','retail','0','2025-05-12 19:21:51','','','','0','Cash',4.07,'30','','','8','','1','2025-05-12 16:31:29','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','27.00','26','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174706691262410631320'),(2772,'81747066899','1',1.00,'50','retail','0','2025-05-12 19:22:06','','','','0','Cash',6.78,'50','','','8','','1','2025-05-12 16:31:29','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174706692730733834272'),(2773,'81747066899','8',1.00,'30','retail','0','2025-05-12 19:31:22','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-05-12 16:31:29','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','26.00','25','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174706748422202002422'),(2774,'81747067510','8',1.00,'30','retail','0','2025-05-12 19:31:50','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-05-12 16:31:55','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','25.00','24','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174706751100200223023'),(2775,'121747067708','7',1.00,'20','retail','0','2025-05-12 19:35:08','','','','0','Cash',2.71,'20','','','12','16.00','1','2025-05-12 16:35:33','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','26.00','25','Inclusive','branch','Inventory','1110','4000','5500','yes','','','12174706771060337202220'),(2776,'121747067708','1',1.00,'50','retail','0','2025-05-12 19:35:24','','','','0','Cash',6.78,'50','','','12','16.00','1','2025-05-12 16:35:33','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','12174706772572322022423'),(2777,'81747068236','59',1.00,'50','retail','0','2025-05-12 19:43:56','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-12 16:44:02','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','74.00','73','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174706823830234324020'),(2778,'81747070789','1',1.00,'50','retail','0','2025-05-12 20:26:29','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-12 17:26:40','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174707079072207700732'),(2779,'81747070789','1',1.00,'50','retail','0','2025-05-12 20:26:34','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-12 17:26:40','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174707079631723342473'),(2780,'81747071347','52',1.00,'150','retail','0','2025-05-12 20:35:47','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-05-12 17:35:51','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','28.00','27','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174707134822243138234'),(2781,'221747074739','1',1.00,'50','retail','0','2025-05-12 21:32:19','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-12 18:32:26','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174707474042474220202'),(2782,'221747074811','30',1.00,'50','retail','0','2025-05-12 21:33:31','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-12 18:33:47','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174707481222714322220'),(2783,'221747074811','21',1.00,'280','retail','0','2025-05-12 21:33:38','','','','0','Cash',37.97,'280','','','22','16.00','1','2025-05-12 18:33:47','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174707482077231323274'),(2786,'221747074851','30',1.00,'50','retail','0','2025-05-12 21:34:11','','','','0','Cash',6.78,'50','','','22','','1','2025-05-12 19:00:43','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174707485230320272507'),(2787,'221747074851','21',1.00,'280','retail','0','2025-05-12 21:34:15','','','','0','Cash',37.97,'280','','','22','','1','2025-05-12 19:00:43','1','3','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174707485723521830332'),(2788,'221747074851','59',1.00,'50','retail','0','2025-05-12 22:00:34','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-12 19:00:43','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','73.00','72','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174707643520322220302'),(2789,'221747081735','7',1.00,'20','retail','0','2025-05-12 23:28:55','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-12 20:29:01','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','25.00','24','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174708173602228732331'),(2790,'221747102526','95',1.00,'100','retail','0','2025-05-13 05:15:26','','','','01','Cash',13.56,'100','','','22','16.00','1','2025-05-13 02:15:57','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174710252703732233073'),(2791,'221747102526','1',1.00,'50','retail','0','2025-05-13 05:15:51','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-13 02:15:57','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','53.00','52','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174710255312203402575'),(2793,'221747102587','1',1.00,'50','retail','0','2025-05-13 05:16:27','','','','0','Cash',6.78,'50','','','22','','1','2025-05-13 02:23:24','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','52.00','51','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174710258925932303000'),(2794,'221747102587','7',1.00,'20','retail','0','2025-05-13 05:23:19','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-13 02:23:24','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','40.00','39','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174710300000230403307'),(2795,'221747113315','8',1.00,'30','retail','0','2025-05-13 08:15:15','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-13 05:15:26','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','40.00','39','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174711331620323131221'),(2796,'221747115669','7',1.00,'20','retail','0','2025-05-13 08:54:29','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-13 05:54:41','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','39.00','38','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174711567125120336202'),(2797,'221747115669','7',1.00,'20','retail','0','2025-05-13 08:54:35','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-13 05:54:41','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','38.00','37','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174711567772233136525'),(2800,'81747119401','7',1.00,'20','retail','0','2025-05-13 09:56:41','','','','0','Cash',2.71,'20','','','8','16.00','1','2025-05-13 06:56:47','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','37.00','36','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174711940333044331330'),(2801,'81747119335','12',1.00,'50','retail','0','2025-05-13 09:55:35','','','','0','Cash',6.78,'50','','','8','','1','2025-05-13 07:11:25','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174711933608210329222'),(2802,'81747119335','8',1.00,'30','retail','0','2025-05-13 09:55:45','','','','0','Cash',4.07,'30','','','8','','1','2025-05-13 07:11:25','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','39.00','38','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174711934772222203022'),(2803,'81747119335','8',1.00,'30','retail','0','2025-05-13 10:11:05','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-05-13 07:11:25','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','38.00','37','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174712026633223020222'),(2804,'81747119335','1',1.00,'50','retail','0','2025-05-13 10:11:18','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-13 07:11:25','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','51.00','50','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174712027932310023230'),(2805,'181747121464','53',1.00,'100','retail','0','2025-05-13 10:31:04','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-13 07:31:29','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174712146628282370377'),(2806,'181747121464','7',1.00,'20','retail','0','2025-05-13 10:31:18','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-13 07:31:29','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','36.00','35','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174712148008404010113'),(2807,'81747121941','13',1.00,'100','retail','0','2025-05-13 10:39:01','','','','0','Cash',13.56,'100','','','8','16.00','1','2025-05-13 07:39:21','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174712194222320232041'),(2808,'81747121941','59',1.00,'50','retail','0','2025-05-13 10:39:11','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-13 07:39:21','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','72.00','71','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174712195232303343233'),(2809,'181747121993','7',1.00,'20','retail','0','2025-05-13 10:39:53','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-13 07:39:59','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','35.00','34','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174712199429002233113'),(2811,'81747123493','1',1.00,'50','retail','0','2025-05-13 11:04:53','','','','0','Cash',6.78,'50','','','8','','1','2025-05-13 08:08:56','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','50.00','49','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174712349433121040734'),(2812,'81747123493','11',1.00,'60','retail','0','2025-05-13 11:08:46','','','','0','Cash',8.14,'60','','','8','16.00','1','2025-05-13 08:08:56','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174712372722233370288'),(2813,'81747123493','7',1.00,'20','retail','0','2025-05-13 11:08:51','','','','0','Cash',2.71,'20','','','8','16.00','1','2025-05-13 08:08:56','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','34.00','33','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174712373270723030241'),(2814,'181747124108','54',1.00,'50','retail','0','2025-05-13 11:15:08','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-13 08:15:14','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174712410920212120217'),(2815,'81747125602','1',1.00,'50','retail','0','2025-05-13 11:40:02','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-13 08:40:08','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','49.00','48','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174712560430226277600'),(2816,'181747128125','18',1.00,'150','retail','0','2025-05-13 12:22:05','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-13 09:35:23','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174712812610378222323'),(2817,'181747128125','18',1.00,'150','retail','0','2025-05-13 12:35:00','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-13 09:35:23','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174712890370802438373'),(2818,'181747128950','18',1.00,'150','retail','0','2025-05-13 12:35:51','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-13 09:36:24','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174712895218712225322'),(2819,'181747128950','18',1.00,'150','retail','0','2025-05-13 12:35:57','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-13 09:36:24','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174712895890230103289'),(2820,'181747128950','18',1.00,'150','retail','0','2025-05-13 12:36:01','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-13 09:36:24','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174712896373331033921'),(2821,'181747128950','18',1.00,'150','retail','0','2025-05-13 12:36:08','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-13 09:36:24','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174712897037300370942'),(2822,'81747129173','25',1.00,'200','retail','0','2025-05-13 12:39:33','','','','0','Cash',27.12,'200','','','8','16.00','1','2025-05-13 09:39:52','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174712917571332289372'),(2823,'81747129756','21',1.00,'280','retail','0','2025-05-13 12:49:16','','','','0','Cash',37.97,'280','','','8','16.00','1','2025-05-13 09:49:25','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174712975733332723770'),(2824,'81747129756','30',1.00,'50','retail','0','2025-05-13 12:49:19','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-13 09:49:25','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174712976032097732234'),(2825,'181747130505','7',1.00,'20','retail','0','2025-05-13 13:01:45','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-13 10:01:52','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','33.00','32','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174713050638370032007'),(2838,'81747132536','28',1.00,'200','retail','0','2025-05-13 13:35:36','','','','0','Cash',27.12,'200','','','8','16.00','1','2025-05-13 10:35:41','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174713253832828150803'),(2839,'81747131121','54',1.00,'50','retail','0','2025-05-13 13:12:01','','','','0','Cash',6.78,'50','','','8','','1','2025-05-13 10:46:34','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174713112213123273132'),(2840,'81747131121','54',1.00,'50','retail','0','2025-05-13 13:12:06','','','','0','Cash',6.78,'50','','','8','','1','2025-05-13 10:46:34','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174713112744307202117'),(2841,'81747131121','28',1.00,'200','retail','0','2025-05-13 13:12:23','','','','0','Cash',27.12,'200','','','8','','1','2025-05-13 10:46:34','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174713114432132201373'),(2842,'81747131121','31',1.00,'150','retail','0','2025-05-13 13:12:28','','','','0','Cash',20.34,'150','','','8','','1','2025-05-13 10:46:34','1','3','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174713115030532230021'),(2843,'81747131121','8',1.00,'30','retail','0','2025-05-13 13:12:37','','','','0','Cash',4.07,'30','','','8','','1','2025-05-13 10:46:34','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','37.00','36','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174713115800730282003'),(2844,'81747131121','8',1.00,'30','retail','0','2025-05-13 13:12:41','','','','0','Cash',4.07,'30','','','8','','1','2025-05-13 10:46:34','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','36.00','35','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174713116337073830233'),(2845,'81747131121','56',1.00,'60','retail','0','2025-05-13 13:46:21','','','','0','Cash',8.14,'60','','','8','16.00','1','2025-05-13 10:46:34','3','8','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174713318332202333820'),(2846,'81747131121','56',1.00,'60','retail','0','2025-05-13 13:46:24','','','','0','Cash',8.14,'60','','','8','16.00','1','2025-05-13 10:46:34','3','8','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174713318723270312470'),(2847,'181747133457','10',1.00,'100','retail','0','2025-05-13 13:50:58','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-13 10:51:12','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174713345970483822320'),(2848,'181747133457','10',1.00,'100','retail','0','2025-05-13 13:51:03','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-13 10:51:12','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174713346521828708332'),(2849,'81747134554','59',1.00,'50','retail','0','2025-05-13 14:09:14','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-13 11:09:19','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','71.00','70','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174713455530253220442'),(2850,'181747134637','54',1.00,'50','retail','0','2025-05-13 14:10:37','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-13 11:10:44','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174713463832183302023'),(2851,'81747135619','21',1.00,'280','retail','0','2025-05-13 14:26:59','','','','0','Cash',37.97,'280','','','8','16.00','1','2025-05-13 11:28:13','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174713562120233276022'),(2852,'81747135619','8',1.00,'30','retail','0','2025-05-13 14:27:08','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-05-13 11:28:13','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','50.00','49','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174713562942230003273'),(2853,'81747135619','8',1.00,'30','retail','0','2025-05-13 14:27:12','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-05-13 11:28:13','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','49.00','48','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174713563341282130243'),(2854,'81747135619','1',1.00,'50','retail','0','2025-05-13 14:27:33','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-13 11:28:13','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','48.00','47','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174713565534212372330'),(2855,'81747135619','97',1.00,'50','retail','0','2025-05-13 14:28:02','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-13 11:28:13','3','11','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174713568330233326123'),(2856,'81747135747','59',1.00,'50','retail','0','2025-05-13 14:29:07','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-13 11:29:13','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','70.00','69','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174713574873848323735'),(2857,'181747135901','1',1.00,'50','retail','0','2025-05-13 14:31:41','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-13 11:32:14','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','47.00','46','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174713590300122203179'),(2858,'181747135901','7',1.00,'20','retail','0','2025-05-13 14:32:02','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-13 11:32:14','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','32.00','31','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174713592351323972223'),(2859,'181747137440','23',1.00,'350','retail','0','2025-05-13 14:57:20','','','','0','Cash',47.46,'350','','','18','16.00','1','2025-05-13 11:57:59','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174713744237222030373'),(2860,'181747137440','23',1.00,'350','retail','0','2025-05-13 14:57:25','','','','0','Cash',47.46,'350','','','18','16.00','1','2025-05-13 11:57:59','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174713744727203032301'),(2861,'181747137440','23',1.00,'350','retail','0','2025-05-13 14:57:30','','','','0','Cash',47.46,'350','','','18','16.00','1','2025-05-13 11:57:59','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174713745233020070310'),(2862,'181747137440','30',1.00,'50','retail','0','2025-05-13 14:57:36','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-13 11:57:59','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174713745722437523313'),(2863,'181747137440','30',1.00,'50','retail','0','2025-05-13 14:57:44','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-13 11:57:59','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174713746503034380303'),(2864,'181747137440','30',1.00,'50','retail','0','2025-05-13 14:57:50','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-13 11:57:59','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174713747133004023012'),(2865,'181747138822','59',1.00,'50','retail','0','2025-05-13 15:20:22','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-13 12:20:31','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','69.00','68','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174713882300283033732'),(2866,'181747139112','31',1.00,'150','retail','0','2025-05-13 15:25:12','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-13 12:25:34','1','3','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174713911312113023203'),(2867,'181747139112','8',1.00,'30','retail','0','2025-05-13 15:25:23','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-13 12:25:34','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','48.00','47','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174713912421321032333'),(2868,'81747139743','25',1.00,'200','retail','0','2025-05-13 15:35:43','','','','0','Cash',27.12,'200','','','8','16.00','1','2025-05-13 12:35:48','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174713974572033394147'),(2869,'81747141043','59',1.00,'50','retail','0','2025-05-13 15:57:24','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-13 12:57:33','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','68.00','67','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174714104522323330170'),(2870,'181747144253','1',1.00,'50','retail','0','2025-05-13 16:50:53','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-13 13:51:00','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','46.00','45','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174714425531231352120'),(2871,'81747144660','1',1.00,'50','retail','0','2025-05-13 16:57:40','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-13 13:58:00','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','45.00','44','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174714466223027832073'),(2872,'81747144660','8',1.00,'30','retail','0','2025-05-13 16:57:55','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-05-13 13:58:00','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','47.00','46','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174714467742032203203'),(2873,'81747146649','14',1.00,'100','retail','0','2025-05-13 17:30:49','','','','0','Cash',13.56,'100','','','8','16.00','1','2025-05-13 14:30:54','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174714665030024473328'),(2874,'81747148103','1',1.00,'50','retail','0','2025-05-13 17:55:03','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-13 14:55:47','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','44.00','43','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174714810523027534100'),(2875,'81747148103','1',1.00,'50','retail','0','2025-05-13 17:55:08','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-13 14:55:47','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','43.00','42','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174714810920273031742'),(2876,'81747148103','41',1.00,'100','retail','0','2025-05-13 17:55:23','','','','0','Cash',13.56,'100','','','8','16.00','1','2025-05-13 14:55:47','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174714812541223524500'),(2877,'81747148103','44',1.00,'150','retail','0','2025-05-13 17:55:37','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-05-13 14:55:47','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174714813837202231221'),(2878,'81747148897','59',1.00,'50','retail','0','2025-05-13 18:08:17','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-13 15:08:23','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','67.00','66','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174714889993222308132'),(2881,'81747150114','19',1.00,'180','retail','0','2025-05-13 18:28:34','','','','0','Cash',24.41,'180','','','8','','1','2025-05-13 15:35:01','1','2','new','1','printed','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174715011520472312011'),(2882,'81747150114','23',1.00,'350','retail','0','2025-05-13 18:28:52','','','','0','Cash',47.46,'350','','','8','','1','2025-05-13 15:35:01','1','3','new','1','printed','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174715013351370371037'),(2883,'81747150114','38',1.00,'50','retail','0','2025-05-13 18:34:54','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-13 15:35:01','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174715049630022429283'),(2884,'181747150836','13',1.00,'100','retail','0','2025-05-13 18:40:37','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-13 15:45:09','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174715083920127280580'),(2885,'181747150836','1',1.00,'50','retail','0','2025-05-13 18:45:00','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-13 15:45:09','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','42.00','41','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174715110201213132304'),(2886,'181747151549','57',1.00,'100','retail','0','2025-05-13 18:52:29','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-13 15:52:45','3','8','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174715155021811704322'),(2887,'181747151549','56',1.00,'60','retail','0','2025-05-13 18:52:33','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-05-13 15:52:45','3','8','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174715155432233233330'),(2888,'81747152169','38',1.00,'50','retail','0','2025-05-13 19:02:50','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-13 16:03:18','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174715217131333882313'),(2889,'81747152169','38',1.00,'50','retail','0','2025-05-13 19:02:56','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-13 16:03:18','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174715217881033500300'),(2890,'81747152169','38',1.00,'50','retail','0','2025-05-13 19:03:03','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-13 16:03:18','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174715218582020043374'),(2891,'81747152169','8',1.00,'30','retail','0','2025-05-13 19:03:12','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-05-13 16:03:18','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','46.00','45','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174715219490333203213'),(2892,'81747152488','1',1.00,'50','retail','0','2025-05-13 19:08:08','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-13 16:08:15','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','41.00','40','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174715249073424734839'),(2893,'81747152753','1',1.00,'50','retail','0','2025-05-13 19:12:33','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-13 16:13:25','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','40.00','39','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174715275471300127023'),(2894,'81747152753','1',1.00,'50','retail','0','2025-05-13 19:12:38','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-13 16:13:25','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','39.00','38','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174715275928332427443'),(2895,'81747152753','7',1.00,'20','retail','0','2025-05-13 19:12:58','','','','0','Cash',2.71,'20','','','8','16.00','1','2025-05-13 16:13:25','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','31.00','30','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174715278003801320322'),(2896,'81747152753','7',1.00,'20','retail','0','2025-05-13 19:13:14','','','','0','Cash',2.71,'20','','','8','16.00','1','2025-05-13 16:13:25','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','30.00','29','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174715279519700823153'),(2897,'181747152877','1',1.00,'50','retail','0','2025-05-13 19:14:37','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-13 16:15:18','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','38.00','37','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174715287933122231273'),(2898,'181747152877','1',1.00,'50','retail','0','2025-05-13 19:14:40','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-13 16:15:18','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','37.00','36','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174715288204152312833'),(2899,'181747152877','7',1.00,'20','retail','0','2025-05-13 19:15:02','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-13 16:15:18','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','29.00','28','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174715290312220582802'),(2900,'181747152877','7',1.00,'20','retail','0','2025-05-13 19:15:10','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-13 16:15:18','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','28.00','27','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174715291110313302391'),(2902,'81747153644','38',1.00,'50','retail','0','2025-05-13 19:27:24','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-13 16:27:30','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174715364633226043604'),(2903,'181747153831','7',1.00,'20','retail','0','2025-05-13 19:30:31','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-13 16:30:41','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','27.00','26','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174715383233312302113'),(2904,'181747153831','7',1.00,'20','retail','0','2025-05-13 19:30:35','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-13 16:30:41','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','26.00','25','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174715383703233232832'),(2908,'81747153597','1',1.00,'50','retail','0','2025-05-13 19:26:37','','','','0','Cash',6.78,'50','','','8','','1','2025-05-13 16:49:16','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','36.00','35','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174715359953232932503'),(2909,'81747153597','1',1.00,'50','retail','0','2025-05-13 19:43:00','','','','0','Cash',6.78,'50','','','8','','1','2025-05-13 16:49:16','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','35.00','34','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174715458152118432331'),(2910,'81747153597','7',1.00,'20','retail','0','2025-05-13 19:49:10','','','','0','Cash',2.71,'20','','','8','16.00','1','2025-05-13 16:49:16','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','25.00','24','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174715495233830020209'),(2914,'181747154667','24',1.00,'130','retail','0','2025-05-13 19:44:27','','','','0','Cash',17.63,'130','','','18','','1','2025-05-13 17:01:02','1','3','new','1','printed','pcs','','','','yes','','2.20','','','VATABLE',110.17,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174715466921005233936'),(2915,'181747154667','1',1.00,'50','retail','0','2025-05-13 20:00:53','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-13 17:01:02','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','34.00','33','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174715565417323132012'),(2916,'181747155993','1',1.00,'50','retail','0','2025-05-13 20:06:33','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-13 17:06:39','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','33.00','32','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174715599434270401204'),(2923,'181747157184','18',1.00,'150','retail','0','2025-05-13 20:26:24','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-13 17:34:06','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174715718612228202333'),(2924,'181747157184','18',1.00,'150','retail','0','2025-05-13 20:26:29','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-13 17:34:06','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174715719014330222730'),(2925,'181747157184','11',1.00,'60','retail','0','2025-05-13 20:26:53','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-05-13 17:34:06','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174715721402223432773'),(2926,'181747157184','11',1.00,'60','retail','0','2025-05-13 20:33:36','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-05-13 17:34:06','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','50.00','49','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174715761814132102622'),(2927,'181747157184','55',1.00,'80','retail','0','2025-05-13 20:33:54','','','','0','Cash',10.85,'80','','','18','16.00','1','2025-05-13 17:34:06','3','8','new','1','new','pcs','','','','yes','','1.36','','','VATABLE',67.80,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174715763502023023183'),(2935,'81747158192','52',1.00,'150','retail','0','2025-05-13 20:43:13','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-05-13 17:43:18','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','27.00','26','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174715819433352229233'),(2944,'181747158654','6',1.00,'50','retail','0','2025-05-13 20:50:54','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-13 17:51:03','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','29.00','28','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174715865685828212333'),(2945,'181747158719','38',1.00,'50','retail','0','2025-05-13 20:51:59','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-13 17:52:11','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','100.00','99','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174715872020273720332'),(2946,'81747154986','10',1.00,'100','retail','0','2025-05-13 19:49:46','','','','0','Cash',13.56,'100','','','8','','1','2025-05-13 18:21:56','1','12','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174715498887532423320'),(2947,'81747154986','27',1.00,'600','retail','0','2025-05-13 19:49:58','','','','0','Cash',81.36,'600','','','8','','1','2025-05-13 18:21:56','1','3','new','1','printed','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174715500004738353213'),(2948,'81747154986','30',1.00,'50','retail','0','2025-05-13 19:50:02','','','','0','Cash',6.78,'50','','','8','','1','2025-05-13 18:21:56','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174715500483712343152'),(2949,'81747154986','6',1.00,'50','retail','0','2025-05-13 20:07:38','','','','0','Cash',6.78,'50','','','8','','1','2025-05-13 18:21:56','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174715605903053930927'),(2950,'81747154986','30',1.00,'50','retail','0','2025-05-13 20:20:41','','','','0','Cash',6.78,'50','','','8','','1','2025-05-13 18:21:56','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174715684326233328430'),(2951,'81747154986','51',1.00,'400','retail','0','2025-05-13 20:21:02','','','','0','Cash',54.24,'400','','','8','','1','2025-05-13 18:21:56','1','6','new','1','printed','pcs','','','','yes','','6.78','','','VATABLE',338.98,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174715686420230120744'),(2952,'81747154986','1',1.00,'50','retail','0','2025-05-13 20:36:20','','','','0','Cash',6.78,'50','','','8','','1','2025-05-13 18:21:56','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','32.00','31','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174715778110301008722'),(2953,'81747154986','6',1.00,'50','retail','0','2025-05-13 20:49:11','','','','0','Cash',6.78,'50','','','8','','1','2025-05-13 18:21:56','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','30.00','29','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174715855345032105328'),(2954,'81747154986','1',1.00,'50','retail','0','2025-05-13 21:21:51','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-13 18:21:56','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','31.00','30','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174716051310303330203'),(2957,'221747167509','44',1.00,'150','retail','0','2025-05-13 23:18:29','','','','0','Cash',20.34,'150','','','22','','1','2025-05-13 20:53:36','3','5','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174716751031232302321'),(2958,'221747167509','48',1.00,'20','retail','0','2025-05-13 23:51:36','','','','20','Cash',2.71,'20','','','22','16.00','1','2025-05-13 20:53:36','1','6','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','142.00','141','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174716949722223324363'),(2959,'221747167509','48',1.00,'20','retail','0','2025-05-13 23:51:41','','','','20','Cash',2.71,'20','','','22','16.00','1','2025-05-13 20:53:36','1','6','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','141.00','140','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174716950232300372297'),(2960,'221747166084','45',1.00,'180','retail','0','2025-05-13 22:54:44','','','','0','Cash',24.41,'180','','','22','','1','2025-05-13 20:54:35','3','5','new','1','printed','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174716608662402022724'),(2961,'221747166084','48',1.00,'20','retail','0','2025-05-13 23:54:15','','','','20','Cash',2.71,'20','','','22','16.00','1','2025-05-13 20:54:35','1','6','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','140.00','139','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174716965722307133226'),(2962,'221747166084','48',1.00,'20','retail','0','2025-05-13 23:54:21','','','','20','Cash',2.71,'20','','','22','16.00','1','2025-05-13 20:54:35','1','6','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','139.00','138','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174716966233006023022'),(2963,'221747194871','11',1.00,'60','retail','0','2025-05-14 06:54:31','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-05-14 03:55:41','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','49.00','48','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174719487214722227322'),(2964,'221747194871','11',1.00,'60','retail','0','2025-05-14 06:54:49','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-05-14 03:55:41','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','48.00','47','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174719489138039298023'),(2965,'221747194871','8',1.00,'30','retail','0','2025-05-14 06:55:08','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-14 03:55:41','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','45.00','44','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174719490907302133223'),(2966,'221747194871','8',1.00,'30','retail','0','2025-05-14 06:55:13','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-14 03:55:41','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','44.00','43','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174719491439233220907'),(2967,'221747194871','1',1.00,'50','retail','0','2025-05-14 06:55:31','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-14 03:55:41','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','30.00','29','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174719493212394220922'),(2968,'221747197465','11',1.00,'60','retail','0','2025-05-14 07:37:45','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-05-14 04:38:14','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','47.00','46','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174719746662263333321'),(2969,'221747197465','11',1.00,'60','retail','0','2025-05-14 07:37:50','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-05-14 04:38:14','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','46.00','45','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174719747134721232027'),(2970,'221747197465','1',1.00,'50','retail','0','2025-05-14 07:38:07','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-14 04:38:14','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','29.00','28','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174719748803033728323'),(2971,'221747197512','7',1.00,'20','retail','0','2025-05-14 07:38:32','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-14 04:38:57','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174719751402402227313'),(2972,'221747197512','11',1.00,'60','retail','0','2025-05-14 07:38:37','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-05-14 04:38:57','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','45.00','44','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174719751823802320222'),(2973,'221747197512','1',1.00,'50','retail','0','2025-05-14 07:38:52','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-14 04:38:57','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','28.00','27','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174719753320273274473'),(2974,'221747202474','7',1.00,'20','retail','0','2025-05-14 09:01:15','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-14 06:01:58','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','23.00','22','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174720247627023223242'),(2975,'221747202474','7',1.00,'20','retail','0','2025-05-14 09:01:25','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-14 06:01:58','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','22.00','21','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174720248670224042220'),(2976,'221747202474','7',1.00,'20','retail','0','2025-05-14 09:01:34','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-14 06:01:58','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','21.00','20','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174720249530233323247'),(2977,'221747202474','8',1.00,'30','retail','0','2025-05-14 09:01:45','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-14 06:01:58','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','43.00','42','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174720250722703522233'),(2978,'221747202587','7',1.00,'20','retail','0','2025-05-14 09:03:07','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-14 06:03:27','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174720258823234213300'),(2979,'221747202587','7',1.00,'20','retail','0','2025-05-14 09:03:12','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-14 06:03:27','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174720259370025222722'),(2980,'221747202587','7',1.00,'20','retail','0','2025-05-14 09:03:16','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-14 06:03:27','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174720259832172072252'),(2981,'221747202587','8',1.00,'30','retail','0','2025-05-14 09:03:22','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-14 06:03:27','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','42.00','41','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174720260327320222302'),(2982,'221747203003','7',1.00,'20','retail','0','2025-05-14 09:10:03','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-14 06:10:14','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174720300473070372422'),(2983,'81747203079','1',1.00,'50','retail','0','2025-05-14 09:11:19','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-14 06:12:12','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','27.00','26','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174720308032823308323'),(2984,'81747203079','7',1.00,'20','retail','0','2025-05-14 09:12:01','','','','0','Cash',2.71,'20','','','8','16.00','1','2025-05-14 06:12:12','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174720312232108220020'),(2985,'81747203079','7',1.00,'20','retail','0','2025-05-14 09:12:05','','','','0','Cash',2.71,'20','','','8','16.00','1','2025-05-14 06:12:12','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174720312620330333100'),(2986,'181747203207','7',1.00,'20','retail','0','2025-05-14 09:13:27','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-14 06:13:35','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174720320800230203302'),(2987,'181747205348','8',1.00,'30','retail','0','2025-05-14 09:49:08','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-14 06:49:12','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','41.00','40','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174720534972020223023'),(2993,'81747209390','1',1.00,'50','retail','0','2025-05-14 10:56:31','','','','0','Cash',6.78,'50','','','8','','1','2025-05-14 08:07:20','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','26.00','25','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174720939224030207229'),(2994,'81747209390','1',1.00,'50','retail','0','2025-05-14 10:56:35','','','','0','Cash',6.78,'50','','','8','','1','2025-05-14 08:07:20','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','25.00','24','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174720939621023320332'),(2995,'81747209390','15',1.00,'150','retail','0','2025-05-14 11:02:36','','','','0','Cash',20.34,'150','','','8','','1','2025-05-14 08:07:20','3','1','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174720975773750000003'),(2996,'81747209390','7',1.00,'20','retail','0','2025-05-14 11:07:02','','','','0','Cash',2.71,'20','','','8','16.00','1','2025-05-14 08:07:20','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174721002304233040733'),(2997,'81747209390','7',1.00,'20','retail','0','2025-05-14 11:07:08','','','','0','Cash',2.71,'20','','','8','16.00','1','2025-05-14 08:07:20','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174721002990002000320'),(2998,'81747209390','7',1.00,'20','retail','0','2025-05-14 11:07:12','','','','0','Cash',2.71,'20','','','8','16.00','1','2025-05-14 08:07:20','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174721003320310333122'),(2999,'81747210928','11',1.00,'60','retail','0','2025-05-14 11:22:08','','','','0','Cash',8.14,'60','','','8','16.00','1','2025-05-14 08:22:19','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','44.00','43','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174721093083230133320'),(3000,'81747210928','11',1.00,'60','retail','0','2025-05-14 11:22:13','','','','0','Cash',8.14,'60','','','8','16.00','1','2025-05-14 08:22:19','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','43.00','42','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174721093493032203822'),(3001,'81747217154','34',1.00,'280','retail','0','2025-05-14 13:05:54','','','','0','Cash',37.97,'280','','','8','16.00','1','2025-05-14 10:06:42','1','13','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174721715880321172733'),(3002,'81747217154','34',1.00,'280','retail','0','2025-05-14 13:06:10','','','','0','Cash',37.97,'280','','','8','16.00','1','2025-05-14 10:06:42','1','13','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174721717110372133131'),(3003,'81747217154','18',1.00,'150','retail','0','2025-05-14 13:06:24','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-05-14 10:06:42','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174721718558232324283'),(3004,'81747217154','18',1.00,'150','retail','0','2025-05-14 13:06:29','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-05-14 10:06:42','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174721719223474320227'),(3005,'181747217891','25',1.00,'200','retail','0','2025-05-14 13:18:11','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-05-14 10:18:17','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174721789220001322248'),(3006,'181747218466','28',1.00,'200','retail','0','2025-05-14 13:27:46','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-05-14 10:27:55','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174721846737303334330'),(3010,'181747219458','21',1.00,'280','retail','0','2025-05-14 13:44:18','','','','0','Cash',37.97,'280','','','18','','1','2025-05-14 11:07:57','1','3','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174721946031033223327'),(3011,'181747219458','25',1.00,'200','retail','0','2025-05-14 13:44:24','','','','0','Cash',27.12,'200','','','18','','1','2025-05-14 11:07:57','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174721946620232002622'),(3012,'181747219458','29',1.00,'100','retail','0','2025-05-14 13:44:34','','','','0','Cash',13.56,'100','','','18','','1','2025-05-14 11:07:57','1','3','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174721947570013900003'),(3013,'181747219458','43',1.00,'200','retail','0','2025-05-14 14:07:52','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-05-14 11:07:57','3','4','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174722087300701424238'),(3014,'181747221561','28',1.00,'200','retail','0','2025-05-14 14:19:21','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-05-14 11:19:27','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174722156321322121734'),(3015,'181747221842','59',1.00,'50','retail','0','2025-05-14 14:24:02','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-14 11:24:11','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','66.00','65','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174722184332221132312'),(3016,'181747222980','7',1.00,'20','retail','0','2025-05-14 14:43:00','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-14 11:43:05','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174722298123021002123'),(3017,'81747224235','6',1.00,'50','retail','0','2025-05-14 15:04:22','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-14 12:05:24','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','28.00','27','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174722426422360206322'),(3024,'181747224886','1',1.00,'50','retail','0','2025-05-14 15:14:46','','','','0','Cash',6.78,'50','','','18','','1','2025-05-14 12:26:10','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174722488871024841332'),(3025,'181747224886','1',1.00,'50','retail','0','2025-05-14 15:14:52','','','','0','Cash',6.78,'50','','','18','','1','2025-05-14 12:26:10','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','23.00','22','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174722489334222030273'),(3026,'181747224886','1',1.00,'50','retail','0','2025-05-14 15:19:39','','','','0','Cash',6.78,'50','','','18','','1','2025-05-14 12:26:10','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','22.00','21','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174722518112437221701'),(3027,'181747224886','18',1.00,'150','retail','0','2025-05-14 15:19:56','','','','0','Cash',20.34,'150','','','18','','1','2025-05-14 12:26:10','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174722519821222222272'),(3028,'181747224886','7',1.00,'20','retail','0','2025-05-14 15:25:58','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-14 12:26:10','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174722556033212333122'),(3029,'81747225656','6',1.00,'50','retail','0','2025-05-14 15:27:36','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-14 12:27:48','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','27.00','26','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174722565833404042285'),(3030,'81747225656','7',1.00,'20','retail','0','2025-05-14 15:27:41','','','','0','Cash',2.71,'20','','','8','16.00','1','2025-05-14 12:27:48','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174722566220703341232'),(3033,'81747226992','1',1.00,'50','retail','0','2025-05-14 15:49:52','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-14 12:50:06','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','21.00','20','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174722699406373322642'),(3034,'81747226992','59',1.00,'50','retail','0','2025-05-14 15:50:00','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-14 12:50:06','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','65.00','64','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174722700200320000222'),(3035,'181747227253','59',1.00,'50','retail','0','2025-05-14 15:54:13','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-14 12:54:19','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','64.00','63','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174722725413427203322'),(3036,'81747226944','25',1.00,'200','retail','0','2025-05-14 15:49:04','','','','0','Cash',27.12,'200','','','8','','1','2025-05-14 13:09:13','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174722694502206398323'),(3037,'81747226944','43',1.00,'200','retail','0','2025-05-14 15:49:23','','','','0','Cash',27.12,'200','','','8','','1','2025-05-14 13:09:13','3','4','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174722696490322029732'),(3038,'81747226944','59',1.00,'50','retail','0','2025-05-14 16:09:07','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-14 13:09:13','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','63.00','62','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174722814922793133003'),(3045,'81747229140','59',1.00,'50','retail','0','2025-05-14 16:25:40','','','','0','Cash',6.78,'50','','','8','','1','2025-05-14 13:29:04','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','62.00','61','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174722914244930024290'),(3046,'81747229140','11',1.00,'60','retail','0','2025-05-14 16:28:38','','','','0','Cash',8.14,'60','','','8','16.00','1','2025-05-14 13:29:04','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','42.00','41','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174722932033330430022'),(3047,'81747229140','11',1.00,'60','retail','0','2025-05-14 16:28:43','','','','0','Cash',8.14,'60','','','8','16.00','1','2025-05-14 13:29:04','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','41.00','40','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174722932423424302933'),(3048,'81747229140','6',1.00,'50','retail','0','2025-05-14 16:28:48','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-14 13:29:04','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','26.00','25','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174722933033321203030'),(3049,'81747229140','6',1.00,'50','retail','0','2025-05-14 16:28:56','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-14 13:29:04','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','25.00','24','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174722933739230070321'),(3050,'81747228211','44',1.00,'150','retail','0','2025-05-14 16:10:11','','','','0','Cash',20.34,'150','','','8','','1','2025-05-14 13:45:20','3','5','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174722821332303022283'),(3051,'81747228211','7',1.00,'20','retail','0','2025-05-14 16:10:27','','','','0','Cash',2.71,'20','','','8','','1','2025-05-14 13:45:20','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174722822808322201082'),(3052,'81747228211','44',1.00,'150','retail','0','2025-05-14 16:24:24','','','','0','Cash',20.34,'150','','','8','','1','2025-05-14 13:45:20','3','5','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174722906623632906020'),(3053,'81747228211','11',1.00,'60','retail','0','2025-05-14 16:45:10','','','','0','Cash',8.14,'60','','','8','16.00','1','2025-05-14 13:45:20','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','40.00','39','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174723031141322302122'),(3054,'81747228211','7',1.00,'20','retail','0','2025-05-14 16:45:14','','','','0','Cash',2.71,'20','','','8','16.00','1','2025-05-14 13:45:20','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174723031523013202227'),(3055,'181747230487','11',1.00,'60','retail','0','2025-05-14 16:48:07','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-05-14 13:48:45','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','39.00','38','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174723048922232232020'),(3056,'181747230487','11',1.00,'60','retail','0','2025-05-14 16:48:20','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-05-14 13:48:45','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','38.00','37','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174723050221222207234'),(3057,'181747230487','59',1.00,'50','retail','0','2025-05-14 16:48:39','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-14 13:48:45','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','61.00','60','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174723052002770013330'),(3058,'81747230922','75',1.00,'100','retail','0','2025-05-14 16:55:22','','','','0','Cash',13.56,'100','','','8','16.00','1','2025-05-14 13:57:42','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174723092332302323831'),(3059,'81747230922','54',1.00,'50','retail','0','2025-05-14 16:55:44','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-14 13:57:42','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174723094532320748232'),(3060,'81747230922','76',1.00,'100','retail','0','2025-05-14 16:56:35','','','','0','Cash',13.56,'100','','','8','16.00','1','2025-05-14 13:57:42','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174723099824222792209'),(3061,'81747230922','76',1.00,'100','retail','0','2025-05-14 16:56:43','','','','0','Cash',13.56,'100','','','8','16.00','1','2025-05-14 13:57:42','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174723100503220528000'),(3067,'181747235710','52',1.00,'150','retail','0','2025-05-14 18:15:10','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-14 15:15:38','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','26.00','25','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174723571203832013230'),(3068,'181747235710','13',1.00,'100','retail','0','2025-05-14 18:15:31','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-14 15:15:38','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174723573223320240228'),(3069,'81747234902','12',1.00,'50','retail','0','2025-05-14 18:01:42','','','','0','Cash',6.78,'50','','','8','','1','2025-05-14 15:20:00','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174723490522331727323'),(3070,'81747234902','11',1.00,'60','retail','0','2025-05-14 18:01:56','','','','0','Cash',8.14,'60','','','8','','1','2025-05-14 15:20:00','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','37.00','36','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174723491822343024320'),(3071,'81747234902','14',1.00,'100','retail','0','2025-05-14 18:07:04','','','','0','Cash',13.56,'100','','','8','','1','2025-05-14 15:20:00','3','1','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174723522658320247733'),(3072,'81747234902','11',1.00,'60','retail','0','2025-05-14 18:19:53','','','','0','Cash',8.14,'60','','','8','16.00','1','2025-05-14 15:20:00','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','36.00','35','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174723599433022322432'),(3073,'181747236067','11',1.00,'60','retail','0','2025-05-14 18:21:07','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-05-14 15:21:16','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','35.00','34','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174723606924238234206'),(3074,'181747236067','7',1.00,'20','retail','0','2025-05-14 18:21:10','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-14 15:21:16','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174723607121720213262'),(3075,'181747237592','44',1.00,'150','retail','0','2025-05-14 18:46:32','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-14 15:46:45','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174723759332333723297'),(3078,'181747237748','32',1.00,'300','retail','0','2025-05-14 18:49:08','','','','0','Cash',40.68,'300','','','18','','1','2025-05-14 15:55:57','1','13','new','1','printed','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174723774978103340433'),(3079,'181747237748','30',1.00,'50','retail','0','2025-05-14 18:49:29','','','','0','Cash',6.78,'50','','','18','','1','2025-05-14 15:55:57','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174723777002037000082'),(3080,'181747237748','30',1.00,'50','retail','0','2025-05-14 18:55:41','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-14 15:55:57','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174723814232212008012'),(3081,'181747237748','23',1.00,'350','retail','0','2025-05-14 18:55:46','','','','0','Cash',47.46,'350','','','18','16.00','1','2025-05-14 15:55:57','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174723814881828248021'),(3082,'181747238598','1',1.00,'50','retail','0','2025-05-14 19:03:18','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-14 16:03:29','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174723859971533371704'),(3083,'181747238598','1',1.00,'50','retail','0','2025-05-14 19:03:22','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-14 16:03:29','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174723860413320022243'),(3084,'181747238884','1',1.00,'50','retail','0','2025-05-14 19:08:04','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-14 16:08:17','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174723888632328232384'),(3085,'181747238884','1',1.00,'50','retail','0','2025-05-14 19:08:10','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-14 16:08:17','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174723889234223080801'),(3094,'181747238918','38',1.00,'50','retail','0','2025-05-14 19:08:38','','','','0','Cash',6.78,'50','','','18','','1','2025-05-14 16:30:58','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','99.00','98','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174723891919222122032'),(3095,'181747238918','38',1.00,'50','retail','0','2025-05-14 19:15:50','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-14 16:30:58','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','98.00','97','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174723935293233233035'),(3096,'181747238918','8',1.00,'30','retail','0','2025-05-14 19:30:33','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-14 16:30:58','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','40.00','39','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174724023573043033332'),(3097,'181747238918','8',1.00,'30','retail','0','2025-05-14 19:30:39','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-14 16:30:58','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','39.00','38','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174724024082022132840'),(3098,'181747238918','8',1.00,'30','retail','0','2025-05-14 19:30:45','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-14 16:30:58','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','38.00','37','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174724024672232600203'),(3099,'181747238944','30',1.00,'50','retail','0','2025-05-14 19:09:05','','','','0','Cash',6.78,'50','','','18','','1','2025-05-14 16:32:18','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174723894636270401206'),(3100,'181747238944','40',1.00,'150','retail','0','2025-05-14 19:09:21','','','','0','Cash',20.34,'150','','','18','','1','2025-05-14 16:32:18','1','13','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174723896681828248029'),(3101,'181747238944','38',1.00,'50','retail','0','2025-05-14 19:32:06','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-14 16:32:18','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','97.00','96','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174724032812212322383'),(3102,'181747240362','52',1.00,'150','retail','0','2025-05-14 19:32:42','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-14 16:32:49','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174724036322307333833'),(3103,'181747240428','38',1.00,'50','retail','0','2025-05-14 19:33:48','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-14 16:33:53','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','96.00','95','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174724042913230401431'),(3104,'81747239550','1',1.00,'50','retail','0','2025-05-14 19:19:10','','','','0','Cash',6.78,'50','','','8','','1','2025-05-14 16:35:40','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174723955101237380432'),(3105,'81747239550','1',1.00,'50','retail','0','2025-05-14 19:19:15','','','','0','Cash',6.78,'50','','','8','','1','2025-05-14 16:35:40','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174723955630240223309'),(3106,'81747239550','7',1.00,'20','retail','0','2025-05-14 19:19:34','','','','0','Cash',2.71,'20','','','8','','1','2025-05-14 16:35:40','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174723957543228133227'),(3107,'81747239550','7',1.00,'20','retail','0','2025-05-14 19:35:35','','','','0','Cash',2.71,'20','','','8','16.00','1','2025-05-14 16:35:40','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174724053672732023351'),(3108,'81747240580','13',1.00,'100','retail','0','2025-05-14 19:36:21','','','','0','Cash',13.56,'100','','','8','16.00','1','2025-05-14 16:36:28','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174724058230080107232'),(3109,'181747241542','32',1.00,'300','retail','0','2025-05-14 19:52:22','','','','0','Cash',40.68,'300','','','18','16.00','1','2025-05-14 16:52:46','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174724154331233232140'),(3110,'181747241542','30',1.00,'50','retail','0','2025-05-14 19:52:33','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-14 16:52:46','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174724155442131254331'),(3113,'81747241634','44',1.00,'150','retail','0','2025-05-14 19:53:54','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-05-14 16:54:17','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174724163571383410346'),(3114,'81747241634','1',1.00,'50','retail','0','2025-05-14 19:54:08','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-14 16:54:17','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174724164934332030742'),(3115,'81747241737','10',1.00,'100','retail','0','2025-05-14 19:55:38','','','','0','Cash',13.56,'100','','','8','16.00','1','2025-05-14 16:56:33','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174724174030333331210'),(3116,'81747241737','1',1.00,'50','retail','0','2025-05-14 19:55:56','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-14 16:56:33','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174724175844307202117'),(3117,'81747241737','6',1.00,'50','retail','0','2025-05-14 19:56:15','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-14 16:56:33','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174724177704227403072'),(3118,'81747241737','6',1.00,'50','retail','0','2025-05-14 19:56:21','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-14 16:56:33','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','23.00','22','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174724178330824138833'),(3119,'181747241822','6',1.00,'50','retail','0','2025-05-14 19:57:02','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-14 16:57:20','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','22.00','21','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174724182302233721221'),(3120,'181747241822','6',1.00,'50','retail','0','2025-05-14 19:57:12','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-14 16:57:20','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','21.00','20','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174724183400130332113'),(3121,'181747242625','23',1.00,'350','retail','0','2025-05-14 20:10:25','','','','0','Cash',47.46,'350','','','18','16.00','1','2025-05-14 17:10:35','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174724262630272200423'),(3122,'181747242952','23',1.00,'350','retail','0','2025-05-14 20:15:52','','','','0','Cash',47.46,'350','','','18','16.00','1','2025-05-14 17:15:58','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174724295323222340033'),(3123,'181747243443','23',1.00,'350','retail','0','2025-05-14 20:24:03','','','','0','Cash',47.46,'350','','','18','16.00','1','2025-05-14 17:24:36','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174724344584022337412'),(3124,'181747243443','1',1.00,'50','retail','0','2025-05-14 20:24:28','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-14 17:24:36','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174724347013022012320'),(3125,'181747246576','8',1.00,'30','retail','0','2025-05-14 21:16:16','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-14 18:16:27','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','37.00','36','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174724657800338432123'),(3126,'181747246576','8',1.00,'30','retail','0','2025-05-14 21:16:21','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-14 18:16:27','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','36.00','35','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174724658232232621036'),(3139,'81747236686','52',1.00,'150','retail','0','2025-05-14 18:31:26','','','','0','Cash',20.34,'150','','','8','','1','2025-05-14 18:22:21','3','7','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','25.00','24','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174723668842403323764'),(3140,'81747236686','44',1.00,'150','retail','0','2025-05-14 19:11:47','','','','0','Cash',20.34,'150','','','8','','1','2025-05-14 18:22:21','3','5','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174723910941308202344'),(3141,'81747236686','91',1.00,'100','retail','0','2025-05-14 21:22:15','','','','0','Cash',13.56,'100','','','8','16.00','1','2025-05-14 18:22:21','3','16','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','50.00','49','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174724693602623644277'),(3142,'81747246776','23',1.00,'350','retail','0','2025-05-14 21:19:36','','','','0','Cash',47.46,'350','','','8','','1','2025-05-14 18:27:02','1','3','new','1','printed','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174724677700004447337'),(3143,'81747246776','23',1.00,'350','retail','0','2025-05-14 21:19:40','','','','0','Cash',47.46,'350','','','8','','1','2025-05-14 18:27:02','1','3','new','1','printed','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174724678142422200400'),(3144,'81747246776','23',1.00,'350','retail','0','2025-05-14 21:19:45','','','','0','Cash',47.46,'350','','','8','','1','2025-05-14 18:27:02','1','3','new','1','printed','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174724678638273232224'),(3145,'81747246776','23',1.00,'350','retail','0','2025-05-14 21:19:49','','','','0','Cash',47.46,'350','','','8','','1','2025-05-14 18:27:02','1','3','new','1','printed','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174724679033030232240'),(3146,'81747246776','30',1.00,'50','retail','0','2025-05-14 21:19:54','','','','0','Cash',6.78,'50','','','8','','1','2025-05-14 18:27:02','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174724679592702392330'),(3147,'81747246776','30',1.00,'50','retail','0','2025-05-14 21:19:58','','','','0','Cash',6.78,'50','','','8','','1','2025-05-14 18:27:02','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174724680002023803203'),(3148,'81747246776','30',1.00,'50','retail','0','2025-05-14 21:20:03','','','','0','Cash',6.78,'50','','','8','','1','2025-05-14 18:27:02','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174724680406022000323'),(3149,'81747246776','30',1.00,'50','retail','0','2025-05-14 21:20:08','','','','0','Cash',6.78,'50','','','8','','1','2025-05-14 18:27:02','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174724680922024022208'),(3150,'81747246776','38',1.00,'50','retail','0','2025-05-14 21:20:17','','','','0','Cash',6.78,'50','','','8','','1','2025-05-14 18:27:02','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','95.00','94','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174724681910327431323'),(3151,'81747246776','1',1.00,'50','retail','0','2025-05-14 21:21:07','','','','0','Cash',6.78,'50','','','8','','1','2025-05-14 18:27:02','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174724686927002260332'),(3152,'81747246776','1',1.00,'50','retail','0','2025-05-14 21:21:12','','','','0','Cash',6.78,'50','','','8','','1','2025-05-14 18:27:02','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174724687343238231323'),(3153,'81747246776','1',1.00,'50','retail','0','2025-05-14 21:21:19','','','','0','Cash',6.78,'50','','','8','','1','2025-05-14 18:27:02','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174724688084264038843'),(3154,'81747246776','34',1.00,'280','retail','0','2025-05-14 21:26:32','','','','0','Cash',37.97,'280','','','8','16.00','1','2025-05-14 18:27:02','1','13','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174724719487442883423'),(3155,'81747246776','18',1.00,'150','retail','0','2025-05-14 21:26:47','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-05-14 18:27:02','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174724720873228740300'),(3156,'81747246776','38',1.00,'50','retail','0','2025-05-14 21:26:54','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-14 18:27:02','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','94.00','93','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174724721532572742223'),(3157,'31747252950','91',1.00,'100','retail','0','2025-05-14 23:02:30','','','','0','Cash',13.56,'100','','','3','16.00','1','2025-05-14 20:02:52','3','16','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','49.00','48','Inclusive','branch','Inventory','1110','4000','5500','yes','','','3174725295252201222007'),(3158,'31747252950','91',1.00,'100','retail','0','2025-05-14 23:02:32','','','','0','Cash',13.56,'100','','','3','16.00','1','2025-05-14 20:02:52','3','16','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','48.00','47','Inclusive','branch','Inventory','1110','4000','5500','yes','','','3174725295325003335333'),(3159,'31747252950','91',1.00,'100','retail','0','2025-05-14 23:02:41','','','','0','Cash',13.56,'100','','','3','16.00','1','2025-05-14 20:02:52','3','16','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','47.00','46','Inclusive','branch','Inventory','1110','4000','5500','yes','','','3174725296235439373320'),(3160,'31747252950','91',1.00,'100','retail','0','2025-05-14 23:02:45','','','','0','Cash',13.56,'100','','','3','16.00','1','2025-05-14 20:02:52','3','16','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','46.00','45','Inclusive','branch','Inventory','1110','4000','5500','yes','','','3174725296632332027396'),(3161,'31747260850','18',1.00,'150','retail','0','2025-05-15 01:14:10','','','','0','Cash',20.34,'150','','','3','16.00','1','2025-05-14 22:14:19','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','3174726085184576202270'),(3162,'31747281329','7',1.00,'20','retail','0','2025-05-15 06:55:29','','','','0','Cash',2.71,'20','','','3','16.00','1','2025-05-15 04:00:34','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','3174728133132243272734'),(3163,'31747281329','7',1.00,'20','retail','0','2025-05-15 06:55:55','','','','0','Cash',2.71,'20','','','3','16.00','1','2025-05-15 04:00:34','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','3174728135773337727203'),(3164,'31747281329','7',1.00,'20','retail','0','2025-05-15 07:00:22','','','','0','Cash',2.71,'20','','','3','16.00','1','2025-05-15 04:00:34','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','3174728162432233020021'),(3165,'31747281329','7',1.00,'20','retail','0','2025-05-15 07:00:28','','','','0','Cash',2.71,'20','','','3','16.00','1','2025-05-15 04:00:34','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','3174728162930300372930'),(3167,'81747290201','25',1.00,'200','retail','0','2025-05-15 09:23:21','','','','0','Cash',27.12,'200','','','8','','1','2025-05-15 06:29:03','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174729020393022382370'),(3168,'81747290201','25',1.00,'200','retail','0','2025-05-15 09:28:58','','','','0','Cash',27.12,'200','','','8','16.00','1','2025-05-15 06:29:03','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174729053937284272207'),(3169,'81747292240','1',1.00,'50','retail','0','2025-05-15 09:57:20','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-15 06:57:30','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174729224538822032222'),(3174,'181747292779','92',1.00,'30','retail','0','2025-05-15 10:06:19','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-15 07:06:31','1','13','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174729278021223203423'),(3175,'181747292779','92',1.00,'30','retail','0','2025-05-15 10:06:24','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-15 07:06:31','1','13','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174729278663090333723'),(3176,'181747292813','92',1.00,'30','retail','0','2025-05-15 10:06:53','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-15 07:07:10','1','13','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174729281537230338339'),(3177,'181747292852','92',1.00,'30','retail','0','2025-05-15 10:07:33','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-15 07:07:38','1','13','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174729285420242433237'),(3178,'81747292652','1',1.00,'50','retail','0','2025-05-15 10:04:12','','','','0','Cash',6.78,'50','','','8','','1','2025-05-15 07:31:28','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174729265432224223232'),(3179,'81747292652','6',1.00,'50','retail','0','2025-05-15 10:04:25','','','','0','Cash',6.78,'50','','','8','','1','2025-05-15 07:31:28','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174729266630222626283'),(3180,'81747292652','11',1.00,'60','retail','0','2025-05-15 10:04:29','','','','0','Cash',8.14,'60','','','8','','1','2025-05-15 07:31:28','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','34.00','33','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174729267034302233978'),(3181,'81747292652','3',1.00,'120','retail','0','2025-05-15 10:04:33','','','','0','Cash',16.27,'120','','','8','','1','2025-05-15 07:31:28','1','12','new','1','printed','pcs','','','','yes','','2.03','','','VATABLE',101.69,'1','31.00','30','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174729267477460767224'),(3182,'81747292652','7',1.00,'20','retail','0','2025-05-15 10:31:22','','','','0','Cash',2.71,'20','','','8','16.00','1','2025-05-15 07:31:28','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174729428342027822837'),(3183,'181747294474','1',1.00,'50','retail','0','2025-05-15 10:34:35','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-15 07:35:23','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174729447722282171472'),(3184,'181747294474','1',1.00,'50','retail','0','2025-05-15 10:34:38','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-15 07:35:23','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174729448223023403403'),(3185,'181747294474','95',1.00,'100','retail','0','2025-05-15 10:35:11','','','','01','Cash',13.56,'100','','','18','16.00','1','2025-05-15 07:35:23','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174729451334332202234'),(3186,'181747294474','95',1.00,'100','retail','0','2025-05-15 10:35:16','','','','01','Cash',13.56,'100','','','18','16.00','1','2025-05-15 07:35:23','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174729451833003302000'),(3187,'81747295308','1',1.00,'50','retail','0','2025-05-15 10:48:28','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-15 07:48:44','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174729531073018735023'),(3188,'81747295308','95',1.00,'100','retail','0','2025-05-15 10:48:38','','','','01','Cash',13.56,'100','','','8','16.00','1','2025-05-15 07:48:44','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174729531937284272207'),(3189,'181747295825','7',1.00,'20','retail','0','2025-05-15 10:57:19','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-15 07:58:15','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174729584053740233220'),(3190,'181747295825','7',1.00,'20','retail','0','2025-05-15 10:58:08','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-15 07:58:15','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174729589130103720020'),(3191,'181747295915','11',1.00,'60','retail','0','2025-05-15 10:58:36','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-05-15 07:59:00','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','33.00','32','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174729591757223305420'),(3192,'181747295915','1',1.00,'50','retail','0','2025-05-15 10:58:53','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-15 07:59:00','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174729593523209943003'),(3197,'181747295959','1',1.00,'50','retail','0','2025-05-15 10:59:19','','','','0','Cash',6.78,'50','','','18','','1','2025-05-15 08:02:14','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174729596002135269335'),(3198,'181747295959','53',1.00,'100','retail','0','2025-05-15 10:59:29','','','','0','Cash',13.56,'100','','','18','','1','2025-05-15 08:02:14','3','7','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174729597022077703803'),(3199,'181747295959','7',1.00,'20','retail','0','2025-05-15 10:59:47','','','','0','Cash',2.71,'20','','','18','','1','2025-05-15 08:02:14','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174729598832225132312'),(3200,'181747295959','95',1.00,'100','retail','0','2025-05-15 10:59:51','','','','01','Cash',13.56,'100','','','18','','1','2025-05-15 08:02:14','1','12','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174729599332723707333'),(3201,'181747295959','7',1.00,'20','retail','0','2025-05-15 11:02:05','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-15 08:02:14','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174729612702322130023'),(3202,'181747296809','7',1.00,'20','retail','0','2025-05-15 11:13:29','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-15 08:13:35','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174729681023020227207'),(3203,'81747297135','6',1.00,'50','retail','0','2025-05-15 11:18:55','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-15 08:19:19','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174729713674333332022'),(3204,'81747297135','11',1.00,'60','retail','0','2025-05-15 11:18:57','','','','0','Cash',8.14,'60','','','8','16.00','1','2025-05-15 08:19:19','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','32.00','31','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174729713933324303312'),(3205,'81747297135','1',1.00,'50','retail','0','2025-05-15 11:19:13','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-15 08:19:19','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174729715433432103337'),(3208,'181747299982','3',1.00,'120','retail','0','2025-05-15 12:06:22','','','','0','Cash',16.27,'120','','','18','16.00','1','2025-05-15 09:19:27','1','12','new','1','new','pcs','','','','yes','','2.03','','','VATABLE',101.69,'1','30.00','29','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174729998527037802488'),(3209,'181747299982','1',1.00,'50','retail','0','2025-05-15 12:19:16','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-15 09:19:27','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','50.00','49','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174730075834323373803'),(3210,'181747299947','14',1.00,'100','retail','0','2025-05-15 12:05:47','','','','0','Cash',13.56,'100','','','18','','1','2025-05-15 09:20:24','3','1','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174729994930722002030'),(3211,'181747299947','14',1.00,'100','retail','0','2025-05-15 12:05:54','','','','0','Cash',13.56,'100','','','18','','1','2025-05-15 09:20:24','3','1','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174729995515992032232'),(3212,'181747299947','14',1.00,'100','retail','0','2025-05-15 12:20:16','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-15 09:20:24','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174730081832227012003'),(3214,'181747304585','30',1.00,'50','retail','0','2025-05-15 13:23:05','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-15 10:23:12','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174730458620331238240'),(3215,'81747303371','59',1.00,'50','retail','0','2025-05-15 13:02:51','','','','0','Cash',6.78,'50','','','8','','1','2025-05-15 10:24:16','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','60.00','59','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174730337280273430230'),(3216,'81747303371','59',1.00,'50','retail','0','2025-05-15 13:24:09','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-15 10:24:16','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','59.00','58','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174730465227203283230'),(3220,'181747305355','54',1.00,'50','retail','0','2025-05-15 13:35:55','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-15 10:36:02','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174730535606025724323'),(3221,'81747305888','38',1.00,'50','retail','0','2025-05-15 13:44:48','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-15 10:44:56','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','93.00','92','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174730588907505947330'),(3222,'81747306034','28',1.00,'200','retail','0','2025-05-15 13:47:14','','','','0','Cash',27.12,'200','','','8','16.00','1','2025-05-15 10:47:21','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174730603630024312032'),(3229,'181747306595','59',1.00,'50','retail','0','2025-05-15 13:56:35','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-15 10:56:53','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','58.00','57','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174730659632263813323'),(3230,'181747306595','1',1.00,'50','retail','0','2025-05-15 13:56:42','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-15 10:56:53','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','49.00','48','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174730660321000321073'),(3237,'81747307337','25',1.00,'200','retail','0','2025-05-15 14:08:57','','','','0','Cash',27.12,'200','','','8','','1','2025-05-15 11:25:29','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174730733802103420203'),(3238,'81747307337','8',1.00,'30','retail','0','2025-05-15 14:14:23','','','','0','Cash',4.07,'30','','','8','','1','2025-05-15 11:25:29','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','35.00','34','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174730766503732345700'),(3239,'81747307337','8',1.00,'30','retail','0','2025-05-15 14:25:12','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-05-15 11:25:29','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','34.00','33','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174730831471308320013'),(3240,'81747307337','75',1.00,'100','retail','0','2025-05-15 14:25:24','','','','0','Cash',13.56,'100','','','8','16.00','1','2025-05-15 11:25:29','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174730832500370082728'),(3241,'181747307981','21',1.00,'280','retail','0','2025-05-15 14:19:41','','','','0','Cash',37.97,'280','','','18','','1','2025-05-15 11:38:17','1','3','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174730798291037234302'),(3242,'181747307981','30',1.00,'50','retail','0','2025-05-15 14:19:48','','','','0','Cash',6.78,'50','','','18','','1','2025-05-15 11:38:17','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174730798921828708332'),(3243,'181747307981','25',1.00,'200','retail','0','2025-05-15 14:19:55','','','','0','Cash',27.12,'200','','','18','','1','2025-05-15 11:38:17','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174730799607033022383'),(3244,'181747307981','21',1.00,'280','retail','0','2025-05-15 14:37:40','','','','0','Cash',37.97,'280','','','18','16.00','1','2025-05-15 11:38:17','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174730906222373320023'),(3245,'181747307981','21',1.00,'280','retail','0','2025-05-15 14:37:46','','','','0','Cash',37.97,'280','','','18','16.00','1','2025-05-15 11:38:17','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174730906700821307372'),(3246,'181747307981','30',1.00,'50','retail','0','2025-05-15 14:37:51','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-15 11:38:17','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174730907231040002200'),(3247,'181747307981','30',1.00,'50','retail','0','2025-05-15 14:37:58','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-15 11:38:17','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174730907918008300293'),(3248,'81747305292','30',1.00,'50','retail','0','2025-05-15 13:34:52','','','','0','Cash',6.78,'50','','','8','','1','2025-05-15 11:38:54','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174730529302421233222'),(3249,'81747305292','50',1.00,'50','retail','0','2025-05-15 13:35:08','','','','0','Cash',6.78,'50','','','8','','1','2025-05-15 11:38:54','1','6','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174730530942033922220'),(3250,'81747305292','40',1.00,'150','retail','0','2025-05-15 13:35:19','','','','0','Cash',20.34,'150','','','8','','1','2025-05-15 11:38:54','1','13','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174730532338022210330'),(3251,'81747305292','87',1.00,'150','retail','0','2025-05-15 13:54:48','','','','0','Cash',20.34,'150','','','8','','1','2025-05-15 11:38:54','3','10','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174730649022203823334'),(3252,'81747305292','18',1.00,'150','retail','0','2025-05-15 13:55:07','','','','0','Cash',20.34,'150','','','8','','1','2025-05-15 11:38:54','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174730650930240223306'),(3253,'81747305292','34',1.00,'280','retail','0','2025-05-15 13:55:19','','','','0','Cash',37.97,'280','','','8','','1','2025-05-15 11:38:54','1','13','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174730652007283327332'),(3254,'81747305292','59',1.00,'50','retail','0','2025-05-15 14:38:49','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-15 11:38:54','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','57.00','56','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174730913003102030733'),(3255,'181747309753','7',1.00,'20','retail','0','2025-05-15 14:49:13','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-15 11:49:19','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174730975533072333522'),(3256,'181747309803','1',1.00,'50','retail','0','2025-05-15 14:50:03','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-15 11:50:21','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','48.00','47','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174730980537720842922'),(3257,'181747309803','8',1.00,'30','retail','0','2025-05-15 14:50:14','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-15 11:50:21','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','33.00','32','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174730981533112212931'),(3258,'81747310313','96',1.00,'300','retail','0','2025-05-15 14:58:33','','','','0','Cash',40.68,'300','','','8','16.00','1','2025-05-15 11:59:55','1','9','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174731031423432001023'),(3259,'81747310313','96',1.00,'300','retail','0','2025-05-15 14:59:17','','','','0','Cash',40.68,'300','','','8','16.00','1','2025-05-15 11:59:55','1','9','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174731035800732333333'),(3260,'81747310313','96',1.00,'300','retail','0','2025-05-15 14:59:24','','','','0','Cash',40.68,'300','','','8','16.00','1','2025-05-15 11:59:55','1','9','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174731036522737704037'),(3261,'81747310313','76',1.00,'100','retail','0','2025-05-15 14:59:39','','','','0','Cash',13.56,'100','','','8','16.00','1','2025-05-15 11:59:55','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174731038132031388317'),(3262,'81747310313','76',1.00,'100','retail','0','2025-05-15 14:59:45','','','','0','Cash',13.56,'100','','','8','16.00','1','2025-05-15 11:59:55','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174731038743033333430'),(3263,'181747310918','21',1.00,'280','retail','0','2025-05-15 15:08:38','','','','0','Cash',37.97,'280','','','18','16.00','1','2025-05-15 12:08:54','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174731092021120031232'),(3264,'181747310918','30',1.00,'50','retail','0','2025-05-15 15:08:46','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-15 12:08:54','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174731092890790223130'),(3265,'181747311631','28',1.00,'200','retail','0','2025-05-15 15:20:31','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-05-15 12:20:40','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174731163331210313223'),(3266,'81747311791','7',1.00,'20','retail','0','2025-05-15 15:23:11','','','','0','Cash',2.71,'20','','','8','16.00','1','2025-05-15 12:23:30','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174731179331382213030'),(3267,'81747311791','7',1.00,'20','retail','0','2025-05-15 15:23:16','','','','0','Cash',2.71,'20','','','8','16.00','1','2025-05-15 12:23:30','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174731179728323310123'),(3268,'81747311791','7',1.00,'20','retail','0','2025-05-15 15:23:19','','','','0','Cash',2.71,'20','','','8','16.00','1','2025-05-15 12:23:30','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174731180110083401202'),(3269,'81747311791','7',1.00,'20','retail','0','2025-05-15 15:23:25','','','','0','Cash',2.71,'20','','','8','16.00','1','2025-05-15 12:23:30','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174731180642133622220'),(3270,'181747311919','18',1.00,'150','retail','0','2025-05-15 15:25:19','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-15 12:25:51','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174731192038331903323'),(3271,'181747311919','11',1.00,'60','retail','0','2025-05-15 15:25:28','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-05-15 12:25:51','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','31.00','30','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174731193082333270300'),(3272,'181747311919','59',1.00,'50','retail','0','2025-05-15 15:25:45','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-15 12:25:51','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','56.00','55','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174731194632132323403'),(3273,'81747313306','8',1.00,'30','retail','0','2025-05-15 15:48:26','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-05-15 12:48:36','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','32.00','31','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174731330743233022320'),(3274,'81747313306','8',1.00,'30','retail','0','2025-05-15 15:48:31','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-05-15 12:48:36','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','31.00','30','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174731331222330302220'),(3275,'181747313363','54',1.00,'50','retail','0','2025-05-15 15:49:23','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-15 12:49:30','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174731336521242233160'),(3276,'181747313481','59',1.00,'50','retail','0','2025-05-15 15:51:21','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-15 12:51:25','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','55.00','54','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174731348203128032072'),(3277,'81747313840','8',1.00,'30','retail','0','2025-05-15 15:57:20','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-05-15 12:57:35','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','30.00','29','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174731384132304343831'),(3278,'81747313840','8',1.00,'30','retail','0','2025-05-15 15:57:25','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-05-15 12:57:35','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','29.00','28','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174731384742271713323'),(3279,'81747316511','88',1.00,'150','retail','0','2025-05-15 16:41:51','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-05-15 13:42:06','3','10','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174731651332247322131'),(3280,'81747316511','88',1.00,'150','retail','0','2025-05-15 16:41:59','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-05-15 13:42:06','3','10','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174731652138022242563'),(3284,'81747317670','44',1.00,'150','retail','0','2025-05-15 17:01:10','','','','0','Cash',20.34,'150','','','8','','1','2025-05-15 14:37:29','3','5','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174731767232413411323'),(3285,'81747317670','44',1.00,'150','retail','0','2025-05-15 17:01:13','','','','0','Cash',20.34,'150','','','8','','1','2025-05-15 14:37:29','3','5','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174731767624000013327'),(3286,'81747317670','44',1.00,'150','retail','0','2025-05-15 17:01:17','','','','0','Cash',20.34,'150','','','8','','1','2025-05-15 14:37:29','3','5','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174731768323774323803'),(3287,'81747317670','91',1.00,'100','retail','0','2025-05-15 17:37:15','','','','0','Cash',13.56,'100','','','8','16.00','1','2025-05-15 14:37:29','3','16','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','45.00','44','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174731983703328123329'),(3288,'81747317670','91',1.00,'100','retail','0','2025-05-15 17:37:22','','','','0','Cash',13.56,'100','','','8','16.00','1','2025-05-15 14:37:29','3','16','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','44.00','43','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174731984332832193318'),(3289,'81747321106','1',1.00,'50','retail','0','2025-05-15 17:58:26','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-15 14:58:37','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','47.00','46','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174732110823001100804'),(3290,'181747321373','3',1.00,'120','retail','0','2025-05-15 18:02:53','','','','0','Cash',16.27,'120','','','18','16.00','1','2025-05-15 15:03:25','1','12','new','1','new','pcs','','','','yes','','2.03','','','VATABLE',101.69,'1','29.00','28','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174732137523332020222'),(3291,'181747321373','1',1.00,'50','retail','0','2025-05-15 18:03:15','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-15 15:03:25','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','46.00','45','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174732139612012268262'),(3292,'181747321587','15',1.00,'150','retail','0','2025-05-15 18:06:27','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-15 15:06:44','3','1','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174732158822002232842'),(3293,'181747321624','44',1.00,'150','retail','0','2025-05-15 18:07:04','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-15 15:07:12','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174732162610641212076'),(3294,'81747322134','1',1.00,'50','retail','0','2025-05-15 18:15:34','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-15 15:15:48','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','45.00','44','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174732213533345022243'),(3295,'81747322134','59',1.00,'50','retail','0','2025-05-15 18:15:43','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-15 15:15:48','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','54.00','53','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174732214473330033344'),(3296,'181747323159','13',1.00,'100','retail','0','2025-05-15 18:32:39','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-15 15:32:46','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174732316123073070023'),(3299,'181747325414','98',1.00,'300','retail','0','2025-05-15 19:10:14','','','','0','Cash',40.68,'300','','','18','16.00','1','2025-05-15 16:10:22','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174732541633077433712'),(3302,'181747325655','1',1.00,'50','retail','0','2025-05-15 19:14:15','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-15 16:14:23','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','43.00','42','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174732565772423734233'),(3303,'181747325984','1',1.00,'50','retail','0','2025-05-15 19:19:44','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-15 16:19:50','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','42.00','41','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174732598531420352732'),(3304,'81747325197','18',1.00,'150','retail','0','2025-05-15 19:06:37','','','','0','Cash',20.34,'150','','','8','','1','2025-05-15 16:23:53','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174732519923233222810'),(3305,'81747325197','18',1.00,'150','retail','0','2025-05-15 19:06:40','','','','0','Cash',20.34,'150','','','8','','1','2025-05-15 16:23:53','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174732520200222422200'),(3306,'81747325197','1',1.00,'50','retail','0','2025-05-15 19:23:48','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-15 16:23:53','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','41.00','40','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174732623002322040030'),(3307,'81747326249','38',1.00,'50','retail','0','2025-05-15 19:24:09','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-15 16:24:14','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','91.00','90','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174732625147343207133'),(3310,'81747325556','1',1.00,'50','retail','0','2025-05-15 19:12:36','','','','0','Cash',6.78,'50','','','8','','1','2025-05-15 16:25:56','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','44.00','43','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174732555705333343233'),(3311,'81747325556','38',1.00,'50','retail','0','2025-05-15 19:12:53','','','','0','Cash',6.78,'50','','','8','','1','2025-05-15 16:25:56','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','92.00','91','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174732557533345427022'),(3312,'81747325556','38',1.00,'50','retail','0','2025-05-15 19:25:46','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-15 16:25:56','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','90.00','89','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174732634732103223248'),(3313,'81747325556','38',1.00,'50','retail','0','2025-05-15 19:25:51','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-15 16:25:56','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','89.00','88','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174732635233245223133'),(3314,'81747326873','14',1.00,'100','retail','0','2025-05-15 19:34:33','','','','0','Cash',13.56,'100','','','8','16.00','1','2025-05-15 16:35:05','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174732687480330173302'),(3315,'81747326873','62',1.00,'100','retail','0','2025-05-15 19:34:43','','','','0','Cash',13.56,'100','','','8','16.00','1','2025-05-15 16:35:05','3','8','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','26.00','25','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174732688528223224460'),(3316,'81747326873','11',1.00,'60','retail','0','2025-05-15 19:34:57','','','','0','Cash',8.14,'60','','','8','16.00','1','2025-05-15 16:35:05','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','30.00','29','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174732689833374482072'),(3317,'181747328625','21',1.00,'280','retail','0','2025-05-15 20:03:45','','','','0','Cash',37.97,'280','','','18','16.00','1','2025-05-15 17:03:57','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174732862772303232114'),(3318,'181747328625','30',1.00,'50','retail','0','2025-05-15 20:03:50','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-15 17:03:57','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174732863200113003083'),(3319,'81747329083','19',1.00,'180','retail','0','2025-05-15 20:11:23','','','','0','Cash',24.41,'180','','','8','16.00','1','2025-05-15 17:11:41','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174732908524328430132'),(3320,'81747329083','23',1.00,'350','retail','0','2025-05-15 20:11:36','','','','0','Cash',47.46,'350','','','8','16.00','1','2025-05-15 17:11:41','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174732909720223332322'),(3321,'181747329295','38',1.00,'50','retail','0','2025-05-15 20:14:55','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-15 17:15:09','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','88.00','87','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174732929732924923023'),(3322,'181747329295','38',1.00,'50','retail','0','2025-05-15 20:15:02','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-15 17:15:09','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','87.00','86','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174732930431823203333'),(3323,'81747326290','40',1.00,'150','retail','0','2025-05-15 19:24:51','','','','0','Cash',20.34,'150','','','8','','1','2025-05-15 17:16:24','1','13','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174732629227222202334'),(3324,'81747326290','30',1.00,'50','retail','0','2025-05-15 19:24:59','','','','0','Cash',6.78,'50','','','8','','1','2025-05-15 17:16:24','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174732630100001722312'),(3325,'81747326290','1',1.00,'50','retail','0','2025-05-15 20:16:18','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-15 17:16:24','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','40.00','39','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174732938070022338034'),(3326,'81747329758','52',1.00,'150','retail','0','2025-05-15 20:22:38','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-05-15 17:22:54','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','23.00','22','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174732975917032307303'),(3327,'81747329758','3',1.00,'120','retail','0','2025-05-15 20:22:50','','','','0','Cash',16.27,'120','','','8','16.00','1','2025-05-15 17:22:54','1','12','new','1','new','pcs','','','','yes','','2.03','','','VATABLE',101.69,'1','28.00','27','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174732977172722970283'),(3328,'181747330050','18',1.00,'150','retail','0','2025-05-15 20:27:30','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-15 17:27:59','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174733005232300033772'),(3329,'181747330050','11',1.00,'60','retail','0','2025-05-15 20:27:40','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-05-15 17:27:59','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','29.00','28','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174733006131233637137'),(3330,'181747330050','18',1.00,'150','retail','0','2025-05-15 20:27:53','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-15 17:27:59','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174733007410712227324'),(3331,'81747330980','18',1.00,'150','retail','0','2025-05-15 20:43:00','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-05-15 17:43:05','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174733098130821023328'),(3332,'221747335951','32',1.00,'300','retail','0','2025-05-15 22:05:51','','','','0','Cash',40.68,'300','','','22','16.00','1','2025-05-15 19:05:56','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174733595200232042223'),(3333,'221747338033','95',1.00,'100','retail','0','2025-05-15 22:40:33','','','','01','Cash',13.56,'100','','','22','16.00','1','2025-05-15 19:41:32','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174733803438033020422'),(3334,'221747338033','30',1.00,'50','retail','0','2025-05-15 22:40:41','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-15 19:41:32','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174733804327330224203'),(3335,'221747338033','50',1.00,'50','retail','0','2025-05-15 22:40:55','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-15 19:41:32','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174733805622302417278'),(3336,'221747338033','12',1.00,'50','retail','0','2025-05-15 22:41:10','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-15 19:41:32','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174733807121203377420'),(3337,'221747338033','12',1.00,'50','retail','0','2025-05-15 22:41:17','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-15 19:41:32','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174733807930223220330'),(3338,'221747338114','95',1.00,'100','retail','0','2025-05-15 22:41:54','','','','01','Cash',13.56,'100','','','22','16.00','1','2025-05-15 19:43:01','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174733811553324222201'),(3339,'221747338114','30',1.00,'50','retail','0','2025-05-15 22:42:14','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-15 19:43:01','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174733813610222332333'),(3340,'221747338114','12',1.00,'50','retail','0','2025-05-15 22:42:32','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-15 19:43:01','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174733815377223320370'),(3341,'221747338114','12',1.00,'50','retail','0','2025-05-15 22:42:38','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-15 19:43:01','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174733815933232251322'),(3342,'221747338114','50',1.00,'50','retail','0','2025-05-15 22:42:56','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-15 19:43:01','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174733817703330214323'),(3343,'221747341559','33',1.00,'600','retail','0','2025-05-15 23:39:19','','','','0','Cash',81.36,'600','','','22','16.00','1','2025-05-15 20:42:22','1','13','new','1','new','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174734156002322016321'),(3344,'221747341559','33',1.00,'600','retail','0','2025-05-15 23:39:24','','','','0','Cash',81.36,'600','','','22','16.00','1','2025-05-15 20:42:22','1','13','new','1','new','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174734156624030323233'),(3345,'221747341559','30',1.00,'50','retail','0','2025-05-15 23:40:00','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-15 20:42:22','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174734160144002130200'),(3346,'221747341559','30',1.00,'50','retail','0','2025-05-15 23:40:05','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-15 20:42:22','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174734160633230223163'),(3347,'221747341559','30',1.00,'50','retail','0','2025-05-15 23:40:36','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-15 20:42:22','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174734163701226072273'),(3348,'221747341559','29',1.00,'100','retail','0','2025-05-15 23:40:52','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-05-15 20:42:22','1','3','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174734165431212273323'),(3349,'221747341559','95',1.00,'100','retail','0','2025-05-15 23:41:08','','','','01','Cash',13.56,'100','','','22','16.00','1','2025-05-15 20:42:22','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174734167730700333012'),(3350,'221747341559','1',1.00,'50','retail','0','2025-05-15 23:41:50','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-15 20:42:22','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','39.00','38','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174734171134722723243'),(3351,'221747341559','1',1.00,'50','retail','0','2025-05-15 23:41:55','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-15 20:42:22','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','38.00','37','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174734171631221302337'),(3352,'221747341559','1',1.00,'50','retail','0','2025-05-15 23:42:00','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-15 20:42:22','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','37.00','36','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174734172033317210772'),(3353,'221747341559','1',1.00,'50','retail','0','2025-05-15 23:42:05','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-15 20:42:22','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','36.00','35','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174734172720332430717'),(3354,'221747341930','54',1.00,'50','retail','0','2025-05-15 23:45:30','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-15 20:45:37','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174734193273129223303'),(3355,'221747341955','54',1.00,'50','retail','0','2025-05-15 23:45:55','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-15 20:46:00','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174734195651020227303'),(3356,'221747343033','33',1.00,'600','retail','0','2025-05-16 00:03:53','','','','0','Cash',81.36,'600','','','22','16.00','1','2025-05-15 21:15:32','1','13','new','1','new','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174734303403332202242'),(3357,'221747343033','33',1.00,'600','retail','0','2025-05-16 00:03:58','','','','0','Cash',81.36,'600','','','22','16.00','1','2025-05-15 21:15:32','1','13','new','1','new','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174734303920722222433'),(3358,'221747343033','95',1.00,'100','retail','0','2025-05-16 00:04:20','','','','01','Cash',13.56,'100','','','22','16.00','1','2025-05-15 21:15:32','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174734306140027333402'),(3359,'221747343033','30',1.00,'50','retail','0','2025-05-16 00:04:57','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-15 21:15:32','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174734309833740233220'),(3360,'221747343033','30',1.00,'50','retail','0','2025-05-16 00:05:05','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-15 21:15:32','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174734310600223432333'),(3361,'221747343033','30',1.00,'50','retail','0','2025-05-16 00:14:06','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-15 21:15:32','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','40.00','39','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174734364802223323732'),(3362,'221747343033','29',1.00,'100','retail','0','2025-05-16 00:14:13','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-05-15 21:15:32','1','3','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','30.00','29','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174734365505503222563'),(3363,'221747343033','1',1.00,'50','retail','0','2025-05-16 00:14:53','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-15 21:15:32','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','60.00','59','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174734369432920344703'),(3364,'221747343033','1',1.00,'50','retail','0','2025-05-16 00:14:58','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-15 21:15:32','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','59.00','58','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174734370000720323143'),(3365,'221747343033','1',1.00,'50','retail','0','2025-05-16 00:15:03','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-15 21:15:32','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','58.00','57','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174734370523305272301'),(3366,'221747343033','1',1.00,'50','retail','0','2025-05-16 00:15:11','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-15 21:15:32','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','57.00','56','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174734371201100307232'),(3367,'221747343033','1',1.00,'50','retail','0','2025-05-16 00:15:18','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-15 21:15:32','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','56.00','55','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174734371901322037173'),(3368,'221747344221','18',1.00,'150','retail','0','2025-05-16 00:23:41','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-05-15 21:23:49','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174734422322730240143'),(3369,'221747346014','8',1.00,'30','retail','0','2025-05-16 00:53:34','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-15 21:54:05','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','28.00','27','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174734601623207222002'),(3370,'221747346014','8',1.00,'30','retail','0','2025-05-16 00:53:42','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-15 21:54:05','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','27.00','26','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174734602403222332044'),(3371,'221747346014','8',1.00,'30','retail','0','2025-05-16 00:53:48','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-15 21:54:05','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','26.00','25','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174734602933923337330'),(3372,'221747346014','8',1.00,'30','retail','0','2025-05-16 00:53:52','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-15 21:54:05','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','25.00','24','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174734603320333323202'),(3373,'221747346014','8',1.00,'30','retail','0','2025-05-16 00:53:59','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-15 21:54:05','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174734604030300426322'),(3374,'221747372441','7',1.00,'20','retail','0','2025-05-16 08:14:01','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-16 05:14:07','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174737244201013300402'),(3375,'221747373026','8',1.00,'30','retail','0','2025-05-16 08:23:46','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-16 05:24:00','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','23.00','22','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174737302707237220022'),(3376,'221747373026','8',1.00,'30','retail','0','2025-05-16 08:23:50','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-16 05:24:00','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','22.00','21','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174737303123002343342'),(3381,'221747374361','14',1.00,'100','retail','0','2025-05-16 08:46:01','','','','0','Cash',13.56,'100','','','22','','1','2025-05-16 05:49:55','3','1','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174737436232303432207'),(3382,'221747374361','7',1.00,'20','retail','0','2025-05-16 08:49:39','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-16 05:49:55','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174737458007308302001'),(3383,'221747374361','7',1.00,'20','retail','0','2025-05-16 08:49:43','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-16 05:49:55','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174737458503371520203'),(3384,'221747374361','7',1.00,'20','retail','0','2025-05-16 08:49:49','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-16 05:49:55','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174737459122733222339'),(3385,'221747373639','8',1.00,'30','retail','0','2025-05-16 08:33:59','','','','0','Cash',4.07,'30','','','22','','1','2025-05-16 05:50:29','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','21.00','20','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174737364007332223222'),(3386,'221747373639','8',1.00,'30','retail','0','2025-05-16 08:34:03','','','','0','Cash',4.07,'30','','','22','','1','2025-05-16 05:50:29','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174737364403703003222'),(3387,'221747373639','8',1.00,'30','retail','0','2025-05-16 08:34:08','','','','0','Cash',4.07,'30','','','22','','1','2025-05-16 05:50:29','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174737364972233337202'),(3388,'221747373639','8',1.00,'30','retail','0','2025-05-16 08:50:24','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-16 05:50:29','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174737462633362702326'),(3389,'181747376290','1',1.00,'50','retail','0','2025-05-16 09:18:10','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-16 06:18:30','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','55.00','54','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174737629103372133362'),(3390,'181747376290','7',1.00,'20','retail','0','2025-05-16 09:18:21','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-16 06:18:30','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174737630222336023773'),(3391,'181747376855','7',1.00,'20','retail','0','2025-05-16 09:27:35','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-16 06:27:42','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174737685722438038777'),(3392,'81747377463','8',1.00,'30','retail','0','2025-05-16 09:37:43','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-05-16 06:37:50','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174737746423822772323'),(3393,'81747380761','8',1.00,'30','retail','0','2025-05-16 10:32:41','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-05-16 07:32:50','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174738076323373007802'),(3394,'181747383263','45',1.00,'180','retail','0','2025-05-16 11:14:23','','','','0','Cash',24.41,'180','','','18','16.00','1','2025-05-16 08:14:29','3','5','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174738326432003703321'),(3395,'181747384724','6',1.00,'50','retail','0','2025-05-16 11:38:44','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-16 08:38:49','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174738472520002233232'),(3396,'81747385696','59',1.00,'50','retail','0','2025-05-16 11:54:56','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-16 08:55:18','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','53.00','52','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174738569823362610722'),(3397,'81747385696','59',1.00,'50','retail','0','2025-05-16 11:55:03','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-16 08:55:18','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','52.00','51','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174738570434305323212'),(3398,'81747385696','59',1.00,'50','retail','0','2025-05-16 11:55:09','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-16 08:55:18','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','51.00','50','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174738571110021423273'),(3399,'81747387982','99',1.00,'150','retail','0','2025-05-16 12:33:02','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-05-16 09:33:28','1','13','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174738798331232707823'),(3400,'81747387982','8',1.00,'30','retail','0','2025-05-16 12:33:18','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-05-16 09:33:28','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174738799970443333274'),(3401,'181747394734','59',1.00,'50','retail','0','2025-05-16 14:25:34','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-16 11:25:43','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','50.00','49','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174739473623073070023'),(3402,'181747395005','8',1.00,'30','retail','0','2025-05-16 14:30:05','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-16 11:30:11','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174739500630000100752'),(3403,'181747396643','59',1.00,'50','retail','0','2025-05-16 14:57:23','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-16 11:57:28','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','49.00','48','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174739664533337323603'),(3405,'81747396740','1',1.00,'50','retail','0','2025-05-16 14:59:00','','','','0','Cash',6.78,'50','','','8','','1','2025-05-16 12:03:25','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','54.00','53','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174739674206434032283'),(3406,'81747396740','38',1.00,'50','retail','0','2025-05-16 15:03:20','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-16 12:03:25','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','86.00','85','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174739700273107733033'),(3407,'81747397152','23',1.00,'350','retail','0','2025-05-16 15:05:52','','','','0','Cash',47.46,'350','','','8','16.00','1','2025-05-16 12:06:15','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174739715401777921232'),(3408,'81747397152','8',1.00,'30','retail','0','2025-05-16 15:06:04','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-05-16 12:06:15','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174739716720262022333'),(3409,'181747402376','87',1.00,'150','retail','0','2025-05-16 16:32:56','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-16 13:33:03','3','10','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174740237841122232032'),(3410,'81747402503','59',1.00,'50','retail','0','2025-05-16 16:35:03','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-16 13:35:09','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','48.00','47','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174740250431423303482'),(3413,'181747403072','14',1.00,'100','retail','0','2025-05-16 16:44:32','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-16 13:45:20','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174740307442432044330'),(3414,'181747403072','6',1.00,'50','retail','0','2025-05-16 16:45:09','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-16 13:45:20','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174740311134021220180'),(3415,'181747403072','7',1.00,'20','retail','0','2025-05-16 16:45:12','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-16 13:45:20','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174740311442102320342'),(3416,'181747403296','38',1.00,'50','retail','0','2025-05-16 16:48:16','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-16 13:48:24','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','85.00','84','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174740329833328832201'),(3417,'181747403587','1',1.00,'50','retail','0','2025-05-16 16:53:07','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-16 13:53:42','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','52.00','51','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174740358922035223333'),(3418,'181747403587','11',1.00,'60','retail','0','2025-05-16 16:53:33','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-05-16 13:53:42','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','28.00','27','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174740361566133533303'),(3419,'81747402618','1',1.00,'50','retail','0','2025-05-16 16:36:58','','','','0','Cash',6.78,'50','','','8','','1','2025-05-16 14:40:52','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','53.00','52','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174740262123372010624'),(3420,'81747402618','6',1.00,'50','retail','0','2025-05-16 16:37:47','','','','0','Cash',6.78,'50','','','8','','1','2025-05-16 14:40:52','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174740266834322233212'),(3421,'181747406613','6',1.00,'50','retail','0','2025-05-16 17:43:34','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-16 14:46:08','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174740661608042223632'),(3422,'181747406613','52',1.00,'150','retail','0','2025-05-16 17:45:03','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-16 14:46:08','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','22.00','21','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174740670542023331453'),(3423,'181747406613','6',1.00,'50','retail','0','2025-05-16 17:45:54','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-16 14:46:08','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174740675661232336340'),(3424,'81747407687','1',1.00,'50','retail','0','2025-05-16 18:01:27','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-16 15:01:34','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','51.00','50','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174740768822802704331'),(3425,'81747408441','43',1.00,'200','retail','0','2025-05-16 18:14:02','','','','0','Cash',27.12,'200','','','8','16.00','1','2025-05-16 15:14:10','3','4','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174740844343230343423'),(3432,'81747408896','91',1.00,'100','retail','0','2025-05-16 18:21:36','','','','0','Cash',13.56,'100','','','8','','1','2025-05-16 15:39:20','3','16','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','43.00','42','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174740889923008431332'),(3433,'81747408896','91',1.00,'100','retail','0','2025-05-16 18:21:46','','','','0','Cash',13.56,'100','','','8','','1','2025-05-16 15:39:20','3','16','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','42.00','41','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174740890922422073424'),(3434,'81747408896','59',1.00,'50','retail','0','2025-05-16 18:22:25','','','','0','Cash',6.78,'50','','','8','','1','2025-05-16 15:39:20','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','47.00','46','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174740894728002700287'),(3435,'81747408896','14',1.00,'100','retail','0','2025-05-16 18:30:53','','','','0','Cash',13.56,'100','','','8','','1','2025-05-16 15:39:20','3','1','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174740945440223433102'),(3436,'81747408896','91',1.00,'100','retail','0','2025-05-16 18:39:13','','','','0','Cash',13.56,'100','','','8','16.00','1','2025-05-16 15:39:20','3','16','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','41.00','40','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174740995503233748343'),(3438,'81747410474','70',1.00,'250','retail','0','2025-05-16 18:47:54','','','','0','Cash',33.90,'250','','','8','16.00','1','2025-05-16 15:48:05','3','10','new','1','new','pcs','','','','yes','','4.24','','','VATABLE',211.86,'1','40.00','39','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174741047627202634033'),(3439,'81747410474','68',1.00,'250','retail','0','2025-05-16 18:48:00','','','','0','Cash',33.90,'250','','','8','16.00','1','2025-05-16 15:48:05','3','10','new','1','new','pcs','','','','yes','','4.24','','','VATABLE',211.86,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174741048122042337304'),(3443,'81747409997','59',1.00,'50','retail','0','2025-05-16 18:39:57','','','','0','Cash',6.78,'50','','','8','','1','2025-05-16 15:51:01','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','46.00','45','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174741000414202337003'),(3444,'81747409997','59',1.00,'50','retail','0','2025-05-16 18:50:50','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-16 15:51:01','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','45.00','44','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174741065322275303032'),(3447,'181747411709','29',1.00,'100','retail','0','2025-05-16 19:08:30','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-16 16:08:59','1','3','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','29.00','28','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174741171402243347032'),(3448,'181747411709','24',1.00,'130','retail','0','2025-05-16 19:08:43','','','','0','Cash',17.63,'130','','','18','16.00','1','2025-05-16 16:08:59','1','3','new','1','new','pcs','','','','yes','','2.20','','','VATABLE',110.17,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174741172723711022320'),(3449,'81747411789','38',1.00,'50','retail','0','2025-05-16 19:09:50','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-16 16:10:19','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','84.00','83','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174741179411170203333'),(3450,'81747411789','38',1.00,'50','retail','0','2025-05-16 19:10:00','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-16 16:10:19','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','83.00','82','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174741180218273382034'),(3451,'81747411789','38',1.00,'50','retail','0','2025-05-16 19:10:10','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-16 16:10:19','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','82.00','81','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174741181224277324103'),(3452,'181747412123','24',1.00,'130','retail','0','2025-05-16 19:15:23','','','','0','Cash',17.63,'130','','','18','16.00','1','2025-05-16 16:15:31','1','3','new','1','new','pcs','','','','yes','','2.20','','','VATABLE',110.17,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174741212523082207217'),(3453,'181747410581','1',1.00,'50','retail','0','2025-05-16 18:49:41','','','','0','Cash',6.78,'50','','','18','','1','2025-05-16 16:17:08','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','49.00','48','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174741058203314723122'),(3454,'181747410581','1',1.00,'50','retail','0','2025-05-16 18:49:51','','','','0','Cash',6.78,'50','','','18','','1','2025-05-16 16:17:08','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','48.00','47','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174741059332037210458'),(3455,'181747410581','3',1.00,'120','retail','0','2025-05-16 18:50:14','','','','0','Cash',16.27,'120','','','18','','1','2025-05-16 16:17:08','1','12','new','1','printed','pcs','','','','yes','','2.03','','','VATABLE',101.69,'1','27.00','26','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174741061536632111521'),(3456,'181747410581','19',1.00,'180','retail','0','2025-05-16 19:16:56','','','','0','Cash',24.41,'180','','','18','16.00','1','2025-05-16 16:17:08','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174741221843311324412'),(3457,'181747411360','8',1.00,'30','retail','0','2025-05-16 19:02:40','','','','0','Cash',4.07,'30','','','18','','1','2025-05-16 16:20:36','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174741136233033072638'),(3458,'181747411360','1',1.00,'50','retail','0','2025-05-16 19:07:39','','','','0','Cash',6.78,'50','','','18','','1','2025-05-16 16:20:36','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','47.00','46','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174741166166227323162'),(3459,'181747411360','1',1.00,'50','retail','0','2025-05-16 19:20:08','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-16 16:20:36','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','46.00','45','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174741241204432123030'),(3460,'181747411360','8',1.00,'30','retail','0','2025-05-16 19:20:27','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-16 16:20:36','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174741242981037122019'),(3461,'81747412761','18',1.00,'150','retail','0','2025-05-16 19:26:01','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-05-16 16:26:10','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','100.00','99','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174741276230334200300'),(3462,'81747412811','7',1.00,'20','retail','0','2025-05-16 19:26:51','','','','0','Cash',2.71,'20','','','8','16.00','1','2025-05-16 16:26:57','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','100.00','99','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174741281323383132034'),(3463,'181747409803','1',1.00,'50','retail','0','2025-05-16 18:36:43','','','','0','Cash',6.78,'50','','','18','','1','2025-05-16 16:30:18','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','50.00','49','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174740980533110289200'),(3464,'181747409803','6',1.00,'50','retail','0','2025-05-16 18:37:00','','','','0','Cash',6.78,'50','','','18','','1','2025-05-16 16:30:18','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174740982222322302232'),(3465,'181747409803','62',1.00,'100','retail','0','2025-05-16 19:30:01','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-16 16:30:18','3','8','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','25.00','24','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174741300322377032033'),(3466,'181747414426','21',1.00,'280','retail','0','2025-05-16 19:53:46','','','','0','Cash',37.97,'280','','','18','16.00','1','2025-05-16 16:53:57','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174741442848027331420'),(3467,'181747414426','30',1.00,'50','retail','0','2025-05-16 19:53:51','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-16 16:53:57','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','39.00','38','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174741443200340142034'),(3468,'81747417434','87',1.00,'150','retail','0','2025-05-16 20:43:54','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-05-16 17:44:11','3','10','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174741743500318334423'),(3469,'81747417434','53',1.00,'100','retail','0','2025-05-16 20:44:06','','','','0','Cash',13.56,'100','','','8','16.00','1','2025-05-16 17:44:11','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174741744773347732403'),(3471,'221747418193','62',1.00,'100','retail','0','2025-05-16 20:56:33','','','','0','Cash',13.56,'100','','','22','','1','2025-05-16 18:01:38','3','8','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174741819414030734132'),(3472,'221747418193','59',1.00,'50','retail','0','2025-05-16 21:01:31','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-16 18:01:38','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','44.00','43','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174741849222222222212'),(3473,'221747420725','33',1.00,'600','retail','0','2025-05-16 21:38:45','','','','0','Cash',81.36,'600','','','22','16.00','1','2025-05-16 18:39:43','1','13','new','1','new','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','40.00','39','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174742072620223322307'),(3474,'221747420725','32',1.00,'300','retail','0','2025-05-16 21:38:54','','','','0','Cash',40.68,'300','','','22','16.00','1','2025-05-16 18:39:43','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','27.00','26','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174742073523222702343'),(3475,'221747420725','30',1.00,'50','retail','0','2025-05-16 21:39:21','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-16 18:39:43','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','38.00','37','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174742076203222004002'),(3476,'221747420725','30',1.00,'50','retail','0','2025-05-16 21:39:27','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-16 18:39:43','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','37.00','36','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174742076803023773033'),(3477,'221747420725','30',1.00,'50','retail','0','2025-05-16 21:39:31','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-16 18:39:43','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','36.00','35','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174742077327004233020'),(3478,'221747426648','59',1.00,'50','retail','0','2025-05-16 23:17:28','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-16 20:17:39','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','43.00','42','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174742665000622001034'),(3479,'221747426648','59',1.00,'50','retail','0','2025-05-16 23:17:33','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-16 20:17:39','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','42.00','41','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174742665403371420203'),(3480,'221747428641','33',1.00,'600','retail','0','2025-05-16 23:50:41','','','','0','Cash',81.36,'600','','','22','16.00','1','2025-05-16 20:51:10','1','13','new','1','new','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','39.00','38','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174742864287414632028'),(3481,'221747428641','30',1.00,'50','retail','0','2025-05-16 23:50:55','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-16 20:51:10','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','35.00','34','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174742865633002223020'),(3482,'221747428641','30',1.00,'50','retail','0','2025-05-16 23:50:59','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-16 20:51:10','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','34.00','33','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174742866173072232332'),(3485,'221747455532','1',1.00,'50','retail','0','2025-05-17 07:18:52','','','','0','Cash',6.78,'50','','','22','','1','2025-05-17 04:23:34','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','45.00','44','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174745553332322332352'),(3486,'221747455532','1',1.00,'50','retail','0','2025-05-17 07:18:59','','','','0','Cash',6.78,'50','','','22','','1','2025-05-17 04:23:34','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','44.00','43','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174745554140722351300'),(3487,'221747455532','7',1.00,'20','retail','0','2025-05-17 07:23:15','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-17 04:23:34','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','99.00','98','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174745579667433030227'),(3488,'221747455532','7',1.00,'20','retail','0','2025-05-17 07:23:27','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-17 04:23:34','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','98.00','97','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174745580838373232330'),(3489,'221747460374','88',1.00,'150','retail','0','2025-05-17 08:39:34','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-05-17 05:39:47','3','10','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174746037620343033333'),(3490,'221747460374','88',1.00,'150','retail','0','2025-05-17 08:39:41','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-05-17 05:39:47','3','10','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174746038202033200222'),(3491,'81747464237','1',1.00,'50','retail','0','2025-05-17 09:43:57','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-17 06:44:31','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','43.00','42','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174746423910133293097'),(3492,'81747464237','7',1.00,'20','retail','0','2025-05-17 09:44:16','','','','0','Cash',2.71,'20','','','8','16.00','1','2025-05-17 06:44:31','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','97.00','96','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174746425708002423723'),(3493,'81747464237','7',1.00,'20','retail','0','2025-05-17 09:44:26','','','','0','Cash',2.71,'20','','','8','16.00','1','2025-05-17 06:44:31','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','96.00','95','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174746426743420343433'),(3494,'81747464449','1',1.00,'50','retail','0','2025-05-17 09:47:29','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-17 06:47:48','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','42.00','41','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174746445034003432803'),(3495,'81747464449','8',1.00,'30','retail','0','2025-05-17 09:47:41','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-05-17 06:47:48','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174746446206223222002'),(3498,'81747465364','1',1.00,'50','retail','0','2025-05-17 10:02:44','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-17 07:04:12','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','40.00','39','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174746536522830072220'),(3499,'81747465364','1',1.00,'50','retail','0','2025-05-17 10:02:55','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-05-17 07:04:12','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','39.00','38','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174746537722572342827'),(3500,'81747465364','7',1.00,'20','retail','0','2025-05-17 10:03:48','','','','0','Cash',2.71,'20','','','8','16.00','1','2025-05-17 07:04:12','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','94.00','93','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174746543037340123233'),(3501,'81747465364','7',1.00,'20','retail','0','2025-05-17 10:03:58','','','','0','Cash',2.71,'20','','','8','16.00','1','2025-05-17 07:04:12','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','93.00','92','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174746543930208433302'),(3502,'81747465754','8',1.00,'30','retail','0','2025-05-17 10:09:14','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-05-17 07:09:37','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174746575632220227022'),(3503,'81747465754','8',1.00,'30','retail','0','2025-05-17 10:09:18','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-05-17 07:09:37','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174746575983365202789'),(3504,'81747465754','8',1.00,'30','retail','0','2025-05-17 10:09:23','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-05-17 07:09:37','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174746576547235776073'),(3505,'81747465754','8',1.00,'30','retail','0','2025-05-17 10:09:28','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-05-17 07:09:37','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174746576927383243999'),(3506,'61747464771','1',1.00,'50','retail','0','2025-05-17 09:52:51','','','','0','Cash',6.78,'50','','','6','','1','2025-05-17 08:11:22','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','41.00','40','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'6174746477262422377132'),(3507,'61747464771','7',1.00,'20','retail','0','2025-05-17 09:53:38','','','','0','Cash',2.71,'20','','','6','','1','2025-05-17 08:11:22','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','95.00','94','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'6174746482020224023303'),(3512,'61747472430','74',1.00,'100','retail','0','2025-05-17 12:00:30','','','','0','Cash',13.56,'100','','','6','16.00','1','2025-05-17 09:00:38','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174747243223222032000'),(3518,'61747473356','1',1.00,'50','retail','0','2025-05-17 12:15:56','','','','0','Cash',6.78,'50','','','6','16.00','1','2025-05-17 09:22:14','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','38.00','37','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174747335834312133143'),(3519,'61747473356','1',1.00,'50','retail','0','2025-05-17 12:16:05','','','','0','Cash',6.78,'50','','','6','16.00','1','2025-05-17 09:22:14','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','37.00','36','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174747336820261723636'),(3520,'61747472902','68',1.00,'250','retail','0','2025-05-17 12:08:22','','','','0','Cash',33.90,'250','','','6','','1','2025-05-17 09:24:30','3','10','new','1','printed','pcs','','','','yes','','4.24','','','VATABLE',211.86,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'6174747290423772431432'),(3521,'61747472902','29',1.00,'100','retail','0','2025-05-17 12:08:45','','','','0','Cash',13.56,'100','','','6','','1','2025-05-17 09:24:30','1','3','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','28.00','27','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'6174747292743327912472'),(3522,'61747472902','31',1.00,'150','retail','0','2025-05-17 12:08:51','','','','0','Cash',20.34,'150','','','6','','1','2025-05-17 09:24:30','1','3','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'6174747293222723039233'),(3523,'61747472902','31',1.00,'150','retail','0','2025-05-17 12:09:01','','','','0','Cash',20.34,'150','','','6','','1','2025-05-17 09:24:30','1','3','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'6174747294223923622222'),(3524,'61747472902','29',1.00,'100','retail','0','2025-05-17 12:14:05','','','','0','Cash',13.56,'100','','','6','','1','2025-05-17 09:24:30','1','3','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','27.00','26','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'6174747324732332223332'),(3525,'61747472902','68',1.00,'250','retail','0','2025-05-17 12:24:14','','','','0','Cash',33.90,'250','','','6','16.00','1','2025-05-17 09:24:30','3','10','new','1','new','pcs','','','','yes','','4.24','','','VATABLE',211.86,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174747386106342203243'),(3526,'111747475792','44',1.00,'150','retail','0','2025-05-17 12:56:32','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-05-17 09:57:12','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174747580922373303723'),(3527,'211746986081','1',1.00,'50','retail','0','2025-05-11 20:54:41','','','','0','Cash',6.78,'50','','','21','','1','2025-05-17 10:06:32','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'21174698608238132180912'),(3528,'211747476416','93',1.00,'300','retail','0','2025-05-17 13:06:56','','','','0','Cash',40.68,'300','','','21','16.00','1','2025-05-17 10:07:06','1','3','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174747641740412323234'),(3529,'211747476416','93',1.00,'300','retail','0','2025-05-17 13:07:00','','','','0','Cash',40.68,'300','','','21','16.00','1','2025-05-17 10:07:06','1','3','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174747642173311340603'),(3530,'111747476803','44',1.00,'150','retail','0','2025-05-17 13:13:24','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-05-17 10:20:04','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174747682222323173333'),(3531,'111747476803','44',1.00,'150','retail','0','2025-05-17 13:13:43','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-05-17 10:20:04','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174747685032057162802'),(3532,'111747476803','44',1.00,'150','retail','0','2025-05-17 13:14:11','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-05-17 10:20:04','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174747688538108330131'),(3533,'111747476803','6',1.00,'50','retail','0','2025-05-17 13:14:46','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-17 10:20:04','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174747692201321170302'),(3534,'111747476803','6',1.00,'50','retail','0','2025-05-17 13:15:26','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-17 10:20:04','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174747701143032030244'),(3535,'111747476803','6',1.00,'50','retail','0','2025-05-17 13:16:53','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-17 10:20:04','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174747704633732074224'),(3536,'111747476803','6',1.00,'50','retail','0','2025-05-17 13:17:26','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-17 10:20:04','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174747707111774737233'),(3537,'111747476803','8',1.00,'30','retail','0','2025-05-17 13:18:08','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-17 10:20:04','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174747709004313773790'),(3538,'111747476803','8',1.00,'30','retail','0','2025-05-17 13:18:13','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-17 10:20:04','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174747709662277742033'),(3539,'111747476803','8',1.00,'30','retail','0','2025-05-17 13:18:17','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-17 10:20:04','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174747710071237214222'),(3540,'111747476803','11',1.00,'60','retail','0','2025-05-17 13:18:35','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-05-17 10:20:04','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','27.00','26','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174747711713020377202'),(3541,'111747476803','11',1.00,'60','retail','0','2025-05-17 13:18:47','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-05-17 10:20:04','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','26.00','25','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174747712913222223412'),(3542,'111747476803','50',1.00,'50','retail','0','2025-05-17 13:18:50','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-17 10:20:04','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174747716371207712103'),(3543,'111747476803','54',1.00,'50','retail','0','2025-05-17 13:19:24','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-17 10:20:04','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174747719433112292731'),(3544,'61747476558','1',1.00,'50','retail','0','2025-05-17 13:09:18','','','','0','Cash',6.78,'50','','','6','16.00','1','2025-05-17 10:22:43','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','36.00','35','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174747656044403324373'),(3545,'61747476558','1',1.00,'50','retail','0','2025-05-17 13:09:25','','','','0','Cash',6.78,'50','','','6','16.00','1','2025-05-17 10:22:43','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','35.00','34','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174747656672533426333'),(3546,'61747476558','74',1.00,'100','retail','0','2025-05-17 13:12:20','','','','0','Cash',13.56,'100','','','6','16.00','1','2025-05-17 10:22:43','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174747674171234347272'),(3547,'61747477519','29',1.00,'100','retail','0','2025-05-17 13:25:19','','','','0','Cash',13.56,'100','','','6','16.00','1','2025-05-17 10:38:33','1','3','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','26.00','25','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174747752114704211330'),(3548,'61747477519','29',1.00,'100','retail','0','2025-05-17 13:25:35','','','','0','Cash',13.56,'100','','','6','16.00','1','2025-05-17 10:38:33','1','3','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','25.00','24','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174747753750523323432'),(3549,'61747477519','31',1.00,'150','retail','0','2025-05-17 13:25:48','','','','0','Cash',20.34,'150','','','6','16.00','1','2025-05-17 10:38:33','1','3','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174747755442202730247'),(3550,'61747477519','31',1.00,'150','retail','0','2025-05-17 13:25:59','','','','0','Cash',20.34,'150','','','6','16.00','1','2025-05-17 10:38:33','1','3','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174747756270236230373'),(3551,'61747477519','18',1.00,'150','retail','0','2025-05-17 13:28:55','','','','0','Cash',20.34,'150','','','6','16.00','1','2025-05-17 10:38:33','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','99.00','98','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174747773723222202770'),(3552,'61747477519','18',1.00,'150','retail','0','2025-05-17 13:29:01','','','','0','Cash',20.34,'150','','','6','16.00','1','2025-05-17 10:38:33','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','98.00','97','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174747774372062233223'),(3553,'61747477519','59',1.00,'50','retail','0','2025-05-17 13:32:18','','','','0','Cash',6.78,'50','','','6','16.00','1','2025-05-17 10:38:33','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','41.00','40','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174747794030742204707'),(3554,'61747477519','59',1.00,'50','retail','0','2025-05-17 13:32:26','','','','0','Cash',6.78,'50','','','6','16.00','1','2025-05-17 10:38:33','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','40.00','39','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174747794844202223277'),(3555,'61747477519','68',1.00,'250','retail','0','2025-05-17 13:37:05','','','','0','Cash',33.90,'250','','','6','16.00','1','2025-05-17 10:38:33','3','10','new','1','new','pcs','','','','yes','','4.24','','','VATABLE',211.86,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174747826024237323020'),(3556,'61747477519','68',1.00,'250','retail','0','2025-05-17 13:37:40','','','','0','Cash',33.90,'250','','','6','16.00','1','2025-05-17 10:38:33','3','10','new','1','new','pcs','','','','yes','','4.24','','','VATABLE',211.86,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174747828510230323732'),(3557,'61747478521','30',1.00,'50','retail','0','2025-05-17 13:42:01','','','','0','Cash',6.78,'50','','','6','16.00','1','2025-05-17 10:43:59','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','33.00','32','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174747852432126822024'),(3558,'61747478521','30',1.00,'50','retail','0','2025-05-17 13:42:15','','','','0','Cash',6.78,'50','','','6','16.00','1','2025-05-17 10:43:59','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','32.00','31','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174747853832253742735'),(3559,'61747478521','95',1.00,'100','retail','0','2025-05-17 13:42:42','','','','01','Cash',13.56,'100','','','6','16.00','1','2025-05-17 10:43:59','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174747856422332242323'),(3560,'61747478521','95',1.00,'100','retail','0','2025-05-17 13:42:49','','','','01','Cash',13.56,'100','','','6','16.00','1','2025-05-17 10:43:59','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174747857144307202187'),(3561,'61747478521','33',1.00,'600','retail','0','2025-05-17 13:43:15','','','','0','Cash',81.36,'600','','','6','16.00','1','2025-05-17 10:43:59','1','13','new','1','new','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','38.00','37','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174747859863230133328'),(3562,'111747482406','93',1.00,'300','retail','0','2025-05-17 14:46:46','','','','0','Cash',40.68,'300','','','11','16.00','1','2025-05-17 11:46:55','1','3','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174748240823332343243'),(3563,'61747479097','29',1.00,'100','retail','0','2025-05-17 13:51:37','','','','0','Cash',13.56,'100','','','6','16.00','1','2025-05-17 11:56:34','1','3','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174747910030476421204'),(3564,'61747479097','29',1.00,'100','retail','0','2025-05-17 13:51:48','','','','0','Cash',13.56,'100','','','6','16.00','1','2025-05-17 11:56:34','1','3','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','23.00','22','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174747911291712274122'),(3565,'61747483026','18',1.00,'150','retail','0','2025-05-17 14:57:07','','','','0','Cash',20.34,'150','','','6','16.00','1','2025-05-17 12:01:49','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','97.00','96','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174748303070412300224'),(3566,'61747483026','88',1.00,'150','retail','0','2025-05-17 14:58:01','','','','0','Cash',20.34,'150','','','6','16.00','1','2025-05-17 12:01:49','3','10','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174748308443222132473'),(3567,'61747483026','11',1.00,'60','retail','0','2025-05-17 14:59:12','','','','0','Cash',8.14,'60','','','6','16.00','1','2025-05-17 12:01:49','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','25.00','24','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174748315403362273233'),(3568,'61747483026','11',1.00,'60','retail','0','2025-05-17 14:59:21','','','','0','Cash',8.14,'60','','','6','16.00','1','2025-05-17 12:01:49','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174748316332026632722'),(3569,'111747483472','18',1.00,'150','retail','0','2025-05-17 15:04:32','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-05-17 12:04:44','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','96.00','95','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174748347521003307322'),(3570,'111747486437','8',1.00,'30','retail','0','2025-05-17 15:53:57','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-17 12:54:14','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174748644443210233203'),(3571,'111747486541','29',1.00,'100','retail','0','2025-05-17 15:55:41','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-05-17 12:57:38','1','3','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','22.00','21','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174748654933333020423'),(3572,'111747486541','23',1.00,'350','retail','0','2025-05-17 15:56:59','','','','0','Cash',47.46,'350','','','11','16.00','1','2025-05-17 12:57:38','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174748662177231323184'),(3573,'211747490131','68',1.00,'250','retail','0','2025-05-17 16:55:31','','','','0','Cash',33.90,'250','','','21','16.00','1','2025-05-17 14:07:43','3','10','new','1','new','pcs','','','','yes','','4.24','','','VATABLE',211.86,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174749013970449347342'),(3574,'211747490131','68',1.00,'250','retail','0','2025-05-17 17:04:41','','','','0','Cash',33.90,'250','','','21','16.00','1','2025-05-17 14:07:43','3','10','new','1','new','pcs','','','','yes','','4.24','','','VATABLE',211.86,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174749069041303292122'),(3575,'211747490131','85',1.00,'200','retail','0','2025-05-17 17:07:15','','','','0','Cash',27.12,'200','','','21','16.00','1','2025-05-17 14:07:43','3','10','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174749084927943242122'),(3576,'211747491218','18',1.00,'150','retail','0','2025-05-17 17:13:39','','','','0','Cash',20.34,'150','','','21','16.00','1','2025-05-17 14:14:51','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','95.00','94','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174749122133732230222'),(3577,'211747491218','18',1.00,'150','retail','0','2025-05-17 17:14:07','','','','0','Cash',20.34,'150','','','21','16.00','1','2025-05-17 14:14:51','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','94.00','93','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174749125032012040003'),(3578,'211747491218','24',1.00,'130','retail','0','2025-05-17 17:14:23','','','','0','Cash',17.63,'130','','','21','16.00','1','2025-05-17 14:14:51','1','3','new','1','new','pcs','','','','yes','','2.20','','','VATABLE',110.17,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174749126501127029322'),(3579,'211747491218','24',1.00,'130','retail','0','2025-05-17 17:14:36','','','','0','Cash',17.63,'130','','','21','16.00','1','2025-05-17 14:14:51','1','3','new','1','new','pcs','','','','yes','','2.20','','','VATABLE',110.17,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174749127900333100222'),(3580,'61747469558','87',1.00,'150','retail','0','2025-05-17 11:12:38','','','','0','Cash',20.34,'150','','','6','','1','2025-05-17 14:24:54','3','10','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'6174746956033450022032'),(3581,'61747469558','75',1.00,'100','retail','0','2025-05-17 11:13:02','','','','0','Cash',13.56,'100','','','6','','1','2025-05-17 14:24:54','3','11','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'6174746958352522321472'),(3582,'61747469558','75',1.00,'100','retail','0','2025-05-17 11:14:37','','','','0','Cash',13.56,'100','','','6','','1','2025-05-17 14:24:54','3','11','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'6174746967867770684283'),(3583,'61747469558','75',1.00,'100','retail','0','2025-05-17 11:14:42','','','','0','Cash',13.56,'100','','','6','','1','2025-05-17 14:24:54','3','11','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'6174746968323676339023'),(3584,'61747469558','80',1.00,'20','retail','0','2025-05-17 17:24:04','','','','10','Cash',2.71,'20','','','6','16.00','1','2025-05-17 14:24:54','','14','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','41.00','40','Inclusive','branch','Service','1110','4000','5500','','','','6174749184640238940233'),(3585,'61747494062','44',1.00,'150','retail','0','2025-05-17 18:01:02','','','','0','Cash',20.34,'150','','','6','16.00','1','2025-05-17 15:01:10','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174749406300222104362'),(3586,'61747494225','38',2.00,'100','retail','0','2025-05-17 18:04:20','','','','0','Cash',13.56,'50','','','6','16.00','1','2025-05-17 15:05:53','1','13','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'2','80.00','78','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174749426443023633262'),(3587,'61747494946','38',1.00,'50','retail','0','2025-05-17 18:15:46','','','','0','Cash',6.78,'50','','','6','16.00','1','2025-05-17 15:16:25','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','79.00','78','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174749494934443423770'),(3588,'61747494946','38',1.00,'50','retail','0','2025-05-17 18:16:09','','','','0','Cash',6.78,'50','','','6','16.00','1','2025-05-17 15:16:25','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','78.00','77','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174749497202322322023'),(3589,'61747495624','38',1.00,'50','retail','0','2025-05-17 18:27:05','','','','0','Cash',6.78,'50','','','6','16.00','1','2025-05-17 15:27:22','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','77.00','76','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174749562967642234356'),(3590,'61747497109','38',1.00,'50','retail','0','2025-05-17 18:51:49','','','','0','Cash',6.78,'50','','','6','16.00','1','2025-05-17 15:52:02','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','76.00','75','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174749711200400333230'),(3591,'211747497160','19',1.00,'180','retail','0','2025-05-17 18:52:40','','','','0','Cash',24.41,'180','','','21','16.00','1','2025-05-17 15:53:13','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','53.00','52','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174749716327323207272'),(3592,'211747497160','19',1.00,'180','retail','0','2025-05-17 18:52:56','','','','0','Cash',24.41,'180','','','21','16.00','1','2025-05-17 15:53:13','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','52.00','51','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174749718422213777373'),(3593,'61747497830','21',1.00,'280','retail','0','2025-05-17 19:03:50','','','','0','Cash',37.97,'280','','','6','16.00','1','2025-05-17 16:13:18','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174749783334020234134'),(3594,'61747497830','10',1.00,'100','retail','0','2025-05-17 19:04:29','','','','0','Cash',13.56,'100','','','6','16.00','1','2025-05-17 16:13:18','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174749787223727234800'),(3595,'61747497830','3',1.00,'120','retail','0','2025-05-17 19:04:48','','','','0','Cash',16.27,'120','','','6','16.00','1','2025-05-17 16:13:18','1','12','new','1','new','pcs','','','','yes','','2.03','','','VATABLE',101.69,'1','26.00','25','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174749789103313223763'),(3596,'61747497830','52',1.00,'150','retail','0','2025-05-17 19:05:51','','','','0','Cash',20.34,'150','','','6','16.00','1','2025-05-17 16:13:18','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','21.00','20','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174749795522522200122'),(3597,'61747497830','19',1.00,'180','retail','0','2025-05-17 19:07:27','','','','0','Cash',24.41,'180','','','6','16.00','1','2025-05-17 16:13:18','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','51.00','50','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174749804943233932244'),(3598,'61747497830','34',1.00,'280','retail','0','2025-05-17 19:12:15','','','','0','Cash',37.97,'280','','','6','16.00','1','2025-05-17 16:13:18','1','13','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174749835202304823326'),(3600,'61747498630','19',1.00,'180','retail','0','2025-05-17 19:17:10','','','','0','Cash',24.41,'180','','','6','','1','2025-05-17 16:30:30','1','2','new','1','printed','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','50.00','49','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'6174749863621333200013'),(3601,'61747498630','19',1.00,'180','retail','0','2025-05-17 19:29:50','','','','0','Cash',24.41,'180','','','6','16.00','1','2025-05-17 16:30:30','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','49.00','48','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174749939229094232932'),(3602,'61747499696','1',1.00,'50','retail','0','2025-05-17 19:34:57','','','','0','Cash',6.78,'50','','','6','16.00','1','2025-05-17 16:35:45','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','34.00','33','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174749970572001722600'),(3603,'61747499696','1',1.00,'50','retail','0','2025-05-17 19:35:27','','','','0','Cash',6.78,'50','','','6','16.00','1','2025-05-17 16:35:45','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','33.00','32','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174749973022313000449'),(3604,'111747500844','44',1.00,'150','retail','0','2025-05-17 19:54:04','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-05-17 16:54:48','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174750084605102322202'),(3605,'111747500844','44',1.00,'150','retail','0','2025-05-17 19:54:10','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-05-17 16:54:48','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174750085221220022018'),(3606,'111747500844','38',1.00,'50','retail','0','2025-05-17 19:54:13','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-17 16:54:48','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','75.00','74','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174750087222027302223'),(3609,'61747500971','38',1.00,'50','retail','0','2025-05-17 19:56:11','','','','0','Cash',6.78,'50','','','6','16.00','1','2025-05-17 16:56:22','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','74.00','73','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174750097337007303520'),(3610,'121747501076','32',1.00,'300','retail','0','2025-05-17 19:57:56','','','','0','Cash',40.68,'300','','','12','16.00','1','2025-05-17 16:58:28','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','26.00','25','Inclusive','branch','Inventory','1110','4000','5500','yes','','','12174750107707757232037'),(3611,'121747501076','30',1.00,'50','retail','0','2025-05-17 19:58:17','','','','0','Cash',6.78,'50','','','12','16.00','1','2025-05-17 16:58:28','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','31.00','30','Inclusive','branch','Inventory','1110','4000','5500','yes','','','12174750109819005032232'),(3612,'61747501175','25',1.00,'200','retail','0','2025-05-17 19:59:35','','','','0','Cash',27.12,'200','','','6','16.00','1','2025-05-17 17:06:49','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174750117720034232325'),(3613,'61747501175','1',1.00,'50','retail','0','2025-05-17 20:02:30','','','','0','Cash',6.78,'50','','','6','16.00','1','2025-05-17 17:06:49','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','30.00','29','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174750135233423357223'),(3614,'61747501175','52',1.00,'150','retail','0','2025-05-17 20:03:12','','','','0','Cash',20.34,'150','','','6','16.00','1','2025-05-17 17:06:49','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174750139593702232330'),(3615,'61747501175','18',2.00,'300','retail','0','2025-05-17 20:04:48','','','','0','Cash',40.68,'150','','','6','16.00','1','2025-05-17 17:06:49','1','2','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'2','93.00','91','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174750149034622402230'),(3616,'61747501175','11',5.00,'300','retail','0','2025-05-17 20:06:06','','','','0','Cash',40.68,'60','','','6','16.00','1','2025-05-17 17:06:49','1','12','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'5','23.00','18','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174750156823620027505'),(3617,'61747501175','6',1.00,'50','retail','0','2025-05-17 20:06:19','','','','0','Cash',6.78,'50','','','6','16.00','1','2025-05-17 17:06:49','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174750158135000045360'),(3618,'111747500926','1',1.00,'50','retail','0','2025-05-17 19:55:26','','','','0','Cash',6.78,'50','','','11','','1','2025-05-17 17:09:57','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','32.00','31','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174750092827203329023'),(3619,'111747500926','1',1.00,'50','retail','0','2025-05-17 19:55:31','','','','0','Cash',6.78,'50','','','11','','1','2025-05-17 17:09:57','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','31.00','30','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174750093252373332293'),(3620,'111747500926','1',1.00,'50','retail','0','2025-05-17 20:09:49','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-17 17:09:57','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','29.00','28','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174750179123909711922'),(3621,'121747501909','18',1.00,'150','retail','0','2025-05-17 20:11:49','','','','0','Cash',20.34,'150','','','12','16.00','1','2025-05-17 17:12:12','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','91.00','90','Inclusive','branch','Inventory','1110','4000','5500','yes','','','12174750191043323720521'),(3622,'111747502173','44',1.00,'150','retail','0','2025-05-17 20:16:13','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-05-17 17:16:22','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174750217531273543270'),(3623,'61747501709','6',1.00,'50','retail','0','2025-05-17 20:08:29','','','','0','Cash',6.78,'50','','','6','16.00','1','2025-05-17 17:21:16','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174750171000022620342'),(3624,'61747501709','52',3.00,'450','retail','0','2025-05-17 20:21:02','','','','0','Cash',61.02,'150','','','6','16.00','1','2025-05-17 17:21:16','3','7','new','1','new','pcs','','','','yes','','7.63','','','VATABLE',381.36,'3','19.00','16','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174750246300403366473'),(3627,'121747502680','1',2.00,'100','retail','0','2025-05-17 20:24:40','','','','0','Cash',13.56,'50','','','12','','1','2025-05-17 17:35:06','3','1','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'2','28.00','26','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'12174750268183313522601'),(3628,'121747502680','11',2.00,'120','retail','0','2025-05-17 20:25:33','','','','0','Cash',16.27,'60','','','12','','1','2025-05-17 17:35:06','1','12','new','1','printed','pcs','','','','yes','','2.03','','','VATABLE',101.69,'2','18.00','16','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'12174750273530217325332'),(3629,'121747503478','7',1.00,'20','retail','0','2025-05-17 20:37:58','','','','0','Cash',2.71,'20','','','12','16.00','1','2025-05-17 17:38:11','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','92.00','91','Inclusive','branch','Inventory','1110','4000','5500','yes','','','12174750348002034000022'),(3630,'111747504019','44',1.00,'150','retail','0','2025-05-17 20:47:17','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-05-17 17:47:51','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174750403942722233350'),(3631,'111747504019','1',1.00,'50','retail','0','2025-05-17 20:47:41','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-17 17:47:51','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','26.00','25','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174750406303240000313'),(3632,'221747507027','25',1.00,'200','retail','0','2025-05-17 21:37:07','','','','0','Cash',27.12,'200','','','22','16.00','1','2025-05-17 18:37:50','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174750702813402022752'),(3633,'221747507772','91',1.00,'100','retail','0','2025-05-17 21:49:32','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-05-17 18:50:08','3','16','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','40.00','39','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174750777335707237377'),(3634,'221747507772','91',1.00,'100','retail','0','2025-05-17 21:49:37','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-05-17 18:50:08','3','16','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','39.00','38','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174750777870003700003'),(3635,'221747507772','91',1.00,'100','retail','0','2025-05-17 21:49:41','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-05-17 18:50:08','3','16','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','38.00','37','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174750778203315723222'),(3636,'221747507772','59',1.00,'50','retail','0','2025-05-17 21:49:53','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-17 18:50:08','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','39.00','38','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174750779522032320220'),(3637,'221747507772','59',1.00,'50','retail','0','2025-05-17 21:50:00','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-17 18:50:08','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','38.00','37','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174750780232420207820'),(3638,'61747503852','8',3.00,'90','retail','0','2025-05-17 20:44:12','','','','0','Cash',12.20,'30','','','6','16.00','1','2025-05-17 19:15:22','1','12','new','1','new','pcs','','','','yes','','1.53','','','VATABLE',76.27,'3','51.00','48','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174750385332301400474'),(3639,'61747503852','8',3.00,'90','retail','0','2025-05-17 20:44:17','','','','0','Cash',12.20,'30','','','6','16.00','1','2025-05-17 19:15:22','1','12','new','1','new','pcs','','','','yes','','1.53','','','VATABLE',76.27,'3','48.00','45','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6174750385913424463000'),(3640,'221747509342','31',1.00,'150','retail','0','2025-05-17 22:15:42','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-05-17 19:16:41','1','3','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174750934320373300903'),(3641,'221747509342','8',1.00,'30','retail','0','2025-05-17 22:16:10','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-17 19:16:41','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','45.00','44','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174750937273232122323'),(3642,'221747509342','11',1.00,'60','retail','0','2025-05-17 22:16:18','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-05-17 19:16:41','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174750938081123310730'),(3643,'221747509342','11',1.00,'60','retail','0','2025-05-17 22:16:29','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-05-17 19:16:41','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174750939641332322230'),(3644,'221747510315','8',1.00,'30','retail','0','2025-05-17 22:31:55','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-17 19:32:06','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','44.00','43','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174751031652203110372'),(3645,'221747510315','8',1.00,'30','retail','0','2025-05-17 22:32:01','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-17 19:32:06','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','43.00','42','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174751032233225333723'),(3646,'221747511252','18',1.00,'150','retail','0','2025-05-17 22:47:32','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-05-17 19:48:20','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','90.00','89','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174751125320235230333'),(3647,'221747511252','18',1.00,'150','retail','0','2025-05-17 22:47:41','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-05-17 19:48:20','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','89.00','88','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174751126323301003174'),(3648,'221747511252','1',1.00,'50','retail','0','2025-05-17 22:48:02','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-17 19:48:20','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','25.00','24','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174751128472022033722'),(3649,'221747511252','1',1.00,'50','retail','0','2025-05-17 22:48:11','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-17 19:48:20','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174751129340222703333'),(3650,'221747513255','8',1.00,'30','retail','0','2025-05-17 23:20:55','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-17 20:21:07','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','42.00','41','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174751325600340732223'),(3651,'221747513255','8',1.00,'30','retail','0','2025-05-17 23:21:01','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-17 20:21:07','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','41.00','40','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174751326237220022330'),(3652,'221747540843','7',1.00,'20','retail','0','2025-05-18 07:00:43','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-18 04:01:05','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','91.00','90','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174754084433373344323'),(3653,'221747540843','7',1.00,'20','retail','0','2025-05-18 07:00:48','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-18 04:01:05','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','90.00','89','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174754084941200020430'),(3654,'221747540843','7',1.00,'20','retail','0','2025-05-18 07:00:52','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-18 04:01:05','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','89.00','88','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174754085423023230220'),(3655,'221747540843','7',1.00,'20','retail','0','2025-05-18 07:01:00','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-18 04:01:05','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','88.00','87','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174754086130433223003'),(3656,'221747540893','1',1.00,'50','retail','0','2025-05-18 07:01:33','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-18 04:01:37','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','23.00','22','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174754089422034022325'),(3657,'221747540916','1',1.00,'50','retail','0','2025-05-18 07:01:56','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-18 04:02:04','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','22.00','21','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174754091700320320043'),(3658,'221747540940','1',1.00,'50','retail','0','2025-05-18 07:02:20','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-18 04:02:25','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','21.00','20','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174754094141032240424'),(3659,'221747540961','1',1.00,'50','retail','0','2025-05-18 07:02:41','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-18 04:02:46','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174754096222252237771'),(3660,'221747541006','1',1.00,'50','retail','0','2025-05-18 07:03:26','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-18 04:03:32','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174754100712073031202'),(3661,'221747547342','8',1.00,'30','retail','0','2025-05-18 08:49:02','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-18 05:49:10','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','40.00','39','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174754734302532032030'),(3662,'181747548675','7',1.00,'20','retail','0','2025-05-18 09:11:15','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-18 06:11:21','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','87.00','86','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174754867760007700083'),(3663,'181747550094','7',1.00,'20','retail','0','2025-05-18 09:34:54','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-18 06:34:59','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','86.00','85','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174755009530873227132'),(3664,'181747552237','28',1.00,'200','retail','0','2025-05-18 10:10:37','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-05-18 07:11:12','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174755223883822333200'),(3665,'181747552237','8',1.00,'30','retail','0','2025-05-18 10:10:49','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-18 07:11:12','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','39.00','38','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174755225042753074202'),(3666,'181747552237','8',1.00,'30','retail','0','2025-05-18 10:10:57','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-18 07:11:12','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','38.00','37','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174755225835000203302'),(3667,'181747552237','8',1.00,'30','retail','0','2025-05-18 10:11:04','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-18 07:11:12','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','37.00','36','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174755226522872120333'),(3668,'181747555293','7',1.00,'20','retail','0','2025-05-18 11:01:33','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-18 08:01:43','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','85.00','84','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174755529433033422552'),(3669,'181747555293','7',1.00,'20','retail','0','2025-05-18 11:01:37','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-18 08:01:43','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','84.00','83','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174755529911039710302'),(3670,'181747558807','19',1.00,'180','retail','0','2025-05-18 12:00:07','','','','0','Cash',24.41,'180','','','18','16.00','1','2025-05-18 09:00:28','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','48.00','47','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174755880992138505338'),(3671,'181747558807','32',1.00,'300','retail','0','2025-05-18 12:00:20','','','','0','Cash',40.68,'300','','','18','16.00','1','2025-05-18 09:00:28','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','25.00','24','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174755882135202510857'),(3672,'181747558884','8',1.00,'30','retail','0','2025-05-18 12:01:24','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-18 09:01:31','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','36.00','35','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174755888655028332628'),(3673,'181747560194','1',1.00,'50','retail','0','2025-05-18 12:23:14','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-18 09:23:19','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174756019557726842022'),(3676,'181747560710','80',1.00,'20','retail','0','2025-05-18 12:31:50','','','','10','Cash',2.71,'20','','','18','16.00','1','2025-05-18 09:31:56','','14','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','41.00','40','Inclusive','branch','Service','1110','4000','5500','','','','18174756071202203700313'),(3677,'181747560630','8',1.00,'30','retail','0','2025-05-18 12:30:30','','','','0','Cash',4.07,'30','','','18','','1','2025-05-18 09:38:02','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','35.00','34','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174756063170723031311'),(3678,'181747560630','1',1.00,'50','retail','0','2025-05-18 12:30:47','','','','0','Cash',6.78,'50','','','18','','1','2025-05-18 09:38:02','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174756065022721312720'),(3679,'181747560630','8',1.00,'30','retail','0','2025-05-18 12:37:57','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-18 09:38:02','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','34.00','33','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174756107800221223600'),(3682,'181747562700','6',1.00,'50','retail','0','2025-05-18 13:05:00','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-18 10:05:20','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174756270135272823252'),(3683,'181747562303','38',1.00,'50','retail','0','2025-05-18 12:58:23','','','','0','Cash',6.78,'50','','','18','','1','2025-05-18 10:15:54','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','73.00','72','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174756230432132323003'),(3684,'181747562303','38',1.00,'50','retail','0','2025-05-18 12:58:31','','','','0','Cash',6.78,'50','','','18','','1','2025-05-18 10:15:54','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','72.00','71','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174756231232122332332'),(3685,'181747562303','91',1.00,'100','retail','0','2025-05-18 13:15:47','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-18 10:15:54','3','16','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','37.00','36','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174756334845020228333'),(3686,'181747563833','6',1.00,'50','retail','0','2025-05-18 13:23:53','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-18 10:24:04','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174756383532747030371'),(3687,'181747563833','6',1.00,'50','retail','0','2025-05-18 13:23:58','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-18 10:24:04','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174756384020502331202'),(3688,'181747563972','93',1.00,'300','retail','0','2025-05-18 13:26:12','','','','0','Cash',40.68,'300','','','18','16.00','1','2025-05-18 10:26:45','1','3','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174756397473302233103'),(3689,'181747563972','93',1.00,'300','retail','0','2025-05-18 13:26:35','','','','0','Cash',40.68,'300','','','18','16.00','1','2025-05-18 10:26:45','1','3','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174756399777237324290'),(3690,'181747565267','21',1.00,'280','retail','0','2025-05-18 13:47:47','','','','0','Cash',37.97,'280','','','18','16.00','1','2025-05-18 10:48:03','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174756526832122033333'),(3691,'181747565267','29',1.00,'100','retail','0','2025-05-18 13:47:55','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-18 10:48:03','1','3','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','21.00','20','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174756527717225380382'),(3692,'181747566548','59',1.00,'50','retail','0','2025-05-18 14:09:08','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-18 11:09:34','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','37.00','36','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174756654903598397360'),(3693,'181747566548','59',1.00,'50','retail','0','2025-05-18 14:09:20','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-18 11:09:34','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','36.00','35','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174756656276030335262'),(3694,'181747567557','28',1.00,'200','retail','0','2025-05-18 14:25:57','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-05-18 11:26:06','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174756755923033303233'),(3695,'181747568168','30',1.00,'50','retail','0','2025-05-18 14:36:08','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-18 11:37:36','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','30.00','29','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174756816937392040306'),(3696,'181747568168','50',1.00,'50','retail','0','2025-05-18 14:37:29','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-18 11:37:36','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174756825236032388120'),(3697,'181747568486','59',1.00,'50','retail','0','2025-05-18 14:41:26','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-18 11:41:33','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','35.00','34','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174756848920009326482'),(3698,'181747569096','19',1.00,'180','retail','0','2025-05-18 14:51:36','','','','0','Cash',24.41,'180','','','18','16.00','1','2025-05-18 11:51:51','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','47.00','46','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174756909742302706001'),(3699,'181747569209','30',1.00,'50','retail','0','2025-05-18 14:53:29','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-18 11:53:50','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','29.00','28','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174756921159350222229'),(3700,'181747569209','21',1.00,'280','retail','0','2025-05-18 14:53:35','','','','0','Cash',37.97,'280','','','18','16.00','1','2025-05-18 11:53:50','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174756921682502417279'),(3701,'181747570174','19',1.00,'180','retail','0','2025-05-18 15:09:34','','','','0','Cash',24.41,'180','','','18','16.00','1','2025-05-18 12:10:35','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','46.00','45','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174757017621335067203'),(3702,'181747570174','18',1.00,'150','retail','0','2025-05-18 15:09:39','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-18 12:10:35','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','88.00','87','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174757018131242012102'),(3703,'181747570174','88',1.00,'150','retail','0','2025-05-18 15:10:04','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-18 12:10:35','3','10','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174757020633352061386'),(3704,'181747570174','88',1.00,'150','retail','0','2025-05-18 15:10:11','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-18 12:10:35','3','10','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174757021282145202172'),(3705,'181747570174','87',1.00,'150','retail','0','2025-05-18 15:10:19','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-18 12:10:35','3','10','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174757022120232732002'),(3706,'181747570174','87',1.00,'150','retail','0','2025-05-18 15:10:26','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-18 12:10:35','3','10','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174757022802223043320'),(3707,'181747570946','8',1.00,'30','retail','0','2025-05-18 15:22:26','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-18 12:24:34','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','33.00','32','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174757094700203033772'),(3708,'181747570946','8',1.00,'30','retail','0','2025-05-18 15:22:32','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-18 12:24:34','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','32.00','31','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174757095340120513329'),(3709,'181747571132','38',1.00,'50','retail','0','2025-05-18 15:25:32','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-18 12:25:50','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','71.00','70','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174757113430224712331'),(3710,'181747571132','38',1.00,'50','retail','0','2025-05-18 15:25:35','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-18 12:25:50','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','70.00','69','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174757113870113301100'),(3711,'181747571132','38',1.00,'50','retail','0','2025-05-18 15:25:43','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-18 12:25:50','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','69.00','68','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174757114523412131241'),(3712,'181747571404','80',1.00,'20','retail','0','2025-05-18 15:30:04','','','','10','Cash',2.71,'20','','','18','16.00','1','2025-05-18 12:30:10','','14','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','41.00','40','Inclusive','branch','Service','1110','4000','5500','','','','18174757140505342028453'),(3713,'181747572579','38',1.00,'50','retail','0','2025-05-18 15:49:39','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-18 12:51:52','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','68.00','67','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174757258172002313553'),(3714,'181747572579','8',1.00,'30','retail','0','2025-05-18 15:50:23','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-18 12:51:52','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','31.00','30','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174757262537027530202'),(3715,'181747572579','8',1.00,'30','retail','0','2025-05-18 15:50:29','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-18 12:51:52','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','30.00','29','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174757263103222330233'),(3716,'181747572579','59',1.00,'50','retail','0','2025-05-18 15:51:20','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-18 12:51:52','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','34.00','33','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174757268220204022730'),(3717,'181747576072','19',1.00,'180','retail','0','2025-05-18 16:47:52','','','','0','Cash',24.41,'180','','','18','16.00','1','2025-05-18 13:48:09','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','45.00','44','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174757607432217567477'),(3718,'181747576339','8',1.00,'30','retail','0','2025-05-18 16:52:19','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-18 13:52:26','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','29.00','28','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174757634143123372371'),(3724,'181747577825','19',1.00,'180','retail','0','2025-05-18 17:17:05','','','','0','Cash',24.41,'180','','','18','','1','2025-05-18 14:20:14','1','2','new','1','printed','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','44.00','43','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174757782773520072322'),(3725,'181747577825','18',1.00,'150','retail','0','2025-05-18 17:17:15','','','','0','Cash',20.34,'150','','','18','','1','2025-05-18 14:20:14','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','87.00','86','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174757783725377281208'),(3726,'181747577825','59',1.00,'50','retail','0','2025-05-18 17:17:44','','','','0','Cash',6.78,'50','','','18','','1','2025-05-18 14:20:14','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','33.00','32','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174757786550223602281'),(3727,'181747577825','59',1.00,'50','retail','0','2025-05-18 17:17:51','','','','0','Cash',6.78,'50','','','18','','1','2025-05-18 14:20:14','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','32.00','31','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174757787250323823502'),(3728,'181747577825','59',1.00,'50','retail','0','2025-05-18 17:17:57','','','','0','Cash',6.78,'50','','','18','','1','2025-05-18 14:20:14','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','31.00','30','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174757787853257321273'),(3729,'181747577825','18',1.00,'150','retail','0','2025-05-18 17:20:08','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-18 14:20:14','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','86.00','85','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174757801022370727013'),(3730,'181747578873','19',1.00,'180','retail','0','2025-05-18 17:34:33','','','','0','Cash',24.41,'180','','','18','16.00','1','2025-05-18 14:34:42','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','43.00','42','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174757887572333273232'),(3731,'181747580148','1',1.00,'50','retail','0','2025-05-18 17:55:48','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-18 15:09:01','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174758015030030332752'),(3732,'181747580148','13',1.00,'100','retail','0','2025-05-18 18:08:51','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-18 15:09:01','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174758093408273333220'),(3733,'181747581295','38',1.00,'50','retail','0','2025-05-18 18:14:55','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-18 15:15:10','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','67.00','66','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174758129723017523213'),(3734,'181747582852','84',1.00,'200','retail','0','2025-05-18 18:40:52','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-05-18 15:41:13','3','10','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174758285418382220822'),(3735,'181747583384','1',1.00,'50','retail','0','2025-05-18 18:49:44','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-18 15:50:03','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174758338683862023337'),(3736,'181747583384','1',1.00,'50','retail','0','2025-05-18 18:49:52','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-18 15:50:03','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174758339527370121302'),(3737,'181747585034','21',1.00,'280','retail','0','2025-05-18 19:17:14','','','','0','Cash',37.97,'280','','','18','16.00','1','2025-05-18 16:17:39','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174758503722002500222'),(3738,'181747585034','29',1.00,'100','retail','0','2025-05-18 19:17:18','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-18 16:17:39','1','3','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174758504050330321330'),(3739,'181747585194','1',1.00,'50','retail','0','2025-05-18 19:19:55','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-18 16:21:40','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174758519631233220107'),(3740,'181747585194','1',1.00,'50','retail','0','2025-05-18 19:20:04','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-18 16:21:40','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174758520731233232540'),(3741,'181747585194','6',1.00,'50','retail','0','2025-05-18 19:20:49','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-18 16:21:40','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174758525183133220533'),(3742,'181747585194','6',1.00,'50','retail','0','2025-05-18 19:20:55','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-18 16:21:40','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174758525922029033003'),(3743,'181747585194','6',1.00,'50','retail','0','2025-05-18 19:21:10','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-18 16:21:40','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174758527272012770270'),(3744,'181747585194','6',1.00,'50','retail','0','2025-05-18 19:21:18','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-18 16:21:40','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174758527935802393880'),(3745,'181747585863','8',1.00,'30','retail','0','2025-05-18 19:31:03','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-18 16:32:46','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','28.00','27','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174758586630722306315'),(3746,'181747585863','8',1.00,'30','retail','0','2025-05-18 19:31:08','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-18 16:32:46','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','27.00','26','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174758587152072723058'),(3747,'181747585863','31',1.00,'150','retail','0','2025-05-18 19:32:28','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-18 16:32:46','1','3','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174758595055122203179'),(3748,'181747585863','31',1.00,'150','retail','0','2025-05-18 19:32:35','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-18 16:32:46','1','3','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174758595725223502739'),(3749,'181747587767','33',1.00,'600','retail','0','2025-05-18 20:02:47','','','','0','Cash',81.36,'600','','','18','16.00','1','2025-05-18 17:03:13','1','13','new','1','new','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','37.00','36','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174758776932221221211'),(3750,'181747587767','30',1.00,'50','retail','0','2025-05-18 20:02:57','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-18 17:03:13','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','28.00','27','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174758777907890123720'),(3751,'181747587767','30',1.00,'50','retail','0','2025-05-18 20:03:02','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-18 17:03:13','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','27.00','26','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174758778412072007383'),(3752,'181747587840','1',1.00,'50','retail','0','2025-05-18 20:04:00','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-18 17:04:36','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174758784130320531873'),(3753,'181747587840','1',1.00,'50','retail','0','2025-05-18 20:04:05','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-18 17:04:36','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174758784724000857733'),(3754,'181747587840','1',1.00,'50','retail','0','2025-05-18 20:04:08','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-18 17:04:36','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174758785028331308880'),(3755,'181747587840','1',1.00,'50','retail','0','2025-05-18 20:04:16','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-18 17:04:36','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174758785885188832342'),(3756,'181747587840','1',1.00,'50','retail','0','2025-05-18 20:04:20','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-18 17:04:36','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174758786228038327622'),(3757,'181747587840','1',1.00,'50','retail','0','2025-05-18 20:04:27','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-18 17:04:36','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174758786922201203802'),(3758,'181747587934','11',1.00,'60','retail','0','2025-05-18 20:05:34','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-05-18 17:06:02','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174758793593227323732'),(3759,'181747587934','11',1.00,'60','retail','0','2025-05-18 20:05:38','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-05-18 17:06:02','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174758794032743502223'),(3760,'181747587934','6',1.00,'50','retail','0','2025-05-18 20:05:44','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-18 17:06:02','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174758794632733224120'),(3761,'181747587934','6',1.00,'50','retail','0','2025-05-18 20:05:48','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-18 17:06:02','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174758794973235199207'),(3762,'181747587934','6',1.00,'50','retail','0','2025-05-18 20:05:53','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-18 17:06:02','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174758795541370174887'),(3763,'181747588011','59',1.00,'50','retail','0','2025-05-18 20:06:51','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-18 17:07:25','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','30.00','29','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174758801233352021382'),(3764,'181747588011','59',1.00,'50','retail','0','2025-05-18 20:06:56','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-18 17:07:25','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','29.00','28','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174758801814273032422'),(3765,'181747588011','59',1.00,'50','retail','0','2025-05-18 20:07:03','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-18 17:07:25','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','28.00','27','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174758802508404323122'),(3766,'181747588011','54',1.00,'50','retail','0','2025-05-18 20:07:11','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-18 17:07:25','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174758803203200300322'),(3767,'181747588011','54',1.00,'50','retail','0','2025-05-18 20:07:15','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-18 17:07:25','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174758803720353230310'),(3768,'181747588090','1',1.00,'50','retail','0','2025-05-18 20:08:10','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-18 17:08:17','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174758809223839873241'),(3769,'181747588825','1',1.00,'50','retail','0','2025-05-18 20:20:25','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-18 17:21:23','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174758882650382033232'),(3770,'181747589420','55',1.00,'80','retail','0','2025-05-18 20:30:20','','','','0','Cash',10.85,'80','','','18','16.00','1','2025-05-18 17:30:25','3','8','new','1','new','pcs','','','','yes','','1.36','','','VATABLE',67.80,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174758942130030332752'),(3771,'181747589904','18',1.00,'150','retail','0','2025-05-18 20:38:24','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-18 17:39:01','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','85.00','84','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174758990535325297520'),(3772,'181747589904','18',1.00,'150','retail','0','2025-05-18 20:38:29','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-18 17:39:01','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','84.00','83','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174758991132800203237'),(3773,'181747589904','1',1.00,'50','retail','0','2025-05-18 20:38:49','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-18 17:39:01','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174758993153333230931'),(3774,'181747589904','1',1.00,'50','retail','0','2025-05-18 20:38:54','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-18 17:39:01','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174758993537333132523'),(3775,'181747589957','18',1.00,'150','retail','0','2025-05-18 20:39:17','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-18 17:39:36','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','83.00','82','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174758995833220222712'),(3776,'181747589957','18',1.00,'150','retail','0','2025-05-18 20:39:21','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-18 17:39:36','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','82.00','81','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174758996272077392918'),(3777,'181747589957','11',1.00,'60','retail','0','2025-05-18 20:39:28','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-05-18 17:39:36','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174758997032145077372'),(3778,'181747590228','14',1.00,'100','retail','0','2025-05-18 20:43:48','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-18 17:44:13','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174759022977203103373'),(3779,'181747590228','6',1.00,'50','retail','0','2025-05-18 20:44:07','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-18 17:44:13','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174759024902712001829'),(3780,'221747591965','1',1.00,'50','retail','0','2025-05-18 21:12:46','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-18 18:12:51','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174759196722005270226'),(3781,'221747592012','7',1.00,'20','retail','0','2025-05-18 21:13:32','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-18 18:15:03','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','83.00','82','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174759201333070232233'),(3782,'221747592012','7',1.00,'20','retail','0','2025-05-18 21:13:37','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-18 18:15:03','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','82.00','81','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174759201933332222930'),(3783,'221747592012','7',1.00,'20','retail','0','2025-05-18 21:13:42','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-18 18:15:03','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','81.00','80','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174759202423722239302'),(3784,'221747592012','7',1.00,'20','retail','0','2025-05-18 21:13:53','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-18 18:15:03','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','80.00','79','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174759203437302202740'),(3785,'221747592012','7',1.00,'20','retail','0','2025-05-18 21:14:02','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-18 18:15:03','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','79.00','78','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174759204372273344023'),(3786,'221747592012','7',1.00,'20','retail','0','2025-05-18 21:14:27','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-18 18:15:03','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','78.00','77','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174759206823022022833'),(3787,'221747593129','7',1.00,'20','retail','0','2025-05-18 21:32:09','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-18 18:32:15','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','77.00','76','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174759313033124393302'),(3790,'221747599825','61',1.00,'100','retail','0','2025-05-18 23:23:45','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-05-18 20:23:52','3','8','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174759982632232936062'),(3791,'221747599986','33',1.00,'600','retail','0','2025-05-18 23:26:26','','','','0','Cash',81.36,'600','','','22','16.00','1','2025-05-18 20:29:35','1','13','new','1','new','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','36.00','35','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174759998772200333030'),(3792,'221747599986','8',1.00,'30','retail','0','2025-05-18 23:27:13','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-18 20:29:35','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','26.00','25','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174760003473000722222'),(3793,'221747599986','8',1.00,'30','retail','0','2025-05-18 23:27:19','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-18 20:29:35','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','25.00','24','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174760004162262070332'),(3794,'221747599986','8',1.00,'30','retail','0','2025-05-18 23:27:24','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-18 20:29:35','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174760004600736400102'),(3795,'221747599986','8',1.00,'30','retail','0','2025-05-18 23:27:29','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-18 20:29:35','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','23.00','22','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174760005026507201202'),(3796,'221747599986','7',1.00,'20','retail','0','2025-05-18 23:27:43','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-18 20:29:35','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','76.00','75','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174760006533002332502'),(3797,'221747599986','7',1.00,'20','retail','0','2025-05-18 23:27:48','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-18 20:29:35','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','75.00','74','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174760007023403722030'),(3798,'221747599986','7',1.00,'20','retail','0','2025-05-18 23:27:54','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-18 20:29:35','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','74.00','73','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174760007505002032032'),(3799,'221747599986','7',1.00,'20','retail','0','2025-05-18 23:27:59','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-18 20:29:35','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','73.00','72','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174760008020320320032'),(3800,'221747599986','7',1.00,'20','retail','0','2025-05-18 23:28:05','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-18 20:29:35','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','72.00','71','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174760008660272223002'),(3801,'221747599145','25',1.00,'200','retail','0','2025-05-18 23:12:25','','','','0','Cash',27.12,'200','','','22','','1','2025-05-18 20:35:35','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174759914621020249672'),(3802,'221747599145','25',1.00,'200','retail','0','2025-05-18 23:12:31','','','','0','Cash',27.12,'200','','','22','','1','2025-05-18 20:35:35','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174759915251395243225'),(3803,'221747599145','54',1.00,'50','retail','0','2025-05-18 23:35:28','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-18 20:35:35','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174760052933632201000'),(3804,'221747630059','8',1.00,'30','retail','0','2025-05-19 07:47:39','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-19 04:48:02','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','22.00','21','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174763006042022372223'),(3805,'221747630059','8',1.00,'30','retail','0','2025-05-19 07:47:44','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-19 04:48:02','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','21.00','20','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174763006620320227673'),(3806,'221747631069','1',1.00,'50','retail','0','2025-05-19 08:04:29','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-19 05:04:47','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','100.00','99','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174763107122372773232'),(3807,'221747631127','1',1.00,'50','retail','0','2025-05-19 08:05:27','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-19 05:06:07','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','99.00','98','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174763112838232063202'),(3808,'221747631127','1',1.00,'50','retail','0','2025-05-19 08:06:02','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-19 05:06:07','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','98.00','97','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174763116302727070623'),(3809,'221747631217','12',1.00,'50','retail','0','2025-05-19 08:06:57','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-19 05:07:03','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','100.00','99','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174763121827332303324'),(3811,'181747635859','1',1.00,'50','retail','0','2025-05-19 09:24:19','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-19 06:24:45','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','97.00','96','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174763586081133233347'),(3812,'181747635859','6',1.00,'50','retail','0','2025-05-19 09:24:34','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-19 06:24:45','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174763587526003233537'),(3813,'181747635909','8',1.00,'30','retail','0','2025-05-19 09:25:09','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-19 06:25:26','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174763591073130238021'),(3814,'181747635909','8',1.00,'30','retail','0','2025-05-19 09:25:14','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-19 06:25:26','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174763591530330982330'),(3815,'181747635909','8',1.00,'30','retail','0','2025-05-19 09:25:21','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-19 06:25:26','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174763592270083233300'),(3816,'181747635072','7',1.00,'20','retail','0','2025-05-19 09:11:12','','','','0','Cash',2.71,'20','','','18','','1','2025-05-19 06:56:08','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','71.00','70','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174763507333232236634'),(3817,'181747635072','8',1.00,'30','retail','0','2025-05-19 09:56:02','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-19 06:56:08','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174763776333333223614'),(3818,'181747637841','1',1.00,'50','retail','0','2025-05-19 09:57:21','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-19 06:57:27','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','96.00','95','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174763784232372123333'),(3819,'181747638428','52',1.00,'150','retail','0','2025-05-19 10:07:08','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-19 07:07:15','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174763843032001310240'),(3820,'181747640000','6',1.00,'50','retail','0','2025-05-19 10:33:20','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-19 07:33:35','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174764000120224124263'),(3821,'181747641435','11',1.00,'60','retail','0','2025-05-19 10:57:15','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-05-19 07:57:38','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174764143637203362004'),(3822,'181747641435','11',1.00,'60','retail','0','2025-05-19 10:57:23','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-05-19 07:57:38','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174764144428330014402'),(3823,'181747641435','6',1.00,'50','retail','0','2025-05-19 10:57:28','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-19 07:57:38','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174764145023244423108'),(3824,'181747641435','6',1.00,'50','retail','0','2025-05-19 10:57:31','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-19 07:57:38','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174764145234402072033'),(3825,'181747642480','12',1.00,'50','retail','0','2025-05-19 11:14:40','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-19 08:14:58','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','99.00','98','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174764248222030423433'),(3826,'181747642480','1',1.00,'50','retail','0','2025-05-19 11:14:46','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-19 08:14:58','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','95.00','94','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174764248803012272872'),(3827,'181747642480','1',1.00,'50','retail','0','2025-05-19 11:14:52','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-19 08:14:58','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','94.00','93','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174764249320404370101'),(3828,'181747642543','8',1.00,'30','retail','0','2025-05-19 11:15:43','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-19 08:16:04','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174764254515222122032'),(3829,'181747642543','8',1.00,'30','retail','0','2025-05-19 11:15:52','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-19 08:16:04','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174764255337420267542'),(3830,'181747643175','23',1.00,'350','retail','0','2025-05-19 11:26:15','','','','0','Cash',47.46,'350','','','18','16.00','1','2025-05-19 08:26:26','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174764317627820734302'),(3831,'181747643175','30',1.00,'50','retail','0','2025-05-19 11:26:20','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-19 08:26:26','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','26.00','25','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174764318233213362004'),(3832,'181747643395','18',1.00,'150','retail','0','2025-05-19 11:29:56','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-19 08:30:24','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','81.00','80','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174764339913118040303'),(3833,'181747643395','18',1.00,'150','retail','0','2025-05-19 11:30:03','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-19 08:30:24','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','80.00','79','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174764340580223083253'),(3834,'181747644199','59',1.00,'50','retail','0','2025-05-19 11:43:19','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-19 08:43:43','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','27.00','26','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174764420073820323234'),(3835,'181747644199','59',1.00,'50','retail','0','2025-05-19 11:43:32','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-19 08:43:43','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','26.00','25','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174764421334202430847'),(3836,'181747645391','6',1.00,'50','retail','0','2025-05-19 12:03:11','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-19 09:09:49','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174764539722010303203'),(3837,'181747645391','6',1.00,'50','retail','0','2025-05-19 12:09:41','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-19 09:09:49','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174764578322278020700'),(3841,'181747646249','26',1.00,'600','retail','0','2025-05-19 12:17:29','','','','0','Cash',81.36,'600','','','18','','1','2025-05-19 09:39:25','1','3','new','1','printed','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174764625025002233113'),(3842,'181747646249','56',1.00,'60','retail','0','2025-05-19 12:17:56','','','','0','Cash',8.14,'60','','','18','','1','2025-05-19 09:39:25','3','8','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174764627900206127227'),(3843,'181747646249','30',1.00,'50','retail','0','2025-05-19 12:19:03','','','','0','Cash',6.78,'50','','','18','','1','2025-05-19 09:39:25','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','25.00','24','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174764634582337374216'),(3844,'181747646249','87',1.00,'150','retail','0','2025-05-19 12:38:51','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-19 09:39:25','3','10','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174764754332202381831'),(3845,'181747647635','7',1.00,'20','retail','0','2025-05-19 12:40:36','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-19 09:40:57','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','70.00','69','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174764764044326030343'),(3846,'181747647635','7',1.00,'20','retail','0','2025-05-19 12:40:46','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-19 09:40:57','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','69.00','68','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174764764860223402281'),(3847,'181747650198','8',1.00,'30','retail','0','2025-05-19 13:23:18','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-19 10:23:49','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174765020100873232333'),(3848,'181747650198','8',1.00,'30','retail','0','2025-05-19 13:23:28','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-19 10:23:49','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174765021302252032627'),(3849,'181747650294','57',1.00,'100','retail','0','2025-05-19 13:24:54','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-19 10:25:18','3','8','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174765030130232220203'),(3850,'181747655714','8',1.00,'30','retail','0','2025-05-19 14:55:14','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-19 11:55:26','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174765571936272823262'),(3852,'181747656072','25',1.00,'200','retail','0','2025-05-19 15:01:12','','','','0','Cash',27.12,'200','','','18','','1','2025-05-19 12:15:31','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174765607578373573312'),(3853,'181747656072','87',1.00,'150','retail','0','2025-05-19 15:15:19','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-19 12:15:31','3','10','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174765692253396287601'),(3856,'181747657301','31',1.00,'150','retail','0','2025-05-19 15:21:42','','','','0','Cash',20.34,'150','','','18','','1','2025-05-19 12:30:39','1','3','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174765730433225030373'),(3857,'181747657301','8',1.00,'30','retail','0','2025-05-19 15:21:57','','','','0','Cash',4.07,'30','','','18','','1','2025-05-19 12:30:39','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174765731908228873213'),(3858,'181747657301','59',1.00,'50','retail','0','2025-05-19 15:30:30','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-19 12:30:39','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','25.00','24','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174765783273373022462'),(3859,'181747658411','25',1.00,'200','retail','0','2025-05-19 15:40:12','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-05-19 12:40:29','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174765841432215687477'),(3860,'181747658411','25',1.00,'200','retail','0','2025-05-19 15:40:19','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-05-19 12:40:29','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174765842023112272303'),(3861,'181747659141','59',1.00,'50','retail','0','2025-05-19 15:52:21','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-19 12:52:31','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174765914320326414028'),(3872,'181747663826','44',1.00,'150','retail','0','2025-05-19 17:10:26','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-19 14:10:43','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174766383332302233360'),(3876,'181747664597','19',1.00,'180','retail','0','2025-05-19 17:23:18','','','','0','Cash',24.41,'180','','','18','','1','2025-05-19 15:08:42','1','2','new','1','printed','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','41.00','40','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174766460102778633272'),(3877,'181747664597','18',1.00,'150','retail','0','2025-05-19 17:23:29','','','','0','Cash',20.34,'150','','','18','','1','2025-05-19 15:08:42','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','79.00','78','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174766461372733600613'),(3878,'181747664597','18',1.00,'150','retail','0','2025-05-19 17:23:35','','','','0','Cash',20.34,'150','','','18','','1','2025-05-19 15:08:42','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','78.00','77','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174766461863286022063'),(3879,'181747664597','71',1.00,'300','retail','0','2025-05-19 17:37:48','','','','0','Cash',40.68,'300','','','18','16.00','1','2025-05-19 15:08:42','3','10','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','42.00','41','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174766547132246338121'),(3880,'181747664597','71',1.00,'300','retail','0','2025-05-19 18:02:23','','','','0','Cash',40.68,'300','','','18','16.00','1','2025-05-19 15:08:42','3','10','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','41.00','40','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174766696557220036603'),(3881,'181747664597','71',1.00,'300','retail','0','2025-05-19 18:03:16','','','','0','Cash',40.68,'300','','','18','16.00','1','2025-05-19 15:08:42','3','10','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','40.00','39','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174766700422762303213'),(3882,'181747664597','71',1.00,'300','retail','0','2025-05-19 18:03:51','','','','0','Cash',40.68,'300','','','18','16.00','1','2025-05-19 15:08:42','3','10','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','39.00','38','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174766703973302226223'),(3883,'181747664597','19',1.00,'180','retail','0','2025-05-19 18:05:38','','','','0','Cash',24.41,'180','','','18','16.00','1','2025-05-19 15:08:42','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','40.00','39','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174766714441243307022'),(3884,'181747664597','23',1.00,'350','retail','0','2025-05-19 18:07:36','','','','0','Cash',47.46,'350','','','18','16.00','1','2025-05-19 15:08:42','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174766725823228363272'),(3885,'181747664597','8',1.00,'30','retail','0','2025-05-19 18:08:01','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-19 15:08:42','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174766728677822236333'),(3886,'181747664597','8',1.00,'30','retail','0','2025-05-19 18:08:25','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-19 15:08:42','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174766730723472131247'),(3887,'181747661647','34',1.00,'280','retail','0','2025-05-19 16:34:08','','','','0','Cash',37.97,'280','','','18','','1','2025-05-19 15:14:26','1','13','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174766165013102736202'),(3888,'181747661647','32',1.00,'300','retail','0','2025-05-19 16:34:19','','','','0','Cash',40.68,'300','','','18','','1','2025-05-19 15:14:26','1','13','new','1','printed','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174766166167610222366'),(3889,'181747661647','19',1.00,'180','retail','0','2025-05-19 16:34:36','','','','0','Cash',24.41,'180','','','18','','1','2025-05-19 15:14:26','1','2','new','1','printed','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','42.00','41','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174766167873207660311'),(3890,'181747661647','25',1.00,'200','retail','0','2025-05-19 16:34:48','','','','0','Cash',27.12,'200','','','18','','1','2025-05-19 15:14:26','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174766169033703293330'),(3891,'181747661647','87',1.00,'150','retail','0','2025-05-19 16:35:59','','','','0','Cash',20.34,'150','','','18','','1','2025-05-19 15:14:26','3','10','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174766176172233637121'),(3892,'181747661647','88',1.00,'150','retail','0','2025-05-19 16:36:09','','','','0','Cash',20.34,'150','','','18','','1','2025-05-19 15:14:26','3','10','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174766177232216617277'),(3893,'181747661647','76',1.00,'100','retail','0','2025-05-19 18:13:58','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-19 15:14:26','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174766764003033724323'),(3894,'181747661647','76',1.00,'100','retail','0','2025-05-19 18:14:13','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-19 15:14:26','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174766765663270152027'),(3895,'181747670029','38',1.00,'50','retail','0','2025-05-19 18:53:49','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-19 15:54:10','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','66.00','65','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174767003222222063072'),(3896,'181747670029','38',1.00,'50','retail','0','2025-05-19 18:54:02','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-19 15:54:10','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','65.00','64','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174767004441332322830'),(3897,'181747670953','1',1.00,'50','retail','0','2025-05-19 19:09:13','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-19 16:09:31','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','93.00','92','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174767095534759202370'),(3898,'181747670953','1',1.00,'50','retail','0','2025-05-19 19:09:22','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-19 16:09:31','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','92.00','91','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174767096422714322226'),(3901,'181747671296','29',1.00,'100','retail','0','2025-05-19 19:14:57','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-19 16:15:19','1','3','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174767130331604607763'),(3902,'181747671725','21',1.00,'280','retail','0','2025-05-19 19:22:06','','','','0','Cash',37.97,'280','','','18','16.00','1','2025-05-19 16:22:21','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174767172702233133233'),(3903,'181747671725','29',1.00,'100','retail','0','2025-05-19 19:22:13','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-19 16:22:21','1','3','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174767173480100671037'),(3904,'181747672258','21',1.00,'280','retail','0','2025-05-19 19:30:59','','','','0','Cash',37.97,'280','','','18','16.00','1','2025-05-19 16:31:19','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174767226120230603642'),(3905,'181747672258','30',1.00,'50','retail','0','2025-05-19 19:31:06','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-19 16:31:19','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174767226823622360742'),(3907,'181747672830','7',1.00,'20','retail','0','2025-05-19 19:40:30','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-19 16:42:16','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','68.00','67','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174767283267870233321'),(3908,'181747672830','7',1.00,'20','retail','0','2025-05-19 19:40:34','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-19 16:42:16','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','67.00','66','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174767284383237723332'),(3909,'181747672830','7',1.00,'20','retail','0','2025-05-19 19:40:58','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-19 16:42:16','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','66.00','65','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174767286130478770822'),(3910,'181747672830','7',1.00,'20','retail','0','2025-05-19 19:41:14','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-19 16:42:16','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','65.00','64','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174767287678740022770'),(3911,'181747672830','1',1.00,'50.00','retail','0','2025-05-19 19:41:45','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-19 16:42:16','3','1','new','1','new','pcs','','','','','','0.85','','','VATABLE',42.37,'','91.00','89','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174767290820433322022'),(3912,'181747672830','1',1.00,'50','retail','0','2025-05-19 19:41:54','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-19 16:42:16','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','90.00','89','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174767291770212000223'),(3913,'181747672704','44',1.00,'150','retail','0','2025-05-19 19:38:25','','','','0','Cash',20.34,'150','','','18','','1','2025-05-19 16:44:19','3','5','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174767270730710227733'),(3914,'181747672704','44',1.00,'150','retail','0','2025-05-19 19:44:12','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-19 16:44:19','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174767305400030035003'),(3915,'181747671119','46',1.00,'180','retail','0','2025-05-19 19:12:01','','','','0','Cash',24.41,'180','','','18','','1','2025-05-19 16:45:35','3','5','new','1','printed','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','47.00','46','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174767112310427237703'),(3916,'181747671119','46',1.00,'180','retail','0','2025-05-19 19:12:24','','','','0','Cash',24.41,'180','','','18','','1','2025-05-19 16:45:35','3','5','new','1','printed','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','46.00','45','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174767115113233723212'),(3917,'181747671119','6',1.00,'50','retail','0','2025-05-19 19:45:20','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-19 16:45:35','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174767312212803871121'),(3918,'181747671119','6',1.00,'50','retail','0','2025-05-19 19:45:26','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-19 16:45:35','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174767312818342731001'),(3922,'181747674290','38',1.00,'50','retail','0','2025-05-19 20:04:50','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-19 17:05:27','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','64.00','63','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174767429232332323033'),(3923,'181747674290','38',1.00,'50','retail','0','2025-05-19 20:04:53','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-19 17:05:27','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','63.00','62','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174767429542237730777'),(3924,'181747674290','38',1.00,'50','retail','0','2025-05-19 20:05:06','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-19 17:05:27','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','62.00','61','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174767430730230327732'),(3925,'181747674290','38',1.00,'50','retail','0','2025-05-19 20:05:11','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-19 17:05:27','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','61.00','60','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174767431230262344202'),(3926,'181747674560','18',1.00,'150','retail','0','2025-05-19 20:09:20','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-19 17:10:17','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','77.00','76','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174767456237322233047'),(3927,'181747674560','34',1.00,'280','retail','0','2025-05-19 20:09:46','','','','0','Cash',37.97,'280','','','18','16.00','1','2025-05-19 17:10:17','1','13','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174767458804203432473'),(3928,'181747674560','59',1.00,'50','retail','0','2025-05-19 20:10:10','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-19 17:10:17','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','23.00','22','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174767461262203110671'),(3929,'181747674165','23',1.00,'350','retail','0','2025-05-19 20:02:45','','','','0','Cash',47.46,'350','','','18','','1','2025-05-19 17:11:52','1','3','new','1','printed','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174767416602301631042'),(3930,'181747674165','25',1.00,'200','retail','0','2025-05-19 20:02:53','','','','0','Cash',27.12,'200','','','18','','1','2025-05-19 17:11:52','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174767417422236300332'),(3931,'181747674165','29',1.00,'100','retail','0','2025-05-19 20:03:00','','','','0','Cash',13.56,'100','','','18','','1','2025-05-19 17:11:52','1','3','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174767418272223222038'),(3932,'181747674165','38',1.00,'50','retail','0','2025-05-19 20:11:45','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-19 17:11:52','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','60.00','59','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174767470772324701027'),(3933,'181747675941','91',1.00,'100','retail','0','2025-05-19 20:32:21','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-19 17:33:40','3','16','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','36.00','35','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174767594372320435337'),(3934,'181747675941','44',1.00,'150','retail','0','2025-05-19 20:32:36','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-19 17:33:40','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174767595737333137235'),(3935,'181747675941','44',1.00,'150','retail','0','2025-05-19 20:32:41','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-19 17:33:40','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174767596201326232100'),(3936,'181747675941','6',1.00,'50','retail','0','2025-05-19 20:33:14','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-19 17:33:40','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174767599583100333301'),(3937,'181747676066','18',1.00,'150','retail','0','2025-05-19 20:34:26','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-19 17:34:40','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','76.00','75','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174767606724770666873'),(3938,'181747676289','32',1.00,'300','retail','0','2025-05-19 20:38:09','','','','0','Cash',40.68,'300','','','18','16.00','1','2025-05-19 17:38:26','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','23.00','22','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174767629181102322227'),(3939,'181747676289','30',1.00,'50','retail','0','2025-05-19 20:38:19','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-19 17:38:26','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','23.00','22','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174767630123333023022'),(3941,'181747677458','44',1.00,'150','retail','0','2025-05-19 20:57:38','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-19 17:59:47','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174767745904336393322'),(3942,'181747677458','12',1.00,'50','retail','0','2025-05-19 20:57:47','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-19 17:59:47','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','98.00','97','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174767746876872322202'),(3943,'181747677458','21',1.00,'280','retail','0','2025-05-19 20:59:32','','','','0','Cash',37.97,'280','','','18','16.00','1','2025-05-19 17:59:47','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174767757472833444376'),(3944,'181747677458','18',1.00,'150','retail','0','2025-05-19 20:59:41','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-19 17:59:47','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','75.00','74','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174767758250022371352'),(3945,'181747677702','53',1.00,'100','retail','0','2025-05-19 21:01:42','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-19 18:01:57','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174767770412382246202'),(3946,'181747677702','59',1.00,'50','retail','0','2025-05-19 21:01:50','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-19 18:01:57','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','22.00','21','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174767771117330223023'),(3947,'181747676510','25',1.00,'200','retail','0','2025-05-19 20:41:50','','','','0','Cash',27.12,'200','','','18','','1','2025-05-19 18:03:12','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174767651263877331870'),(3948,'181747676510','1',1.00,'50','retail','0','2025-05-19 21:03:08','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-19 18:03:12','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','89.00','88','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174767778907722330831'),(3949,'181747680269','8',1.00,'30','retail','0','2025-05-19 21:44:29','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-19 18:44:36','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174768027003220300722'),(3950,'181747680314','41',1.00,'100','retail','0','2025-05-19 21:45:14','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-19 18:45:22','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174768031573012770270'),(3951,'191747722314','1',1.00,'50','retail','0','2025-05-20 09:25:14','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-20 06:25:56','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','88.00','87','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174772231679032320302'),(3952,'191747722376','1',1.00,'50','retail','0','2025-05-20 09:26:16','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-20 06:26:20','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','87.00','86','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174772237722739232427'),(3953,'191747722397','1',1.00,'50','retail','0','2025-05-20 09:26:37','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-20 06:26:43','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','86.00','85','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174772239922312902299'),(3954,'191747722419','1',1.00,'50','retail','0','2025-05-20 09:26:59','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-20 06:27:03','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','85.00','84','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174772242002302032207'),(3955,'191747722439','1',1.00,'50','retail','0','2025-05-20 09:27:19','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-20 06:27:37','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','84.00','83','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174772244102317232217'),(3956,'191747722439','7',1.00,'20','retail','0','2025-05-20 09:27:33','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-05-20 06:27:37','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','64.00','63','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174772245437203372004'),(3957,'191747722473','1',1.00,'50','retail','0','2025-05-20 09:27:53','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-20 06:27:58','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','83.00','82','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174772247423707724722'),(3958,'191747722493','1',1.00,'50','retail','0','2025-05-20 09:28:13','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-20 06:28:57','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','82.00','81','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174772249441220022014'),(3959,'191747722493','1',1.00,'50','retail','0','2025-05-20 09:28:30','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-20 06:28:57','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','81.00','80','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174772251100702133221'),(3960,'191747722493','7',1.00,'20','retail','0','2025-05-20 09:28:43','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-05-20 06:28:57','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','63.00','62','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174772252632927221402'),(3961,'191747722493','7',1.00,'20','retail','0','2025-05-20 09:28:49','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-05-20 06:28:57','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','62.00','61','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174772253021970335723'),(3962,'191747722556','54',1.00,'50','retail','0','2025-05-20 09:29:16','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-20 06:29:27','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174772256320330732223'),(3963,'191747722583','1',1.00,'50','retail','0','2025-05-20 09:29:43','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-20 06:30:10','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','80.00','79','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174772258433033072839'),(3964,'191747722583','7',1.00,'20','retail','0','2025-05-20 09:29:55','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-05-20 06:30:10','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','61.00','60','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174772259731237272323'),(3965,'191747722583','7',1.00,'20','retail','0','2025-05-20 09:30:05','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-05-20 06:30:10','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','60.00','59','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174772260723320077333'),(3966,'191747722646','8',1.00,'30','retail','0','2025-05-20 09:30:46','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-05-20 06:30:56','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174772264722220400223'),(3967,'191747722646','8',1.00,'30','retail','0','2025-05-20 09:30:50','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-05-20 06:30:56','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174772265220314227622'),(3968,'191747722681','53',1.00,'100','retail','0','2025-05-20 09:31:21','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-05-20 06:32:23','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174772268310076323118'),(3969,'191747722681','1',1.00,'50','retail','0','2025-05-20 09:31:52','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-20 06:32:23','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','79.00','78','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174772271432122332372'),(3970,'191747722681','95',1.00,'100','retail','0','2025-05-20 09:32:10','','','','01','Cash',13.56,'100','','','19','16.00','1','2025-05-20 06:32:23','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174772273123277272000'),(3971,'191747722681','95',1.00,'100','retail','0','2025-05-20 09:32:18','','','','01','Cash',13.56,'100','','','19','16.00','1','2025-05-20 06:32:23','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174772274023470327320'),(3976,'181747724422','3',1.00,'120','retail','0','2025-05-20 10:00:22','','','','0','Cash',16.27,'120','','','18','','1','2025-05-20 07:07:19','1','12','new','1','printed','pcs','','','','yes','','2.03','','','VATABLE',101.69,'1','25.00','24','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174772442432388430020'),(3977,'181747724422','95',1.00,'100','retail','0','2025-05-20 10:00:28','','','','01','Cash',13.56,'100','','','18','','1','2025-05-20 07:07:19','1','12','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174772443007232237311'),(3978,'181747724422','7',1.00,'20','retail','0','2025-05-20 10:00:40','','','','0','Cash',2.71,'20','','','18','','1','2025-05-20 07:07:19','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','59.00','58','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174772444232023737747'),(3979,'181747724422','7',1.00,'20','retail','0','2025-05-20 10:00:45','','','','0','Cash',2.71,'20','','','18','','1','2025-05-20 07:07:19','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','58.00','57','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174772444604821306772'),(3980,'181747724422','15',1.00,'150','retail','0','2025-05-20 10:07:07','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-20 07:07:19','3','1','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174772482872807221220'),(3981,'181747724422','15',1.00,'150','retail','0','2025-05-20 10:07:13','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-20 07:07:19','3','1','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174772483431873227274'),(3984,'221747725538','1',1.00,'50','retail','0','2025-05-20 10:18:58','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-20 07:19:40','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','78.00','77','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174772553933322222307'),(3985,'221747725538','1',1.00,'50','retail','0','2025-05-20 10:19:03','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-20 07:19:40','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','77.00','76','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174772554522332233273'),(3986,'221747725538','7',1.00,'20','retail','0','2025-05-20 10:19:26','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-20 07:19:40','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','57.00','56','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174772556833372081328'),(3987,'221747725538','7',1.00,'20','retail','0','2025-05-20 10:19:34','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-20 07:19:40','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','56.00','55','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174772557533220332733'),(3988,'181747725258','6',1.00,'50','retail','0','2025-05-20 10:14:18','','','','0','Cash',6.78,'50','','','18','','1','2025-05-20 07:35:22','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174772525935303572322'),(3989,'181747725258','11',1.00,'60','retail','0','2025-05-20 10:14:21','','','','0','Cash',8.14,'60','','','18','','1','2025-05-20 07:35:22','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174772526221276234331'),(3990,'181747727896','7',1.00,'20','retail','0','2025-05-20 10:58:16','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-20 07:58:31','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','55.00','54','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174772789737274372222'),(3991,'181747727896','7',1.00,'20','retail','0','2025-05-20 10:58:21','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-20 07:58:31','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','54.00','53','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174772790311833024203'),(3992,'221747728377','8',1.00,'30','retail','0','2025-05-20 11:06:17','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-20 08:06:44','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174772837922332232832'),(3993,'221747728377','8',1.00,'30','retail','0','2025-05-20 11:06:29','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-20 08:06:44','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174772839222232232028'),(3994,'221747728377','8',1.00,'30','retail','0','2025-05-20 11:06:37','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-20 08:06:44','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174772839922313330202'),(3995,'221747729264','8',1.00,'30','retail','0','2025-05-20 11:21:04','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-20 08:22:19','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174772926623222027274'),(3996,'221747729264','8',1.00,'30','retail','0','2025-05-20 11:21:10','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-20 08:22:19','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174772927327232327322'),(3997,'221747729264','95',1.00,'100','retail','0','2025-05-20 11:21:17','','','','01','Cash',13.56,'100','','','22','16.00','1','2025-05-20 08:22:19','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174772927939332202239'),(3998,'221747729264','95',1.00,'100','retail','0','2025-05-20 11:21:27','','','','01','Cash',13.56,'100','','','22','16.00','1','2025-05-20 08:22:19','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174772928923422332700'),(3999,'221747729264','1',1.00,'50','retail','0','2025-05-20 11:21:46','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-20 08:22:19','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','76.00','75','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174772930822303473220'),(4000,'221747729264','1',1.00,'50','retail','0','2025-05-20 11:21:54','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-20 08:22:19','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','75.00','74','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174772931603241222262'),(4004,'221747730863','1',1.00,'50','retail','0','2025-05-20 11:47:43','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-20 08:47:49','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','71.00','70','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174773086433212202832'),(4005,'181747731224','21',1.00,'280','retail','0','2025-05-20 11:53:44','','','','0','Cash',37.97,'280','','','18','16.00','1','2025-05-20 08:53:55','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174773122633272070227'),(4006,'181747731224','30',1.00,'50','retail','0','2025-05-20 11:53:49','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-20 08:53:55','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','22.00','21','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174773123108007333022'),(4007,'181747731251','57',1.00,'100','retail','0','2025-05-20 11:54:11','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-20 08:54:17','3','8','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174773125317233320227'),(4008,'221747730736','1',1.00,'50','retail','0','2025-05-20 11:45:36','','','','0','Cash',6.78,'50','','','22','','1','2025-05-20 09:17:59','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','74.00','73','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174773073730373372322'),(4009,'221747730736','8',1.00,'30','retail','0','2025-05-20 12:17:53','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-20 09:17:59','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174773267430223233632'),(4010,'221747730773','1',1.00,'50','retail','0','2025-05-20 11:46:13','','','','0','Cash',6.78,'50','','','22','','1','2025-05-20 09:18:45','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','73.00','72','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174773077422207203733'),(4011,'221747730773','8',1.00,'30','retail','0','2025-05-20 12:18:37','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-20 09:18:45','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174773271833033734232'),(4012,'221747730805','1',1.00,'50','retail','0','2025-05-20 11:46:45','','','','0','Cash',6.78,'50','','','22','','1','2025-05-20 09:19:51','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','72.00','71','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174773080722327230303'),(4013,'221747730805','8',1.00,'30','retail','0','2025-05-20 12:19:42','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-20 09:19:51','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174773278503272323420'),(4014,'181747734353','44',1.00,'150','retail','0','2025-05-20 12:45:53','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-20 09:46:16','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174773435502287200381'),(4015,'181747734353','44',1.00,'150','retail','0','2025-05-20 12:45:58','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-20 09:46:16','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174773436033273062777'),(4025,'221747738268','28',1.00,'200','retail','0','2025-05-20 13:51:08','','','','0','Cash',27.12,'200','','','22','16.00','1','2025-05-20 10:51:18','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174773827107770733713'),(4027,'181747739370','41',1.00,'100','retail','0','2025-05-20 14:09:30','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-20 11:09:36','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174773937223333223233'),(4028,'181747739603','38',1.00,'50','retail','0','2025-05-20 14:13:23','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-20 11:13:32','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','59.00','58','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174773960502134302322'),(4029,'221747737247','21',1.00,'280','retail','0','2025-05-20 13:34:07','','','','0','Cash',37.97,'280','','','22','','1','2025-05-20 11:19:33','1','3','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174773724820204223227'),(4030,'221747737247','21',1.00,'280','retail','0','2025-05-20 13:34:14','','','','0','Cash',37.97,'280','','','22','','1','2025-05-20 11:19:33','1','3','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174773725502732721702'),(4031,'221747737247','30',1.00,'50','retail','0','2025-05-20 13:34:33','','','','0','Cash',6.78,'50','','','22','','1','2025-05-20 11:19:33','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','21.00','20','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174773727422203032233'),(4032,'221747737247','29',1.00,'100','retail','0','2025-05-20 13:34:50','','','','0','Cash',13.56,'100','','','22','','1','2025-05-20 11:19:33','1','3','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174773730622330723613'),(4033,'221747737247','44',1.00,'150','retail','0','2025-05-20 13:35:28','','','','0','Cash',20.34,'150','','','22','','1','2025-05-20 11:19:33','3','5','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174773732922222023322'),(4034,'221747737247','50',1.00,'50','retail','0','2025-05-20 14:19:21','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-20 11:19:33','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174773996227320227320'),(4035,'221747738297','28',1.00,'200','retail','0','2025-05-20 13:51:37','','','','0','Cash',27.12,'200','','','22','','1','2025-05-20 11:20:38','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174773829923220223239'),(4036,'221747738297','28',1.00,'200','retail','0','2025-05-20 14:20:22','','','','0','Cash',27.12,'200','','','22','16.00','1','2025-05-20 11:20:38','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174774002302223432003'),(4037,'181747740391','44',1.00,'150','retail','0','2025-05-20 14:26:31','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-20 11:26:48','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174774039233044402330'),(4038,'181747740535','28',1.00,'200','retail','0','2025-05-20 14:28:55','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-05-20 11:29:10','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174774053702732327433'),(4039,'181747740535','28',1.00,'200','retail','0','2025-05-20 14:29:01','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-05-20 11:29:10','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174774054380237325334'),(4041,'181747741106','29',1.00,'100','retail','0','2025-05-20 14:38:26','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-20 11:38:46','1','3','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174774110822182320327'),(4042,'181747741106','31',1.00,'150','retail','0','2025-05-20 14:38:32','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-20 11:38:46','1','3','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174774111472213022302'),(4043,'181747741106','25',1.00,'200','retail','0','2025-05-20 14:38:39','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-05-20 11:38:46','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174774112111723000373'),(4044,'181747741302','38',1.00,'50','retail','0','2025-05-20 14:41:42','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-20 11:41:47','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','58.00','57','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174774130333270401203'),(4045,'181747740588','91',1.00,'100','retail','0','2025-05-20 14:29:48','','','','0','Cash',13.56,'100','','','18','','1','2025-05-20 11:54:15','3','16','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','35.00','34','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174774058902003032300'),(4046,'181747740588','61',1.00,'100','retail','0','2025-05-20 14:54:06','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-20 11:54:15','3','8','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','67.00','66','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174774204970329221272'),(4047,'221747742181','75',1.00,'100','retail','0','2025-05-20 14:56:21','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-05-20 11:56:50','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174774218331121277473'),(4048,'221747742181','75',1.00,'100','retail','0','2025-05-20 14:56:27','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-05-20 11:56:50','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174774218902291932772'),(4049,'221747742181','76',1.00,'100','retail','0','2025-05-20 14:56:35','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-05-20 11:56:50','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174774220002023330244'),(4050,'221747742181','76',1.00,'100','retail','0','2025-05-20 14:56:44','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-05-20 11:56:50','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174774220621237046203'),(4051,'181747743451','55',1.00,'80','retail','0','2025-05-20 15:17:31','','','','0','Cash',10.85,'80','','','18','16.00','1','2025-05-20 12:17:59','3','8','new','1','new','pcs','','','','yes','','1.36','','','VATABLE',67.80,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174774345302250320234'),(4052,'181747743451','55',1.00,'80','retail','0','2025-05-20 15:17:43','','','','0','Cash',10.85,'80','','','18','16.00','1','2025-05-20 12:17:59','3','8','new','1','new','pcs','','','','yes','','1.36','','','VATABLE',67.80,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174774346424243382232'),(4055,'221747744222','18',1.00,'150','retail','0','2025-05-20 15:30:22','','','','0','Cash',20.34,'150','','','22','','1','2025-05-20 12:50:58','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','74.00','73','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174774422333322072303'),(4056,'221747744222','87',1.00,'150','retail','0','2025-05-20 15:31:37','','','','0','Cash',20.34,'150','','','22','','1','2025-05-20 12:50:58','3','10','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174774429922343323422'),(4057,'221747744222','18',1.00,'150','retail','0','2025-05-20 15:50:16','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-05-20 12:50:58','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','73.00','72','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174774541812302303222'),(4058,'221747744222','11',1.00,'60','retail','0','2025-05-20 15:50:32','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-05-20 12:50:58','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174774543444203247457'),(4059,'221747744222','11',1.00,'60','retail','0','2025-05-20 15:50:42','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-05-20 12:50:58','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174774544442532233043'),(4060,'221747746647','18',1.00,'150','retail','0','2025-05-20 16:10:47','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-05-20 13:11:08','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','72.00','71','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174774664942212330017'),(4061,'221747746647','18',1.00,'150','retail','0','2025-05-20 16:10:54','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-05-20 13:11:08','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','71.00','70','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174774665677720306320'),(4062,'221747746710','59',1.00,'50','retail','0','2025-05-20 16:11:50','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-20 13:11:55','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','21.00','20','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174774671127223201173'),(4063,'221747746768','44',1.00,'150','retail','0','2025-05-20 16:12:48','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-05-20 13:13:33','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174774677121700702031'),(4064,'221747746768','7',1.00,'20','retail','0','2025-05-20 16:13:20','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-20 13:13:33','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','49.00','48','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174774680343227763334'),(4065,'221747737413','7',1.00,'20','retail','0','2025-05-20 13:36:53','','','','0','Cash',2.71,'20','','','22','','1','2025-05-20 13:24:40','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','53.00','52','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174773741430233024732'),(4066,'221747737413','7',1.00,'20','retail','0','2025-05-20 13:36:58','','','','0','Cash',2.71,'20','','','22','','1','2025-05-20 13:24:40','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','52.00','51','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174773742002013230343'),(4067,'221747737413','7',1.00,'20','retail','0','2025-05-20 13:37:04','','','','0','Cash',2.71,'20','','','22','','1','2025-05-20 13:24:40','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','51.00','50','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174773742676730422423'),(4068,'221747737413','7',1.00,'20','retail','0','2025-05-20 13:37:12','','','','0','Cash',2.71,'20','','','22','','1','2025-05-20 13:24:40','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','50.00','49','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174773743372022032732'),(4069,'221747737413','7',1.00,'20','retail','0','2025-05-20 16:24:34','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-20 13:24:40','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','48.00','47','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174774747673323722220'),(4074,'181747748278','55',1.00,'80','retail','0','2025-05-20 16:37:58','','','','0','Cash',10.85,'80','','','18','','1','2025-05-20 13:47:29','3','8','new','1','printed','pcs','','','','yes','','1.36','','','VATABLE',67.80,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174774828024170222443'),(4075,'181747748278','6',1.00,'50','retail','0','2025-05-20 16:38:25','','','','0','Cash',6.78,'50','','','18','','1','2025-05-20 13:47:29','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174774830732373830330'),(4076,'181747748278','6',1.00,'50','retail','0','2025-05-20 16:47:20','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-20 13:47:29','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174774884312173322433'),(4077,'181747749576','6',1.00,'50','retail','0','2025-05-20 16:59:36','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-20 14:01:06','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174774957921048223501'),(4078,'181747749576','6',1.00,'50','retail','0','2025-05-20 16:59:45','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-20 14:01:06','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174774958713223228872'),(4079,'181747749576','8',1.00,'30','retail','0','2025-05-20 17:00:22','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-20 14:01:06','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174774962933702302433'),(4080,'181747749576','8',1.00,'30','retail','0','2025-05-20 17:00:42','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-20 14:01:06','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174774964741390194447'),(4081,'181747749576','8',1.00,'30','retail','0','2025-05-20 17:00:54','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-20 14:01:06','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174774965703012272879'),(4082,'181747748162','30',1.00,'50','retail','0','2025-05-20 16:36:02','','','','0','Cash',6.78,'50','','','18','','1','2025-05-20 14:13:19','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174774816582023023526'),(4083,'181747748162','21',1.00,'280','retail','0','2025-05-20 16:36:11','','','','0','Cash',37.97,'280','','','18','','1','2025-05-20 14:13:19','1','3','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174774817372303313082'),(4084,'181747748162','10',1.00,'100','retail','0','2025-05-20 17:13:06','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-20 14:13:19','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174775038808823320087'),(4085,'181747748162','10',1.00,'100','retail','0','2025-05-20 17:13:12','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-20 14:13:19','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174775039492231323332'),(4086,'181747751314','91',1.00,'100','retail','0','2025-05-20 17:28:34','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-20 14:28:45','3','16','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','34.00','33','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174775131602220183213'),(4090,'181747751973','1',1.00,'50','retail','0','2025-05-20 17:39:34','','','','0','Cash',6.78,'50','','','18','','1','2025-05-20 14:53:35','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','70.00','69','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174775197843372333300'),(4091,'181747751973','1',1.00,'50','retail','0','2025-05-20 17:39:43','','','','0','Cash',6.78,'50','','','18','','1','2025-05-20 14:53:35','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','69.00','68','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174775198822721312720'),(4092,'181747751973','95',1.00,'100','retail','0','2025-05-20 17:40:36','','','','01','Cash',13.56,'100','','','18','','1','2025-05-20 14:53:35','1','12','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174775203837233820217'),(4093,'181747751973','8',1.00,'30','retail','0','2025-05-20 17:53:23','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-20 14:53:35','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174775280530532513703'),(4094,'181747753076','44',1.00,'150','retail','0','2025-05-20 17:57:56','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-20 14:58:06','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174775307808022388402'),(4097,'221747753664','8',1.00,'30','retail','0','2025-05-20 18:07:45','','','','0','Cash',4.07,'30','','','22','','1','2025-05-20 15:08:48','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174775366763003252230'),(4098,'221747753664','1',1.00,'50','retail','0','2025-05-20 18:08:12','','','','0','Cash',6.78,'50','','','22','','1','2025-05-20 15:08:48','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','68.00','67','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174775369432933032333'),(4099,'221747753851','1',1.00,'50','retail','0','2025-05-20 18:10:52','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-20 15:11:37','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','67.00','66','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174775385522353333033'),(4100,'221747753851','8',1.00,'30','retail','0','2025-05-20 18:11:25','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-20 15:11:37','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174775388813243327173'),(4101,'221747753973','1',1.00,'50','retail','0','2025-05-20 18:12:53','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-20 15:13:32','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','66.00','65','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174775397735192370233'),(4102,'221747753973','8',1.00,'30','retail','0','2025-05-20 18:13:25','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-20 15:13:32','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174775400740070720202'),(4103,'221747754047','8',1.00,'30','retail','0','2025-05-20 18:14:07','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-20 15:15:22','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174775404903332042720'),(4104,'221747754047','1',1.00,'50','retail','0','2025-05-20 18:15:11','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-20 15:15:22','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','65.00','64','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174775411440235342302'),(4105,'221747754164','1',1.00,'50','retail','0','2025-05-20 18:16:04','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-20 15:17:21','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','64.00','63','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174775416630011602020'),(4106,'221747754164','7',1.00,'20','retail','0','2025-05-20 18:16:42','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-20 15:17:21','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','47.00','46','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174775420322325002500'),(4107,'221747754164','7',1.00,'20','retail','0','2025-05-20 18:16:59','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-20 15:17:21','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','46.00','45','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174775422707252233323'),(4108,'221747754297','1',1.00,'50','retail','0','2025-05-20 18:18:17','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-20 15:20:13','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','63.00','62','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174775430000252040023'),(4109,'221747754297','7',1.00,'20','retail','0','2025-05-20 18:19:58','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-20 15:20:13','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','45.00','44','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174775440254203245424'),(4111,'221747754518','18',1.00,'150','retail','0','2025-05-20 18:21:59','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-05-20 15:22:43','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','70.00','69','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174775452412037302403'),(4112,'221747754518','59',1.00,'50','retail','0','2025-05-20 18:22:32','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-20 15:22:43','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174775455500222223550'),(4113,'221747754452','59',1.00,'50','retail','0','2025-05-20 18:20:52','','','','0','Cash',6.78,'50','','','22','','1','2025-05-20 15:29:04','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174775445502353177320'),(4114,'221747754452','8',1.00,'30','retail','0','2025-05-20 18:28:55','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-20 15:29:04','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174775493820220222937'),(4116,'181747757930','6',1.00,'50','retail','0','2025-05-20 19:18:51','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-20 16:19:44','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174775793672013233223'),(4117,'181747757930','6',1.00,'50','retail','0','2025-05-20 19:19:12','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-20 16:19:44','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174775795522423220222'),(4118,'181747757930','38',1.00,'50','retail','0','2025-05-20 19:19:38','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-20 16:19:44','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','57.00','56','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174775797935272727220'),(4125,'181747758315','8',1.00,'30','retail','0','2025-05-20 19:25:16','','','','0','Cash',4.07,'30','','','18','','1','2025-05-20 16:36:01','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174775831811235824227'),(4126,'181747758315','8',1.00,'30','retail','0','2025-05-20 19:35:32','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-20 16:36:01','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174775893532032300823'),(4134,'181747758007','38',1.00,'50','retail','0','2025-05-20 19:20:08','','','','0','Cash',6.78,'50','','','18','','1','2025-05-20 16:42:05','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','56.00','55','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174775801052373183520'),(4135,'181747758007','6',1.00,'50','retail','0','2025-05-20 19:20:24','','','','0','Cash',6.78,'50','','','18','','1','2025-05-20 16:42:05','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174775802824337028880'),(4136,'181747758007','8',1.00,'30','retail','0','2025-05-20 19:38:01','','','','0','Cash',4.07,'30','','','18','','1','2025-05-20 16:42:05','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174775908400001387029'),(4137,'181747758007','38',1.00,'50','retail','0','2025-05-20 19:41:54','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-20 16:42:05','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','55.00','54','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174775931632227823237'),(4138,'181747759426','38',1.00,'50','retail','0','2025-05-20 19:43:46','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-20 16:44:06','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','54.00','53','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174775942973722322342'),(4139,'181747759426','38',1.00,'50','retail','0','2025-05-20 19:43:54','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-20 16:44:06','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','53.00','52','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174775943612012326300'),(4140,'221747758457','34',1.00,'280','retail','0','2025-05-20 19:27:37','','','','0','Cash',37.97,'280','','','22','','1','2025-05-20 16:47:21','1','13','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174775846073200637221'),(4141,'221747758457','1',1.00,'50','retail','0','2025-05-20 19:28:26','','','','0','Cash',6.78,'50','','','22','','1','2025-05-20 16:47:21','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','61.00','60','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174775851400227044705'),(4142,'221747758457','1',1.00,'50','retail','0','2025-05-20 19:28:43','','','','0','Cash',6.78,'50','','','22','','1','2025-05-20 16:47:21','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','60.00','59','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174775853230075223223'),(4143,'221747758457','1',1.00,'50','retail','0','2025-05-20 19:39:56','','','','0','Cash',6.78,'50','','','22','','1','2025-05-20 16:47:21','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','59.00','58','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174775919892402022724'),(4144,'221747758457','1',1.00,'50','retail','0','2025-05-20 19:47:10','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-20 16:47:21','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','58.00','57','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174775963270053900003'),(4145,'181747759681','6',1.00,'50','retail','0','2025-05-20 19:48:01','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-20 16:48:22','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174775968382329332610'),(4146,'181747759681','6',1.00,'50','retail','0','2025-05-20 19:48:10','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-20 16:48:22','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174775969138903291137'),(4147,'181747759780','7',1.00,'20','retail','0','2025-05-20 19:49:41','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-20 16:50:08','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','44.00','43','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174775978457000758717'),(4148,'181747759780','7',1.00,'20','retail','0','2025-05-20 19:49:54','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-20 16:50:08','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','43.00','42','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174775979732771202200'),(4149,'221747756667','1',1.00,'50','retail','0','2025-05-20 18:57:47','','','','0','Cash',6.78,'50','','','22','','1','2025-05-20 16:58:25','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','62.00','61','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174775666923020355202'),(4150,'221747756667','1',1.00,'50','retail','0','2025-05-20 19:57:10','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-20 16:58:25','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','57.00','56','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174776023106332310132'),(4151,'221747756667','38',1.00,'50','retail','0','2025-05-20 19:57:40','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-20 16:58:25','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','52.00','51','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174776026422233030304'),(4152,'221747756667','38',1.00,'50','retail','0','2025-05-20 19:57:58','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-20 16:58:25','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','51.00','50','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174776028423024731003'),(4153,'221747760544','38',1.00,'50','retail','0','2025-05-20 20:02:24','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-20 17:02:57','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','50.00','49','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174776054625323720002'),(4154,'221747760544','38',1.00,'50','retail','0','2025-05-20 20:02:31','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-20 17:02:57','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','49.00','48','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174776055307215233252'),(4155,'221747760544','1',1.00,'50','retail','0','2025-05-20 20:02:47','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-20 17:02:57','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','56.00','55','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174776056832620623223'),(4156,'221747760544','16',1.00,'150','retail','0','2025-05-20 20:02:51','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-05-20 17:02:57','3','1','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174776057332323057233'),(4157,'181747760895','13',1.00,'100','retail','0','2025-05-20 20:08:15','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-20 17:08:52','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174776089823831633839'),(4158,'181747760895','8',1.00,'30','retail','0','2025-05-20 20:08:44','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-20 17:08:52','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174776092620932327110'),(4159,'181747761625','18',1.00,'150','retail','0','2025-05-20 20:20:25','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-20 17:21:28','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','69.00','68','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174776162762233200133'),(4160,'181747761625','1',1.00,'50','retail','0','2025-05-20 20:21:23','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-20 17:21:28','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','55.00','54','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174776168482337376217'),(4161,'181747764237','52',1.00,'150','retail','0','2025-05-20 21:03:57','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-20 18:04:02','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174776423823728328472'),(4162,'181747764459','38',1.00,'50','retail','0','2025-05-20 21:07:39','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-20 18:07:45','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','48.00','47','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174776446141760313120'),(4163,'181747765488','32',1.00,'300','retail','0','2025-05-20 21:24:48','','','','0','Cash',40.68,'300','','','18','16.00','1','2025-05-20 18:25:23','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','22.00','21','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174776548927006233938'),(4164,'181747765488','30',1.00,'50','retail','0','2025-05-20 21:25:18','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-20 18:25:23','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174776551921322312237'),(4165,'191747766511','8',1.00,'30','retail','0','2025-05-20 21:41:51','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-05-20 18:42:03','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174776651212132253177'),(4166,'191747766558','8',1.00,'30','retail','0','2025-05-20 21:42:38','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-05-20 20:21:22','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','','','','19174776655912137330339'),(4167,'191747772525','23',1.00,'350','retail','0','2025-05-20 23:22:05','','','','0','Cash',47.46,'350','','','19','16.00','1','2025-05-20 20:22:26','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174777252629331309796'),(4168,'191747772525','18',1.00,'150','retail','0','2025-05-20 23:22:13','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-05-20 20:22:26','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','68.00','67','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174777253503522332202'),(4169,'191747772676','56',1.00,'60','retail','0','2025-05-20 23:24:36','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-05-20 20:26:32','3','8','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174777267822332136637'),(4170,'191747773368','80',1.00,'20','retail','0','2025-05-20 23:36:08','','','','10','Cash',2.71,'20','','','19','16.00','1','2025-05-20 20:36:16','','14','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','41.00','40','Inclusive','branch','Service','1110','4000','5500','','','','19174777337032020772337'),(4171,'191747774735','18',1.00,'150','retail','0','2025-05-20 23:58:55','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-05-20 20:59:02','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','67.00','66','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174777473792370721277'),(4172,'191747805915','1',1.00,'50','retail','0','2025-05-21 08:38:35','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-21 05:38:46','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','54.00','53','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174780591632032100923'),(4173,'191747805915','1',1.00,'50','retail','0','2025-05-21 08:38:40','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-21 05:38:46','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','53.00','52','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174780592235234340193'),(4174,'191747806079','1',1.00,'50','retail','0','2025-05-21 08:41:19','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-21 05:41:47','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','52.00','51','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174780608130200339873'),(4175,'191747806171','1',1.00,'50','retail','0','2025-05-21 08:42:51','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-21 05:44:28','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','51.00','50','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174780617217372031372'),(4176,'191747806171','1',1.00,'50','retail','0','2025-05-21 08:44:06','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-21 05:44:28','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','50.00','49','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174780624703203422330'),(4177,'191747806171','1',1.00,'50','retail','0','2025-05-21 08:44:11','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-21 05:44:28','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','49.00','48','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174780625232425232329'),(4178,'191747807586','44',1.00,'150','retail','0','2025-05-21 09:06:26','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-05-21 06:06:37','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174780758887323132012'),(4179,'191747807668','28',1.00,'200','retail','0','2025-05-21 09:07:48','','','','0','Cash',27.12,'200','','','19','16.00','1','2025-05-21 06:08:56','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174780767007010931009'),(4180,'191747807668','8',1.00,'30','retail','0','2025-05-21 09:08:21','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-05-21 06:08:56','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174780770317223102303'),(4181,'191747807668','8',1.00,'30','retail','0','2025-05-21 09:08:35','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-05-21 06:08:56','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174780771703277330773'),(4182,'181747812193','28',1.00,'200','retail','0','2025-05-21 10:23:13','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-05-21 07:23:38','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174781219422203921933'),(4183,'181747812193','15',1.00,'150','retail','0','2025-05-21 10:23:29','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-21 07:23:38','3','1','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174781221122338001730'),(4184,'221747813102','1',1.00,'50','retail','0','2025-05-21 10:38:22','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-21 07:38:58','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','48.00','47','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174781310423204231221'),(4185,'221747813102','95',1.00,'100','retail','0','2025-05-21 10:38:44','','','','01','Cash',13.56,'100','','','22','16.00','1','2025-05-21 07:38:58','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174781312582333223213'),(4186,'221747813102','7',1.00,'20','retail','0','2025-05-21 10:38:50','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-21 07:38:58','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','42.00','41','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174781313133017102001'),(4187,'221747815486','1',1.00,'50','retail','0','2025-05-21 11:18:06','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-21 08:31:40','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','47.00','46','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174781548732223332833'),(4188,'221747815486','7',1.00,'20','retail','0','2025-05-21 11:20:33','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-21 08:31:40','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','41.00','40','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174781563502302323332'),(4189,'221747815486','6',1.00,'50','retail','0','2025-05-21 11:31:22','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-21 08:31:40','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','50.00','49','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174781628422630273023'),(4190,'221747815486','6',1.00,'50','retail','0','2025-05-21 11:31:30','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-21 08:31:40','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','49.00','48','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174781629272360270722'),(4191,'181747817971','41',1.00,'100','retail','0','2025-05-21 11:59:31','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-21 09:00:49','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174781797330711022980'),(4192,'181747817971','11',1.00,'60','retail','0','2025-05-21 12:00:12','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-05-21 09:00:49','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174781802228327703008'),(4193,'181747817971','11',1.00,'60','retail','0','2025-05-21 12:00:41','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-05-21 09:00:49','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174781804483843428020'),(4194,'181747820161','41',1.00,'100','retail','0','2025-05-21 12:36:01','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-21 09:36:11','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174782016333303221227'),(4197,'221747821308','44',1.00,'150','retail','0','2025-05-21 12:55:08','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-05-21 09:56:35','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174782131530213220302'),(4198,'221747821308','59',1.00,'50','retail','0','2025-05-21 12:56:16','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-21 09:56:35','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174782137833042402330'),(4199,'221747820739','44',1.00,'150','retail','0','2025-05-21 12:45:39','','','','0','Cash',20.34,'150','','','22','','1','2025-05-21 10:02:01','3','5','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174782074122320017270'),(4200,'221747820739','59',1.00,'50','retail','0','2025-05-21 12:46:27','','','','0','Cash',6.78,'50','','','22','','1','2025-05-21 10:02:01','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174782079032720200023'),(4201,'221747821888','7',1.00,'20','retail','0','2025-05-21 13:04:49','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-21 10:06:04','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','40.00','39','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174782189111731023011'),(4202,'221747821888','7',1.00,'20','retail','0','2025-05-21 13:04:58','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-21 10:06:04','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','39.00','38','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174782190327330223023'),(4203,'221747821888','7',1.00,'20','retail','0','2025-05-21 13:05:09','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-21 10:06:04','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','38.00','37','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174782191102317232217'),(4204,'221747821888','7',1.00,'20','retail','0','2025-05-21 13:05:15','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-21 10:06:04','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','37.00','36','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174782191821422232223'),(4205,'221747821888','7',1.00,'20','retail','0','2025-05-21 13:05:23','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-21 10:06:04','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','36.00','35','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174782192583722229232'),(4206,'221747821888','38',1.00,'50','retail','0','2025-05-21 13:05:49','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-21 10:06:04','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','47.00','46','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174782195880201820333'),(4208,'181747822049','18',1.00,'150','retail','0','2025-05-21 13:07:29','','','','0','Cash',20.34,'150','','','18','','1','2025-05-21 10:20:04','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','66.00','65','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174782205133233037220'),(4209,'181747822049','38',1.00,'50','retail','0','2025-05-21 13:19:56','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-21 10:20:04','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','46.00','45','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174782279832373223202'),(4210,'181747823736','38',1.00,'50','retail','0','2025-05-21 13:35:37','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-21 10:37:40','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','45.00','44','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174782373822333323422'),(4211,'181747823736','38',1.00,'50','retail','0','2025-05-21 13:35:43','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-21 10:37:40','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','44.00','43','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174782374510311278172'),(4212,'181747823736','38',1.00,'50','retail','0','2025-05-21 13:35:50','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-21 10:37:40','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','43.00','42','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174782375227038323522'),(4213,'181747823736','38',1.00,'50','retail','0','2025-05-21 13:36:10','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-21 10:37:40','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','42.00','41','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174782377232803720432'),(4214,'181747823736','7',1.00,'20','retail','0','2025-05-21 13:36:28','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-21 10:37:40','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','51.00','50','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174782379122883702002'),(4215,'181747823736','7',1.00,'20','retail','0','2025-05-21 13:36:38','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-21 10:37:40','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','50.00','49','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174782380034270200323'),(4216,'181747823736','7',1.00,'20','retail','0','2025-05-21 13:36:45','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-21 10:37:40','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','49.00','48','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174782380787030321210'),(4217,'181747823736','7',1.00,'20','retail','0','2025-05-21 13:36:56','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-21 10:37:40','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','48.00','47','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174782381833220428823'),(4218,'181747823736','8',1.00,'30','retail','0','2025-05-21 13:37:05','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-21 10:37:40','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174782382733213330330'),(4219,'181747823736','59',1.00,'50','retail','0','2025-05-21 13:37:27','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-21 10:37:40','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174782384922342423030'),(4229,'181747824171','59',1.00,'50','retail','0','2025-05-21 13:42:51','','','','0','Cash',6.78,'50','','','18','','1','2025-05-21 11:13:42','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174782417302227333322'),(4230,'181747824171','59',1.00,'50','retail','0','2025-05-21 14:13:31','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-21 11:13:42','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174782601420002710002'),(4231,'221747825371','59',1.00,'50','retail','0','2025-05-21 14:02:51','','','','0','Cash',6.78,'50','','','22','','1','2025-05-21 11:18:52','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174782537233732730337'),(4232,'221747825371','59',1.00,'50','retail','0','2025-05-21 14:02:58','','','','0','Cash',6.78,'50','','','22','','1','2025-05-21 11:18:52','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174782538023121122272'),(4233,'221747825371','59',1.00,'50','retail','0','2025-05-21 14:03:05','','','','0','Cash',6.78,'50','','','22','','1','2025-05-21 11:18:52','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174782538723332712300'),(4234,'221747825371','25',1.00,'200','retail','0','2025-05-21 14:03:45','','','','0','Cash',27.12,'200','','','22','','1','2025-05-21 11:18:52','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174782542804132323222'),(4235,'221747825371','25',1.00,'200','retail','0','2025-05-21 14:03:56','','','','0','Cash',27.12,'200','','','22','','1','2025-05-21 11:18:52','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174782543823222323320'),(4236,'221747825371','30',1.00,'50','retail','0','2025-05-21 14:04:16','','','','0','Cash',6.78,'50','','','22','','1','2025-05-21 11:18:52','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174782545992003333707'),(4237,'221747825371','21',1.00,'280','retail','0','2025-05-21 14:04:23','','','','0','Cash',37.97,'280','','','22','','1','2025-05-21 11:18:52','1','3','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174782546527733004033'),(4238,'221747825371','54',1.00,'50','retail','0','2025-05-21 14:18:32','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-21 11:18:52','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174782631424840228044'),(4239,'181747826841','7',1.00,'20','retail','0','2025-05-21 14:27:21','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-21 11:27:30','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','47.00','46','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174782684482073020248'),(4240,'181747827329','1',1.00,'50','retail','0','2025-05-21 14:35:29','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-21 11:35:48','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','46.00','45','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174782733532023311082'),(4241,'221747824370','25',1.00,'200','retail','0','2025-05-21 13:46:10','','','','0','Cash',27.12,'200','','','22','','1','2025-05-21 11:45:40','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174782437302382230320'),(4242,'221747824370','38',1.00,'50','retail','0','2025-05-21 14:45:30','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-21 11:45:40','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','41.00','40','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174782793122212273324'),(4243,'221747829226','59',1.00,'50','retail','0','2025-05-21 15:07:07','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-21 12:07:16','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174782922990202203232'),(4244,'221747829587','1',1.00,'50','retail','0','2025-05-21 15:13:07','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-21 12:13:16','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','45.00','44','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174782958889380222229'),(4245,'221747829704','69',1.00,'250','retail','0','2025-05-21 15:15:04','','','','0','Cash',33.90,'250','','','22','16.00','1','2025-05-21 12:15:29','3','10','new','1','new','pcs','','','','yes','','4.24','','','VATABLE',211.86,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174782970773733782782'),(4246,'221747832090','1',1.00,'50','retail','0','2025-05-21 15:54:51','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-21 12:55:06','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','44.00','43','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174783209333703222283'),(4247,'221747832090','1',1.00,'50','retail','0','2025-05-21 15:54:59','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-21 12:55:06','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','43.00','42','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174783210222331372233'),(4248,'181747833385','28',1.00,'200','retail','0','2025-05-21 16:16:25','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-05-21 13:16:38','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174783338733373238330'),(4249,'181747833830','11',1.00,'60','retail','0','2025-05-21 16:23:50','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-05-21 13:24:04','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174783383333233022832'),(4254,'181747834514','73',1.00,'300','retail','0','2025-05-21 16:35:14','','','','0','Cash',40.68,'300','','','18','','1','2025-05-21 13:55:07','3','10','new','1','printed','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','30.00','29','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174783451601320302331'),(4255,'181747834514','87',1.00,'150','retail','0','2025-05-21 16:35:52','','','','0','Cash',20.34,'150','','','18','','1','2025-05-21 13:55:07','3','10','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174783455422721312720'),(4256,'181747834514','25',1.00,'200','retail','0','2025-05-21 16:53:49','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-05-21 13:55:07','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174783563362220123330'),(4257,'181747834514','25',1.00,'200','retail','0','2025-05-21 16:53:56','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-05-21 13:55:07','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174783564008320023723'),(4258,'181747834514','34',1.00,'280','retail','0','2025-05-21 16:54:47','','','','0','Cash',37.97,'280','','','18','16.00','1','2025-05-21 13:55:07','1','13','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174783569402822808134'),(4259,'181747834257','25',1.00,'200','retail','0','2025-05-21 16:30:57','','','','0','Cash',27.12,'200','','','18','','1','2025-05-21 13:56:39','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174783425902002333224'),(4260,'181747834257','88',1.00,'150','retail','0','2025-05-21 16:32:09','','','','0','Cash',20.34,'150','','','18','','1','2025-05-21 13:56:39','3','10','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','51.00','50','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174783433243211423424'),(4261,'181747834257','54',1.00,'50','retail','0','2025-05-21 16:56:23','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-21 13:56:39','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174783579003283139330'),(4262,'181747836849','1',1.00,'50','retail','0','2025-05-21 17:14:09','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-21 14:14:20','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','42.00','41','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174783685132203515373'),(4264,'221747838594','53',1.00,'100','retail','0','2025-05-21 17:43:14','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-05-21 14:43:25','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174783859734703037023'); INSERT INTO `sales_order` VALUES (4266,'181747838751','33',1.00,'600','retail','0','2025-05-21 17:45:52','','','','0','Cash',81.36,'600','','','18','16.00','1','2025-05-21 14:46:37','1','13','new','1','new','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','35.00','34','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174783875433320074333'),(4267,'181747838751','30',1.00,'50','retail','0','2025-05-21 17:46:20','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-21 14:46:37','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174783878227332338311'),(4268,'181747838751','30',1.00,'50','retail','0','2025-05-21 17:46:26','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-21 14:46:37','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174783878781420382733'),(4277,'221747838670','1',1.00,'50','retail','0','2025-05-21 17:44:31','','','','0','Cash',6.78,'50','','','22','','1','2025-05-21 15:25:40','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','41.00','40','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174783867380323623802'),(4278,'221747838670','8',1.00,'30','retail','0','2025-05-21 17:54:54','','','','0','Cash',4.07,'30','','','22','','1','2025-05-21 15:25:40','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174783929707332203029'),(4279,'221747838670','1',1.00,'50','retail','0','2025-05-21 18:15:01','','','','0','Cash',6.78,'50','','','22','','1','2025-05-21 15:25:40','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','40.00','39','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174784050630320333582'),(4280,'221747838670','1',1.00,'50','retail','0','2025-05-21 18:15:12','','','','0','Cash',6.78,'50','','','22','','1','2025-05-21 15:25:40','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','39.00','38','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174784051441214302227'),(4282,'221747841248','52',1.00,'150','retail','0','2025-05-21 18:27:29','','','','0','Cash',20.34,'150','','','22','','1','2025-05-21 15:34:30','3','7','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174784125740834123244'),(4283,'221747841248','6',1.00,'50','retail','0','2025-05-21 18:34:08','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-21 15:34:30','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','48.00','47','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174784165021368482137'),(4284,'221747841248','11',1.00,'60','retail','0','2025-05-21 18:34:17','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-05-21 15:34:30','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174784166001284313223'),(4301,'221747842455','32',1.00,'300','retail','0','2025-05-21 18:47:35','','','','0','Cash',40.68,'300','','','22','','1','2025-05-21 16:27:46','1','13','new','1','printed','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','21.00','20','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174784246566122203174'),(4302,'221747842455','32',1.00,'300','retail','0','2025-05-21 18:47:56','','','','0','Cash',40.68,'300','','','22','','1','2025-05-21 16:27:46','1','13','new','1','printed','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174784247832222232322'),(4303,'221747842455','30',1.00,'50','retail','0','2025-05-21 18:48:23','','','','0','Cash',6.78,'50','','','22','','1','2025-05-21 16:27:46','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174784250532325733477'),(4304,'221747842455','30',1.00,'50','retail','0','2025-05-21 18:48:29','','','','0','Cash',6.78,'50','','','22','','1','2025-05-21 16:27:46','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174784251132220324413'),(4305,'221747842455','50',1.00,'50','retail','0','2025-05-21 18:48:46','','','','0','Cash',6.78,'50','','','22','','1','2025-05-21 16:27:46','1','6','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174784252833077583722'),(4306,'221747842455','54',1.00,'50','retail','0','2025-05-21 19:26:42','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-21 16:27:46','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174784480520243343333'),(4307,'221747842455','62',1.00,'100','retail','0','2025-05-21 19:27:07','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-05-21 16:27:46','3','8','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','23.00','22','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174784483123302211723'),(4308,'221747840552','25',1.00,'200','retail','0','2025-05-21 18:15:52','','','','0','Cash',27.12,'200','','','22','','1','2025-05-21 16:32:57','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174784055422723230425'),(4309,'221747840552','56',1.00,'60','retail','0','2025-05-21 18:16:20','','','','0','Cash',8.14,'60','','','22','','1','2025-05-21 16:32:57','3','8','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174784058207250272070'),(4310,'221747840552','1',1.00,'50','retail','0','2025-05-21 18:49:44','','','','0','Cash',6.78,'50','','','22','','1','2025-05-21 16:32:57','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','37.00','36','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174784258622022230323'),(4311,'221747840552','56',1.00,'60','retail','0','2025-05-21 19:31:56','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-05-21 16:32:57','3','8','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174784511822714322228'),(4312,'221747840552','54',1.00,'50','retail','0','2025-05-21 19:32:10','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-21 16:32:57','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174784513232270401202'),(4313,'221747841791','1',1.00,'50','retail','0','2025-05-21 18:36:32','','','','0','Cash',6.78,'50','','','22','','1','2025-05-21 16:34:09','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','38.00','37','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174784179332270332027'),(4314,'221747841791','16',1.00,'150','retail','0','2025-05-21 19:00:23','','','','0','Cash',20.34,'150','','','22','','1','2025-05-21 16:34:09','3','1','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174784323300242232320'),(4315,'221747841791','11',1.00,'60','retail','0','2025-05-21 19:01:16','','','','0','Cash',8.14,'60','','','22','','1','2025-05-21 16:34:09','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174784327933432103327'),(4316,'221747841791','11',1.00,'60','retail','0','2025-05-21 19:01:22','','','','0','Cash',8.14,'60','','','22','','1','2025-05-21 16:34:09','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174784328420237337832'),(4317,'221747841791','11',1.00,'60','retail','0','2025-05-21 19:16:20','','','','0','Cash',8.14,'60','','','22','','1','2025-05-21 16:34:09','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','100.00','99','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174784418332227872223'),(4318,'221747841791','11',1.00,'60','retail','0','2025-05-21 19:16:50','','','','0','Cash',8.14,'60','','','22','','1','2025-05-21 16:34:09','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','99.00','98','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174784421838834223000'),(4319,'221747841791','1',1.00,'50','retail','0','2025-05-21 19:18:39','','','','0','Cash',6.78,'50','','','22','','1','2025-05-21 16:34:09','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','36.00','35','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174784432220203034233'),(4320,'221747841791','1',1.00,'50','retail','0','2025-05-21 19:33:56','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-21 16:34:09','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','35.00','34','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174784523833401127821'),(4322,'221747845946','52',1.00,'150','retail','0','2025-05-21 19:45:47','','','','0','Cash',20.34,'150','','','22','','1','2025-05-21 16:52:03','3','7','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174784594873283340022'),(4323,'221747845946','52',1.00,'150','retail','0','2025-05-21 19:51:53','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-05-21 16:52:03','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174784631432333227233'),(4338,'181747837370','55',1.00,'80','retail','0','2025-05-21 17:22:50','','','','0','Cash',10.85,'80','','','18','','1','2025-05-21 17:25:12','3','8','new','1','printed','pcs','','','','yes','','1.36','','','VATABLE',67.80,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174783737332372122002'),(4339,'181747837370','18',1.00,'150','retail','0','2025-05-21 20:08:14','','','','0','Cash',20.34,'150','','','18','','1','2025-05-21 17:25:12','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','65.00','64','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174784729603631120130'),(4340,'181747837370','30',1.00,'50','retail','0','2025-05-21 20:08:55','','','','0','Cash',6.78,'50','','','18','','1','2025-05-21 17:25:12','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174784733770702822220'),(4341,'181747837370','30',1.00,'50','retail','0','2025-05-21 20:08:59','','','','0','Cash',6.78,'50','','','18','','1','2025-05-21 17:25:12','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174784734143211414427'),(4342,'181747837370','30',1.00,'50','retail','0','2025-05-21 20:12:20','','','','0','Cash',6.78,'50','','','18','','1','2025-05-21 17:25:12','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174784754234135303287'),(4343,'181747837370','23',1.00,'350','retail','0','2025-05-21 20:16:38','','','','0','Cash',47.46,'350','','','18','','1','2025-05-21 17:25:12','1','3','new','1','printed','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174784780080223087203'),(4344,'181747837370','23',1.00,'350','retail','0','2025-05-21 20:16:47','','','','0','Cash',47.46,'350','','','18','','1','2025-05-21 17:25:12','1','3','new','1','printed','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174784780908332782020'),(4345,'181747837370','23',1.00,'350','retail','0','2025-05-21 20:16:57','','','','0','Cash',47.46,'350','','','18','','1','2025-05-21 17:25:12','1','3','new','1','printed','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174784781802233133233'),(4346,'181747837370','23',1.00,'350','retail','0','2025-05-21 20:17:08','','','','0','Cash',47.46,'350','','','18','','1','2025-05-21 17:25:12','1','3','new','1','printed','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174784783023704404332'),(4347,'181747837370','1',1.00,'50','retail','0','2025-05-21 20:24:15','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-21 17:25:12','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','34.00','33','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174784825622423220222'),(4348,'181747837370','1',1.00,'50','retail','0','2025-05-21 20:24:20','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-21 17:25:12','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','33.00','32','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174784826144120238326'),(4349,'181747837370','53',1.00,'100','retail','0','2025-05-21 20:24:34','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-21 17:25:12','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174784827542753323203'),(4350,'181747837370','53',1.00,'100','retail','0','2025-05-21 20:24:39','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-21 17:25:12','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174784828020027300223'),(4351,'181747837370','53',1.00,'100','retail','0','2025-05-21 20:24:49','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-21 17:25:12','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174784829122110377323'),(4352,'221747848601','88',1.00,'150','retail','0','2025-05-21 20:30:01','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-05-21 17:30:10','3','10','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','50.00','49','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174784860433708280224'),(4353,'181747848847','18',1.00,'150','retail','0','2025-05-21 20:34:07','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-21 17:35:22','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','64.00','63','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174784884838083300373'),(4354,'181747848847','13',1.00,'100','retail','0','2025-05-21 20:34:49','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-21 17:35:22','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174784889021287200002'),(4355,'181747848847','1',1.00,'50','retail','0','2025-05-21 20:35:02','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-21 17:35:22','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','32.00','31','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174784890380223333380'),(4356,'181747848847','1',1.00,'50','retail','0','2025-05-21 20:35:08','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-21 17:35:22','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','31.00','30','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174784890904928040892'),(4357,'181747848847','1',1.00,'50','retail','0','2025-05-21 20:35:12','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-21 17:35:22','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','30.00','29','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174784891332230242421'),(4367,'181747848975','45',1.00,'180','retail','0','2025-05-21 20:36:15','','','','0','Cash',24.41,'180','','','18','','1','2025-05-21 17:39:09','3','5','new','1','printed','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174784897642200218222'),(4368,'181747848975','45',1.00,'180','retail','0','2025-05-21 20:36:20','','','','0','Cash',24.41,'180','','','18','','1','2025-05-21 17:39:09','3','5','new','1','printed','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174784898132239382737'),(4369,'181747848975','97',1.00,'50','retail','0','2025-05-21 20:36:34','','','','0','Cash',6.78,'50','','','18','','1','2025-05-21 17:39:09','3','11','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174784899591243713873'),(4370,'181747848975','41',1.00,'100','retail','0','2025-05-21 20:36:47','','','','0','Cash',13.56,'100','','','18','','1','2025-05-21 17:39:09','3','4','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174784900824282003222'),(4371,'181747848975','41',1.00,'100','retail','0','2025-05-21 20:36:53','','','','0','Cash',13.56,'100','','','18','','1','2025-05-21 17:39:09','3','4','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174784901414720000312'),(4372,'181747848975','59',1.00,'50','retail','0','2025-05-21 20:37:07','','','','0','Cash',6.78,'50','','','18','','1','2025-05-21 17:39:09','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174784902882223233282'),(4373,'181747848975','1',1.00,'50','retail','0','2025-05-21 20:37:20','','','','0','Cash',6.78,'50','','','18','','1','2025-05-21 17:39:09','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','29.00','28','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174784904103100220232'),(4374,'181747848975','11',1.00,'60','retail','0','2025-05-21 20:37:35','','','','0','Cash',8.14,'60','','','18','','1','2025-05-21 17:39:09','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','98.00','97','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174784905618708426002'),(4375,'181747848975','11',1.00,'60','retail','0','2025-05-21 20:37:40','','','','0','Cash',8.14,'60','','','18','','1','2025-05-21 17:39:09','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','97.00','96','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174784906200293033742'),(4376,'181747848975','76',1.00,'100','retail','0','2025-05-21 20:38:56','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-21 17:39:09','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174784913722313312104'),(4377,'181747850733','38',1.00,'50','retail','0','2025-05-21 21:05:33','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-21 18:06:20','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','40.00','39','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174785073472028274223'),(4378,'181747850733','38',1.00,'50','retail','0','2025-05-21 21:05:48','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-21 18:06:20','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','39.00','38','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174785074908832032030'),(4379,'181747850733','38',1.00,'50','retail','0','2025-05-21 21:05:56','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-21 18:06:20','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','38.00','37','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174785075833524023310'),(4380,'181747850733','38',1.00,'50','retail','0','2025-05-21 21:06:02','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-21 18:06:20','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','37.00','36','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174785076432432572322'),(4381,'181747850733','38',1.00,'50','retail','0','2025-05-21 21:06:13','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-21 18:06:20','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','36.00','35','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174785077502220303772'),(4382,'221747851418','45',1.00,'180','retail','0','2025-05-21 21:16:58','','','','0','Cash',24.41,'180','','','22','16.00','1','2025-05-21 18:17:06','3','5','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174785141922213272140'),(4383,'191747855780','8',1.00,'30','retail','0','2025-05-21 22:29:40','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-05-21 19:30:19','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','35.00','34','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174785578200312213203'),(4384,'191747855780','8',1.00,'30','retail','0','2025-05-21 22:29:45','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-05-21 19:30:19','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','34.00','33','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174785578660617123260'),(4385,'191747855780','8',1.00,'30','retail','0','2025-05-21 22:29:50','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-05-21 19:30:19','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','33.00','32','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174785579120520217510'),(4386,'191747855780','8',1.00,'30','retail','0','2025-05-21 22:29:57','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-05-21 19:30:19','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','32.00','31','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174785579878042333093'),(4387,'191747855780','8',1.00,'30','retail','0','2025-05-21 22:30:03','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-05-21 19:30:19','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','31.00','30','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174785580522532437233'),(4388,'191747855780','8',1.00,'30','retail','0','2025-05-21 22:30:10','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-05-21 19:30:19','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','30.00','29','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174785581130232313122'),(4389,'191747856098','1',1.00,'50','retail','0','2025-05-21 22:34:58','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-21 19:35:23','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','28.00','27','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174785609937946533801'),(4390,'191747856098','7',1.00,'20','retail','0','2025-05-21 22:35:15','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-05-21 19:35:23','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','46.00','45','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174785611602301236181'),(4391,'191747862191','85',1.00,'200','retail','0','2025-05-22 00:16:31','','','','0','Cash',27.12,'200','','','19','16.00','1','2025-05-21 21:16:37','3','10','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174786219301237223310'),(4392,'191747864515','18',1.00,'150','retail','0','2025-05-22 00:55:15','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-05-21 21:55:22','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','63.00','62','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174786451622283292333'),(4393,'191747865181','80',1.00,'20','retail','0','2025-05-22 01:06:21','','','','10','Cash',2.71,'20','','','19','16.00','1','2025-05-21 22:06:26','','14','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','41.00','40','Inclusive','branch','Service','1110','4000','5500','','','','19174786518270200187777'),(4394,'191747889954','1',1.00,'50','retail','0','2025-05-22 07:59:14','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-22 04:59:18','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','27.00','26','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174788995513119080303'),(4395,'191747890055','1',1.00,'50','retail','0','2025-05-22 08:00:55','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-22 05:01:37','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','26.00','25','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174789005672427033603'),(4396,'191747890055','1',1.00,'50','retail','0','2025-05-22 08:00:59','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-22 05:01:37','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','25.00','24','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174789006102932332032'),(4397,'191747890055','1',1.00,'50','retail','0','2025-05-22 08:01:04','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-22 05:01:37','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174789006620023403223'),(4398,'191747890055','1',1.00,'50','retail','0','2025-05-22 08:01:09','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-22 05:01:37','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','23.00','22','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174789007037220032802'),(4399,'191747890055','8',1.00,'30','retail','0','2025-05-22 08:01:30','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-05-22 05:01:37','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','29.00','28','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174789009130933722310'),(4400,'191747891722','1',1.00,'50','retail','0','2025-05-22 08:28:42','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-22 05:28:50','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','22.00','21','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174789172310087323112'),(4401,'191747891722','1',1.00,'50','retail','0','2025-05-22 08:28:46','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-22 05:28:50','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','21.00','20','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174789172700127202321'),(4402,'191747892764','1',1.00,'50','retail','0','2025-05-22 08:46:04','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-22 05:47:16','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174789276603892722763'),(4403,'191747892764','1',1.00,'50','retail','0','2025-05-22 08:46:15','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-22 05:47:16','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174789277633227332773'),(4404,'191747892764','17',1.00,'100','retail','0','2025-05-22 08:46:26','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-05-22 05:47:16','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174789278877273823328'),(4405,'191747892764','7',1.00,'20','retail','0','2025-05-22 08:46:48','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-05-22 05:47:16','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','45.00','44','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174789280912923302221'),(4406,'191747892764','7',1.00,'20','retail','0','2025-05-22 08:47:00','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-05-22 05:47:16','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','44.00','43','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174789282149310301220'),(4407,'191747892764','8',1.00,'30','retail','0','2025-05-22 08:47:06','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-05-22 05:47:16','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','28.00','27','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174789282833333382222'),(4408,'191747893560','8',1.00,'30','retail','0','2025-05-22 08:59:20','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-05-22 05:59:26','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','27.00','26','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174789356272301537302'),(4409,'191747894503','8',1.00,'30','retail','0','2025-05-22 09:15:03','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-05-22 06:15:45','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','26.00','25','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174789450417439337021'),(4410,'191747894503','8',1.00,'30','retail','0','2025-05-22 09:15:05','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-05-22 06:15:45','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','25.00','24','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174789450734023202402'),(4411,'191747894503','1',1.00,'50','retail','0','2025-05-22 09:15:19','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-22 06:15:45','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174789452184270132123'),(4412,'191747894503','6',1.00,'50','retail','0','2025-05-22 09:15:38','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-22 06:15:45','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','47.00','46','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174789453920243903352'),(4413,'221747897428','7',1.00,'20','retail','0','2025-05-22 10:03:48','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-22 07:04:17','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','43.00','42','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174789743132222323334'),(4414,'221747897428','7',1.00,'20','retail','0','2025-05-22 10:04:06','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-22 07:04:17','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','42.00','41','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174789744730033327277'),(4415,'181747900836','8',1.00,'30','retail','0','2025-05-22 11:00:36','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-22 08:01:11','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174790083823032132228'),(4416,'181747900836','8',1.00,'30','retail','0','2025-05-22 11:00:45','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-22 08:01:11','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','23.00','22','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174790084673022080242'),(4417,'181747900836','8',1.00,'30','retail','0','2025-05-22 11:00:50','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-22 08:01:11','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','22.00','21','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174790085222330900153'),(4418,'181747900836','7',1.00,'20','retail','0','2025-05-22 11:00:59','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-22 08:01:11','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','41.00','40','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174790086033033734232'),(4419,'181747900836','7',1.00,'20','retail','0','2025-05-22 11:01:03','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-22 08:01:11','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','40.00','39','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174790086508003830200'),(4420,'221747901191','52',1.00,'150','retail','0','2025-05-22 11:06:31','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-05-22 08:06:44','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174790119422139924103'),(4423,'181747902399','6',1.00,'50','retail','0','2025-05-22 11:26:39','','','','0','Cash',6.78,'50','','','18','','1','2025-05-22 08:34:15','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','46.00','45','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174790240133040313003'),(4424,'221747903278','54',1.00,'50','retail','0','2025-05-22 11:41:18','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-22 08:41:24','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174790328043227733334'),(4427,'221747903705','38',1.00,'50','retail','0','2025-05-22 11:48:25','','','','0','Cash',6.78,'50','','','22','','1','2025-05-22 09:05:54','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','35.00','34','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174790370742327300333'),(4428,'221747903705','38',1.00,'50','retail','0','2025-05-22 11:48:36','','','','0','Cash',6.78,'50','','','22','','1','2025-05-22 09:05:54','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','34.00','33','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174790371823223103012'),(4429,'221747903705','8',1.00,'30','retail','0','2025-05-22 12:05:49','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-22 09:05:54','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','21.00','20','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174790475029052470190'),(4430,'181747904912','1',1.00,'50','retail','0','2025-05-22 12:08:32','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-22 09:09:14','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174790491420242433237'),(4431,'181747904912','59',1.00,'50','retail','0','2025-05-22 12:09:02','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-22 09:09:14','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174790494407130024224'),(4433,'181747907091','28',1.00,'200','retail','0','2025-05-22 12:44:51','','','','0','Cash',27.12,'200','','','18','','1','2025-05-22 09:47:13','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174790709223332712300'),(4434,'181747907091','1',1.00,'50','retail','0','2025-05-22 12:47:04','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-22 09:47:13','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174790722663621072303'),(4435,'221747908474','18',1.00,'150','retail','0','2025-05-22 13:07:54','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-05-22 10:08:09','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','62.00','61','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174790847620303273013'),(4436,'221747908943','56',1.00,'60','retail','0','2025-05-22 13:15:43','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-05-22 10:15:52','3','8','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174790894522332292320'),(4437,'221747913361','1',1.00,'50','retail','0','2025-05-22 14:29:21','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-22 11:30:01','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174791336233322237023'),(4438,'221747913361','8',1.00,'30','retail','0','2025-05-22 14:29:50','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-22 11:30:01','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174791339221323002239'),(4439,'181747914460','38',1.00,'50','retail','0','2025-05-22 14:47:40','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-22 11:47:55','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','33.00','32','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174791446203984722763'),(4440,'181747914460','38',1.00,'50','retail','0','2025-05-22 14:47:47','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-22 11:47:55','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','32.00','31','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174791446903033726323'),(4441,'181747914617','85',1.00,'200','retail','0','2025-05-22 14:50:17','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-05-22 11:50:27','3','10','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174791461910237412303'),(4442,'181747917176','31',1.00,'150','retail','0','2025-05-22 15:32:56','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-22 12:33:19','1','3','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174791717710274728202'),(4443,'181747917176','1',1.00,'50','retail','0','2025-05-22 15:33:13','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-22 12:33:19','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174791719402903728207'),(4444,'181747917697','32',1.00,'300','retail','0','2025-05-22 15:41:37','','','','0','Cash',40.68,'300','','','18','16.00','1','2025-05-22 12:41:52','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174791769922370333422'),(4445,'181747917697','18',1.00,'150','retail','0','2025-05-22 15:41:47','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-22 12:41:52','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','61.00','60','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174791770820287022272'),(4446,'181747917733','13',1.00,'100','retail','0','2025-05-22 15:42:13','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-22 12:42:38','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174791773520209374172'),(4447,'181747918981','59',1.00,'50','retail','0','2025-05-22 16:03:01','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-22 13:03:09','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174791898338290003493'),(4448,'181747920109','32',1.00,'300','retail','0','2025-05-22 16:21:49','','','','0','Cash',40.68,'300','','','18','16.00','1','2025-05-22 13:22:26','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174792011022337332702'),(4449,'181747920109','18',1.00,'150','retail','0','2025-05-22 16:22:04','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-22 13:22:26','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','60.00','59','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174792012622022230323'),(4450,'221747921816','74',1.00,'100','retail','0','2025-05-22 16:50:16','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-05-22 13:50:34','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174792181833432230033'),(4451,'221747921816','74',1.00,'100','retail','0','2025-05-22 16:50:26','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-05-22 13:50:34','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174792182872340220302'),(4452,'221747923941','95',1.00,'100','retail','0','2025-05-22 17:25:42','','','','01','Cash',13.56,'100','','','22','16.00','1','2025-05-22 14:27:04','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174792394732240407032'),(4453,'221747923941','11',1.00,'60','retail','0','2025-05-22 17:26:01','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-05-22 14:27:04','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','96.00','95','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174792396300222606779'),(4454,'221747923941','6',1.00,'50','retail','0','2025-05-22 17:26:19','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-22 14:27:04','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','45.00','44','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174792398182329232334'),(4455,'221747923941','59',1.00,'50','retail','0','2025-05-22 17:26:49','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-22 14:27:04','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174792401232330232130'),(4458,'221747924064','8',1.00,'30','retail','0','2025-05-22 17:27:44','','','','0','Cash',4.07,'30','','','22','','1','2025-05-22 14:50:18','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174792406808648032208'),(4459,'221747924064','1',1.00,'50','retail','0','2025-05-22 17:28:14','','','','0','Cash',6.78,'50','','','22','','1','2025-05-22 14:50:18','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174792409737230323223'),(4460,'221747924064','7',1.00,'20','retail','0','2025-05-22 17:50:07','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-22 14:50:18','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','39.00','38','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174792541043374222003'),(4461,'221747925475','59',1.00,'50','retail','0','2025-05-22 17:51:15','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-22 14:52:50','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174792547722209543222'),(4462,'221747925475','7',3.00,'60','retail','0','2025-05-22 17:51:18','','','','0','Cash',8.14,'20','','','22','16.00','1','2025-05-22 14:52:50','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'3','38.00','35','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174792550930223025932'),(4463,'221747925475','38',1.00,'50','retail','0','2025-05-22 17:52:18','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-22 14:52:50','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','31.00','30','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174792553951904937293'),(4466,'221747925737','59',1.00,'50','retail','0','2025-05-22 17:55:37','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-22 14:55:52','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174792573970222722329'),(4467,'221747926098','8',1.00,'30','retail','0','2025-05-22 18:01:38','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-22 15:08:01','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174792610162023131231'),(4468,'221747926098','38',1.00,'50','retail','0','2025-05-22 18:03:52','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-22 15:08:01','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','30.00','29','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174792623426322222622'),(4469,'221747926098','50',1.00,'50','retail','0','2025-05-22 18:07:51','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-22 15:08:01','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','100.00','99','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174792647337412394029'),(4470,'221747925660','8',1.00,'30','retail','0','2025-05-22 17:54:21','','','','0','Cash',4.07,'30','','','22','','1','2025-05-22 15:16:51','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174792566226902720633'),(4471,'221747925660','50',1.00,'50','retail','0','2025-05-22 17:54:40','','','','0','Cash',6.78,'50','','','22','','1','2025-05-22 15:16:51','1','6','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174792568350233235322'),(4472,'221747925660','7',1.00,'20','retail','0','2025-05-22 18:16:41','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-22 15:16:51','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','35.00','34','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174792700510372222323'),(4476,'181747927144','71',1.00,'300','retail','0','2025-05-22 18:19:05','','','','0','Cash',40.68,'300','','','18','','1','2025-05-22 15:22:56','3','10','new','1','printed','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','38.00','37','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174792714922412309702'),(4477,'181747927144','32',1.00,'300','retail','0','2025-05-22 18:19:40','','','','0','Cash',40.68,'300','','','18','','1','2025-05-22 15:22:56','1','13','new','1','printed','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174792718312282722431'),(4478,'181747927144','30',1.00,'50','retail','0','2025-05-22 18:19:58','','','','0','Cash',6.78,'50','','','18','','1','2025-05-22 15:22:56','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174792720249323222242'),(4479,'181747927144','54',1.00,'50','retail','0','2025-05-22 18:21:45','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-22 15:22:56','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','50.00','49','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174792730700293230703'),(4480,'181747927420','11',1.00,'60','retail','0','2025-05-22 18:23:40','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-05-22 15:25:36','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','95.00','94','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174792742520272874473'),(4481,'181747927420','11',1.00,'60','retail','0','2025-05-22 18:23:55','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-05-22 15:25:36','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','94.00','93','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174792743723230132333'),(4482,'181747927420','11',1.00,'60','retail','0','2025-05-22 18:24:01','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-05-22 15:25:36','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','93.00','92','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174792744323239272927'),(4483,'181747927420','11',1.00,'60','retail','0','2025-05-22 18:24:16','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-05-22 15:25:36','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','92.00','91','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174792745843149104523'),(4484,'181747927420','1',1.00,'50','retail','0','2025-05-22 18:24:56','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-22 15:25:36','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174792749923398733307'),(4485,'181747927420','38',1.00,'50','retail','0','2025-05-22 18:25:17','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-22 15:25:36','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','29.00','28','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174792751923339723403'),(4486,'181747929317','54',1.00,'50','retail','0','2025-05-22 18:55:17','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-22 15:55:26','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','49.00','48','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174792931929839208230'),(4487,'221747930884','7',1.00,'20','retail','0','2025-05-22 19:21:25','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-22 16:21:38','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','34.00','33','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174793089332230028030'),(4492,'181747932646','38',1.00,'50','retail','0','2025-05-22 19:50:46','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-22 16:57:46','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','28.00','27','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174793264832323233333'),(4493,'181747932646','38',1.00,'50','retail','0','2025-05-22 19:51:01','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-22 16:57:46','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','27.00','26','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174793266323367030022'),(4494,'181747932646','38',1.00,'50','retail','0','2025-05-22 19:51:32','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-22 16:57:46','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','26.00','25','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174793269433246137333'),(4495,'181747932646','38',1.00,'50','retail','0','2025-05-22 19:57:07','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-22 16:57:46','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','25.00','24','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174793303682763819343'),(4496,'181747932646','38',1.00,'50','retail','0','2025-05-22 19:57:30','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-22 16:57:46','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174793305593033533033'),(4501,'221747933370','28',1.00,'200','retail','0','2025-05-22 20:02:50','','','','0','Cash',27.12,'200','','','22','','1','2025-05-22 17:07:02','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174793337332212302910'),(4502,'221747933370','31',1.00,'150','retail','0','2025-05-22 20:06:47','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-05-22 17:07:02','1','3','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174793360979322233222'),(4503,'221747933370','29',1.00,'100','retail','0','2025-05-22 20:06:54','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-05-22 17:07:02','1','3','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174793361523223352229'),(4504,'221747932806','23',1.00,'350','retail','0','2025-05-22 19:53:26','','','','0','Cash',47.46,'350','','','22','','1','2025-05-22 17:15:48','1','3','new','1','printed','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174793280922222392229'),(4505,'221747932806','23',1.00,'350','retail','0','2025-05-22 19:53:49','','','','0','Cash',47.46,'350','','','22','','1','2025-05-22 17:15:48','1','3','new','1','printed','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174793283073322080232'),(4506,'221747932806','23',1.00,'350','retail','0','2025-05-22 19:53:55','','','','0','Cash',47.46,'350','','','22','','1','2025-05-22 17:15:48','1','3','new','1','printed','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174793283690332033232'),(4507,'221747932806','23',1.00,'350','retail','0','2025-05-22 19:54:08','','','','0','Cash',47.46,'350','','','22','','1','2025-05-22 17:15:48','1','3','new','1','printed','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174793285902322130302'),(4508,'221747932806','80',1.00,'20','retail','0','2025-05-22 20:15:27','','','','10','Cash',2.71,'20','','','22','16.00','1','2025-05-22 17:15:48','','14','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','41.00','40','Inclusive','branch','Service','1110','4000','5500','','','','22174793414412714032323'),(4509,'221747933280','1',1.00,'50','retail','0','2025-05-22 20:01:20','','','','0','Cash',6.78,'50','','','22','','1','2025-05-22 17:19:16','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174793328120203332332'),(4510,'221747933280','48',1.00,'20','retail','0','2025-05-22 20:01:53','','','','20','Cash',2.71,'20','','','22','','1','2025-05-22 17:19:16','1','6','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','138.00','137','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174793331571314337103'),(4511,'221747933280','48',1.00,'20','retail','0','2025-05-22 20:01:59','','','','20','Cash',2.71,'20','','','22','','1','2025-05-22 17:19:16','1','6','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','137.00','136','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174793332020237337932'),(4512,'221747933280','6',1.00,'50','retail','0','2025-05-22 20:19:10','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-22 17:19:16','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','44.00','43','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174793435129305240033'),(4513,'221747934604','1',1.00,'50','retail','0','2025-05-22 20:23:24','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-22 17:24:04','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174793460533734123343'),(4514,'221747934604','7',1.00,'20','retail','0','2025-05-22 20:23:48','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-22 17:24:04','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','33.00','32','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174793462922232323332'),(4515,'191747938673','8',1.00,'30','retail','0','2025-05-22 21:31:13','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-05-22 18:31:30','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174793867424282033243'),(4516,'191747938673','8',1.00,'30','retail','0','2025-05-22 21:31:17','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-05-22 18:31:30','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174793867838322330006'),(4517,'191747938673','8',1.00,'30','retail','0','2025-05-22 21:31:21','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-05-22 18:31:30','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174793868322122321632'),(4518,'191747947436','54',1.00,'50','retail','0','2025-05-22 23:57:16','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-22 20:57:21','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','48.00','47','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174794743702010003223'),(4519,'191747966567','1',1.00,'50','retail','0','2025-05-23 05:16:07','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-23 02:18:51','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174796656866959332328'),(4520,'191747966567','1',1.00,'50','retail','0','2025-05-23 05:16:13','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-23 02:18:51','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174796657420904223257'),(4521,'191747966567','1',1.00,'50','retail','0','2025-05-23 05:16:17','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-23 02:18:51','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174796657827002233113'),(4522,'191747966567','1',1.00,'50','retail','0','2025-05-23 05:16:21','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-23 02:18:51','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174796658330713233359'),(4523,'191747966567','1',1.00,'50','retail','0','2025-05-23 05:16:26','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-23 02:18:51','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174796658737303335330'),(4524,'191747966567','12',1.00,'50','retail','0','2025-05-23 05:18:03','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-23 02:18:51','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','97.00','96','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174796668424033439934'),(4525,'191747966567','8',1.00,'30','retail','0','2025-05-23 05:18:22','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-05-23 02:18:51','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174796670322712392300'),(4526,'191747966567','8',1.00,'30','retail','0','2025-05-23 05:18:27','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-05-23 02:18:51','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174796670803223023236'),(4527,'191747966567','7',1.00,'20','retail','0','2025-05-23 05:18:32','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-05-23 02:18:51','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','32.00','31','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174796671473743304627'),(4528,'191747966567','7',1.00,'20','retail','0','2025-05-23 05:18:41','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-05-23 02:18:51','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','31.00','30','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174796672202026724323'),(4529,'191747966567','7',1.00,'20','retail','0','2025-05-23 05:18:46','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-05-23 02:18:51','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','30.00','29','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174796672723720322363'),(4530,'191747975652','1',1.00,'50','retail','0','2025-05-23 07:47:32','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-23 04:48:58','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174797565327743252922'),(4531,'191747975652','11',1.00,'60','retail','0','2025-05-23 07:47:50','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-05-23 04:48:58','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','91.00','90','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174797567122120303230'),(4532,'191747975652','11',1.00,'60','retail','0','2025-05-23 07:47:54','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-05-23 04:48:58','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','90.00','89','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174797567602003107323'),(4533,'191747976254','7',1.00,'20','retail','0','2025-05-23 07:57:34','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-05-23 04:57:42','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','29.00','28','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174797625516320320731'),(4534,'191747976254','7',1.00,'20','retail','0','2025-05-23 07:57:38','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-05-23 04:57:42','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','28.00','27','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174797625923027302941'),(4535,'221747979698','7',1.00,'20','retail','0','2025-05-23 08:54:58','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-23 05:55:09','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','27.00','26','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174797970027722300222'),(4536,'221747979698','7',1.00,'20','retail','0','2025-05-23 08:55:03','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-23 05:55:09','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','26.00','25','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174797970473222340227'),(4537,'221747980843','8',1.00,'30','retail','0','2025-05-23 09:14:03','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-23 06:14:10','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174798084422224383022'),(4538,'111747982292','8',1.00,'30','retail','0','2025-05-23 09:38:12','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-23 06:38:20','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174798229323203374029'),(4539,'111747983916','8',1.00,'30','retail','0','2025-05-23 10:05:16','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-23 07:05:57','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174798391723332733930'),(4540,'111747983916','8',1.00,'30','retail','0','2025-05-23 10:05:20','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-23 07:05:57','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174798392184930023222'),(4541,'111747985245','8',1.00,'30','retail','0','2025-05-23 10:27:25','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-23 07:28:47','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174798524623524731003'),(4542,'111747985245','8',1.00,'30','retail','0','2025-05-23 10:27:30','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-23 07:28:47','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174798525272234512798'),(4543,'111747985245','29',1.00,'100','retail','0','2025-05-23 10:27:42','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-05-23 07:28:47','1','3','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174798526307339023872'),(4544,'111747985245','59',1.00,'50','retail','0','2025-05-23 10:28:01','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-23 07:28:47','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174798528222223000122'),(4545,'111747987448','52',1.00,'150','retail','0','2025-05-23 11:04:08','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-05-23 08:04:16','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174798744972427033973'),(4546,'111747989228','30',1.00,'50','retail','0','2025-05-23 11:33:48','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-23 08:34:05','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174798922910034322390'),(4547,'111747989228','38',1.00,'50','retail','0','2025-05-23 11:33:56','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-23 08:34:05','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','23.00','22','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174798923823302221137'),(4550,'111747991865','53',1.00,'100','retail','0','2025-05-23 12:17:45','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-05-23 09:17:51','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174799186732712112239'),(4551,'111747991899','46',1.00,'180','retail','0','2025-05-23 12:18:19','','','','0','Cash',24.41,'180','','','11','16.00','1','2025-05-23 09:18:24','3','5','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','45.00','44','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174799190022223923334'),(4552,'111747991819','1',1.00,'50','retail','0','2025-05-23 12:16:59','','','','0','Cash',6.78,'50','','','11','','1','2025-05-23 09:34:21','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174799182012003032300'),(4553,'111747991819','1',1.00,'50','retail','0','2025-05-23 12:17:07','','','','0','Cash',6.78,'50','','','11','','1','2025-05-23 09:34:21','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174799182809320023723'),(4554,'111747991819','8',1.00,'30','retail','0','2025-05-23 12:34:07','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-23 09:34:21','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174799284888024302387'),(4555,'111747991819','8',1.00,'30','retail','0','2025-05-23 12:34:10','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-23 09:34:21','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174799285120223440023'),(4556,'111747991819','8',1.00,'30','retail','0','2025-05-23 12:34:15','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-23 09:34:21','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174799285601403239032'),(4557,'221747994491','32',1.00,'300','retail','0','2025-05-23 13:01:31','','','','0','Cash',40.68,'300','','','22','16.00','1','2025-05-23 10:02:15','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174799449202207292003'),(4558,'221747994491','32',1.00,'300','retail','0','2025-05-23 13:01:38','','','','0','Cash',40.68,'300','','','22','16.00','1','2025-05-23 10:02:15','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174799449939431392120'),(4559,'221747994491','18',1.00,'150','retail','0','2025-05-23 13:02:02','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-05-23 10:02:15','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','59.00','58','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174799452324337023340'),(4560,'221747994491','18',1.00,'150','retail','0','2025-05-23 13:02:07','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-05-23 10:02:15','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','58.00','57','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174799452922721322720'),(4575,'221747995311','1',1.00,'50','retail','0','2025-05-23 13:15:11','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-23 10:15:19','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174799531235002230022'),(4576,'111747993990','38',1.00,'50','retail','0','2025-05-23 12:53:10','','','','0','Cash',6.78,'50','','','11','','1','2025-05-23 10:19:53','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','22.00','21','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174799399227370121302'),(4577,'111747993990','38',1.00,'50','retail','0','2025-05-23 12:53:15','','','','0','Cash',6.78,'50','','','11','','1','2025-05-23 10:19:53','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','21.00','20','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174799399663303214292'),(4578,'111747993990','38',1.00,'50','retail','0','2025-05-23 12:53:19','','','','0','Cash',6.78,'50','','','11','','1','2025-05-23 10:19:53','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174799400122034207043'),(4579,'111747993990','38',1.00,'50','retail','0','2025-05-23 12:53:24','','','','0','Cash',6.78,'50','','','11','','1','2025-05-23 10:19:53','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174799400533004073931'),(4580,'111747993990','38',1.00,'50','retail','0','2025-05-23 12:53:28','','','','0','Cash',6.78,'50','','','11','','1','2025-05-23 10:19:53','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174799401039027030202'),(4581,'111747993990','38',1.00,'50','retail','0','2025-05-23 12:53:33','','','','0','Cash',6.78,'50','','','11','','1','2025-05-23 10:19:53','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174799401493323140293'),(4582,'111747993990','38',1.00,'50','retail','0','2025-05-23 12:53:38','','','','0','Cash',6.78,'50','','','11','','1','2025-05-23 10:19:53','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174799402032940403304'),(4583,'111747993990','38',1.00,'50','retail','0','2025-05-23 12:53:44','','','','0','Cash',6.78,'50','','','11','','1','2025-05-23 10:19:53','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174799402532403132010'),(4584,'111747993990','8',1.00,'30','retail','0','2025-05-23 12:58:11','','','','0','Cash',4.07,'30','','','11','','1','2025-05-23 10:19:53','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174799429344714202221'),(4585,'111747993990','8',1.00,'30','retail','0','2025-05-23 12:58:15','','','','0','Cash',4.07,'30','','','11','','1','2025-05-23 10:19:53','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174799429723102142073'),(4586,'111747993990','8',1.00,'30','retail','0','2025-05-23 13:09:15','','','','0','Cash',4.07,'30','','','11','','1','2025-05-23 10:19:53','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174799495704497104477'),(4587,'111747993990','8',1.00,'30','retail','0','2025-05-23 13:09:21','','','','0','Cash',4.07,'30','','','11','','1','2025-05-23 10:19:53','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174799496291904967993'),(4588,'111747993990','8',1.00,'30','retail','0','2025-05-23 13:09:30','','','','0','Cash',4.07,'30','','','11','','1','2025-05-23 10:19:53','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174799497173032200333'),(4589,'111747993990','8',1.00,'30','retail','0','2025-05-23 13:09:34','','','','0','Cash',4.07,'30','','','11','','1','2025-05-23 10:19:53','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174799497593233232243'),(4590,'111747993990','8',1.00,'30','retail','0','2025-05-23 13:19:43','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-23 10:19:53','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174799558572077352511'),(4591,'111747996864','1',1.00,'50','retail','0','2025-05-23 13:41:04','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-23 10:41:16','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','50.00','49','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174799686690332293322'),(4592,'221747996955','10',1.00,'100','retail','0','2025-05-23 13:42:35','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-05-23 10:43:07','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174799698000803222093'),(4593,'111747997098','38',1.00,'50','retail','0','2025-05-23 13:44:58','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-23 10:45:06','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174799710032222000312'),(4594,'111747998327','1',1.00,'50','retail','0','2025-05-23 14:05:27','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-23 11:05:59','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','49.00','48','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174799832933222392021'),(4595,'111747998327','8',1.00,'30','retail','0','2025-05-23 14:05:40','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-23 11:05:59','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174799834443112244249'),(4596,'111747998327','8',1.00,'30','retail','0','2025-05-23 14:05:45','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-23 11:05:59','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174799834929723092299'),(4597,'111747998382','1',1.00,'50','retail','0','2025-05-23 14:06:22','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-23 11:06:38','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','48.00','47','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174799838323832702810'),(4598,'111747998382','8',1.00,'30','retail','0','2025-05-23 14:06:34','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-23 11:06:38','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174799839537302202750'),(4599,'221747998490','93',1.00,'300','retail','0','2025-05-23 14:08:10','','','','0','Cash',40.68,'300','','','22','16.00','1','2025-05-23 11:08:15','1','3','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174799849203873330732'),(4600,'221747999336','93',1.00,'300','retail','0','2025-05-23 14:22:16','','','','0','Cash',40.68,'300','','','22','16.00','1','2025-05-23 11:23:07','1','3','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174799933733120020030'),(4601,'221747999336','59',1.00,'50','retail','0','2025-05-23 14:22:55','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-23 11:23:07','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174799937700902702792'),(4603,'221747999661','1',1.00,'50','retail','0','2025-05-23 14:27:41','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-23 11:27:46','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','47.00','46','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174799966360076420732'),(4605,'111747999515','33',1.00,'600','retail','0','2025-05-23 14:25:15','','','','0','Cash',81.36,'600','','','11','16.00','1','2025-05-23 11:33:11','1','13','new','1','new','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','34.00','33','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174799951752979497942'),(4606,'111747999515','30',1.00,'50','retail','0','2025-05-23 14:25:37','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-23 11:33:11','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174799953823032132221'),(4607,'111747999515','87',1.00,'150','retail','0','2025-05-23 14:32:33','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-05-23 11:33:11','3','10','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174799998533077993712'),(4608,'111748000028','13',1.00,'100','retail','0','2025-05-23 14:33:48','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-05-23 11:34:13','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174800002923402131240'),(4609,'111748000028','8',1.00,'30','retail','0','2025-05-23 14:34:08','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-23 11:34:13','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174800004943323820021'),(4610,'111748000268','31',1.00,'150','retail','0','2025-05-23 14:37:48','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-05-23 11:38:21','1','3','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174800027023231200227'),(4611,'111748000268','8',1.00,'30','retail','0','2025-05-23 14:38:10','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-23 11:38:21','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174800029107310021082'),(4615,'111748002278','25',1.00,'200','retail','0','2025-05-23 15:11:18','','','','0','Cash',27.12,'200','','','11','16.00','1','2025-05-23 12:11:25','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174800228020002383220'),(4616,'221747999739','30',1.00,'50','retail','0','2025-05-23 14:28:59','','','','0','Cash',6.78,'50','','','22','','1','2025-05-23 12:15:03','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174799974027137970707'),(4617,'221747999739','23',1.00,'350','retail','0','2025-05-23 14:44:51','','','','0','Cash',47.46,'350','','','22','','1','2025-05-23 12:15:03','1','3','new','1','printed','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174800069332207323263'),(4618,'221747999739','50',1.00,'50','retail','0','2025-05-23 14:45:12','','','','0','Cash',6.78,'50','','','22','','1','2025-05-23 12:15:03','1','6','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','99.00','98','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174800071403323140203'),(4619,'221747999739','56',1.00,'60','retail','0','2025-05-23 15:14:51','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-05-23 12:15:03','3','8','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174800249300233012033'),(4621,'111748003769','59',1.00,'50','retail','0','2025-05-23 15:36:09','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-23 12:45:15','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174800377307432123030'),(4622,'111748003769','59',1.00,'50','retail','0','2025-05-23 15:44:49','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-23 12:45:15','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','50.00','49','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174800429123203211223'),(4623,'111748003769','59',1.00,'50','retail','0','2025-05-23 15:44:59','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-23 12:45:15','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','49.00','48','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174800430223030332330'),(4624,'111748003769','59',1.00,'50','retail','0','2025-05-23 15:45:05','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-23 12:45:15','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','48.00','47','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174800430727043023300'),(4625,'221748004988','93',1.00,'300','retail','0','2025-05-23 15:56:28','','','','0','Cash',40.68,'300','','','22','16.00','1','2025-05-23 12:59:56','1','3','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174800498992373320023'),(4626,'221748004988','62',1.00,'100','retail','0','2025-05-23 15:59:39','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-05-23 12:59:56','3','8','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','22.00','21','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174800518132882322300'),(4627,'221748004988','62',1.00,'100','retail','0','2025-05-23 15:59:46','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-05-23 12:59:56','3','8','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','21.00','20','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174800518833033723824'),(4630,'221747999447','44',1.00,'150','retail','0','2025-05-23 14:24:07','','','','0','Cash',20.34,'150','','','22','','1','2025-05-23 13:26:57','3','5','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174799944932092322033'),(4631,'221747999447','44',1.00,'150','retail','0','2025-05-23 16:02:18','','','','0','Cash',20.34,'150','','','22','','1','2025-05-23 13:26:57','3','5','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174800534043022223038'),(4632,'221747999447','10',1.00,'180','retail','0','2025-05-23 16:26:06','','','','0','Cash',24.41,'180','','','22','16.00','1','2025-05-23 13:26:57','1','12','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174800680902130743384'),(4634,'111748007194','76',1.00,'100','retail','0','2025-05-23 16:33:14','','','','0','Cash',13.56,'100','','','11','','1','2025-05-23 14:17:31','3','11','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174800719622078227222'),(4635,'111748007194','1',1.00,'50','retail','0','2025-05-23 17:17:22','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-23 14:17:31','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','46.00','45','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174800984443088423323'),(4650,'111748011131','18',1.00,'150','retail','0','2025-05-23 17:38:51','','','','0','Cash',20.34,'150','','','11','','1','2025-05-23 15:13:52','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','57.00','56','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174801113613111010303'),(4651,'111748011131','25',1.00,'200','retail','0','2025-05-23 17:39:14','','','','0','Cash',27.12,'200','','','11','','1','2025-05-23 15:13:52','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174801115532125025233'),(4652,'111748011131','59',1.00,'50','retail','0','2025-05-23 17:39:31','','','','0','Cash',6.78,'50','','','11','','1','2025-05-23 15:13:52','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','47.00','46','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174801117232078811371'),(4653,'111748011131','8',1.00,'30','retail','0','2025-05-23 18:10:11','','','','0','Cash',4.07,'30','','','11','','1','2025-05-23 15:13:52','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174801301223332332330'),(4654,'111748011131','1',1.00,'50','retail','0','2025-05-23 18:10:36','','','','0','Cash',6.78,'50','','','11','','1','2025-05-23 15:13:52','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','43.00','42','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174801303803133300022'),(4655,'111748011131','1',1.00,'50','retail','0','2025-05-23 18:10:46','','','','0','Cash',6.78,'50','','','11','','1','2025-05-23 15:13:52','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','42.00','41','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174801304923340232083'),(4656,'111748011131','59',1.00,'50','retail','0','2025-05-23 18:11:22','','','','0','Cash',6.78,'50','','','11','','1','2025-05-23 15:13:52','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','46.00','45','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174801308538138320830'),(4657,'111748011131','8',1.00,'30','retail','0','2025-05-23 18:13:38','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-23 15:13:52','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174801322100221223120'),(4658,'111748013476','25',1.00,'200','retail','0','2025-05-23 18:17:56','','','','0','Cash',27.12,'200','','','11','16.00','1','2025-05-23 15:21:51','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174801347731001723403'),(4659,'111748013476','25',1.00,'200','retail','0','2025-05-23 18:21:43','','','','0','Cash',27.12,'200','','','11','16.00','1','2025-05-23 15:21:51','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174801370521252280324'),(4660,'111748011328','1',1.00,'50','retail','0','2025-05-23 17:42:08','','','','0','Cash',6.78,'50','','','11','','1','2025-05-23 15:23:38','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','45.00','44','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174801133033302812410'),(4661,'111748011328','1',1.00,'50','retail','0','2025-05-23 17:42:14','','','','0','Cash',6.78,'50','','','11','','1','2025-05-23 15:23:38','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','44.00','43','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174801133730033318278'),(4662,'111748011328','7',1.00,'20','retail','0','2025-05-23 17:51:43','','','','0','Cash',2.71,'20','','','11','','1','2025-05-23 15:23:38','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','25.00','24','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174801190520932327110'),(4663,'111748011328','7',1.00,'20','retail','0','2025-05-23 17:51:49','','','','0','Cash',2.71,'20','','','11','','1','2025-05-23 15:23:38','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174801191121027203337'),(4664,'111748011328','1',1.00,'50','retail','0','2025-05-23 18:23:16','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-23 15:23:38','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','41.00','40','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174801379820881323723'),(4665,'111748011328','1',1.00,'50','retail','0','2025-05-23 18:23:25','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-23 15:23:38','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','40.00','39','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174801380922800083202'),(4670,'221748015891','8',1.00,'30','retail','0','2025-05-23 18:58:11','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-23 16:10:52','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174801590352300342023'),(4671,'221748015891','30',1.00,'50','retail','0','2025-05-23 18:58:51','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-23 16:10:52','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174801593319385320222'),(4672,'221748015891','68',1.00,'250','retail','0','2025-05-23 18:59:16','','','','0','Cash',33.90,'250','','','22','16.00','1','2025-05-23 16:10:52','3','10','new','1','new','pcs','','','','yes','','4.24','','','VATABLE',211.86,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174801595733072233083'),(4673,'221748015891','1',1.00,'50','retail','0','2025-05-23 19:09:48','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-23 16:10:52','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','36.00','35','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174801658942200220222'),(4674,'221748015891','6',1.00,'50','retail','0','2025-05-23 19:10:10','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-23 16:10:52','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','43.00','42','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174801661201202400032'),(4675,'221748015891','21',1.00,'280','retail','0','2025-05-23 19:10:30','','','','0','Cash',37.97,'280','','','22','16.00','1','2025-05-23 16:10:52','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174801663206418106628'),(4676,'221748014581','52',1.00,'150','retail','0','2025-05-23 18:36:21','','','','0','Cash',20.34,'150','','','22','','1','2025-05-23 16:12:50','3','7','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174801458238722233743'),(4677,'221748014581','1',1.00,'50','retail','0','2025-05-23 18:36:31','','','','0','Cash',6.78,'50','','','22','','1','2025-05-23 16:12:50','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','39.00','38','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174801459403300024322'),(4678,'221748014581','1',1.00,'50','retail','0','2025-05-23 18:36:41','','','','0','Cash',6.78,'50','','','22','','1','2025-05-23 16:12:50','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','38.00','37','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174801460520322730330'),(4679,'221748014581','1',1.00,'50','retail','0','2025-05-23 18:36:54','','','','0','Cash',6.78,'50','','','22','','1','2025-05-23 16:12:50','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','37.00','36','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174801462103702248334'),(4680,'221748014581','1',1.00,'50','retail','0','2025-05-23 19:12:40','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-23 16:12:50','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','35.00','34','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174801676218372812223'),(4684,'221748017340','18',1.00,'150','retail','0','2025-05-23 19:22:20','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-05-23 16:22:34','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','56.00','55','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174801734213332022321'),(4685,'221748017340','18',1.00,'150','retail','0','2025-05-23 19:22:28','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-05-23 16:22:34','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','55.00','54','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174801735032880272037'),(4686,'111748017593','1',1.00,'50','retail','0','2025-05-23 19:26:33','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-23 16:26:38','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','33.00','32','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174801759472150422422'),(4687,'111748017626','38',1.00,'50','retail','0','2025-05-23 19:27:07','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-23 16:27:50','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174801762933722722212'),(4688,'111748017626','38',1.00,'50','retail','0','2025-05-23 19:27:10','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-23 16:27:50','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174801763332331823832'),(4689,'111748017626','38',1.00,'50','retail','0','2025-05-23 19:27:16','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-23 16:27:50','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174801763923337343263'),(4690,'111748017626','38',1.00,'50','retail','0','2025-05-23 19:27:19','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-23 16:27:50','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174801764210372621332'),(4691,'111748017626','38',1.00,'50','retail','0','2025-05-23 19:27:29','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-23 16:27:50','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174801765271005023223'),(4692,'111748017033','15',1.00,'150','retail','0','2025-05-23 19:17:13','','','','0','Cash',20.34,'150','','','11','','1','2025-05-23 16:32:41','3','1','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174801703513123233203'),(4693,'111748017033','49',1.00,'25','retail','0','2025-05-23 19:17:36','','','','0','Cash',3.39,'25','','','11','','1','2025-05-23 16:32:41','1','6','new','1','printed','pcs','','','','yes','','0.42','','','VATABLE',21.19,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174801709031031201187'),(4694,'111748017033','1',1.00,'50','retail','0','2025-05-23 19:19:08','','','','0','Cash',6.78,'50','','','11','','1','2025-05-23 16:32:41','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','34.00','33','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174801715031021302323'),(4695,'111748017033','1',1.00,'50','retail','0','2025-05-23 19:32:21','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-23 16:32:41','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','32.00','31','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174801794382332030481'),(4696,'111748018752','1',1.00,'50','retail','0','2025-05-23 19:45:52','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-23 16:45:57','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','31.00','30','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174801875303122000001'),(4697,'111748019581','1',1.00,'50','retail','0','2025-05-23 19:59:41','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-23 16:59:58','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','30.00','29','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174801958217924121000'),(4698,'111748019581','1',1.00,'50','retail','0','2025-05-23 19:59:50','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-23 16:59:58','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','29.00','28','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174801959110013912291'),(4699,'221748021409','18',1.00,'150','retail','0','2025-05-23 20:30:09','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-05-23 17:30:15','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','54.00','53','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174802141113823100213'),(4702,'111748022327','1',1.00,'50','retail','0','2025-05-23 20:45:27','','','','0','Cash',6.78,'50','','','11','','1','2025-05-23 17:52:25','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','28.00','27','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174802232822028033003'),(4703,'111748022327','1',1.00,'50','retail','0','2025-05-23 20:45:35','','','','0','Cash',6.78,'50','','','11','','1','2025-05-23 17:52:25','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','27.00','26','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174802233683320034232'),(4704,'111748022327','1',1.00,'50','retail','0','2025-05-23 20:52:17','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-23 17:52:25','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','26.00','25','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174802273972203297928'),(4705,'221748022817','93',1.00,'300','retail','0','2025-05-23 20:53:37','','','','0','Cash',40.68,'300','','','22','16.00','1','2025-05-23 17:54:05','1','3','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174802281802320238200'),(4706,'221748022817','93',1.00,'300','retail','0','2025-05-23 20:53:43','','','','0','Cash',40.68,'300','','','22','16.00','1','2025-05-23 17:54:05','1','3','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174802282524522232302'),(4707,'221748022817','1',1.00,'50','retail','0','2025-05-23 20:54:00','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-23 17:54:05','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','25.00','24','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174802284122374200223'),(4708,'221748023637','93',1.00,'300','retail','0','2025-05-23 21:07:17','','','','0','Cash',40.68,'300','','','22','16.00','1','2025-05-23 18:10:32','1','3','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174802363862432000027'),(4709,'221748023637','93',1.00,'300','retail','0','2025-05-23 21:07:22','','','','0','Cash',40.68,'300','','','22','16.00','1','2025-05-23 18:10:32','1','3','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174802364342232741304'),(4710,'221748023637','1',1.00,'50','retail','0','2025-05-23 21:07:50','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-23 18:10:32','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174802367122323362202'),(4711,'221748023637','7',1.00,'20','retail','0','2025-05-23 21:08:21','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-23 18:10:32','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','23.00','22','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174802370232310222032'),(4712,'221748023637','7',1.00,'20','retail','0','2025-05-23 21:09:22','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-23 18:10:32','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','22.00','21','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174802378332431170027'),(4713,'221748023637','38',1.00,'50','retail','0','2025-05-23 21:10:18','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-23 18:10:32','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174802382022320302003'),(4714,'221748023637','38',1.00,'50','retail','0','2025-05-23 21:10:24','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-23 18:10:32','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174802382582200333030'),(4715,'181748025631','55',1.00,'80','retail','0','2025-05-23 21:40:31','','','','0','Cash',10.85,'80','','','18','16.00','1','2025-05-23 18:41:17','3','8','new','1','new','pcs','','','','yes','','1.36','','','VATABLE',67.80,'1','28.00','27','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174802563331228020307'),(4716,'181748025631','91',1.00,'100','retail','0','2025-05-23 21:40:42','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-23 18:41:17','3','16','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','33.00','32','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174802564323200332382'),(4717,'181748025631','91',1.00,'100','retail','0','2025-05-23 21:40:48','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-23 18:41:17','3','16','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','32.00','31','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174802564900123243083'),(4718,'181748025631','1',1.00,'50','retail','0','2025-05-23 21:41:04','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-23 18:41:17','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','23.00','22','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174802566580502435583'),(4719,'181748025631','1',1.00,'50','retail','0','2025-05-23 21:41:09','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-23 18:41:17','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','22.00','21','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174802567080220576220'),(4720,'191748026393','18',1.00,'150','retail','0','2025-05-23 21:53:13','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-05-23 18:54:49','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','53.00','52','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174802639573722390243'),(4721,'191748026393','25',1.00,'200','retail','0','2025-05-23 21:53:31','','','','0','Cash',27.12,'200','','','19','16.00','1','2025-05-23 18:54:49','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174802641292023023221'),(4722,'191748026393','8',1.00,'30','retail','0','2025-05-23 21:54:35','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-05-23 18:54:49','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174802647673233113237'),(4723,'191748026393','8',1.00,'30','retail','0','2025-05-23 21:54:39','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-05-23 18:54:49','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174802648134302443023'),(4724,'191748030060','54',1.00,'50','retail','0','2025-05-23 22:54:20','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-23 19:54:25','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','47.00','46','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174803006120003233136'),(4725,'191748030533','1',1.00,'50','retail','0','2025-05-23 23:02:13','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-23 20:03:57','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','21.00','20','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174803053412503035233'),(4726,'191748030533','30',1.00,'50','retail','0','2025-05-23 23:02:26','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-23 20:03:57','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174803054737127020504'),(4727,'191748030533','50',1.00,'50','retail','0','2025-05-23 23:03:13','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-23 20:03:57','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','98.00','97','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174803059400223222323'),(4728,'191748030861','44',1.00,'150','retail','0','2025-05-23 23:07:41','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-05-23 20:13:02','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174803086223722023030'),(4729,'191748031243','45',1.00,'180','retail','0','2025-05-23 23:14:03','','','','0','Cash',24.41,'180','','','19','16.00','1','2025-05-23 20:14:13','3','5','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174803124407232342294'),(4730,'191748031979','1',1.00,'50','retail','0','2025-05-23 23:26:19','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-23 20:26:28','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174803198082003102103'),(4731,'191748031979','1',1.00,'50','retail','0','2025-05-23 23:26:23','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-23 20:26:28','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174803198484312232011'),(4732,'191748032808','10',1.00,'180','retail','0','2025-05-23 23:40:08','','','','0','Cash',24.41,'180','','','19','16.00','1','2025-05-23 20:40:26','1','12','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174803280939280003483'),(4733,'191748032808','10',1.00,'180','retail','0','2025-05-23 23:40:20','','','','0','Cash',24.41,'180','','','19','16.00','1','2025-05-23 20:40:26','1','12','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174803282182003102113'),(4734,'191748033987','63',1.00,'100','retail','0','2025-05-23 23:59:47','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-05-23 20:59:52','3','8','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174803398832037032723'),(4735,'191748034093','63',1.00,'100','retail','0','2025-05-24 00:01:33','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-05-23 21:01:39','3','8','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174803409403420023332'),(4736,'191748064640','1',1.00,'50','retail','0','2025-05-24 08:30:40','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-24 05:31:31','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174806464120002233232'),(4737,'191748064640','1',1.00,'50','retail','0','2025-05-24 08:30:45','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-24 05:31:31','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174806464603023783033'),(4738,'191748064640','1',1.00,'50','retail','0','2025-05-24 08:31:24','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-24 05:31:31','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174806468569309503622'),(4741,'191748064738','1',1.00,'50','retail','0','2025-05-24 08:32:18','','','','0','Cash',6.78,'50','','','19','','1','2025-05-24 05:39:18','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19174806473922302330339'),(4742,'191748064738','1',1.00,'50','retail','0','2025-05-24 08:32:23','','','','0','Cash',6.78,'50','','','19','','1','2025-05-24 05:39:18','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19174806474419442837001'),(4743,'191748064738','8',1.00,'30','retail','0','2025-05-24 08:33:38','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-05-24 05:39:18','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174806482024040220000'),(4744,'191748064738','8',1.00,'30','retail','0','2025-05-24 08:33:43','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-05-24 05:39:18','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174806482424201032378'),(4745,'191748064738','19',1.00,'180','retail','0','2025-05-24 08:36:12','','','','0','Cash',24.41,'180','','','19','16.00','1','2025-05-24 05:39:18','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','39.00','38','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174806497322360726313'),(4746,'191748064738','34',1.00,'280','retail','0','2025-05-24 08:39:04','','','','0','Cash',37.97,'280','','','19','16.00','1','2025-05-24 05:39:18','1','13','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174806514552013333301'),(4747,'191748065710','34',1.00,'280','retail','0','2025-05-24 08:48:30','','','','0','Cash',37.97,'280','','','19','16.00','1','2025-05-24 05:48:52','1','13','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174806571100001327132'),(4748,'191748065710','18',1.00,'150','retail','0','2025-05-24 08:48:46','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-05-24 05:48:52','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','52.00','51','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174806572780233763343'),(4749,'221748067111','8',1.00,'30','retail','0','2025-05-24 09:11:51','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-24 06:12:00','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174806711232320062033'),(4750,'191748068610','8',1.00,'30','retail','0','2025-05-24 09:36:50','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-05-24 06:37:02','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174806861202026346103'),(4751,'111748072050','29',1.00,'100','retail','0','2025-05-24 10:34:10','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-05-24 07:35:09','1','3','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174807205122317502755'),(4752,'111748072050','8',1.00,'30','retail','0','2025-05-24 10:34:39','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-24 07:35:09','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174807208021223010382'),(4753,'111748072050','7',1.00,'20','retail','0','2025-05-24 10:34:44','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-05-24 07:35:09','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','21.00','20','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174807208500120800230'),(4754,'111748072050','7',1.00,'20','retail','0','2025-05-24 10:34:48','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-05-24 07:35:09','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174807208923422332700'),(4755,'111748072050','7',1.00,'20','retail','0','2025-05-24 10:34:53','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-05-24 07:35:09','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174807209437240137333'),(4756,'221748074101','1',1.00,'50','retail','0','2025-05-24 11:08:21','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-24 08:08:26','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174807410232011032334'),(4757,'221748074710','11',1.00,'60','retail','0','2025-05-24 11:18:30','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-05-24 08:18:36','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','89.00','88','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174807471134277770342'),(4758,'221748074813','7',1.00,'20','retail','0','2025-05-24 11:20:13','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-24 08:20:25','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174807481522323272040'),(4759,'221748074813','7',1.00,'20','retail','0','2025-05-24 11:20:18','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-24 08:20:25','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174807481974223040202'),(4760,'111748077500','21',1.00,'280','retail','0','2025-05-24 12:05:00','','','','0','Cash',37.97,'280','','','11','16.00','1','2025-05-24 09:11:45','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174807750220373300033'),(4761,'111748077500','8',1.00,'30','retail','0','2025-05-24 12:11:37','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-24 09:11:45','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174807789810382003111'),(4762,'111748078750','18',1.00,'150','retail','0','2025-05-24 12:25:51','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-05-24 09:26:02','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','51.00','50','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174807875374113713200'),(4763,'111748080453','8',1.00,'30','retail','0','2025-05-24 12:54:13','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-24 09:57:24','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174808046722132700733'),(4764,'111748080453','38',1.00,'50','retail','0','2025-05-24 12:57:18','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-24 09:57:24','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174808064002013821070'),(4765,'111748080965','10',1.00,'180','retail','0','2025-05-24 13:02:46','','','','0','Cash',24.41,'180','','','11','16.00','1','2025-05-24 10:03:19','1','12','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174808099323209943003'),(4769,'111748081936','18',1.00,'150','retail','0','2025-05-24 13:18:56','','','','0','Cash',20.34,'150','','','11','','1','2025-05-24 10:35:51','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','50.00','49','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174808193843312323004'),(4770,'111748081936','18',1.00,'150','retail','0','2025-05-24 13:30:33','','','','0','Cash',20.34,'150','','','11','','1','2025-05-24 10:35:51','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','49.00','48','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174808263533022830011'),(4771,'111748081936','38',1.00,'50','retail','0','2025-05-24 13:35:45','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-24 10:35:51','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174808294720383300033'),(4772,'221748083022','18',1.00,'150','retail','0','2025-05-24 13:37:02','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-05-24 10:38:43','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','48.00','47','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174808302422270228334'),(4773,'221748083022','18',1.00,'150','retail','0','2025-05-24 13:37:08','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-05-24 10:38:43','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','47.00','46','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174808302923382838002'),(4774,'221748083022','34',1.00,'280','retail','0','2025-05-24 13:37:21','','','','0','Cash',37.97,'280','','','22','16.00','1','2025-05-24 10:38:43','1','13','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174808304480222000223'),(4775,'221748083022','23',1.00,'350','retail','0','2025-05-24 13:38:11','','','','0','Cash',47.46,'350','','','22','16.00','1','2025-05-24 10:38:43','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174808309322217393343'),(4776,'221748083022','38',1.00,'50','retail','0','2025-05-24 13:38:33','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-24 10:38:43','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174808311517833350122'),(4777,'221748083434','38',1.00,'50','retail','0','2025-05-24 13:43:55','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-24 10:44:00','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174808343603826261323'),(4778,'221748084255','10',1.00,'180','retail','0','2025-05-24 13:57:36','','','','0','Cash',24.41,'180','','','22','16.00','1','2025-05-24 10:57:56','1','12','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174808427040044718070'),(4779,'221748086143','38',1.00,'50','retail','0','2025-05-24 14:29:03','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-24 11:29:12','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174808614514033322038'),(4780,'111748086866','11',1.00,'60','retail','0','2025-05-24 14:41:06','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-05-24 11:41:36','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','88.00','87','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174808686800027062080'),(4781,'111748086866','11',1.00,'60','retail','0','2025-05-24 14:41:10','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-05-24 11:41:36','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','87.00','86','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174808687223282332020'),(4782,'111748086866','13',1.00,'100','retail','0','2025-05-24 14:41:30','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-05-24 11:41:36','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174808689132302026023'),(4786,'221748089708','21',1.00,'280','retail','0','2025-05-24 15:28:28','','','','0','Cash',37.97,'280','','','22','16.00','1','2025-05-24 12:36:33','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174808970920100082008'),(4787,'221748089708','21',1.00,'280','retail','0','2025-05-24 15:28:35','','','','0','Cash',37.97,'280','','','22','16.00','1','2025-05-24 12:36:33','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174808971773731138322'),(4788,'221748089708','21',1.00,'280','retail','0','2025-05-24 15:28:41','','','','0','Cash',37.97,'280','','','22','16.00','1','2025-05-24 12:36:33','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174808972333270329127'),(4789,'221748089708','21',1.00,'280','retail','0','2025-05-24 15:28:50','','','','0','Cash',37.97,'280','','','22','16.00','1','2025-05-24 12:36:33','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174808973182302422032'),(4790,'221748089708','21',1.00,'280','retail','0','2025-05-24 15:29:00','','','','0','Cash',37.97,'280','','','22','16.00','1','2025-05-24 12:36:33','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174808974203333221237'),(4791,'221748089708','21',1.00,'280','retail','0','2025-05-24 15:29:14','','','','0','Cash',37.97,'280','','','22','16.00','1','2025-05-24 12:36:33','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174808975637033207006'),(4792,'221748089708','30',1.00,'50','retail','0','2025-05-24 15:29:29','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-24 12:36:33','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174808977032382223333'),(4793,'221748089708','30',1.00,'50','retail','0','2025-05-24 15:29:34','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-24 12:36:33','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174808977627084332300'),(4794,'221748089708','30',1.00,'50','retail','0','2025-05-24 15:29:40','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-24 12:36:33','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174808978208738330822'),(4795,'221748089708','30',1.00,'50','retail','0','2025-05-24 15:29:46','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-24 12:36:33','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174808978733020327972'),(4796,'221748089708','50',1.00,'50','retail','0','2025-05-24 15:31:07','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-24 12:36:33','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','97.00','96','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174808986872233038929'),(4797,'221748089708','50',1.00,'50','retail','0','2025-05-24 15:31:24','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-24 12:36:33','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','96.00','95','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174808988633288237637'),(4798,'221748089708','50',1.00,'50','retail','0','2025-05-24 15:31:30','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-24 12:36:33','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','95.00','94','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174808989202200331320'),(4799,'221748089708','56',1.00,'60','retail','0','2025-05-24 15:31:59','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-05-24 12:36:33','3','8','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174808992102330407278'),(4800,'221748089708','59',1.00,'50','retail','0','2025-05-24 15:32:11','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-24 12:36:33','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','45.00','44','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174808993294033322038'),(4801,'221748089708','59',1.00,'50','retail','0','2025-05-24 15:32:18','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-24 12:36:33','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','44.00','43','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174808993922330097293'),(4802,'221748089708','59',1.00,'50','retail','0','2025-05-24 15:32:24','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-24 12:36:33','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','43.00','42','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174808994500335321330'),(4803,'221748089708','59',1.00,'50','retail','0','2025-05-24 15:32:38','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-24 12:36:33','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','42.00','41','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174808995942092922202'),(4804,'221748089708','59',1.00,'50','retail','0','2025-05-24 15:32:48','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-24 12:36:33','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','41.00','40','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174808996921200339823'),(4805,'221748089708','30',1.00,'50','retail','0','2025-05-24 15:33:19','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-24 12:36:33','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174809000101303292122'),(4806,'221748089708','30',1.00,'50','retail','0','2025-05-24 15:33:33','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-24 12:36:33','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174809001621023001974'),(4807,'111748090689','43',1.00,'200','retail','0','2025-05-24 15:44:49','','','','0','Cash',27.12,'200','','','11','16.00','1','2025-05-24 12:45:40','3','4','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174809071870222031007'),(4808,'111748090689','43',1.00,'200','retail','0','2025-05-24 15:45:19','','','','0','Cash',27.12,'200','','','11','16.00','1','2025-05-24 12:45:40','3','4','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174809073603320720301'),(4809,'111748092365','13',1.00,'100','retail','0','2025-05-24 16:12:45','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-05-24 13:12:54','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174809236603121306082'),(4810,'111748087167','11',1.00,'60','retail','0','2025-05-24 14:46:07','','','','0','Cash',8.14,'60','','','11','','1','2025-05-24 13:17:16','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','86.00','85','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174808716803122220220'),(4811,'111748087167','18',1.00,'150','retail','0','2025-05-24 14:46:17','','','','0','Cash',20.34,'150','','','11','','1','2025-05-24 13:17:16','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','46.00','45','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174808717822717208822'),(4812,'111748087167','28',1.00,'200','retail','0','2025-05-24 14:46:40','','','','0','Cash',27.12,'200','','','11','','1','2025-05-24 13:17:16','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174808720183333202722'),(4813,'111748087167','38',1.00,'50','retail','0','2025-05-24 16:17:06','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-24 13:17:16','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174809262838061032334'),(4814,'111748093601','1',1.00,'50','retail','0','2025-05-24 16:33:36','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-24 13:35:01','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174809361717313132723'),(4815,'111748093601','1',1.00,'50','retail','0','2025-05-24 16:33:47','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-24 13:35:01','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174809363101420332739'),(4816,'111748093601','6',1.00,'50','retail','0','2025-05-24 16:34:40','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-24 13:35:01','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','42.00','41','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174809368120288174483'),(4817,'111748093601','6',1.00,'50','retail','0','2025-05-24 16:34:44','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-24 13:35:01','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','41.00','40','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174809368502308532857'),(4821,'111748093743','32',1.00,'300','retail','0','2025-05-24 16:35:43','','','','0','Cash',40.68,'300','','','11','','1','2025-05-24 13:42:24','1','13','new','1','printed','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174809374407732224432'),(4822,'111748093743','8',1.00,'30','retail','0','2025-05-24 16:35:57','','','','0','Cash',4.07,'30','','','11','','1','2025-05-24 13:42:24','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174809376032426232321'),(4823,'111748093743','50',1.00,'50','retail','0','2025-05-24 16:36:08','','','','0','Cash',6.78,'50','','','11','','1','2025-05-24 13:42:24','1','6','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','94.00','93','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174809380902022409231'),(4824,'111748093743','38',1.00,'50','retail','0','2025-05-24 16:42:11','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-24 13:42:24','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174809413341790313320'),(4825,'111748094703','30',1.00,'50','retail','0','2025-05-24 16:51:43','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-24 13:54:18','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174809470643333383030'),(4826,'111748094703','32',1.00,'300','retail','0','2025-05-24 16:51:56','','','','0','Cash',40.68,'300','','','11','16.00','1','2025-05-24 13:54:18','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174809471700001327132'),(4827,'111748094703','75',1.00,'100','retail','0','2025-05-24 16:52:22','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-05-24 13:54:18','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174809474611492623302'),(4828,'111748094703','74',1.00,'100','retail','0','2025-05-24 16:52:32','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-05-24 13:54:18','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174809475420042175222'),(4829,'111748094703','74',1.00,'100','retail','0','2025-05-24 16:53:39','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-05-24 13:54:18','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174809482112083181224'),(4830,'111748094703','76',1.00,'100','retail','0','2025-05-24 16:53:52','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-05-24 13:54:18','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174809484024130443021'),(4831,'221748095525','38',1.00,'50','retail','0','2025-05-24 17:05:25','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-24 14:05:36','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174809552703830250335'),(4832,'221748095525','38',1.00,'50','retail','0','2025-05-24 17:05:30','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-24 14:05:36','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174809553133313428022'),(4833,'221748095773','59',1.00,'50','retail','0','2025-05-24 17:09:33','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-24 14:09:44','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','40.00','39','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174809577523729392038'),(4834,'111748099056','1',1.00,'50','retail','0','2025-05-24 18:04:16','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-24 15:04:57','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174809905821203130334'),(4835,'111748099056','1',1.00,'50','retail','0','2025-05-24 18:04:49','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-24 15:04:57','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174809909127113323034'),(4836,'221748099454','59',1.00,'50','retail','0','2025-05-24 18:10:55','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-24 15:11:02','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','39.00','38','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174809945833097902004'),(4837,'111748099984','44',1.00,'150','retail','0','2025-05-24 18:19:44','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-05-24 15:19:57','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174809998600913103920'),(4838,'221748100574','1',1.00,'50','retail','0','2025-05-24 18:29:34','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-24 15:30:08','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174810057533230404343'),(4839,'221748100574','1',1.00,'50','retail','0','2025-05-24 18:29:47','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-24 15:30:08','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174810058909835313332'),(4842,'221748100836','38',1.00,'50','retail','0','2025-05-24 18:33:56','','','','0','Cash',6.78,'50','','','22','','1','2025-05-24 15:51:43','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174810083702233200233'),(4843,'221748100836','38',1.00,'50','retail','0','2025-05-24 18:34:00','','','','0','Cash',6.78,'50','','','22','','1','2025-05-24 15:51:43','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174810084222303242234'),(4844,'221748100836','8',1.00,'30','retail','0','2025-05-24 18:51:27','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-24 15:51:43','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174810188820333220282'),(4845,'221748100836','8',1.00,'30','retail','0','2025-05-24 18:51:33','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-24 15:51:43','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174810189501853000223'),(4846,'221748101948','1',1.00,'50','retail','0','2025-05-24 18:52:28','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-24 15:52:54','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174810194929320232224'),(4847,'221748101948','11',1.00,'60','retail','0','2025-05-24 18:52:48','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-05-24 15:52:54','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','85.00','84','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174810196923322208322'),(4850,'111748102525','6',1.00,'50','retail','0','2025-05-24 19:02:16','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-24 16:02:32','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','40.00','39','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174810253803122001001'),(4851,'221748103081','1',1.00,'50','retail','0','2025-05-24 19:11:21','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-24 16:11:29','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174810308320002030302'),(4852,'111748102480','26',1.00,'600','retail','0','2025-05-24 19:01:20','','','','0','Cash',81.36,'600','','','11','','1','2025-05-24 16:19:44','1','3','new','1','printed','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174810248223440042382'),(4853,'111748102480','30',1.00,'50','retail','0','2025-05-24 19:01:34','','','','0','Cash',6.78,'50','','','11','','1','2025-05-24 16:19:44','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174810249632420000220'),(4854,'111748102480','38',1.00,'50','retail','0','2025-05-24 19:19:11','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-24 16:19:44','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174810355330030007103'),(4855,'111748102480','38',1.00,'50','retail','0','2025-05-24 19:19:14','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-24 16:19:44','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174810355523350320423'),(4856,'221748104073','33',1.00,'600','retail','0','2025-05-24 19:27:54','','','','0','Cash',81.36,'600','','','22','16.00','1','2025-05-24 16:29:30','1','13','new','1','new','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','43.00','42','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174810407622222233232'),(4857,'221748104073','33',1.00,'600','retail','0','2025-05-24 19:28:02','','','','0','Cash',81.36,'600','','','22','16.00','1','2025-05-24 16:29:30','1','13','new','1','new','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','42.00','41','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174810408430222222220'),(4858,'221748104073','18',1.00,'150','retail','0','2025-05-24 19:28:31','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-05-24 16:29:30','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','45.00','44','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174810411323310323401'),(4859,'221748104073','30',1.00,'50','retail','0','2025-05-24 19:28:48','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-24 16:29:30','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174810413002022300412'),(4860,'221748104073','30',1.00,'50','retail','0','2025-05-24 19:28:59','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-24 16:29:30','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174810414122331302021'),(4861,'221748104073','30',1.00,'50','retail','0','2025-05-24 19:29:12','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-24 16:29:30','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174810415332233322123'),(4862,'221748104073','30',1.00,'50','retail','0','2025-05-24 19:29:21','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-24 16:29:30','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174810416332200602326'),(4863,'221748104391','18',1.00,'150','retail','0','2025-05-24 19:33:11','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-05-24 16:33:20','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','44.00','43','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174810439428423122021'),(4864,'221748104638','38',1.00,'50','retail','0','2025-05-24 19:37:18','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-24 16:37:26','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174810464001220022016'),(4865,'111748105718','59',1.00,'50','retail','0','2025-05-24 19:55:18','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-24 16:55:24','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','38.00','37','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174810572070322140531'),(4875,'111748106033','38',1.00,'50','retail','0','2025-05-24 20:00:33','','','','0','Cash',6.78,'50','','','11','','1','2025-05-24 17:20:11','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174810603403688286000'),(4876,'111748106033','38',1.00,'50','retail','0','2025-05-24 20:00:37','','','','0','Cash',6.78,'50','','','11','','1','2025-05-24 17:20:11','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174810603922323112031'),(4877,'111748106033','38',1.00,'50','retail','0','2025-05-24 20:00:42','','','','0','Cash',6.78,'50','','','11','','1','2025-05-24 17:20:11','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174810604322302330333'),(4878,'111748106033','38',1.00,'50','retail','0','2025-05-24 20:00:47','','','','0','Cash',6.78,'50','','','11','','1','2025-05-24 17:20:11','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174810604992014143331'),(4879,'111748106033','8',1.00,'30','retail','0','2025-05-24 20:00:57','','','','0','Cash',4.07,'30','','','11','','1','2025-05-24 17:20:11','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174810605943227002990'),(4880,'111748106033','8',1.00,'30','retail','0','2025-05-24 20:01:03','','','','0','Cash',4.07,'30','','','11','','1','2025-05-24 17:20:11','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174810606462267330244'),(4881,'111748106033','8',1.00,'30','retail','0','2025-05-24 20:01:22','','','','0','Cash',4.07,'30','','','11','','1','2025-05-24 17:20:11','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174810609533953428021'),(4882,'111748106033','8',1.00,'30','retail','0','2025-05-24 20:01:37','','','','0','Cash',4.07,'30','','','11','','1','2025-05-24 17:20:11','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174810609922913233397'),(4883,'111748106033','18',1.00,'150','retail','0','2025-05-24 20:02:01','','','','0','Cash',20.34,'150','','','11','','1','2025-05-24 17:20:11','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','43.00','42','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174810612633222122006'),(4884,'111748106033','18',1.00,'150','retail','0','2025-05-24 20:19:51','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-05-24 17:20:11','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','42.00','41','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174810719213321772113'),(4885,'111748106033','8',1.00,'30','retail','0','2025-05-24 20:19:59','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-24 17:20:11','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174810720132202331300'),(4886,'221748108583','1',1.00,'50','retail','0','2025-05-24 20:43:03','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-24 17:43:32','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174810858433312041324'),(4887,'221748108583','7',1.00,'20','retail','0','2025-05-24 20:43:24','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-24 17:43:32','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174810860647223030008'),(4897,'221748109567','18',1.00,'150','retail','0','2025-05-24 20:59:27','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-05-24 17:59:43','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','41.00','40','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174810956936953823802'),(4898,'221748109567','18',1.00,'150','retail','0','2025-05-24 20:59:37','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-05-24 17:59:43','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','40.00','39','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174810957820230237357'),(4899,'221748108637','1',1.00,'50','retail','0','2025-05-24 20:43:57','','','','0','Cash',6.78,'50','','','22','','1','2025-05-24 18:03:05','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174810863931433230603'),(4900,'221748108637','1',1.00,'50','retail','0','2025-05-24 20:44:04','','','','0','Cash',6.78,'50','','','22','','1','2025-05-24 18:03:05','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174810864632220324413'),(4901,'221748108637','1',1.00,'50','retail','0','2025-05-24 20:44:11','','','','0','Cash',6.78,'50','','','22','','1','2025-05-24 18:03:05','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174810865220383200803'),(4902,'221748108637','8',1.00,'30','retail','0','2025-05-24 20:44:30','','','','0','Cash',4.07,'30','','','22','','1','2025-05-24 18:03:05','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174810867223223332230'),(4903,'221748108637','8',1.00,'30','retail','0','2025-05-24 20:44:39','','','','0','Cash',4.07,'30','','','22','','1','2025-05-24 18:03:05','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174810868603006203222'),(4904,'221748108637','8',1.00,'30','retail','0','2025-05-24 20:44:51','','','','0','Cash',4.07,'30','','','22','','1','2025-05-24 18:03:05','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174810869323462313003'),(4905,'221748108637','8',1.00,'30','retail','0','2025-05-24 20:44:58','','','','0','Cash',4.07,'30','','','22','','1','2025-05-24 18:03:05','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174810870002022303223'),(4906,'221748108637','7',1.00,'20','retail','0','2025-05-24 20:45:04','','','','0','Cash',2.71,'20','','','22','','1','2025-05-24 18:03:05','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174810870503030702320'),(4907,'221748108637','7',1.00,'20','retail','0','2025-05-24 20:45:12','','','','0','Cash',2.71,'20','','','22','','1','2025-05-24 18:03:05','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174810871381123031322'),(4908,'221748108637','1',1.00,'50','retail','0','2025-05-24 21:02:37','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-24 18:03:05','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','50.00','49','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174810975903293733072'),(4909,'221748108637','1',1.00,'50','retail','0','2025-05-24 21:02:44','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-24 18:03:05','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','49.00','48','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174810976641332322230'),(4910,'221748108637','1',1.00,'50','retail','0','2025-05-24 21:02:50','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-24 18:03:05','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','48.00','47','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174810977123327302914'),(4911,'221748110072','38',1.00,'50','retail','0','2025-05-24 21:07:52','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-24 18:08:03','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174811007333273117222'),(4912,'221748110072','38',1.00,'50','retail','0','2025-05-24 21:07:57','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-24 18:08:03','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174811007922423220222'),(4913,'111748110892','18',1.00,'150','retail','0','2025-05-24 21:21:32','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-05-24 18:21:39','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','39.00','38','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174811089310332103111'),(4916,'111748111222','18',1.00,'150','retail','0','2025-05-24 21:27:02','','','','0','Cash',20.34,'150','','','11','','1','2025-05-24 18:29:06','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','38.00','37','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174811122412021423022'),(4917,'111748111222','18',1.00,'150','retail','0','2025-05-24 21:27:08','','','','0','Cash',20.34,'150','','','11','','1','2025-05-24 18:29:06','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','37.00','36','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174811123713377072222'),(4918,'111748111222','11',1.00,'60','retail','0','2025-05-24 21:28:49','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-05-24 18:29:06','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','84.00','83','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174811133003123012072'),(4919,'111748111222','11',1.00,'60','retail','0','2025-05-24 21:28:58','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-05-24 18:29:06','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','83.00','82','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174811133908333130303'),(4920,'221748111520','26',1.00,'600','retail','0','2025-05-24 21:32:00','','','','0','Cash',81.36,'600','','','22','16.00','1','2025-05-24 18:32:06','1','3','new','1','new','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174811152223220212010'),(4921,'191748112624','30',1.00,'50','retail','0','2025-05-24 21:50:24','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-24 18:52:14','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174811262512320320131'),(4922,'191748112624','21',1.00,'280','retail','0','2025-05-24 21:50:34','','','','0','Cash',37.97,'280','','','19','16.00','1','2025-05-24 18:52:14','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174811263523422131242'),(4923,'191748112624','44',1.00,'150','retail','0','2025-05-24 21:51:04','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-05-24 18:52:14','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174811266533121439411'),(4924,'191748115581','45',1.00,'180','retail','0','2025-05-24 22:39:41','','','','0','Cash',24.41,'180','','','19','16.00','1','2025-05-24 19:39:53','3','5','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174811558221203333273'),(4925,'191748115649','7',1.00,'20','retail','0','2025-05-24 22:40:49','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-05-24 19:40:56','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174811565033902106723'),(4926,'191748119463','1',1.00,'50','retail','0','2025-05-24 23:44:23','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-24 20:45:00','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','47.00','46','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174811946433718220232'),(4927,'191748119463','1',1.00,'50','retail','0','2025-05-24 23:44:27','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-24 20:45:00','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','46.00','45','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174811946864023237310'),(4928,'191748119463','7',1.00,'20','retail','0','2025-05-24 23:44:53','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-05-24 20:45:00','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174811949402222448233'),(4929,'191748120038','18',1.00,'150','retail','0','2025-05-24 23:53:58','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-05-24 20:54:43','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','36.00','35','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174812003973023033330'),(4930,'191748120038','11',1.00,'60','retail','0','2025-05-24 23:54:38','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-05-24 20:54:43','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','82.00','81','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174812007933090832022'),(4931,'191748152493','7',1.00,'20','retail','0','2025-05-25 08:54:53','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-05-25 05:55:15','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174815249498302133223'),(4932,'191748152493','7',1.00,'20','retail','0','2025-05-25 08:54:55','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-05-25 05:55:15','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174815249700200002092'),(4933,'191748152493','7',1.00,'20','retail','0','2025-05-25 08:55:03','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-05-25 05:55:15','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174815250593820535002'),(4934,'191748152493','7',1.00,'20','retail','0','2025-05-25 08:55:10','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-05-25 05:55:15','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174815251122320033322'),(4935,'191748153616','1',1.00,'50','retail','0','2025-05-25 09:13:36','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-25 06:14:20','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','45.00','44','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174815361722436039575'),(4936,'191748153616','1',1.00,'50','retail','0','2025-05-25 09:13:42','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-25 06:14:20','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','44.00','43','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174815362323222331352'),(4937,'191748153616','7',1.00,'20','retail','0','2025-05-25 09:13:57','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-05-25 06:14:20','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174815363862231242332'),(4938,'191748153616','7',1.00,'20','retail','0','2025-05-25 09:14:02','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-05-25 06:14:20','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174815364332399330020'),(4939,'191748153616','7',1.00,'20','retail','0','2025-05-25 09:14:06','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-05-25 06:14:20','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174815364721423598932'),(4940,'191748153616','11',1.00,'60','retail','0','2025-05-25 09:14:11','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-05-25 06:14:20','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','81.00','80','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174815365252233200133'),(4941,'191748153616','11',1.00,'60','retail','0','2025-05-25 09:14:15','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-05-25 06:14:20','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','80.00','79','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174815365600213230303'),(4942,'191748154118','7',1.00,'20','retail','0','2025-05-25 09:21:58','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-05-25 06:22:03','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174815412023111020091'),(4943,'191748154345','7',1.00,'20','retail','0','2025-05-25 09:25:45','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-05-25 06:26:18','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174815434741212027470'),(4944,'191748156288','1',1.00,'50','retail','0','2025-05-25 09:58:08','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-25 06:58:56','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','43.00','42','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174815628922510232107'),(4945,'191748156288','1',1.00,'50','retail','0','2025-05-25 09:58:13','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-25 06:58:56','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','42.00','41','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174815629420300228883'),(4946,'191748156288','8',1.00,'30','retail','0','2025-05-25 09:58:45','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-05-25 06:58:56','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174815632621323230672'),(4947,'191748156386','1',1.00,'50','retail','0','2025-05-25 09:59:46','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-25 07:01:17','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','41.00','40','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174815638736332202236'),(4948,'191748156386','1',1.00,'50','retail','0','2025-05-25 09:59:50','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-25 07:01:17','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','40.00','39','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174815639227323107282'),(4949,'191748156386','1',1.00,'50','retail','0','2025-05-25 09:59:59','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-25 07:01:17','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','39.00','38','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174815640032232200620'),(4950,'191748156386','8',1.00,'30','retail','0','2025-05-25 10:01:10','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-05-25 07:01:17','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174815647153688286000'),(4954,'111748157672','8',1.00,'30','retail','0','2025-05-25 10:21:12','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-25 07:21:51','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174815767310371142233'),(4955,'111748157672','8',1.00,'30','retail','0','2025-05-25 10:21:17','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-25 07:21:51','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174815767883122308326'),(4956,'111748157672','7',1.00,'20','retail','0','2025-05-25 10:21:21','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-05-25 07:21:51','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174815768223371320033'),(4957,'111748157672','59',1.00,'50','retail','0','2025-05-25 10:21:44','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-25 07:21:51','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','37.00','36','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174815770583107037333'),(4958,'111748156602','1',1.00,'50','retail','0','2025-05-25 10:03:22','','','','0','Cash',6.78,'50','','','11','','1','2025-05-25 07:28:45','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','38.00','37','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174815660380272210022'),(4959,'111748156602','7',1.00,'20','retail','0','2025-05-25 10:08:45','','','','0','Cash',2.71,'20','','','11','','1','2025-05-25 07:28:45','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174815692623222229242'),(4960,'111748156602','1',1.00,'50','retail','0','2025-05-25 10:28:34','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-25 07:28:45','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','37.00','36','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174815811524000118733'),(4961,'181748162275','19',1.00,'180','retail','0','2025-05-25 11:37:55','','','','0','Cash',24.41,'180','','','18','16.00','1','2025-05-25 08:38:21','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','38.00','37','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174816227673122362376'),(4962,'181748162275','10',1.00,'180','retail','0','2025-05-25 11:38:04','','','','0','Cash',24.41,'180','','','18','16.00','1','2025-05-25 08:38:21','1','12','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174816228514280132523'),(4963,'181748162275','95',1.00,'100','retail','0','2025-05-25 11:38:09','','','','01','Cash',13.56,'100','','','18','16.00','1','2025-05-25 08:38:21','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174816229017036337021'),(4964,'181748164286','19',1.00,'180','retail','0','2025-05-25 12:11:26','','','','0','Cash',24.41,'180','','','18','16.00','1','2025-05-25 09:11:57','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','37.00','36','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174816428723304302343'),(4965,'181748164286','10',1.00,'180','retail','0','2025-05-25 12:11:39','','','','0','Cash',24.41,'180','','','18','16.00','1','2025-05-25 09:11:57','1','12','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174816430132186602023'),(4966,'181748164286','95',1.00,'100','retail','0','2025-05-25 12:11:47','','','','01','Cash',13.56,'100','','','18','16.00','1','2025-05-25 09:11:57','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174816430832000623234'),(4967,'181748164975','55',1.00,'80','retail','0','2025-05-25 12:22:55','','','','0','Cash',10.85,'80','','','18','16.00','1','2025-05-25 09:23:02','3','8','new','1','new','pcs','','','','yes','','1.36','','','VATABLE',67.80,'1','27.00','26','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174816497633083093332'),(4968,'181748166021','8',1.00,'30','retail','0','2025-05-25 12:40:21','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-25 09:40:30','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174816602313032233268'),(4971,'181748166494','91',1.00,'100','retail','0','2025-05-25 12:48:14','','','','0','Cash',13.56,'100','','','18','','1','2025-05-25 10:00:12','3','16','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','31.00','30','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174816649534008662301'),(4972,'181748166494','91',1.00,'100','retail','0','2025-05-25 12:48:19','','','','0','Cash',13.56,'100','','','18','','1','2025-05-25 10:00:12','3','16','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','30.00','29','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174816650143335020212'),(4973,'181748166494','55',1.00,'80','retail','0','2025-05-25 13:00:06','','','','0','Cash',10.85,'80','','','18','16.00','1','2025-05-25 10:00:12','3','8','new','1','new','pcs','','','','yes','','1.36','','','VATABLE',67.80,'1','26.00','25','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174816720800283203621'),(4976,'181748169068','62',1.00,'100','retail','0','2025-05-25 13:31:08','','','','0','Cash',13.56,'100','','','18','','1','2025-05-25 10:32:24','3','8','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174816907068332207039'),(4977,'181748169068','19',1.00,'180','retail','0','2025-05-25 13:32:19','','','','0','Cash',24.41,'180','','','18','16.00','1','2025-05-25 10:32:24','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','36.00','35','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174816914037220830232'),(4978,'111748168117','43',1.00,'200','retail','0','2025-05-25 13:15:17','','','','0','Cash',27.12,'200','','','11','','1','2025-05-25 10:33:48','3','4','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174816815032023201828'),(4979,'111748168117','43',1.00,'200','retail','0','2025-05-25 13:32:55','','','','0','Cash',27.12,'200','','','11','16.00','1','2025-05-25 10:33:48','3','4','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174816919533302812491'),(4980,'111748168117','93',1.00,'300','retail','0','2025-05-25 13:33:34','','','','0','Cash',40.68,'300','','','11','16.00','1','2025-05-25 10:33:48','1','3','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174816921510228122202'),(4981,'111748168117','93',1.00,'300','retail','0','2025-05-25 13:33:39','','','','0','Cash',40.68,'300','','','11','16.00','1','2025-05-25 10:33:48','1','3','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174816922030337033110'),(4982,'111748169431','18',1.00,'150','retail','0','2025-05-25 13:37:11','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-05-25 10:38:04','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','35.00','34','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174816943231102230332'),(4983,'111748169431','74',1.00,'100','retail','0','2025-05-25 13:37:54','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-05-25 10:38:04','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174816947529335434232'),(4984,'111748169431','75',1.00,'100','retail','0','2025-05-25 13:37:58','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-05-25 10:38:04','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174816947933094832022'),(4985,'181748170720','32',1.00,'300','retail','0','2025-05-25 13:58:40','','','','0','Cash',40.68,'300','','','18','16.00','1','2025-05-25 10:58:53','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174817072202732730200'),(4986,'181748170720','30',1.00,'50','retail','0','2025-05-25 13:58:48','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-25 10:58:53','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174817073000112230027'),(4987,'111748171638','38',1.00,'50','retail','0','2025-05-25 14:13:58','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-25 11:14:03','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174817164002323223261'),(4991,'111748172797','18',1.00,'150','retail','0','2025-05-25 14:33:17','','','','0','Cash',20.34,'150','','','11','','1','2025-05-25 11:40:08','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','34.00','33','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174817279923390222783'),(4992,'111748172797','18',1.00,'150','retail','0','2025-05-25 14:33:22','','','','0','Cash',20.34,'150','','','11','','1','2025-05-25 11:40:08','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','33.00','32','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174817280332332347103'),(4993,'111748172797','18',1.00,'150','retail','0','2025-05-25 14:33:26','','','','0','Cash',20.34,'150','','','11','','1','2025-05-25 11:40:08','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','32.00','31','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174817280803103280838'),(4994,'111748172797','80',1.00,'20','retail','0','2025-05-25 14:39:50','','','','10','Cash',2.71,'20','','','11','16.00','1','2025-05-25 11:40:08','','14','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','41.00','40','Inclusive','branch','Service','1110','4000','5500','','','','11174817320432212030117'),(4995,'181748173551','38',1.00,'50','retail','0','2025-05-25 14:45:51','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-25 11:45:56','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','50.00','49','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174817355220223440023'),(4996,'181748173577','19',1.00,'180','retail','0','2025-05-25 14:46:17','','','','0','Cash',24.41,'180','','','18','16.00','1','2025-05-25 11:46:22','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','35.00','34','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174817357873502323108'),(4997,'181748175636','38',1.00,'50','retail','0','2025-05-25 15:20:36','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-25 12:20:43','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','49.00','48','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174817563808730223031'),(4998,'111748176387','52',1.00,'150','retail','0','2025-05-25 15:33:07','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-05-25 12:33:17','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174817638823823221247'),(4999,'111748176387','52',1.00,'150','retail','0','2025-05-25 15:33:12','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-05-25 12:33:17','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174817639330237362302'),(5000,'181748176441','18',1.00,'150','retail','0','2025-05-25 15:34:01','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-25 12:34:12','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','31.00','30','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174817644322372338300'),(5001,'181748176441','18',1.00,'150','retail','0','2025-05-25 15:34:05','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-25 12:34:12','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','30.00','29','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174817644723224002317'),(5002,'181748177300','19',1.00,'180','retail','0','2025-05-25 15:48:20','','','','0','Cash',24.41,'180','','','18','16.00','1','2025-05-25 12:48:36','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','34.00','33','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174817730232227823237'),(5003,'181748177300','38',1.00,'50','retail','0','2025-05-25 15:48:29','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-25 12:48:36','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','48.00','47','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174817731032733221120'),(5004,'111748177420','1',1.00,'50','retail','0','2025-05-25 15:50:20','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-25 12:50:43','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','36.00','35','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174817742224070413431'),(5005,'111748177420','8',1.00,'30','retail','0','2025-05-25 15:50:37','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-25 12:50:43','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174817743923122133273'),(5011,'181748177646','40',1.00,'150','retail','0','2025-05-25 15:54:06','','','','0','Cash',20.34,'150','','','18','','1','2025-05-25 12:59:37','1','13','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174817764810378222323'),(5012,'181748177646','40',1.00,'150','retail','0','2025-05-25 15:54:13','','','','0','Cash',20.34,'150','','','18','','1','2025-05-25 12:59:37','1','13','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174817765582323237153'),(5013,'181748177646','40',1.00,'150','retail','0','2025-05-25 15:54:21','','','','0','Cash',20.34,'150','','','18','','1','2025-05-25 12:59:37','1','13','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174817766220433322622'),(5014,'181748177646','30',1.00,'50','retail','0','2025-05-25 15:54:39','','','','0','Cash',6.78,'50','','','18','','1','2025-05-25 12:59:37','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174817768113322733300'),(5015,'181748177646','30',1.00,'50','retail','0','2025-05-25 15:54:45','','','','0','Cash',6.78,'50','','','18','','1','2025-05-25 12:59:37','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174817768701327242232'),(5016,'181748177646','8',1.00,'30','retail','0','2025-05-25 15:59:24','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-25 12:59:37','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174817796513218321283'),(5017,'181748177646','8',1.00,'30','retail','0','2025-05-25 15:59:32','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-25 12:59:37','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174817797310303002373'),(5018,'181748178303','59',1.00,'50','retail','0','2025-05-25 16:05:03','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-25 13:05:14','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','36.00','35','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174817830522222258320'),(5019,'111748179229','1',1.00,'50','retail','0','2025-05-25 16:20:29','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-25 13:20:53','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','35.00','34','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174817923083722020232'),(5020,'111748179229','1',1.00,'50','retail','0','2025-05-25 16:20:33','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-25 13:20:53','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','34.00','33','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174817923513101303382'),(5021,'111748179410','10',1.00,'180','retail','0','2025-05-25 16:23:30','','','','0','Cash',24.41,'180','','','11','16.00','1','2025-05-25 13:23:54','1','12','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174817942924000419733'),(5022,'181748179972','52',1.00,'150','retail','0','2025-05-25 16:32:52','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-25 13:33:41','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174817997308228893273'),(5023,'181748179972','52',1.00,'150','retail','0','2025-05-25 16:32:57','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-25 13:33:41','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174817997972938320221'),(5024,'181748179972','52',1.00,'150','retail','0','2025-05-25 16:33:01','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-25 13:33:41','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174817998432422303320'),(5025,'181748179972','52',1.00,'150','retail','0','2025-05-25 16:33:07','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-25 13:33:41','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174817998933310312228'),(5026,'181748179972','52',1.00,'150','retail','0','2025-05-25 16:33:12','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-25 13:33:41','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174817999433999079442'),(5027,'181748179972','52',1.00,'150','retail','0','2025-05-25 16:33:19','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-25 13:33:41','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174818000080102880033'),(5028,'111748180535','53',1.00,'100','retail','0','2025-05-25 16:42:15','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-05-25 13:42:20','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174818053730004281730'),(5029,'181748180634','25',1.00,'200','retail','0','2025-05-25 16:43:54','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-05-25 13:43:59','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174818063660612301328'),(5030,'111748180725','1',1.00,'50','retail','0','2025-05-25 16:45:25','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-25 13:46:15','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','33.00','32','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174818072670823031366'),(5031,'111748180725','87',1.00,'150','retail','0','2025-05-25 16:45:37','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-05-25 13:46:15','3','10','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174818077008011232132'),(5032,'111748181268','6',1.00,'50','retail','0','2025-05-25 16:54:28','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-25 13:57:53','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','39.00','38','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174818126992312210120'),(5033,'111748181268','6',1.00,'50','retail','0','2025-05-25 16:54:34','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-25 13:57:53','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','38.00','37','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174818127500125202321'),(5034,'111748181268','6',1.00,'50','retail','0','2025-05-25 16:54:39','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-25 13:57:53','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','37.00','36','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174818128002288822212'),(5035,'111748181268','6',1.00,'50','retail','0','2025-05-25 16:54:42','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-25 13:57:53','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','36.00','35','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174818128433430334001'),(5036,'111748181268','7',1.00,'20','retail','0','2025-05-25 16:57:31','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-05-25 13:57:53','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174818145431204233801'),(5037,'111748181268','7',1.00,'20','retail','0','2025-05-25 16:57:35','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-05-25 13:57:53','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174818145771010802072'),(5038,'111748181268','7',1.00,'20','retail','0','2025-05-25 16:57:38','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-05-25 13:57:53','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174818146033004832022'),(5039,'111748181268','7',1.00,'20','retail','0','2025-05-25 16:57:42','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-05-25 13:57:53','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174818146330683108302'),(5040,'111748183092','25',1.00,'200','retail','0','2025-05-25 17:24:52','','','','0','Cash',27.12,'200','','','11','16.00','1','2025-05-25 14:24:59','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174818309314330222830'),(5041,'111748185087','14',1.00,'100','retail','0','2025-05-25 17:58:07','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-05-25 14:58:55','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174818508992133833143'),(5042,'111748185087','14',1.00,'100','retail','0','2025-05-25 17:58:12','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-05-25 14:58:55','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174818509422713290021'),(5043,'111748185087','6',1.00,'50','retail','0','2025-05-25 17:58:28','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-25 14:58:55','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','35.00','34','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174818510973120323234'),(5044,'111748185087','11',1.00,'60','retail','0','2025-05-25 17:58:32','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-05-25 14:58:55','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','79.00','78','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174818511400321523103'),(5045,'111748185087','11',1.00,'60','retail','0','2025-05-25 17:58:36','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-05-25 14:58:55','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','78.00','77','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174818511823121303233'),(5046,'111748185897','1',1.00,'50','retail','0','2025-05-25 18:11:37','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-25 15:11:42','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','32.00','31','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174818589912221332021'),(5048,'181748187025','1',1.00,'50','retail','0','2025-05-25 18:30:25','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-25 15:30:32','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','30.00','29','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174818702728322820023'),(5052,'111748186797','1',1.00,'50','retail','0','2025-05-25 18:26:37','','','','0','Cash',6.78,'50','','','11','','1','2025-05-25 15:46:39','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','31.00','30','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174818679938292820129'),(5053,'111748186797','1',1.00,'50','retail','0','2025-05-25 18:36:10','','','','0','Cash',6.78,'50','','','11','','1','2025-05-25 15:46:39','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','29.00','28','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174818737223388733223'),(5054,'111748186797','8',1.00,'30','retail','0','2025-05-25 18:36:34','','','','0','Cash',4.07,'30','','','11','','1','2025-05-25 15:46:39','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174818739618083312030'),(5055,'111748186797','8',1.00,'30','retail','0','2025-05-25 18:46:32','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-25 15:46:39','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174818799422972223337'),(5056,'111748188676','44',1.00,'150','retail','0','2025-05-25 18:57:56','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-05-25 15:58:29','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174818867763183330833'),(5057,'111748188676','18',1.00,'150','retail','0','2025-05-25 18:58:11','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-05-25 15:58:29','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','29.00','28','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174818869283222320228'),(5058,'111748188676','18',1.00,'150','retail','0','2025-05-25 18:58:15','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-05-25 15:58:29','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','28.00','27','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174818869630983108302'),(5059,'111748188676','38',1.00,'50','retail','0','2025-05-25 18:58:22','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-25 15:58:29','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','47.00','46','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174818870401337812702'),(5060,'181748188742','18',1.00,'150','retail','0','2025-05-25 18:59:02','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-25 15:59:10','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','27.00','26','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174818874433433300833'),(5065,'181748189195','24',1.00,'130','retail','0','2025-05-25 19:06:35','','','','0','Cash',17.63,'130','','','18','','1','2025-05-25 16:08:31','1','3','new','1','printed','pcs','','','','yes','','2.20','','','VATABLE',110.17,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174818919701431398122'),(5066,'181748189195','21',1.00,'280','retail','0','2025-05-25 19:06:54','','','','0','Cash',37.97,'280','','','18','','1','2025-05-25 16:08:31','1','3','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174818921682093881390'),(5067,'181748189195','29',1.00,'100','retail','0','2025-05-25 19:07:00','','','','0','Cash',13.56,'100','','','18','','1','2025-05-25 16:08:31','1','3','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174818922123221304222'),(5068,'181748189195','62',1.00,'100','retail','0','2025-05-25 19:08:09','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-25 16:08:31','3','8','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174818929023813210331'),(5069,'181748189195','87',1.00,'150','retail','0','2025-05-25 19:08:23','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-25 16:08:31','3','10','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174818930630222023213'),(5072,'111748189583','53',1.00,'100','retail','0','2025-05-25 19:13:03','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-05-25 16:13:36','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174818958513022815320'),(5073,'111748189583','53',1.00,'100','retail','0','2025-05-25 19:13:10','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-05-25 16:13:36','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174818959403028823228'),(5074,'111748189583','84',1.00,'200','retail','0','2025-05-25 19:13:16','','','','0','Cash',27.12,'200','','','11','16.00','1','2025-05-25 16:13:36','3','10','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174818960939388223013'),(5075,'181748189922','62',1.00,'100','retail','0','2025-05-25 19:18:42','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-25 16:18:51','3','8','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174818992499824933223'),(5076,'181748190000','93',1.00,'300','retail','0','2025-05-25 19:20:00','','','','0','Cash',40.68,'300','','','18','16.00','1','2025-05-25 16:20:10','1','3','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174819000203183330033'),(5077,'181748190030','1',1.00,'50','retail','0','2025-05-25 19:20:30','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-25 16:20:38','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','27.00','26','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174819003238012214011'),(5078,'111748188829','1',1.00,'50','retail','0','2025-05-25 19:00:29','','','','0','Cash',6.78,'50','','','11','','1','2025-05-25 16:37:22','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','28.00','27','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174818883382232728431'),(5079,'111748188829','7',1.00,'20','retail','0','2025-05-25 19:11:31','','','','0','Cash',2.71,'20','','','11','','1','2025-05-25 16:37:22','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174818949232380049182'),(5080,'111748188829','1',1.00,'50','retail','0','2025-05-25 19:37:16','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-25 16:37:22','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','26.00','25','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174819103832303120040'),(5081,'111748191070','1',1.00,'50','retail','0','2025-05-25 19:37:50','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-25 16:38:29','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','25.00','24','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174819107321800024033'),(5082,'111748191070','1',1.00,'50','retail','0','2025-05-25 19:37:57','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-25 16:38:29','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174819107913802132133'),(5083,'111748191070','7',1.00,'20','retail','0','2025-05-25 19:38:17','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-05-25 16:38:29','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174819109830319230222'),(5084,'111748191070','7',1.00,'20','retail','0','2025-05-25 19:38:21','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-05-25 16:38:29','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174819110204203132483'),(5085,'111748194065','6',1.00,'50','retail','0','2025-05-25 20:27:45','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-25 17:28:39','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','34.00','33','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174819406602309033714'),(5086,'111748194065','1',1.00,'50','retail','0','2025-05-25 20:28:34','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-25 17:28:39','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','23.00','22','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174819411534113204331'),(5088,'111748194940','14',1.00,'100','retail','0','2025-05-25 20:42:20','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-05-25 17:42:42','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174819494133323102012'),(5089,'111748194940','8',1.00,'30','retail','0','2025-05-25 20:42:34','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-25 17:42:42','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174819495534083223439'),(5090,'111748195149','8',1.00,'30','retail','0','2025-05-25 20:45:49','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-25 17:46:09','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174819515134350313333'),(5091,'111748195149','1',1.00,'50','retail','0','2025-05-25 20:46:03','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-25 17:46:09','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','22.00','21','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174819516473422136324'),(5092,'181748194778','13',1.00,'100','retail','0','2025-05-25 20:39:38','','','','0','Cash',13.56,'100','','','18','','1','2025-05-25 17:50:39','3','1','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174819477992327732073'),(5093,'181748194778','44',1.00,'150','retail','0','2025-05-25 20:50:29','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-25 17:50:39','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174819543102803312352'),(5094,'181748195888','1',1.00,'50','retail','0','2025-05-25 20:58:08','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-25 17:59:32','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','21.00','20','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174819588920823393933'),(5095,'181748195888','1',1.00,'50','retail','0','2025-05-25 20:58:14','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-25 17:59:32','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174819589612336128228'),(5096,'181748195888','1',1.00,'50','retail','0','2025-05-25 20:58:19','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-25 17:59:32','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174819590020323223201'),(5097,'181748195888','1',1.00,'50','retail','0','2025-05-25 20:58:23','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-25 17:59:32','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174819590813782929232'),(5098,'181748195888','1',1.00,'50','retail','0','2025-05-25 20:58:59','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-25 17:59:32','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174819594002003109323'),(5099,'181748195888','1',1.00,'50','retail','0','2025-05-25 20:59:07','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-25 17:59:32','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174819594837203282329'),(5100,'181748195888','1',1.00,'50','retail','0','2025-05-25 20:59:14','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-25 17:59:32','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174819595573120902832'),(5101,'181748195888','1',1.00,'50','retail','0','2025-05-25 20:59:18','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-25 17:59:32','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174819596039916823313'),(5102,'111748196121','59',1.00,'50','retail','0','2025-05-25 21:02:01','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-25 18:03:12','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','35.00','34','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174819612332226132312'),(5103,'111748196121','59',1.00,'50','retail','0','2025-05-25 21:02:06','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-25 18:03:12','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','34.00','33','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174819612702431033223'),(5104,'111748196121','59',1.00,'50','retail','0','2025-05-25 21:02:09','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-25 18:03:12','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','33.00','32','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174819613060223030133'),(5105,'111748196121','59',1.00,'50','retail','0','2025-05-25 21:02:13','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-25 18:03:12','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','32.00','31','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174819613562023003310'),(5106,'111748196121','59',1.00,'50','retail','0','2025-05-25 21:02:18','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-25 18:03:12','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','31.00','30','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174819613936113302331'),(5107,'111748196121','59',1.00,'50','retail','0','2025-05-25 21:02:22','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-25 18:03:12','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','30.00','29','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174819614432783238331'),(5108,'111748196121','6',1.00,'50','retail','0','2025-05-25 21:02:50','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-25 18:03:12','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','33.00','32','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174819617233300128064'),(5109,'111748196121','6',1.00,'50','retail','0','2025-05-25 21:02:54','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-25 18:03:12','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','32.00','31','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174819617521003308322'),(5110,'111748196121','11',1.00,'60','retail','0','2025-05-25 21:03:01','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-05-25 18:03:12','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','77.00','76','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174819618327333323034'),(5111,'111748196121','11',1.00,'60','retail','0','2025-05-25 21:03:06','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-05-25 18:03:12','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','76.00','75','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174819618793102323108'),(5112,'111748196238','25',1.00,'200','retail','0','2025-05-25 21:03:58','','','','0','Cash',27.12,'200','','','11','16.00','1','2025-05-25 18:04:03','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174819623901032090300'),(5113,'111748196490','1',1.00,'50','retail','0','2025-05-25 21:08:10','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-25 18:08:33','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174819649162024030232'),(5114,'111748196490','1',1.00,'50','retail','0','2025-05-25 21:08:16','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-25 18:08:33','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174819649873630330230'),(5115,'111748196490','75',1.00,'100','retail','0','2025-05-25 21:08:27','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-05-25 18:08:33','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174819650892230130123'),(5116,'181748197364','38',1.00,'50','retail','0','2025-05-25 21:22:44','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-25 18:22:58','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','46.00','45','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174819736500808293375'),(5117,'181748197364','38',1.00,'50','retail','0','2025-05-25 21:22:48','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-25 18:22:58','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','45.00','44','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174819736922320033322'),(5118,'181748197364','38',1.00,'50','retail','0','2025-05-25 21:22:52','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-25 18:22:58','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','44.00','43','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174819737428330824233'),(5119,'181748198105','24',1.00,'130','retail','0','2025-05-25 21:35:05','','','','0','Cash',17.63,'130','','','18','16.00','1','2025-05-25 18:36:35','1','3','new','1','new','pcs','','','','yes','','2.20','','','VATABLE',110.17,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174819810732108233320'),(5120,'181748198105','24',1.00,'130','retail','0','2025-05-25 21:35:11','','','','0','Cash',17.63,'130','','','18','16.00','1','2025-05-25 18:36:35','1','3','new','1','new','pcs','','','','yes','','2.20','','','VATABLE',110.17,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174819811208003423203'),(5121,'181748198105','29',1.00,'100','retail','0','2025-05-25 21:35:15','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-25 18:36:35','1','3','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174819811603913903337'),(5122,'181748198105','29',1.00,'100','retail','0','2025-05-25 21:35:21','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-25 18:36:35','1','3','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174819812224000118733'),(5123,'181748198105','40',1.00,'150','retail','0','2025-05-25 21:35:55','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-25 18:36:35','1','13','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174819815703000930323'),(5124,'181748198105','30',1.00,'50','retail','0','2025-05-25 21:36:25','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-25 18:36:35','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174819818683233113237'),(5125,'111748198263','21',1.00,'280','retail','0','2025-05-25 21:37:43','','','','0','Cash',37.97,'280','','','11','16.00','1','2025-05-25 18:38:07','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174819826400242232320'),(5126,'111748198263','8',1.00,'30','retail','0','2025-05-25 21:37:53','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-25 18:38:07','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174819827430344712330'),(5127,'111748198263','8',1.00,'30','retail','0','2025-05-25 21:38:00','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-25 18:38:07','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174819828102081028177'),(5128,'111748198307','21',1.00,'280','retail','0','2025-05-25 21:38:27','','','','0','Cash',37.97,'280','','','11','16.00','1','2025-05-25 18:38:44','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174819830810389113228'),(5129,'111748198307','8',1.00,'30','retail','0','2025-05-25 21:38:34','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-25 18:38:44','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174819831532323712108'),(5130,'111748198307','8',1.00,'30','retail','0','2025-05-25 21:38:38','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-25 18:38:44','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174819831930711022310'),(5131,'111748198342','25',1.00,'200','retail','0','2025-05-25 21:39:02','','','','0','Cash',27.12,'200','','','11','16.00','1','2025-05-25 18:39:07','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174819834322013028312'),(5135,'111748198929','14',1.00,'100','retail','0','2025-05-25 21:48:49','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-05-25 18:48:54','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174819893002302222231'),(5136,'181748200165','1',1.00,'50','retail','0','2025-05-25 22:09:25','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-25 19:09:38','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174820016624328331222'),(5137,'181748200165','1',1.00,'50','retail','0','2025-05-25 22:09:32','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-25 19:09:38','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174820017402422130022'),(5138,'181748202043','52',1.00,'150','retail','0','2025-05-25 22:40:43','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-25 19:40:49','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174820204422232202738'),(5139,'191748202622','8',1.00,'30','retail','0','2025-05-25 22:50:22','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-05-25 19:50:29','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174820262323333420773'),(5140,'221748198414','1',1.00,'50','retail','0','2025-05-25 21:40:14','','','','0','Cash',6.78,'50','','','22','','1','2025-05-25 20:16:56','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174819841606333733330'),(5141,'221748198414','1',1.00,'50','retail','0','2025-05-25 23:16:50','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-25 20:16:56','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174820421222210302023'),(5142,'221748198563','1',1.00,'50','retail','0','2025-05-25 21:42:43','','','','0','Cash',6.78,'50','','','22','','1','2025-05-25 20:17:33','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174819856550220012322'),(5143,'221748198563','1',1.00,'50','retail','0','2025-05-25 23:17:28','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-25 20:17:33','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174820424902003423203'),(5144,'221748198587','1',1.00,'50','retail','0','2025-05-25 21:43:07','','','','0','Cash',6.78,'50','','','22','','1','2025-05-25 20:18:11','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174819858812858003722'),(5145,'221748198587','1',1.00,'50','retail','0','2025-05-25 23:18:05','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-25 20:18:11','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174820428632232811628'),(5146,'191748232390','19',1.00,'180','retail','0','2025-05-26 07:06:30','','','','0','Cash',24.41,'180','','','19','16.00','1','2025-05-26 04:06:37','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','33.00','32','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174823239149070132133'),(5147,'191748232470','1',1.00,'50','retail','0','2025-05-26 07:07:50','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-26 04:07:56','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174823247130218322332'),(5148,'191748232543','1',1.00,'50','retail','0','2025-05-26 07:09:03','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-26 04:09:09','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174823254539220000202'),(5149,'191748239356','8',1.00,'30','retail','0','2025-05-26 09:02:36','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-05-26 06:03:14','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174823935733922722212'),(5150,'191748239356','8',1.00,'30','retail','0','2025-05-26 09:02:41','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-05-26 06:03:14','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174823936233222332021'),(5151,'191748239356','7',1.00,'20','retail','0','2025-05-26 09:02:46','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-05-26 06:03:14','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174823936823231203227'),(5152,'191748239356','7',1.00,'20','retail','0','2025-05-26 09:03:08','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-05-26 06:03:14','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174823938923141923329'),(5153,'181748240589','29',1.00,'100','retail','0','2025-05-26 09:23:09','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-26 06:23:14','1','3','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174824059082929022322'),(5154,'111748242995','7',1.00,'20','retail','0','2025-05-26 10:03:15','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-05-26 07:03:28','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174824299629730319220'),(5155,'111748242995','7',1.00,'20','retail','0','2025-05-26 10:03:20','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-05-26 07:03:28','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174824300130122231333'),(5156,'111748243858','7',1.00,'20','retail','0','2025-05-26 10:17:38','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-05-26 07:17:43','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174824385973343033338'),(5160,'181748243759','1',1.00,'50','retail','0','2025-05-26 10:15:59','','','','0','Cash',6.78,'50','','','18','','1','2025-05-26 07:24:03','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174824376132408403737'),(5161,'181748243759','11',1.00,'60','retail','0','2025-05-26 10:16:34','','','','0','Cash',8.14,'60','','','18','','1','2025-05-26 07:24:03','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','75.00','74','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174824379520852412323'),(5162,'181748243759','11',1.00,'60','retail','0','2025-05-26 10:16:39','','','','0','Cash',8.14,'60','','','18','','1','2025-05-26 07:24:03','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','74.00','73','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174824380123212033022'),(5163,'181748243759','7',1.00,'20','retail','0','2025-05-26 10:23:48','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-26 07:24:03','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174824422974334203230'),(5164,'181748243759','7',1.00,'20','retail','0','2025-05-26 10:23:52','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-26 07:24:03','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174824423300208302342'),(5165,'111748248849','1',1.00,'50','retail','0','2025-05-26 11:40:49','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-26 08:40:53','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174824885023228321283'),(5168,'111748252796','18',1.00,'150','retail','0','2025-05-26 12:46:36','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-05-26 09:46:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','26.00','25','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174825279822402853505'),(5169,'111748252796','59',1.00,'50','retail','0','2025-05-26 12:46:50','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-26 09:46:56','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','27.00','26','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174825281155322030343'),(5170,'181748250917','59',1.00,'50','retail','0','2025-05-26 12:15:17','','','','0','Cash',6.78,'50','','','18','','1','2025-05-26 09:53:48','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','29.00','28','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174825091990138812232'),(5171,'181748250917','59',1.00,'50','retail','0','2025-05-26 12:15:22','','','','0','Cash',6.78,'50','','','18','','1','2025-05-26 09:53:48','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','28.00','27','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174825092423343222904'),(5172,'181748250917','34',1.00,'280','retail','0','2025-05-26 12:16:01','','','','0','Cash',37.97,'280','','','18','16.00','1','2025-05-26 09:53:48','1','13','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174825096222082327000'),(5173,'181748250917','40',1.00,'150','retail','0','2025-05-26 12:52:07','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-26 09:53:48','1','13','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174825312983588231520'),(5174,'181748250917','30',1.00,'50','retail','0','2025-05-26 12:52:52','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-26 09:53:48','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174825317303401233132'),(5175,'181748250917','18',1.00,'150','retail','0','2025-05-26 12:53:03','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-26 09:53:48','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','25.00','24','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174825318532111033333'),(5176,'181748250917','18',1.00,'150','retail','0','2025-05-26 12:53:09','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-26 09:53:48','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174825319182232023920'),(5177,'181748250917','34',1.00,'280','retail','0','2025-05-26 12:53:28','','','','0','Cash',37.97,'280','','','18','16.00','1','2025-05-26 09:53:48','1','13','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174825321121322312082'),(5181,'111748253514','95',1.00,'100','retail','0','2025-05-26 12:58:34','','','','01','Cash',13.56,'100','','','11','','1','2025-05-26 10:11:10','1','12','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174825351553354302324'),(5182,'111748253514','8',1.00,'30','retail','0','2025-05-26 12:58:38','','','','0','Cash',4.07,'30','','','11','','1','2025-05-26 10:11:10','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174825351951435102003'),(5183,'111748253514','1',1.00,'50','retail','0','2025-05-26 12:58:54','','','','0','Cash',6.78,'50','','','11','','1','2025-05-26 10:11:10','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174825353523230135333'),(5184,'111748253514','8',1.00,'30','retail','0','2025-05-26 13:11:04','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-26 10:11:10','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174825426622222032052'),(5186,'181748255539','8',1.00,'30','retail','0','2025-05-26 13:32:19','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-26 10:32:24','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174825554008334434333'),(5187,'181748254492','59',1.00,'50','retail','0','2025-05-26 13:14:52','','','','0','Cash',6.78,'50','','','18','','1','2025-05-26 10:36:15','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','26.00','25','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174825449302221825323'),(5188,'181748254492','59',1.00,'50','retail','0','2025-05-26 13:36:10','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-26 10:36:15','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','25.00','24','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174825577102000531407'),(5189,'111748255841','19',1.00,'180','retail','0','2025-05-26 13:37:21','','','','0','Cash',24.41,'180','','','11','16.00','1','2025-05-26 10:37:25','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','32.00','31','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174825584283423443742'),(5191,'181748260533','52',1.00,'150','retail','0','2025-05-26 14:55:33','','','','0','Cash',20.34,'150','','','18','','1','2025-05-26 12:04:43','3','7','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174826053532838472322'),(5192,'181748260533','1',1.00,'50','retail','0','2025-05-26 15:03:59','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-26 12:04:43','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174826104142200336023'),(5193,'181748260533','11',1.00,'60','retail','0','2025-05-26 15:04:14','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-05-26 12:04:43','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','73.00','72','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174826105503163701010'),(5194,'181748260533','11',1.00,'60','retail','0','2025-05-26 15:04:18','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-05-26 12:04:43','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','72.00','71','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174826106033832630006'),(5198,'181748262813','8',1.00,'30','retail','0','2025-05-26 15:33:33','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-26 12:34:27','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174826281538223322220'),(5199,'181748262813','8',1.00,'30','retail','0','2025-05-26 15:33:40','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-26 12:34:27','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174826282123201132321'),(5200,'181748262813','8',1.00,'30','retail','0','2025-05-26 15:34:18','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-26 12:34:27','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174826286063230338022'),(5213,'111748261662','62',1.00,'100','retail','0','2025-05-26 15:14:22','','','','0','Cash',13.56,'100','','','11','','1','2025-05-26 13:57:58','3','8','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174826166361232063163'),(5214,'111748261662','6',1.00,'50','retail','0','2025-05-26 16:56:50','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-26 13:57:58','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','30.00','29','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174826782023233623374'),(5215,'111748261918','30',1.00,'50','retail','0','2025-05-26 15:18:38','','','','0','Cash',6.78,'50','','','11','','1','2025-05-26 14:00:42','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174826191920100100712'),(5216,'111748261918','32',1.00,'300','retail','0','2025-05-26 15:19:19','','','','0','Cash',40.68,'300','','','11','','1','2025-05-26 14:00:42','1','13','new','1','printed','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174826196022262632013'),(5217,'111748261918','18',1.00,'150','retail','0','2025-05-26 16:26:58','','','','0','Cash',20.34,'150','','','11','','1','2025-05-26 14:00:42','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','23.00','22','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174826602063200022023'),(5218,'111748261918','34',1.00,'280','retail','0','2025-05-26 16:27:55','','','','0','Cash',37.97,'280','','','11','','1','2025-05-26 14:00:42','1','13','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174826607933046402330'),(5219,'111748261918','1',1.00,'50','retail','0','2025-05-26 16:28:30','','','','0','Cash',6.78,'50','','','11','','1','2025-05-26 14:00:42','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174826611386312232232'),(5220,'111748261918','62',1.00,'100','retail','0','2025-05-26 17:00:35','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-05-26 14:00:42','3','8','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174826803680623263233'),(5221,'181748266378','54',1.00,'50','retail','0','2025-05-26 16:32:58','','','','0','Cash',6.78,'50','','','18','','1','2025-05-26 14:15:30','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','46.00','45','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174826637901322239100'),(5222,'181748266378','14',1.00,'100','retail','0','2025-05-26 16:44:33','','','','0','Cash',13.56,'100','','','18','','1','2025-05-26 14:15:30','3','1','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174826707570023237310'),(5223,'181748266378','12',1.00,'50','retail','0','2025-05-26 16:44:45','','','','0','Cash',6.78,'50','','','18','','1','2025-05-26 14:15:30','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','96.00','95','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174826708730268203312'),(5224,'181748266378','11',1.00,'60','retail','0','2025-05-26 16:45:13','','','','0','Cash',8.14,'60','','','18','','1','2025-05-26 14:15:30','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','71.00','70','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174826711528253020213'),(5225,'181748266378','6',1.00,'50','retail','0','2025-05-26 16:45:18','','','','0','Cash',6.78,'50','','','18','','1','2025-05-26 14:15:30','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','31.00','30','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174826712078328030311'),(5226,'181748266378','8',1.00,'30','retail','0','2025-05-26 16:45:26','','','','0','Cash',4.07,'30','','','18','','1','2025-05-26 14:15:30','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174826712870063700003'),(5227,'181748266378','18',1.00,'150','retail','0','2025-05-26 17:15:20','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-26 14:15:30','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','22.00','21','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174826892383688231620'),(5228,'111748269992','30',1.00,'50','retail','0','2025-05-26 17:33:12','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-26 14:33:52','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','50.00','49','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174826999892024229220'),(5229,'111748269992','40',1.00,'150','retail','0','2025-05-26 17:33:41','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-05-26 14:33:52','1','13','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174827002413271230201'),(5230,'181748270106','70',1.00,'250','retail','0','2025-05-26 17:35:07','','','','0','Cash',33.90,'250','','','18','16.00','1','2025-05-26 14:37:02','3','10','new','1','new','pcs','','','','yes','','4.24','','','VATABLE',211.86,'1','39.00','38','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174827010937200013282'),(5231,'181748270106','6',1.00,'50','retail','0','2025-05-26 17:35:35','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-26 14:37:02','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','29.00','28','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174827013708731333303'),(5232,'181748270106','7',1.00,'20','retail','0','2025-05-26 17:35:44','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-26 14:37:02','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174827014821018803123'),(5233,'181748270106','7',1.00,'20','retail','0','2025-05-26 17:35:55','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-26 14:37:02','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174827015972232900203'),(5234,'181748270106','1',1.00,'50','retail','0','2025-05-26 17:36:38','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-26 14:37:02','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174827020133021210041'),(5235,'181748271058','38',1.00,'50','retail','0','2025-05-26 17:50:58','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-26 14:51:04','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','43.00','42','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174827106003241212202'),(5236,'111748272552','1',1.00,'50','retail','0','2025-05-26 18:15:52','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-26 15:17:00','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174827255433033230352'),(5237,'111748272552','1',1.00,'50','retail','0','2025-05-26 18:15:57','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-26 15:17:00','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174827256102013230343'),(5238,'111748272552','1',1.00,'50','retail','0','2025-05-26 18:16:04','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-26 15:17:00','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174827256552220123370'),(5239,'111748272552','7',1.00,'20','retail','0','2025-05-26 18:16:34','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-05-26 15:17:00','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174827259626295627202'),(5240,'111748272552','7',1.00,'20','retail','0','2025-05-26 18:16:43','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-05-26 15:17:00','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174827260527320240221'),(5241,'111748272552','11',1.00,'60','retail','0','2025-05-26 18:16:52','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-05-26 15:17:00','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','70.00','69','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174827261471373413312'),(5242,'181748273182','44',1.00,'150','retail','0','2025-05-26 18:26:22','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-26 15:26:30','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174827318428303334808'),(5243,'181748275790','38',1.00,'50','retail','0','2025-05-26 19:09:50','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-26 16:11:33','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','42.00','41','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174827579673003522803'),(5244,'181748275790','38',1.00,'50','retail','0','2025-05-26 19:10:01','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-26 16:11:33','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','41.00','40','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174827580430821372324'),(5245,'181748275790','38',1.00,'50','retail','0','2025-05-26 19:10:19','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-26 16:11:33','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','40.00','39','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174827582820383538303'),(5246,'181748275790','38',1.00,'50','retail','0','2025-05-26 19:10:50','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-26 16:11:33','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','39.00','38','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174827586102737333258'),(5247,'181748275790','38',1.00,'50','retail','0','2025-05-26 19:11:18','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-26 16:11:33','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','38.00','37','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174827588003080352002'),(5248,'111748276076','11',1.00,'60','retail','0','2025-05-26 19:14:36','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-05-26 16:15:41','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','69.00','68','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174827607820471323700'),(5249,'111748276076','11',1.00,'60','retail','0','2025-05-26 19:14:40','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-05-26 16:15:41','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','68.00','67','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174827608330022278233'),(5250,'111748276076','1',1.00,'50','retail','0','2025-05-26 19:15:02','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-26 16:15:41','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174827610630832073220'),(5251,'111748276076','1',1.00,'50','retail','0','2025-05-26 19:15:09','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-26 16:15:41','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174827611112228273322'),(5252,'111748276076','10',1.00,'180','retail','0','2025-05-26 19:15:12','','','','0','Cash',24.41,'180','','','11','16.00','1','2025-05-26 16:15:41','1','12','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174827613280631330010'),(5253,'181748277231','8',1.00,'30','retail','0','2025-05-26 19:33:52','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-26 16:34:18','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174827723422032327214'),(5254,'181748277231','50',1.00,'50','retail','0','2025-05-26 19:34:11','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-26 16:34:18','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','93.00','92','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174827725333237113100'),(5259,'181748279348','93',1.00,'300','retail','0','2025-05-26 20:09:09','','','','0','Cash',40.68,'300','','','18','16.00','1','2025-05-26 17:09:16','1','3','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174827935013402722822'),(5260,'111748278267','1',1.00,'50','retail','0','2025-05-26 19:51:07','','','','0','Cash',6.78,'50','','','11','','1','2025-05-26 17:19:39','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174827826804266031222'),(5261,'111748278267','6',1.00,'50','retail','0','2025-05-26 19:51:22','','','','0','Cash',6.78,'50','','','11','','1','2025-05-26 17:19:39','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','28.00','27','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174827828312222073730'),(5262,'111748278267','7',1.00,'20','retail','0','2025-05-26 20:19:33','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-05-26 17:19:39','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174827997531132037230'),(5263,'111748277520','23',1.00,'350','retail','0','2025-05-26 19:38:40','','','','0','Cash',47.46,'350','','','11','','1','2025-05-26 17:25:34','1','3','new','1','printed','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174827753803322373232'),(5264,'111748277520','30',1.00,'50','retail','0','2025-05-26 19:39:17','','','','0','Cash',6.78,'50','','','11','','1','2025-05-26 17:25:34','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','49.00','48','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174827755823320324223'),(5265,'111748277520','54',1.00,'50','retail','0','2025-05-26 20:25:29','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-26 17:25:34','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','45.00','44','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174828033110328321033'),(5266,'111748280701','38',1.00,'50','retail','0','2025-05-26 20:31:41','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-26 17:31:46','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','37.00','36','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174828070207822733223'),(5267,'111748281302','14',1.00,'100','retail','0','2025-05-26 20:41:42','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-05-26 17:41:50','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174828130320132320333'),(5268,'191748315877','7',1.00,'20','retail','0','2025-05-27 06:17:57','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-05-27 05:27:12','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174831587831333333080'),(5269,'191748315877','7',1.00,'20','retail','0','2025-05-27 08:26:58','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-05-27 05:27:12','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','100.00','99','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174832361933096832022'),(5270,'191748323730','6',1.00,'50','retail','0','2025-05-27 08:28:50','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-27 05:29:39','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','27.00','26','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174832373134327323243'),(5271,'191748323730','6',1.00,'50','retail','0','2025-05-27 08:28:59','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-27 05:29:39','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','26.00','25','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174832374043233113237'),(5272,'191748323730','7',1.00,'20','retail','0','2025-05-27 08:29:03','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-05-27 05:29:39','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','99.00','98','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174832374583223293333'),(5273,'191748323730','1',1.00,'50','retail','0','2025-05-27 08:29:26','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-27 05:29:39','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174832376732333032323'),(5274,'191748325038','1',1.00,'50','retail','0','2025-05-27 08:50:38','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-27 05:50:44','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','5008.00','5007','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174832503923121122272'),(5275,'111748326900','1',1.00,'50','retail','0','2025-05-27 09:21:40','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-27 06:25:37','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','5007.00','5006','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174832690200223203221'),(5276,'111748326900','1',1.00,'50','retail','0','2025-05-27 09:21:45','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-27 06:25:37','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','5006.00','5005','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174832690604333363322'),(5277,'111748326900','6',1.00,'50','retail','0','2025-05-27 09:25:27','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-27 06:25:37','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','525.00','524','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174832712807732131001'),(5278,'111748326900','6',1.00,'50','retail','0','2025-05-27 09:25:31','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-27 06:25:37','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','524.00','523','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174832713301113322718'),(5279,'111748327648','7',1.00,'20','retail','0','2025-05-27 09:34:08','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-05-27 06:34:22','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','98.00','97','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174832764912084132269'),(5280,'111748327648','7',1.00,'20','retail','0','2025-05-27 09:34:12','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-05-27 06:34:22','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','97.00','96','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174832765313820233002'),(5281,'111748327648','7',1.00,'20','retail','0','2025-05-27 09:34:17','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-05-27 06:34:22','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','96.00','95','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174832765813022812320'),(5282,'111748329135','45',1.00,'180','retail','0','2025-05-27 09:58:55','','','','0','Cash',24.41,'180','','','11','16.00','1','2025-05-27 06:59:02','3','5','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','104.00','103','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174832913623230132333'),(5283,'221748330398','7',1.00,'20','retail','0','2025-05-27 10:19:58','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-27 07:20:18','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','95.00','94','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174833039902332032200'),(5284,'221748330398','7',1.00,'20','retail','0','2025-05-27 10:20:09','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-27 07:20:18','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','94.00','93','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174833041123113233223'),(5285,'221748331974','8',1.00,'30','retail','0','2025-05-27 10:46:14','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-27 07:46:19','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','2019.00','2018','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174833197598227352730'),(5286,'221748332067','85',1.00,'200','retail','0','2025-05-27 10:47:47','','','','0','Cash',27.12,'200','','','22','16.00','1','2025-05-27 07:47:53','3','10','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','516.00','515','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174833206832203208327'),(5287,'111748334372','44',1.00,'150','retail','0','2025-05-27 11:26:12','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-05-27 08:26:17','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','203.00','202','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174833437322013221033'),(5288,'111748335597','11',1.00,'60','retail','0','2025-05-27 11:46:37','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-05-27 08:48:20','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','67.00','66','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174833559822028033003'),(5289,'111748335597','13',1.00,'100','retail','0','2025-05-27 11:46:59','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-05-27 08:48:20','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','508.00','507','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174833562130223406303'),(5290,'111748335597','72',1.00,'300','retail','0','2025-05-27 11:47:56','','','','0','Cash',40.68,'300','','','11','16.00','1','2025-05-27 08:48:20','3','10','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','800.00','799','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174833567723320133333'),(5291,'111748335597','6',1.00,'50','retail','0','2025-05-27 11:48:15','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-27 08:48:20','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','523.00','522','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174833569630183635213'),(5292,'221748335865','1',1.00,'50','retail','0','2025-05-27 11:51:05','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-27 08:52:37','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','5005.00','5004','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174833586622202200223'),(5293,'221748335865','54',1.00,'50','retail','0','2025-05-27 11:51:29','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-27 08:52:37','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','44.00','43','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174833589122913233397'),(5294,'221748335865','8',1.00,'30','retail','0','2025-05-27 11:52:11','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-27 08:52:37','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','2018.00','2017','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174833593350320393073'),(5295,'221748335865','95',1.00,'100','retail','0','2025-05-27 11:52:23','','','','01','Cash',13.56,'100','','','22','16.00','1','2025-05-27 08:52:37','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','300.00','299','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174833594532022223350'),(5296,'221748338182','53',1.00,'100','retail','0','2025-05-27 12:29:42','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-05-27 09:29:48','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','803.00','802','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174833818402203024103'),(5297,'221748341848','38',1.00,'50','retail','0','2025-05-27 13:30:48','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-27 10:31:07','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','436.00','435','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174834185134383001107'),(5298,'221748341848','38',1.00,'50','retail','0','2025-05-27 13:30:56','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-27 10:31:07','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','435.00','434','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174834186222022033003'),(5299,'111748343408','6',1.00,'50','retail','0','2025-05-27 13:56:48','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-27 10:57:42','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','522.00','521','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174834341072411142242'),(5300,'111748343408','6',1.00,'50','retail','0','2025-05-27 13:56:55','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-27 10:57:42','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','521.00','520','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174834341832322401323'),(5301,'111748343408','6',2.00,'100','retail','0','2025-05-27 13:57:19','','','','0','Cash',13.56,'50','','','11','16.00','1','2025-05-27 10:57:42','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'2','520.00','518','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174834344144003220030'),(5302,'111748344367','18',1.00,'150','retail','0','2025-05-27 14:12:47','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-05-27 11:13:38','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1021.00','1020','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174834437211442833001'),(5303,'111748344367','25',1.00,'200','retail','0','2025-05-27 14:13:02','','','','0','Cash',27.12,'200','','','11','16.00','1','2025-05-27 11:13:38','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','209.00','208','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174834438433322240132'),(5304,'111748344367','11',1.00,'60','retail','0','2025-05-27 14:13:11','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-05-27 11:13:38','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','66.00','65','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174834439423234041402'),(5305,'111748344367','11',1.00,'60','retail','0','2025-05-27 14:13:20','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-05-27 11:13:38','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','65.00','64','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174834440612220303361'),(5308,'221748344943','28',1.00,'200','retail','0','2025-05-27 14:22:23','','','','0','Cash',27.12,'200','','','22','16.00','1','2025-05-27 11:22:38','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','606.00','605','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174834494501242322543'),(5309,'221748344943','28',1.00,'200','retail','0','2025-05-27 14:22:31','','','','0','Cash',27.12,'200','','','22','16.00','1','2025-05-27 11:22:38','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','605.00','604','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174834495300930723332'),(5310,'221748344689','30',1.00,'50','retail','0','2025-05-27 14:18:09','','','','0','Cash',6.78,'50','','','22','','1','2025-05-27 11:32:52','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','748.00','747','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174834469133308220023'),(5311,'221748344689','21',1.00,'280','retail','0','2025-05-27 14:18:17','','','','0','Cash',37.97,'280','','','22','','1','2025-05-27 11:32:52','1','3','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174834469928200222028'),(5312,'221748344689','59',1.00,'50','retail','0','2025-05-27 14:32:43','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-27 11:32:52','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','784.00','783','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174834556523422328205'),(5322,'221748346298','72',1.00,'300','retail','0','2025-05-27 14:44:58','','','','0','Cash',40.68,'300','','','22','','1','2025-05-27 12:08:14','3','10','new','1','printed','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','799.00','798','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174834630042200223222'),(5323,'221748346298','59',1.00,'50','retail','0','2025-05-27 14:45:12','','','','0','Cash',6.78,'50','','','22','','1','2025-05-27 12:08:14','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','783.00','782','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174834631323432023337'),(5324,'221748346298','30',1.00,'50','retail','0','2025-05-27 14:45:41','','','','0','Cash',6.78,'50','','','22','','1','2025-05-27 12:08:14','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','747.00','746','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174834634223003032222'),(5325,'221748346298','21',1.00,'280','retail','0','2025-05-27 14:45:48','','','','0','Cash',37.97,'280','','','22','','1','2025-05-27 12:08:14','1','3','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174834635122122331412'),(5326,'221748346298','38',1.00,'50','retail','0','2025-05-27 15:02:33','','','','0','Cash',6.78,'50','','','22','','1','2025-05-27 12:08:14','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','434.00','433','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174834735531024023250'),(5327,'221748346298','29',1.00,'100','retail','0','2025-05-27 15:07:05','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-05-27 12:08:14','1','3','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','1007.00','1006','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174834762623070204032'),(5328,'221748346298','21',1.00,'280','retail','0','2025-05-27 15:07:45','','','','0','Cash',37.97,'280','','','22','16.00','1','2025-05-27 12:08:14','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174834766633122242380'),(5329,'111748349557','8',1.00,'30','retail','0','2025-05-27 15:39:17','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-27 12:39:25','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','2017.00','2016','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174834955919283508303'),(5330,'111748352355','88',1.00,'150','retail','0','2025-05-27 16:25:55','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-05-27 13:27:05','3','10','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','49.00','48','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174835237720340118383'),(5331,'111748352355','88',1.00,'150','retail','0','2025-05-27 16:26:17','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-05-27 13:27:05','3','10','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','48.00','47','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174835239501120307001'),(5332,'111748352546','59',1.00,'50','retail','0','2025-05-27 16:29:06','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-27 13:29:12','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','782.00','781','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174835254803213012272'),(5333,'221748353250','54',1.00,'50','retail','0','2025-05-27 16:40:50','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-27 13:41:01','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','43.00','42','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174835325232222253222'),(5335,'221748356129','45',1.00,'180','retail','0','2025-05-27 17:28:49','','','','0','Cash',24.41,'180','','','22','16.00','1','2025-05-27 14:29:09','3','5','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','103.00','102','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174835613035100082033'),(5336,'221748356129','59',1.00,'50','retail','0','2025-05-27 17:29:03','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-27 14:29:09','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','781.00','780','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174835614431002552301'),(5348,'111748355206','38',1.00,'50','retail','0','2025-05-27 17:13:26','','','','0','Cash',6.78,'50','','','11','','1','2025-05-27 14:42:53','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','433.00','432','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174835520801132008172'),(5349,'111748355206','38',1.00,'50','retail','0','2025-05-27 17:42:46','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-27 14:42:53','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','427.00','426','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174835696924580663173'),(5355,'111748357536','25',1.00,'200','retail','0','2025-05-27 17:52:21','','','','0','Cash',27.12,'200','','','11','16.00','1','2025-05-27 14:52:52','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','208.00','207','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174835754222022033003'),(5356,'111748357536','25',1.00,'200','retail','0','2025-05-27 17:52:25','','','','0','Cash',27.12,'200','','','11','16.00','1','2025-05-27 14:52:52','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','207.00','206','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174835754711071202511'),(5357,'111748357536','1',1.00,'50','retail','0','2025-05-27 17:52:47','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-27 14:52:52','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','5003.00','5002','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174835756832332027802'),(5358,'111748356692','38',1.00,'50','retail','0','2025-05-27 17:38:12','','','','0','Cash',6.78,'50','','','11','','1','2025-05-27 14:53:53','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','432.00','431','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174835669306332033312'),(5359,'111748356692','38',1.00,'50','retail','0','2025-05-27 17:38:16','','','','0','Cash',6.78,'50','','','11','','1','2025-05-27 14:53:53','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','431.00','430','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174835669721823210200'),(5360,'111748356692','8',1.00,'30','retail','0','2025-05-27 17:38:23','','','','0','Cash',4.07,'30','','','11','','1','2025-05-27 14:53:53','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','2016.00','2015','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174835670401368222020'),(5361,'111748356692','8',1.00,'30','retail','0','2025-05-27 17:38:27','','','','0','Cash',4.07,'30','','','11','','1','2025-05-27 14:53:53','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','2015.00','2014','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174835670920023230532'),(5362,'111748356692','38',1.00,'50','retail','0','2025-05-27 17:47:50','','','','0','Cash',6.78,'50','','','11','','1','2025-05-27 14:53:53','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','426.00','425','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174835727207372753420'),(5363,'111748356692','38',1.00,'50','retail','0','2025-05-27 17:53:44','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-27 14:53:53','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','425.00','424','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174835762520223440023'),(5364,'111748356768','38',1.00,'50','retail','0','2025-05-27 17:39:28','','','','0','Cash',6.78,'50','','','11','','1','2025-05-27 14:54:36','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','430.00','429','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174835676932143625230'),(5365,'111748356768','38',1.00,'50','retail','0','2025-05-27 17:39:33','','','','0','Cash',6.78,'50','','','11','','1','2025-05-27 14:54:36','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','429.00','428','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174835677432230242521'),(5366,'111748356768','1',1.00,'50','retail','0','2025-05-27 17:39:48','','','','0','Cash',6.78,'50','','','11','','1','2025-05-27 14:54:36','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','5004.00','5003','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174835679024111071330'),(5367,'111748356768','38',1.00,'50','retail','0','2025-05-27 17:42:07','','','','0','Cash',6.78,'50','','','11','','1','2025-05-27 14:54:36','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','428.00','427','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174835692923310723645'),(5368,'111748356768','38',1.00,'50','retail','0','2025-05-27 17:54:30','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-27 14:54:36','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','424.00','423','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174835767107374723022'),(5370,'111748358237','1',1.00,'50','retail','0','2025-05-27 18:03:58','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-27 15:04:06','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','5002.00','5001','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174835824000423343220'),(5376,'111748358595','41',1.00,'100','retail','0','2025-05-27 18:09:55','','','','0','Cash',13.56,'100','','','11','','1','2025-05-27 15:20:12','3','4','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','209.00','208','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174835860703220220333'),(5377,'111748358595','44',1.00,'150','retail','0','2025-05-27 18:11:13','','','','0','Cash',20.34,'150','','','11','','1','2025-05-27 15:20:12','3','5','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','202.00','201','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174835867422163033642'),(5378,'111748358595','6',1.00,'50','retail','0','2025-05-27 18:11:29','','','','0','Cash',6.78,'50','','','11','','1','2025-05-27 15:20:12','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','518.00','517','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174835869000010003033'),(5379,'111748358595','28',1.00,'200','retail','0','2025-05-27 18:19:50','','','','0','Cash',27.12,'200','','','11','16.00','1','2025-05-27 15:20:12','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','602.00','601','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174835919112233242392'),(5380,'111748358595','8',1.00,'30','retail','0','2025-05-27 18:20:03','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-27 15:20:12','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','2014.00','2013','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174835920433001092002'),(5381,'221748359963','40',1.00,'150','retail','0','2025-05-27 18:32:43','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-05-27 15:32:59','1','13','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','401.00','400','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174835996468936420228'),(5382,'221748359963','8',1.00,'30','retail','0','2025-05-27 18:32:52','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-27 15:32:59','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','2013.00','2012','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174835997392538327312'),(5383,'221748357878','28',1.00,'200','retail','0','2025-05-27 17:57:58','','','','0','Cash',27.12,'200','','','22','','1','2025-05-27 15:36:48','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','604.00','603','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174835788102853712532'),(5384,'221748357878','28',1.00,'200','retail','0','2025-05-27 18:06:14','','','','0','Cash',27.12,'200','','','22','','1','2025-05-27 15:36:48','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','603.00','602','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174835837663324222201'),(5385,'221748357878','38',1.00,'50','retail','0','2025-05-27 18:36:35','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-27 15:36:48','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','423.00','422','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174836019697632722061'),(5386,'221748357878','38',1.00,'50','retail','0','2025-05-27 18:36:41','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-27 15:36:48','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','422.00','421','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174836020282233322223'),(5387,'221748360645','38',1.00,'50','retail','0','2025-05-27 18:44:05','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-27 15:44:09','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','421.00','420','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174836064602200331320'),(5391,'111748361210','32',1.00,'300','retail','0','2025-05-27 18:53:30','','','','0','Cash',40.68,'300','','','11','16.00','1','2025-05-27 15:53:52','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','510.00','509','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174836121222333211633'),(5392,'111748361210','30',1.00,'50','retail','0','2025-05-27 18:53:47','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-27 15:53:52','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','746.00','745','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174836122833233312023'),(5393,'111748361617','41',1.00,'100','retail','0','2025-05-27 19:00:17','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-05-27 16:00:32','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','208.00','207','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174836162972611162262'),(5398,'221748360944','18',1.00,'150','retail','0','2025-05-27 18:49:04','','','','0','Cash',20.34,'150','','','22','','1','2025-05-27 16:09:53','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1020.00','1019','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174836094522408303043'),(5399,'221748360944','34',1.00,'280','retail','0','2025-05-27 18:49:57','','','','0','Cash',37.97,'280','','','22','','1','2025-05-27 16:09:53','1','13','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','513.00','512','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174836099833320922039'),(5400,'221748360944','53',1.00,'100','retail','0','2025-05-27 18:50:30','','','','0','Cash',13.56,'100','','','22','','1','2025-05-27 16:09:53','3','7','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','802.00','801','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174836103222232232021'),(5401,'221748360944','41',1.00,'100','retail','0','2025-05-27 19:02:31','','','','0','Cash',13.56,'100','','','22','','1','2025-05-27 16:09:53','3','4','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','207.00','206','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174836175330017502020'),(5402,'221748360944','8',1.00,'30','retail','0','2025-05-27 19:09:27','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-27 16:09:53','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','2012.00','2011','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174836216922460223420'),(5403,'221748360944','8',1.00,'30','retail','0','2025-05-27 19:09:34','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-27 16:09:53','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','2011.00','2010','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174836217637326233047'),(5404,'221748360944','38',1.00,'50','retail','0','2025-05-27 19:09:44','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-27 16:09:53','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','420.00','419','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174836218533382222206'),(5405,'221748362293','32',1.00,'300','retail','0','2025-05-27 19:11:33','','','','0','Cash',40.68,'300','','','22','16.00','1','2025-05-27 16:11:45','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','509.00','508','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174836229434703038023'),(5406,'111748362341','1',1.00,'50','retail','0','2025-05-27 19:12:21','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-27 16:12:28','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','5001.00','5000','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174836234242333231333'),(5407,'111748362367','7',1.00,'20','retail','0','2025-05-27 19:12:47','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-05-27 16:13:04','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','93.00','92','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174836236922233433133'),(5408,'111748362367','38',1.00,'50','retail','0','2025-05-27 19:12:59','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-27 16:13:04','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','419.00','418','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174836238023102122073'),(5413,'221748363312','52',1.00,'150','retail','0','2025-05-27 19:28:32','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-05-27 16:29:04','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','918.00','917','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174836331433801233338'),(5414,'221748363312','13',1.00,'100','retail','0','2025-05-27 19:28:54','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-05-27 16:29:04','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','507.00','506','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174836333663732337322'),(5417,'111748362566','1',1.00,'50','retail','0','2025-05-27 19:16:06','','','','0','Cash',6.78,'50','','','11','','1','2025-05-27 16:48:51','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','5000.00','4999','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174836256832263632013'),(5418,'111748362566','1',1.00,'50','retail','0','2025-05-27 19:16:10','','','','0','Cash',6.78,'50','','','11','','1','2025-05-27 16:48:51','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4999.00','4998','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174836257223227112320'),(5419,'111748362566','8',1.00,'30','retail','0','2025-05-27 19:16:25','','','','0','Cash',4.07,'30','','','11','','1','2025-05-27 16:48:51','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','2010.00','2009','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174836258732572122002'),(5420,'111748362566','1',1.00,'50','retail','0','2025-05-27 19:48:47','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-27 16:48:51','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4998.00','4997','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174836452828338200202'),(5421,'221748364819','1',1.00,'50','retail','0','2025-05-27 19:53:39','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-27 16:54:11','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4997.00','4996','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174836482112821333332'),(5422,'221748364819','6',1.00,'50','retail','0','2025-05-27 19:53:59','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-27 16:54:11','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','517.00','516','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174836484027232128380'),(5423,'221748364819','6',1.00,'50','retail','0','2025-05-27 19:54:04','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-27 16:54:11','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','516.00','515','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174836484532222204430'),(5424,'111748365142','25',1.00,'200','retail','0','2025-05-27 19:59:02','','','','0','Cash',27.12,'200','','','11','16.00','1','2025-05-27 17:05:51','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','206.00','205','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174836514473420303030'),(5425,'111748365142','25',1.00,'200','retail','0','2025-05-27 19:59:07','','','','0','Cash',27.12,'200','','','11','16.00','1','2025-05-27 17:05:51','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','205.00','204','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174836514922272333033'),(5426,'111748365142','21',1.00,'280','retail','0','2025-05-27 20:02:20','','','','0','Cash',37.97,'280','','','11','16.00','1','2025-05-27 17:05:51','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','28.00','27','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174836534122303231133'),(5427,'111748365142','21',1.00,'280','retail','0','2025-05-27 20:02:24','','','','0','Cash',37.97,'280','','','11','16.00','1','2025-05-27 17:05:51','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','27.00','26','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174836534600340333332'),(5428,'111748365142','19',1.00,'180','retail','0','2025-05-27 20:02:36','','','','0','Cash',24.41,'180','','','11','16.00','1','2025-05-27 17:05:51','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','731.00','730','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174836535722201203302'),(5429,'111748365142','19',1.00,'180','retail','0','2025-05-27 20:02:40','','','','0','Cash',24.41,'180','','','11','16.00','1','2025-05-27 17:05:51','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','730.00','729','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174836536118325731232'),(5430,'111748365142','23',1.00,'350','retail','0','2025-05-27 20:04:56','','','','0','Cash',47.46,'350','','','11','16.00','1','2025-05-27 17:05:51','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','307.00','306','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174836551352153322322'),(5431,'111748365142','23',1.00,'350','retail','0','2025-05-27 20:05:14','','','','0','Cash',47.46,'350','','','11','16.00','1','2025-05-27 17:05:51','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','306.00','305','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174836553801225082173'),(5433,'221748365645','44',1.00,'150','retail','0','2025-05-27 20:07:25','','','','0','Cash',20.34,'150','','','22','','1','2025-05-27 17:13:30','3','5','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','201.00','200','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174836564673563033336'),(5434,'221748365645','44',1.00,'150','retail','0','2025-05-27 20:13:23','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-05-27 17:13:30','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','200.00','199','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174836600530000573322'),(5435,'221748366030','1',1.00,'50','retail','0','2025-05-27 20:13:50','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-27 17:14:02','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4996.00','4995','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174836603203330204323'),(5436,'221748366030','1',1.00,'50','retail','0','2025-05-27 20:13:55','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-27 17:14:02','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4995.00','4994','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174836603630326333626'),(5437,'111748363051','18',1.00,'150','retail','0','2025-05-27 19:24:11','','','','0','Cash',20.34,'150','','','11','','1','2025-05-27 17:27:39','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1019.00','1018','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174836305333232333033'),(5438,'111748363051','18',1.00,'150','retail','0','2025-05-27 19:37:07','','','','0','Cash',20.34,'150','','','11','','1','2025-05-27 17:27:39','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1018.00','1017','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174836382933230224932'),(5439,'111748363051','62',1.00,'100','retail','0','2025-05-27 20:27:13','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-05-27 17:27:39','3','8','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174836683420230237383'),(5440,'111748363051','23',1.00,'350','retail','0','2025-05-27 20:27:15','','','','0','Cash',47.46,'350','','','11','16.00','1','2025-05-27 17:27:39','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','305.00','304','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174836685581223331336'),(5441,'221748369078','16',1.00,'150','retail','0','2025-05-27 21:04:38','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-05-27 18:05:19','3','1','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','457.00','456','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174836910702302933430'),(5442,'221748369078','45',1.00,'180','retail','0','2025-05-27 21:05:14','','','','0','Cash',24.41,'180','','','22','16.00','1','2025-05-27 18:05:19','3','5','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','102.00','101','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174836911532333237200'),(5443,'111748369654','31',1.00,'150','retail','0','2025-05-27 21:14:14','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-05-27 18:14:19','1','3','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1903.00','1902','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174836965523325302914'),(5444,'191748371831','33',1.00,'600','retail','0','2025-05-27 21:50:31','','','','0','Cash',81.36,'600','','','19','16.00','1','2025-05-27 18:50:51','1','13','new','1','new','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','1041.00','1040','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174837183203100372891'),(5445,'191748371831','30',1.00,'50','retail','0','2025-05-27 21:50:46','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-27 18:50:51','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','745.00','744','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174837184723931733734'),(5446,'181748372612','55',1.00,'80','retail','0','2025-05-27 22:03:32','','','','0','Cash',10.85,'80','','','18','16.00','1','2025-05-27 19:03:38','3','8','new','1','new','pcs','','','','yes','','1.36','','','VATABLE',67.80,'1','695.00','694','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174837261430274410130'),(5447,'191748373356','45',1.00,'180','retail','0','2025-05-27 22:15:56','','','','0','Cash',24.41,'180','','','19','16.00','1','2025-05-27 19:16:03','3','5','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','101.00','100','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174837335823031323333'),(5448,'191748380800','63',1.00,'100','retail','0','2025-05-28 00:20:00','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-05-27 21:20:05','3','8','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174838080103203422330'),(5449,'191748395912','1',1.00,'50','retail','0','2025-05-28 04:31:52','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-28 01:32:05','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4994.00','4993','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174839591399323012292'),(5450,'191748395912','1',1.00,'50','retail','0','2025-05-28 04:31:56','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-28 01:32:05','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4993.00','4992','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174839591723702320222'),(5451,'191748395912','1',1.00,'50','retail','0','2025-05-28 04:32:00','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-28 01:32:05','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4992.00','4991','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174839592102022232070'),(5452,'191748406621','1',1.00,'50','retail','0','2025-05-28 07:30:21','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-28 04:31:16','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4991.00','4990','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174840662232230242021'),(5453,'191748406621','1',1.00,'50','retail','0','2025-05-28 07:30:25','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-28 04:31:16','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4990.00','4989','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174840662603333020322'),(5454,'191748406621','8',1.00,'30','retail','0','2025-05-28 07:30:42','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-05-28 04:31:16','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','2009.00','2008','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174840664392034900290'),(5455,'191748406621','8',1.00,'30','retail','0','2025-05-28 07:30:47','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-05-28 04:31:16','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','2008.00','2007','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174840664930829412028'),(5456,'191748406621','11',1.00,'60','retail','0','2025-05-28 07:30:59','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-05-28 04:31:16','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','64.00','63','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174840666026296302224'),(5457,'191748406621','11',1.00,'60','retail','0','2025-05-28 07:31:04','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-05-28 04:31:16','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','63.00','62','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174840666631170703602'),(5459,'191748414031','8',1.00,'30','retail','0','2025-05-28 09:33:51','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-05-28 06:35:17','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','2007.00','2006','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174841403330213323329'),(5460,'191748414031','8',1.00,'30','retail','0','2025-05-28 09:33:55','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-05-28 06:35:17','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','2006.00','2005','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174841403792321322372'),(5461,'191748414031','8',1.00,'30','retail','0','2025-05-28 09:34:00','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-05-28 06:35:17','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','2005.00','2004','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174841404170823431311'),(5462,'191748414031','8',1.00,'30','retail','0','2025-05-28 09:34:05','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-05-28 06:35:17','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','2004.00','2003','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174841404620094022233'),(5463,'191748414031','8',1.00,'30','retail','0','2025-05-28 09:34:10','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-05-28 06:35:17','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','2003.00','2002','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174841405103392394230'),(5464,'191748414031','1',1.00,'50','retail','0','2025-05-28 09:34:26','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-28 06:35:17','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4988.00','4987','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174841406722030223333'),(5465,'191748414031','1',1.00,'50','retail','0','2025-05-28 09:34:33','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-28 06:35:17','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4987.00','4986','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174841407530230321132'),(5466,'191748414031','15',1.00,'150','retail','0','2025-05-28 09:34:45','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-05-28 06:35:17','3','1','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','608.00','607','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174841408722313302101'),(5467,'191748414031','95',1.00,'100','retail','0','2025-05-28 09:35:08','','','','01','Cash',13.56,'100','','','19','16.00','1','2025-05-28 06:35:17','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','299.00','298','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174841411030123421202'),(5468,'191748414192','11',1.00,'60','retail','0','2025-05-28 09:36:32','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-05-28 06:37:48','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','62.00','61','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174841419410330392419'),(5469,'191748414192','11',1.00,'60','retail','0','2025-05-28 09:36:36','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-05-28 06:37:48','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','61.00','60','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174841419733001023072'),(5470,'191748414192','1',1.00,'50','retail','0','2025-05-28 09:37:03','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-28 06:37:48','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4986.00','4985','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174841422618224390392'),(5471,'191748414192','7',1.00,'20','retail','0','2025-05-28 09:37:31','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-05-28 06:37:48','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','92.00','91','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174841425422322393444'),(5472,'191748414192','7',1.00,'20','retail','0','2025-05-28 09:37:42','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-05-28 06:37:48','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','91.00','90','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174841426436423823809'),(5473,'191748414321','1',1.00,'50','retail','0','2025-05-28 09:38:41','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-28 06:38:46','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4985.00','4984','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174841432222222270322'),(5474,'221748413909','1',1.00,'50','retail','0','2025-05-28 09:31:49','','','','0','Cash',6.78,'50','','','22','','1','2025-05-28 06:43:05','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4989.00','4988','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174841391093231823332'),(5475,'221748413909','8',1.00,'30','retail','0','2025-05-28 09:42:52','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-28 06:43:05','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','2002.00','2001','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174841457430313742322'),(5476,'221748413909','8',1.00,'30','retail','0','2025-05-28 09:42:58','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-28 06:43:05','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','2001.00','2000','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174841458080148213233'),(5478,'221748416185','1',1.00,'50','retail','0','2025-05-28 10:09:45','','','','0','Cash',6.78,'50','','','22','','1','2025-05-28 07:16:08','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4984.00','4983','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174841618647002238177'),(5479,'221748416185','7',1.00,'20','retail','0','2025-05-28 10:15:47','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-28 07:16:08','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','90.00','89','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174841654823083002633'),(5480,'221748416185','7',1.00,'20','retail','0','2025-05-28 10:15:52','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-28 07:16:08','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','89.00','88','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174841655302003101323'),(5481,'221748416185','6',1.00,'50','retail','0','2025-05-28 10:15:58','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-28 07:16:08','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','515.00','514','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174841656020330200202'),(5482,'221748417592','1',1.00,'50','retail','0','2025-05-28 10:33:12','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-28 07:33:34','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4983.00','4982','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174841759310292302392'),(5483,'221748417592','95',1.00,'100','retail','0','2025-05-28 10:33:28','','','','01','Cash',13.56,'100','','','22','16.00','1','2025-05-28 07:33:34','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','298.00','297','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174841761042080322321'),(5484,'221748418051','1',1.00,'50','retail','0','2025-05-28 10:40:51','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-28 07:42:04','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4982.00','4981','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174841805223200333301'),(5485,'221748418051','7',1.00,'20','retail','0','2025-05-28 10:41:29','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-28 07:42:04','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','88.00','87','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174841809023230402308'),(5486,'221748418051','7',1.00,'20','retail','0','2025-05-28 10:41:37','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-28 07:42:04','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','87.00','86','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174841809838328287820'),(5487,'221748418051','6',1.00,'50','retail','0','2025-05-28 10:41:43','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-28 07:42:04','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','514.00','513','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174841810420240423021'),(5488,'221748418051','6',1.00,'50','retail','0','2025-05-28 10:41:49','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-28 07:42:04','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','513.00','512','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174841811020312332234'),(5489,'221748418051','6',1.00,'50','retail','0','2025-05-28 10:41:58','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-28 07:42:04','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','512.00','511','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174841811971121280842'),(5490,'211748418955','1',1.00,'50','retail','0','2025-05-28 10:55:55','','','','0','Cash',6.78,'50','','','21','16.00','1','2025-05-28 07:56:44','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4981.00','4980','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174841896302013821070'),(5491,'211748418955','11',1.00,'60','retail','0','2025-05-28 10:56:17','','','','0','Cash',8.14,'60','','','21','16.00','1','2025-05-28 07:56:44','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','60.00','59','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174841898208282323232'),(5492,'211748418955','95',1.00,'100','retail','0','2025-05-28 10:56:32','','','','01','Cash',13.56,'100','','','21','16.00','1','2025-05-28 07:56:44','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','297.00','296','Inclusive','branch','Inventory','1110','4000','5500','yes','','','21174841899843294109923'),(5494,'221748421239','1',1.00,'50','retail','0','2025-05-28 11:33:59','','','','0','Cash',6.78,'50','','','22','','1','2025-05-28 08:38:02','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4980.00','4979','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174842124133422433332'),(5495,'221748421239','11',1.00,'60','retail','0','2025-05-28 11:37:56','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-05-28 08:38:02','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','59.00','58','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174842147724124432342'),(5498,'221748423265','55',1.00,'80','retail','0','2025-05-28 12:07:45','','','','0','Cash',10.85,'80','','','22','16.00','1','2025-05-28 09:07:52','3','8','new','1','new','pcs','','','','yes','','1.36','','','VATABLE',67.80,'1','694.00','693','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174842326633222622222'),(5499,'221748422343','1',1.00,'50','retail','0','2025-05-28 11:52:23','','','','0','Cash',6.78,'50','','','22','','1','2025-05-28 09:27:05','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4979.00','4978','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174842234434223227330'),(5500,'221748422343','40',1.00,'150','retail','0','2025-05-28 11:52:46','','','','0','Cash',20.34,'150','','','22','','1','2025-05-28 09:27:05','1','13','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','400.00','399','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174842236782320432337'),(5501,'221748422343','40',1.00,'150','retail','0','2025-05-28 12:26:58','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-05-28 09:27:05','1','13','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','399.00','398','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174842442004223241002'),(5506,'221748426016','38',1.00,'50','retail','0','2025-05-28 12:53:36','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-28 09:53:55','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','418.00','417','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174842601703026322042'),(5507,'221748426016','38',1.00,'50','retail','0','2025-05-28 12:53:45','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-28 09:53:55','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','417.00','416','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174842602602323187320'),(5508,'221748426071','38',1.00,'50','retail','0','2025-05-28 12:54:31','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-28 09:54:46','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','416.00','415','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174842607233220362234'),(5509,'221748426071','38',1.00,'50','retail','0','2025-05-28 12:54:38','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-28 09:54:46','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','415.00','414','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174842608113071364423'),(5513,'221748426964','44',1.00,'150','retail','0','2025-05-28 13:09:24','','','','0','Cash',20.34,'150','','','22','','1','2025-05-28 10:33:33','3','5','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','198.00','197','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174842696620333222282'),(5514,'221748426964','62',1.00,'100','retail','0','2025-05-28 13:31:49','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-05-28 10:33:33','3','8','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174842831022223321272'),(5515,'221748426964','6',1.00,'50','retail','0','2025-05-28 13:32:33','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-28 10:33:33','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','511.00','510','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174842835473312083320'),(5516,'221748426964','11',1.00,'60','retail','0','2025-05-28 13:32:38','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-05-28 10:33:33','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','58.00','57','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174842836000628300400'),(5517,'221748426964','11',1.00,'60','retail','0','2025-05-28 13:33:21','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-05-28 10:33:33','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','57.00','56','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174842840333822342222'),(5518,'221748424833','25',1.00,'200','retail','0','2025-05-28 12:33:53','','','','0','Cash',27.12,'200','','','22','','1','2025-05-28 10:40:23','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','204.00','203','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174842483448824833223'),(5519,'221748424833','44',1.00,'150','retail','0','2025-05-28 13:40:11','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-05-28 10:40:23','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','197.00','196','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174842881921382347300'),(5520,'221748427888','25',1.00,'200','retail','0','2025-05-28 13:24:49','','','','0','Cash',27.12,'200','','','22','','1','2025-05-28 10:42:38','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','203.00','202','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174842789192227323942'),(5521,'221748427888','1',1.00,'50','retail','0','2025-05-28 13:25:25','','','','0','Cash',6.78,'50','','','22','','1','2025-05-28 10:42:38','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4977.00','4976','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174842793128402122207'),(5522,'221748431500','18',1.00,'150','retail','0','2025-05-28 14:25:00','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-05-28 11:25:06','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1017.00','1016','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174843150200302220024'),(5527,'221748432824','28',1.00,'200','retail','0','2025-05-28 14:47:04','','','','0','Cash',27.12,'200','','','22','16.00','1','2025-05-28 11:47:13','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','601.00','600','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174843282603043812333'),(5533,'221748434633','92',1.00,'30','retail','0','2025-05-28 15:17:13','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-28 12:20:14','1','13','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','202.00','201','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174843463535232024343'),(5534,'221748434633','92',1.00,'30','retail','0','2025-05-28 15:17:23','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-28 12:20:14','1','13','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','201.00','200','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174843464542338327312'),(5535,'221748434633','92',1.00,'30','retail','0','2025-05-28 15:18:15','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-28 12:20:14','1','13','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','200.00','199','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174843469632272200370'),(5536,'221748434633','92',1.00,'30','retail','0','2025-05-28 15:18:26','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-28 12:20:14','1','13','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','199.00','198','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174843470803723443003'),(5537,'221748434633','30',1.00,'50','retail','0','2025-05-28 15:18:51','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-28 12:20:14','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','743.00','742','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174843473432244233343'),(5538,'221748434633','8',1.00,'30','retail','0','2025-05-28 15:19:38','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-28 12:20:14','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1998.00','1997','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174843477937007232433'),(5539,'221748434633','8',1.00,'30','retail','0','2025-05-28 15:19:45','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-28 12:20:14','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1997.00','1996','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174843478702274210243'),(5540,'221748434633','7',1.00,'20','retail','0','2025-05-28 15:19:53','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-28 12:20:14','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','86.00','85','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174843479540335223030'),(5541,'221748434633','7',1.00,'20','retail','0','2025-05-28 15:19:59','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-28 12:20:14','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','85.00','84','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174843480102403422207'),(5544,'221748434898','25',1.00,'200','retail','0','2025-05-28 15:21:39','','','','0','Cash',27.12,'200','','','22','','1','2025-05-28 12:39:58','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','202.00','201','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174843490030000203302'),(5545,'221748434898','41',1.00,'100','retail','0','2025-05-28 15:21:56','','','','0','Cash',13.56,'100','','','22','','1','2025-05-28 12:39:58','3','4','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','206.00','205','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174843491822322323387'),(5546,'221748434898','41',1.00,'100','retail','0','2025-05-28 15:39:46','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-05-28 12:39:58','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','205.00','204','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174843598803530271302'),(5548,'191748436652','1',1.00,'50','retail','0','2025-05-28 15:50:52','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-28 12:51:40','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4976.00','4975','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174843665423901805422'),(5549,'191748436652','1',1.00,'50','retail','0','2025-05-28 15:50:57','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-28 12:51:40','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4975.00','4974','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174843665982739600613'),(5550,'191748436652','7',1.00,'20','retail','0','2025-05-28 15:51:16','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-05-28 12:51:40','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','84.00','83','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174843667842234732013'),(5551,'191748436652','7',1.00,'20','retail','0','2025-05-28 15:51:19','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-05-28 12:51:40','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','83.00','82','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174843668124212762363'),(5552,'191748436652','11',1.00,'60','retail','0','2025-05-28 15:51:27','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-05-28 12:51:40','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','56.00','55','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174843668932323793292'),(5553,'191748437525','1',1.00,'50','retail','0','2025-05-28 16:05:25','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-28 13:06:22','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4974.00','4973','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174843752752332072223'),(5554,'191748437525','7',1.00,'20','retail','0','2025-05-28 16:05:56','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-05-28 13:06:22','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','82.00','81','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174843755822872730222'),(5555,'191748437525','6',1.00,'50','retail','0','2025-05-28 16:06:08','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-28 13:06:22','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','510.00','509','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174843757072325131334'),(5559,'221748424891','44',1.00,'150','retail','0','2025-05-28 12:34:51','','','','0','Cash',20.34,'150','','','22','','1','2025-05-28 13:10:07','3','5','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','199.00','198','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174842489282302203822'),(5560,'221748424891','48',1.00,'20','retail','0','2025-05-28 12:35:20','','','','20','Cash',2.71,'20','','','22','','1','2025-05-28 13:10:07','1','6','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','136.00','135','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174842492244020222333'),(5561,'221748424891','48',1.00,'20','retail','0','2025-05-28 12:35:23','','','','20','Cash',2.71,'20','','','22','','1','2025-05-28 13:10:07','1','6','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','135.00','134','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174842492532213223423'),(5562,'221748424891','43',1.00,'200','retail','0','2025-05-28 15:57:17','','','','0','Cash',27.12,'200','','','22','16.00','1','2025-05-28 13:10:07','3','4','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','519.00','518','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174843703822722327000'),(5563,'221748424891','10',1.00,'180','retail','0','2025-05-28 16:09:55','','','','0','Cash',24.41,'180','','','22','16.00','1','2025-05-28 13:10:07','1','12','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','511.00','510','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174843779633202360238'),(5564,'191748440094','14',1.00,'100','retail','0','2025-05-28 16:48:14','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-05-28 13:51:11','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','513.00','512','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174844009520289974483'),(5565,'191748440094','18',1.00,'150','retail','0','2025-05-28 16:50:30','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-05-28 13:51:11','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1016.00','1015','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174844023202333733330'),(5566,'191748440094','30',1.00,'50','retail','0','2025-05-28 16:50:49','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-28 13:51:11','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','742.00','741','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174844025040320221332'),(5567,'191748440094','39',1.00,'800','retail','0','2025-05-28 16:51:02','','','','0','Cash',108.47,'800','','','19','16.00','1','2025-05-28 13:51:11','1','13','new','1','new','pcs','','','','yes','','13.56','','','VATABLE',677.97,'1','51.00','50','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174844026309004943963'),(5568,'191748441312','11',1.00,'60','retail','0','2025-05-28 17:08:32','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-05-28 14:08:42','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','55.00','54','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174844131503097430243'),(5569,'221748432662','8',1.00,'30','retail','0','2025-05-28 14:44:22','','','','0','Cash',4.07,'30','','','22','','1','2025-05-28 14:17:17','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1999.00','1998','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174843266322607622023'),(5570,'221748432662','21',1.00,'280','retail','0','2025-05-28 14:45:17','','','','0','Cash',37.97,'280','','','22','','1','2025-05-28 14:17:17','1','3','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','26.00','25','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174843271923232323320'),(5571,'221748432662','21',1.00,'280','retail','0','2025-05-28 14:45:24','','','','0','Cash',37.97,'280','','','22','','1','2025-05-28 14:17:17','1','3','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','25.00','24','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174843272633027630202'),(5572,'221748432662','30',1.00,'50','retail','0','2025-05-28 14:45:32','','','','0','Cash',6.78,'50','','','22','','1','2025-05-28 14:17:17','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','744.00','743','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174843273303342300102'),(5573,'221748432662','50',1.00,'50','retail','0','2025-05-28 15:06:41','','','','0','Cash',6.78,'50','','','22','','1','2025-05-28 14:17:17','1','6','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','92.00','91','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174843400422307232200'),(5581,'191748437652','50',1.00,'50','retail','0','2025-05-28 16:07:32','','','','0','Cash',6.78,'50','','','19','','1','2025-05-28 14:33:11','1','6','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','91.00','90','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19174843765372340342023'),(5582,'191748437652','8',1.00,'30','retail','0','2025-05-28 16:08:12','','','','0','Cash',4.07,'30','','','19','','1','2025-05-28 14:33:11','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1996.00','1995','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19174843769382002313643'),(5583,'191748437652','8',1.00,'30','retail','0','2025-05-28 16:08:17','','','','0','Cash',4.07,'30','','','19','','1','2025-05-28 14:33:11','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1995.00','1994','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19174843769923333907242'),(5584,'191748437652','8',1.00,'30','retail','0','2025-05-28 17:19:16','','','','0','Cash',4.07,'30','','','19','','1','2025-05-28 14:33:11','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1994.00','1993','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19174844195920929324019'),(5585,'191748437652','8',1.00,'30','retail','0','2025-05-28 17:19:27','','','','0','Cash',4.07,'30','','','19','','1','2025-05-28 14:33:11','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1993.00','1992','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19174844196913273347333'),(5586,'191748437652','8',1.00,'30','retail','0','2025-05-28 17:19:32','','','','0','Cash',4.07,'30','','','19','','1','2025-05-28 14:33:11','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1992.00','1991','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19174844197479422340804'),(5587,'191748437652','8',1.00,'30','retail','0','2025-05-28 17:19:43','','','','0','Cash',4.07,'30','','','19','','1','2025-05-28 14:33:11','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1991.00','1990','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19174844198533222253903'),(5588,'191748442837','87',1.00,'150','retail','0','2025-05-28 17:33:57','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-05-28 14:34:15','3','10','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','417.00','416','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174844283990872412330'),(5589,'191748442966','59',1.00,'50','retail','0','2025-05-28 17:36:06','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-28 14:36:14','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','780.00','779','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174844296730442702333'),(5590,'221748443220','10',1.00,'180','retail','0','2025-05-28 17:40:21','','','','0','Cash',24.41,'180','','','22','16.00','1','2025-05-28 14:40:44','1','12','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','510.00','509','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174844322321404428443'),(5591,'221748443220','10',1.00,'180','retail','0','2025-05-28 17:40:32','','','','0','Cash',24.41,'180','','','22','16.00','1','2025-05-28 14:40:44','1','12','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','509.00','508','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174844323403740433313'),(5592,'191748443858','52',1.00,'150','retail','0','2025-05-28 17:50:58','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-05-28 14:51:29','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','916.00','915','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174844386032830026202'),(5593,'191748443858','11',1.00,'60','retail','0','2025-05-28 17:51:20','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-05-28 14:51:29','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','54.00','53','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174844388133323102012'),(5598,'191748445826','1',1.00,'50','retail','0','2025-05-28 18:23:47','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-28 15:23:59','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4971.00','4970','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174844582921351252700'),(5599,'191748445826','1',1.00,'50','retail','0','2025-05-28 18:23:55','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-28 15:23:59','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4970.00','4969','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174844583722327023330'),(5600,'191748447679','1',1.00,'50','retail','0','2025-05-28 18:54:39','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-28 15:56:06','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4969.00','4968','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174844768500340140803'),(5601,'191748447679','1',1.00,'50','retail','0','2025-05-28 18:54:50','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-28 15:56:06','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4968.00','4967','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174844769320260332138'),(5602,'191748447679','3',1.00,'120','retail','0','2025-05-28 18:55:44','','','','0','Cash',16.27,'120','','','19','16.00','1','2025-05-28 15:56:06','1','12','new','1','new','pcs','','','','yes','','2.03','','','VATABLE',101.69,'1','524.00','523','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174844774683234177207'),(5603,'191748447679','11',1.00,'60','retail','0','2025-05-28 18:55:56','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-05-28 15:56:06','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','53.00','52','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174844775943523319353'),(5604,'191748448428','38',1.00,'50','retail','0','2025-05-28 19:07:08','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-28 16:07:18','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','413.00','412','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174844843001324230100'),(5606,'191748449188','1',1.00,'50','retail','0','2025-05-28 19:19:48','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-28 16:20:36','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4967.00','4966','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174844919123340279138'),(5613,'191748450843','10',1.00,'180','retail','0','2025-05-28 19:47:23','','','','0','Cash',24.41,'180','','','19','16.00','1','2025-05-28 16:47:31','1','12','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','508.00','507','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174845084522700284430'),(5623,'191748450527','28',1.00,'200','retail','0','2025-05-28 19:42:07','','','','0','Cash',27.12,'200','','','19','','1','2025-05-28 17:09:23','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','600.00','599','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19174845052822203221233'),(5624,'191748450527','28',1.00,'200','retail','0','2025-05-28 19:42:17','','','','0','Cash',27.12,'200','','','19','','1','2025-05-28 17:09:23','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','599.00','598','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19174845053922223332022'),(5625,'191748450527','1',1.00,'50','retail','0','2025-05-28 20:00:26','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-28 17:09:23','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4966.00','4965','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174845162832200526231'),(5626,'191748450527','1',1.00,'50','retail','0','2025-05-28 20:00:43','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-28 17:09:23','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4965.00','4964','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174845164903931120130'),(5627,'191748452290','38',1.00,'50','retail','0','2025-05-28 20:11:30','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-28 17:11:53','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','412.00','411','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174845229233382323223'),(5628,'191748452290','38',1.00,'50','retail','0','2025-05-28 20:11:36','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-28 17:11:53','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','411.00','410','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174845229772322032233'),(5629,'191748452290','38',1.00,'50','retail','0','2025-05-28 20:11:45','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-28 17:11:53','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','410.00','409','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174845230724222342231'),(5630,'191748452423','1',1.00,'50','retail','0','2025-05-28 20:13:43','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-28 17:14:59','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4964.00','4963','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174845242520725024500'),(5631,'191748452423','1',1.00,'50','retail','0','2025-05-28 20:13:48','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-28 17:14:59','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4963.00','4962','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174845242919352220422'),(5632,'191748452423','1',1.00,'50','retail','0','2025-05-28 20:13:54','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-28 17:14:59','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4962.00','4961','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174845243631242026260'),(5633,'191748452423','1',1.00,'50','retail','0','2025-05-28 20:14:01','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-28 17:14:59','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4961.00','4960','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174845244325420323105'),(5634,'191748452423','6',1.00,'50','retail','0','2025-05-28 20:14:22','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-28 17:14:59','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','509.00','508','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174845246440352033232'),(5635,'191748452423','59',1.00,'50','retail','0','2025-05-28 20:14:51','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-28 17:14:59','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','779.00','778','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174845249222350725213'),(5638,'221748436549','38',1.00,'50','retail','0','2025-05-28 15:49:09','','','','0','Cash',6.78,'50','','','22','','1','2025-05-28 17:20:39','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','414.00','413','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174843655220022220200'),(5639,'221748436549','33',1.00,'600','retail','0','2025-05-28 19:55:39','','','','0','Cash',81.36,'600','','','22','','1','2025-05-28 17:20:39','1','13','new','1','printed','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','1040.00','1039','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174845134123012008222'),(5640,'221748436549','8',1.00,'30','retail','0','2025-05-28 19:56:13','','','','0','Cash',4.07,'30','','','22','','1','2025-05-28 17:20:39','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1990.00','1989','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174845137422211034553'),(5641,'221748436549','8',1.00,'30','retail','0','2025-05-28 19:56:18','','','','0','Cash',4.07,'30','','','22','','1','2025-05-28 17:20:39','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1989.00','1988','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174845137932230242522'),(5642,'221748436549','8',1.00,'30','retail','0','2025-05-28 20:20:21','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-28 17:20:39','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1988.00','1987','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174845282333224008422'),(5643,'221748436549','8',1.00,'30','retail','0','2025-05-28 20:20:26','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-28 17:20:39','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1987.00','1986','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174845282720331334423'),(5652,'191748452701','38',1.00,'50','retail','0','2025-05-28 20:18:21','','','','0','Cash',6.78,'50','','','19','','1','2025-05-28 17:32:02','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','409.00','408','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19174845270333273450292'),(5653,'191748452701','38',1.00,'50','retail','0','2025-05-28 20:18:28','','','','0','Cash',6.78,'50','','','19','','1','2025-05-28 17:32:02','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','408.00','407','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19174845271029003308322'),(5654,'191748452701','7',1.00,'20','retail','0','2025-05-28 20:30:17','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-05-28 17:32:02','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','80.00','79','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174845341822833223233'),(5655,'191748452701','7',1.00,'20','retail','0','2025-05-28 20:30:21','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-05-28 17:32:02','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','79.00','78','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174845342772223120330'),(5656,'191748452701','25',1.00,'200','retail','0','2025-05-28 20:30:39','','','','0','Cash',27.12,'200','','','19','16.00','1','2025-05-28 17:32:02','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','201.00','200','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174845344122821312720'),(5657,'191748452701','53',1.00,'100','retail','0','2025-05-28 20:31:53','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-05-28 17:32:02','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','801.00','800','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174845351402321130023'),(5664,'191748448857','41',1.00,'100','retail','0','2025-05-28 19:14:18','','','','0','Cash',13.56,'100','','','19','','1','2025-05-28 17:59:26','3','4','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','204.00','203','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19174844886031180332122'),(5665,'191748448857','33',1.00,'600','retail','0','2025-05-28 20:59:07','','','','0','Cash',81.36,'600','','','19','16.00','1','2025-05-28 17:59:26','1','13','new','1','new','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','1039.00','1038','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174845514833322222308'),(5666,'191748448857','30',1.00,'50','retail','0','2025-05-28 20:59:20','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-28 17:59:26','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','741.00','740','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174845516234423313903'),(5667,'191748455265','33',1.00,'600','retail','0','2025-05-28 21:01:05','','','','0','Cash',81.36,'600','','','19','16.00','1','2025-05-28 18:01:46','1','13','new','1','new','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','1038.00','1037','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174845526603375392632'),(5668,'191748455265','30',1.00,'50','retail','0','2025-05-28 21:01:14','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-28 18:01:46','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','740.00','739','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174845527513320932171'),(5669,'191748455265','41',1.00,'100','retail','0','2025-05-28 21:01:40','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-05-28 18:01:46','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','203.00','202','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174845530130222023213'),(5670,'191748455526','38',1.00,'50','retail','0','2025-05-28 21:05:26','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-28 18:05:30','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','407.00','406','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174845552730332135323'),(5671,'221748449402','13',1.00,'100','retail','0','2025-05-28 19:23:22','','','','0','Cash',13.56,'100','','','22','','1','2025-05-28 18:07:13','3','1','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','506.00','505','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174844940529220222233'),(5672,'221748449402','18',1.00,'150','retail','0','2025-05-28 19:30:53','','','','0','Cash',20.34,'150','','','22','','1','2025-05-28 18:07:13','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1015.00','1014','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174844985573241038533'),(5673,'221748449402','23',1.00,'350','retail','0','2025-05-28 19:31:14','','','','0','Cash',47.46,'350','','','22','','1','2025-05-28 18:07:13','1','3','new','1','printed','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','304.00','303','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174844987634827281023'),(5674,'221748449402','74',1.00,'100','retail','0','2025-05-28 19:57:28','','','','0','Cash',13.56,'100','','','22','','1','2025-05-28 18:07:13','3','11','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','501.00','500','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174845145002234322423'),(5675,'221748449402','74',1.00,'100','retail','0','2025-05-28 19:57:38','','','','0','Cash',13.56,'100','','','22','','1','2025-05-28 18:07:13','3','11','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','500.00','499','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174845145923332312134'),(5676,'221748449402','62',1.00,'100','retail','0','2025-05-28 20:21:32','','','','0','Cash',13.56,'100','','','22','','1','2025-05-28 18:07:13','3','8','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174845289331232302321'),(5677,'221748449402','56',1.00,'60','retail','0','2025-05-28 20:21:38','','','','0','Cash',8.14,'60','','','22','','1','2025-05-28 18:07:13','3','8','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174845290094042333003'),(5678,'221748449402','13',1.00,'100','retail','0','2025-05-28 20:22:20','','','','0','Cash',13.56,'100','','','22','','1','2025-05-28 18:07:13','3','1','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','505.00','504','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174845294122373303723'),(5679,'221748449402','74',1.00,'100','retail','0','2025-05-28 21:07:02','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-05-28 18:07:13','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','499.00','498','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174845562422242802332'),(5680,'191748455781','30',1.00,'50','retail','0','2025-05-28 21:09:41','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-28 18:11:20','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','739.00','738','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174845578223823432145'),(5681,'191748455781','50',1.00,'50','retail','0','2025-05-28 21:10:38','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-28 18:11:20','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','90.00','89','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174845583925243323334'),(5682,'191748455781','1',1.00,'50','retail','0','2025-05-28 21:11:13','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-28 18:11:20','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4958.00','4957','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174845587402301235748'),(5683,'191748456539','25',1.00,'200','retail','0','2025-05-28 21:22:19','','','','0','Cash',27.12,'200','','','19','16.00','1','2025-05-28 18:26:47','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','200.00','199','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174845654022714248522'),(5684,'191748456539','25',1.00,'200','retail','0','2025-05-28 21:22:27','','','','0','Cash',27.12,'200','','','19','16.00','1','2025-05-28 18:26:47','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','199.00','198','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174845654814011932104'),(5685,'191748456539','53',1.00,'100','retail','0','2025-05-28 21:25:59','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-05-28 18:26:47','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','800.00','799','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174845676032271200370'),(5686,'191748456539','53',1.00,'100','retail','0','2025-05-28 21:26:04','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-05-28 18:26:47','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','799.00','798','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174845676502728393542'),(5687,'191748456539','7',1.00,'20','retail','0','2025-05-28 21:26:17','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-05-28 18:26:47','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','78.00','77','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174845677800023023224'),(5688,'191748456539','7',1.00,'20','retail','0','2025-05-28 21:26:22','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-05-28 18:26:47','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','77.00','76','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174845678352343163520'),(5689,'191748456539','38',1.00,'50','retail','0','2025-05-28 21:26:31','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-28 18:26:47','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','406.00','405','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174845679391929373323'),(5690,'181748456915','33',1.00,'600','retail','0','2025-05-28 21:28:35','','','','0','Cash',81.36,'600','','','18','16.00','1','2025-05-28 18:36:25','1','13','new','1','new','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','1037.00','1036','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174845691613893390803'),(5691,'181748456915','33',1.00,'600','retail','0','2025-05-28 21:28:40','','','','0','Cash',81.36,'600','','','18','16.00','1','2025-05-28 18:36:25','1','13','new','1','new','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','1036.00','1035','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174845692131232043802'),(5692,'181748456915','33',1.00,'600','retail','0','2025-05-28 21:28:44','','','','0','Cash',81.36,'600','','','18','16.00','1','2025-05-28 18:36:25','1','13','new','1','new','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','1035.00','1034','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174845692512220582802'),(5693,'181748456915','33',1.00,'600','retail','0','2025-05-28 21:28:48','','','','0','Cash',81.36,'600','','','18','16.00','1','2025-05-28 18:36:25','1','13','new','1','new','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','1034.00','1033','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174845693073020135322'),(5694,'181748456915','18',1.00,'150','retail','0','2025-05-28 21:28:58','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-28 18:36:25','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1014.00','1013','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174845693983050782222'),(5695,'181748456915','18',1.00,'150','retail','0','2025-05-28 21:29:02','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-28 18:36:25','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1013.00','1012','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174845694323732035034'),(5696,'181748456915','30',1.00,'50','retail','0','2025-05-28 21:29:11','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-28 18:36:25','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','738.00','737','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174845695202532803013'),(5697,'181748456915','30',1.00,'50','retail','0','2025-05-28 21:29:15','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-28 18:36:25','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','737.00','736','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174845695638503266134'),(5698,'181748456915','30',1.00,'50','retail','0','2025-05-28 21:29:20','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-28 18:36:25','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','736.00','735','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174845696132001310240'),(5699,'181748456915','21',1.00,'280','retail','0','2025-05-28 21:29:26','','','','0','Cash',37.97,'280','','','18','16.00','1','2025-05-28 18:36:25','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174845696736332202236'),(5700,'181748456915','8',1.00,'30','retail','0','2025-05-28 21:29:51','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-28 18:36:25','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1986.00','1985','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174845699223332712300'),(5701,'181748456915','8',1.00,'30','retail','0','2025-05-28 21:34:16','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-28 18:36:25','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1985.00','1984','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174845725700207127227'),(5702,'181748456915','50',1.00,'50','retail','0','2025-05-28 21:34:26','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-28 18:36:25','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','89.00','88','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174845726822383842780'),(5703,'181748456915','8',1.00,'30','retail','0','2025-05-28 21:34:35','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-28 18:36:25','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1984.00','1983','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174845727720313223822'),(5704,'181748456915','87',1.00,'150','retail','0','2025-05-28 21:35:49','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-28 18:36:25','3','10','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','416.00','415','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174845735022245723320'),(5705,'181748456915','43',1.00,'200','retail','0','2025-05-28 21:36:05','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-05-28 18:36:25','3','4','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','518.00','517','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174845736633730612708'),(5706,'181748456915','43',1.00,'200','retail','0','2025-05-28 21:36:09','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-05-28 18:36:25','3','4','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','517.00','516','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174845737083234133207'),(5707,'181748459129','18',1.00,'150','retail','0','2025-05-28 22:05:29','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-28 19:06:18','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1012.00','1011','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174845913182203329222'),(5708,'181748459129','18',1.00,'150','retail','0','2025-05-28 22:05:33','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-28 19:06:18','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1011.00','1010','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174845913531332137533'),(5709,'181748459129','11',1.00,'60','retail','0','2025-05-28 22:05:41','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-05-28 19:06:18','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','52.00','51','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174845914238303331330'),(5710,'181748459129','11',1.00,'60','retail','0','2025-05-28 22:05:45','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-05-28 19:06:18','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','51.00','50','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174845914607332223222'),(5711,'181748459288','44',1.00,'150','retail','0','2025-05-28 22:08:08','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-28 19:08:23','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','196.00','195','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174845929010222192330'),(5712,'181748459288','1',1.00,'50','retail','0','2025-05-28 22:08:18','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-28 19:08:23','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4957.00','4956','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174845929922320950212'),(5713,'191748454863','1',1.00,'50','retail','0','2025-05-28 20:54:23','','','','0','Cash',6.78,'50','','','19','','1','2025-05-28 19:15:50','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4959.00','4958','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19174845486406740433613'),(5714,'221748444897','1',1.00,'50','retail','0','2025-05-28 18:08:17','','','','0','Cash',6.78,'50','','','22','','1','2025-05-28 20:01:28','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4973.00','4972','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174844489923442132244'),(5715,'221748444897','1',1.00,'50','retail','0','2025-05-28 18:08:28','','','','0','Cash',6.78,'50','','','22','','1','2025-05-28 20:01:28','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4972.00','4971','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174844491280272241022'),(5716,'221748444897','95',1.00,'100','retail','0','2025-05-28 18:09:20','','','','01','Cash',13.56,'100','','','22','','1','2025-05-28 20:01:28','1','12','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','295.00','294','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174844496303304244470'),(5717,'221748444897','7',1.00,'20','retail','0','2025-05-28 18:09:31','','','','0','Cash',2.71,'20','','','22','','1','2025-05-28 20:01:28','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','81.00','80','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174844497774440227000'),(5718,'221748444897','1',1.00,'50','retail','0','2025-05-28 20:43:54','','','','0','Cash',6.78,'50','','','22','','1','2025-05-28 20:01:28','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4960.00','4959','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174845423543520434240'),(5721,'181748463106','59',1.00,'50','retail','0','2025-05-28 23:11:46','','','','0','Cash',6.78,'50','','','18','','1','2025-05-28 20:12:58','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','778.00','777','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174846310721821263782'),(5722,'181748463106','59',1.00,'50','retail','0','2025-05-28 23:11:51','','','','0','Cash',6.78,'50','','','18','','1','2025-05-28 20:12:58','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','777.00','776','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174846311206224606000'),(5723,'181748463106','33',1.00,'600','retail','0','2025-05-28 23:12:41','','','','0','Cash',81.36,'600','','','18','16.00','1','2025-05-28 20:12:58','1','13','new','1','new','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','1033.00','1032','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174846316321230363230'),(5724,'181748463106','30',1.00,'50','retail','0','2025-05-28 23:12:52','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-28 20:12:58','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','735.00','734','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174846317431212278433'),(5725,'181748463214','38',1.00,'50','retail','0','2025-05-28 23:13:34','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-28 20:14:27','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','405.00','404','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174846321680312623212'),(5726,'181748463214','38',1.00,'50','retail','0','2025-05-28 23:13:39','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-28 20:14:27','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','404.00','403','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174846322108030240231'),(5727,'181748463214','38',1.00,'50','retail','0','2025-05-28 23:13:44','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-28 20:14:27','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','403.00','402','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174846322633372403242'),(5728,'181748463214','38',1.00,'50','retail','0','2025-05-28 23:13:49','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-28 20:14:27','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','402.00','401','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174846323008002243204'),(5729,'181748463214','38',1.00,'50','retail','0','2025-05-28 23:13:54','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-28 20:14:27','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','401.00','400','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174846323547213336308'),(5730,'181748463214','38',1.00,'50','retail','0','2025-05-28 23:13:58','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-28 20:14:27','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','400.00','399','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174846323993223302336'),(5731,'181748463214','38',1.00,'50','retail','0','2025-05-28 23:14:02','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-28 20:14:27','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','399.00','398','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174846324301822343230'),(5732,'181748463412','53',1.00,'100','retail','0','2025-05-28 23:16:52','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-05-28 20:20:00','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','798.00','797','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174846341300383003747'),(5733,'181748463412','59',1.00,'50','retail','0','2025-05-28 23:17:02','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-28 20:20:00','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','776.00','775','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174846342303202223332'),(5734,'181748463412','59',1.00,'50','retail','0','2025-05-28 23:17:05','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-28 20:20:00','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','775.00','774','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174846342632638317312'),(5735,'181748463412','59',1.00,'50','retail','0','2025-05-28 23:17:23','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-28 20:20:00','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','774.00','773','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174846344420822303832'),(5736,'181748463412','1',1.00,'50','retail','0','2025-05-28 23:17:37','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-28 20:20:00','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4956.00','4955','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174846345805246287203'),(5737,'181748463412','1',1.00,'50','retail','0','2025-05-28 23:17:40','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-28 20:20:00','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4955.00','4954','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174846346043782624232'),(5738,'181748463412','1',1.00,'50','retail','0','2025-05-28 23:17:43','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-28 20:20:00','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4954.00','4953','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174846346303613831326'),(5739,'181748463412','1',1.00,'50','retail','0','2025-05-28 23:17:46','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-28 20:20:00','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4953.00','4952','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174846346712874373302'),(5740,'181748463412','11',1.00,'60','retail','0','2025-05-28 23:18:03','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-05-28 20:20:00','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','50.00','49','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174846348433614083313'),(5741,'181748463412','11',1.00,'60','retail','0','2025-05-28 23:18:05','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-05-28 20:20:00','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','49.00','48','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174846348680202323323'),(5742,'181748463412','11',1.00,'60','retail','0','2025-05-28 23:18:08','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-05-28 20:20:00','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','48.00','47','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174846348941233030200'),(5743,'181748463412','38',1.00,'50','retail','0','2025-05-28 23:18:26','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-28 20:20:00','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','398.00','397','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174846350783672023357'),(5744,'181748463412','38',1.00,'50','retail','0','2025-05-28 23:19:00','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-28 20:20:00','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','397.00','396','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174846354234723223072'),(5745,'181748463412','38',1.00,'50','retail','0','2025-05-28 23:19:06','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-28 20:20:00','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','396.00','395','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174846354733222433228'),(5746,'181748463412','6',1.00,'50','retail','0','2025-05-28 23:19:53','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-28 20:20:00','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','508.00','507','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174846359439562310002'),(5747,'181748463656','8',1.00,'30','retail','0','2025-05-28 23:20:56','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-28 20:21:56','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1983.00','1982','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174846365603033825323'),(5748,'181748463656','52',1.00,'150','retail','0','2025-05-28 23:21:08','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-05-28 20:21:56','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','915.00','914','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174846366933333362222'),(5749,'181748463656','1',1.00,'50','retail','0','2025-05-28 23:21:21','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-28 20:21:56','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4952.00','4951','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174846368214232063233'),(5750,'181748463656','95',1.00,'100','retail','0','2025-05-28 23:21:33','','','','01','Cash',13.56,'100','','','18','16.00','1','2025-05-28 20:21:56','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','294.00','293','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174846369420362338234'),(5751,'181748463656','55',1.00,'80','retail','0','2025-05-28 23:21:49','','','','0','Cash',10.85,'80','','','18','16.00','1','2025-05-28 20:21:56','3','8','new','1','new','pcs','','','','yes','','1.36','','','VATABLE',67.80,'1','693.00','692','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174846371023632231213'),(5752,'181748463755','1',1.00,'50','retail','0','2025-05-28 23:22:35','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-28 20:24:10','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4951.00','4950','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174846375623771333268'),(5753,'181748463755','1',1.00,'50','retail','0','2025-05-28 23:22:37','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-28 20:24:10','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4950.00','4949','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174846375882330322767'),(5754,'181748463755','59',1.00,'50','retail','0','2025-05-28 23:23:09','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-28 20:24:10','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','773.00','772','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174846379034327364243'),(5755,'181748463755','38',1.00,'50','retail','0','2025-05-28 23:23:23','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-28 20:24:10','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','395.00','394','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174846380423222303720'),(5756,'181748463755','59',1.00,'50','retail','0','2025-05-28 23:24:03','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-28 20:24:10','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','772.00','771','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174846384410343302384'),(5763,'111748500493','8',1.00,'30','retail','0','2025-05-29 09:34:53','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-29 06:35:02','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1981.00','1980','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174850049400320027105'),(5764,'111748500493','8',1.00,'30','retail','0','2025-05-29 09:34:56','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-29 06:35:02','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1980.00','1979','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174850049822112130313'),(5765,'111748500425','1',1.00,'50','retail','0','2025-05-29 09:33:45','','','','0','Cash',6.78,'50','','','11','','1','2025-05-29 06:41:21','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4949.00','4948','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174850042625723532208'),(5766,'111748500425','1',1.00,'50','retail','0','2025-05-29 09:33:48','','','','0','Cash',6.78,'50','','','11','','1','2025-05-29 06:41:21','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4948.00','4947','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174850042933200013283'),(5767,'111748500425','1',1.00,'50','retail','0','2025-05-29 09:33:52','','','','0','Cash',6.78,'50','','','11','','1','2025-05-29 06:41:21','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4947.00','4946','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174850043350302023214'),(5768,'111748500425','1',1.00,'50','retail','0','2025-05-29 09:33:56','','','','0','Cash',6.78,'50','','','11','','1','2025-05-29 06:41:21','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4946.00','4945','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174850043833203550311'),(5769,'111748500425','8',1.00,'30','retail','0','2025-05-29 09:34:07','','','','0','Cash',4.07,'30','','','11','','1','2025-05-29 06:41:21','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1982.00','1981','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174850044837220838232'),(5770,'111748500425','7',1.00,'20','retail','0','2025-05-29 09:34:11','','','','0','Cash',2.71,'20','','','11','','1','2025-05-29 06:41:21','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','76.00','75','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174850045233252122000'),(5771,'111748500425','7',1.00,'20','retail','0','2025-05-29 09:41:15','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-05-29 06:41:21','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','75.00','74','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174850087653033202023'),(5772,'111748501213','1',1.00,'50','retail','0','2025-05-29 09:46:53','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-29 06:47:34','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4945.00','4944','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174850121424213322233'),(5773,'111748501213','7',1.00,'20','retail','0','2025-05-29 09:47:06','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-05-29 06:47:34','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','74.00','73','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174850122737231203200'),(5774,'111748501213','11',1.00,'60','retail','0','2025-05-29 09:47:13','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-05-29 06:47:34','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','47.00','46','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174850123518235235330'),(5775,'111748501213','6',1.00,'50','retail','0','2025-05-29 09:47:17','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-29 06:47:34','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','507.00','506','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174850123882288022212'),(5782,'111748503687','1',1.00,'50','retail','0','2025-05-29 10:28:07','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-29 07:28:12','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4942.00','4941','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174850368900212840133'),(5796,'221748508076','7',1.00,'20','retail','0','2025-05-29 11:41:16','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-29 08:42:00','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','72.00','71','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174850807888327140240'),(5797,'221748508076','7',1.00,'20','retail','0','2025-05-29 11:41:22','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-29 08:42:00','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','71.00','70','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174850808328233703323'),(5798,'221748508076','1',1.00,'50','retail','0','2025-05-29 11:41:43','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-29 08:42:00','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4939.00','4938','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174850810533302202332'),(5800,'221748503000','1',1.00,'50','retail','0','2025-05-29 10:16:40','','','','0','Cash',6.78,'50','','','22','','1','2025-05-29 08:52:18','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4944.00','4943','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174850300223382420053'),(5801,'221748503000','1',1.00,'50','retail','0','2025-05-29 10:16:45','','','','0','Cash',6.78,'50','','','22','','1','2025-05-29 08:52:18','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4943.00','4942','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174850300702077121200'),(5802,'221748503000','10',1.00,'180','retail','0','2025-05-29 10:16:59','','','','0','Cash',24.41,'180','','','22','','1','2025-05-29 08:52:18','1','12','new','1','printed','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','507.00','506','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174850302000222022301'),(5803,'221748503000','8',1.00,'30','retail','0','2025-05-29 10:45:25','','','','0','Cash',4.07,'30','','','22','','1','2025-05-29 08:52:18','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1979.00','1978','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174850472600327304222'),(5804,'221748503000','8',1.00,'30','retail','0','2025-05-29 10:45:29','','','','0','Cash',4.07,'30','','','22','','1','2025-05-29 08:52:18','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1978.00','1977','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174850473032254233343'),(5805,'221748503000','8',1.00,'30','retail','0','2025-05-29 10:45:34','','','','0','Cash',4.07,'30','','','22','','1','2025-05-29 08:52:18','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1977.00','1976','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174850473533834123343'),(5806,'221748503000','11',1.00,'60','retail','0','2025-05-29 10:45:40','','','','0','Cash',8.14,'60','','','22','','1','2025-05-29 08:52:18','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','46.00','45','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174850474132203230833'),(5807,'221748503000','11',1.00,'60','retail','0','2025-05-29 10:45:44','','','','0','Cash',8.14,'60','','','22','','1','2025-05-29 08:52:18','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','45.00','44','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174850474914038302903'),(5808,'221748503000','11',1.00,'60','retail','0','2025-05-29 10:53:56','','','','0','Cash',8.14,'60','','','22','','1','2025-05-29 08:52:18','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','44.00','43','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174850523822322353235'),(5809,'221748503000','11',1.00,'60','retail','0','2025-05-29 10:54:02','','','','0','Cash',8.14,'60','','','22','','1','2025-05-29 08:52:18','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','43.00','42','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174850524324224234803'),(5810,'221748503000','7',1.00,'20','retail','0','2025-05-29 10:54:26','','','','0','Cash',2.71,'20','','','22','','1','2025-05-29 08:52:18','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','73.00','72','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174850526723303535221'),(5811,'221748503000','1',1.00,'50','retail','0','2025-05-29 10:55:21','','','','0','Cash',6.78,'50','','','22','','1','2025-05-29 08:52:18','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4941.00','4940','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174850532222055832300'),(5812,'221748503000','1',1.00,'50','retail','0','2025-05-29 10:55:25','','','','0','Cash',6.78,'50','','','22','','1','2025-05-29 08:52:18','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4940.00','4939','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174850532632380232333'),(5813,'221748503000','7',1.00,'20','retail','0','2025-05-29 11:52:10','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-29 08:52:18','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','70.00','69','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174850873202104302322'),(5814,'221748511468','59',1.00,'50','retail','0','2025-05-29 12:37:48','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-29 09:37:56','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','771.00','770','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174851146920383901103'),(5815,'221748512219','59',1.00,'50','retail','0','2025-05-29 12:50:19','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-29 09:50:23','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','770.00','769','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174851222032232253325'),(5817,'221748513057','59',1.00,'50','retail','0','2025-05-29 13:04:17','','','','0','Cash',6.78,'50','','','22','','1','2025-05-29 10:05:01','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','769.00','768','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174851305900802352872'),(5818,'221748513137','50',1.00,'50','retail','0','2025-05-29 13:05:37','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-29 10:05:53','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','88.00','87','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174851313803322325230'),(5819,'221748513137','30',1.00,'50','retail','0','2025-05-29 13:05:47','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-29 10:05:53','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','734.00','733','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174851314831712432221'),(5820,'111748515194','1',1.00,'50','retail','0','2025-05-29 13:39:54','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-29 10:40:00','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4938.00','4937','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174851519532030325227'),(5821,'221748515938','41',1.00,'100','retail','0','2025-05-29 13:52:19','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-05-29 10:54:03','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','202.00','201','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174851594033341134083'),(5822,'221748515938','23',1.00,'350','retail','0','2025-05-29 13:52:35','','','','0','Cash',47.46,'350','','','22','16.00','1','2025-05-29 10:54:03','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','303.00','302','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174851595602235273902'),(5823,'221748515938','30',1.00,'50','retail','0','2025-05-29 13:52:42','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-29 10:54:03','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','733.00','732','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174851596320223625233'),(5824,'221748515938','34',1.00,'280','retail','0','2025-05-29 13:53:09','','','','0','Cash',37.97,'280','','','22','16.00','1','2025-05-29 10:54:03','1','13','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','512.00','511','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174851599072532281092'),(5825,'221748515938','50',1.00,'50','retail','0','2025-05-29 13:53:29','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-29 10:54:03','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','87.00','86','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174851601000102220025'),(5826,'221748515938','50',1.00,'50','retail','0','2025-05-29 13:53:35','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-29 10:54:03','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','86.00','85','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174851601750228122202'),(5827,'221748515938','30',1.00,'50','retail','0','2025-05-29 13:53:55','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-29 10:54:03','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','732.00','731','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174851603725377201202'),(5836,'221748517341','38',1.00,'50','retail','0','2025-05-29 14:15:41','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-29 11:15:46','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','394.00','393','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174851734330332113042'),(5839,'221748516104','34',1.00,'280','retail','0','2025-05-29 13:55:04','','','','0','Cash',37.97,'280','','','22','','1','2025-05-29 11:26:34','1','13','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','511.00','510','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174851610602120232182'),(5840,'221748516104','30',1.00,'50','retail','0','2025-05-29 13:55:12','','','','0','Cash',6.78,'50','','','22','','1','2025-05-29 11:26:34','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','731.00','730','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174851611423224002357'),(5841,'221748516104','30',1.00,'50','retail','0','2025-05-29 13:55:19','','','','0','Cash',6.78,'50','','','22','','1','2025-05-29 11:26:34','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','730.00','729','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174851612032320053260'),(5842,'221748516104','23',1.00,'350','retail','0','2025-05-29 13:55:26','','','','0','Cash',47.46,'350','','','22','','1','2025-05-29 11:26:34','1','3','new','1','printed','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','302.00','301','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174851612732030327227'),(5843,'221748516104','50',1.00,'50','retail','0','2025-05-29 13:55:35','','','','0','Cash',6.78,'50','','','22','','1','2025-05-29 11:26:34','1','6','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','85.00','84','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174851613603526822733'),(5844,'221748516104','50',1.00,'50','retail','0','2025-05-29 13:55:40','','','','0','Cash',6.78,'50','','','22','','1','2025-05-29 11:26:34','1','6','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','84.00','83','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174851614122032321224'),(5845,'221748516104','41',1.00,'100','retail','0','2025-05-29 13:56:04','','','','0','Cash',13.56,'100','','','22','','1','2025-05-29 11:26:34','3','4','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','201.00','200','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174851616666252381137'),(5846,'221748516104','41',1.00,'100','retail','0','2025-05-29 14:26:08','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-05-29 11:26:34','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','200.00','199','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174851797023231201227'),(5849,'111748518084','55',1.00,'80','retail','0','2025-05-29 14:28:04','','','','0','Cash',10.85,'80','','','11','','1','2025-05-29 11:32:40','3','8','new','1','printed','pcs','','','','yes','','1.36','','','VATABLE',67.80,'1','692.00','691','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174851808522808303083'),(5850,'111748518084','1',1.00,'50','retail','0','2025-05-29 14:28:24','','','','0','Cash',6.78,'50','','','11','','1','2025-05-29 11:32:40','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4937.00','4936','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174851810551312210120'),(5851,'221748508291','10',1.00,'180','retail','0','2025-05-29 11:44:51','','','','0','Cash',24.41,'180','','','22','','1','2025-05-29 11:34:21','1','12','new','1','printed','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','506.00','505','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174850829230203482332'),(5852,'221748508291','29',1.00,'100','retail','0','2025-05-29 14:33:53','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-05-29 11:34:21','1','3','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','1006.00','1005','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174851843430340323033'),(5853,'221748508291','21',1.00,'280','retail','0','2025-05-29 14:34:01','','','','0','Cash',37.97,'280','','','22','16.00','1','2025-05-29 11:34:21','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','23.00','22','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174851844343232201324'),(5854,'111748518599','28',1.00,'200','retail','0','2025-05-29 14:36:40','','','','0','Cash',27.12,'200','','','11','16.00','1','2025-05-29 11:36:49','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','598.00','597','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174851860173122130324'),(5858,'111748524023','38',1.00,'50','retail','0','2025-05-29 16:07:03','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-29 13:07:11','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','393.00','392','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174852402533342037423'),(5859,'111748524040','10',1.00,'180','retail','0','2025-05-29 16:07:20','','','','0','Cash',24.41,'180','','','11','16.00','1','2025-05-29 13:07:45','1','12','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','505.00','504','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174852406133234512723'),(5862,'111748524581','38',1.00,'50','retail','0','2025-05-29 16:16:21','','','','0','Cash',6.78,'50','','','11','','1','2025-05-29 13:19:50','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','392.00','391','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174852458300432820220'),(5863,'111748524581','38',1.00,'50','retail','0','2025-05-29 16:16:24','','','','0','Cash',6.78,'50','','','11','','1','2025-05-29 13:19:50','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','391.00','390','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174852458530534803405'),(5864,'111748524581','30',1.00,'50','retail','0','2025-05-29 16:19:43','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-29 13:19:50','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','729.00','728','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174852478423008223300'),(5865,'221748524937','53',1.00,'100','retail','0','2025-05-29 16:22:17','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-05-29 13:22:28','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','797.00','796','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174852493900200303320'),(5866,'221748524937','52',1.00,'150','retail','0','2025-05-29 16:22:22','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-05-29 13:22:28','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','914.00','913','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174852494353202334222'),(5872,'111748516292','18',1.00,'150','retail','0','2025-05-29 13:58:12','','','','0','Cash',20.34,'150','','','11','','1','2025-05-29 13:47:38','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1010.00','1009','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174851629424202242338'),(5873,'111748516292','18',1.00,'150','retail','0','2025-05-29 14:16:53','','','','0','Cash',20.34,'150','','','11','','1','2025-05-29 13:47:38','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1009.00','1008','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174851741411203311830'),(5874,'111748516292','32',1.00,'300','retail','0','2025-05-29 14:52:10','','','','0','Cash',40.68,'300','','','11','','1','2025-05-29 13:47:38','1','13','new','1','printed','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','508.00','507','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174851953213403123021'),(5875,'111748516292','1',1.00,'50','retail','0','2025-05-29 16:42:35','','','','0','Cash',6.78,'50','','','11','','1','2025-05-29 13:47:38','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4936.00','4935','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174852615732217582223'),(5876,'111748516292','14',1.00,'100','retail','0','2025-05-29 16:47:32','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-05-29 13:47:38','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','512.00','511','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174852645352326332410'),(5877,'111748526534','10',1.00,'180','retail','0','2025-05-29 16:48:55','','','','0','Cash',24.41,'180','','','11','16.00','1','2025-05-29 13:49:11','1','12','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','504.00','503','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174852654705532224732'),(5878,'221748528635','1',1.00,'50','retail','0','2025-05-29 17:23:55','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-29 14:24:20','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4935.00','4934','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174852863772002243605'),(5879,'221748528635','8',1.00,'30','retail','0','2025-05-29 17:24:13','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-29 14:24:20','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1976.00','1975','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174852865402822722350'),(5880,'111748529002','28',1.00,'200','retail','0','2025-05-29 17:30:02','','','','0','Cash',27.12,'200','','','11','16.00','1','2025-05-29 14:32:37','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','597.00','596','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174852900809084023821'),(5881,'111748529002','24',1.00,'130','retail','0','2025-05-29 17:32:09','','','','0','Cash',17.63,'130','','','11','16.00','1','2025-05-29 14:32:37','1','3','new','1','new','pcs','','','','yes','','2.20','','','VATABLE',110.17,'1','617.00','616','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174852915122252231228'),(5882,'111748529182','30',1.00,'50','retail','0','2025-05-29 17:33:02','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-29 14:34:54','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','728.00','727','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174852918323732032035'),(5883,'111748529182','50',1.00,'50','retail','0','2025-05-29 17:34:07','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-29 14:34:54','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','83.00','82','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174852924920338232232'),(5884,'111748529182','24',1.00,'130','retail','0','2025-05-29 17:34:42','','','','0','Cash',17.63,'130','','','11','16.00','1','2025-05-29 14:34:54','1','3','new','1','new','pcs','','','','yes','','2.20','','','VATABLE',110.17,'1','616.00','615','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174852928623073070023'),(5885,'111748529329','8',1.00,'30','retail','0','2025-05-29 17:35:30','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-29 14:35:59','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1975.00','1974','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174852933228332822223'),(5886,'111748529329','8',1.00,'30','retail','0','2025-05-29 17:35:37','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-29 14:35:59','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1974.00','1973','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174852933812323338321'),(5887,'111748529329','50',1.00,'50','retail','0','2025-05-29 17:35:51','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-29 14:35:59','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','82.00','81','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174852935324212200282'),(5888,'221748529448','28',1.00,'200','retail','0','2025-05-29 17:37:28','','','','0','Cash',27.12,'200','','','22','16.00','1','2025-05-29 14:37:50','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','596.00','595','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174852945021023243230'),(5889,'221748529448','31',1.00,'150','retail','0','2025-05-29 17:37:36','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-05-29 14:37:50','1','3','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1902.00','1901','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174852945759350222229'),(5890,'111748529629','1',1.00,'50','retail','0','2025-05-29 17:40:29','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-29 14:41:06','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4934.00','4933','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174852963193333383333'),(5891,'111748529629','1',1.00,'50','retail','0','2025-05-29 17:40:37','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-29 14:41:06','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4933.00','4932','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174852963932145078332'),(5892,'221748530387','8',1.00,'30','retail','0','2025-05-29 17:53:08','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-29 14:53:38','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1973.00','1972','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174853038938228323082'),(5893,'221748530387','8',1.00,'30','retail','0','2025-05-29 17:53:17','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-29 14:53:38','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1972.00','1971','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174853039812839003722'),(5894,'221748530387','50',1.00,'50','retail','0','2025-05-29 17:53:29','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-29 14:53:38','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','81.00','80','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174853041130222332324'),(5895,'111748530579','1',1.00,'50','retail','0','2025-05-29 17:56:20','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-29 14:57:09','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4932.00','4931','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174853058122020132800'),(5896,'111748530579','1',1.00,'50','retail','0','2025-05-29 17:56:31','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-29 14:57:09','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4931.00','4930','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174853059453512453370'),(5897,'111748530579','11',1.00,'60','retail','0','2025-05-29 17:56:59','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-05-29 14:57:09','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','42.00','41','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174853062120021430232'),(5898,'111748530579','11',1.00,'60','retail','0','2025-05-29 17:57:03','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-05-29 14:57:09','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','41.00','40','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174853062511000275033'),(5899,'111748597329','28',1.00,'200','retail','0','2025-05-30 12:28:49','','','','0','Cash',27.12,'200','','','11','16.00','1','2025-05-30 09:29:26','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','595.00','594','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174859733030208023933'),(5900,'111748597329','7',1.00,'20','retail','0','2025-05-30 12:29:02','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-05-30 09:29:26','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','69.00','68','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174859734335070390422'),(5901,'111748597329','7',1.00,'20','retail','0','2025-05-30 12:29:08','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-05-30 09:29:26','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','68.00','67','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174859734923940371253'),(5902,'111748597329','7',1.00,'20','retail','0','2025-05-30 12:29:12','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-05-30 09:29:26','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','67.00','66','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174859735422252320421'),(5903,'111748597329','7',1.00,'20','retail','0','2025-05-30 12:29:18','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-05-30 09:29:26','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','66.00','65','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174859735912824021220'),(5904,'111748597398','1',1.00,'50','retail','0','2025-05-30 12:29:58','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-30 09:30:06','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4930.00','4929','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174859740030213217330'),(5905,'221748526298','43',1.00,'200','retail','0','2025-05-29 16:44:58','','','','0','Cash',27.12,'200','','','22','','1','2025-05-30 09:36:07','3','4','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','516.00','515','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174852629900265805230'),(5906,'221748526298','30',1.00,'50','retail','0','2025-05-29 19:22:56','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-30 09:36:07','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','727.00','726','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174853580252222202235'),(5907,'221748598002','1',1.00,'50','retail','0','2025-05-30 12:40:02','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-30 09:40:08','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4929.00','4928','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174859800432008889300'),(5908,'221748598034','93',1.00,'300','retail','0','2025-05-30 12:40:34','','','','0','Cash',40.68,'300','','','22','16.00','1','2025-05-30 09:40:44','1','3','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','402.00','401','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174859803500222031500'),(5909,'221748598034','93',1.00,'300','retail','0','2025-05-30 12:40:38','','','','0','Cash',40.68,'300','','','22','16.00','1','2025-05-30 09:40:44','1','3','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','401.00','400','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174859804022023303033'),(5910,'111748598183','8',1.00,'30','retail','0','2025-05-30 12:43:03','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-30 09:43:12','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1971.00','1970','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174859818400203322120'),(5911,'111748598221','88',1.00,'150','retail','0','2025-05-30 12:43:41','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-05-30 09:44:14','3','10','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','47.00','46','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174859824512822132140'),(5912,'221748615835','21',1.00,'280','retail','0','2025-05-30 17:37:16','','','','0','Cash',37.97,'280','','','22','16.00','1','2025-05-30 14:39:03','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','22.00','21','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174861584228433030228'),(5913,'221748615835','30',1.00,'50','retail','0','2025-05-30 17:37:36','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-30 14:39:03','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','726.00','725','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174861585902042223532'),(5914,'221748615835','50',1.00,'50','retail','0','2025-05-30 17:38:14','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-30 14:39:03','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','80.00','79','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174861589938022258222'),(5915,'221748615982','41',1.00,'100','retail','0','2025-05-30 17:39:42','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-05-30 14:41:17','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','199.00','198','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174861598538306226873'),(5916,'221748615982','23',1.00,'350','retail','0','2025-05-30 17:40:33','','','','0','Cash',47.46,'350','','','22','16.00','1','2025-05-30 14:41:17','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','301.00','300','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174861603522023743032'),(5917,'221748615982','25',1.00,'200','retail','0','2025-05-30 17:41:05','','','','0','Cash',27.12,'200','','','22','16.00','1','2025-05-30 14:41:17','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','198.00','197','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174861606726002233213'),(5919,'111748616439','28',1.00,'200','retail','0','2025-05-30 17:47:19','','','','0','Cash',27.12,'200','','','11','16.00','1','2025-05-30 14:47:50','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','594.00','593','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174861644203463121032'),(5920,'111748616439','1',1.00,'50','retail','0','2025-05-30 17:47:37','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-30 14:47:50','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4928.00','4927','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174861646212636212333'),(5921,'111748616534','59',1.00,'50','retail','0','2025-05-30 17:48:54','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-30 14:49:04','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','768.00','767','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174861653512502230122'),(5922,'111748616575','38',1.00,'50','retail','0','2025-05-30 17:49:35','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-30 14:49:53','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','389.00','388','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174861657727763120540'),(5923,'111748616575','8',1.00,'30','retail','0','2025-05-30 17:49:48','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-30 14:49:53','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1970.00','1969','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174861658913973112263'),(5924,'111748616683','72',1.00,'300','retail','0','2025-05-30 17:51:23','','','','0','Cash',40.68,'300','','','11','16.00','1','2025-05-30 14:53:34','3','10','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','798.00','797','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174861668520622313002'),(5925,'111748616683','1',1.00,'50','retail','0','2025-05-30 17:52:02','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-30 14:53:34','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4927.00','4926','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174861672431320033783'),(5926,'111748616683','11',1.00,'60','retail','0','2025-05-30 17:52:30','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-05-30 14:53:34','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','40.00','39','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174861675333121212380'),(5927,'111748616683','1',1.00,'50','retail','0','2025-05-30 17:53:20','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-30 14:53:34','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4926.00','4925','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174861680220860031003'),(5928,'111748617085','8',1.00,'30','retail','0','2025-05-30 17:58:05','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-30 14:59:22','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1969.00','1968','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174861708823032132221'),(5929,'111748617085','31',1.00,'150','retail','0','2025-05-30 17:58:29','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-05-30 14:59:22','1','3','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1901.00','1900','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174861711230308063172'),(5930,'111748617085','55',1.00,'80','retail','0','2025-05-30 17:59:05','','','','0','Cash',10.85,'80','','','11','16.00','1','2025-05-30 14:59:22','3','8','new','1','new','pcs','','','','yes','','1.36','','','VATABLE',67.80,'1','691.00','690','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174861714936022302021'),(5931,'111748617380','38',1.00,'50','retail','0','2025-05-30 18:03:00','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-30 15:04:37','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','387.00','386','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174861738763712123232'),(5932,'111748617380','76',1.00,'100','retail','0','2025-05-30 18:04:06','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-05-30 15:04:37','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','601.00','600','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174861745162432346033'),(5933,'221748617382','38',1.00,'50','retail','0','2025-05-30 18:03:02','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-30 15:06:01','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','388.00','387','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174861738720220723438'),(5934,'221748617382','38',1.00,'50','retail','0','2025-05-30 18:03:14','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-30 15:06:01','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','386.00','385','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174861739627323210202'),(5935,'221748617382','38',1.00,'50','retail','0','2025-05-30 18:03:28','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-30 15:06:01','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','385.00','384','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174861741232280401202'),(5936,'221748617382','8',1.00,'30','retail','0','2025-05-30 18:04:09','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-30 15:06:01','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1968.00','1967','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174861745202603722207'),(5937,'221748617382','8',1.00,'30','retail','0','2025-05-30 18:04:48','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-30 15:06:01','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1967.00','1966','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174861749032234311934'),(5938,'221748617382','8',1.00,'30','retail','0','2025-05-30 18:05:04','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-30 15:06:01','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1966.00','1965','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174861750702273333220'),(5941,'111748617533','18',1.00,'150','retail','0','2025-05-30 18:05:33','','','','0','Cash',20.34,'150','','','11','','1','2025-05-30 15:07:01','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1008.00','1007','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174861753600113163120'),(5942,'111748617533','38',1.00,'50','retail','0','2025-05-30 18:05:57','','','','0','Cash',6.78,'50','','','11','','1','2025-05-30 15:07:01','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','384.00','383','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174861756237330323133'),(5943,'221748616140','38',1.00,'50','retail','0','2025-05-30 17:42:20','','','','0','Cash',6.78,'50','','','22','','1','2025-05-30 15:12:01','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','390.00','389','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174861614404821222360'),(5944,'221748616140','1',1.00,'50','retail','0','2025-05-30 18:10:16','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-30 15:12:01','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4925.00','4924','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174861782012273222240'),(5945,'221748616140','7',1.00,'20','retail','0','2025-05-30 18:11:19','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-30 15:12:01','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','65.00','64','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174861788520327632233'),(5946,'221748616140','11',1.00,'60','retail','0','2025-05-30 18:11:45','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-05-30 15:12:01','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','39.00','38','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174861790772739002893'),(5947,'221748618006','52',1.00,'150','retail','0','2025-05-30 18:13:26','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-05-30 15:13:38','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','913.00','912','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174861800878082200301'),(5948,'221748618739','7',1.00,'20','retail','0','2025-05-30 18:25:39','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-30 15:26:06','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','64.00','63','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174861874230023832024'),(5949,'221748618739','7',1.00,'20','retail','0','2025-05-30 18:25:47','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-30 15:26:06','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','63.00','62','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174861874926333022161'),(5950,'221748618739','8',1.00,'30','retail','0','2025-05-30 18:25:57','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-30 15:26:06','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1965.00','1964','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174861875942692822202'),(5951,'111748619568','45',1.00,'180','retail','0','2025-05-30 18:39:28','','','','0','Cash',24.41,'180','','','11','16.00','1','2025-05-30 15:39:48','3','5','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','100.00','99','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174861957031151237300'),(5952,'111748619568','45',1.00,'180','retail','0','2025-05-30 18:39:37','','','','0','Cash',24.41,'180','','','11','16.00','1','2025-05-30 15:39:48','3','5','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','99.00','98','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174861958029223532339'),(5953,'221748619610','40',1.00,'150','retail','0','2025-05-30 18:40:11','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-05-30 15:42:39','1','13','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','398.00','397','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174861961533052233083'),(5954,'221748619610','30',1.00,'50','retail','0','2025-05-30 18:41:26','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-30 15:42:39','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','725.00','724','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174861968930903720020'),(5955,'221748619610','38',1.00,'50','retail','0','2025-05-30 18:41:48','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-30 15:42:39','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','383.00','382','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174861971223121093211'),(5956,'111748620439','44',1.00,'150','retail','0','2025-05-30 18:53:59','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-05-30 15:54:39','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','195.00','194','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174862044113122301324'),(5957,'111748620439','10',1.00,'180','retail','0','2025-05-30 18:54:04','','','','0','Cash',24.41,'180','','','11','16.00','1','2025-05-30 15:54:39','1','12','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','503.00','502','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174862046881273364423'),(5958,'221748623748','18',1.00,'150','retail','0','2025-05-30 19:49:09','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-05-30 16:49:22','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1007.00','1006','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174862375023250772267'),(5968,'221748624658','28',1.00,'200','retail','0','2025-05-30 20:04:18','','','','0','Cash',27.12,'200','','','22','','1','2025-05-30 17:11:08','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','593.00','592','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174862466023123210282'),(5969,'221748624658','54',1.00,'50','retail','0','2025-05-30 20:11:02','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-30 17:11:08','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','42.00','41','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174862506332536310500'),(5970,'221748624872','8',1.00,'30','retail','0','2025-05-30 20:07:52','','','','0','Cash',4.07,'30','','','22','','1','2025-05-30 17:15:16','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1964.00','1963','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174862487322023033003'),(5971,'221748624872','8',1.00,'30','retail','0','2025-05-30 20:07:56','','','','0','Cash',4.07,'30','','','22','','1','2025-05-30 17:15:16','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1963.00','1962','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174862487782007330373'),(5972,'221748624872','31',1.00,'150','retail','0','2025-05-30 20:08:19','','','','0','Cash',20.34,'150','','','22','','1','2025-05-30 17:15:16','1','3','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1900.00','1899','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174862490083002270203'),(5973,'221748624872','38',1.00,'50','retail','0','2025-05-30 20:08:45','','','','0','Cash',6.78,'50','','','22','','1','2025-05-30 17:15:16','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','380.00','379','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174862492723234878003'),(5974,'221748624872','38',1.00,'50','retail','0','2025-05-30 20:08:50','','','','0','Cash',6.78,'50','','','22','','1','2025-05-30 17:15:16','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','379.00','378','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174862493133342200100'),(5975,'221748624872','38',1.00,'50','retail','0','2025-05-30 20:08:55','','','','0','Cash',6.78,'50','','','22','','1','2025-05-30 17:15:16','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','378.00','377','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174862493636233337638'),(5976,'221748624872','1',1.00,'50','retail','0','2025-05-30 20:14:53','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-30 17:15:16','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4924.00','4923','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174862529522323052235'),(5977,'221748624872','1',1.00,'50','retail','0','2025-05-30 20:15:01','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-30 17:15:16','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4923.00','4922','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174862530320037833522'),(5978,'111748624345','38',1.00,'50','retail','0','2025-05-30 19:59:05','','','','0','Cash',6.78,'50','','','11','','1','2025-05-30 17:17:10','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','382.00','381','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174862434666063412246'),(5979,'111748624345','38',1.00,'50','retail','0','2025-05-30 19:59:14','','','','0','Cash',6.78,'50','','','11','','1','2025-05-30 17:17:10','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','381.00','380','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174862435603554233223'),(5980,'111748624345','59',1.00,'50','retail','0','2025-05-30 20:17:01','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-30 17:17:10','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','767.00','766','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174862542236202200033'),(5981,'111748624345','59',1.00,'50','retail','0','2025-05-30 20:17:04','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-30 17:17:10','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','766.00','765','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174862542532202250128'),(5983,'111748625872','52',1.00,'150','retail','0','2025-05-30 20:24:32','','','','0','Cash',20.34,'150','','','11','','1','2025-05-30 17:33:03','3','7','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','912.00','911','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174862587430400838320'),(5984,'111748625872','38',1.00,'50','retail','0','2025-05-30 20:32:58','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-30 17:33:03','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','377.00','376','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174862638026282323702'),(5985,'111748626432','38',1.00,'50','retail','0','2025-05-30 20:33:52','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-30 17:34:12','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','376.00','375','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174862643423112663630'),(5986,'111748626432','38',1.00,'50','retail','0','2025-05-30 20:33:59','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-30 17:34:12','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','375.00','374','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174862644136233032233'),(5987,'111748626432','38',1.00,'50','retail','0','2025-05-30 20:34:04','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-30 17:34:12','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','374.00','373','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174862644630320303033'),(5988,'221748626898','1',1.00,'50','retail','0','2025-05-30 20:41:38','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-30 17:41:43','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4922.00','4921','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174862689932922000242'),(5989,'111748627712','1',1.00,'50','retail','0','2025-05-30 20:55:13','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-30 17:55:18','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4921.00','4920','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174862771411417122230'),(5990,'111748628680','18',1.00,'150','retail','0','2025-05-30 21:11:20','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-05-30 18:11:25','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1006.00','1005','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174862868124613370420'),(5992,'181748630030','59',1.00,'50','retail','0','2025-05-30 21:33:50','','','','0','Cash',6.78,'50','','','18','','1','2025-05-30 18:37:25','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','765.00','764','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174863003187223320370'),(5993,'181748630030','25',1.00,'200','retail','0','2025-05-30 21:35:59','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-05-30 18:37:25','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','197.00','196','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174863016024000160733'),(5994,'181748630030','50',1.00,'50','retail','0','2025-05-30 21:36:10','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-30 18:37:25','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','79.00','78','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174863017183323321321'),(5995,'181748630030','7',1.00,'20','retail','0','2025-05-30 21:36:37','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-30 18:37:25','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','62.00','61','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174863019802022232070'),(5996,'181748630030','7',1.00,'20','retail','0','2025-05-30 21:36:41','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-30 18:37:25','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','61.00','60','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174863020203200034383'),(5997,'181748630030','7',1.00,'20','retail','0','2025-05-30 21:36:46','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-30 18:37:25','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','60.00','59','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174863020822028033003'),(5998,'181748630030','7',1.00,'20','retail','0','2025-05-30 21:36:51','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-05-30 18:37:25','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','59.00','58','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174863021202273010802'),(5999,'181748630030','8',1.00,'30','retail','0','2025-05-30 21:36:56','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-30 18:37:25','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1962.00','1961','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174863021730332202230'),(6000,'181748630030','8',1.00,'30','retail','0','2025-05-30 21:37:00','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-30 18:37:25','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1961.00','1960','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174863022223233302200'),(6001,'181748630030','8',1.00,'30','retail','0','2025-05-30 21:37:05','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-05-30 18:37:25','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1960.00','1959','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174863022636324863027'),(6002,'181748631795','1',1.00,'50','retail','0','2025-05-30 22:03:15','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-30 19:03:25','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4920.00','4919','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174863179632172802130'),(6003,'181748631795','1',1.00,'50','retail','0','2025-05-30 22:03:19','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-30 19:03:25','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4919.00','4918','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174863180113872737332'),(6005,'181748633788','1',1.00,'50','retail','0','2025-05-30 22:36:28','','','','0','Cash',6.78,'50','','','18','','1','2025-05-30 20:00:32','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4918.00','4917','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174863378923243328336'),(6006,'181748669120','1',1.00,'50','retail','0','2025-05-31 08:25:20','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-05-31 05:25:25','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4917.00','4916','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174866912193740233220'),(6007,'221748675555','7',1.00,'20','retail','0','2025-05-31 10:12:35','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-31 07:13:04','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','58.00','57','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174867555732503201742'),(6008,'221748675555','7',1.00,'20','retail','0','2025-05-31 10:12:39','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-31 07:13:04','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','57.00','56','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174867555935233220508'),(6009,'221748675555','1',1.00,'50','retail','0','2025-05-31 10:12:59','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-31 07:13:04','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4916.00','4915','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174867558050052032032'),(6010,'111748676643','1',1.00,'50','retail','0','2025-05-31 10:30:43','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-31 07:31:08','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4915.00','4914','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174867664402202013333'),(6011,'111748676643','7',1.00,'20','retail','0','2025-05-31 10:30:52','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-05-31 07:31:08','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','56.00','55','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174867665533250313612'),(6012,'111748676643','7',1.00,'20','retail','0','2025-05-31 10:31:01','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-05-31 07:31:08','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','55.00','54','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174867666222223223111'),(6014,'221748679125','55',1.00,'80','retail','0','2025-05-31 11:12:05','','','','0','Cash',10.85,'80','','','22','16.00','1','2025-05-31 08:12:15','3','8','new','1','new','pcs','','','','yes','','1.36','','','VATABLE',67.80,'1','690.00','689','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174867912701093332247'),(6015,'111748679334','10',1.00,'180','retail','0','2025-05-31 11:15:34','','','','0','Cash',24.41,'180','','','11','16.00','1','2025-05-31 08:16:03','1','12','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','502.00','501','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174867935603230302022'),(6018,'111748681753','1',1.00,'50','retail','0','2025-05-31 11:55:53','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-31 08:56:40','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4914.00','4913','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174868175570046412230'),(6019,'111748681753','1',1.00,'50','retail','0','2025-05-31 11:55:55','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-31 08:56:40','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4913.00','4912','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174868175730232313122'),(6020,'111748681753','1',1.00,'50','retail','0','2025-05-31 11:56:00','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-31 08:56:40','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4912.00','4911','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174868176101013300602'),(6021,'111748681753','44',1.00,'150','retail','0','2025-05-31 11:56:07','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-05-31 08:56:40','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','194.00','193','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174868176820001362241'),(6022,'111748681753','7',1.00,'20','retail','0','2025-05-31 11:56:22','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-05-31 08:56:40','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','52.00','51','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174868178302021383213'),(6023,'111748681753','7',1.00,'20','retail','0','2025-05-31 11:56:24','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-05-31 08:56:40','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','51.00','50','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174868178588867232735'),(6024,'111748681753','7',1.00,'20','retail','0','2025-05-31 11:56:28','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-05-31 08:56:40','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','50.00','49','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174868178933833300133'),(6025,'111748682922','76',1.00,'100','retail','0','2025-05-31 12:15:22','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-05-31 09:15:40','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','600.00','599','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174868292423021331866'),(6026,'111748682922','75',1.00,'100','retail','0','2025-05-31 12:15:26','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-05-31 09:15:40','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','710.00','709','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174868292728223700317'),(6027,'111748682971','76',1.00,'100','retail','0','2025-05-31 12:16:11','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-05-31 09:17:26','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','599.00','598','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174868297337220833232'),(6028,'111748682971','30',1.00,'50','retail','0','2025-05-31 12:16:52','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-31 09:17:26','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','724.00','723','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174868301442288822212'),(6029,'111748682971','32',1.00,'300','retail','0','2025-05-31 12:17:16','','','','0','Cash',40.68,'300','','','11','16.00','1','2025-05-31 09:17:26','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','507.00','506','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174868303812140610302'),(6033,'111748683252','25',1.00,'200','retail','0','2025-05-31 12:20:52','','','','0','Cash',27.12,'200','','','11','16.00','1','2025-05-31 09:20:57','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','196.00','195','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174868325320283343333'),(6034,'111748683622','59',1.00,'50','retail','0','2025-05-31 12:27:02','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-31 09:27:09','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','764.00','763','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174868362373311360303'),(6035,'221748684067','43',1.00,'200','retail','0','2025-05-31 12:34:27','','','','0','Cash',27.12,'200','','','22','16.00','1','2025-05-31 09:36:34','3','4','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','515.00','514','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174868406926213063868'),(6036,'221748684067','23',1.00,'350','retail','0','2025-05-31 12:35:22','','','','0','Cash',47.46,'350','','','22','16.00','1','2025-05-31 09:36:34','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','300.00','299','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174868412332262381837'),(6037,'221748684067','54',1.00,'50','retail','0','2025-05-31 12:36:15','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-31 09:36:34','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','41.00','40','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174868417710222862333'),(6042,'111748685765','28',1.00,'200','retail','0','2025-05-31 13:02:45','','','','0','Cash',27.12,'200','','','11','16.00','1','2025-05-31 10:02:55','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','592.00','591','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174868576760223222323'),(6043,'111748686483','1',1.00,'50','retail','0','2025-05-31 13:14:43','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-31 10:14:50','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4910.00','4909','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174868648582735400413'),(6049,'111748687304','6',1.00,'50','retail','0','2025-05-31 13:28:24','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-31 10:35:21','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','505.00','504','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174868730550210012322'),(6050,'111748687304','1',1.00,'50','retail','0','2025-05-31 13:28:49','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-31 10:35:21','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4908.00','4907','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174868733003312210120'),(6051,'111748687304','1',1.00,'50','retail','0','2025-05-31 13:28:56','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-31 10:35:21','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4907.00','4906','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174868733783320034237'),(6052,'221748682978','95',1.00,'100','retail','0','2025-05-31 12:16:19','','','','01','Cash',13.56,'100','','','22','','1','2025-05-31 10:40:52','1','12','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','293.00','292','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174868298237082012283'),(6053,'221748682978','7',1.00,'20','retail','0','2025-05-31 12:16:38','','','','0','Cash',2.71,'20','','','22','','1','2025-05-31 10:40:52','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','49.00','48','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174868300778121230362'),(6054,'221748682978','1',1.00,'50','retail','0','2025-05-31 12:17:14','','','','0','Cash',6.78,'50','','','22','','1','2025-05-31 10:40:52','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4911.00','4910','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174868303703323323823'),(6055,'221748682978','6',1.00,'50','retail','0','2025-05-31 12:37:30','','','','0','Cash',6.78,'50','','','22','','1','2025-05-31 10:40:52','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','506.00','505','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174868425173122135324'),(6056,'221748682978','1',1.00,'50','retail','0','2025-05-31 13:20:31','','','','0','Cash',6.78,'50','','','22','','1','2025-05-31 10:40:52','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4909.00','4908','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174868683322388386030'),(6057,'221748682978','7',1.00,'20','retail','0','2025-05-31 13:40:48','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-31 10:40:52','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','48.00','47','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174868804999204630922'),(6058,'221748688646','7',1.00,'20','retail','0','2025-05-31 13:50:46','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-31 10:50:51','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','47.00','46','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174868864774483220023'),(6059,'221748689166','8',1.00,'30','retail','0','2025-05-31 13:59:26','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-31 10:59:49','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1959.00','1958','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174868916722207226702'),(6060,'221748689166','8',1.00,'30','retail','0','2025-05-31 13:59:31','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-05-31 10:59:49','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1958.00','1957','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174868917223023423301'),(6061,'221748689166','50',1.00,'50','retail','0','2025-05-31 13:59:43','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-31 10:59:49','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','78.00','77','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174868918436202223323'),(6062,'111748690770','86',1.00,'200','retail','0','2025-05-31 14:26:10','','','','0','Cash',27.12,'200','','','11','16.00','1','2025-05-31 11:26:41','3','10','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','415.00','414','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174869079620271676000'),(6063,'111748691304','8',1.00,'30','retail','0','2025-05-31 14:35:04','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-31 11:35:18','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1957.00','1956','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174869130505323312180'),(6064,'221748691741','30',1.00,'50','retail','0','2025-05-31 14:42:21','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-31 11:43:11','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','723.00','722','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174869174278293232842'),(6065,'221748691741','38',1.00,'50','retail','0','2025-05-31 14:42:48','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-31 11:43:11','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','373.00','372','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174869176930222392324'),(6066,'221748691741','50',1.00,'50','retail','0','2025-05-31 14:43:02','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-31 11:43:11','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','77.00','76','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174869178321893971922'),(6075,'221748693440','38',1.00,'50','retail','0','2025-05-31 15:10:40','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-31 12:11:22','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','372.00','371','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174869344247323233943'),(6076,'111748694349','7',1.00,'20','retail','0','2025-05-31 15:25:50','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-05-31 12:25:57','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','46.00','45','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174869435191030831331'),(6077,'111748691938','44',1.00,'150','retail','0','2025-05-31 14:45:38','','','','0','Cash',20.34,'150','','','11','','1','2025-05-31 12:29:54','3','5','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','193.00','192','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174869193941212393231'),(6078,'111748691938','25',1.00,'200','retail','0','2025-05-31 14:46:02','','','','0','Cash',27.12,'200','','','11','','1','2025-05-31 12:29:54','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','195.00','194','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174869196436131133206'),(6079,'111748691938','18',1.00,'150','retail','0','2025-05-31 14:59:13','','','','0','Cash',20.34,'150','','','11','','1','2025-05-31 12:29:54','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1005.00','1004','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174869275593232337032'),(6080,'111748691938','41',1.00,'100','retail','0','2025-05-31 15:29:00','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-05-31 12:29:54','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','198.00','197','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174869458702101032093'),(6081,'221748679022','7',1.00,'20','retail','0','2025-05-31 11:10:22','','','','0','Cash',2.71,'20','','','22','','1','2025-05-31 12:41:27','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','54.00','53','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174867902332203293136'),(6082,'221748679022','7',1.00,'20','retail','0','2025-05-31 11:16:24','','','','0','Cash',2.71,'20','','','22','','1','2025-05-31 12:41:27','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','53.00','52','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174867938663342032922'),(6083,'221748679022','93',1.00,'300','retail','0','2025-05-31 14:58:14','','','','0','Cash',40.68,'300','','','22','','1','2025-05-31 12:41:27','1','3','new','1','printed','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','400.00','399','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174869269593925223332'),(6084,'221748679022','38',1.00,'50','retail','0','2025-05-31 15:40:07','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-31 12:41:27','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','371.00','370','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174869520965360222225'),(6085,'221748679022','59',1.00,'50','retail','0','2025-05-31 15:41:13','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-31 12:41:27','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','763.00','762','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174869527523320030229'),(6086,'221748695466','10',1.00,'180','retail','0','2025-05-31 15:44:26','','','','0','Cash',24.41,'180','','','22','16.00','1','2025-05-31 12:44:29','1','12','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','501.00','500','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174869546735020042368'),(6089,'221748697786','68',1.00,'250','retail','0','2025-05-31 16:23:06','','','','0','Cash',33.90,'250','','','22','','1','2025-05-31 13:40:12','3','10','new','1','printed','pcs','','','','yes','','4.24','','','VATABLE',211.86,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174869778722702827830'),(6090,'221748697786','69',1.00,'250','retail','0','2025-05-31 16:23:10','','','','0','Cash',33.90,'250','','','22','','1','2025-05-31 13:40:12','3','10','new','1','printed','pcs','','','','yes','','4.24','','','VATABLE',211.86,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174869779103063712333'),(6092,'111748700357','52',1.00,'150','retail','0','2025-05-31 17:05:57','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-05-31 14:18:34','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','911.00','910','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174870035920822130232'),(6093,'111748700357','11',1.00,'60','retail','0','2025-05-31 17:06:12','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-05-31 14:18:34','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','38.00','37','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174870037404333733330'),(6094,'111748700357','52',1.00,'150','retail','0','2025-05-31 17:17:50','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-05-31 14:18:34','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','910.00','909','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174870107227723732208'),(6095,'111748700357','11',1.00,'60','retail','0','2025-05-31 17:18:23','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-05-31 14:18:34','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','37.00','36','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174870110522831232427'),(6099,'111748702314','59',1.00,'50','retail','0','2025-05-31 17:38:35','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-31 14:38:50','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','761.00','760','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174870231930373112333'),(6102,'221748700678','63',1.00,'100','retail','0','2025-05-31 17:11:18','','','','0','Cash',13.56,'100','','','22','','1','2025-05-31 14:45:21','3','8','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174870068430033333737'),(6103,'221748700678','63',1.00,'100','retail','0','2025-05-31 17:24:57','','','','0','Cash',13.56,'100','','','22','','1','2025-05-31 14:45:21','3','8','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174870149933031038003'),(6104,'221748700678','59',1.00,'50','retail','0','2025-05-31 17:25:05','','','','0','Cash',6.78,'50','','','22','','1','2025-05-31 14:45:21','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','762.00','761','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174870150636047302277'),(6105,'221748700678','59',1.00,'50','retail','0','2025-05-31 17:45:04','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-31 14:45:21','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','760.00','759','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174870270702372720707'),(6106,'221748702880','18',1.00,'150','retail','0','2025-05-31 17:48:00','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-05-31 14:48:33','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1004.00','1003','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174870288202822342220'),(6107,'221748702880','32',1.00,'300','retail','0','2025-05-31 17:48:18','','','','0','Cash',40.68,'300','','','22','16.00','1','2025-05-31 14:48:33','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','506.00','505','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174870289939338393233'),(6108,'111748702373','38',1.00,'50','retail','0','2025-05-31 17:39:33','','','','0','Cash',6.78,'50','','','11','','1','2025-05-31 14:50:38','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','370.00','369','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174870237723378030022'),(6109,'111748702373','38',1.00,'50','retail','0','2025-05-31 17:39:39','','','','0','Cash',6.78,'50','','','11','','1','2025-05-31 14:50:38','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','369.00','368','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174870238322411023412'),(6110,'111748702373','38',1.00,'50','retail','0','2025-05-31 17:48:40','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-31 14:50:38','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','368.00','367','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174870292337030221213'),(6111,'111748702373','38',1.00,'50','retail','0','2025-05-31 17:48:44','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-31 14:50:38','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','367.00','366','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174870292602203031222'),(6112,'111748702373','8',1.00,'30','retail','0','2025-05-31 17:49:46','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-31 14:50:38','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1956.00','1955','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174870298802372002200'),(6113,'111748702373','8',1.00,'30','retail','0','2025-05-31 17:49:52','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-31 14:50:38','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1955.00','1954','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174870299532005010242'),(6114,'111748702373','8',1.00,'30','retail','0','2025-05-31 17:50:09','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-31 14:50:38','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1954.00','1953','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174870301012703117343'),(6115,'111748702373','8',1.00,'30','retail','0','2025-05-31 17:50:19','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-05-31 14:50:38','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1953.00','1952','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174870302131280401201'),(6116,'111748703307','55',1.00,'80','retail','0','2025-05-31 17:55:07','','','','0','Cash',10.85,'80','','','11','16.00','1','2025-05-31 14:55:14','3','8','new','1','new','pcs','','','','yes','','1.36','','','VATABLE',67.80,'1','689.00','688','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174870331032323130230'),(6118,'111748704667','59',1.00,'50','retail','0','2025-05-31 18:17:47','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-31 15:18:00','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','759.00','758','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174870466909342021473'),(6119,'221748704817','11',1.00,'60','retail','0','2025-05-31 18:20:17','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-05-31 15:21:03','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','36.00','35','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174870481902339112997'),(6120,'221748704817','1',1.00,'50','retail','0','2025-05-31 18:20:48','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-31 15:21:03','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4906.00','4905','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174870484933333382222'),(6121,'221748704971','59',1.00,'50','retail','0','2025-05-31 18:22:51','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-31 15:23:28','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','758.00','757','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174870497341321220243'),(6122,'221748704971','7',1.00,'20','retail','0','2025-05-31 18:23:08','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-31 15:23:28','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','45.00','44','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174870499020203032332'),(6123,'221748704971','7',1.00,'20','retail','0','2025-05-31 18:23:14','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-31 15:23:28','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','44.00','43','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174870499522920400221'),(6124,'221748704971','7',1.00,'20','retail','0','2025-05-31 18:23:17','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-31 15:23:28','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','43.00','42','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174870499812038312922'),(6129,'221748705358','54',1.00,'50','retail','0','2025-05-31 18:29:18','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-31 15:30:02','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','40.00','39','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174870536047223630608'),(6130,'221748705358','11',1.00,'60','retail','0','2025-05-31 18:29:54','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-05-31 15:30:02','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','35.00','34','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174870539627202233223'),(6135,'221748705084','32',1.00,'300','retail','0','2025-05-31 18:24:45','','','','0','Cash',40.68,'300','','','22','','1','2025-05-31 15:43:14','1','13','new','1','printed','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','505.00','504','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174870508632002322033'),(6136,'221748705084','30',1.00,'50','retail','0','2025-05-31 18:35:04','','','','0','Cash',6.78,'50','','','22','','1','2025-05-31 15:43:14','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','722.00','721','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174870570632202403023'),(6137,'221748705084','1',1.00,'50','retail','0','2025-05-31 18:43:06','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-31 15:43:14','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4904.00','4903','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174870618722224303022'),(6138,'221748706272','11',1.00,'60','retail','0','2025-05-31 18:44:32','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-05-31 15:45:22','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','34.00','33','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174870627322007270227'),(6139,'221748706272','54',1.00,'50','retail','0','2025-05-31 18:45:17','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-31 15:45:22','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','39.00','38','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174870631802222382222'),(6140,'111748705020','21',1.00,'280','retail','0','2025-05-31 18:23:41','','','','0','Cash',37.97,'280','','','11','','1','2025-05-31 15:51:28','1','3','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','21.00','20','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174870502404040013224'),(6141,'111748705020','18',1.00,'150','retail','0','2025-05-31 18:23:53','','','','0','Cash',20.34,'150','','','11','','1','2025-05-31 15:51:28','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1003.00','1002','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174870503573313550233'),(6142,'111748705020','59',1.00,'50','retail','0','2025-05-31 18:24:06','','','','0','Cash',6.78,'50','','','11','','1','2025-05-31 15:51:28','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','757.00','756','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174870504831820180513'),(6143,'111748705020','30',1.00,'50','retail','0','2025-05-31 18:51:21','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-31 15:51:28','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','721.00','720','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174870668202020302610'),(6144,'111748705865','1',1.00,'50','retail','0','2025-05-31 18:37:45','','','','0','Cash',6.78,'50','','','11','','1','2025-05-31 15:52:42','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4905.00','4904','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174870586730331108363'),(6145,'111748705865','53',1.00,'100','retail','0','2025-05-31 18:37:55','','','','0','Cash',13.56,'100','','','11','','1','2025-05-31 15:52:42','3','7','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','796.00','795','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174870587632533812003'),(6146,'111748705865','6',1.00,'50','retail','0','2025-05-31 18:52:08','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-31 15:52:42','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','504.00','503','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174870673037733107700'),(6147,'111748705865','6',1.00,'50','retail','0','2025-05-31 18:52:13','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-31 15:52:42','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','503.00','502','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174870673463344070304'),(6148,'111748705865','6',1.00,'50','retail','0','2025-05-31 18:52:18','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-31 15:52:42','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','502.00','501','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174870674001134704200'),(6149,'111748705865','6',1.00,'50','retail','0','2025-05-31 18:52:26','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-31 15:52:42','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','501.00','500','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174870674834322233360'),(6150,'111748706781','18',1.00,'150','retail','0','2025-05-31 18:53:01','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-05-31 15:53:09','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1002.00','1001','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174870678374312231200'),(6154,'111748704022','28',1.00,'200','retail','0','2025-05-31 18:07:02','','','','0','Cash',27.12,'200','','','11','','1','2025-05-31 16:15:07','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','591.00','590','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174870402504354302324'),(6155,'111748704022','14',1.00,'100','retail','0','2025-05-31 19:14:53','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-05-31 16:15:07','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','511.00','510','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174870809772088382011'),(6156,'221748708176','1',1.00,'50','retail','0','2025-05-31 19:16:16','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-31 16:16:22','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4901.00','4900','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174870817821333223800'),(6159,'221748708502','1',1.00,'50','retail','0','2025-05-31 19:21:42','','','','0','Cash',6.78,'50','','','22','','1','2025-05-31 16:30:25','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4900.00','4899','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174870850453227003220'),(6160,'221748708502','25',1.00,'200','retail','0','2025-05-31 19:22:02','','','','0','Cash',27.12,'200','','','22','','1','2025-05-31 16:30:25','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','194.00','193','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174870852424482233222'),(6161,'221748708502','1',1.00,'50','retail','0','2025-05-31 19:30:11','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-05-31 16:30:25','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4899.00','4898','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174870901732202300000'),(6162,'221748710270','53',1.00,'100','retail','0','2025-05-31 19:51:10','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-05-31 16:51:36','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','795.00','794','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174871027232203303032'),(6163,'221748710270','53',1.00,'100','retail','0','2025-05-31 19:51:16','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-05-31 16:51:36','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','794.00','793','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174871027772332273203'),(6164,'221748710270','53',1.00,'100','retail','0','2025-05-31 19:51:22','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-05-31 16:51:36','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','793.00','792','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174871028343332020232'),(6165,'221748711614','7',1.00,'20','retail','0','2025-05-31 20:13:34','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-31 17:13:50','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','42.00','41','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174871161520242533237'),(6166,'221748711614','7',1.00,'20','retail','0','2025-05-31 20:13:38','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-05-31 17:13:50','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','41.00','40','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174871161911394302324'),(6169,'111748712023','38',1.00,'50','retail','0','2025-05-31 20:20:23','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-31 17:21:12','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','366.00','365','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174871202553103343013'),(6170,'111748712023','38',1.00,'50','retail','0','2025-05-31 20:20:28','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-31 17:21:12','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','365.00','364','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174871203010320221330'),(6171,'111748712023','38',1.00,'50','retail','0','2025-05-31 20:20:33','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-31 17:21:12','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','364.00','363','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174871203513720303112'),(6172,'111748712023','38',1.00,'50','retail','0','2025-05-31 20:20:40','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-31 17:21:12','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','363.00','362','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174871204103312137322'),(6173,'111748712023','38',1.00,'50','retail','0','2025-05-31 20:20:45','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-31 17:21:12','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','362.00','361','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174871204832018803302'),(6174,'111748712023','38',1.00,'50','retail','0','2025-05-31 20:20:51','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-31 17:21:12','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','361.00','360','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174871205323740233220'),(6175,'111748712023','38',1.00,'50','retail','0','2025-05-31 20:20:56','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-31 17:21:12','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','360.00','359','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174871205704110383380'),(6176,'111748712023','38',1.00,'50','retail','0','2025-05-31 20:21:02','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-05-31 17:21:12','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','359.00','358','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174871206412233722220'),(6177,'111748711875','1',1.00,'50','retail','0','2025-05-31 20:17:55','','','','0','Cash',6.78,'50','','','11','','1','2025-05-31 17:23:21','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4898.00','4897','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174871187683031837217'),(6178,'111748711875','11',1.00,'60','retail','0','2025-05-31 20:18:12','','','','0','Cash',8.14,'60','','','11','','1','2025-05-31 17:23:21','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','33.00','32','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174871189411833078312'),(6179,'111748711875','11',1.00,'60','retail','0','2025-05-31 20:23:08','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-05-31 17:23:21','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','32.00','31','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174871219020201032301'),(6180,'111748707359','1',1.00,'50','retail','0','2025-05-31 19:02:39','','','','0','Cash',6.78,'50','','','11','','1','2025-05-31 18:09:06','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4903.00','4902','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174870736203222233433'),(6181,'111748707359','1',1.00,'50','retail','0','2025-05-31 19:02:47','','','','0','Cash',6.78,'50','','','11','','1','2025-05-31 18:09:06','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4902.00','4901','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174870736932372122002'),(6182,'111748707359','6',1.00,'50','retail','0','2025-05-31 19:03:17','','','','0','Cash',6.78,'50','','','11','','1','2025-05-31 18:09:06','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','500.00','499','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174870739920002233232'),(6185,'191748715931','28',1.00,'200','retail','0','2025-05-31 21:25:31','','','','0','Cash',27.12,'200','','','19','','1','2025-05-31 18:37:10','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','590.00','589','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19174871593258702800400'),(6186,'191748715931','8',1.00,'30','retail','0','2025-05-31 21:26:17','','','','0','Cash',4.07,'30','','','19','','1','2025-05-31 18:37:10','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1952.00','1951','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19174871597839027320723'),(6187,'191748715931','51',1.00,'300','retail','0','2025-05-31 21:32:04','','','','0','Cash',40.68,'300','','','19','16.00','1','2025-05-31 18:37:10','1','6','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','611.00','610','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174871657393020222202'),(6188,'191748715931','50',1.00,'50','retail','0','2025-05-31 21:36:39','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-31 18:37:10','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','76.00','75','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174871660171303212122'),(6189,'191748715931','30',1.00,'50','retail','0','2025-05-31 21:36:55','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-05-31 18:37:10','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','720.00','719','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174871661630076223223'),(6190,'191748716792','53',1.00,'100','retail','0','2025-05-31 21:39:52','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-05-31 18:40:03','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','792.00','791','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174871679420433322922'),(6191,'191748716792','53',1.00,'100','retail','0','2025-05-31 21:39:57','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-05-31 18:40:03','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','791.00','790','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174871679922018729701'),(6192,'181748761990','8',1.00,'30','retail','0','2025-06-01 10:13:10','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-06-01 07:13:48','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1951.00','1950','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174876199283120323100'),(6193,'181748761990','8',1.00,'30','retail','0','2025-06-01 10:13:17','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-06-01 07:13:48','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1950.00','1949','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174876199832023311086'),(6194,'181748761990','7',1.00,'20','retail','0','2025-06-01 10:13:24','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-01 07:13:48','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','40.00','39','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174876200612623302221'),(6195,'181748761990','7',1.00,'20','retail','0','2025-06-01 10:13:34','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-01 07:13:48','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','39.00','38','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174876201537333807052'),(6196,'181748761990','7',1.00,'20','retail','0','2025-06-01 10:13:38','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-01 07:13:48','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','38.00','37','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174876202038300320332'),(6197,'181748766998','18',1.00,'150','retail','0','2025-06-01 11:36:38','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-01 08:37:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1001.00','1000','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174876699920238233923'),(6198,'181748766998','30',1.00,'50','retail','0','2025-06-01 11:37:04','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-01 08:37:56','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','719.00','718','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174876702640207222022'),(6199,'181748766998','51',1.00,'300','retail','0','2025-06-01 11:37:51','','','','0','Cash',40.68,'300','','','18','16.00','1','2025-06-01 08:37:56','1','6','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','610.00','609','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174876707203822302222'),(6200,'181748772274','1',1.00,'50','retail','0','2025-06-01 13:04:34','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-01 10:05:23','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4897.00','4896','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174877227508220432238'),(6201,'181748772274','1',1.00,'50','retail','0','2025-06-01 13:04:38','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-01 10:05:23','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4896.00','4895','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174877228017037337021'),(6202,'181748772274','1',1.00,'50','retail','0','2025-06-01 13:04:46','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-01 10:05:23','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4895.00','4894','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174877228787223320370'),(6203,'181748772274','8',1.00,'30','retail','0','2025-06-01 13:04:57','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-06-01 10:05:23','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1949.00','1948','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174877229813202832202'),(6204,'181748772274','8',1.00,'30','retail','0','2025-06-01 13:05:03','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-06-01 10:05:23','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1948.00','1947','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174877230443232333023'),(6205,'181748772274','8',1.00,'30','retail','0','2025-06-01 13:05:05','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-06-01 10:05:23','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1947.00','1946','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174877230663220302027'),(6206,'181748772274','8',1.00,'30','retail','0','2025-06-01 13:05:11','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-06-01 10:05:23','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1946.00','1945','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174877231223413382700'),(6207,'181748772274','8',1.00,'30','retail','0','2025-06-01 13:05:16','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-06-01 10:05:23','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1945.00','1944','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174877231772720210033'),(6208,'181748775104','28',1.00,'200','retail','0','2025-06-01 13:51:44','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-06-01 10:51:50','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','589.00','588','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174877510530122251335'),(6209,'181748775128','32',1.00,'300','retail','0','2025-06-01 13:52:08','','','','0','Cash',40.68,'300','','','18','16.00','1','2025-06-01 10:52:24','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','504.00','503','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174877512902721827323'),(6210,'181748775128','30',1.00,'50','retail','0','2025-06-01 13:52:18','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-01 10:52:24','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','718.00','717','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174877513981332232518'),(6211,'181748777312','59',1.00,'50','retail','0','2025-06-01 14:28:32','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-01 11:28:37','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','756.00','755','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174877731321422883023'),(6212,'111748777642','23',1.00,'350','retail','0','2025-06-01 14:34:02','','','','0','Cash',47.46,'350','','','11','16.00','1','2025-06-01 11:36:39','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','599.00','598','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174877767110208123338'),(6213,'111748777642','23',1.00,'350','retail','0','2025-06-01 14:34:32','','','','0','Cash',47.46,'350','','','11','16.00','1','2025-06-01 11:36:39','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','598.00','597','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174877768801022302232'),(6214,'111748777642','23',1.00,'350','retail','0','2025-06-01 14:34:48','','','','0','Cash',47.46,'350','','','11','16.00','1','2025-06-01 11:36:39','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','597.00','596','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174877770432472000242'),(6215,'111748777642','23',1.00,'350','retail','0','2025-06-01 14:35:04','','','','0','Cash',47.46,'350','','','11','16.00','1','2025-06-01 11:36:39','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','596.00','595','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174877773977700810208'),(6216,'111748777642','30',1.00,'50','retail','0','2025-06-01 14:36:11','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-01 11:36:39','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','717.00','716','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174877777277033010412'),(6217,'111748777642','30',1.00,'50','retail','0','2025-06-01 14:36:16','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-01 11:36:39','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','716.00','715','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174877777712321373122'),(6218,'111748777642','59',1.00,'50','retail','0','2025-06-01 14:36:32','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-01 11:36:39','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','755.00','754','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174877779323223122173'),(6219,'111748782122','19',1.00,'180','retail','0','2025-06-01 15:48:42','','','','0','Cash',24.41,'180','','','11','16.00','1','2025-06-01 12:48:48','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','729.00','728','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174878212432233222120'),(6220,'111748782400','18',1.00,'150','retail','0','2025-06-01 15:53:21','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-01 12:53:43','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1000.00','999','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174878240624328201832'),(6221,'111748782400','18',1.00,'150','retail','0','2025-06-01 15:53:38','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-01 12:53:43','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','999.00','998','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174878241923342420310'),(6222,'111748783332','38',1.00,'50','retail','0','2025-06-01 16:08:52','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-01 13:09:53','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1158.00','1157','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174878333403282438322'),(6223,'111748783332','38',1.00,'50','retail','0','2025-06-01 16:09:27','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-01 13:09:53','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1157.00','1156','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174878337032377027087'),(6224,'111748783332','59',1.00,'50','retail','0','2025-06-01 16:09:47','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-01 13:09:53','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','754.00','753','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174878338932373032323'),(6226,'111748788376','52',1.00,'150','retail','0','2025-06-01 17:32:57','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-01 14:33:25','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','909.00','908','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174878837907203281388'),(6227,'111748788376','41',1.00,'100','retail','0','2025-06-01 17:33:01','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-06-01 14:33:25','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','746.00','745','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174878839920300233098'),(6228,'181748788999','59',1.00,'50','retail','0','2025-06-01 17:43:19','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-01 14:43:24','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','753.00','752','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174878900023372020222'),(6229,'111748787995','41',1.00,'100','retail','0','2025-06-01 17:26:36','','','','0','Cash',13.56,'100','','','11','','1','2025-06-01 14:47:04','3','4','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','747.00','746','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174878801200032224232'),(6230,'111748787995','53',1.00,'100','retail','0','2025-06-01 17:46:59','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-06-01 14:47:04','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','790.00','789','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174878922020021430232'),(6231,'111748790290','19',1.00,'180','retail','0','2025-06-01 18:04:50','','','','0','Cash',24.41,'180','','','11','16.00','1','2025-06-01 15:07:06','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','728.00','727','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174879029124013313324'),(6232,'111748790290','18',1.00,'150','retail','0','2025-06-01 18:04:54','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-01 15:07:06','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','998.00','997','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174879029502432123030'),(6233,'111748790290','18',1.00,'150','retail','0','2025-06-01 18:04:59','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-01 15:07:06','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','997.00','996','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174879030122933033312'),(6234,'111748790290','6',1.00,'50','retail','0','2025-06-01 18:05:15','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-01 15:07:06','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1197.00','1196','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174879031634271200323'),(6235,'111748790290','6',1.00,'50','retail','0','2025-06-01 18:05:20','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-01 15:07:06','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1196.00','1195','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174879032133329233227'),(6236,'111748790290','6',1.00,'50','retail','0','2025-06-01 18:05:26','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-01 15:07:06','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1195.00','1194','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174879032833330323222'),(6237,'111748790290','6',1.00,'50','retail','0','2025-06-01 18:05:32','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-01 15:07:06','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1194.00','1193','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174879033433303203310'),(6238,'111748790290','6',1.00,'50','retail','0','2025-06-01 18:05:40','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-01 15:07:06','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1193.00','1192','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174879034231331422302'),(6239,'111748790290','11',1.00,'60','retail','0','2025-06-01 18:05:59','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-06-01 15:07:06','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','381.00','380','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174879036103202890142'),(6240,'111748790290','11',1.00,'60','retail','0','2025-06-01 18:06:07','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-06-01 15:07:06','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','380.00','379','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174879036912303033233'),(6241,'111748790290','11',1.00,'60','retail','0','2025-06-01 18:06:14','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-06-01 15:07:06','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','379.00','378','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174879037577532721051'),(6242,'111748790290','93',1.00,'300','retail','0','2025-06-01 18:06:35','','','','0','Cash',40.68,'300','','','11','16.00','1','2025-06-01 15:07:06','1','3','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','399.00','398','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174879039632203299003'),(6243,'181748790896','68',1.00,'250','retail','0','2025-06-01 18:14:56','','','','0','Cash',33.90,'250','','','18','16.00','1','2025-06-01 15:16:37','3','10','new','1','new','pcs','','','','yes','','4.24','','','VATABLE',211.86,'1','509.00','508','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174879089730992702333'),(6244,'181748790896','76',1.00,'100','retail','0','2025-06-01 18:15:15','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-06-01 15:16:37','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','598.00','597','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174879091770332031803'),(6245,'181748790896','76',1.00,'100','retail','0','2025-06-01 18:16:01','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-06-01 15:16:37','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','597.00','596','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174879096404388003032'),(6246,'181748790896','13',1.00,'100','retail','0','2025-06-01 18:16:30','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-06-01 15:16:37','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','504.00','503','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174879099222300010391'),(6247,'111748791125','59',1.00,'50','retail','0','2025-06-01 18:18:45','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-01 15:18:59','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','752.00','751','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174879112731331173323'),(6251,'111748791214','1',1.00,'50','retail','0','2025-06-01 18:20:14','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-01 15:20:34','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4894.00','4893','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174879121603002094123'),(6252,'111748791214','7',1.00,'20','retail','0','2025-06-01 18:20:29','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-06-01 15:20:34','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','1037.00','1036','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174879123001233200224'),(6253,'181748791226','1',1.00,'50','retail','0','2025-06-01 18:20:26','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-01 15:20:52','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4893.00','4892','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174879122832231022109'),(6254,'181748791226','8',1.00,'30','retail','0','2025-06-01 18:20:46','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-06-01 15:20:52','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1944.00','1943','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174879124830723321120'),(6255,'111748791162','44',1.00,'150','retail','0','2025-06-01 18:19:22','','','','0','Cash',20.34,'150','','','11','','1','2025-06-01 15:35:50','3','5','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','942.00','941','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174879116302301631012'),(6256,'111748791162','68',1.00,'250','retail','0','2025-06-01 18:19:44','','','','0','Cash',33.90,'250','','','11','','1','2025-06-01 15:35:50','3','10','new','1','printed','pcs','','','','yes','','4.24','','','VATABLE',211.86,'1','508.00','507','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174879118623011321092'),(6257,'111748791162','18',1.00,'150','retail','0','2025-06-01 18:35:27','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-01 15:35:50','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','996.00','995','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174879213660201790333'),(6258,'181748791193','54',1.00,'50','retail','0','2025-06-01 18:19:53','','','','0','Cash',6.78,'50','','','18','','1','2025-06-01 15:38:47','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','588.00','587','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174879119423303137221'),(6259,'181748791193','21',1.00,'280','retail','0','2025-06-01 18:38:32','','','','0','Cash',37.97,'280','','','18','16.00','1','2025-06-01 15:38:47','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','620.00','619','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174879231420220222338'),(6260,'181748791193','29',1.00,'100','retail','0','2025-06-01 18:38:38','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-06-01 15:38:47','1','3','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','1005.00','1004','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174879232022392310002'),(6261,'111748792870','18',1.00,'150','retail','0','2025-06-01 18:47:51','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-01 15:47:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','995.00','994','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174879287287322022423'),(6262,'111748793631','18',1.00,'150','retail','0','2025-06-01 19:00:31','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-01 16:00:38','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','994.00','993','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174879363342373037192'),(6263,'181748793768','71',1.00,'300','retail','0','2025-06-01 19:02:48','','','','0','Cash',40.68,'300','','','18','16.00','1','2025-06-01 16:04:21','3','10','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','1037.00','1036','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174879377427730387220'),(6264,'111748794602','1',1.00,'50','retail','0','2025-06-01 19:16:43','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-01 16:16:59','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4892.00','4891','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174879460999423734233'),(6265,'111748795274','1',1.00,'50','retail','0','2025-06-01 19:27:54','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-01 16:28:29','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4891.00','4890','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174879527632303123516'),(6266,'111748795274','1',1.00,'50','retail','0','2025-06-01 19:27:59','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-01 16:28:29','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4890.00','4889','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174879528009025090122'),(6267,'111748795274','1',1.00,'50','retail','0','2025-06-01 19:28:04','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-01 16:28:29','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4889.00','4888','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174879529032533812903'),(6268,'111748795557','1',1.00,'50','retail','0','2025-06-01 19:32:37','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-01 16:34:12','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4888.00','4887','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174879556132204364722'),(6269,'111748795557','11',1.00,'60','retail','0','2025-06-01 19:34:00','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-06-01 16:34:12','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','378.00','377','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174879564312228273322'),(6270,'181748795944','44',1.00,'150','retail','0','2025-06-01 19:39:05','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-01 16:39:37','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','941.00','940','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174879594922039788232'),(6271,'181748795944','44',1.00,'150','retail','0','2025-06-01 19:39:18','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-01 16:39:37','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','940.00','939','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174879595931598213029'),(6272,'181748795944','44',1.00,'150','retail','0','2025-06-01 19:39:25','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-01 16:39:37','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','939.00','938','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174879596771793022733'),(6273,'181748796116','1',1.00,'50','retail','0','2025-06-01 19:41:56','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-01 16:45:40','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4887.00','4886','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174879612632033243301'),(6274,'181748796116','1',1.00,'50','retail','0','2025-06-01 19:42:16','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-01 16:45:40','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4886.00','4885','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174879613839912273863'),(6275,'181748796116','11',1.00,'60','retail','0','2025-06-01 19:45:15','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-06-01 16:45:40','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','377.00','376','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174879631694813313200'),(6276,'181748796116','11',1.00,'60','retail','0','2025-06-01 19:45:28','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-06-01 16:45:40','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','376.00','375','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174879633023002333302'),(6277,'181748796977','55',1.00,'80','retail','0','2025-06-01 19:56:17','','','','0','Cash',10.85,'80','','','18','16.00','1','2025-06-01 16:56:58','3','8','new','1','new','pcs','','','','yes','','1.36','','','VATABLE',67.80,'1','688.00','687','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174879698003812232039'),(6278,'111748797051','1',1.00,'50','retail','0','2025-06-01 19:57:32','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-01 16:58:39','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4885.00','4884','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174879705750332277323'),(6279,'111748797051','1',1.00,'50','retail','0','2025-06-01 19:57:50','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-01 16:58:39','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4884.00','4883','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174879707220313732303'),(6280,'111748797051','6',1.00,'50','retail','0','2025-06-01 19:58:21','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-01 16:58:39','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1192.00','1191','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174879710521001572031'),(6281,'111748797051','6',1.00,'50','retail','0','2025-06-01 19:58:33','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-01 16:58:39','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1191.00','1190','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174879711517717332325'),(6282,'111748797174','6',1.00,'50','retail','0','2025-06-01 19:59:34','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-01 16:59:47','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1190.00','1189','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174879717813273397333'),(6285,'111748797929','59',1.00,'50','retail','0','2025-06-01 20:12:09','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-01 17:14:06','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','751.00','750','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174879793032309322920'),(6286,'111748797929','59',1.00,'50','retail','0','2025-06-01 20:12:15','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-01 17:14:06','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','750.00','749','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174879794207274313123'),(6287,'111748797929','1',1.00,'50','retail','0','2025-06-01 20:12:36','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-01 17:14:06','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4882.00','4881','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174879795823724831003'),(6288,'111748797929','1',1.00,'50','retail','0','2025-06-01 20:12:42','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-01 17:14:06','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4881.00','4880','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174879796432231022109'),(6289,'111748797929','1',1.00,'50','retail','0','2025-06-01 20:12:49','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-01 17:14:06','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4880.00','4879','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174879797037000203302'),(6290,'111748797929','1',1.00,'50','retail','0','2025-06-01 20:12:55','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-01 17:14:06','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4879.00','4878','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174879797778312270412'),(6291,'111748797929','11',1.00,'60','retail','0','2025-06-01 20:13:26','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-06-01 17:14:06','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','375.00','374','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174879800900112230020'),(6292,'111748797929','38',1.00,'50','retail','0','2025-06-01 20:13:43','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-01 17:14:06','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1156.00','1155','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174879802530010202020'),(6293,'111748797929','38',1.00,'50','retail','0','2025-06-01 20:13:49','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-01 17:14:06','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1155.00','1154','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174879803121013037323'),(6294,'111748797929','38',1.00,'50','retail','0','2025-06-01 20:13:54','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-01 17:14:06','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1154.00','1153','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174879803607232726848'),(6295,'111748797656','1',1.00,'50','retail','0','2025-06-01 20:07:36','','','','0','Cash',6.78,'50','','','11','','1','2025-06-01 17:15:21','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4883.00','4882','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174879765739202970198'),(6296,'111748797656','7',1.00,'20','retail','0','2025-06-01 20:08:00','','','','0','Cash',2.71,'20','','','11','','1','2025-06-01 17:15:21','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','1036.00','1035','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174879768247242027332'),(6297,'111748797656','38',1.00,'50','retail','0','2025-06-01 20:15:09','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-01 17:15:21','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1153.00','1152','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174879811232123303320'),(6298,'181748798526','25',1.00,'200','retail','0','2025-06-01 20:22:06','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-06-01 17:22:13','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','593.00','592','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174879852703183733072'),(6299,'181748799985','33',1.00,'600','retail','0','2025-06-01 20:46:25','','','','0','Cash',81.36,'600','','','18','16.00','1','2025-06-01 17:46:34','1','13','new','1','new','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','1032.00','1031','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174879998620861323723'),(6300,'181748799985','38',1.00,'50','retail','0','2025-06-01 20:46:29','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-01 17:46:34','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1152.00','1151','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174879999023483293227'),(6302,'191748801371','14',1.00,'100','retail','0','2025-06-01 21:09:31','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-01 18:09:36','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','510.00','509','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174880137202207703001'),(6303,'191748800833','1',1.00,'50','retail','0','2025-06-01 21:00:33','','','','0','Cash',6.78,'50','','','19','','1','2025-06-01 18:15:32','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4878.00','4877','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19174880083539031259987'),(6304,'191748800833','6',1.00,'50','retail','0','2025-06-01 21:15:27','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-01 18:15:32','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1189.00','1188','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174880172834201442223'),(6305,'181748801983','38',1.00,'50','retail','0','2025-06-01 21:19:43','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-01 18:20:32','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1151.00','1150','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174880198400229320234'),(6306,'181748801983','32',1.00,'300','retail','0','2025-06-01 21:19:55','','','','0','Cash',40.68,'300','','','18','16.00','1','2025-06-01 18:20:32','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','503.00','502','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174880199639227123302'),(6307,'181748801983','30',1.00,'50','retail','0','2025-06-01 21:20:19','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-01 18:20:32','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','715.00','714','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174880202022813023880'),(6308,'181748802078','38',1.00,'50','retail','0','2025-06-01 21:21:18','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-01 18:21:27','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1150.00','1149','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174880208003843323032'),(6309,'221748805648','18',1.00,'150','retail','0','2025-06-01 22:20:48','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-01 19:21:06','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','993.00','992','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174880564982332030482'),(6310,'221748805648','11',1.00,'60','retail','0','2025-06-01 22:21:01','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-06-01 19:21:06','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','374.00','373','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174880566284328332222'),(6311,'221748809709','7',1.00,'20','retail','0','2025-06-01 23:28:29','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-06-01 20:28:34','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','1035.00','1034','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174880971030734103900'),(6312,'221748836476','7',1.00,'20','retail','0','2025-06-02 06:54:36','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-06-02 03:55:09','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','1034.00','1033','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174883647732220338028'),(6313,'221748836476','7',1.00,'20','retail','0','2025-06-02 06:54:43','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-06-02 03:55:09','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','1033.00','1032','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174883648420221243323'),(6314,'221748836476','7',1.00,'20','retail','0','2025-06-02 06:54:47','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-06-02 03:55:09','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','1032.00','1031','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174883648842328380333'),(6315,'221748836476','7',1.00,'20','retail','0','2025-06-02 06:54:50','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-06-02 03:55:09','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','1031.00','1030','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174883649162460208121'),(6316,'221748836476','7',1.00,'20','retail','0','2025-06-02 06:54:53','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-06-02 03:55:09','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','1030.00','1029','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174883649432320483260'),(6317,'221748836476','7',1.00,'20','retail','0','2025-06-02 06:55:05','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-06-02 03:55:09','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','1029.00','1028','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174883650637852343022'),(6318,'221748839079','52',1.00,'150','retail','0','2025-06-02 07:37:59','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-02 04:38:04','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','908.00','907','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174883907940423930292'),(6319,'221748840519','7',1.00,'20','retail','0','2025-06-02 08:01:59','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-06-02 05:02:09','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','1028.00','1027','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174884052008823720333'),(6320,'221748840519','7',1.00,'20','retail','0','2025-06-02 08:02:02','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-06-02 05:02:09','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','1027.00','1026','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174884052322821730070'),(6321,'221748840519','7',1.00,'20','retail','0','2025-06-02 08:02:06','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-06-02 05:02:09','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','1026.00','1025','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174884052723203524323'),(6322,'111748845464','14',1.00,'100','retail','0','2025-06-02 09:24:25','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-06-02 06:24:30','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','509.00','508','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174884546606203031522'),(6323,'111748845987','54',1.00,'50','retail','0','2025-06-02 09:33:07','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-02 06:33:18','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','587.00','586','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174884598922320033322'),(6326,'181748851549','18',1.00,'150','retail','0','2025-06-02 11:05:49','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 08:11:39','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','992.00','991','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174885155131048302287'),(6327,'181748851549','18',1.00,'150','retail','0','2025-06-02 11:05:55','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 08:11:39','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','991.00','990','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174885155720531181440'),(6328,'181748851549','18',1.00,'150','retail','0','2025-06-02 11:06:00','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 08:11:39','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','990.00','989','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174885156150231183121'),(6329,'181748851549','18',1.00,'150','retail','0','2025-06-02 11:06:04','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 08:11:39','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','989.00','988','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174885156663333313310'),(6330,'181748851549','18',1.00,'150','retail','0','2025-06-02 11:06:07','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 08:11:39','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','988.00','987','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174885156812220582802'),(6331,'181748851549','18',1.00,'150','retail','0','2025-06-02 11:06:10','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 08:11:39','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','987.00','986','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174885157270823131322'),(6332,'181748851549','18',1.00,'150','retail','0','2025-06-02 11:06:23','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 08:11:39','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','986.00','985','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174885158432812812238'),(6333,'181748851549','18',1.00,'150','retail','0','2025-06-02 11:06:31','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 08:11:39','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','985.00','984','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174885159223303138221'),(6334,'181748851549','18',1.00,'150','retail','0','2025-06-02 11:06:35','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 08:11:39','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','984.00','983','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174885159725942302203'),(6335,'181748851549','18',1.00,'150','retail','0','2025-06-02 11:09:31','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 08:11:39','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','983.00','982','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174885177207328022582'),(6336,'181748851549','18',1.00,'150','retail','0','2025-06-02 11:09:34','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 08:11:39','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','982.00','981','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174885177523320324223'),(6337,'181748851549','18',1.00,'150','retail','0','2025-06-02 11:09:39','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 08:11:39','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','981.00','980','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174885178024813370420'),(6338,'181748851549','18',1.00,'150','retail','0','2025-06-02 11:09:44','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 08:11:39','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','980.00','979','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174885178638121571028'),(6339,'181748851549','18',1.00,'150','retail','0','2025-06-02 11:09:49','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 08:11:39','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','979.00','978','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174885179122173033742'),(6340,'181748851549','18',1.00,'150','retail','0','2025-06-02 11:09:55','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 08:11:39','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','978.00','977','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174885179723202213372'),(6341,'181748851549','18',1.00,'150','retail','0','2025-06-02 11:10:01','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 08:11:39','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','977.00','976','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174885180321133143821'),(6342,'181748851549','18',1.00,'150','retail','0','2025-06-02 11:10:55','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 08:11:39','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','976.00','975','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174885185652231323332'),(6343,'181748850564','28',1.00,'200','retail','0','2025-06-02 10:49:24','','','','0','Cash',27.12,'200','','','18','','1','2025-06-02 08:22:05','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','588.00','587','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174885056625223600387'),(6344,'181748850564','87',1.00,'150','retail','0','2025-06-02 10:49:46','','','','0','Cash',20.34,'150','','','18','','1','2025-06-02 08:22:05','3','10','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','415.00','414','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174885058770020227252'),(6345,'181748850564','8',1.00,'30','retail','0','2025-06-02 11:20:42','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-06-02 08:22:05','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1943.00','1942','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174885244334143202334'),(6346,'181748850564','8',1.00,'30','retail','0','2025-06-02 11:21:20','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-06-02 08:22:05','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1942.00','1941','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174885248273032200333'),(6347,'181748850564','8',1.00,'30','retail','0','2025-06-02 11:21:25','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-06-02 08:22:05','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1941.00','1940','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174885248730848443303'),(6348,'181748850564','8',1.00,'30','retail','0','2025-06-02 11:21:31','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-06-02 08:22:05','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1940.00','1939','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174885249334312280820'),(6349,'181748850564','8',1.00,'30','retail','0','2025-06-02 11:21:40','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-06-02 08:22:05','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1939.00','1938','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174885250110222581333'),(6350,'181748850564','8',1.00,'30','retail','0','2025-06-02 11:21:45','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-06-02 08:22:05','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1938.00','1937','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174885250622373303723'),(6351,'181748850564','8',1.00,'30','retail','0','2025-06-02 11:21:49','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-06-02 08:22:05','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1937.00','1936','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174885251022303212134'),(6352,'181748850564','8',1.00,'30','retail','0','2025-06-02 11:21:54','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-06-02 08:22:05','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1936.00','1935','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174885251601071335322'),(6353,'181748853331','1',1.00,'50','retail','0','2025-06-02 11:35:31','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-02 08:36:04','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4877.00','4876','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174885333333540033012'),(6354,'181748853331','8',1.00,'30','retail','0','2025-06-02 11:35:54','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-06-02 08:36:04','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1935.00','1934','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174885335632183023206'),(6355,'181748853486','8',1.00,'30','retail','0','2025-06-02 11:38:06','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-06-02 08:38:15','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1934.00','1933','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174885348888832322831'),(6356,'181748854528','8',1.00,'30','retail','0','2025-06-02 11:55:28','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-06-02 08:56:05','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1933.00','1932','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174885453123215232083'),(6357,'181748854528','1',1.00,'50','retail','0','2025-06-02 11:55:44','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-02 08:56:05','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4876.00','4875','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174885454520843313037'),(6358,'181748854528','31',1.00,'150','retail','0','2025-06-02 11:56:00','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 08:56:05','1','3','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1899.00','1898','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174885456284202264233'),(6359,'181748854581','52',1.00,'150','retail','0','2025-06-02 11:56:21','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 08:56:27','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','907.00','906','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174885458323883210331'),(6360,'181748854939','16',1.00,'150','retail','0','2025-06-02 12:02:19','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 09:02:51','3','1','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','456.00','455','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174885494143030333522'),(6361,'181748854939','7',1.00,'20','retail','0','2025-06-02 12:02:40','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-02 09:02:51','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','1025.00','1024','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174885496124231237582'),(6362,'181748854939','7',1.00,'20','retail','0','2025-06-02 12:02:44','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-02 09:02:51','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','1024.00','1023','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174885496615062282562'),(6363,'181748855639','59',1.00,'50','retail','0','2025-06-02 12:13:59','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-02 09:14:22','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','749.00','748','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174885564145033080482'),(6364,'181748855639','87',1.00,'150','retail','0','2025-06-02 12:14:15','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 09:14:22','3','10','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','414.00','413','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174885565632281205530'),(6365,'181748859028','29',1.00,'100','retail','0','2025-06-02 13:10:28','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-06-02 10:10:41','1','3','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','1004.00','1003','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174885903020303839223'),(6366,'181748859028','21',1.00,'280','retail','0','2025-06-02 13:10:34','','','','0','Cash',37.97,'280','','','18','16.00','1','2025-06-02 10:10:41','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','619.00','618','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174885903505329300400'),(6367,'181748859056','25',1.00,'200','retail','0','2025-06-02 13:10:56','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-06-02 10:11:04','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','592.00','591','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174885905925179220553'),(6368,'181748859351','18',1.00,'150','retail','0','2025-06-02 13:15:51','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 10:47:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','975.00','974','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174885935283829333028'),(6369,'181748859351','18',1.00,'150','retail','0','2025-06-02 13:15:54','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 10:47:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','974.00','973','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174885935681230728943'),(6370,'181748859351','18',1.00,'150','retail','0','2025-06-02 13:15:58','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 10:47:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','973.00','972','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174885935921525531200'),(6371,'181748859351','18',1.00,'150','retail','0','2025-06-02 13:16:00','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 10:47:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','972.00','971','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174885936227992208993'),(6372,'181748859351','18',1.00,'150','retail','0','2025-06-02 13:16:03','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 10:47:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','971.00','970','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174885936420033342333'),(6373,'181748859351','18',1.00,'150','retail','0','2025-06-02 13:16:05','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 10:47:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','970.00','969','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174885936832283263833'),(6374,'181748859351','18',1.00,'150','retail','0','2025-06-02 13:16:11','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 10:47:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','969.00','968','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174885937275030823842'),(6375,'181748859351','18',1.00,'150','retail','0','2025-06-02 13:16:15','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 10:47:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','968.00','967','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174885937638832003802'),(6376,'181748859351','18',1.00,'150','retail','0','2025-06-02 13:16:17','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 10:47:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','967.00','966','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174885937912253383402'),(6377,'181748859351','18',1.00,'150','retail','0','2025-06-02 13:16:21','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 10:47:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','966.00','965','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174885938373943201202'),(6378,'181748859351','18',1.00,'150','retail','0','2025-06-02 13:16:24','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 10:47:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','965.00','964','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174885938523730102228'),(6379,'181748859351','18',1.00,'150','retail','0','2025-06-02 13:16:26','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 10:47:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','964.00','963','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174885938832203328528'),(6380,'181748859351','18',1.00,'150','retail','0','2025-06-02 13:16:29','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 10:47:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','963.00','962','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174885939022020909181'),(6381,'181748859351','18',1.00,'150','retail','0','2025-06-02 13:16:31','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 10:47:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','962.00','961','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174885939383181133732'),(6382,'181748859351','18',1.00,'150','retail','0','2025-06-02 13:16:34','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 10:47:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','961.00','960','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174885939682022022702'),(6383,'181748859351','18',1.00,'150','retail','0','2025-06-02 13:16:37','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 10:47:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','960.00','959','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174885939829730383220'),(6384,'181748859351','18',1.00,'150','retail','0','2025-06-02 13:16:39','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 10:47:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','959.00','958','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174885940120143233030'),(6385,'181748859351','18',1.00,'150','retail','0','2025-06-02 13:16:41','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 10:47:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','958.00','957','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174885940322333008034'),(6386,'181748859351','18',1.00,'150','retail','0','2025-06-02 13:16:44','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 10:47:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','957.00','956','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174885940655328030343'),(6387,'181748859351','18',1.00,'150','retail','0','2025-06-02 13:16:49','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 10:47:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','956.00','955','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174885941010378222323'),(6388,'181748859351','18',1.00,'150','retail','0','2025-06-02 13:41:44','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 10:47:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','955.00','954','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174886090693200102020'),(6389,'181748859351','18',1.00,'150','retail','0','2025-06-02 13:41:49','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 10:47:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','954.00','953','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174886091122806461390'),(6390,'181748859351','18',1.00,'150','retail','0','2025-06-02 13:41:53','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 10:47:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','953.00','952','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174886091510253222008'),(6391,'181748859351','18',1.00,'150','retail','0','2025-06-02 13:41:58','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 10:47:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','952.00','951','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174886091937210093282'),(6392,'181748859351','18',1.00,'150','retail','0','2025-06-02 13:42:03','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 10:47:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','951.00','950','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174886092412393230034'),(6393,'181748859351','18',1.00,'150','retail','0','2025-06-02 13:42:05','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 10:47:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','950.00','949','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174886092802234002233'),(6394,'181748859351','18',1.00,'150','retail','0','2025-06-02 13:42:09','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 10:47:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','949.00','948','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174886093173423220123'),(6395,'181748859351','18',1.00,'150','retail','0','2025-06-02 13:42:12','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 10:47:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','948.00','947','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174886093430234060222'),(6396,'181748859351','18',1.00,'150','retail','0','2025-06-02 13:42:14','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 10:47:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','947.00','946','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174886093623266232083'),(6397,'181748859351','18',1.00,'150','retail','0','2025-06-02 13:42:17','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 10:47:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','946.00','945','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174886093823228702343'),(6398,'181748859351','18',1.00,'150','retail','0','2025-06-02 13:42:19','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 10:47:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','945.00','944','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174886094180240204021'),(6399,'181748859351','18',1.00,'150','retail','0','2025-06-02 13:42:21','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 10:47:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','944.00','943','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174886094323483203227'),(6400,'181748859351','18',1.00,'150','retail','0','2025-06-02 13:42:24','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 10:47:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','943.00','942','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174886094584223353380'),(6401,'181748859351','18',1.00,'150','retail','0','2025-06-02 13:45:34','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 10:47:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','942.00','941','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174886113520433322322'),(6402,'181748859351','18',1.00,'150','retail','0','2025-06-02 13:45:38','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 10:47:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','941.00','940','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174886114033338103123'),(6403,'181748859351','18',1.00,'150','retail','0','2025-06-02 13:45:43','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 10:47:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','940.00','939','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174886114523803362630'),(6404,'181748859351','18',1.00,'150','retail','0','2025-06-02 13:45:48','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 10:47:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','939.00','938','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174886115038011303721'),(6405,'181748859351','18',1.00,'150','retail','0','2025-06-02 13:45:53','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 10:47:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','938.00','937','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174886115433233881023'),(6406,'181748859351','18',1.00,'150','retail','0','2025-06-02 13:45:56','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 10:47:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','937.00','936','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174886115832062381033'),(6407,'181748859351','18',1.00,'150','retail','0','2025-06-02 13:46:00','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 10:47:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','936.00','935','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174886116526233032362'),(6408,'181748859351','18',1.00,'150','retail','0','2025-06-02 13:46:06','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 10:47:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','935.00','934','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174886116728213331122'),(6409,'181748859351','18',1.00,'150','retail','0','2025-06-02 13:46:09','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 10:47:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','934.00','933','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174886117121203830334'),(6410,'181748859351','18',1.00,'150','retail','0','2025-06-02 13:46:12','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 10:47:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','933.00','932','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174886117481038627014'),(6411,'181748859351','18',1.00,'150','retail','0','2025-06-02 13:46:15','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 10:47:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','932.00','931','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174886117743320431313'),(6412,'181748859351','18',1.00,'150','retail','0','2025-06-02 13:46:21','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 10:47:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','931.00','930','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174886118208222222323'),(6413,'181748859351','18',1.00,'150','retail','0','2025-06-02 13:46:25','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 10:47:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','930.00','929','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174886118733320122031'),(6414,'181748859351','18',1.00,'150','retail','0','2025-06-02 13:46:33','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 10:47:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','929.00','928','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174886119464274932628'),(6415,'181748859351','18',1.00,'150','retail','0','2025-06-02 13:46:38','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 10:47:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','928.00','927','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174886120023413382800'),(6416,'181748859351','18',1.00,'150','retail','0','2025-06-02 13:46:47','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 10:47:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','927.00','926','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174886121012220381888'),(6417,'181748859351','18',1.00,'150','retail','0','2025-06-02 13:46:54','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 10:47:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','926.00','925','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174886121623282332820'),(6418,'181748859351','18',1.00,'150','retail','0','2025-06-02 13:47:00','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 10:47:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','925.00','924','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174886122312322822032'),(6419,'181748859351','18',1.00,'150','retail','0','2025-06-02 13:47:06','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 10:47:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','924.00','923','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174886122830220402682'),(6420,'181748859351','18',1.00,'150','retail','0','2025-06-02 13:47:14','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 10:47:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','923.00','922','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174886123562322732033'),(6421,'181748859351','18',1.00,'150','retail','0','2025-06-02 13:47:18','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 10:47:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','922.00','921','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174886124000222280482'),(6422,'181748859351','18',1.00,'150','retail','0','2025-06-02 13:47:26','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 10:47:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','921.00','920','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174886124922233283203'),(6423,'181748859351','18',1.00,'150','retail','0','2025-06-02 13:47:32','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 10:47:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','920.00','919','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174886125313823220238'),(6424,'181748859351','18',1.00,'150','retail','0','2025-06-02 13:47:38','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 10:47:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','919.00','918','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174886126084030074020'),(6425,'181748859351','18',1.00,'150','retail','0','2025-06-02 13:47:43','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 10:47:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','918.00','917','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174886126616310323811'),(6426,'181748859351','18',1.00,'150','retail','0','2025-06-02 13:47:49','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 10:47:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','917.00','916','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174886127031813362230'),(6427,'181748861473','18',1.00,'150','retail','0','2025-06-02 13:51:13','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-02 10:51:34','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','916.00','915','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174886147503242227128'),(6428,'181748861473','11',1.00,'60','retail','0','2025-06-02 13:51:27','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-06-02 10:51:34','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','373.00','372','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174886148922438823383'),(6432,'191748863711','32',1.00,'300','retail','0','2025-06-02 14:28:31','','','','0','Cash',40.68,'300','','','19','16.00','1','2025-06-02 11:28:36','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','502.00','501','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174886371334732124823'),(6433,'191748862659','35',1.00,'560','retail','0','2025-06-02 14:10:59','','','','0','Cash',75.93,'560','','','19','','1','2025-06-02 11:42:42','1','13','new','1','printed','pcs','','','','yes','','9.49','','','VATABLE',474.58,'1','515.00','514','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19174886266023332712300'),(6434,'191748862659','30',1.00,'50','retail','0','2025-06-02 14:11:20','','','','0','Cash',6.78,'50','','','19','','1','2025-06-02 11:42:42','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','714.00','713','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19174886268162323220333'),(6435,'191748862659','18',1.00,'150','retail','0','2025-06-02 14:11:38','','','','0','Cash',20.34,'150','','','19','','1','2025-06-02 11:42:42','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','915.00','914','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19174886270001232223903'),(6436,'191748862659','17',1.00,'100','retail','0','2025-06-02 14:42:21','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-02 11:42:42','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','308.00','307','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174886454333032374133'),(6437,'191748862659','45',1.00,'180','retail','0','2025-06-02 14:42:35','','','','0','Cash',24.41,'180','','','19','16.00','1','2025-06-02 11:42:42','3','5','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','598.00','597','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174886455621622208234'),(6438,'191748866428','87',1.00,'150','retail','0','2025-06-02 15:13:48','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-02 12:13:59','3','10','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','413.00','412','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174886643020600231403'),(6439,'191748867153','1',1.00,'50','retail','0','2025-06-02 15:25:53','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-02 12:26:51','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4875.00','4874','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174886715510131238726'),(6440,'191748867366','85',1.00,'200','retail','0','2025-06-02 15:29:26','','','','0','Cash',27.12,'200','','','19','16.00','1','2025-06-02 12:29:32','3','10','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','515.00','514','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174886736860724204413'),(6441,'191748869411','59',1.00,'50','retail','0','2025-06-02 16:03:32','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-02 13:11:15','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','748.00','747','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174886941491040421201'),(6442,'191748869411','68',1.00,'250','retail','0','2025-06-02 16:04:46','','','','0','Cash',33.90,'250','','','19','16.00','1','2025-06-02 13:11:15','3','10','new','1','new','pcs','','','','yes','','4.24','','','VATABLE',211.86,'1','507.00','506','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174886948886342039033'),(6443,'191748869411','74',1.00,'100','retail','0','2025-06-02 16:10:06','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-02 13:11:15','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','498.00','497','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174886980738373239330'),(6444,'191748869411','25',1.00,'200','retail','0','2025-06-02 16:10:31','','','','0','Cash',27.12,'200','','','19','16.00','1','2025-06-02 13:11:15','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','591.00','590','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174886983221338293822'),(6445,'191748869411','25',1.00,'200','retail','0','2025-06-02 16:10:38','','','','0','Cash',27.12,'200','','','19','16.00','1','2025-06-02 13:11:15','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','590.00','589','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174886984239238322238'),(6446,'191748869411','19',1.00,'180','retail','0','2025-06-02 16:10:59','','','','0','Cash',24.41,'180','','','19','16.00','1','2025-06-02 13:11:15','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','727.00','726','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174886986026802631673'),(6447,'191748870340','38',1.00,'50','retail','0','2025-06-02 16:19:01','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-02 13:19:44','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1149.00','1148','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174887034320211943323'),(6448,'191748870340','38',1.00,'50','retail','0','2025-06-02 16:19:12','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-02 13:19:44','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1148.00','1147','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174887035803432123030'),(6449,'191748870340','38',1.00,'50','retail','0','2025-06-02 16:19:28','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-02 13:19:44','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1147.00','1146','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174887037030371331420'),(6450,'191748871409','18',1.00,'150','retail','0','2025-06-02 16:36:50','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-02 13:36:57','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','914.00','913','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174887141320830722202'),(6451,'191748871575','18',1.00,'150','retail','0','2025-06-02 16:39:35','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-02 13:39:44','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','913.00','912','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174887157797339137342'),(6452,'191748871880','38',1.00,'50','retail','0','2025-06-02 16:44:40','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-02 13:44:47','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1146.00','1145','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174887188208800108232'),(6453,'181748872369','55',1.00,'80','retail','0','2025-06-02 16:52:49','','','','0','Cash',10.85,'80','','','18','16.00','1','2025-06-02 13:53:03','3','8','new','1','new','pcs','','','','yes','','1.36','','','VATABLE',67.80,'1','687.00','686','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174887237073233113237'),(6454,'181748872369','55',1.00,'80','retail','0','2025-06-02 16:52:53','','','','0','Cash',10.85,'80','','','18','16.00','1','2025-06-02 13:53:03','3','8','new','1','new','pcs','','','','yes','','1.36','','','VATABLE',67.80,'1','686.00','685','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174887237430772402333'),(6455,'181748872369','55',1.00,'80','retail','0','2025-06-02 16:52:57','','','','0','Cash',10.85,'80','','','18','16.00','1','2025-06-02 13:53:03','3','8','new','1','new','pcs','','','','yes','','1.36','','','VATABLE',67.80,'1','685.00','684','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174887237873273033333'),(6456,'181748872427','1',1.00,'50','retail','0','2025-06-02 16:53:47','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-02 13:54:11','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4874.00','4873','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174887242993711220879'),(6457,'181748872427','8',1.00,'30','retail','0','2025-06-02 16:54:02','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-06-02 13:54:11','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1932.00','1931','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174887244381472041330'),(6458,'191748872647','8',1.00,'30','retail','0','2025-06-02 16:57:27','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-02 13:57:41','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1931.00','1930','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174887265307234707000'),(6459,'181748872889','8',1.00,'30','retail','0','2025-06-02 17:01:29','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-06-02 14:03:15','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1930.00','1929','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174887289072720223023'),(6460,'181748872889','8',1.00,'30','retail','0','2025-06-02 17:01:33','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-06-02 14:03:15','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1929.00','1928','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174887289408031033240'),(6461,'181748872889','8',1.00,'30','retail','0','2025-06-02 17:01:38','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-06-02 14:03:15','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1928.00','1927','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174887289988323227243'),(6462,'181748872889','8',1.00,'30','retail','0','2025-06-02 17:01:41','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-06-02 14:03:15','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1927.00','1926','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174887290240273203230'),(6463,'181748872889','30',1.00,'50','retail','0','2025-06-02 17:01:53','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-02 14:03:15','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','713.00','712','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174887291409332033312'),(6464,'181748872889','30',1.00,'50','retail','0','2025-06-02 17:02:19','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-02 14:03:15','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','712.00','711','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174887294102821827323'),(6465,'181748872889','38',1.00,'50','retail','0','2025-06-02 17:02:40','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-02 14:03:15','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1145.00','1144','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174887296232423722622'),(6466,'181748872889','50',1.00,'50','retail','0','2025-06-02 17:03:01','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-02 14:03:15','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','575.00','574','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174887298222938824903'),(6467,'181748872889','50',1.00,'50','retail','0','2025-06-02 17:03:05','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-02 14:03:15','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','574.00','573','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174887298660031838837'),(6468,'191748873461','74',1.00,'100','retail','0','2025-06-02 17:11:01','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-02 14:11:26','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','497.00','496','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174887346323231207227'),(6469,'191748873461','74',1.00,'100','retail','0','2025-06-02 17:11:09','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-02 14:11:26','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','496.00','495','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174887347278887232432'),(6470,'191748873785','8',1.00,'30','retail','0','2025-06-02 17:16:25','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-02 14:16:48','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1926.00','1925','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174887378712023327200'),(6471,'191748873785','8',1.00,'30','retail','0','2025-06-02 17:16:35','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-02 14:16:48','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1925.00','1924','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174887380090030223104'),(6472,'181748874364','28',1.00,'200','retail','0','2025-06-02 17:26:05','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-06-02 14:26:17','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','587.00','586','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174887436812201212064'),(6473,'191748874689','1',1.00,'50','retail','0','2025-06-02 17:31:29','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-02 14:31:39','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4873.00','4872','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174887469121203039218'),(6474,'191748874689','1',1.00,'50','retail','0','2025-06-02 17:31:32','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-02 14:31:39','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4872.00','4871','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174887469444398003032'),(6475,'181748876148','54',1.00,'50','retail','0','2025-06-02 17:55:48','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-02 14:55:58','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','586.00','585','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174887614992431197183'),(6476,'181748876272','38',1.00,'50','retail','0','2025-06-02 17:57:52','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-02 14:58:01','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1144.00','1143','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174887627420343238837'),(6477,'181748876659','38',1.00,'50','retail','0','2025-06-02 18:04:20','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-02 15:04:34','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1143.00','1142','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174887666223226214333'),(6478,'181748877205','12',1.00,'50','retail','0','2025-06-02 18:13:25','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-02 15:13:42','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','595.00','594','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174887720830042803238'),(6479,'181748877205','12',1.00,'50','retail','0','2025-06-02 18:13:34','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-02 15:13:42','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','594.00','593','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174887721627203212216'),(6480,'181748878689','38',1.00,'50','retail','0','2025-06-02 18:38:10','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-02 15:38:41','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1142.00','1141','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174887869361342622323'),(6481,'181748878689','38',1.00,'50','retail','0','2025-06-02 18:38:17','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-02 15:38:41','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1141.00','1140','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174887870033172702222'),(6482,'181748878689','38',1.00,'50','retail','0','2025-06-02 18:38:29','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-02 15:38:41','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1140.00','1139','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174887871302720303710'),(6484,'191748880480','1',1.00,'50','retail','0','2025-06-02 19:08:00','','','','0','Cash',6.78,'50','','','19','','1','2025-06-02 16:19:15','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4871.00','4870','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19174888048248310302200'),(6485,'191748880480','1',1.00,'50','retail','0','2025-06-02 19:15:35','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-02 16:19:15','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4870.00','4869','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174888093837208321801'),(6486,'191748880480','1',1.00,'50','retail','0','2025-06-02 19:17:59','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-02 16:19:15','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4869.00','4868','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174888108183382000988'),(6487,'191748880480','1',1.00,'50','retail','0','2025-06-02 19:18:11','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-02 16:19:15','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4868.00','4867','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174888109389733198302'),(6488,'191748880480','7',1.00,'20','retail','0','2025-06-02 19:18:42','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-06-02 16:19:15','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','1023.00','1022','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174888112408033822393'),(6489,'191748880480','7',1.00,'20','retail','0','2025-06-02 19:18:49','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-06-02 16:19:15','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','1022.00','1021','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174888113233112232131'),(6490,'191748880480','7',1.00,'20','retail','0','2025-06-02 19:18:57','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-06-02 16:19:15','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','1021.00','1020','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174888113838280338213'),(6491,'191748880480','7',1.00,'20','retail','0','2025-06-02 19:19:05','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-06-02 16:19:15','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','1020.00','1019','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174888114718702800400'),(6500,'181748881997','8',1.00,'30','retail','0','2025-06-02 19:33:18','','','','0','Cash',4.07,'30','','','18','','1','2025-06-02 16:44:25','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1924.00','1923','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174888199920108407021'),(6501,'181748881997','8',1.00,'30','retail','0','2025-06-02 19:33:32','','','','0','Cash',4.07,'30','','','18','','1','2025-06-02 16:44:25','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1923.00','1922','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174888201523382020222'),(6502,'181748881997','8',1.00,'30','retail','0','2025-06-02 19:33:42','','','','0','Cash',4.07,'30','','','18','','1','2025-06-02 16:44:25','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1922.00','1921','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174888202408332303324'),(6503,'181748881997','8',1.00,'30','retail','0','2025-06-02 19:34:57','','','','0','Cash',4.07,'30','','','18','','1','2025-06-02 16:44:25','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1921.00','1920','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174888209833322222308'),(6504,'181748881997','38',1.00,'50','retail','0','2025-06-02 19:35:13','','','','0','Cash',6.78,'50','','','18','','1','2025-06-02 16:44:25','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1139.00','1138','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174888211873843308828'),(6505,'181748881997','38',1.00,'50','retail','0','2025-06-02 19:35:23','','','','0','Cash',6.78,'50','','','18','','1','2025-06-02 16:44:25','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1138.00','1137','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174888212422003282230'),(6506,'181748881997','1',1.00,'50','retail','0','2025-06-02 19:35:55','','','','0','Cash',6.78,'50','','','18','','1','2025-06-02 16:44:25','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4867.00','4866','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174888215738152312422'),(6507,'181748881997','1',1.00,'50','retail','0','2025-06-02 19:36:12','','','','0','Cash',6.78,'50','','','18','','1','2025-06-02 16:44:25','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4866.00','4865','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174888217332323782808'),(6508,'181748881997','1',1.00,'50','retail','0','2025-06-02 19:42:20','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-02 16:44:25','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4865.00','4864','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174888254120331334823'),(6512,'181748882874','59',1.00,'50','retail','0','2025-06-02 19:47:54','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-02 16:49:01','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','747.00','746','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174888287573220783305'),(6513,'181748882874','59',1.00,'50','retail','0','2025-06-02 19:47:59','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-02 16:49:01','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','746.00','745','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174888288002308882222'),(6514,'181748882874','59',1.00,'50','retail','0','2025-06-02 19:48:03','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-02 16:49:01','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','745.00','744','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174888288434703038023'),(6515,'181748882874','59',1.00,'50','retail','0','2025-06-02 19:48:07','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-02 16:49:01','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','744.00','743','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174888288992003333808'),(6516,'181748882874','59',1.00,'50','retail','0','2025-06-02 19:48:14','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-02 16:49:01','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','743.00','742','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174888289609821212380'),(6517,'181748882874','59',1.00,'50','retail','0','2025-06-02 19:48:21','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-02 16:49:01','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','742.00','741','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174888290202800331380'),(6518,'181748882874','59',1.00,'50','retail','0','2025-06-02 19:48:26','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-02 16:49:01','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','741.00','740','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174888290783100038221'),(6519,'181748882874','59',1.00,'50','retail','0','2025-06-02 19:48:33','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-02 16:49:01','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','740.00','739','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174888291525903022038'),(6520,'181748882874','28',1.00,'200','retail','0','2025-06-02 19:48:53','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-06-02 16:49:01','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','586.00','585','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174888293502020273132'),(6521,'191748882717','38',1.00,'50','retail','0','2025-06-02 19:45:17','','','','0','Cash',6.78,'50','','','19','','1','2025-06-02 16:50:09','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1137.00','1136','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19174888271931032289832'),(6522,'191748882717','38',1.00,'50','retail','0','2025-06-02 19:48:35','','','','0','Cash',6.78,'50','','','19','','1','2025-06-02 16:50:09','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1136.00','1135','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19174888291982321149240'),(6523,'191748882717','38',1.00,'50','retail','0','2025-06-02 19:49:58','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-02 16:50:09','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1135.00','1134','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174888300003242227329'),(6524,'181748883393','1',1.00,'50','retail','0','2025-06-02 19:56:33','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-02 16:56:56','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4864.00','4863','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174888339543282943320'),(6525,'181748883393','1',1.00,'50','retail','0','2025-06-02 19:56:43','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-02 16:56:56','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4863.00','4862','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174888340783318227200'),(6528,'191748884520','38',1.00,'50','retail','0','2025-06-02 20:15:20','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-02 17:15:37','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1134.00','1133','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174888452120532923239'),(6529,'191748884520','38',1.00,'50','retail','0','2025-06-02 20:15:30','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-02 17:15:37','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1133.00','1132','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174888453122088832500'),(6530,'181748884082','1',1.00,'50','retail','0','2025-06-02 20:08:02','','','','0','Cash',6.78,'50','','','18','','1','2025-06-02 17:40:26','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4862.00','4861','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174888408423228702343'),(6531,'181748884082','1',1.00,'50','retail','0','2025-06-02 20:08:09','','','','0','Cash',6.78,'50','','','18','','1','2025-06-02 17:40:26','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4861.00','4860','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174888409012003030233'),(6532,'181748884082','1',1.00,'50','retail','0','2025-06-02 20:40:00','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-02 17:40:26','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4860.00','4859','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174888600202828201383'),(6533,'181748884082','1',1.00,'50','retail','0','2025-06-02 20:40:07','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-02 17:40:26','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4859.00','4858','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174888600820333220120'),(6534,'181748884082','1',1.00,'50','retail','0','2025-06-02 20:40:10','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-02 17:40:26','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4858.00','4857','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174888601238022200202'),(6535,'181748884082','1',1.00,'50','retail','0','2025-06-02 20:40:15','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-02 17:40:26','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4857.00','4856','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174888601622233036304'),(6539,'191748886595','1',1.00,'50','retail','0','2025-06-02 20:49:55','','','','0','Cash',6.78,'50','','','19','','1','2025-06-02 18:09:52','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4856.00','4855','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19174888659737635233320'),(6540,'191748886595','16',1.00,'150','retail','0','2025-06-02 20:50:00','','','','0','Cash',20.34,'150','','','19','','1','2025-06-02 18:09:52','3','1','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','455.00','454','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19174888660143282043620'),(6541,'191748886595','8',1.00,'30','retail','0','2025-06-02 21:08:45','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-02 18:09:52','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1920.00','1919','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174888772632323077233'),(6542,'191748886595','6',1.00,'50','retail','0','2025-06-02 21:08:48','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-02 18:09:52','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1188.00','1187','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174888773008832838311'),(6543,'191748886595','6',1.00,'50','retail','0','2025-06-02 21:08:56','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-02 18:09:52','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1187.00','1186','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174888773703373312330'),(6544,'191748886595','31',1.00,'150','retail','0','2025-06-02 21:09:41','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-02 18:09:52','1','3','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1898.00','1897','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174888778203273012270'),(6545,'181748887444','14',1.00,'100','retail','0','2025-06-02 21:04:04','','','','0','Cash',13.56,'100','','','18','','1','2025-06-02 18:11:55','3','1','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','508.00','507','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174888744538252820825'),(6546,'181748887444','25',1.00,'200','retail','0','2025-06-02 21:11:46','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-06-02 18:11:55','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','589.00','588','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174888790830842009320'),(6547,'191748888574','54',1.00,'50','retail','0','2025-06-02 21:22:54','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-02 18:23:01','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','585.00','584','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174888857527813335333'),(6548,'181748890256','59',1.00,'50','retail','0','2025-06-02 21:50:57','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-02 18:51:10','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','739.00','738','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174889025832305020040'),(6549,'181748890256','59',1.00,'50','retail','0','2025-06-02 21:51:01','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-02 18:51:10','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','738.00','737','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174889026210223222008'),(6550,'221748893069','25',1.00,'200','retail','0','2025-06-02 22:37:49','','','','0','Cash',27.12,'200','','','22','16.00','1','2025-06-02 19:37:58','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','588.00','587','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174889307032803280782'),(6551,'221748923632','7',1.00,'20','retail','0','2025-06-03 07:07:12','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-06-03 04:07:17','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','1019.00','1018','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174892363393192233762'),(6556,'111748930874','1',1.00,'50','retail','0','2025-06-03 09:07:54','','','','0','Cash',6.78,'50','','','11','','1','2025-06-03 07:35:48','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4855.00','4854','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174893087521031223801'),(6557,'111748930874','1',1.00,'50','retail','0','2025-06-03 09:07:58','','','','0','Cash',6.78,'50','','','11','','1','2025-06-03 07:35:48','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4854.00','4853','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174893087903034223021'),(6558,'111748930874','11',1.00,'60','retail','0','2025-06-03 09:08:23','','','','0','Cash',8.14,'60','','','11','','1','2025-06-03 07:35:48','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','372.00','371','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174893090421321203322'),(6559,'111748930874','11',1.00,'60','retail','0','2025-06-03 09:08:28','','','','0','Cash',8.14,'60','','','11','','1','2025-06-03 07:35:48','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','371.00','370','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174893090920339939232'),(6560,'111748930874','1',1.00,'50','retail','0','2025-06-03 10:35:41','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-03 07:35:48','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4853.00','4852','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174893614339331337020'),(6561,'111748944652','40',1.00,'150','retail','0','2025-06-03 12:57:32','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-03 09:58:36','1','13','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','397.00','396','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174894465392410232430'),(6562,'111748944652','50',1.00,'50','retail','0','2025-06-03 12:58:00','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-03 09:58:36','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','573.00','572','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174894468272322233032'),(6563,'111748944652','1',1.00,'50','retail','0','2025-06-03 12:58:26','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-03 09:58:36','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4852.00','4851','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174894470848374221222'),(6564,'111748944749','25',1.00,'200','retail','0','2025-06-03 12:59:09','','','','0','Cash',27.12,'200','','','11','16.00','1','2025-06-03 09:59:18','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','587.00','586','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174894475051253333329'),(6565,'111748944781','10',1.00,'180','retail','0','2025-06-03 12:59:41','','','','0','Cash',24.41,'180','','','11','16.00','1','2025-06-03 10:00:25','1','12','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','500.00','499','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174894482232133230293'),(6566,'111748947445','29',1.00,'100','retail','0','2025-06-03 13:44:05','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-06-03 10:44:33','1','3','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','1003.00','1002','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174894744619041774190'),(6567,'111748947445','34',1.00,'280','retail','0','2025-06-03 13:44:24','','','','0','Cash',37.97,'280','','','11','16.00','1','2025-06-03 10:44:33','1','13','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','510.00','509','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174894746522831232427'),(6568,'111748948176','23',1.00,'350','retail','0','2025-06-03 13:56:16','','','','0','Cash',47.46,'350','','','11','16.00','1','2025-06-03 10:59:25','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','595.00','594','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174894832442902810233'),(6569,'111748951952','31',1.00,'150','retail','0','2025-06-03 14:59:13','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-03 11:59:21','1','3','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1897.00','1896','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174895195452329453230'),(6570,'111748952008','1',1.00,'50','retail','0','2025-06-03 15:00:09','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-03 12:01:18','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4851.00','4850','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174895201025413029022'),(6571,'111748952008','8',1.00,'30','retail','0','2025-06-03 15:00:47','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-06-03 12:01:18','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1919.00','1918','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174895204820302331234'),(6572,'111748952008','7',1.00,'20','retail','0','2025-06-03 15:00:57','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-06-03 12:01:18','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','1018.00','1017','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174895205852222328332'),(6573,'111748952008','50',1.00,'50','retail','0','2025-06-03 15:01:12','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-03 12:01:18','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','572.00','571','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174895207382427033323'),(6578,'111748952293','52',1.00,'150','retail','0','2025-06-03 15:04:53','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-03 12:05:19','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','906.00','905','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174895229532422303320'),(6579,'111748952293','1',1.00,'50','retail','0','2025-06-03 15:05:13','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-03 12:05:19','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4850.00','4849','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174895231400200523042'),(6580,'111748952218','19',1.00,'180','retail','0','2025-06-03 15:03:38','','','','0','Cash',24.41,'180','','','11','','1','2025-06-03 12:16:11','1','2','new','1','printed','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','726.00','725','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174895222020321720230'),(6581,'111748952218','19',1.00,'180','retail','0','2025-06-03 15:03:44','','','','0','Cash',24.41,'180','','','11','','1','2025-06-03 12:16:11','1','2','new','1','printed','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','725.00','724','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174895222594233325311'),(6582,'111748952218','19',1.00,'180','retail','0','2025-06-03 15:03:49','','','','0','Cash',24.41,'180','','','11','','1','2025-06-03 12:16:11','1','2','new','1','printed','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','724.00','723','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174895223123202138207'),(6583,'111748952218','23',1.00,'350','retail','0','2025-06-03 15:03:52','','','','0','Cash',47.46,'350','','','11','','1','2025-06-03 12:16:11','1','3','new','1','printed','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','594.00','593','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174895224732323723010'),(6584,'111748952218','55',1.00,'80','retail','0','2025-06-03 15:15:57','','','','0','Cash',10.85,'80','','','11','16.00','1','2025-06-03 12:16:11','3','8','new','1','new','pcs','','','','yes','','1.36','','','VATABLE',67.80,'1','684.00','683','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174895296296313220263'),(6585,'111748953469','8',1.00,'30','retail','0','2025-06-03 15:24:29','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-06-03 12:25:15','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1918.00','1917','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174895347123031233137'),(6586,'111748953469','25',1.00,'200','retail','0','2025-06-03 15:24:38','','','','0','Cash',27.12,'200','','','11','16.00','1','2025-06-03 12:25:15','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','586.00','585','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174895348012228273322'),(6587,'111748953469','21',1.00,'280','retail','0','2025-06-03 15:24:44','','','','0','Cash',37.97,'280','','','11','16.00','1','2025-06-03 12:25:15','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','618.00','617','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174895348623338386220'),(6588,'111748953469','38',1.00,'50','retail','0','2025-06-03 15:24:57','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-03 12:25:15','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1132.00','1131','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174895349823321123223'),(6589,'111748953469','38',1.00,'50','retail','0','2025-06-03 15:25:03','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-03 12:25:15','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1131.00','1130','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174895350523102132073'),(6595,'221748954314','18',1.00,'150','retail','0','2025-06-03 15:38:34','','','','0','Cash',20.34,'150','','','22','','1','2025-06-03 12:43:55','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','912.00','911','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174895431627236030227'),(6596,'221748954314','18',1.00,'150','retail','0','2025-06-03 15:43:50','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-03 12:43:55','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','911.00','910','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174895463126322032333'),(6597,'221748955894','18',1.00,'150','retail','0','2025-06-03 16:04:54','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-03 13:10:43','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','910.00','909','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174895589521512200300'),(6598,'221748955894','1',1.00,'50','retail','0','2025-06-03 16:10:33','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-03 13:10:43','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4849.00','4848','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174895623432932342123'),(6603,'111748958461','38',1.00,'50','retail','0','2025-06-03 16:47:41','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-03 13:48:15','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1129.00','1128','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174895846320253343333'),(6604,'111748958461','8',1.00,'30','retail','0','2025-06-03 16:48:02','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-06-03 13:48:15','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1917.00','1916','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174895848430304742324'),(6605,'111748954066','6',1.00,'50','retail','0','2025-06-03 15:34:26','','','','0','Cash',6.78,'50','','','11','','1','2025-06-03 13:54:15','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1186.00','1185','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174895406901140907001'),(6606,'111748954066','6',1.00,'50','retail','0','2025-06-03 15:34:32','','','','0','Cash',6.78,'50','','','11','','1','2025-06-03 13:54:15','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1185.00','1184','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174895407532520133320'),(6607,'111748954066','38',1.00,'50','retail','0','2025-06-03 15:34:43','','','','0','Cash',6.78,'50','','','11','','1','2025-06-03 13:54:15','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1130.00','1129','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174895408472033710247'),(6608,'111748954066','12',1.00,'50','retail','0','2025-06-03 15:35:06','','','','0','Cash',6.78,'50','','','11','','1','2025-06-03 13:54:15','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','593.00','592','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174895410822108122340'),(6609,'111748954066','8',1.00,'30','retail','0','2025-06-03 16:54:08','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-06-03 13:54:15','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1916.00','1915','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174895884910280002220'),(6610,'221748959361','7',1.00,'20','retail','0','2025-06-03 17:02:41','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-06-03 14:02:51','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','1017.00','1016','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174895936216339032232'),(6613,'221748963125','53',1.00,'100','retail','0','2025-06-03 18:05:25','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-06-03 15:13:35','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','789.00','788','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174896312623330304632'),(6614,'221748963125','41',1.00,'100','retail','0','2025-06-03 18:05:43','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-06-03 15:13:35','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','745.00','744','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174896315016005330353'),(6615,'221748963125','11',1.00,'60','retail','0','2025-06-03 18:06:29','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-06-03 15:13:35','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','369.00','368','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174896319039323182223'),(6616,'111748959433','11',1.00,'60','retail','0','2025-06-03 17:03:53','','','','0','Cash',8.14,'60','','','11','','1','2025-06-03 15:19:12','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','370.00','369','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174895943733233914023'),(6617,'111748959433','1',1.00,'50','retail','0','2025-06-03 17:04:26','','','','0','Cash',6.78,'50','','','11','','1','2025-06-03 15:19:12','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4848.00','4847','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174895946822438623393'),(6618,'111748959433','1',1.00,'50','retail','0','2025-06-03 18:19:05','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-03 15:19:12','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4847.00','4846','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174896394793712629232'),(6620,'111748965543','1',1.00,'50','retail','0','2025-06-03 18:45:44','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-03 15:47:12','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4846.00','4845','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174896554834503132510'),(6621,'111748965543','1',1.00,'50','retail','0','2025-06-03 18:46:05','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-03 15:47:12','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4845.00','4844','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174896556822265222271'),(6622,'111748965543','6',1.00,'50','retail','0','2025-06-03 18:46:40','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-03 15:47:12','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1184.00','1183','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174896560217320030222'),(6623,'111748965543','6',1.00,'50','retail','0','2025-06-03 18:46:49','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-03 15:47:12','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1183.00','1182','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174896561061436102003'),(6624,'111748965543','11',1.00,'60','retail','0','2025-06-03 18:46:55','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-06-03 15:47:12','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','368.00','367','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174896561733333043263'),(6625,'111748965543','11',1.00,'60','retail','0','2025-06-03 18:47:02','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-06-03 15:47:12','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','367.00','366','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174896562406300003323'),(6626,'111748965766','52',1.00,'150','retail','0','2025-06-03 18:49:26','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-03 15:50:31','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','905.00','904','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174896576832027022925'),(6627,'111748965766','3',1.00,'120','retail','0','2025-06-03 18:50:10','','','','0','Cash',16.27,'120','','','11','16.00','1','2025-06-03 15:50:31','1','12','new','1','new','pcs','','','','yes','','2.03','','','VATABLE',101.69,'1','523.00','522','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174896581730233323288'),(6628,'221748965939','14',1.00,'100','retail','0','2025-06-03 18:52:19','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-06-03 15:54:25','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','507.00','506','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174896594009313653740'),(6629,'221748965939','14',1.00,'100','retail','0','2025-06-03 18:52:27','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-06-03 15:54:25','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','506.00','505','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174896594937112089363'),(6630,'221748965939','14',1.00,'100','retail','0','2025-06-03 18:52:37','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-06-03 15:54:25','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','505.00','504','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174896595920230769243'),(6631,'221748965939','14',1.00,'100','retail','0','2025-06-03 18:52:52','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-06-03 15:54:25','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','504.00','503','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174896597330370039633'),(6632,'221748965939','11',1.00,'60','retail','0','2025-06-03 18:53:27','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-06-03 15:54:25','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','366.00','365','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174896600902339012999'),(6633,'221748965939','11',1.00,'60','retail','0','2025-06-03 18:53:36','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-06-03 15:54:25','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','365.00','364','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174896601832328833477'),(6634,'221748965939','6',1.00,'50','retail','0','2025-06-03 18:53:47','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-03 15:54:25','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1182.00','1181','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174896602906002330323'),(6635,'221748965939','6',1.00,'50','retail','0','2025-06-03 18:54:03','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-03 15:54:25','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1181.00','1180','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174896604924326202632'),(6636,'221748966799','11',1.00,'60','retail','0','2025-06-03 19:06:39','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-06-03 16:07:07','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','364.00','363','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174896680220209384282'),(6637,'221748966799','11',1.00,'60','retail','0','2025-06-03 19:06:48','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-06-03 16:07:07','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','363.00','362','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174896680903342300102'),(6641,'221748967928','1',1.00,'50','retail','0','2025-06-03 19:25:28','','','','0','Cash',6.78,'50','','','22','','1','2025-06-03 16:42:28','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4842.00','4841','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174896793049020222333'),(6642,'221748967928','28',1.00,'200','retail','0','2025-06-03 19:42:09','','','','0','Cash',27.12,'200','','','22','16.00','1','2025-06-03 16:42:28','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','585.00','584','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174896892980203223008'),(6643,'221748967928','50',1.00,'50','retail','0','2025-06-03 19:42:17','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-03 16:42:28','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','571.00','570','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174896893823202238303'),(6648,'221748964580','53',1.00,'100','retail','0','2025-06-03 18:29:40','','','','0','Cash',13.56,'100','','','22','','1','2025-06-03 16:46:24','3','7','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','788.00','787','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174896458230436205693'),(6649,'221748964580','32',1.00,'300','retail','0','2025-06-03 19:45:27','','','','0','Cash',40.68,'300','','','22','16.00','1','2025-06-03 16:46:24','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','501.00','500','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174896912822002292842'),(6650,'221748964580','50',1.00,'50','retail','0','2025-06-03 19:45:43','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-03 16:46:24','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','570.00','569','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174896914402327003899'),(6651,'221748964580','30',1.00,'50','retail','0','2025-06-03 19:46:15','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-03 16:46:24','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','711.00','710','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174896917732292307233'),(6652,'111748969439','38',1.00,'50','retail','0','2025-06-03 19:50:39','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-03 16:51:04','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1128.00','1127','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174896944028203020213'),(6653,'111748969439','38',1.00,'50','retail','0','2025-06-03 19:50:44','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-03 16:51:04','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1127.00','1126','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174896944504203021381'),(6654,'111748969439','38',1.00,'50','retail','0','2025-06-03 19:50:50','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-03 16:51:04','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1126.00','1125','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174896945202029012720'),(6661,'221748967589','1',1.00,'50','retail','0','2025-06-03 19:19:49','','','','0','Cash',6.78,'50','','','22','','1','2025-06-03 17:25:34','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4844.00','4843','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174896759132032212287'),(6662,'221748967589','1',1.00,'50','retail','0','2025-06-03 19:22:57','','','','0','Cash',6.78,'50','','','22','','1','2025-06-03 17:25:34','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4843.00','4842','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174896777804882307802'),(6663,'221748967589','7',1.00,'20','retail','0','2025-06-03 19:43:13','','','','0','Cash',2.71,'20','','','22','','1','2025-06-03 17:25:34','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','1016.00','1015','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174896899422243932338'),(6664,'221748967589','7',1.00,'20','retail','0','2025-06-03 19:43:19','','','','0','Cash',2.71,'20','','','22','','1','2025-06-03 17:25:34','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','1015.00','1014','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174896900009220203287'),(6665,'221748967589','1',1.00,'50','retail','0','2025-06-03 20:08:17','','','','0','Cash',6.78,'50','','','22','','1','2025-06-03 17:25:34','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4841.00','4840','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174897049934203334283'),(6666,'221748967589','1',1.00,'50','retail','0','2025-06-03 20:08:22','','','','0','Cash',6.78,'50','','','22','','1','2025-06-03 17:25:34','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4840.00','4839','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174897050332033740012'),(6667,'221748967589','18',1.00,'150','retail','0','2025-06-03 20:22:57','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-03 17:25:34','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','909.00','908','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174897137843323820922'),(6668,'221748967589','11',1.00,'60','retail','0','2025-06-03 20:23:25','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-06-03 17:25:34','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','362.00','361','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174897140740322330707'),(6669,'221748967589','11',1.00,'60','retail','0','2025-06-03 20:23:31','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-06-03 17:25:34','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','361.00','360','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174897141222282120220'),(6670,'221748971887','38',1.00,'50','retail','0','2025-06-03 20:31:27','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-03 17:32:39','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1125.00','1124','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174897188882200333030'),(6671,'221748971887','38',1.00,'50','retail','0','2025-06-03 20:31:30','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-03 17:32:39','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1124.00','1123','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174897189230921337031'),(6672,'221748971887','38',1.00,'50','retail','0','2025-06-03 20:31:34','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-03 17:32:39','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1123.00','1122','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174897189502357232258'),(6673,'221748971887','38',1.00,'50','retail','0','2025-06-03 20:31:43','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-03 17:32:39','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1122.00','1121','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174897190422322942391'),(6674,'221748971887','38',1.00,'50','retail','0','2025-06-03 20:31:49','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-03 17:32:39','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1121.00','1120','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174897191002174302322'),(6675,'221748972722','38',1.00,'50','retail','0','2025-06-03 20:45:22','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-03 17:47:43','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1120.00','1119','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174897272322022222227'),(6676,'221748972722','38',1.00,'50','retail','0','2025-06-03 20:45:26','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-03 17:47:43','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1119.00','1118','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174897272703222772822'),(6677,'221748972722','38',1.00,'50','retail','0','2025-06-03 20:45:36','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-03 17:47:43','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1118.00','1117','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174897273722702230122'),(6678,'221748972722','38',1.00,'50','retail','0','2025-06-03 20:47:07','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-03 17:47:43','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1117.00','1116','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174897282820204223287'),(6679,'221748972722','38',1.00,'50','retail','0','2025-06-03 20:47:13','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-03 17:47:43','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1116.00','1115','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174897283400203322120'),(6680,'221748973777','38',1.00,'50','retail','0','2025-06-03 21:02:57','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-03 18:03:30','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1115.00','1114','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174897377838372237232'),(6681,'221748973777','1',1.00,'50','retail','0','2025-06-03 21:03:24','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-03 18:03:30','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4839.00','4838','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174897380633222332241'),(6682,'221748974204','40',1.00,'150','retail','0','2025-06-03 21:10:04','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-03 18:10:12','1','13','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','396.00','395','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174897420539272223292'),(6683,'181748974301','8',1.00,'30','retail','0','2025-06-03 21:11:41','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-06-03 18:11:47','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1915.00','1914','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174897430281320034238'),(6684,'181748974785','32',1.00,'300','retail','0','2025-06-03 21:19:45','','','','0','Cash',40.68,'300','','','18','16.00','1','2025-06-03 18:19:51','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','500.00','499','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174897478663314391002'),(6685,'181748977745','56',1.00,'60','retail','0','2025-06-03 22:09:05','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-06-03 19:09:21','3','8','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','654.00','653','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174897774692303803336'),(6686,'181748977745','62',1.00,'100','retail','0','2025-06-03 22:09:15','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-06-03 19:09:21','3','8','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','512.00','511','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174897775605902232827'),(6687,'191749017505','1',1.00,'50','retail','0','2025-06-04 09:11:45','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-04 06:11:49','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4838.00','4837','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174901750603401233130'),(6688,'191749018596','1',1.00,'50','retail','0','2025-06-04 09:29:56','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-04 06:30:28','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4837.00','4836','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174901859703152301372'),(6689,'191749018596','7',1.00,'20','retail','0','2025-06-04 09:30:17','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-06-04 06:30:28','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','1014.00','1013','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174901861933062332911'),(6690,'191749018596','7',1.00,'20','retail','0','2025-06-04 09:30:22','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-06-04 06:30:28','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','1013.00','1012','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174901862320262112333'),(6691,'191749019700','1',1.00,'50','retail','0','2025-06-04 09:48:20','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-04 06:50:51','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4836.00','4835','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174901970170229323902'),(6692,'191749019700','1',1.00,'50','retail','0','2025-06-04 09:48:26','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-04 06:50:51','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4835.00','4834','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174901970723492131249'),(6693,'191749019700','11',1.00,'60','retail','0','2025-06-04 09:48:37','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-06-04 06:50:51','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','360.00','359','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174901971977393112313'),(6694,'191749019700','11',1.00,'60','retail','0','2025-06-04 09:50:30','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-06-04 06:50:51','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','359.00','358','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174901983291329373322'),(6695,'191749019700','11',1.00,'60','retail','0','2025-06-04 09:50:38','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-06-04 06:50:51','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','358.00','357','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174901983930021323012'),(6696,'191749019700','7',1.00,'20','retail','0','2025-06-04 09:50:43','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-06-04 06:50:51','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','1012.00','1011','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174901984533524705980'),(6697,'191749021069','52',1.00,'150','retail','0','2025-06-04 10:11:09','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-04 07:11:38','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','904.00','903','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174902107021233033012'),(6698,'191749021069','6',1.00,'50','retail','0','2025-06-04 10:11:28','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-04 07:11:38','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1180.00','1179','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174902108930018293232'),(6699,'191749021069','11',1.00,'60','retail','0','2025-06-04 10:11:33','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-06-04 07:11:38','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','357.00','356','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174902109417330241020'),(6700,'191749021174','8',1.00,'30','retail','0','2025-06-04 10:12:54','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-04 07:13:01','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1914.00','1913','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174902117632023201921'),(6701,'191749026464','30',1.00,'50','retail','0','2025-06-04 11:41:04','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-04 08:41:58','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','710.00','709','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174902646624020262306'),(6702,'191749026464','50',1.00,'50','retail','0','2025-06-04 11:41:14','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-04 08:41:58','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','569.00','568','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174902647502323921300'),(6703,'191749026464','50',1.00,'50','retail','0','2025-06-04 11:41:19','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-04 08:41:58','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','568.00','567','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174902648072320466320'),(6704,'191749026464','50',1.00,'50','retail','0','2025-06-04 11:41:23','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-04 08:41:58','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','567.00','566','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174902648530543223220'),(6705,'191749027931','54',1.00,'50','retail','0','2025-06-04 12:05:31','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-04 09:05:36','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','584.00','583','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174902793239331312031'),(6706,'111749030698','1',1.00,'50','retail','0','2025-06-04 12:51:38','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-04 10:03:03','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4834.00','4833','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174903069920300332329'),(6707,'111749030698','7',1.00,'20','retail','0','2025-06-04 12:52:48','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-06-04 10:03:03','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','1011.00','1010','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174903076932233430202'),(6708,'111749030698','29',1.00,'100','retail','0','2025-06-04 12:53:58','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-06-04 10:03:03','1','3','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','1002.00','1001','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174903083892002313803'),(6709,'111749030698','50',1.00,'50','retail','0','2025-06-04 12:54:08','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-04 10:03:03','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','566.00','565','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174903084843292443820'),(6710,'191749034049','51',1.00,'300','retail','0','2025-06-04 13:47:29','','','','0','Cash',40.68,'300','','','19','16.00','1','2025-06-04 10:48:49','1','6','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','609.00','608','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174903406027202290171'),(6711,'191749034049','30',1.00,'50','retail','0','2025-06-04 13:48:37','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-04 10:48:49','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','709.00','708','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174903411934203210303'),(6712,'111749034215','25',1.00,'200','retail','0','2025-06-04 13:50:15','','','','0','Cash',27.12,'200','','','11','16.00','1','2025-06-04 10:50:41','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','585.00','584','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174903421604042244324'),(6713,'111749034215','76',1.00,'100','retail','0','2025-06-04 13:50:36','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-06-04 10:50:41','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','596.00','595','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174903423820313438303'),(6714,'191749035120','59',1.00,'50','retail','0','2025-06-04 14:05:20','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-04 11:05:29','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','737.00','736','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174903512132033043113'),(6715,'191749035120','59',1.00,'50','retail','0','2025-06-04 14:05:24','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-04 11:05:29','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','736.00','735','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174903512523112272353'),(6716,'111749035356','59',1.00,'50','retail','0','2025-06-04 14:09:16','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-04 11:09:39','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','735.00','734','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174903535833082224032'),(6717,'111749035356','38',1.00,'50','retail','0','2025-06-04 14:09:33','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-04 11:09:39','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1114.00','1113','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174903537521332232310'),(6720,'191749035853','19',1.00,'180','retail','0','2025-06-04 14:17:33','','','','0','Cash',24.41,'180','','','19','','1','2025-06-04 11:48:59','1','2','new','1','printed','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','723.00','722','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19174903585528320022322'),(6721,'191749035853','34',1.00,'280','retail','0','2025-06-04 14:27:12','','','','0','Cash',37.97,'280','','','19','','1','2025-06-04 11:48:59','1','13','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','509.00','508','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19174903643303702249334'),(6722,'191749035853','41',1.00,'100','retail','0','2025-06-04 14:48:54','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-04 11:48:59','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','744.00','743','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174903773513119030303'),(6729,'191749037783','25',1.00,'200','retail','0','2025-06-04 14:49:43','','','','0','Cash',27.12,'200','','','19','','1','2025-06-04 12:18:47','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','584.00','583','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19174903779109202113292'),(6730,'191749037783','21',1.00,'280','retail','0','2025-06-04 14:49:58','','','','0','Cash',37.97,'280','','','19','','1','2025-06-04 12:18:47','1','3','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','617.00','616','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19174903780070033700003'),(6731,'191749037783','41',1.00,'100','retail','0','2025-06-04 14:50:14','','','','0','Cash',13.56,'100','','','19','','1','2025-06-04 12:18:47','3','4','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','743.00','742','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19174903781607227633023'),(6732,'191749037783','41',1.00,'100','retail','0','2025-06-04 15:18:40','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-04 12:18:47','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','742.00','741','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174903952103035390303'),(6733,'111749038090','55',1.00,'80','retail','0','2025-06-04 14:54:50','','','','0','Cash',10.85,'80','','','11','','1','2025-06-04 12:25:48','3','8','new','1','printed','pcs','','','','yes','','1.36','','','VATABLE',67.80,'1','683.00','682','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174903809112393398030'),(6734,'111749038090','87',1.00,'150','retail','0','2025-06-04 14:55:59','','','','0','Cash',20.34,'150','','','11','','1','2025-06-04 12:25:48','3','10','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','412.00','411','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174903819920708320012'),(6735,'111749038090','87',1.00,'150','retail','0','2025-06-04 14:57:02','','','','0','Cash',20.34,'150','','','11','','1','2025-06-04 12:25:48','3','10','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','411.00','410','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174903825433313222233'),(6736,'111749038090','8',1.00,'30','retail','0','2025-06-04 15:25:22','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-06-04 12:25:48','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1913.00','1912','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174903992409024239733'),(6737,'111749038090','8',1.00,'30','retail','0','2025-06-04 15:25:28','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-06-04 12:25:48','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1912.00','1911','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174903993032921423230'),(6738,'111749038090','8',1.00,'30','retail','0','2025-06-04 15:25:33','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-06-04 12:25:48','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1911.00','1910','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174903993507019992717'),(6739,'111749038090','8',1.00,'30','retail','0','2025-06-04 15:25:41','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-06-04 12:25:48','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1910.00','1909','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174903994372093920737'),(6740,'111749040499','59',1.00,'50','retail','0','2025-06-04 15:34:59','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-04 12:35:09','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','734.00','733','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174904050033322222309'),(6741,'191749042183','41',1.00,'100','retail','0','2025-06-04 16:03:04','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-04 13:07:59','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','741.00','740','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174904218632372403202'),(6742,'191749042183','34',1.00,'280','retail','0','2025-06-04 16:06:54','','','','0','Cash',37.97,'280','','','19','16.00','1','2025-06-04 13:07:59','1','13','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','508.00','507','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174904241610363233010'),(6745,'111749042615','59',1.00,'50','retail','0','2025-06-04 16:10:15','','','','0','Cash',6.78,'50','','','11','','1','2025-06-04 13:15:09','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','733.00','732','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174904261602013230343'),(6746,'111749042615','59',1.00,'50','retail','0','2025-06-04 16:15:02','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-04 13:15:09','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','731.00','730','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174904290432103920424'),(6747,'191749046849','44',1.00,'150','retail','0','2025-06-04 17:20:50','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-04 14:21:00','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','938.00','937','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174904685210008323115'),(6748,'191749046929','95',1.00,'100','retail','0','2025-06-04 17:22:10','','','','01','Cash',13.56,'100','','','19','16.00','1','2025-06-04 14:22:34','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','292.00','291','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174904693220323337200'),(6749,'191749046929','95',1.00,'100','retail','0','2025-06-04 17:22:17','','','','01','Cash',13.56,'100','','','19','16.00','1','2025-06-04 14:22:34','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','291.00','290','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174904693932297392223'),(6750,'51749047715','8',1.00,'30','retail','0','2025-06-04 17:35:15','','','','0','Cash',4.07,'30','','','5','16.00','1','2025-06-04 14:36:23','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1909.00','1908','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5174904773353335200234'),(6751,'51749047865','43',1.00,'200','retail','0','2025-06-04 17:37:46','','','','0','Cash',27.12,'200','','','5','16.00','1','2025-06-04 14:37:54','3','4','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','514.00','513','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5174904786950003039432'),(6752,'51749048776','91',1.00,'100','retail','0','2025-06-04 17:52:56','','','','0','Cash',13.56,'100','','','5','16.00','1','2025-06-04 14:53:49','3','16','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','1229.00','1228','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5174904879524830330913'),(6753,'121749056685','1',1.00,'50','retail','0','2025-06-04 20:04:45','','','','0','Cash',6.78,'50','','','12','16.00','1','2025-06-04 17:09:28','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4833.00','4832','Inclusive','branch','Inventory','1110','4000','5500','yes','','','12174905668706302002220'),(6754,'121749056685','1',1.00,'50','retail','0','2025-06-04 20:04:59','','','','0','Cash',6.78,'50','','','12','16.00','1','2025-06-04 17:09:28','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4832.00','4831','Inclusive','branch','Inventory','1110','4000','5500','yes','','','12174905670120203322322'),(6755,'121749056685','44',1.00,'150','retail','0','2025-06-04 20:05:35','','','','0','Cash',20.34,'150','','','12','16.00','1','2025-06-04 17:09:28','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','937.00','936','Inclusive','branch','Inventory','1110','4000','5500','yes','','','12174905673642767720623'),(6756,'121749056685','8',1.00,'30','retail','0','2025-06-04 20:05:58','','','','0','Cash',4.07,'30','','','12','16.00','1','2025-06-04 17:09:28','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1907.00','1906','Inclusive','branch','Inventory','1110','4000','5500','yes','','','12174905676030233323279'),(6757,'121749056685','6',1.00,'50','retail','0','2025-06-04 20:06:04','','','','0','Cash',6.78,'50','','','12','16.00','1','2025-06-04 17:09:28','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1179.00','1178','Inclusive','branch','Inventory','1110','4000','5500','yes','','','12174905676660310230572'),(6758,'121749056685','13',1.00,'100','retail','0','2025-06-04 20:06:45','','','','0','Cash',13.56,'100','','','12','16.00','1','2025-06-04 17:09:28','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','503.00','502','Inclusive','branch','Inventory','1110','4000','5500','yes','','','12174905680706226013229'),(6759,'121749056685','38',3.00,'150','retail','0','2025-06-04 20:08:53','','','','0','Cash',20.34,'50','','','12','16.00','1','2025-06-04 17:09:28','1','13','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'3','1113.00','1110','Inclusive','branch','Inventory','1110','4000','5500','yes','','','12174905693416903337036'),(6772,'111749057081','1',1.00,'50','retail','0','2025-06-04 20:11:21','','','','0','Cash',6.78,'50','','','11','','1','2025-06-04 17:15:27','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4831.00','4830','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174905708300207127227'),(6773,'111749057081','1',1.00,'50','retail','0','2025-06-04 20:11:29','','','','0','Cash',6.78,'50','','','11','','1','2025-06-04 17:15:27','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4830.00','4829','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174905709010100051099'),(6774,'111749057081','1',1.00,'50','retail','0','2025-06-04 20:11:33','','','','0','Cash',6.78,'50','','','11','','1','2025-06-04 17:15:27','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4829.00','4828','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174905709690313023027'),(6775,'111749057081','1',1.00,'50','retail','0','2025-06-04 20:11:43','','','','0','Cash',6.78,'50','','','11','','1','2025-06-04 17:15:27','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4828.00','4827','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174905710532910227020'),(6776,'111749057081','1',1.00,'50','retail','0','2025-06-04 20:11:54','','','','0','Cash',6.78,'50','','','11','','1','2025-06-04 17:15:27','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4827.00','4826','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174905711613120020030'),(6777,'111749057081','1',1.00,'50','retail','0','2025-06-04 20:11:59','','','','0','Cash',6.78,'50','','','11','','1','2025-06-04 17:15:27','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4826.00','4825','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174905712225222374022'),(6778,'111749057081','1',1.00,'50','retail','0','2025-06-04 20:12:02','','','','0','Cash',6.78,'50','','','11','','1','2025-06-04 17:15:27','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4825.00','4824','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174905712529027225021'),(6779,'111749057081','1',1.00,'50','retail','0','2025-06-04 20:12:06','','','','0','Cash',6.78,'50','','','11','','1','2025-06-04 17:15:27','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4824.00','4823','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174905712933032972133'),(6780,'111749057081','6',1.00,'50','retail','0','2025-06-04 20:12:33','','','','0','Cash',6.78,'50','','','11','','1','2025-06-04 17:15:27','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1178.00','1177','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174905715530057115432'),(6781,'111749057081','6',1.00,'50','retail','0','2025-06-04 20:12:42','','','','0','Cash',6.78,'50','','','11','','1','2025-06-04 17:15:27','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1177.00','1176','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174905716900222030123'),(6782,'111749057081','59',1.00,'50','retail','0','2025-06-04 20:13:19','','','','0','Cash',6.78,'50','','','11','','1','2025-06-04 17:15:27','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','730.00','729','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174905720117135337021'),(6783,'111749057081','59',1.00,'50','retail','0','2025-06-04 20:13:26','','','','0','Cash',6.78,'50','','','11','','1','2025-06-04 17:15:27','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','729.00','728','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174905720700202323323'),(6784,'111749057081','6',1.00,'50','retail','0','2025-06-04 20:15:17','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-04 17:15:27','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1176.00','1175','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174905731923349333321'),(6785,'111749058080','12',1.00,'50','retail','0','2025-06-04 20:28:00','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-04 17:29:09','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','592.00','591','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174905808117851199133'),(6786,'111749058080','1',1.00,'50','retail','0','2025-06-04 20:28:04','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-04 17:29:09','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4823.00','4822','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174905808523373910330'),(6787,'111749058080','14',1.00,'100','retail','0','2025-06-04 20:28:13','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-06-04 17:29:09','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','503.00','502','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174905809439303330330'),(6788,'111749058080','11',1.00,'60','retail','0','2025-06-04 20:28:27','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-06-04 17:29:09','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','356.00','355','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174905810812007291331'),(6789,'111749058080','11',1.00,'60','retail','0','2025-06-04 20:28:35','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-06-04 17:29:09','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','355.00','354','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174905811623141825308'),(6790,'111749058080','11',1.00,'60','retail','0','2025-06-04 20:28:40','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-06-04 17:29:09','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','354.00','353','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174905812121122209234'),(6791,'111749058080','11',1.00,'60','retail','0','2025-06-04 20:28:44','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-06-04 17:29:09','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','353.00','352','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174905812520012877208'),(6792,'111749058080','6',1.00,'50','retail','0','2025-06-04 20:29:01','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-04 17:29:09','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1175.00','1174','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174905814392052013211'),(6798,'121749058438','38',1.00,'50','retail','0','2025-06-04 20:33:58','','','','0','Cash',6.78,'50','','','12','16.00','1','2025-06-04 17:34:25','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1107.00','1106','Inclusive','branch','Inventory','1110','4000','5500','yes','','','12174905843900040223325'),(6799,'121749058579','38',2.00,'100','retail','0','2025-06-04 20:36:19','','','','0','Cash',13.56,'50','','','12','16.00','1','2025-06-04 17:36:29','1','13','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'2','1106.00','1104','Inclusive','branch','Inventory','1110','4000','5500','yes','','','12174905858077231323254'),(6800,'51749058822','6',1.00,'50','retail','0','2025-06-04 20:40:22','','','','0','Cash',6.78,'50','','','5','16.00','1','2025-06-04 17:40:34','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1174.00','1173','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5174905882322023035084'),(6801,'111749058224','38',1.00,'50','retail','0','2025-06-04 20:30:24','','','','0','Cash',6.78,'50','','','11','','1','2025-06-04 17:51:46','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1110.00','1109','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174905822592322022423'),(6802,'111749058224','38',1.00,'50','retail','0','2025-06-04 20:30:32','','','','0','Cash',6.78,'50','','','11','','1','2025-06-04 17:51:46','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1109.00','1108','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174905823332031232205'),(6803,'111749058224','1',1.00,'50','retail','0','2025-06-04 20:30:56','','','','0','Cash',6.78,'50','','','11','','1','2025-06-04 17:51:46','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4822.00','4821','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174905825820101407028'),(6804,'111749058224','7',1.00,'20','retail','0','2025-06-04 20:31:08','','','','0','Cash',2.71,'20','','','11','','1','2025-06-04 17:51:46','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','1010.00','1009','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174905827002101032072'),(6805,'111749058224','7',1.00,'20','retail','0','2025-06-04 20:31:16','','','','0','Cash',2.71,'20','','','11','','1','2025-06-04 17:51:46','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','1009.00','1008','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174905827831203353212'),(6806,'111749058224','38',1.00,'50','retail','0','2025-06-04 20:32:34','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-04 17:51:46','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1108.00','1107','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174905835522130550329'),(6807,'111749058224','1',1.00,'50','retail','0','2025-06-04 20:50:05','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-04 17:51:46','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4821.00','4820','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174905940602302222231'),(6808,'111749059561','8',1.00,'30','retail','0','2025-06-04 20:52:41','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-06-04 17:52:45','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1907.00','1906','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174905956229132943021'),(6809,'111749059658','18',1.00,'150','retail','0','2025-06-04 20:54:18','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-04 17:54:44','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','908.00','907','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174905965922062000222'),(6810,'111749059658','18',1.00,'150','retail','0','2025-06-04 20:54:21','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-04 17:54:44','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','907.00','906','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174905966220433322622'),(6811,'111749059658','38',1.00,'50','retail','0','2025-06-04 20:54:33','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-04 17:54:44','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1104.00','1103','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174905967429274236211'),(6812,'111749059658','38',1.00,'50','retail','0','2025-06-04 20:54:36','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-04 17:54:44','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1103.00','1102','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174905967777463075223'),(6813,'191749042815','59',1.00,'50','retail','0','2025-06-04 16:13:35','','','','0','Cash',6.78,'50','','','19','','1','2025-06-04 18:07:09','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','732.00','731','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19174904281743072322331'),(6814,'191749042815','38',1.00,'50','retail','0','2025-06-04 21:07:04','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-04 18:07:09','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1102.00','1101','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174906042555242233202'),(6815,'191749060445','1',1.00,'50','retail','0','2025-06-04 21:07:25','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-04 18:07:41','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4820.00','4819','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174906044632332112744'),(6816,'191749060445','11',1.00,'60','retail','0','2025-06-04 21:07:37','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-06-04 18:07:41','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','352.00','351','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174906045803033925323'),(6817,'191749060478','1',1.00,'50','retail','0','2025-06-04 21:07:58','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-04 18:09:45','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4819.00','4818','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174906047933702302633'),(6818,'191749060478','1',1.00,'50','retail','0','2025-06-04 21:08:04','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-04 18:09:45','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4818.00','4817','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174906048532725709333'),(6819,'191749060478','7',1.00,'20','retail','0','2025-06-04 21:08:13','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-06-04 18:09:45','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','1008.00','1007','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174906049531923223091'),(6820,'191749060478','1',1.00,'50','retail','0','2025-06-04 21:08:35','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-04 18:09:45','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4817.00','4816','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174906051729137322102'),(6821,'191749060478','7',1.00,'20','retail','0','2025-06-04 21:08:47','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-06-04 18:09:45','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','1007.00','1006','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174906052830331109323'),(6822,'191749060478','7',1.00,'20','retail','0','2025-06-04 21:08:48','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-06-04 18:09:45','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','1006.00','1005','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174906053003310493322'),(6823,'191749060478','1',1.00,'50','retail','0','2025-06-04 21:09:11','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-04 18:09:45','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4816.00','4815','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174906055232271200370'),(6824,'191749060478','1',1.00,'50','retail','0','2025-06-04 21:09:40','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-04 18:09:45','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4815.00','4814','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174906058120920903293'),(6825,'191749060602','52',1.00,'150','retail','0','2025-06-04 21:10:02','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-04 18:10:14','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','903.00','902','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174906060404020030930'),(6826,'191749060602','52',1.00,'150','retail','0','2025-06-04 21:10:06','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-04 18:10:14','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','902.00','901','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174906060803928323360'),(6827,'191749060627','8',1.00,'30','retail','0','2025-06-04 21:10:27','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-04 18:11:01','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1906.00','1905','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174906062923306330320'),(6828,'191749060627','21',1.00,'280','retail','0','2025-06-04 21:10:36','','','','0','Cash',37.97,'280','','','19','16.00','1','2025-06-04 18:11:01','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','616.00','615','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174906063702000031403'),(6829,'191749060627','59',1.00,'50','retail','0','2025-06-04 21:10:53','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-04 18:11:01','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','728.00','727','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174906065323229702343'),(6830,'191749060682','95',1.00,'100','retail','0','2025-06-04 21:11:22','','','','01','Cash',13.56,'100','','','19','16.00','1','2025-06-04 18:12:03','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','290.00','289','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174906068382239623332'),(6831,'191749060682','95',1.00,'100','retail','0','2025-06-04 21:11:25','','','','01','Cash',13.56,'100','','','19','16.00','1','2025-06-04 18:12:03','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','289.00','288','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174906068626320240209'),(6832,'191749060682','95',1.00,'100','retail','0','2025-06-04 21:11:27','','','','01','Cash',13.56,'100','','','19','16.00','1','2025-06-04 18:12:03','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','288.00','287','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174906068862233200133'),(6833,'191749060682','95',1.00,'100','retail','0','2025-06-04 21:11:29','','','','01','Cash',13.56,'100','','','19','16.00','1','2025-06-04 18:12:03','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','287.00','286','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174906069096362039033'),(6834,'191749060682','95',1.00,'100','retail','0','2025-06-04 21:11:33','','','','01','Cash',13.56,'100','','','19','16.00','1','2025-06-04 18:12:03','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','286.00','285','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174906069423742046030'),(6835,'191749060682','18',1.00,'150','retail','0','2025-06-04 21:11:42','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-04 18:12:03','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','906.00','905','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174906070330010693232'),(6836,'191749060682','18',1.00,'150','retail','0','2025-06-04 21:11:45','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-04 18:12:03','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','905.00','904','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174906070762003672020'),(6837,'191749060682','1',1.00,'50','retail','0','2025-06-04 21:11:58','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-04 18:12:03','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4814.00','4813','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174906072021036703290'),(6838,'191749060763','41',1.00,'100','retail','0','2025-06-04 21:12:43','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-04 18:12:54','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','740.00','739','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174906076492300290922'),(6839,'191749060763','41',1.00,'100','retail','0','2025-06-04 21:12:47','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-04 18:12:54','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','739.00','738','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174906076840020229333'),(6840,'191749060790','1',1.00,'50','retail','0','2025-06-04 21:13:10','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-04 18:13:42','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4813.00','4812','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174906079147120291290'),(6841,'191749060790','6',1.00,'50','retail','0','2025-06-04 21:13:20','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-04 18:13:42','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1173.00','1172','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174906080120222231419'),(6842,'191749060790','7',1.00,'20','retail','0','2025-06-04 21:13:22','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-06-04 18:13:42','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','1005.00','1004','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174906080307062680228'),(6843,'191749060790','25',1.00,'200','retail','0','2025-06-04 21:13:29','','','','0','Cash',27.12,'200','','','19','16.00','1','2025-06-04 18:13:42','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','583.00','582','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174906081120923124903'),(6844,'191749060790','6',1.00,'50','retail','0','2025-06-04 21:13:37','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-04 18:13:42','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1172.00','1171','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174906081830630892330'),(6845,'51749060837','56',1.00,'60','retail','0','2025-06-04 21:13:57','','','','0','Cash',8.14,'60','','','5','16.00','1','2025-06-04 18:14:04','3','8','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','653.00','652','Inclusive','branch','Inventory','1110','4000','5500','yes','','','5174906083822043334330'),(6846,'111749061311','38',1.00,'50','retail','0','2025-06-04 21:21:51','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-04 18:25:56','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1101.00','1100','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174906131204992301901'),(6847,'111749061311','38',1.00,'50','retail','0','2025-06-04 21:23:16','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-04 18:25:56','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1100.00','1099','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174906139822022223030'),(6848,'111749061311','38',1.00,'50','retail','0','2025-06-04 21:23:20','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-04 18:25:56','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1099.00','1098','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174906140022913131020'),(6849,'111749061311','38',1.00,'50','retail','0','2025-06-04 21:23:23','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-04 18:25:56','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1098.00','1097','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174906140416420323106'),(6850,'111749061311','38',1.00,'50','retail','0','2025-06-04 21:23:31','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-04 18:25:56','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1097.00','1096','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174906141331612363033'),(6851,'111749061311','38',1.00,'50','retail','0','2025-06-04 21:23:36','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-04 18:25:56','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1096.00','1095','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174906141737204202123'),(6852,'111749061311','8',1.00,'30','retail','0','2025-06-04 21:23:50','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-06-04 18:25:56','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1905.00','1904','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174906143193322022423'),(6853,'111749061311','8',1.00,'30','retail','0','2025-06-04 21:23:53','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-06-04 18:25:56','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1904.00','1903','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174906143433147900222'),(6854,'111749061311','8',1.00,'30','retail','0','2025-06-04 21:23:57','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-06-04 18:25:56','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1903.00','1902','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174906143832234311334'),(6855,'111749061311','8',1.00,'30','retail','0','2025-06-04 21:24:04','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-06-04 18:25:56','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1902.00','1901','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174906144533212202432'),(6856,'111749061311','8',1.00,'30','retail','0','2025-06-04 21:24:12','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-06-04 18:25:56','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1901.00','1900','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174906145300343220047'),(6857,'111749061311','8',1.00,'30','retail','0','2025-06-04 21:24:20','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-06-04 18:25:56','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1900.00','1899','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174906146130226343021'),(6858,'111749061311','6',1.00,'50','retail','0','2025-06-04 21:24:27','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-04 18:25:56','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1171.00','1170','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174906146810333070222'),(6859,'111749061311','6',1.00,'50','retail','0','2025-06-04 21:24:31','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-04 18:25:56','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1170.00','1169','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174906147211310132109'),(6860,'111749061311','30',1.00,'50','retail','0','2025-06-04 21:24:46','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-04 18:25:56','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','708.00','707','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174906148727231119340'),(6861,'111749061311','50',1.00,'50','retail','0','2025-06-04 21:24:54','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-04 18:25:56','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','565.00','564','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174906149592933303269'),(6862,'111749061311','59',1.00,'50','retail','0','2025-06-04 21:25:12','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-04 18:25:56','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','727.00','726','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174906151331322233316'),(6863,'111749061311','18',1.00,'150','retail','0','2025-06-04 21:25:36','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-04 18:25:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','904.00','903','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174906153702207763601'),(6864,'111749061311','1',1.00,'50','retail','0','2025-06-04 21:25:49','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-04 18:25:56','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4812.00','4811','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174906154911361220522'),(6865,'181749062005','18',1.00,'150','retail','0','2025-06-04 21:33:25','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-04 18:33:30','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','903.00','902','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174906200600320332904'),(6866,'121749063453','6',1.00,'50','retail','0','2025-06-04 21:57:33','','','','0','Cash',6.78,'50','','','12','16.00','1','2025-06-04 18:57:55','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1169.00','1168','Inclusive','branch','Inventory','1110','4000','5500','yes','','','12174906345400302324214'),(6867,'181749064053','38',1.00,'50','retail','0','2025-06-04 22:07:33','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-04 19:07:57','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1095.00','1094','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174906405408324232202'),(6868,'181749064053','38',1.00,'50','retail','0','2025-06-04 22:07:45','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-04 19:07:57','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1094.00','1093','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174906406610211000323'),(6869,'181749064053','38',1.00,'50','retail','0','2025-06-04 22:07:51','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-04 19:07:57','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1093.00','1092','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174906407203187063220'),(6870,'181749064104','38',1.00,'50','retail','0','2025-06-04 22:08:24','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-04 19:08:30','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1092.00','1091','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174906410533692036323'),(6871,'181749072622','54',1.00,'50','retail','0','2025-06-05 00:30:22','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-04 21:30:27','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','583.00','582','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174907262333327337340'),(6872,'181749101398','1',1.00,'50','retail','0','2025-06-05 08:29:58','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-05 05:30:03','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4811.00','4810','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174910139999220031003'),(6873,'221749107111','1',1.00,'50','retail','0','2025-06-05 10:05:11','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-05 07:06:03','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4810.00','4809','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174910711200207227227'),(6874,'221749107111','1',1.00,'50','retail','0','2025-06-05 10:05:14','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-05 07:06:03','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4809.00','4808','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174910711641323272102'),(6875,'221749109712','45',1.00,'180','retail','0','2025-06-05 10:48:32','','','','0','Cash',24.41,'180','','','22','16.00','1','2025-06-05 07:49:01','3','5','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','597.00','596','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174910971429320320032'),(6879,'111749116487','25',1.00,'200','retail','0','2025-06-05 12:41:27','','','','0','Cash',27.12,'200','','','11','16.00','1','2025-06-05 09:41:37','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','582.00','581','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174911648877600232472'),(6880,'111749116487','38',1.00,'50','retail','0','2025-06-05 12:41:33','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-05 09:41:37','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1091.00','1090','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174911649410421321219'),(6887,'221749116790','21',1.00,'280','retail','0','2025-06-05 12:46:30','','','','0','Cash',37.97,'280','','','22','','1','2025-06-05 09:58:43','1','3','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','615.00','614','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174911679293327222160'),(6888,'221749116790','8',1.00,'30','retail','0','2025-06-05 12:46:50','','','','0','Cash',4.07,'30','','','22','','1','2025-06-05 09:58:43','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1899.00','1898','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174911681132120314903'),(6889,'221749116790','50',1.00,'50','retail','0','2025-06-05 12:47:08','','','','0','Cash',6.78,'50','','','22','','1','2025-06-05 09:58:43','1','6','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','564.00','563','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174911682920163313037'),(6890,'221749116790','30',1.00,'50','retail','0','2025-06-05 12:58:38','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-05 09:58:43','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','707.00','706','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174911751973922131324'),(6891,'221749112651','18',1.00,'150','retail','0','2025-06-05 11:37:31','','','','0','Cash',20.34,'150','','','22','','1','2025-06-05 10:03:32','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','902.00','901','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174911265270126222922'),(6892,'221749112651','1',1.00,'50','retail','0','2025-06-05 13:02:55','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-05 10:03:32','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4807.00','4806','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174911777722921322720'),(6893,'221749112651','76',1.00,'100','retail','0','2025-06-05 13:03:25','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-06-05 10:03:32','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','595.00','594','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174911780673622130324'),(6894,'221749119616','30',1.00,'50','retail','0','2025-06-05 13:33:37','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-05 10:39:20','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','706.00','705','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174911962632321492272'),(6895,'221749119616','40',1.00,'150','retail','0','2025-06-05 13:39:10','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-05 10:39:20','1','13','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','395.00','394','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174911995237133209102'),(6898,'221749120033','21',1.00,'280','retail','0','2025-06-05 13:40:33','','','','0','Cash',37.97,'280','','','22','','1','2025-06-05 10:44:51','1','3','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','614.00','613','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174912003601930100202'),(6899,'221749120033','8',1.00,'30','retail','0','2025-06-05 13:40:50','','','','0','Cash',4.07,'30','','','22','','1','2025-06-05 10:44:51','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1898.00','1897','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174912005237303122022'),(6900,'221749120033','8',1.00,'30','retail','0','2025-06-05 13:44:39','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-06-05 10:44:51','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1897.00','1896','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174912028001203201222'),(6904,'221749120504','25',1.00,'200','retail','0','2025-06-05 13:48:24','','','','0','Cash',27.12,'200','','','22','16.00','1','2025-06-05 10:48:31','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','580.00','579','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174912050693263320022'),(6905,'221749120345','8',1.00,'30','retail','0','2025-06-05 13:45:45','','','','0','Cash',4.07,'30','','','22','','1','2025-06-05 11:11:15','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1896.00','1895','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174912034622433032262'),(6906,'221749120345','8',1.00,'30','retail','0','2025-06-05 13:45:51','','','','0','Cash',4.07,'30','','','22','','1','2025-06-05 11:11:15','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1895.00','1894','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174912035250131332322'),(6907,'221749120345','21',1.00,'280','retail','0','2025-06-05 13:46:27','','','','0','Cash',37.97,'280','','','22','','1','2025-06-05 11:11:15','1','3','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','613.00','612','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174912038903332202222'),(6908,'221749120345','59',1.00,'50','retail','0','2025-06-05 14:11:05','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-05 11:11:15','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','726.00','725','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174912186602372002202'),(6913,'221749127712','1',1.00,'50','retail','0','2025-06-05 15:48:32','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-05 12:49:05','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4806.00','4805','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174912771332203322220'),(6914,'221749127712','95',1.00,'100','retail','0','2025-06-05 15:48:52','','','','01','Cash',13.56,'100','','','22','16.00','1','2025-06-05 12:49:05','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','285.00','284','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174912773403232332120'),(6916,'221749127920','10',1.00,'180','retail','0','2025-06-05 15:52:01','','','','0','Cash',24.41,'180','','','22','','1','2025-06-05 12:59:21','1','12','new','1','printed','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','499.00','498','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174912792220122323002'),(6917,'221749127920','95',1.00,'100','retail','0','2025-06-05 15:56:10','','','','01','Cash',13.56,'100','','','22','16.00','1','2025-06-05 12:59:21','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','284.00','283','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174912817112223392322'),(6918,'221749127920','55',1.00,'80','retail','0','2025-06-05 15:58:34','','','','0','Cash',10.85,'80','','','22','16.00','1','2025-06-05 12:59:21','3','8','new','1','new','pcs','','','','yes','','1.36','','','VATABLE',67.80,'1','682.00','681','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174912831522020303203'),(6919,'221749127920','55',1.00,'80','retail','0','2025-06-05 15:59:03','','','','0','Cash',10.85,'80','','','22','16.00','1','2025-06-05 12:59:21','3','8','new','1','new','pcs','','','','yes','','1.36','','','VATABLE',67.80,'1','681.00','680','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174912834472223120330'),(6920,'221749130137','11',1.00,'60','retail','0','2025-06-05 16:28:57','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-06-05 13:43:46','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','351.00','350','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174913013800371331328'),(6921,'221749130137','11',1.00,'60','retail','0','2025-06-05 16:29:31','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-06-05 13:43:46','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','350.00','349','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174913017210043323233'),(6922,'221749130137','1',1.00,'50','retail','0','2025-06-05 16:32:43','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-05 13:43:46','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4805.00','4804','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174913036520305223203'),(6923,'221749131080','1',1.00,'50','retail','0','2025-06-05 16:44:41','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-05 13:45:54','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4804.00','4803','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174913108340238223230'),(6924,'221749131080','11',1.00,'60','retail','0','2025-06-05 16:45:12','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-06-05 13:45:54','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','349.00','348','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174913111671019020220'),(6925,'221749131080','11',1.00,'60','retail','0','2025-06-05 16:45:26','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-06-05 13:45:54','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','348.00','347','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174913113421133702021'),(6926,'111749133064','59',1.00,'50','retail','0','2025-06-05 17:17:44','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-05 14:18:12','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','724.00','723','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174913306633702302333'),(6927,'111749133064','59',1.00,'50','retail','0','2025-06-05 17:17:52','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-05 14:18:12','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','723.00','722','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174913307421007200702'),(6928,'111749133064','1',1.00,'50','retail','0','2025-06-05 17:18:06','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-05 14:18:12','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4803.00','4802','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174913308823032132221'),(6931,'111749134550','1',1.00,'50','retail','0','2025-06-05 17:42:30','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-05 14:45:03','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4802.00','4801','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174913455223535323320'),(6932,'111749134550','1',1.00,'50','retail','0','2025-06-05 17:42:36','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-05 14:45:03','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4801.00','4800','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174913455829732502118'),(6937,'111749133895','38',1.00,'50','retail','0','2025-06-05 17:31:35','','','','0','Cash',6.78,'50','','','11','','1','2025-06-05 15:07:36','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1090.00','1089','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174913389730133922370'),(6938,'111749133895','38',1.00,'50','retail','0','2025-06-05 17:31:40','','','','0','Cash',6.78,'50','','','11','','1','2025-06-05 15:07:36','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1089.00','1088','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174913390122333333130'),(6939,'111749133895','38',1.00,'50','retail','0','2025-06-05 17:45:58','','','','0','Cash',6.78,'50','','','11','','1','2025-06-05 15:07:36','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1088.00','1087','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174913476063333022103'),(6940,'111749133895','38',1.00,'50','retail','0','2025-06-05 18:07:29','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-05 15:07:36','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1087.00','1086','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174913605022013322030'),(6962,'111749136209','1',1.00,'50','retail','0','2025-06-05 18:10:09','','','','0','Cash',6.78,'50','','','11','','1','2025-06-05 16:13:38','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4800.00','4799','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174913621333022032333'),(6963,'111749136209','1',1.00,'50','retail','0','2025-06-05 18:10:14','','','','0','Cash',6.78,'50','','','11','','1','2025-06-05 16:13:38','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4799.00','4798','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174913621802210320233'),(6964,'111749136209','1',1.00,'50','retail','0','2025-06-05 18:10:29','','','','0','Cash',6.78,'50','','','11','','1','2025-06-05 16:13:38','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4798.00','4797','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174913623170322031467'),(6965,'111749136209','1',1.00,'50','retail','0','2025-06-05 18:41:59','','','','0','Cash',6.78,'50','','','11','','1','2025-06-05 16:13:38','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4796.00','4795','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174913812023131218213'),(6966,'111749136209','1',1.00,'50','retail','0','2025-06-05 18:42:03','','','','0','Cash',6.78,'50','','','11','','1','2025-06-05 16:13:38','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4795.00','4794','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174913812412230122143'),(6967,'111749136209','1',1.00,'50','retail','0','2025-06-05 18:42:07','','','','0','Cash',6.78,'50','','','11','','1','2025-06-05 16:13:38','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4794.00','4793','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174913812812222013312'),(6968,'111749136209','1',1.00,'50','retail','0','2025-06-05 18:42:12','','','','0','Cash',6.78,'50','','','11','','1','2025-06-05 16:13:38','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4793.00','4792','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174913813333309112021'),(6969,'111749136209','38',1.00,'50','retail','0','2025-06-05 18:50:34','','','','0','Cash',6.78,'50','','','11','','1','2025-06-05 16:13:38','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1086.00','1085','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174913863530232313122'),(6970,'111749136209','38',1.00,'50','retail','0','2025-06-05 19:13:30','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-05 16:13:38','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1085.00','1084','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174914001112007290330'),(6971,'111749134800','41',1.00,'100','retail','0','2025-06-05 17:46:41','','','','0','Cash',13.56,'100','','','11','','1','2025-06-05 16:28:30','3','4','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','738.00','737','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174913480634093223433'),(6972,'111749134800','1',1.00,'50','retail','0','2025-06-05 18:17:41','','','','0','Cash',6.78,'50','','','11','','1','2025-06-05 16:28:30','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4797.00','4796','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174913666439722233763'),(6973,'111749134800','1',1.00,'50','retail','0','2025-06-05 19:28:04','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-05 16:28:30','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4792.00','4791','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174914088581108332330'),(6974,'111749134800','59',1.00,'50','retail','0','2025-06-05 19:28:18','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-05 16:28:30','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','722.00','721','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174914090072010221002'),(6975,'221749139831','45',1.00,'180','retail','0','2025-06-05 19:10:31','','','','0','Cash',24.41,'180','','','22','','1','2025-06-05 16:41:21','3','5','new','1','printed','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','596.00','595','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174913983308203000933'),(6976,'221749139831','6',1.00,'50','retail','0','2025-06-05 19:40:52','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-05 16:41:21','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1168.00','1167','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174914165320227212070'),(6977,'221749139831','45',1.00,'180','retail','0','2025-06-05 19:41:13','','','','0','Cash',24.41,'180','','','22','16.00','1','2025-06-05 16:41:21','3','5','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','595.00','594','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174914167424932436230'),(6978,'111749141889','38',1.00,'50','retail','0','2025-06-05 19:44:49','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-05 16:44:59','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1084.00','1083','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174914189030400838340'),(6979,'111749141889','38',1.00,'50','retail','0','2025-06-05 19:44:54','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-05 16:44:59','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1083.00','1082','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174914189501228092171'),(6980,'111749142515','17',1.00,'100','retail','0','2025-06-05 19:55:15','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-06-05 16:55:42','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','307.00','306','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174914251703111023122'),(6981,'111749142515','91',1.00,'100','retail','0','2025-06-05 19:55:37','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-06-05 16:55:42','3','16','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','1228.00','1227','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174914253801313423738'),(6982,'111749142561','18',1.00,'150','retail','0','2025-06-05 19:56:01','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-05 16:56:08','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','901.00','900','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174914256223320320423'),(6988,'221749142733','1',1.00,'50','retail','0','2025-06-05 19:58:53','','','','0','Cash',6.78,'50','','','22','','1','2025-06-05 17:04:18','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4791.00','4790','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174914273417234320221'),(6989,'221749142733','38',1.00,'50','retail','0','2025-06-05 20:04:12','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-05 17:04:18','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1082.00','1081','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174914305322921322720'),(6990,'111749142603','52',1.00,'150','retail','0','2025-06-05 19:56:43','','','','0','Cash',20.34,'150','','','11','','1','2025-06-05 17:05:05','3','7','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','901.00','900','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174914260533704062631'),(6991,'111749142603','11',1.00,'60','retail','0','2025-06-05 20:04:45','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-06-05 17:05:05','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','347.00','346','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174914308639932003102'),(6992,'111749142603','11',1.00,'60','retail','0','2025-06-05 20:04:52','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-06-05 17:05:05','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','346.00','345','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174914309304320739203'),(6993,'111749143175','38',1.00,'50','retail','0','2025-06-05 20:06:15','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-05 17:06:24','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1081.00','1080','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174914317642339332702'),(6994,'111749143175','38',1.00,'50','retail','0','2025-06-05 20:06:19','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-05 17:06:24','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1080.00','1079','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174914318029039101481'),(6995,'111749142614','53',1.00,'100','retail','0','2025-06-05 19:56:54','','','','0','Cash',13.56,'100','','','11','','1','2025-06-05 17:14:28','3','7','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','787.00','786','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174914261513201110311'),(6996,'111749142614','7',1.00,'20','retail','0','2025-06-05 20:14:11','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-06-05 17:14:28','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','1003.00','1002','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174914365213033202423'),(6997,'111749142614','7',1.00,'20','retail','0','2025-06-05 20:14:15','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-06-05 17:14:28','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','1002.00','1001','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174914365636213217330'),(6998,'111749142614','7',1.00,'20','retail','0','2025-06-05 20:14:19','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-06-05 17:14:28','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','1001.00','1000','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174914366073373022410'),(6999,'111749142614','7',1.00,'20','retail','0','2025-06-05 20:14:22','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-06-05 17:14:28','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','1000.00','999','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174914366334327341243'),(7000,'221749142760','50',1.00,'50','retail','0','2025-06-05 19:59:20','','','','0','Cash',6.78,'50','','','22','','1','2025-06-05 17:16:11','1','6','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','563.00','562','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174914276233034433202'),(7001,'221749142760','8',1.00,'30','retail','0','2025-06-05 19:59:31','','','','0','Cash',4.07,'30','','','22','','1','2025-06-05 17:16:11','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1894.00','1893','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174914277203722203732'),(7002,'221749142760','1',1.00,'50','retail','0','2025-06-05 20:16:05','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-05 17:16:11','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4790.00','4789','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174914376732222279242'),(7003,'221749144236','52',1.00,'150','retail','0','2025-06-05 20:23:56','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-05 17:24:16','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','900.00','899','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174914423730073932023'),(7004,'111749144847','52',1.00,'150','retail','0','2025-06-05 20:34:07','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-05 17:34:13','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','899.00','898','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174914484843383122808'),(7005,'221749145224','8',1.00,'30','retail','0','2025-06-05 20:40:24','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-06-05 17:41:00','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1893.00','1892','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174914522522007292332'),(7006,'221749145921','1',1.00,'50','retail','0','2025-06-05 20:52:01','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-05 17:52:06','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4789.00','4788','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174914592252302333032'),(7007,'221749114219','1',1.00,'50','retail','0','2025-06-05 12:03:39','','','','0','Cash',6.78,'50','','','22','','1','2025-06-05 18:10:20','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4808.00','4807','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174911422122211030220'),(7008,'221749114219','7',1.00,'20','retail','0','2025-06-05 12:03:54','','','','0','Cash',2.71,'20','','','22','','1','2025-06-05 18:10:20','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','1004.00','1003','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174911423540110223003'),(7009,'221749114219','25',1.00,'200','retail','0','2025-06-05 12:57:59','','','','0','Cash',27.12,'200','','','22','','1','2025-06-05 18:10:20','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','581.00','580','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174911748004322224202'),(7010,'221749114219','59',1.00,'50','retail','0','2025-06-05 14:57:55','','','','0','Cash',6.78,'50','','','22','','1','2025-06-05 18:10:20','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','725.00','724','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174912467771073722247'),(7011,'221749114219','1',1.00,'50','retail','0','2025-06-05 21:10:06','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-05 18:10:20','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4788.00','4787','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174914700732321492272'),(7012,'181749147733','59',1.00,'50','retail','0','2025-06-05 21:22:13','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-05 18:22:42','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','721.00','720','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174914773422402924930'),(7013,'181749147733','7',1.00,'20','retail','0','2025-06-05 21:22:25','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-05 18:22:42','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','999.00','998','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174914774602037600682'),(7014,'181749147733','7',1.00,'20','retail','0','2025-06-05 21:22:29','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-05 18:22:42','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','998.00','997','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174914775032742709937'),(7015,'181749147733','7',1.00,'20','retail','0','2025-06-05 21:22:35','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-05 18:22:42','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','997.00','996','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174914775633867900222'),(7020,'181749147778','32',1.00,'300','retail','0','2025-06-05 21:22:58','','','','0','Cash',40.68,'300','','','18','','1','2025-06-05 18:24:20','1','13','new','1','printed','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','499.00','498','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174914777943323920121'),(7021,'181749147778','30',1.00,'50','retail','0','2025-06-05 21:23:07','','','','0','Cash',6.78,'50','','','18','','1','2025-06-05 18:24:20','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','705.00','704','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174914778831247204820'),(7022,'181749147778','29',1.00,'100','retail','0','2025-06-05 21:23:10','','','','0','Cash',13.56,'100','','','18','','1','2025-06-05 18:24:20','1','3','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','1001.00','1000','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174914779172292724411'),(7023,'181749147778','31',1.00,'150','retail','0','2025-06-05 21:23:14','','','','0','Cash',20.34,'150','','','18','','1','2025-06-05 18:24:20','1','3','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1896.00','1895','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174914779532000323290'),(7024,'181749147982','7',1.00,'20','retail','0','2025-06-05 21:26:22','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-05 18:26:40','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','996.00','995','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174914798322042720908'),(7025,'181749147982','7',1.00,'20','retail','0','2025-06-05 21:26:34','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-05 18:26:40','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','995.00','994','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174914799429330824293'),(7026,'181749150785','38',1.00,'50','retail','0','2025-06-05 22:13:05','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-05 19:13:22','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1079.00','1078','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174915078620323337201'),(7027,'181749150785','38',1.00,'50','retail','0','2025-06-05 22:13:11','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-05 19:13:22','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1078.00','1077','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174915079225211100131'),(7028,'181749150785','38',1.00,'50','retail','0','2025-06-05 22:13:14','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-05 19:13:22','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1077.00','1076','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174915079505920300400'),(7029,'181749150785','38',1.00,'50','retail','0','2025-06-05 22:13:17','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-05 19:13:22','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1076.00','1075','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174915079872322833032'),(7030,'181749157843','18',1.00,'150','retail','0','2025-06-06 00:10:43','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-05 21:10:51','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','900.00','899','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174915784403228572922'),(7031,'181749157868','63',1.00,'100','retail','0','2025-06-06 00:11:08','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-06-05 21:11:12','3','8','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','608.00','607','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174915786950262302362'),(7032,'181749181232','1',1.00,'50','retail','0','2025-06-06 06:40:32','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-06 03:40:56','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4787.00','4786','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174918123327212123133'),(7033,'181749181232','95',1.00,'100','retail','0','2025-06-06 06:40:47','','','','01','Cash',13.56,'100','','','18','16.00','1','2025-06-06 03:40:56','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','283.00','282','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174918124930420033337'),(7034,'181749182723','1',1.00,'50','retail','0','2025-06-06 07:05:23','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-06 04:05:52','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4786.00','4785','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174918272428322038203'),(7035,'181749182723','3',1.00,'120','retail','0','2025-06-06 07:05:43','','','','0','Cash',16.27,'120','','','18','16.00','1','2025-06-06 04:05:52','1','12','new','1','new','pcs','','','','yes','','2.03','','','VATABLE',101.69,'1','522.00','521','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174918274431731342120'),(7036,'181749182723','11',1.00,'60','retail','0','2025-06-06 07:05:47','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-06-06 04:05:52','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','345.00','344','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174918274933030090021'),(7037,'181749189522','1',1.00,'50','retail','0','2025-06-06 08:58:42','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-06 05:58:47','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4785.00','4784','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174918952327323132323'),(7038,'181749191995','7',1.00,'20','retail','0','2025-06-06 09:39:55','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-06 06:40:31','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','994.00','993','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174919199602022406238'),(7039,'181749191995','7',1.00,'20','retail','0','2025-06-06 09:39:58','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-06 06:40:31','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','993.00','992','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174919200030020209727'),(7040,'181749191995','1',1.00,'50','retail','0','2025-06-06 09:40:17','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-06 06:40:31','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4784.00','4783','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174919201823102122073'),(7041,'221749194142','3',1.00,'120','retail','0','2025-06-06 10:15:42','','','','0','Cash',16.27,'120','','','22','16.00','1','2025-06-06 07:28:44','1','12','new','1','new','pcs','','','','yes','','2.03','','','VATABLE',101.69,'1','521.00','520','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174919414333222333200'),(7042,'221749194142','95',1.00,'100','retail','0','2025-06-06 10:15:47','','','','01','Cash',13.56,'100','','','22','16.00','1','2025-06-06 07:28:44','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','282.00','281','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174919414821239220720'),(7043,'221749194142','7',1.00,'20','retail','0','2025-06-06 10:15:53','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-06-06 07:28:44','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','992.00','991','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174919415420132327110'),(7044,'221749194142','1',1.00,'50','retail','0','2025-06-06 10:16:40','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-06 07:28:44','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4783.00','4782','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174919420131332793223'),(7045,'221749194142','1',1.00,'50','retail','0','2025-06-06 10:16:47','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-06 07:28:44','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4782.00','4781','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174919420893232200932'),(7048,'111749203167','25',1.00,'200','retail','0','2025-06-06 12:46:07','','','','0','Cash',27.12,'200','','','11','16.00','1','2025-06-06 09:46:21','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','579.00','578','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174920316920221161239'),(7049,'111749203167','25',1.00,'200','retail','0','2025-06-06 12:46:12','','','','0','Cash',27.12,'200','','','11','16.00','1','2025-06-06 09:46:21','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','578.00','577','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174920317332133243232'),(7054,'221749203004','1',1.00,'50','retail','0','2025-06-06 12:43:24','','','','0','Cash',6.78,'50','','','22','','1','2025-06-06 11:02:54','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4781.00','4780','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174920300527553323034'),(7055,'221749203004','3',1.00,'120','retail','0','2025-06-06 12:43:44','','','','0','Cash',16.27,'120','','','22','','1','2025-06-06 11:02:54','1','12','new','1','printed','pcs','','','','yes','','2.03','','','VATABLE',101.69,'1','520.00','519','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174920302533020002357'),(7056,'221749203004','55',1.00,'80','retail','0','2025-06-06 14:00:00','','','','0','Cash',10.85,'80','','','22','16.00','1','2025-06-06 11:02:54','3','8','new','1','new','pcs','','','','yes','','1.36','','','VATABLE',67.80,'1','680.00','679','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174920760370030223942'),(7058,'221749203273','1',1.00,'50','retail','0','2025-06-06 12:47:53','','','','0','Cash',6.78,'50','','','22','','1','2025-06-06 12:49:02','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4780.00','4779','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174920327424322021323'),(7059,'221749203273','21',1.00,'280','retail','0','2025-06-06 13:38:02','','','','0','Cash',37.97,'280','','','22','','1','2025-06-06 12:49:02','1','3','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','612.00','611','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174920628670023233300'),(7060,'221749203273','8',1.00,'30','retail','0','2025-06-06 13:40:53','','','','0','Cash',4.07,'30','','','22','','1','2025-06-06 12:49:02','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1892.00','1891','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174920646003673330932'),(7061,'221749203273','8',1.00,'30','retail','0','2025-06-06 13:41:17','','','','0','Cash',4.07,'30','','','22','','1','2025-06-06 12:49:02','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1891.00','1890','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174920648530027350059'),(7062,'221749203273','68',1.00,'250','retail','0','2025-06-06 15:48:45','','','','0','Cash',33.90,'250','','','22','16.00','1','2025-06-06 12:49:02','3','10','new','1','new','pcs','','','','yes','','4.24','','','VATABLE',211.86,'1','506.00','505','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174921412602203026102'),(7066,'221749214394','8',1.00,'30','retail','0','2025-06-06 15:53:14','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-06-06 12:53:37','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1890.00','1889','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174921439620221124223'),(7067,'221749214394','7',1.00,'20','retail','0','2025-06-06 15:53:25','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-06-06 12:53:37','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','991.00','990','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174921440703033042302'),(7068,'221749214519','8',1.00,'30','retail','0','2025-06-06 15:55:19','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-06-06 12:55:34','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1889.00','1888','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174921452127143222222'),(7069,'111749213702','44',1.00,'150','retail','0','2025-06-06 15:41:42','','','','0','Cash',20.34,'150','','','11','','1','2025-06-06 13:04:25','3','5','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','936.00','935','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174921370813272073202'),(7070,'111749213702','6',1.00,'50','retail','0','2025-06-06 16:04:09','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-06 13:04:25','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1167.00','1166','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174921505100201301203'),(7071,'111749213702','6',1.00,'50','retail','0','2025-06-06 16:04:14','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-06 13:04:25','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1166.00','1165','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174921505512053192350'),(7075,'111749214258','30',1.00,'50','retail','0','2025-06-06 15:50:58','','','','0','Cash',6.78,'50','','','11','','1','2025-06-06 13:30:34','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','704.00','703','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174921426442023331443'),(7076,'111749214258','18',1.00,'150','retail','0','2025-06-06 15:51:47','','','','0','Cash',20.34,'150','','','11','','1','2025-06-06 13:30:34','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','899.00','898','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174921431320021430232'),(7077,'111749214258','32',1.00,'300','retail','0','2025-06-06 15:52:17','','','','0','Cash',40.68,'300','','','11','','1','2025-06-06 13:30:34','1','13','new','1','printed','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','498.00','497','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174921434003433441302'),(7078,'111749214258','59',1.00,'50','retail','0','2025-06-06 16:30:26','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-06 13:30:34','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','720.00','719','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174921662710320221336'),(7079,'111749216652','25',1.00,'200','retail','0','2025-06-06 16:30:52','','','','0','Cash',27.12,'200','','','11','16.00','1','2025-06-06 13:30:56','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','576.00','575','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174921665363032220130'),(7080,'221749216457','25',1.00,'200','retail','0','2025-06-06 16:27:37','','','','0','Cash',27.12,'200','','','22','','1','2025-06-06 13:41:37','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','577.00','576','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174921645875320523330'),(7081,'221749216457','11',1.00,'60','retail','0','2025-06-06 16:27:53','','','','0','Cash',8.14,'60','','','22','','1','2025-06-06 13:41:37','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','344.00','343','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174921647443320434343'),(7082,'221749216457','11',1.00,'60','retail','0','2025-06-06 16:28:00','','','','0','Cash',8.14,'60','','','22','','1','2025-06-06 13:41:37','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','343.00','342','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174921648110733821936'),(7083,'221749216457','38',1.00,'50','retail','0','2025-06-06 16:41:18','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-06 13:41:37','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1075.00','1074','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174921728022373222231'),(7095,'221749219066','30',1.00,'50','retail','0','2025-06-06 17:11:06','','','','0','Cash',6.78,'50','','','22','','1','2025-06-06 14:17:17','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','703.00','702','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174921906700222223100'),(7096,'221749219066','21',1.00,'280','retail','0','2025-06-06 17:11:12','','','','0','Cash',37.97,'280','','','22','','1','2025-06-06 14:17:17','1','3','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','611.00','610','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174921907304203021392'),(7097,'221749219066','59',1.00,'50','retail','0','2025-06-06 17:17:11','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-06 14:17:17','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','719.00','718','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174921943234222422020'),(7098,'221749219840','70',1.00,'250','retail','0','2025-06-06 17:24:00','','','','0','Cash',33.90,'250','','','22','16.00','1','2025-06-06 14:38:26','3','10','new','1','new','pcs','','','','yes','','4.24','','','VATABLE',211.86,'1','838.00','837','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174921984212244081322'),(7099,'221749219840','76',1.00,'100','retail','0','2025-06-06 17:35:05','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-06-06 14:38:26','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','594.00','593','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174922050700022329332'),(7100,'221749219840','41',1.00,'100','retail','0','2025-06-06 17:38:14','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-06-06 14:38:26','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','737.00','736','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174922069553706223322'),(7101,'221749221282','102',1.00,'90','retail','0','2025-06-06 17:48:02','','','','65','Cash',12.20,'90','','','22','16.00','1','2025-06-06 14:48:42','3','8','new','1','new','pcs','','','','yes','','1.53','','','VATABLE',76.27,'1','524.00','523','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174922128312323292223'),(7102,'221749221282','102',1.00,'90','retail','0','2025-06-06 17:48:08','','','','65','Cash',12.20,'90','','','22','16.00','1','2025-06-06 14:48:42','3','8','new','1','new','pcs','','','','yes','','1.53','','','VATABLE',76.27,'1','523.00','522','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174922128923413392200'),(7103,'221749221282','19',1.00,'180','retail','0','2025-06-06 17:48:33','','','','0','Cash',24.41,'180','','','22','16.00','1','2025-06-06 14:48:42','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','722.00','721','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174922131400221332921'),(7104,'221749218902','18',1.00,'150','retail','0','2025-06-06 17:08:22','','','','0','Cash',20.34,'150','','','22','','1','2025-06-06 14:56:06','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','898.00','897','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174921890330322233381'),(7105,'221749218902','18',1.00,'150','retail','0','2025-06-06 17:08:26','','','','0','Cash',20.34,'150','','','22','','1','2025-06-06 14:56:06','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','897.00','896','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174921890733373301323'),(7106,'221749218902','18',1.00,'150','retail','0','2025-06-06 17:08:30','','','','0','Cash',20.34,'150','','','22','','1','2025-06-06 14:56:06','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','896.00','895','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174921891121338021913'),(7107,'221749218902','18',1.00,'150','retail','0','2025-06-06 17:08:34','','','','0','Cash',20.34,'150','','','22','','1','2025-06-06 14:56:06','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','895.00','894','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174921891521322312232'),(7108,'221749218902','18',1.00,'150','retail','0','2025-06-06 17:08:43','','','','0','Cash',20.34,'150','','','22','','1','2025-06-06 14:56:06','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','894.00','893','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174921892493232299207'),(7109,'221749218902','18',1.00,'150','retail','0','2025-06-06 17:08:48','','','','0','Cash',20.34,'150','','','22','','1','2025-06-06 14:56:06','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','893.00','892','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174921893042789720023'),(7110,'221749218902','18',1.00,'150','retail','0','2025-06-06 17:08:58','','','','0','Cash',20.34,'150','','','22','','1','2025-06-06 14:56:06','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','892.00','891','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174921893929203222229'),(7111,'221749218902','18',1.00,'150','retail','0','2025-06-06 17:09:07','','','','0','Cash',20.34,'150','','','22','','1','2025-06-06 14:56:06','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','891.00','890','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174921894939920023032'),(7112,'221749218902','18',1.00,'150','retail','0','2025-06-06 17:09:13','','','','0','Cash',20.34,'150','','','22','','1','2025-06-06 14:56:06','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','890.00','889','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174921895483202232324'),(7113,'221749218902','18',1.00,'150','retail','0','2025-06-06 17:55:50','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-06 14:56:06','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','889.00','888','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174922175132222704329'),(7114,'111749222795','101',1.00,'50','retail','0','2025-06-06 18:13:16','','','','30','Cash',6.78,'50','','','11','16.00','1','2025-06-06 15:20:43','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','444.00','443','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174922279803203033231'),(7115,'111749222795','59',1.00,'50','retail','0','2025-06-06 18:18:05','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-06 15:20:43','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','718.00','717','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174922308612022628223'),(7116,'111749222795','59',1.00,'50','retail','0','2025-06-06 18:18:23','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-06 15:20:43','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','717.00','716','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174922310537325233047'),(7117,'111749222795','59',1.00,'50','retail','0','2025-06-06 18:18:28','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-06 15:20:43','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','716.00','715','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174922310923070204032'),(7118,'111749222795','59',1.00,'50','retail','0','2025-06-06 18:18:32','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-06 15:20:43','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','715.00','714','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174922311333232404343'),(7119,'111749222795','59',1.00,'50','retail','0','2025-06-06 18:18:39','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-06 15:20:43','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','714.00','713','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174922312033273222212'),(7120,'111749222795','59',1.00,'50','retail','0','2025-06-06 18:18:45','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-06 15:20:43','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','713.00','712','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174922312603200034313'),(7121,'111749222795','59',1.00,'50','retail','0','2025-06-06 18:18:51','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-06 15:20:43','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','712.00','711','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174922313233032012223'),(7122,'111749222795','59',1.00,'50','retail','0','2025-06-06 18:18:58','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-06 15:20:43','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','711.00','710','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174922313932233032233'),(7123,'111749222795','101',1.00,'50','retail','0','2025-06-06 18:19:59','','','','30','Cash',6.78,'50','','','11','16.00','1','2025-06-06 15:20:43','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','443.00','442','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174922320037301191143'),(7124,'111749223332','1',1.00,'50','retail','0','2025-06-06 18:22:12','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-06 15:22:30','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4779.00','4778','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174922333320332123231'),(7125,'111749223332','11',1.00,'60','retail','0','2025-06-06 18:22:25','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-06-06 15:22:30','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','342.00','341','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174922334533352139023'),(7126,'221749223414','31',1.00,'150','retail','0','2025-06-06 18:23:34','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-06 15:24:13','1','3','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1894.00','1893','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174922341505333733330'),(7127,'221749223414','8',1.00,'30','retail','0','2025-06-06 18:23:46','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-06-06 15:24:13','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1888.00','1887','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174922342732412230322'),(7128,'221749223414','8',1.00,'30','retail','0','2025-06-06 18:23:51','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-06-06 15:24:13','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1887.00','1886','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174922343330323023027'),(7129,'221749223414','6',1.00,'50','retail','0','2025-06-06 18:24:05','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-06 15:24:13','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1165.00','1164','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174922344734022320233'),(7130,'111749223371','1',1.00,'50','retail','0','2025-06-06 18:22:51','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-06 15:24:21','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4778.00','4777','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174922337323321332033'),(7131,'111749223371','31',1.00,'150','retail','0','2025-06-06 18:23:24','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-06 15:24:21','1','3','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1895.00','1894','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174922340503031203433'),(7132,'111749223371','8',1.00,'30','retail','0','2025-06-06 18:23:54','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-06-06 15:24:21','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1886.00','1885','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174922343533033230343'),(7133,'111749223371','41',1.00,'100','retail','0','2025-06-06 18:24:10','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-06-06 15:24:21','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','736.00','735','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174922345222204025305'),(7137,'111749223515','38',1.00,'50','retail','0','2025-06-06 18:25:15','','','','0','Cash',6.78,'50','','','11','','1','2025-06-06 15:55:43','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1074.00','1073','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174922351705223343320'),(7138,'111749223515','38',1.00,'50','retail','0','2025-06-06 18:26:09','','','','0','Cash',6.78,'50','','','11','','1','2025-06-06 15:55:43','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1073.00','1072','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174922357120393102303'),(7139,'111749223515','38',1.00,'50','retail','0','2025-06-06 18:55:15','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-06 15:55:43','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1072.00','1071','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174922532013122303100'),(7140,'111749223515','38',1.00,'50','retail','0','2025-06-06 18:55:29','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-06 15:55:43','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1071.00','1070','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174922533123377012232'),(7141,'221749227390','1',1.00,'50','retail','0','2025-06-06 19:29:50','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-06 16:35:18','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4777.00','4776','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174922739123037932209'),(7142,'221749227390','1',1.00,'50','retail','0','2025-06-06 19:29:58','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-06 16:35:18','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4776.00','4775','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174922740132942227020'),(7143,'221749227390','1',1.00,'50','retail','0','2025-06-06 19:30:27','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-06 16:35:18','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4775.00','4774','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174922744542439225701'),(7144,'221749227390','1',1.00,'50','retail','0','2025-06-06 19:33:08','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-06 16:35:18','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4774.00','4773','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174922759025323222243'),(7145,'221749227390','1',1.00,'50','retail','0','2025-06-06 19:33:21','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-06 16:35:18','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4772.00','4771','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174922760824717863261'),(7146,'111749227598','1',1.00,'50','retail','0','2025-06-06 19:33:19','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-06 16:35:46','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4773.00','4772','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174922760220021023222'),(7147,'111749227598','12',1.00,'50','retail','0','2025-06-06 19:33:24','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-06 16:35:46','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','591.00','590','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174922760633272602777'),(7148,'111749227598','59',1.00,'50','retail','0','2025-06-06 19:33:44','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-06 16:35:46','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','710.00','709','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174922762802062330773'),(7149,'111749227598','6',1.00,'50','retail','0','2025-06-06 19:34:24','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-06 16:35:46','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1164.00','1163','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174922766661303061332'),(7150,'111749227598','6',1.00,'50','retail','0','2025-06-06 19:34:32','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-06 16:35:46','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1163.00','1162','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174922767424230023222'),(7151,'111749227598','6',1.00,'50','retail','0','2025-06-06 19:34:36','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-06 16:35:46','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1162.00','1161','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174922767801013300702'),(7152,'111749227598','6',1.00,'50','retail','0','2025-06-06 19:34:52','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-06 16:35:46','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1161.00','1160','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174922769603773330932'),(7153,'111749227598','6',1.00,'50','retail','0','2025-06-06 19:35:13','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-06 16:35:46','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1160.00','1159','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174922771631307733637'),(7154,'111749227598','11',1.00,'60','retail','0','2025-06-06 19:35:29','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-06-06 16:35:46','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','341.00','340','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174922773223379701223'),(7155,'221749228554','18',1.00,'150','retail','0','2025-06-06 19:49:14','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-06 16:49:23','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','888.00','887','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174922855522502250122'),(7156,'221749228554','18',1.00,'150','retail','0','2025-06-06 19:49:18','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-06 16:49:23','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','887.00','886','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174922856097223320370'),(7161,'121749229500','18',1.00,'150','retail','0','2025-06-06 20:05:00','','','','0','Cash',20.34,'150','','','12','16.00','1','2025-06-06 17:05:18','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','886.00','885','Inclusive','branch','Inventory','1110','4000','5500','yes','','','12174922950120223029213'),(7162,'121749229500','18',1.00,'150','retail','0','2025-06-06 20:05:06','','','','0','Cash',20.34,'150','','','12','16.00','1','2025-06-06 17:05:18','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','885.00','884','Inclusive','branch','Inventory','1110','4000','5500','yes','','','12174922950722150720329'),(7163,'111749229047','8',1.00,'30','retail','0','2025-06-06 19:57:27','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-06-06 17:06:30','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1885.00','1884','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174922904823374020124'),(7164,'111749229047','8',1.00,'30','retail','0','2025-06-06 19:57:31','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-06-06 17:06:30','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1884.00','1883','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174922905230332123052'),(7165,'111749229047','8',1.00,'30','retail','0','2025-06-06 19:57:34','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-06-06 17:06:30','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1883.00','1882','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174922905513320022243'),(7166,'111749229047','8',1.00,'30','retail','0','2025-06-06 19:57:37','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-06-06 17:06:30','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1882.00','1881','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174922905893222000252'),(7167,'111749229047','21',1.00,'280','retail','0','2025-06-06 19:57:49','','','','0','Cash',37.97,'280','','','11','16.00','1','2025-06-06 17:06:30','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','610.00','609','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174922907171232223103'),(7168,'111749229047','21',1.00,'280','retail','0','2025-06-06 19:57:53','','','','0','Cash',37.97,'280','','','11','16.00','1','2025-06-06 17:06:30','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','609.00','608','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174922907400137323222'),(7169,'111749229047','86',1.00,'200','retail','0','2025-06-06 20:06:08','','','','0','Cash',27.12,'200','','','11','16.00','1','2025-06-06 17:06:30','3','10','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','414.00','413','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174922956930232921033'),(7170,'111749229047','85',1.00,'200','retail','0','2025-06-06 20:06:16','','','','0','Cash',27.12,'200','','','11','16.00','1','2025-06-06 17:06:30','3','10','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','514.00','513','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174922957802333200734'),(7171,'111749229704','16',1.00,'150','retail','0','2025-06-06 20:08:24','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-06 17:08:48','3','1','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','454.00','453','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174922970591233315222'),(7172,'111749229704','38',1.00,'50','retail','0','2025-06-06 20:08:35','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-06 17:08:48','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1070.00','1069','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174922971643039223333'),(7173,'111749229704','38',1.00,'50','retail','0','2025-06-06 20:08:43','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-06 17:08:48','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1069.00','1068','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174922972372043332321'),(7174,'221749224040','13',1.00,'100','retail','0','2025-06-06 18:34:00','','','','0','Cash',13.56,'100','','','22','','1','2025-06-06 17:09:50','3','1','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','502.00','501','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174922404272030223942'),(7175,'121749230445','1',1.00,'50','retail','0','2025-06-06 20:20:45','','','','0','Cash',6.78,'50','','','12','16.00','1','2025-06-06 17:20:53','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4769.00','4768','Inclusive','branch','Inventory','1110','4000','5500','yes','','','12174923044630233323249'),(7176,'111749230564','18',1.00,'150','retail','0','2025-06-06 20:22:44','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-06 17:23:03','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','884.00','883','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174923056610152062261'),(7177,'111749230564','1',1.00,'50','retail','0','2025-06-06 20:22:56','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-06 17:23:03','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4768.00','4767','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174923057813323329100'),(7178,'121749230869','1',1.00,'50','retail','0','2025-06-06 20:27:49','','','','0','Cash',6.78,'50','','','12','16.00','1','2025-06-06 17:28:00','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4767.00','4766','Inclusive','branch','Inventory','1110','4000','5500','yes','','','12174923087022002222042'),(7179,'121749230977','6',1.00,'50','retail','0','2025-06-06 20:29:37','','','','0','Cash',6.78,'50','','','12','16.00','1','2025-06-06 17:29:41','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1159.00','1158','Inclusive','branch','Inventory','1110','4000','5500','yes','','','12174923097820322770200'),(7180,'221749231061','18',1.00,'150','retail','0','2025-06-06 20:31:01','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-06 17:31:07','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','883.00','882','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174923106202321242232'),(7181,'221749231656','59',1.00,'50','retail','0','2025-06-06 20:40:56','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-06 17:41:00','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','709.00','708','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174923165642023331463'),(7182,'111749231652','19',1.00,'180','retail','0','2025-06-06 20:40:52','','','','0','Cash',24.41,'180','','','11','16.00','1','2025-06-06 17:43:06','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','721.00','720','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174923165307332223222'),(7183,'111749231652','18',1.00,'150','retail','0','2025-06-06 20:40:56','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-06 17:43:06','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','882.00','881','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174923165641600032163'),(7184,'111749231652','23',1.00,'350','retail','0','2025-06-06 20:42:32','','','','0','Cash',47.46,'350','','','11','16.00','1','2025-06-06 17:43:06','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','593.00','592','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174923175313920333002'),(7185,'111749231652','23',1.00,'350','retail','0','2025-06-06 20:42:37','','','','0','Cash',47.46,'350','','','11','16.00','1','2025-06-06 17:43:06','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','592.00','591','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174923175821133703328'),(7186,'111749231652','41',1.00,'100','retail','0','2025-06-06 20:42:49','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-06-06 17:43:06','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','735.00','734','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174923176927370121302'),(7187,'111749231652','41',1.00,'100','retail','0','2025-06-06 20:42:55','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-06-06 17:43:06','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','734.00','733','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174923177630433322711'),(7188,'111749231824','25',1.00,'200','retail','0','2025-06-06 20:43:44','','','','0','Cash',27.12,'200','','','11','16.00','1','2025-06-06 17:44:36','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','575.00','574','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174923182522332370220'),(7189,'111749231824','18',1.00,'150','retail','0','2025-06-06 20:43:54','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-06 17:44:36','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','881.00','880','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174923183443122333200'),(7190,'111749231824','34',1.00,'280','retail','0','2025-06-06 20:44:22','','','','0','Cash',37.97,'280','','','11','16.00','1','2025-06-06 17:44:36','1','13','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','507.00','506','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174923186323100632221'),(7191,'121749229363','1',1.00,'50','retail','0','2025-06-06 20:02:43','','','','0','Cash',6.78,'50','','','12','','1','2025-06-06 17:48:41','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4771.00','4770','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'12174922936422303262134'),(7192,'121749229363','1',1.00,'50','retail','0','2025-06-06 20:02:45','','','','0','Cash',6.78,'50','','','12','','1','2025-06-06 17:48:41','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4770.00','4769','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'12174922936663322223330'),(7193,'121749229363','8',1.00,'30','retail','0','2025-06-06 20:03:28','','','','0','Cash',4.07,'30','','','12','','1','2025-06-06 17:48:41','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1881.00','1880','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'12174922940932221221211'),(7194,'121749229363','7',2.00,'40','retail','0','2025-06-06 20:03:35','','','','0','Cash',5.42,'20','','','12','','1','2025-06-06 17:48:41','1','12','new','1','printed','pcs','','','','yes','','0.68','','','VATABLE',33.90,'2','990.00','988','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'12174922941692092223213'),(7195,'221749232116','59',1.00,'50','retail','0','2025-06-06 20:48:36','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-06 17:48:58','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','708.00','707','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174923211722730932321'),(7196,'221749232116','59',1.00,'50','retail','0','2025-06-06 20:48:52','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-06 17:48:58','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','707.00','706','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174923213420322403334'),(7197,'121749232134','1',2.00,'100','retail','0','2025-06-06 20:48:54','','','','0','Cash',13.56,'50','','','12','16.00','1','2025-06-06 17:49:04','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'2','4766.00','4764','Inclusive','branch','Inventory','1110','4000','5500','yes','','','12174923213612330231133'),(7198,'111749233160','38',1.00,'50','retail','0','2025-06-06 21:06:00','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-06 18:06:35','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1068.00','1067','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174923316122113033142'),(7199,'111749233160','38',1.00,'50','retail','0','2025-06-06 21:06:04','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-06 18:06:35','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1067.00','1066','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174923316420230237316'),(7200,'111749233160','38',1.00,'50','retail','0','2025-06-06 21:06:07','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-06 18:06:35','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1066.00','1065','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174923316873073372412'),(7201,'111749233160','38',1.00,'50','retail','0','2025-06-06 21:06:10','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-06 18:06:35','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1065.00','1064','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174923317102137332231'),(7202,'111749233160','38',1.00,'50','retail','0','2025-06-06 21:06:13','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-06 18:06:35','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1064.00','1063','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174923317577133304203'),(7203,'111749233209','38',1.00,'50','retail','0','2025-06-06 21:06:49','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-06 18:07:51','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1063.00','1062','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174923321037020192090'),(7204,'111749233209','38',1.00,'50','retail','0','2025-06-06 21:06:53','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-06 18:07:51','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1062.00','1061','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174923321421203130334'),(7205,'111749233209','38',1.00,'50','retail','0','2025-06-06 21:06:57','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-06 18:07:51','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1061.00','1060','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174923321803312100222'),(7206,'111749233209','38',1.00,'50','retail','0','2025-06-06 21:07:02','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-06 18:07:51','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1060.00','1059','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174923322333132102723'),(7207,'221749234229','1',1.00,'50','retail','0','2025-06-06 21:23:49','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-06 18:23:54','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4764.00','4763','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174923423022203321333'),(7208,'111749234242','34',1.00,'280','retail','0','2025-06-06 21:24:02','','','','0','Cash',37.97,'280','','','11','16.00','1','2025-06-06 18:24:49','1','13','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','506.00','505','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174923424422222221231'),(7209,'111749234242','34',1.00,'280','retail','0','2025-06-06 21:24:07','','','','0','Cash',37.97,'280','','','11','16.00','1','2025-06-06 18:24:49','1','13','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','505.00','504','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174923424812240032132'),(7210,'111749234242','30',1.00,'50','retail','0','2025-06-06 21:24:20','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-06 18:24:49','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','702.00','701','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174923426131332323033'),(7211,'111749234242','30',1.00,'50','retail','0','2025-06-06 21:24:24','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-06 18:24:49','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','701.00','700','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174923426532036431322'),(7212,'111749234242','18',1.00,'150','retail','0','2025-06-06 21:24:38','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-06 18:24:49','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','880.00','879','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174923427930300371347'),(7213,'181749234303','1',1.00,'50','retail','0','2025-06-06 21:25:03','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-06 18:25:11','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4763.00','4762','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174923430430711022320'),(7214,'181749234330','18',1.00,'150','retail','0','2025-06-06 21:25:30','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-06 18:25:39','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','879.00','878','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174923433103224303203'),(7215,'181749235804','6',1.00,'50','retail','0','2025-06-06 21:50:04','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-06 18:50:20','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1158.00','1157','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174923580523235031302'),(7216,'181749235804','6',1.00,'50','retail','0','2025-06-06 21:50:08','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-06 18:50:20','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1157.00','1156','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174923580982439229701'),(7217,'181749235804','6',1.00,'50','retail','0','2025-06-06 21:50:11','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-06 18:50:20','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1156.00','1155','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174923581294232074020'),(7218,'181749235804','6',1.00,'50','retail','0','2025-06-06 21:50:15','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-06 18:50:20','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1155.00','1154','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174923581623270361232'),(7219,'181749237218','32',1.00,'300','retail','0','2025-06-06 22:13:38','','','','0','Cash',40.68,'300','','','18','16.00','1','2025-06-06 19:14:11','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','497.00','496','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174923721923423392112'),(7220,'181749237218','25',1.00,'200','retail','0','2025-06-06 22:13:47','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-06-06 19:14:11','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','574.00','573','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174923722830030332722'),(7221,'181749237218','14',1.00,'100','retail','0','2025-06-06 22:14:07','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-06-06 19:14:11','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','502.00','501','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174923724823333420773'),(7222,'181749237858','25',1.00,'200','retail','0','2025-06-06 22:24:18','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-06-06 19:24:22','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','573.00','572','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174923785823230481309'),(7224,'181749245936','25',1.00,'200','retail','0','2025-06-07 00:38:56','','','','0','Cash',27.12,'200','','','18','','1','2025-06-06 21:59:59','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','572.00','571','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174924593705224313823'),(7225,'181749245936','1',1.00,'50','retail','0','2025-06-07 00:59:54','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-06 21:59:59','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4762.00','4761','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174924719523203732394'),(7226,'181749270340','7',1.00,'20','retail','0','2025-06-07 07:25:40','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-07 04:25:50','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','988.00','987','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174927034123732989880'),(7227,'181749270340','7',1.00,'20','retail','0','2025-06-07 07:25:44','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-07 04:25:50','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','987.00','986','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174927034525321720230'),(7228,'181749273075','1',1.00,'50','retail','0','2025-06-07 08:11:15','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-07 05:11:21','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4761.00','4760','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174927307632233900012'),(7231,'111749277948','1',1.00,'50','retail','0','2025-06-07 09:32:28','','','','0','Cash',6.78,'50','','','11','','1','2025-06-07 06:48:24','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4760.00','4759','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174927794972400233373'),(7232,'111749277948','7',1.00,'20','retail','0','2025-06-07 09:32:40','','','','0','Cash',2.71,'20','','','11','','1','2025-06-07 06:48:24','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','986.00','985','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174927796120230237396'),(7233,'111749277948','7',1.00,'20','retail','0','2025-06-07 09:48:17','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-06-07 06:48:24','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','985.00','984','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174927889803339913239'),(7234,'111749287717','1',1.00,'50','retail','0','2025-06-07 12:15:17','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-07 09:15:42','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4759.00','4758','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174928771721722209234'),(7235,'111749287717','11',1.00,'60','retail','0','2025-06-07 12:15:33','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-06-07 09:15:42','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','340.00','339','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174928773427373227238'),(7236,'111749287717','11',1.00,'60','retail','0','2025-06-07 12:15:37','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-06-07 09:15:42','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','339.00','338','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174928773812222083730'),(7237,'221749288003','18',1.00,'150','retail','0','2025-06-07 12:20:03','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-07 09:22:07','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','878.00','877','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174928800580302224822'),(7238,'221749288003','11',1.00,'60','retail','0','2025-06-07 12:21:47','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-06-07 09:22:07','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','338.00','337','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174928810822370200223'),(7239,'221749288003','11',1.00,'60','retail','0','2025-06-07 12:21:56','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-06-07 09:22:07','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','337.00','336','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174928811722383300033'),(7268,'221749291293','55',1.00,'80','retail','0','2025-06-07 13:14:53','','','','0','Cash',10.85,'80','','','22','','1','2025-06-07 12:34:11','3','8','new','1','printed','pcs','','','','yes','','1.36','','','VATABLE',67.80,'1','679.00','678','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174929129512939327312'),(7269,'221749291293','6',1.00,'50','retail','0','2025-06-07 13:44:12','','','','0','Cash',6.78,'50','','','22','','1','2025-06-07 12:34:11','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1154.00','1153','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174929305403020242332'),(7270,'221749291293','6',1.00,'50','retail','0','2025-06-07 13:44:19','','','','0','Cash',6.78,'50','','','22','','1','2025-06-07 12:34:11','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1153.00','1152','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174929306032733906222'),(7271,'221749291293','6',1.00,'50','retail','0','2025-06-07 13:44:26','','','','0','Cash',6.78,'50','','','22','','1','2025-06-07 12:34:11','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1152.00','1151','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174929306720342323033'),(7272,'221749291293','6',1.00,'50','retail','0','2025-06-07 13:44:36','','','','0','Cash',6.78,'50','','','22','','1','2025-06-07 12:34:11','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1151.00','1150','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174929307838220380297'),(7273,'221749291293','6',1.00,'50','retail','0','2025-06-07 13:44:44','','','','0','Cash',6.78,'50','','','22','','1','2025-06-07 12:34:11','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1150.00','1149','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174929308523413392200'),(7274,'221749291293','6',1.00,'50','retail','0','2025-06-07 13:44:51','','','','0','Cash',6.78,'50','','','22','','1','2025-06-07 12:34:11','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1149.00','1148','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174929309202323223302'),(7275,'221749291293','8',1.00,'30','retail','0','2025-06-07 13:45:48','','','','0','Cash',4.07,'30','','','22','','1','2025-06-07 12:34:11','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1880.00','1879','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174929314923070204032'),(7276,'221749291293','8',1.00,'30','retail','0','2025-06-07 13:46:11','','','','0','Cash',4.07,'30','','','22','','1','2025-06-07 12:34:11','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1879.00','1878','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174929317229329232392'),(7277,'221749291293','8',1.00,'30','retail','0','2025-06-07 13:46:16','','','','0','Cash',4.07,'30','','','22','','1','2025-06-07 12:34:11','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1878.00','1877','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174929317771312220220'),(7278,'221749291293','8',1.00,'30','retail','0','2025-06-07 13:46:21','','','','0','Cash',4.07,'30','','','22','','1','2025-06-07 12:34:11','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1877.00','1876','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174929318230302302033'),(7279,'221749291293','8',1.00,'30','retail','0','2025-06-07 13:46:27','','','','0','Cash',4.07,'30','','','22','','1','2025-06-07 12:34:11','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1876.00','1875','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174929318830223002343'),(7280,'221749291293','8',1.00,'30','retail','0','2025-06-07 13:46:40','','','','0','Cash',4.07,'30','','','22','','1','2025-06-07 12:34:11','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1875.00','1874','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174929320233220237237'),(7281,'221749291293','8',1.00,'30','retail','0','2025-06-07 13:46:49','','','','0','Cash',4.07,'30','','','22','','1','2025-06-07 12:34:11','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1874.00','1873','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174929321122921322720'),(7282,'221749291293','8',1.00,'30','retail','0','2025-06-07 13:46:59','','','','0','Cash',4.07,'30','','','22','','1','2025-06-07 12:34:11','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1873.00','1872','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174929322020022323122'),(7283,'221749291293','8',1.00,'30','retail','0','2025-06-07 13:47:06','','','','0','Cash',4.07,'30','','','22','','1','2025-06-07 12:34:11','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1872.00','1871','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174929322730930222330'),(7284,'221749291293','6',1.00,'50','retail','0','2025-06-07 13:53:09','','','','0','Cash',6.78,'50','','','22','','1','2025-06-07 12:34:11','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1148.00','1147','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174929359152004430302'),(7285,'221749291293','6',1.00,'50','retail','0','2025-06-07 13:53:16','','','','0','Cash',6.78,'50','','','22','','1','2025-06-07 12:34:11','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1147.00','1146','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174929359700020331222'),(7286,'221749291293','6',1.00,'50','retail','0','2025-06-07 13:54:58','','','','0','Cash',6.78,'50','','','22','','1','2025-06-07 12:34:11','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1146.00','1145','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174929370020339009302'),(7287,'221749291293','38',1.00,'50','retail','0','2025-06-07 13:58:20','','','','0','Cash',6.78,'50','','','22','','1','2025-06-07 12:34:11','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1059.00','1058','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174929390202229032220'),(7288,'221749291293','38',1.00,'50','retail','0','2025-06-07 13:58:37','','','','0','Cash',6.78,'50','','','22','','1','2025-06-07 12:34:11','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1058.00','1057','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174929391832220000202'),(7289,'221749291293','38',1.00,'50','retail','0','2025-06-07 13:58:41','','','','0','Cash',6.78,'50','','','22','','1','2025-06-07 12:34:11','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1057.00','1056','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174929392332339002993'),(7290,'221749291293','38',1.00,'50','retail','0','2025-06-07 13:58:47','','','','0','Cash',6.78,'50','','','22','','1','2025-06-07 12:34:11','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1056.00','1055','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174929392832222323334'),(7291,'221749291293','38',1.00,'50','retail','0','2025-06-07 13:58:58','','','','0','Cash',6.78,'50','','','22','','1','2025-06-07 12:34:11','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1055.00','1054','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174929393930932913703'),(7292,'221749291293','38',1.00,'50','retail','0','2025-06-07 13:59:06','','','','0','Cash',6.78,'50','','','22','','1','2025-06-07 12:34:11','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1054.00','1053','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174929394833032874233'),(7293,'221749291293','38',1.00,'50','retail','0','2025-06-07 13:59:18','','','','0','Cash',6.78,'50','','','22','','1','2025-06-07 12:34:11','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1053.00','1052','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174929396030203623009'),(7294,'221749291293','38',1.00,'50','retail','0','2025-06-07 13:59:30','','','','0','Cash',6.78,'50','','','22','','1','2025-06-07 12:34:11','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1052.00','1051','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174929397229323720032'),(7295,'221749291293','6',1.00,'50','retail','0','2025-06-07 15:33:06','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-07 12:34:11','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1145.00','1144','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174929958833432038982'),(7296,'221749291293','8',1.00,'30','retail','0','2025-06-07 15:33:34','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-06-07 12:34:11','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1871.00','1870','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174929961722034200220'),(7297,'111749299663','36',1.00,'840','retail','0','2025-06-07 15:34:23','','','','0','Cash',113.90,'840','','','11','16.00','1','2025-06-07 12:34:56','1','13','new','1','new','pcs','','','','yes','','14.24','','','VATABLE',711.86,'1','1060.00','1059','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174929966602747003399'),(7298,'111749299663','30',1.00,'50','retail','0','2025-06-07 15:34:37','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-07 12:34:56','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','700.00','699','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174929968110201290333'),(7299,'111749299663','30',1.00,'50','retail','0','2025-06-07 15:34:45','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-07 12:34:56','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','699.00','698','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174929968863222920092'),(7300,'221749299700','55',1.00,'80','retail','0','2025-06-07 15:35:00','','','','0','Cash',10.85,'80','','','22','16.00','1','2025-06-07 12:35:12','3','8','new','1','new','pcs','','','','yes','','1.36','','','VATABLE',67.80,'1','678.00','677','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174929970232332347203'),(7301,'221749299754','18',1.00,'150','retail','0','2025-06-07 15:35:54','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-07 12:36:07','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','876.00','875','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174929975725297932375'),(7302,'221749299797','71',1.00,'300','retail','0','2025-06-07 15:36:37','','','','0','Cash',40.68,'300','','','22','16.00','1','2025-06-07 12:36:44','3','10','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','1036.00','1035','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174929979808020003833'),(7307,'111749299711','25',1.00,'200','retail','0','2025-06-07 15:35:11','','','','0','Cash',27.12,'200','','','11','','1','2025-06-07 12:39:55','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','571.00','570','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174929971309203229193'),(7308,'111749299711','18',1.00,'150','retail','0','2025-06-07 15:35:24','','','','0','Cash',20.34,'150','','','11','','1','2025-06-07 12:39:55','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','877.00','876','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174929972733709192227'),(7309,'111749299711','55',1.00,'80','retail','0','2025-06-07 15:36:13','','','','0','Cash',10.85,'80','','','11','','1','2025-06-07 12:39:55','3','8','new','1','printed','pcs','','','','yes','','1.36','','','VATABLE',67.80,'1','677.00','676','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174929977539705092033'),(7310,'111749299711','18',1.00,'150','retail','0','2025-06-07 15:36:35','','','','0','Cash',20.34,'150','','','11','','1','2025-06-07 12:39:55','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','875.00','874','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174929979632323032923'),(7311,'111749299711','38',1.00,'50','retail','0','2025-06-07 15:39:22','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-07 12:39:55','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1051.00','1050','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174929996823922021009'),(7312,'111749299711','38',1.00,'50','retail','0','2025-06-07 15:39:35','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-07 12:39:55','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1050.00','1049','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174929998430312012228'),(7313,'221749299877','18',1.00,'150','retail','0','2025-06-07 15:37:58','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-07 12:41:47','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','874.00','873','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174929987902313993779'),(7314,'221749299877','41',1.00,'100','retail','0','2025-06-07 15:38:25','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-06-07 12:41:47','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','733.00','732','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174929990732220324413'),(7315,'221749299877','1',1.00,'50','retail','0','2025-06-07 15:39:15','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-07 12:41:47','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4758.00','4757','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174929995739373232330'),(7316,'221749299877','1',1.00,'50','retail','0','2025-06-07 15:39:33','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-07 12:41:47','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4757.00','4756','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174929997434922923243'),(7317,'221749299877','6',1.00,'50','retail','0','2025-06-07 15:40:12','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-07 12:41:47','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1144.00','1143','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174930002919770220003'),(7318,'221749299877','6',1.00,'50','retail','0','2025-06-07 15:40:35','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-07 12:41:47','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1143.00','1142','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174930004542222303230'),(7319,'221749299877','6',1.00,'50','retail','0','2025-06-07 15:41:04','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-07 12:41:47','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1142.00','1141','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174930007100094023121'),(7320,'221749303292','45',1.00,'180','retail','0','2025-06-07 16:34:52','','','','0','Cash',24.41,'180','','','22','16.00','1','2025-06-07 13:36:04','3','5','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','594.00','593','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174930329442039422020'),(7321,'221749306369','101',1.00,'50','retail','0','2025-06-07 17:26:09','','','','30','Cash',6.78,'50','','','22','16.00','1','2025-06-07 14:26:16','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','442.00','441','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174930637026330333232'),(7322,'221749306674','11',1.00,'60','retail','0','2025-06-07 17:31:14','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-06-07 14:31:56','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','336.00','335','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174930669062232232113'),(7323,'221749307536','24',1.00,'130','retail','0','2025-06-07 17:45:36','','','','0','Cash',17.63,'130','','','22','16.00','1','2025-06-07 14:46:42','1','3','new','1','new','pcs','','','','yes','','2.20','','','VATABLE',110.17,'1','615.00','614','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174930753803242227722'),(7324,'221749307536','25',1.00,'200','retail','0','2025-06-07 17:45:46','','','','0','Cash',27.12,'200','','','22','16.00','1','2025-06-07 14:46:42','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','570.00','569','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174930754732347223323'),(7325,'221749307536','59',1.00,'50','retail','0','2025-06-07 17:46:28','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-07 14:46:42','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','706.00','705','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174930759033292033220'),(7326,'221749307658','18',1.00,'150','retail','0','2025-06-07 17:47:38','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-07 14:48:06','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','873.00','872','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174930765900333700622'),(7327,'221749307658','34',1.00,'280','retail','0','2025-06-07 17:48:00','','','','0','Cash',37.97,'280','','','22','16.00','1','2025-06-07 14:48:06','1','13','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','504.00','503','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174930768137247033362'),(7328,'111749309647','34',1.00,'280','retail','0','2025-06-07 18:20:47','','','','0','Cash',37.97,'280','','','11','16.00','1','2025-06-07 15:21:52','1','13','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','503.00','502','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174930964972123220399'),(7329,'111749309647','38',1.00,'50','retail','0','2025-06-07 18:21:00','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-07 15:21:52','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1049.00','1048','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174930966709234313123'),(7330,'111749309647','8',1.00,'30','retail','0','2025-06-07 18:21:36','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-06-07 15:21:52','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1870.00','1869','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174930970013003221932'),(7331,'111749309748','30',1.00,'50','retail','0','2025-06-07 18:22:28','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-07 15:23:39','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','698.00','697','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174930975850331030717'),(7332,'111749309748','34',1.00,'280','retail','0','2025-06-07 18:23:19','','','','0','Cash',37.97,'280','','','11','16.00','1','2025-06-07 15:23:39','1','13','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','502.00','501','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174930980313234213300'),(7333,'111749309863','18',1.00,'150','retail','0','2025-06-07 18:24:23','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-07 15:25:53','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','872.00','871','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174930987553230205722'),(7334,'111749309863','34',1.00,'280','retail','0','2025-06-07 18:25:22','','','','0','Cash',37.97,'280','','','11','16.00','1','2025-06-07 15:25:53','1','13','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','501.00','500','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174930993430132139312'),(7335,'111749310092','18',1.00,'150','retail','0','2025-06-07 18:28:12','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-07 15:29:08','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','871.00','870','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174931010432033100113'),(7336,'111749310092','11',1.00,'60','retail','0','2025-06-07 18:28:51','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-06-07 15:29:08','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','335.00','334','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174931013613920136002'),(7337,'111749310368','18',1.00,'150','retail','0','2025-06-07 18:32:48','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-07 15:33:14','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','870.00','869','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174931036923226313712'),(7338,'111749310368','18',1.00,'150','retail','0','2025-06-07 18:32:57','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-07 15:33:14','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','869.00','868','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174931038434324207420'),(7345,'221749311638','52',1.00,'150','retail','0','2025-06-07 18:53:58','','','','0','Cash',20.34,'150','','','22','','1','2025-06-07 16:11:11','3','7','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','898.00','897','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174931164330230303430'),(7346,'221749311638','3',1.00,'120','retail','0','2025-06-07 18:55:16','','','','0','Cash',16.27,'120','','','22','','1','2025-06-07 16:11:11','1','12','new','1','printed','pcs','','','','yes','','2.03','','','VATABLE',101.69,'1','519.00','518','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174931171723110772237'),(7347,'221749311638','44',1.00,'150','retail','0','2025-06-07 19:10:24','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-07 16:11:11','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','934.00','933','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174931263190200240203'),(7355,'111749312961','54',1.00,'50','retail','0','2025-06-07 19:16:02','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-07 16:16:23','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','582.00','581','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174931297020293920337'),(7356,'111749313013','62',1.00,'100','retail','0','2025-06-07 19:16:53','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-06-07 16:18:57','3','8','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','511.00','510','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174931301823301003374'),(7357,'111749313013','102',1.00,'90','retail','0','2025-06-07 19:18:12','','','','65','Cash',12.20,'90','','','11','16.00','1','2025-06-07 16:18:57','3','8','new','1','new','pcs','','','','yes','','1.53','','','VATABLE',76.27,'1','524.00','523','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174931310727103022031'),(7358,'111749311922','32',1.00,'300','retail','0','2025-06-07 18:58:43','','','','0','Cash',40.68,'300','','','11','','1','2025-06-07 16:34:17','1','13','new','1','printed','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','496.00','495','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174931193132313312132'),(7359,'111749311922','30',1.00,'50','retail','0','2025-06-07 18:59:11','','','','0','Cash',6.78,'50','','','11','','1','2025-06-07 16:34:17','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','697.00','696','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174931195393279331124'),(7360,'111749311922','44',1.00,'150','retail','0','2025-06-07 18:59:32','','','','0','Cash',20.34,'150','','','11','','1','2025-06-07 16:34:17','3','5','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','935.00','934','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174931197421133342331'),(7361,'111749311922','16',1.00,'150','retail','0','2025-06-07 18:59:50','','','','0','Cash',20.34,'150','','','11','','1','2025-06-07 16:34:17','3','1','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','453.00','452','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174931199172393239132'),(7362,'111749311922','1',1.00,'50','retail','0','2025-06-07 19:13:50','','','','0','Cash',6.78,'50','','','11','','1','2025-06-07 16:34:17','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4756.00','4755','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174931283617330223023'),(7363,'111749311922','11',1.00,'60','retail','0','2025-06-07 19:14:33','','','','0','Cash',8.14,'60','','','11','','1','2025-06-07 16:34:17','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','334.00','333','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174931288033323002012'),(7364,'111749311922','6',1.00,'50','retail','0','2025-06-07 19:14:51','','','','0','Cash',6.78,'50','','','11','','1','2025-06-07 16:34:17','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1141.00','1140','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174931289513223229992'),(7365,'111749311922','1',1.00,'50','retail','0','2025-06-07 19:34:09','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-07 16:34:17','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4755.00','4754','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174931405131503241133'),(7366,'221749314874','52',1.00,'150','retail','0','2025-06-07 19:47:54','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-07 16:54:14','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','897.00','896','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174931487613802323209'),(7367,'221749315424','19',1.00,'180','retail','0','2025-06-07 19:57:04','','','','0','Cash',24.41,'180','','','22','16.00','1','2025-06-07 16:57:32','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','720.00','719','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174931542502302235234'),(7368,'111749316053','1',1.00,'50','retail','0','2025-06-07 20:07:33','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-07 17:08:00','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4754.00','4753','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174931605535933013220'),(7369,'111749316053','11',1.00,'60','retail','0','2025-06-07 20:07:47','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-06-07 17:08:00','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','333.00','332','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174931606822020832606'),(7370,'111749316053','11',1.00,'60','retail','0','2025-06-07 20:07:54','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-06-07 17:08:00','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','332.00','331','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174931607500003436910'),(7371,'221749315491','52',1.00,'150','retail','0','2025-06-07 19:58:11','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-07 17:14:30','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','896.00','895','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174931549202334522702'),(7372,'221749315491','52',1.00,'150','retail','0','2025-06-07 19:58:15','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-07 17:14:30','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','895.00','894','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174931549613323392291'),(7373,'221749315491','6',1.00,'50','retail','0','2025-06-07 19:59:00','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-07 17:14:30','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1140.00','1139','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174931554123202904322'),(7374,'221749315491','6',1.00,'50','retail','0','2025-06-07 19:59:25','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-07 17:14:30','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1139.00','1138','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174931556770232312323'),(7376,'111749316573','30',1.00,'50','retail','0','2025-06-07 20:16:13','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-07 17:17:39','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','696.00','695','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174931657552439325701'),(7377,'111749316573','30',1.00,'50','retail','0','2025-06-07 20:16:21','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-07 17:17:39','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','695.00','694','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174931658232232027322'),(7378,'111749316573','23',1.00,'350','retail','0','2025-06-07 20:16:33','','','','0','Cash',47.46,'350','','','11','16.00','1','2025-06-07 17:17:39','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','591.00','590','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174931659434323353103'),(7379,'111749316573','23',1.00,'350','retail','0','2025-06-07 20:16:45','','','','0','Cash',47.46,'350','','','11','16.00','1','2025-06-07 17:17:39','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','590.00','589','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174931660832000126236'),(7380,'111749316573','59',1.00,'50','retail','0','2025-06-07 20:17:12','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-07 17:17:39','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','705.00','704','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174931663830224962331'),(7381,'111749316573','59',1.00,'50','retail','0','2025-06-07 20:17:29','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-07 17:17:39','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','704.00','703','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174931665113173112263'),(7386,'221749317865','38',1.00,'50','retail','0','2025-06-07 20:37:45','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-07 17:37:49','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1048.00','1047','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174931786602237273802'),(7387,'221749317607','18',1.00,'150','retail','0','2025-06-07 20:33:27','','','','0','Cash',20.34,'150','','','22','','1','2025-06-07 17:47:40','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','868.00','867','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174931760893236133072'),(7388,'221749317607','18',1.00,'150','retail','0','2025-06-07 20:46:16','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-07 17:47:40','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','867.00','866','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174931837707033720338'),(7389,'221749317607','41',1.00,'100','retail','0','2025-06-07 20:46:32','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-06-07 17:47:40','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','732.00','731','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174931839330337392209'),(7390,'221749318513','18',1.00,'150','retail','0','2025-06-07 20:48:33','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-07 17:48:37','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','866.00','865','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174931851422302230313'),(7391,'221749316542','1',1.00,'50','retail','0','2025-06-07 20:15:42','','','','0','Cash',6.78,'50','','','22','','1','2025-06-07 17:49:51','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4753.00','4752','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174931654300293009033'),(7392,'221749316542','1',1.00,'50','retail','0','2025-06-07 20:19:48','','','','0','Cash',6.78,'50','','','22','','1','2025-06-07 17:49:51','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4752.00','4751','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174931679022203317733'),(7393,'221749316542','11',1.00,'60','retail','0','2025-06-07 20:29:36','','','','0','Cash',8.14,'60','','','22','','1','2025-06-07 17:49:51','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','331.00','330','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174931737803373322370'),(7394,'221749316542','6',1.00,'50','retail','0','2025-06-07 20:49:28','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-07 17:49:51','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1138.00','1137','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174931857033021333238'),(7395,'221749316542','1',1.00,'50','retail','0','2025-06-07 20:49:42','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-07 17:49:51','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4751.00','4750','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174931858387332722031'),(7396,'111749319432','1',1.00,'50','retail','0','2025-06-07 21:03:52','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-07 18:05:51','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4750.00','4749','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174931943400030933922'),(7397,'111749319432','1',1.00,'50','retail','0','2025-06-07 21:03:58','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-07 18:05:51','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4749.00','4748','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174931943922320307223'),(7398,'111749319432','1',1.00,'50','retail','0','2025-06-07 21:04:02','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-07 18:05:51','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4748.00','4747','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174931944334919201340'),(7399,'111749319432','1',1.00,'50','retail','0','2025-06-07 21:04:07','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-07 18:05:51','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4747.00','4746','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174931944801427283122'),(7400,'111749319432','38',1.00,'50','retail','0','2025-06-07 21:04:20','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-07 18:05:51','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1047.00','1046','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174931946133332113203'),(7401,'111749319432','23',1.00,'350','retail','0','2025-06-07 21:04:31','','','','0','Cash',47.46,'350','','','11','16.00','1','2025-06-07 18:05:51','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','589.00','588','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174931947240472323234'),(7402,'111749319432','23',1.00,'350','retail','0','2025-06-07 21:04:35','','','','0','Cash',47.46,'350','','','11','16.00','1','2025-06-07 18:05:51','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','588.00','587','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174931947603631120130'),(7403,'111749319432','23',1.00,'350','retail','0','2025-06-07 21:04:40','','','','0','Cash',47.46,'350','','','11','16.00','1','2025-06-07 18:05:51','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','587.00','586','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174931948130142804320'),(7404,'111749319432','23',1.00,'350','retail','0','2025-06-07 21:04:44','','','','0','Cash',47.46,'350','','','11','16.00','1','2025-06-07 18:05:51','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','586.00','585','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174931948552334375933'),(7405,'111749319432','30',1.00,'50','retail','0','2025-06-07 21:04:51','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-07 18:05:51','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','694.00','693','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174931949212030932431'),(7406,'111749319432','30',1.00,'50','retail','0','2025-06-07 21:04:55','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-07 18:05:51','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','693.00','692','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174931949626733120440'),(7407,'111749319432','30',1.00,'50','retail','0','2025-06-07 21:05:00','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-07 18:05:51','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','692.00','691','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174931950137320123359'),(7408,'111749319432','25',1.00,'200','retail','0','2025-06-07 21:05:06','','','','0','Cash',27.12,'200','','','11','16.00','1','2025-06-07 18:05:51','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','569.00','568','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174931950741310307290'),(7409,'111749319432','18',1.00,'150','retail','0','2025-06-07 21:05:39','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-07 18:05:51','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','865.00','864','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174931954041393243023'),(7410,'221749320016','28',1.00,'200','retail','0','2025-06-07 21:13:36','','','','0','Cash',27.12,'200','','','22','16.00','1','2025-06-07 18:13:47','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','584.00','583','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174932001803322833302'),(7411,'111749320470','1',1.00,'50','retail','0','2025-06-07 21:21:10','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-07 18:21:29','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4746.00','4745','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174932047021003333022'),(7412,'111749320470','7',1.00,'20','retail','0','2025-06-07 21:21:24','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-06-07 18:21:29','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','984.00','983','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174932048443301011041'),(7413,'111749320968','70',1.00,'250','retail','0','2025-06-07 21:29:28','','','','0','Cash',33.90,'250','','','11','16.00','1','2025-06-07 18:29:50','3','10','new','1','new','pcs','','','','yes','','4.24','','','VATABLE',211.86,'1','837.00','836','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174932097033032272301'),(7414,'111749320968','75',1.00,'100','retail','0','2025-06-07 21:29:45','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-06-07 18:29:50','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','709.00','708','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174932098637370282032'),(7415,'111749321904','38',1.00,'50','retail','0','2025-06-07 21:45:05','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-07 18:45:24','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1046.00','1045','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174932190632329232223'),(7416,'111749321904','38',1.00,'50','retail','0','2025-06-07 21:45:08','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-07 18:45:24','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1045.00','1044','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174932190902333410423'),(7417,'111749321904','38',1.00,'50','retail','0','2025-06-07 21:45:11','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-07 18:45:24','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1044.00','1043','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174932191223412131241'),(7418,'111749321904','38',1.00,'50','retail','0','2025-06-07 21:45:14','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-07 18:45:24','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1043.00','1042','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174932191501307033439'),(7419,'111749321904','38',1.00,'50','retail','0','2025-06-07 21:45:20','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-07 18:45:24','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1042.00','1041','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174932192039300221322'),(7420,'191749329156','18',1.00,'150','retail','0','2025-06-07 23:45:56','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-07 20:46:01','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','864.00','863','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174932915715113032232'),(7421,'191749354347','8',1.00,'30','retail','0','2025-06-08 06:45:47','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-08 03:45:57','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1869.00','1868','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174935434923393205322'),(7422,'191749354347','8',1.00,'30','retail','0','2025-06-08 06:45:52','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-08 03:45:57','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1868.00','1867','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174935435302013230343'),(7423,'191749363136','7',1.00,'20','retail','0','2025-06-08 09:12:16','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-06-08 06:12:56','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','983.00','982','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174936313732000203004'),(7424,'191749363136','11',1.00,'60','retail','0','2025-06-08 09:12:21','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-06-08 06:12:56','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','330.00','329','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174936314202273010902'),(7425,'191749363136','1',1.00,'50','retail','0','2025-06-08 09:12:40','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-08 06:12:56','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4745.00','4744','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174936316233632030330'),(7426,'191749363721','8',1.00,'30','retail','0','2025-06-08 09:22:01','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-08 06:22:23','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1867.00','1866','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174936372272329294223'),(7427,'191749363721','8',1.00,'30','retail','0','2025-06-08 09:22:05','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-08 06:22:23','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1866.00','1865','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174936372626009309013'),(7428,'191749363721','7',1.00,'20','retail','0','2025-06-08 09:22:11','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-06-08 06:22:23','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','982.00','981','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174936373222712310323'),(7429,'191749363721','7',1.00,'20','retail','0','2025-06-08 09:22:15','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-06-08 06:22:23','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','981.00','980','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174936373525213322233'),(7430,'191749363721','7',1.00,'20','retail','0','2025-06-08 09:22:18','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-06-08 06:22:23','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','980.00','979','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174936373913733037923'),(7431,'221749367094','1',1.00,'50','retail','0','2025-06-08 10:18:14','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-08 07:38:52','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4744.00','4743','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174936709522220333730'),(7432,'221749367094','1',1.00,'50','retail','0','2025-06-08 10:18:18','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-08 07:38:52','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4743.00','4742','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174936709923976022320'),(7433,'221749367094','8',1.00,'30','retail','0','2025-06-08 10:21:30','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-06-08 07:38:52','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1865.00','1864','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174936729102372002362'),(7434,'221749367094','8',1.00,'30','retail','0','2025-06-08 10:23:40','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-06-08 07:38:52','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1864.00','1863','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174936742131392313367'),(7435,'221749367094','8',1.00,'30','retail','0','2025-06-08 10:23:46','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-06-08 07:38:52','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1863.00','1862','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174936742734327363243'),(7436,'221749367094','8',1.00,'30','retail','0','2025-06-08 10:23:58','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-06-08 07:38:52','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1862.00','1861','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174936743930340323033'),(7437,'111749377191','1',1.00,'50','retail','0','2025-06-08 13:06:31','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-08 10:07:09','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4742.00','4741','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174937719291130203229'),(7438,'111749377191','1',1.00,'50','retail','0','2025-06-08 13:06:36','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-08 10:07:09','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4741.00','4740','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174937719814239797921'),(7439,'111749377191','12',1.00,'50','retail','0','2025-06-08 13:06:41','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-08 10:07:09','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','590.00','589','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174937720292302302901'),(7440,'111749377191','6',1.00,'50','retail','0','2025-06-08 13:06:58','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-08 10:07:09','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1137.00','1136','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174937721932327233333'),(7441,'111749377191','6',1.00,'50','retail','0','2025-06-08 13:07:01','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-08 10:07:09','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1136.00','1135','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174937722202272732233'),(7442,'221749377042','18',1.00,'150','retail','0','2025-06-08 13:04:02','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-08 10:23:32','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','863.00','862','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174937704427223200331'),(7443,'221749377042','18',1.00,'150','retail','0','2025-06-08 13:23:24','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-08 10:23:32','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','862.00','861','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174937820532022833730'),(7447,'111749379496','27',1.00,'600','retail','0','2025-06-08 13:44:56','','','','0','Cash',81.36,'600','','','11','','1','2025-06-08 10:48:41','1','3','new','1','printed','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','503.00','502','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174937949774722370907'),(7448,'111749379496','27',1.00,'600','retail','0','2025-06-08 13:45:02','','','','0','Cash',81.36,'600','','','11','','1','2025-06-08 10:48:41','1','3','new','1','printed','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','502.00','501','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174937950330772302333'),(7449,'111749379496','11',1.00,'60','retail','0','2025-06-08 13:48:29','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-06-08 10:48:41','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','329.00','328','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174937971122327211201'),(7450,'111749379496','11',1.00,'60','retail','0','2025-06-08 13:48:33','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-06-08 10:48:41','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','328.00','327','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174937971422241901332'),(7452,'221749380867','1',1.00,'50','retail','0','2025-06-08 14:07:48','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-08 11:08:28','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4739.00','4738','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174938086908322228202'),(7453,'221749380867','8',1.00,'30','retail','0','2025-06-08 14:08:20','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-06-08 11:08:28','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1860.00','1859','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174938090201220023220'),(7454,'221749380954','7',1.00,'20','retail','0','2025-06-08 14:09:14','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-06-08 11:09:26','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','979.00','978','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174938095529053270433'),(7456,'111749381560','74',1.00,'100','retail','0','2025-06-08 14:19:20','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-06-08 11:19:30','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','495.00','494','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174938156101427213822'),(7457,'111749381560','76',1.00,'100','retail','0','2025-06-08 14:19:25','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-06-08 11:19:30','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','593.00','592','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174938156630216210230'),(7464,'221749383166','18',1.00,'150','retail','0','2025-06-08 14:46:06','','','','0','Cash',20.34,'150','','','22','','1','2025-06-08 12:03:07','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','861.00','860','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174938316780112132303'),(7465,'221749383166','18',1.00,'150','retail','0','2025-06-08 14:46:14','','','','0','Cash',20.34,'150','','','22','','1','2025-06-08 12:03:07','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','860.00','859','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174938317528243327333'),(7466,'221749383166','11',1.00,'60','retail','0','2025-06-08 14:55:47','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-06-08 12:03:07','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','327.00','326','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174938374820239339332'),(7467,'221749383166','11',1.00,'60','retail','0','2025-06-08 14:55:56','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-06-08 12:03:07','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','326.00','325','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174938375702207237003'),(7468,'221749383166','11',1.00,'60','retail','0','2025-06-08 14:56:08','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-06-08 12:03:07','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','325.00','324','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174938376988933037332'),(7469,'221749383166','75',1.00,'100','retail','0','2025-06-08 14:57:07','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-06-08 12:03:07','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','708.00','707','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174938382802130228723'),(7470,'111749380335','1',1.00,'50','retail','0','2025-06-08 13:58:55','','','','0','Cash',6.78,'50','','','11','','1','2025-06-08 12:07:00','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4740.00','4739','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174938033603229728203'),(7471,'111749380335','1',1.00,'50','retail','0','2025-06-08 15:00:04','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-08 12:07:00','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4737.00','4736','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174938413602100331310'),(7472,'111749380335','8',1.00,'30','retail','0','2025-06-08 15:06:56','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-06-08 12:07:00','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1858.00','1857','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174938441722241901332'),(7473,'111749383906','30',1.00,'50','retail','0','2025-06-08 14:58:26','','','','0','Cash',6.78,'50','','','11','','1','2025-06-08 12:14:27','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','691.00','690','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174938390770717123270'),(7474,'111749383906','32',1.00,'300','retail','0','2025-06-08 14:58:33','','','','0','Cash',40.68,'300','','','11','','1','2025-06-08 12:14:27','1','13','new','1','printed','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','495.00','494','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174938391442131147113'),(7475,'111749383906','101',1.00,'50','retail','0','2025-06-08 15:14:02','','','','30','Cash',6.78,'50','','','11','16.00','1','2025-06-08 12:14:27','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','441.00','440','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174938484302424023202'),(7476,'111749383906','101',1.00,'50','retail','0','2025-06-08 15:14:08','','','','30','Cash',6.78,'50','','','11','16.00','1','2025-06-08 12:14:27','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','440.00','439','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174938484933802024218'),(7487,'221749384282','18',1.00,'150','retail','0','2025-06-08 15:04:43','','','','0','Cash',20.34,'150','','','22','','1','2025-06-08 12:48:51','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','859.00','858','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174938428402223082130'),(7488,'221749384282','11',1.00,'60','retail','0','2025-06-08 15:05:09','','','','0','Cash',8.14,'60','','','22','','1','2025-06-08 12:48:51','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','324.00','323','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174938431049702900400'),(7489,'221749384282','21',1.00,'280','retail','0','2025-06-08 15:05:29','','','','0','Cash',37.97,'280','','','22','','1','2025-06-08 12:48:51','1','3','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','608.00','607','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174938433022932232427'),(7490,'221749384282','8',1.00,'30','retail','0','2025-06-08 15:05:47','','','','0','Cash',4.07,'30','','','22','','1','2025-06-08 12:48:51','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1859.00','1858','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174938434823321331303'),(7491,'221749384282','59',1.00,'50','retail','0','2025-06-08 15:48:46','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-08 12:48:51','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','703.00','702','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174938692747222222822'),(7512,'221749388360','88',1.00,'150','retail','0','2025-06-08 16:12:40','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-08 13:14:20','3','10','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','546.00','545','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174938836238402233202'),(7513,'221749388360','88',1.00,'150','retail','0','2025-06-08 16:12:45','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-08 13:14:20','3','10','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','545.00','544','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174938836620323616022'),(7514,'221749388360','18',1.00,'150','retail','0','2025-06-08 16:13:05','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-08 13:14:20','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','855.00','854','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174938838522323338033'),(7515,'221749388360','18',1.00,'150','retail','0','2025-06-08 16:13:08','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-08 13:14:20','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','854.00','853','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174938838902929090823'),(7516,'221749388360','23',1.00,'350','retail','0','2025-06-08 16:13:25','','','','0','Cash',47.46,'350','','','22','16.00','1','2025-06-08 13:14:20','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','585.00','584','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174938840630882602333'),(7517,'221749388360','23',1.00,'350','retail','0','2025-06-08 16:13:31','','','','0','Cash',47.46,'350','','','22','16.00','1','2025-06-08 13:14:20','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','584.00','583','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174938841202024024284'),(7525,'221749388791','87',1.00,'150','retail','0','2025-06-08 16:19:52','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-08 13:20:40','3','10','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','410.00','409','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174938879332033222023'),(7526,'221749388791','31',1.00,'150','retail','0','2025-06-08 16:20:25','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-08 13:20:40','1','3','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1893.00','1892','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174938882622721290032'),(7527,'221749381421','38',1.00,'50','retail','0','2025-06-08 14:17:01','','','','0','Cash',6.78,'50','','','22','','1','2025-06-08 13:25:50','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1041.00','1040','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174938142237301291143'),(7528,'221749381421','1',1.00,'50','retail','0','2025-06-08 14:51:37','','','','0','Cash',6.78,'50','','','22','','1','2025-06-08 13:25:50','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4738.00','4737','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174938349930223030233'),(7529,'221749381421','33',1.00,'600','retail','0','2025-06-08 15:43:55','','','','0','Cash',81.36,'600','','','22','','1','2025-06-08 13:25:50','1','13','new','1','printed','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','1031.00','1030','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174938663633062233093'),(7530,'221749381421','30',1.00,'50','retail','0','2025-06-08 15:44:06','','','','0','Cash',6.78,'50','','','22','','1','2025-06-08 13:25:50','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','690.00','689','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174938664806023064230'),(7531,'221749381421','30',1.00,'50','retail','0','2025-06-08 15:49:56','','','','0','Cash',6.78,'50','','','22','','1','2025-06-08 13:25:50','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','689.00','688','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174938699727843292222'),(7532,'221749381421','54',1.00,'50','retail','0','2025-06-08 16:11:25','','','','0','Cash',6.78,'50','','','22','','1','2025-06-08 13:25:50','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','581.00','580','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174938828623336382302'),(7533,'221749381421','55',1.00,'80','retail','0','2025-06-08 16:25:41','','','','0','Cash',10.85,'80','','','22','16.00','1','2025-06-08 13:25:50','3','8','new','1','new','pcs','','','','yes','','1.36','','','VATABLE',67.80,'1','676.00','675','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174938914330493209302'),(7542,'111749389461','29',1.00,'100','retail','0','2025-06-08 16:31:01','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-06-08 13:31:26','1','3','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','1000.00','999','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174938946213223226692'),(7543,'111749389461','29',1.00,'100','retail','0','2025-06-08 16:31:08','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-06-08 13:31:26','1','3','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','999.00','998','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174938946901929090623'),(7544,'111749389461','21',1.00,'280','retail','0','2025-06-08 16:31:13','','','','0','Cash',37.97,'280','','','11','16.00','1','2025-06-08 13:31:26','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','607.00','606','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174938947421828731200'),(7545,'111749389461','31',1.00,'150','retail','0','2025-06-08 16:31:19','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-08 13:31:26','1','3','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1892.00','1891','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174938948030193439213'),(7546,'221749385955','74',1.00,'100','retail','0','2025-06-08 15:32:35','','','','0','Cash',13.56,'100','','','22','','1','2025-06-08 13:31:34','3','11','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','494.00','493','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174938595722332232592'),(7547,'221749385955','74',1.00,'100','retail','0','2025-06-08 15:32:42','','','','0','Cash',13.56,'100','','','22','','1','2025-06-08 13:31:34','3','11','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','493.00','492','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174938596433040008361'),(7548,'221749385955','71',1.00,'300','retail','0','2025-06-08 16:07:46','','','','0','Cash',40.68,'300','','','22','','1','2025-06-08 13:31:34','3','10','new','1','printed','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','1035.00','1034','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174938806808332327723'),(7549,'221749385955','18',1.00,'150','retail','0','2025-06-08 16:08:13','','','','0','Cash',20.34,'150','','','22','','1','2025-06-08 13:31:34','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','858.00','857','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174938809434029201023'),(7550,'221749385955','18',1.00,'150','retail','0','2025-06-08 16:08:20','','','','0','Cash',20.34,'150','','','22','','1','2025-06-08 13:31:34','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','857.00','856','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174938810130230822422'),(7551,'221749385955','18',1.00,'150','retail','0','2025-06-08 16:08:33','','','','0','Cash',20.34,'150','','','22','','1','2025-06-08 13:31:34','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','856.00','855','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174938811490312423212'),(7552,'221749385955','11',1.00,'60','retail','0','2025-06-08 16:08:58','','','','0','Cash',8.14,'60','','','22','','1','2025-06-08 13:31:34','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','323.00','322','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174938813902820292892'),(7553,'221749385955','11',1.00,'60','retail','0','2025-06-08 16:09:06','','','','0','Cash',8.14,'60','','','22','','1','2025-06-08 13:31:34','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','322.00','321','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174938814741780313720'),(7554,'221749385955','6',1.00,'50','retail','0','2025-06-08 16:09:14','','','','0','Cash',6.78,'50','','','22','','1','2025-06-08 13:31:34','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1135.00','1134','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174938815732323492272'),(7555,'221749385955','57',1.00,'100','retail','0','2025-06-08 16:31:27','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-06-08 13:31:34','3','8','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','653.00','652','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174938948884213413200'),(7556,'221749391902','33',1.00,'600','retail','0','2025-06-08 17:11:42','','','','0','Cash',81.36,'600','','','22','16.00','1','2025-06-08 14:12:23','1','13','new','1','new','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','1030.00','1029','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174939190342329300333'),(7557,'221749391902','33',1.00,'600','retail','0','2025-06-08 17:11:46','','','','0','Cash',81.36,'600','','','22','16.00','1','2025-06-08 14:12:23','1','13','new','1','new','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','1029.00','1028','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174939190879892822230'),(7558,'221749391902','30',1.00,'50','retail','0','2025-06-08 17:12:08','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-08 14:12:23','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','688.00','687','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174939192933702302933'),(7559,'111749392571','41',1.00,'100','retail','0','2025-06-08 17:22:51','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-06-08 14:22:57','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','731.00','730','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174939257232313122739'),(7560,'111749393293','30',1.00,'50','retail','0','2025-06-08 17:34:53','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-08 14:35:11','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','687.00','686','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174939329503223023239'),(7561,'111749393293','30',1.00,'50','retail','0','2025-06-08 17:34:58','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-08 14:35:11','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','686.00','685','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174939330011200333730'),(7562,'111749393293','32',1.00,'300','retail','0','2025-06-08 17:35:06','','','','0','Cash',40.68,'300','','','11','16.00','1','2025-06-08 14:35:11','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','494.00','493','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174939330702032130332'),(7563,'221749394763','44',1.00,'150','retail','0','2025-06-08 17:59:23','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-08 14:59:37','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','933.00','932','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174939476432334743323'),(7564,'221749394763','44',1.00,'150','retail','0','2025-06-08 17:59:29','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-08 14:59:37','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','932.00','931','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174939477033002270322'),(7565,'111749395020','41',1.00,'100','retail','0','2025-06-08 18:03:40','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-06-08 15:05:21','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','730.00','729','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174939502202302222231'),(7566,'111749395020','62',1.00,'100','retail','0','2025-06-08 18:03:54','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-06-08 15:05:21','3','8','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','510.00','509','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174939503620302331234'),(7567,'111749395020','59',1.00,'50','retail','0','2025-06-08 18:04:25','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-08 15:05:21','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','700.00','699','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174939506630001992301'),(7568,'111749395020','59',1.00,'50','retail','0','2025-06-08 18:04:33','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-08 15:05:21','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','699.00','698','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174939507592252033313'),(7569,'111749395020','1',1.00,'50','retail','0','2025-06-08 18:04:54','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-08 15:05:21','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4736.00','4735','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174939509639301239232'),(7570,'111749395020','1',1.00,'50','retail','0','2025-06-08 18:05:02','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-08 15:05:21','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4735.00','4734','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174939510495231323132'),(7571,'111749396124','71',1.00,'300','retail','0','2025-06-08 18:22:04','','','','0','Cash',40.68,'300','','','11','16.00','1','2025-06-08 15:22:09','3','10','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','1034.00','1033','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174939612631223640230'),(7575,'111749396160','44',1.00,'150','retail','0','2025-06-08 18:22:40','','','','0','Cash',20.34,'150','','','11','','1','2025-06-08 15:33:32','3','5','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','931.00','930','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174939616293166037333'),(7576,'111749396160','6',1.00,'50','retail','0','2025-06-08 18:33:09','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-08 15:33:32','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1131.00','1130','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174939679472029420331'),(7579,'111749396143','1',1.00,'50','retail','0','2025-06-08 18:22:23','','','','0','Cash',6.78,'50','','','11','','1','2025-06-08 15:41:36','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4734.00','4733','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174939614420123939324'),(7580,'111749396143','18',1.00,'150','retail','0','2025-06-08 18:41:06','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-08 15:41:36','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','853.00','852','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174939726867233328392'),(7581,'111749396143','8',1.00,'30','retail','0','2025-06-08 18:41:30','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-06-08 15:41:36','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1857.00','1856','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174939729101333733330'),(7582,'111749398823','13',1.00,'100','retail','0','2025-06-08 19:07:03','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-06-08 16:07:34','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','501.00','500','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174939882494120233322'),(7583,'111749398823','13',1.00,'100','retail','0','2025-06-08 19:07:07','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-06-08 16:07:34','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','500.00','499','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174939882832833221093'),(7584,'111749398823','6',1.00,'50','retail','0','2025-06-08 19:07:23','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-08 16:07:34','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1129.00','1128','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174939884500122925039'),(7585,'111749398823','6',1.00,'50','retail','0','2025-06-08 19:07:27','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-08 16:07:34','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1128.00','1127','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174939884930204300993'),(7586,'111749388774','6',1.00,'50','retail','0','2025-06-08 16:19:34','','','','0','Cash',6.78,'50','','','11','','1','2025-06-08 16:43:51','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1134.00','1133','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174938877538202850189'),(7587,'111749388774','6',1.00,'50','retail','0','2025-06-08 16:19:37','','','','0','Cash',6.78,'50','','','11','','1','2025-06-08 16:43:51','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1133.00','1132','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174938877923922027392'),(7588,'111749388774','6',1.00,'50','retail','0','2025-06-08 16:19:44','','','','0','Cash',6.78,'50','','','11','','1','2025-06-08 16:43:51','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1132.00','1131','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174938878513323137813'),(7589,'111749388774','54',1.00,'50','retail','0','2025-06-08 16:20:07','','','','0','Cash',6.78,'50','','','11','','1','2025-06-08 16:43:51','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','580.00','579','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174938880812322373308'),(7590,'111749388774','54',1.00,'50','retail','0','2025-06-08 16:20:10','','','','0','Cash',6.78,'50','','','11','','1','2025-06-08 16:43:51','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','579.00','578','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174938881410381223211'),(7591,'111749388774','59',1.00,'50','retail','0','2025-06-08 16:20:17','','','','0','Cash',6.78,'50','','','11','','1','2025-06-08 16:43:51','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','702.00','701','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174938881872332191882'),(7592,'111749388774','59',1.00,'50','retail','0','2025-06-08 16:20:21','','','','0','Cash',6.78,'50','','','11','','1','2025-06-08 16:43:51','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','701.00','700','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174938882272133139232'),(7593,'111749388774','52',1.00,'150','retail','0','2025-06-08 16:29:58','','','','0','Cash',20.34,'150','','','11','','1','2025-06-08 16:43:51','3','7','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','894.00','893','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174938940042233704222'),(7594,'111749401060','25',1.00,'200','retail','0','2025-06-08 19:44:20','','','','0','Cash',27.12,'200','','','11','16.00','1','2025-06-08 16:44:37','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','568.00','567','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174940106129032221734'),(7595,'111749401060','44',1.00,'150','retail','0','2025-06-08 19:44:32','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-08 16:44:37','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','930.00','929','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174940107493923304203'),(7596,'221749396167','55',1.00,'80','retail','0','2025-06-08 18:22:47','','','','0','Cash',10.85,'80','','','22','','1','2025-06-08 16:58:40','3','8','new','1','printed','pcs','','','','yes','','1.36','','','VATABLE',67.80,'1','675.00','674','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174939616920099212207'),(7597,'221749396167','6',1.00,'50','retail','0','2025-06-08 18:33:50','','','','0','Cash',6.78,'50','','','22','','1','2025-06-08 16:58:40','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1130.00','1129','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174939683722002232742'),(7598,'221749396167','28',1.00,'200','retail','0','2025-06-08 19:58:30','','','','0','Cash',27.12,'200','','','22','16.00','1','2025-06-08 16:58:40','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','583.00','582','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174940191124010923432'),(7599,'221749402027','18',1.00,'150','retail','0','2025-06-08 20:00:27','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-08 17:03:38','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','852.00','851','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174940203320293274493'),(7600,'221749402379','28',1.00,'200','retail','0','2025-06-08 20:06:19','','','','0','Cash',27.12,'200','','','22','16.00','1','2025-06-08 17:10:24','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','582.00','581','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174940238072302002222'),(7601,'111749403194','1',1.00,'50','retail','0','2025-06-08 20:19:54','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-08 17:22:11','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4733.00','4732','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174940319503319152425'),(7602,'111749403194','1',1.00,'50','retail','0','2025-06-08 20:19:57','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-08 17:22:11','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4732.00','4731','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174940319839311230232'),(7603,'111749403194','1',1.00,'50','retail','0','2025-06-08 20:20:03','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-08 17:22:11','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4731.00','4730','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174940320410239312303'),(7604,'111749403194','1',1.00,'50','retail','0','2025-06-08 20:20:07','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-08 17:22:11','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4730.00','4729','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174940320831030143103'),(7605,'111749403194','1',1.00,'50','retail','0','2025-06-08 20:20:11','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-08 17:22:11','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4729.00','4728','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174940321210131234320'),(7606,'111749403194','59',1.00,'50','retail','0','2025-06-08 20:20:20','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-08 17:22:11','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','698.00','697','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174940322104222320111'),(7607,'111749403194','59',1.00,'50','retail','0','2025-06-08 20:20:24','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-08 17:22:11','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','697.00','696','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174940322532023225020'),(7608,'111749403194','59',1.00,'50','retail','0','2025-06-08 20:20:28','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-08 17:22:11','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','696.00','695','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174940322931392313307'),(7609,'111749403194','59',1.00,'50','retail','0','2025-06-08 20:20:32','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-08 17:22:11','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','695.00','694','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174940323334323221020'),(7610,'111749403194','54',1.00,'50','retail','0','2025-06-08 20:20:41','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-08 17:22:11','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','578.00','577','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174940324220222022222'),(7611,'111749403194','54',1.00,'50','retail','0','2025-06-08 20:20:45','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-08 17:22:11','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','577.00','576','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174940324674290024413'),(7612,'111749403194','11',1.00,'60','retail','0','2025-06-08 20:21:20','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-06-08 17:22:11','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','321.00','320','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174940328133373380323'),(7613,'111749403194','11',1.00,'60','retail','0','2025-06-08 20:21:24','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-06-08 17:22:11','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','320.00','319','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174940328533342051315'),(7614,'111749403194','11',1.00,'60','retail','0','2025-06-08 20:21:28','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-06-08 17:22:11','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','319.00','318','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174940328907331002733'),(7615,'111749403194','38',1.00,'50','retail','0','2025-06-08 20:22:01','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-08 17:22:11','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1040.00','1039','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174940332230012093232'),(7619,'221749404125','19',1.00,'180','retail','0','2025-06-08 20:35:26','','','','0','Cash',24.41,'180','','','22','','1','2025-06-08 17:49:13','1','2','new','1','printed','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','719.00','718','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174940412794233703343'),(7620,'221749404125','19',1.00,'180','retail','0','2025-06-08 20:35:30','','','','0','Cash',24.41,'180','','','22','','1','2025-06-08 17:49:13','1','2','new','1','printed','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','718.00','717','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174940413122334017243'),(7621,'221749404125','19',1.00,'180','retail','0','2025-06-08 20:35:37','','','','0','Cash',24.41,'180','','','22','','1','2025-06-08 17:49:13','1','2','new','1','printed','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','717.00','716','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174940413813114032232'),(7622,'221749404125','80',1.00,'20','retail','0','2025-06-08 20:49:06','','','','10','Cash',2.71,'20','','','22','16.00','1','2025-06-08 17:49:13','','14','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','542.00','541','Inclusive','branch','Service','1110','4000','5500','','','','22174940494720294274493'),(7623,'221749378331','8',1.00,'30','retail','0','2025-06-08 13:25:31','','','','0','Cash',4.07,'30','','','22','','1','2025-06-08 17:52:36','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1861.00','1860','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174937833202009383331'),(7624,'221749378331','101',1.00,'50','retail','0','2025-06-08 20:52:31','','','','30','Cash',6.78,'50','','','22','16.00','1','2025-06-08 17:52:36','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','439.00','438','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174940515209000905414'),(7625,'191749407615','11',1.00,'60','retail','0','2025-06-08 21:33:35','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-06-08 18:34:17','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','318.00','317','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174940761613367123340'),(7626,'191749407615','11',1.00,'60','retail','0','2025-06-08 21:33:41','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-06-08 18:34:17','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','317.00','316','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174940762233309220023'),(7627,'191749407615','11',1.00,'60','retail','0','2025-06-08 21:33:44','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-06-08 18:34:17','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','316.00','315','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174940762539290339024'),(7628,'191749407615','11',1.00,'60','retail','0','2025-06-08 21:33:48','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-06-08 18:34:17','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','315.00','314','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174940763001320913230'),(7629,'191749407615','18',1.00,'150','retail','0','2025-06-08 21:33:57','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-08 18:34:17','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','851.00','850','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174940763803904342310'),(7630,'191749407615','15',1.00,'150','retail','0','2025-06-08 21:34:08','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-08 18:34:17','3','1','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','607.00','606','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174940764934022302029'),(7631,'191749407703','44',1.00,'150','retail','0','2025-06-08 21:35:03','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-08 18:35:08','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','929.00','928','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174940770420700233049'),(7632,'191749407952','8',1.00,'30','retail','0','2025-06-08 21:39:13','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-08 18:39:17','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1856.00','1855','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174940795420430030090'),(7633,'191749408022','95',1.00,'100','retail','0','2025-06-08 21:40:22','','','','01','Cash',13.56,'100','','','19','16.00','1','2025-06-08 18:41:01','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','281.00','280','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174940802302010002223'),(7634,'191749408022','95',1.00,'100','retail','0','2025-06-08 21:40:55','','','','01','Cash',13.56,'100','','','19','16.00','1','2025-06-08 18:41:01','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','280.00','279','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174940805649720942822'),(7635,'191749411173','19',1.00,'180','retail','0','2025-06-08 22:32:53','','','','0','Cash',24.41,'180','','','19','16.00','1','2025-06-08 19:33:35','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','716.00','715','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174941117323370212193'),(7636,'191749411173','18',1.00,'150','retail','0','2025-06-08 22:32:56','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-08 19:33:35','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','850.00','849','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174941117797223373340'),(7637,'191749411173','6',1.00,'50','retail','0','2025-06-08 22:33:04','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-08 19:33:35','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1127.00','1126','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174941118543247323320'),(7638,'191749411173','6',1.00,'50','retail','0','2025-06-08 22:33:07','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-08 19:33:35','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1126.00','1125','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174941118823822021001'),(7639,'191749411173','1',1.00,'50','retail','0','2025-06-08 22:33:19','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-08 19:33:35','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4728.00','4727','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174941120020313131221'),(7640,'191749412853','53',1.00,'100','retail','0','2025-06-08 23:00:54','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-08 20:00:58','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','786.00','785','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174941285599802331102'),(7641,'191749432061','44',1.00,'150','retail','0','2025-06-09 04:21:01','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-09 01:21:27','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','928.00','927','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174943206223224340022'),(7642,'191749432061','6',1.00,'50','retail','0','2025-06-09 04:21:16','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-09 01:21:27','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1125.00','1124','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174943207720220713437'),(7643,'191749432061','6',1.00,'50','retail','0','2025-06-09 04:21:20','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-09 01:21:27','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1124.00','1123','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174943208103343303337'),(7644,'191749443497','1',1.00,'50','retail','0','2025-06-09 07:31:37','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-09 04:33:05','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4727.00','4726','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174944349807329240031'),(7645,'191749443497','1',1.00,'50','retail','0','2025-06-09 07:31:40','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-09 04:33:05','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4726.00','4725','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174944350133373304323'),(7646,'191749443497','11',1.00,'60','retail','0','2025-06-09 07:31:59','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-06-09 04:33:05','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','314.00','313','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174944352003922300325'),(7647,'191749443497','11',1.00,'60','retail','0','2025-06-09 07:32:03','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-06-09 04:33:05','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','313.00','312','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174944352402322342222'),(7648,'191749443497','7',1.00,'20','retail','0','2025-06-09 07:32:11','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-06-09 04:33:05','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','978.00','977','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174944353230233233392'),(7649,'181749454873','1',1.00,'50','retail','0','2025-06-09 10:41:13','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-09 07:49:06','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4725.00','4724','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174945487443351324452'),(7650,'181749454873','7',1.00,'20','retail','0','2025-06-09 10:41:23','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-09 07:49:06','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','977.00','976','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174945488477400232472'),(7651,'181749454873','7',1.00,'20','retail','0','2025-06-09 10:41:27','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-09 07:49:06','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','976.00','975','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174945488824002422310'),(7652,'181749455373','7',1.00,'20','retail','0','2025-06-09 10:49:33','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-09 07:49:38','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','975.00','974','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174945537425333230024'),(7653,'181749456200','31',1.00,'150','retail','0','2025-06-09 11:03:20','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-09 08:03:47','1','3','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1891.00','1890','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174945620133033122552'),(7654,'181749456200','8',1.00,'30','retail','0','2025-06-09 11:03:27','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-06-09 08:03:47','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1855.00','1854','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174945620827383210202'),(7655,'181749456404','52',1.00,'150','retail','0','2025-06-09 11:06:44','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-09 08:06:49','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','893.00','892','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174945640503572041235'),(7656,'181749458430','30',1.00,'50','retail','0','2025-06-09 11:40:30','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-09 08:40:42','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','685.00','684','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174945843113340022243'),(7657,'181749458430','50',1.00,'50','retail','0','2025-06-09 11:40:38','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-09 08:40:42','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','562.00','561','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174945843942099492182'),(7658,'111749458452','1',1.00,'50','retail','0','2025-06-09 11:40:52','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-09 08:41:04','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4724.00','4723','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174945845409143023142'),(7659,'111749458452','1',1.00,'50','retail','0','2025-06-09 11:40:56','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-09 08:41:04','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4723.00','4722','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174945845833210028220'),(7660,'111749458452','1',1.00,'50','retail','0','2025-06-09 11:41:00','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-09 08:41:04','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4722.00','4721','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174945846100233533322'),(7661,'111749458477','1',1.00,'50','retail','0','2025-06-09 11:41:17','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-09 08:41:43','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4721.00','4720','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174945847802034800812'),(7662,'111749458477','8',1.00,'30','retail','0','2025-06-09 11:41:33','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-06-09 08:41:43','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1854.00','1853','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174945849450293222200'),(7663,'111749458477','95',1.00,'100','retail','0','2025-06-09 11:41:37','','','','01','Cash',13.56,'100','','','11','16.00','1','2025-06-09 08:41:43','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','279.00','278','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174945849832284113323'),(7665,'181749458949','25',1.00,'200','retail','0','2025-06-09 11:49:09','','','','0','Cash',27.12,'200','','','18','','1','2025-06-09 09:10:04','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','567.00','566','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174945895023391729203'),(7666,'181749458949','1',1.00,'50','retail','0','2025-06-09 12:09:55','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-09 09:10:04','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4720.00','4719','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174946019698293333324'),(7667,'181749460523','21',1.00,'280','retail','0','2025-06-09 12:15:23','','','','0','Cash',37.97,'280','','','18','16.00','1','2025-06-09 09:15:35','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','606.00','605','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174946052540375024355'),(7668,'181749460523','30',1.00,'50','retail','0','2025-06-09 12:15:28','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-09 09:15:35','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','684.00','683','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174946052923059923323'),(7669,'111749460606','54',1.00,'50','retail','0','2025-06-09 12:16:46','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-09 09:16:52','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','576.00','575','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174946060832330130332'),(7670,'181749462570','17',1.00,'100','retail','0','2025-06-09 12:49:30','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-06-09 09:49:37','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','306.00','305','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174946257123200143008'),(7671,'181749465564','1',1.00,'50','retail','0','2025-06-09 13:39:24','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-09 10:39:38','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4719.00','4718','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174946556525253382232'),(7672,'181749465564','57',1.00,'100','retail','0','2025-06-09 13:39:32','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-06-09 10:39:38','3','8','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','652.00','651','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174946557362233200133'),(7673,'181749466094','6',1.00,'50','retail','0','2025-06-09 13:48:14','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-09 10:48:24','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1123.00','1122','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174946609500260203300'),(7674,'181749466132','8',1.00,'30','retail','0','2025-06-09 13:48:52','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-06-09 10:49:05','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1853.00','1852','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174946613393217032113'),(7675,'111749466462','25',1.00,'200','retail','0','2025-06-09 13:54:22','','','','0','Cash',27.12,'200','','','11','16.00','1','2025-06-09 10:54:40','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','566.00','565','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174946646602022631403'),(7676,'111749466462','23',1.00,'350','retail','0','2025-06-09 13:54:31','','','','0','Cash',47.46,'350','','','11','16.00','1','2025-06-09 10:54:40','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','583.00','582','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174946647322202401707'),(7677,'111749470980','44',1.00,'150','retail','0','2025-06-09 15:09:40','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-09 12:09:47','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','927.00','926','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174947098104320242232'),(7678,'181749472726','52',1.00,'150','retail','0','2025-06-09 15:38:46','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-09 12:39:27','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','892.00','891','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174947272737309223783'),(7679,'181749472726','6',1.00,'50','retail','0','2025-06-09 15:39:05','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-09 12:39:27','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1122.00','1121','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174947274622739423343'),(7680,'181749472726','6',1.00,'50','retail','0','2025-06-09 15:39:14','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-09 12:39:27','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1121.00','1120','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174947275532031232247'),(7681,'181749472798','53',1.00,'100','retail','0','2025-06-09 15:39:58','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-06-09 12:43:57','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','785.00','784','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174947279928492200347'),(7682,'181749472798','53',1.00,'100','retail','0','2025-06-09 15:40:03','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-06-09 12:43:57','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','784.00','783','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174947280408432032030'),(7683,'181749472798','6',1.00,'50','retail','0','2025-06-09 15:40:19','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-09 12:43:57','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1120.00','1119','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174947282032320312280'),(7684,'181749472798','6',1.00,'50','retail','0','2025-06-09 15:40:24','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-09 12:43:57','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1119.00','1118','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174947282532320071033'),(7685,'181749473683','1',1.00,'50','retail','0','2025-06-09 15:54:43','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-09 12:54:48','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4718.00','4717','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174947368407423070862'),(7689,'111749476094','38',1.00,'50','retail','0','2025-06-09 16:34:54','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-09 13:35:03','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1039.00','1038','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174947609637312031233'),(7692,'181749476469','15',1.00,'150','retail','0','2025-06-09 16:41:10','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-09 13:41:43','3','1','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','606.00','605','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174947647130007732272'),(7693,'181749476469','15',1.00,'150','retail','0','2025-06-09 16:41:13','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-09 13:41:43','3','1','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','605.00','604','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174947647533523762213'),(7694,'181749476469','11',1.00,'60','retail','0','2025-06-09 16:41:29','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-06-09 13:41:43','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','311.00','310','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174947649072092222323'),(7695,'181749476469','6',1.00,'50','retail','0','2025-06-09 16:41:33','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-09 13:41:43','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1118.00','1117','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174947649423121303233'),(7704,'111749476933','25',1.00,'200','retail','0','2025-06-09 16:48:54','','','','0','Cash',27.12,'200','','','11','','1','2025-06-09 14:10:36','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','565.00','564','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174947693672702404132'),(7705,'111749476933','23',1.00,'350','retail','0','2025-06-09 16:49:08','','','','0','Cash',47.46,'350','','','11','','1','2025-06-09 14:10:36','1','3','new','1','printed','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','582.00','581','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174947695003331422330'),(7706,'111749476933','32',1.00,'300','retail','0','2025-06-09 16:49:25','','','','0','Cash',40.68,'300','','','11','','1','2025-06-09 14:10:36','1','13','new','1','printed','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','493.00','492','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174947696673311340603'),(7707,'111749476933','68',1.00,'250','retail','0','2025-06-09 16:50:16','','','','0','Cash',33.90,'250','','','11','','1','2025-06-09 14:10:36','3','10','new','1','printed','pcs','','','','yes','','4.24','','','VATABLE',211.86,'1','505.00','504','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174947701810383302304'),(7708,'111749476933','23',1.00,'350','retail','0','2025-06-09 17:10:13','','','','0','Cash',47.46,'350','','','11','16.00','1','2025-06-09 14:10:36','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','581.00','580','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174947821473032084222'),(7709,'111749476933','54',1.00,'50','retail','0','2025-06-09 17:10:29','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-09 14:10:36','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','575.00','574','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174947823034273200323'),(7710,'111749474484','28',1.00,'200','retail','0','2025-06-09 16:08:04','','','','0','Cash',27.12,'200','','','11','','1','2025-06-09 14:11:17','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','581.00','580','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174947449032333147100'),(7711,'111749474484','31',1.00,'150','retail','0','2025-06-09 16:08:21','','','','0','Cash',20.34,'150','','','11','','1','2025-06-09 14:11:17','1','3','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1890.00','1889','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174947450470152132403'),(7712,'111749474484','8',1.00,'30','retail','0','2025-06-09 16:08:39','','','','0','Cash',4.07,'30','','','11','','1','2025-06-09 14:11:17','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1852.00','1851','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174947452023041331744'),(7713,'111749474484','8',1.00,'30','retail','0','2025-06-09 16:48:08','','','','0','Cash',4.07,'30','','','11','','1','2025-06-09 14:11:17','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1851.00','1850','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174947688932144079382'),(7714,'111749474484','55',1.00,'80','retail','0','2025-06-09 17:11:13','','','','0','Cash',10.85,'80','','','11','16.00','1','2025-06-09 14:11:17','3','8','new','1','new','pcs','','','','yes','','1.36','','','VATABLE',67.80,'1','674.00','673','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174947827404413237901'),(7715,'181749478937','46',1.00,'180','retail','0','2025-06-09 17:22:17','','','','0','Cash',24.41,'180','','','18','16.00','1','2025-06-09 14:22:25','3','5','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','894.00','893','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174947893812229273322'),(7717,'111749479244','38',1.00,'50','retail','0','2025-06-09 17:27:24','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-09 14:27:36','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1038.00','1037','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174947924577202422303'),(7718,'181749479285','44',1.00,'150','retail','0','2025-06-09 17:28:05','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-09 14:28:17','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','926.00','925','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174947928603331422330'),(7719,'181749479285','44',1.00,'150','retail','0','2025-06-09 17:28:09','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-09 14:28:17','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','925.00','924','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174947929030012902020'),(7720,'111749476122','1',1.00,'50','retail','0','2025-06-09 16:35:22','','','','0','Cash',6.78,'50','','','11','','1','2025-06-09 14:29:55','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4717.00','4716','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174947612370013233300'),(7721,'111749476122','11',1.00,'60','retail','0','2025-06-09 16:35:35','','','','0','Cash',8.14,'60','','','11','','1','2025-06-09 14:29:55','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','312.00','311','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174947613623224002347'),(7722,'111749476122','1',1.00,'50','retail','0','2025-06-09 17:29:49','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-09 14:29:55','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4716.00','4715','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174947939012303303323'),(7723,'111749479225','30',1.00,'50','retail','0','2025-06-09 17:27:05','','','','0','Cash',6.78,'50','','','11','','1','2025-06-09 14:59:44','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','683.00','682','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174947922696319003032'),(7724,'111749479225','59',1.00,'50','retail','0','2025-06-09 17:59:39','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-09 14:59:44','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','694.00','693','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174948118000210012322'),(7725,'181749481983','38',1.00,'50','retail','0','2025-06-09 18:13:03','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-09 15:13:09','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1037.00','1036','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174948198492734900913'),(7733,'111749485501','21',1.00,'280','retail','0','2025-06-09 19:11:41','','','','0','Cash',37.97,'280','','','11','16.00','1','2025-06-09 16:11:51','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','604.00','603','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174948550334423321005'),(7736,'181749484313','29',1.00,'100','retail','0','2025-06-09 18:51:53','','','','0','Cash',13.56,'100','','','18','','1','2025-06-09 16:38:59','1','3','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','998.00','997','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174948431533182003713'),(7737,'181749484313','21',1.00,'280','retail','0','2025-06-09 18:52:04','','','','0','Cash',37.97,'280','','','18','','1','2025-06-09 16:38:59','1','3','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','605.00','604','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174948432622332224322'),(7738,'181749484313','38',1.00,'50','retail','0','2025-06-09 18:52:20','','','','0','Cash',6.78,'50','','','18','','1','2025-06-09 16:38:59','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1036.00','1035','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174948434373943303829'),(7739,'181749484313','28',1.00,'200','retail','0','2025-06-09 19:04:40','','','','0','Cash',27.12,'200','','','18','','1','2025-06-09 16:38:59','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','580.00','579','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174948508183313422001'),(7740,'181749484313','21',1.00,'280','retail','0','2025-06-09 19:38:44','','','','0','Cash',37.97,'280','','','18','16.00','1','2025-06-09 16:38:59','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','602.00','601','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174948712682304263213'),(7741,'181749484313','29',1.00,'100','retail','0','2025-06-09 19:38:52','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-06-09 16:38:59','1','3','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','997.00','996','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174948713321322312234'),(7742,'181749487165','33',1.00,'600','retail','0','2025-06-09 19:39:27','','','','0','Cash',81.36,'600','','','18','16.00','1','2025-06-09 16:40:14','1','13','new','1','new','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','1028.00','1027','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174948717002702037327'),(7743,'181749487165','30',1.00,'50','retail','0','2025-06-09 19:39:52','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-09 16:40:14','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','682.00','681','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174948719314333233982'),(7744,'181749487165','30',1.00,'50','retail','0','2025-06-09 19:40:00','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-09 16:40:14','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','681.00','680','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174948720424272033248'),(7745,'111749487189','12',1.00,'50','retail','0','2025-06-09 19:39:49','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-09 16:40:46','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','589.00','588','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174948719532144079392'),(7746,'111749487189','12',1.00,'50','retail','0','2025-06-09 19:40:09','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-09 16:40:46','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','588.00','587','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174948721603843803337'),(7747,'111749487189','12',1.00,'50','retail','0','2025-06-09 19:40:32','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-09 16:40:46','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','587.00','586','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174948723930313023027'),(7748,'181749487263','68',1.00,'250','retail','0','2025-06-09 19:41:04','','','','0','Cash',33.90,'250','','','18','16.00','1','2025-06-09 16:41:10','3','10','new','1','new','pcs','','','','yes','','4.24','','','VATABLE',211.86,'1','504.00','503','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174948726532305190200'),(7749,'111749487115','21',1.00,'280','retail','0','2025-06-09 19:38:35','','','','0','Cash',37.97,'280','','','11','','1','2025-06-09 16:55:35','1','3','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','603.00','602','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174948711638213123713'),(7750,'111749487115','8',1.00,'30','retail','0','2025-06-09 19:38:46','','','','0','Cash',4.07,'30','','','11','','1','2025-06-09 16:55:35','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1850.00','1849','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174948712701004833022'),(7751,'111749487115','1',1.00,'50','retail','0','2025-06-09 19:55:31','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-09 16:55:35','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4713.00','4712','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174948813234131303217'),(7752,'181749488127','1',1.00,'50','retail','0','2025-06-09 19:55:27','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-09 16:55:36','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4715.00','4714','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174948812722107122083'),(7753,'181749488127','1',1.00,'50','retail','0','2025-06-09 19:55:30','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-09 16:55:36','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4714.00','4713','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174948813232022384813'),(7754,'181749488185','6',1.00,'50','retail','0','2025-06-09 19:56:25','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-09 16:56:41','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1117.00','1116','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174948818638833223003'),(7755,'181749488185','38',1.00,'50','retail','0','2025-06-09 19:56:32','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-09 16:56:41','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1035.00','1034','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174948819408331812702'),(7756,'181749489865','38',1.00,'50','retail','0','2025-06-09 20:24:25','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-09 17:24:58','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1034.00','1033','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174948986608300003323'),(7757,'181749489865','38',1.00,'50','retail','0','2025-06-09 20:24:31','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-09 17:24:58','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1033.00','1032','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174948987227123113127'),(7758,'181749489865','38',1.00,'50','retail','0','2025-06-09 20:24:36','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-09 17:24:58','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1032.00','1031','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174948987807748099300'),(7759,'181749489865','38',1.00,'50','retail','0','2025-06-09 20:24:46','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-09 17:24:58','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1031.00','1030','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174948988702003330078'),(7760,'181749489865','38',1.00,'50','retail','0','2025-06-09 20:24:49','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-09 17:24:58','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1030.00','1029','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174948989032333847800'),(7761,'181749489865','38',1.00,'50','retail','0','2025-06-09 20:24:53','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-09 17:24:58','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1029.00','1028','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174948989420309832329'),(7765,'181749490585','15',1.00,'150','retail','0','2025-06-09 20:36:25','','','','0','Cash',20.34,'150','','','18','','1','2025-06-09 17:42:22','3','1','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','604.00','603','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174949058623250988333'),(7766,'181749490585','52',1.00,'150','retail','0','2025-06-09 20:36:32','','','','0','Cash',20.34,'150','','','18','','1','2025-06-09 17:42:22','3','7','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','891.00','890','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174949059340392323289'),(7767,'181749490585','3',1.00,'120','retail','0','2025-06-09 20:36:52','','','','0','Cash',16.27,'120','','','18','','1','2025-06-09 17:42:22','1','12','new','1','printed','pcs','','','','yes','','2.03','','','VATABLE',101.69,'1','518.00','517','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174949061333360323420'),(7768,'181749490585','11',1.00,'60','retail','0','2025-06-09 20:42:12','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-06-09 17:42:22','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','310.00','309','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174949093392329732033'),(7769,'181749490585','11',1.00,'60','retail','0','2025-06-09 20:42:16','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-06-09 17:42:22','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','309.00','308','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174949093729323421323'),(7772,'181749491602','11',1.00,'60','retail','0','2025-06-09 20:53:22','','','','0','Cash',8.14,'60','','','18','','1','2025-06-09 17:58:16','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','308.00','307','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174949160442240633070'),(7773,'181749491602','11',1.00,'60','retail','0','2025-06-09 20:53:32','','','','0','Cash',8.14,'60','','','18','','1','2025-06-09 17:58:16','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','307.00','306','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174949161310209026933'),(7774,'181749491602','11',1.00,'60','retail','0','2025-06-09 20:58:03','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-06-09 17:58:16','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','306.00','305','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174949188322332370220'),(7775,'181749491602','11',1.00,'60','retail','0','2025-06-09 20:58:08','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-06-09 17:58:16','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','305.00','304','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174949188923920133334'),(7777,'191749493471','91',1.00,'100','retail','0','2025-06-09 21:24:31','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-09 18:24:45','3','16','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','1227.00','1226','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174949347237079922493'),(7778,'191749493471','91',1.00,'100','retail','0','2025-06-09 21:24:36','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-09 18:24:45','3','16','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','1226.00','1225','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174949347700090331229'),(7779,'191749493471','91',1.00,'100','retail','0','2025-06-09 21:24:40','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-09 18:24:45','3','16','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','1225.00','1224','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174949348100023023224'),(7780,'181749492542','38',1.00,'50','retail','0','2025-06-09 21:09:02','','','','0','Cash',6.78,'50','','','18','','1','2025-06-09 18:33:33','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1028.00','1027','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18174949254324534802183'),(7781,'181749492542','38',1.00,'50','retail','0','2025-06-09 21:33:29','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-09 18:33:33','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1027.00','1026','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174949401032409329304'),(7782,'191749494919','1',1.00,'50','retail','0','2025-06-09 21:48:39','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-09 18:48:54','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4712.00','4711','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174949492173912003221'),(7783,'191749494919','7',1.00,'20','retail','0','2025-06-09 21:48:51','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-06-09 18:48:54','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','974.00','973','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174949493290320722233'),(7784,'191749494988','7',1.00,'20','retail','0','2025-06-09 21:49:48','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-06-09 18:50:01','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','973.00','972','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174949498903492343410'),(7785,'191749494988','7',1.00,'20','retail','0','2025-06-09 21:49:51','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-06-09 18:50:01','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','972.00','971','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174949499207329290031'),(7786,'191749494988','8',1.00,'30','retail','0','2025-06-09 21:49:56','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-09 18:50:01','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1849.00','1848','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174949499793920937002'),(7787,'191749499385','25',1.00,'200','retail','0','2025-06-09 23:03:05','','','','0','Cash',27.12,'200','','','19','16.00','1','2025-06-09 20:03:10','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','564.00','563','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174949938624303299990'),(7788,'191749532223','1',1.00,'50','retail','0','2025-06-10 08:10:23','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-10 05:10:29','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4711.00','4710','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174953222421237222433'),(7789,'191749533101','59',1.00,'50','retail','0','2025-06-10 08:25:01','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-10 05:25:09','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','693.00','692','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174953310223722220017'),(7790,'191749533187','8',1.00,'30','retail','0','2025-06-10 08:26:27','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-10 05:26:35','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1848.00','1847','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174953318832212250030'),(7791,'191749533187','8',1.00,'30','retail','0','2025-06-10 08:26:32','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-10 05:26:35','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1847.00','1846','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174953319333035232302'),(7792,'191749534789','1',1.00,'50','retail','0','2025-06-10 08:53:09','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-10 05:53:13','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4710.00','4709','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19174953479092729919023'),(7793,'111749536652','1',1.00,'50','retail','0','2025-06-10 09:24:12','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-10 06:24:35','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4709.00','4708','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174953665302234233330'),(7794,'111749536652','7',1.00,'20','retail','0','2025-06-10 09:24:26','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-06-10 06:24:35','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','971.00','970','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174953666731353333060'),(7795,'111749536652','7',1.00,'20','retail','0','2025-06-10 09:24:30','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-06-10 06:24:35','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','970.00','969','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174953667262276133026'),(7796,'221749536941','8',1.00,'30','retail','0','2025-06-10 09:29:01','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-06-10 06:29:11','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1846.00','1845','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174953694427333326303'),(7797,'111749538529','1',1.00,'50','retail','0','2025-06-10 09:55:29','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-10 06:55:34','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4708.00','4707','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174953853027203325823'),(7798,'221749539489','7',1.00,'20','retail','0','2025-06-10 10:11:29','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-06-10 07:11:55','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','969.00','968','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174953949000220202329'),(7799,'221749539489','7',1.00,'20','retail','0','2025-06-10 10:11:33','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-06-10 07:11:55','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','968.00','967','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174953950834423322005'),(7800,'111749539801','11',1.00,'60','retail','0','2025-06-10 10:16:41','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-06-10 07:16:58','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','304.00','303','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174953980292028030232'),(7801,'111749539801','11',1.00,'60','retail','0','2025-06-10 10:16:45','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-06-10 07:16:58','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','303.00','302','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174953980603363522806'),(7802,'111749539801','6',1.00,'50','retail','0','2025-06-10 10:16:48','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-10 07:16:58','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1116.00','1115','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174953980920382132525'),(7803,'111749539801','6',1.00,'50','retail','0','2025-06-10 10:16:52','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-10 07:16:58','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1115.00','1114','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174953981373030123942'),(7804,'111749543625','1',1.00,'50','retail','0','2025-06-10 11:20:25','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-10 08:21:05','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4707.00','4706','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174954362630603720020'),(7805,'111749543625','1',1.00,'50','retail','0','2025-06-10 11:20:29','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-10 08:21:05','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4706.00','4705','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174954363034136303217'),(7806,'111749543625','1',1.00,'50','retail','0','2025-06-10 11:20:33','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-10 08:21:05','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4705.00','4704','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174954363404303222463'),(7807,'111749543625','12',1.00,'50','retail','0','2025-06-10 11:20:37','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-10 08:21:05','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','586.00','585','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174954363923422332700'),(7808,'111749543625','8',1.00,'30','retail','0','2025-06-10 11:20:47','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-06-10 08:21:05','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1845.00','1844','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174954364892427033833'),(7809,'111749543625','7',1.00,'20','retail','0','2025-06-10 11:20:51','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-06-10 08:21:05','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','967.00','966','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174954365255423223362'),(7810,'111749543625','6',1.00,'50','retail','0','2025-06-10 11:20:55','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-10 08:21:05','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1114.00','1113','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174954365663254135330'),(7811,'111749543625','3',1.00,'120','retail','0','2025-06-10 11:20:59','','','','0','Cash',16.27,'120','','','11','16.00','1','2025-06-10 08:21:05','1','12','new','1','new','pcs','','','','yes','','2.03','','','VATABLE',101.69,'1','517.00','516','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174954366021023432132'),(7816,'221749544459','11',1.00,'60','retail','0','2025-06-10 11:34:19','','','','0','Cash',8.14,'60','','','22','','1','2025-06-10 08:44:44','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','302.00','301','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174954446010622240233'),(7817,'221749544459','11',1.00,'60','retail','0','2025-06-10 11:34:22','','','','0','Cash',8.14,'60','','','22','','1','2025-06-10 08:44:44','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','301.00','300','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174954446320204022430'),(7818,'221749544459','8',1.00,'30','retail','0','2025-06-10 11:34:27','','','','0','Cash',4.07,'30','','','22','','1','2025-06-10 08:44:44','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1844.00','1843','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174954446822432330422'),(7819,'221749544459','1',1.00,'50','retail','0','2025-06-10 11:34:42','','','','0','Cash',6.78,'50','','','22','','1','2025-06-10 08:44:44','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4704.00','4703','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174954448432224549497'),(7820,'221749544459','80',1.00,'20','retail','0','2025-06-10 11:44:32','','','','10','Cash',2.71,'20','','','22','16.00','1','2025-06-10 08:44:44','','14','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','542.00','541','Inclusive','branch','Service','1110','4000','5500','','','','22174954507320227252070'),(7822,'221749550198','38',1.00,'50','retail','0','2025-06-10 13:09:58','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-10 10:11:57','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1025.00','1024','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174955019922113033142'),(7823,'221749550198','38',1.00,'50','retail','0','2025-06-10 13:10:00','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-10 10:11:57','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1024.00','1023','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174955020220233035532'),(7826,'111749551233','44',1.00,'150','retail','0','2025-06-10 13:27:13','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-10 10:27:17','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','924.00','923','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174955123420122005004'),(7830,'221749550880','74',1.00,'100','retail','0','2025-06-10 13:21:20','','','','0','Cash',13.56,'100','','','22','','1','2025-06-10 11:07:16','3','11','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','492.00','491','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174955088232297932201'),(7831,'221749550880','76',1.00,'100','retail','0','2025-06-10 13:21:28','','','','0','Cash',13.56,'100','','','22','','1','2025-06-10 11:07:16','3','11','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','592.00','591','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174955088990005430993'),(7832,'221749550880','23',1.00,'350','retail','0','2025-06-10 13:31:15','','','','0','Cash',47.46,'350','','','22','','1','2025-06-10 11:07:16','1','3','new','1','printed','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','580.00','579','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174955147632032292234'),(7833,'221749550880','59',1.00,'50','retail','0','2025-06-10 14:06:20','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-10 11:07:16','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','692.00','691','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174955358033002223020'),(7834,'221749550880','28',1.00,'200','retail','0','2025-06-10 14:06:59','','','','0','Cash',27.12,'200','','','22','16.00','1','2025-06-10 11:07:16','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','579.00','578','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174955362103550923301'),(7835,'221749548940','38',1.00,'50','retail','0','2025-06-10 12:49:00','','','','0','Cash',6.78,'50','','','22','','1','2025-06-10 11:08:58','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1026.00','1025','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174954894223329323313'),(7836,'221749548940','85',1.00,'200','retail','0','2025-06-10 14:08:52','','','','0','Cash',27.12,'200','','','22','16.00','1','2025-06-10 11:08:58','3','10','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','513.00','512','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174955373333503223233'),(7839,'221749554180','25',1.00,'200','retail','0','2025-06-10 14:16:20','','','','0','Cash',27.12,'200','','','22','16.00','1','2025-06-10 11:16:37','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','563.00','562','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174955418130233922310'),(7840,'221749554180','1',1.00,'50','retail','0','2025-06-10 14:16:34','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-10 11:16:37','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4703.00','4702','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174955419540339543303'),(7841,'221749555254','45',1.00,'180','retail','0','2025-06-10 14:34:14','','','','0','Cash',24.41,'180','','','22','16.00','1','2025-06-10 11:34:30','3','5','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','593.00','592','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174955525832222323750'),(7842,'111749554112','19',1.00,'180','retail','0','2025-06-10 14:15:12','','','','0','Cash',24.41,'180','','','11','','1','2025-06-10 11:38:43','1','2','new','1','printed','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','715.00','714','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174955411333202519323'),(7843,'111749554112','10',1.00,'180','retail','0','2025-06-10 14:15:35','','','','0','Cash',24.41,'180','','','11','','1','2025-06-10 11:38:43','1','12','new','1','printed','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','498.00','497','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174955413735921512529'),(7844,'111749554112','80',1.00,'20','retail','0','2025-06-10 14:38:39','','','','10','Cash',2.71,'20','','','11','16.00','1','2025-06-10 11:38:43','','14','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','542.00','541','Inclusive','branch','Service','1110','4000','5500','','','','11174955552052055300292'),(7845,'221749557754','32',1.00,'300','retail','0','2025-06-10 15:15:54','','','','0','Cash',40.68,'300','','','22','16.00','1','2025-06-10 12:16:50','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','492.00','491','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174955775635233330902'),(7846,'221749557754','30',1.00,'50','retail','0','2025-06-10 15:16:11','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-10 12:16:50','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','680.00','679','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174955777202307232727'),(7847,'221749557754','50',1.00,'50','retail','0','2025-06-10 15:16:26','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-10 12:16:50','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','561.00','560','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174955778837127257473'),(7848,'111749558603','38',1.00,'50','retail','0','2025-06-10 15:30:03','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-10 12:38:42','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1023.00','1022','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174955861632633227512'),(7849,'111749558603','32',1.00,'300','retail','0','2025-06-10 15:38:28','','','','0','Cash',40.68,'300','','','11','16.00','1','2025-06-10 12:38:42','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','491.00','490','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174955911022232209731'),(7850,'111749558603','30',1.00,'50','retail','0','2025-06-10 15:38:37','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-10 12:38:42','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','679.00','678','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174955911700505301203'),(7851,'221749559069','1',1.00,'50','retail','0','2025-06-10 15:37:49','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-10 12:40:13','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4702.00','4701','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174955907005320023923'),(7852,'221749559069','31',1.00,'150','retail','0','2025-06-10 15:38:11','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-10 12:40:13','1','3','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1889.00','1888','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174955909202290507001'),(7853,'221749559069','8',1.00,'30','retail','0','2025-06-10 15:39:32','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-06-10 12:40:13','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1843.00','1842','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174955917435202223323'),(7854,'221749559069','41',1.00,'100','retail','0','2025-06-10 15:39:47','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-06-10 12:40:13','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','729.00','728','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174955918882838402530'),(7855,'111749560158','30',1.00,'50','retail','0','2025-06-10 15:55:58','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-10 12:56:11','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','678.00','677','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174956015912229273322'),(7856,'111749560158','50',1.00,'50','retail','0','2025-06-10 15:56:07','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-10 12:56:11','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','560.00','559','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174956016890008223336'),(7857,'111749560402','21',1.00,'280','retail','0','2025-06-10 16:00:02','','','','0','Cash',37.97,'280','','','11','16.00','1','2025-06-10 13:03:51','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','601.00','600','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174956054301222332212'),(7858,'111749560402','29',1.00,'100','retail','0','2025-06-10 16:03:28','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-06-10 13:03:51','1','3','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','996.00','995','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174956061092022033926'),(7859,'111749560402','38',1.00,'50','retail','0','2025-06-10 16:03:41','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-10 13:03:51','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1022.00','1021','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174956062213301222923'),(7860,'111749560650','21',1.00,'280','retail','0','2025-06-10 16:04:10','','','','0','Cash',37.97,'280','','','11','16.00','1','2025-06-10 13:04:23','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','600.00','599','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174956065212323032314'),(7861,'111749560650','30',1.00,'50','retail','0','2025-06-10 16:04:15','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-10 13:04:23','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','677.00','676','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174956065730633223003'),(7862,'111749560690','1',1.00,'50','retail','0','2025-06-10 16:04:50','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-10 13:04:57','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4701.00','4700','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174956069322963223336'),(7863,'221749561586','23',1.00,'350','retail','0','2025-06-10 16:19:46','','','','0','Cash',47.46,'350','','','22','16.00','1','2025-06-10 13:21:18','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','579.00','578','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174956158823030029229'),(7864,'221749561586','30',1.00,'50','retail','0','2025-06-10 16:19:57','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-10 13:21:18','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','676.00','675','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174956159931932921702'),(7865,'221749561586','88',1.00,'150','retail','0','2025-06-10 16:20:59','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-10 13:21:18','3','10','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','544.00','543','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174956166063322112223'),(7866,'111749565554','44',1.00,'150','retail','0','2025-06-10 17:25:54','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-10 14:26:08','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','923.00','922','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174956555732291775035'),(7867,'221749565797','32',1.00,'300','retail','0','2025-06-10 17:29:58','','','','0','Cash',40.68,'300','','','22','16.00','1','2025-06-10 14:30:34','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','490.00','489','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174956580150145016071'),(7868,'221749565797','30',1.00,'50','retail','0','2025-06-10 17:30:26','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-10 14:30:34','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','675.00','674','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174956582728226429065'),(7869,'111749566492','52',1.00,'150','retail','0','2025-06-10 17:41:33','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-10 14:42:05','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','890.00','889','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174956649779433030229'),(7870,'221749566799','1',1.00,'50','retail','0','2025-06-10 17:46:39','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-10 14:48:43','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4700.00','4699','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174956680122622368052'),(7871,'221749566799','7',1.00,'20','retail','0','2025-06-10 17:47:02','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-06-10 14:48:43','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','966.00','965','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174956682423292332520'),(7872,'221749567069','12',1.00,'50','retail','0','2025-06-10 17:51:09','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-10 14:52:00','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','585.00','584','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174956707630905003303'),(7873,'221749567069','12',1.00,'50','retail','0','2025-06-10 17:51:30','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-10 14:52:00','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','584.00','583','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174956709239221002403'),(7874,'221749567438','44',1.00,'150','retail','0','2025-06-10 17:57:18','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-10 14:57:34','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','922.00','921','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174956744223220229002'),(7875,'221749567552','1',1.00,'50','retail','0','2025-06-10 17:59:12','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-10 14:59:22','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4699.00','4698','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174956755442502720352'),(7876,'111749567987','11',1.00,'60','retail','0','2025-06-10 18:06:27','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-06-10 15:08:09','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','300.00','299','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174956798942933209393'),(7877,'111749567987','11',1.00,'60','retail','0','2025-06-10 18:06:41','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-06-10 15:08:09','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','299.00','298','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174956800434501032334'),(7878,'111749567987','7',1.00,'20','retail','0','2025-06-10 18:06:48','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-06-10 15:08:09','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','965.00','964','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174956801081820212623'),(7879,'111749567987','7',1.00,'20','retail','0','2025-06-10 18:06:55','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-06-10 15:08:09','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','964.00','963','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174956801769263117240'),(7880,'111749567987','18',1.00,'150','retail','0','2025-06-10 18:07:18','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-10 15:08:09','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','849.00','848','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174956804114360123293'),(7881,'111749567987','1',1.00,'50','retail','0','2025-06-10 18:07:38','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-10 15:08:09','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4698.00','4697','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174956806023003001833'),(7882,'111749567987','1',1.00,'50','retail','0','2025-06-10 18:07:45','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-10 15:08:09','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4697.00','4696','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174956806886301124622'),(7885,'221749568189','38',1.00,'50','retail','0','2025-06-10 18:09:49','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-10 15:10:16','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1020.00','1019','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174956819027643292222'),(7886,'221749568189','38',1.00,'50','retail','0','2025-06-10 18:09:55','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-10 15:10:16','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1018.00','1017','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174956819603339923239'),(7892,'111749568187','38',1.00,'50','retail','0','2025-06-10 18:09:47','','','','0','Cash',6.78,'50','','','11','','1','2025-06-10 15:27:39','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1021.00','1020','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174956818832145079382'),(7893,'111749568187','38',1.00,'50','retail','0','2025-06-10 18:09:53','','','','0','Cash',6.78,'50','','','11','','1','2025-06-10 15:27:39','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1019.00','1018','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174956819523322109321'),(7894,'111749568187','33',1.00,'600','retail','0','2025-06-10 18:24:33','','','','0','Cash',81.36,'600','','','11','','1','2025-06-10 15:27:39','1','13','new','1','printed','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','1027.00','1026','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174956907412907003722'),(7895,'111749568187','38',1.00,'50','retail','0','2025-06-10 18:27:26','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-10 15:27:39','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1016.00','1015','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174956924923422220002'),(7896,'111749570035','1',1.00,'50','retail','0','2025-06-10 18:40:35','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-10 15:40:56','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4696.00','4695','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174957004400713153720'),(7899,'221749570551','1',1.00,'50','retail','0','2025-06-10 18:49:11','','','','0','Cash',6.78,'50','','','22','','1','2025-06-10 16:04:54','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4695.00','4694','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174957055322423220222'),(7900,'221749570551','1',1.00,'50','retail','0','2025-06-10 18:49:33','','','','0','Cash',6.78,'50','','','22','','1','2025-06-10 16:04:54','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4694.00','4693','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174957057415232034522'),(7901,'221749570551','38',1.00,'50','retail','0','2025-06-10 19:03:06','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-10 16:04:54','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1015.00','1014','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174957138930935333303'),(7902,'221749570551','38',1.00,'50','retail','0','2025-06-10 19:03:14','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-10 16:04:54','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1014.00','1013','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174957139633233037213'),(7903,'221749570551','30',1.00,'50','retail','0','2025-06-10 19:03:39','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-10 16:04:54','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','674.00','673','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174957142292273324423'),(7904,'221749570551','25',1.00,'200','retail','0','2025-06-10 19:03:56','','','','0','Cash',27.12,'200','','','22','16.00','1','2025-06-10 16:04:54','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','562.00','561','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174957143822714322225'),(7905,'221749570551','50',1.00,'50','retail','0','2025-06-10 19:04:09','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-10 16:04:54','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','559.00','558','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174957145000224450492'),(7906,'221749570551','18',1.00,'150','retail','0','2025-06-10 19:04:21','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-10 16:04:54','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','848.00','847','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174957146315323492223'),(7907,'221749570551','18',1.00,'150','retail','0','2025-06-10 19:04:35','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-10 16:04:54','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','847.00','846','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174957148107320321732'),(7908,'221749571629','1',1.00,'50','retail','0','2025-06-10 19:07:09','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-10 16:07:33','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4693.00','4692','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174957163172342172723'),(7909,'221749571629','6',1.00,'50','retail','0','2025-06-10 19:07:26','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-10 16:07:33','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1113.00','1112','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174957164802112360436'),(7910,'111749568903','41',1.00,'100','retail','0','2025-06-10 18:21:43','','','','0','Cash',13.56,'100','','','11','','1','2025-06-10 16:08:01','3','4','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','728.00','727','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174956890520033342333'),(7911,'111749568903','38',1.00,'50','retail','0','2025-06-10 18:22:06','','','','0','Cash',6.78,'50','','','11','','1','2025-06-10 16:08:01','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1017.00','1016','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174956892838132024343'),(7912,'111749568903','38',1.00,'50','retail','0','2025-06-10 19:07:55','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-10 16:08:01','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1013.00','1012','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174957167771106042933'),(7913,'111749572728','1',1.00,'50','retail','0','2025-06-10 19:25:28','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-10 16:25:46','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4692.00','4691','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174957272930570937539'),(7914,'111749572728','1',1.00,'50','retail','0','2025-06-10 19:25:36','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-10 16:25:46','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4691.00','4690','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174957274033002223020'),(7915,'111749573626','1',1.00,'50','retail','0','2025-06-10 19:40:26','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-10 16:40:43','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4690.00','4689','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174957363320700402211'),(7916,'221749573609','59',1.00,'50','retail','0','2025-06-10 19:40:09','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-10 16:43:16','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','691.00','690','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174957361334423322006'),(7917,'221749573609','28',1.00,'200','retail','0','2025-06-10 19:43:09','','','','0','Cash',27.12,'200','','','22','16.00','1','2025-06-10 16:43:16','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','578.00','577','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174957379029202270322'),(7918,'221749573851','16',1.00,'150','retail','0','2025-06-10 19:44:12','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-10 16:44:59','3','1','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','452.00','451','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174957385331220022018'),(7919,'221749573851','91',1.00,'100','retail','0','2025-06-10 19:44:53','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-06-10 16:44:59','3','16','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','1224.00','1223','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174957389523304223232'),(7920,'111749574298','72',1.00,'300','retail','0','2025-06-10 19:51:38','','','','0','Cash',40.68,'300','','','11','16.00','1','2025-06-10 16:52:19','3','10','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','797.00','796','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174957430033202039307'),(7921,'111749574298','16',1.00,'150','retail','0','2025-06-10 19:51:52','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-10 16:52:19','3','1','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','451.00','450','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174957431310239412303'),(7922,'111749574298','6',1.00,'50','retail','0','2025-06-10 19:52:07','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-10 16:52:19','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1112.00','1111','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174957432823728223332'),(7923,'111749574298','6',1.00,'50','retail','0','2025-06-10 19:52:11','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-10 16:52:19','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1111.00','1110','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174957433222943403230'),(7924,'111749574347','8',1.00,'30','retail','0','2025-06-10 19:52:27','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-06-10 16:53:22','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1842.00','1841','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174957434941210023220'),(7925,'111749574347','8',1.00,'30','retail','0','2025-06-10 19:52:33','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-06-10 16:53:22','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1841.00','1840','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174957435431232300000'),(7926,'111749574347','7',1.00,'20','retail','0','2025-06-10 19:52:39','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-06-10 16:53:22','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','963.00','962','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174957436022213323373'),(7927,'111749574347','7',1.00,'20','retail','0','2025-06-10 19:52:43','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-06-10 16:53:22','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','962.00','961','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174957436572333954342'),(7928,'111749574347','1',1.00,'50','retail','0','2025-06-10 19:52:57','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-10 16:53:22','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4689.00','4688','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174957437930303010079'),(7929,'111749574347','1',1.00,'50','retail','0','2025-06-10 19:53:04','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-10 16:53:22','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4688.00','4687','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174957438782212330015'),(7930,'111749574347','1',1.00,'50','retail','0','2025-06-10 19:53:13','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-10 16:53:22','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4687.00','4686','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174957439432099947393'),(7932,'111749575737','46',1.00,'180','retail','0','2025-06-10 20:15:37','','','','0','Cash',24.41,'180','','','11','16.00','1','2025-06-10 17:18:21','3','5','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','893.00','892','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174957573823720322373'),(7933,'111749575737','14',1.00,'100','retail','0','2025-06-10 20:15:50','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-06-10 17:18:21','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','501.00','500','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174957575132047023223'),(7934,'111749575737','30',1.00,'50','retail','0','2025-06-10 20:16:07','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-10 17:18:21','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','672.00','671','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174957576822353323422'),(7935,'111749575737','29',1.00,'100','retail','0','2025-06-10 20:16:15','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-06-10 17:18:21','1','3','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','995.00','994','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174957577602773712732'),(7936,'111749575737','32',1.00,'300','retail','0','2025-06-10 20:16:32','','','','0','Cash',40.68,'300','','','11','16.00','1','2025-06-10 17:18:21','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','488.00','487','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174957579333033012523'),(7937,'111749575737','50',1.00,'50','retail','0','2025-06-10 20:17:06','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-10 17:18:21','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','558.00','557','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174957582757320355534'),(7938,'111749575737','51',1.00,'300','retail','0','2025-06-10 20:18:12','','','','0','Cash',40.68,'300','','','11','16.00','1','2025-06-10 17:18:21','1','6','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','608.00','607','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174957589300532239303'),(7939,'111749575948','88',1.00,'150','retail','0','2025-06-10 20:19:09','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-10 17:19:20','3','10','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','543.00','542','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174957595053030522333'),(7940,'111749575948','88',1.00,'150','retail','0','2025-06-10 20:19:15','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-10 17:19:20','3','10','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','542.00','541','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174957595652122121205'),(7941,'111749575982','38',1.00,'50','retail','0','2025-06-10 20:19:42','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-10 17:19:46','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1012.00','1011','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174957598327328593111'),(7942,'221749575659','32',1.00,'300','retail','0','2025-06-10 20:14:19','','','','0','Cash',40.68,'300','','','22','16.00','1','2025-06-10 17:20:18','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','489.00','488','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174957566122429600033'),(7943,'221749575659','30',1.00,'50','retail','0','2025-06-10 20:15:04','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-10 17:20:18','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','673.00','672','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174957570502252723332'),(7944,'221749575659','1',1.00,'50','retail','0','2025-06-10 20:20:08','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-10 17:20:18','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4686.00','4685','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174957600930135932203'),(7945,'221749575586','18',1.00,'150','retail','0','2025-06-10 20:13:06','','','','0','Cash',20.34,'150','','','22','','1','2025-06-10 17:27:16','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','846.00','845','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174957558705725337392'),(7946,'221749575586','18',1.00,'150','retail','0','2025-06-10 20:27:00','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-10 17:27:16','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','845.00','844','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174957642123010303720'),(7947,'221749575586','11',1.00,'60','retail','0','2025-06-10 20:27:12','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-06-10 17:27:16','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','298.00','297','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174957643343230230191'),(7952,'221749577419','59',1.00,'50','retail','0','2025-06-10 20:43:39','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-10 17:43:49','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','690.00','689','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174957742022072223402'),(7953,'221749576529','1',1.00,'50','retail','0','2025-06-10 20:28:49','','','','0','Cash',6.78,'50','','','22','','1','2025-06-10 18:11:07','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4685.00','4684','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174957653010233260933'),(7954,'221749576529','1',1.00,'50','retail','0','2025-06-10 20:28:54','','','','0','Cash',6.78,'50','','','22','','1','2025-06-10 18:11:07','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4684.00','4683','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174957653554233337322'),(7955,'221749576529','1',1.00,'50','retail','0','2025-06-10 21:10:55','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-10 18:11:07','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4683.00','4682','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174957905622252720030'),(7956,'181749579185','38',1.00,'50','retail','0','2025-06-10 21:13:05','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-10 18:13:18','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1011.00','1010','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174957918601929090823'),(7957,'181749579185','38',1.00,'50','retail','0','2025-06-10 21:13:09','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-10 18:13:18','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1010.00','1009','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174957919024790995873'),(7958,'181749579185','38',1.00,'50','retail','0','2025-06-10 21:13:14','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-10 18:13:18','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1009.00','1008','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174957919593423493795'),(7959,'181749579229','92',1.00,'30','retail','0','2025-06-10 21:13:49','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-06-10 18:14:04','1','13','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','198.00','197','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174957923077202422303'),(7960,'181749579229','92',1.00,'30','retail','0','2025-06-10 21:13:53','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-06-10 18:14:04','1','13','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','197.00','196','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174957923421239030200'),(7961,'181749579229','92',1.00,'30','retail','0','2025-06-10 21:13:57','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-06-10 18:14:04','1','13','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','196.00','195','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174957923880237392302'),(7962,'181749579229','92',1.00,'30','retail','0','2025-06-10 21:14:00','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-06-10 18:14:04','1','13','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','195.00','194','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174957924193225340011'),(7963,'221749577159','52',1.00,'150','retail','0','2025-06-10 20:39:19','','','','0','Cash',20.34,'150','','','22','','1','2025-06-10 18:15:14','3','7','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','889.00','888','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174957716026213063957'),(7964,'221749577159','52',1.00,'150','retail','0','2025-06-10 20:39:24','','','','0','Cash',20.34,'150','','','22','','1','2025-06-10 18:15:14','3','7','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','888.00','887','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174957716626203223007'),(7965,'221749577159','52',1.00,'150','retail','0','2025-06-10 21:15:06','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-10 18:15:14','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','887.00','886','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174957930775334335303'),(7966,'221749577159','52',1.00,'150','retail','0','2025-06-10 21:15:09','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-10 18:15:14','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','886.00','885','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174957931092303313022'),(7967,'181749581113','40',1.00,'150','retail','0','2025-06-10 21:45:13','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-10 18:46:19','1','13','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','394.00','393','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174958111421520200323'),(7968,'181749581113','30',1.00,'50','retail','0','2025-06-10 21:45:37','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-10 18:46:19','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','671.00','670','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174958113832023311088'),(7969,'181749581113','30',1.00,'50','retail','0','2025-06-10 21:45:41','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-10 18:46:19','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','670.00','669','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174958114202015029177'),(7970,'181749581113','51',1.00,'300','retail','0','2025-06-10 21:46:14','','','','0','Cash',40.68,'300','','','18','16.00','1','2025-06-10 18:46:19','1','6','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','607.00','606','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174958117400023023224'),(7971,'181749581226','44',1.00,'150','retail','0','2025-06-10 21:47:06','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-10 18:48:15','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','921.00','920','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174958122791041320208'),(7972,'181749581226','19',1.00,'180','retail','0','2025-06-10 21:47:22','','','','0','Cash',24.41,'180','','','18','16.00','1','2025-06-10 18:48:15','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','714.00','713','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174958124383022321303'),(7973,'181749581226','35',1.00,'560','retail','0','2025-06-10 21:47:48','','','','0','Cash',75.93,'560','','','18','16.00','1','2025-06-10 18:48:15','1','13','new','1','new','pcs','','','','yes','','9.49','','','VATABLE',474.58,'1','514.00','513','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174958126931222239103'),(7974,'181749584713','32',1.00,'300','retail','0','2025-06-10 22:45:13','','','','0','Cash',40.68,'300','','','18','16.00','1','2025-06-10 19:45:32','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','487.00','486','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174958471332323077233'),(7975,'181749584713','30',1.00,'50','retail','0','2025-06-10 22:45:26','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-10 19:45:32','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','669.00','668','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174958472733737418788'),(7976,'181749584774','23',1.00,'350','retail','0','2025-06-10 22:46:14','','','','0','Cash',47.46,'350','','','18','16.00','1','2025-06-10 19:46:43','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','578.00','577','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174958477540223030133'),(7977,'181749584774','30',1.00,'50','retail','0','2025-06-10 22:46:23','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-10 19:46:43','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','668.00','667','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174958478372881182272'),(7978,'181749584774','57',1.00,'100','retail','0','2025-06-10 22:46:38','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-06-10 19:46:43','3','8','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','651.00','650','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174958479931280943225'),(7979,'181749585162','53',1.00,'100','retail','0','2025-06-10 22:52:42','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-06-10 19:53:53','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','783.00','782','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174958516332323269338'),(7980,'181749585162','50',1.00,'50','retail','0','2025-06-10 22:52:57','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-10 19:53:53','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','557.00','556','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174958517803200034383'),(7981,'181749585162','8',1.00,'30','retail','0','2025-06-10 22:53:24','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-06-10 19:53:53','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1840.00','1839','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174958520532188802023'),(7982,'181749585162','8',1.00,'30','retail','0','2025-06-10 22:53:48','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-06-10 19:53:53','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1839.00','1838','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174958522922037932522'),(7983,'181749585369','21',1.00,'280','retail','0','2025-06-10 22:56:09','','','','0','Cash',37.97,'280','','','18','16.00','1','2025-06-10 19:56:39','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','599.00','598','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174958537002383197380'),(7984,'181749585369','29',1.00,'100','retail','0','2025-06-10 22:56:34','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-06-10 19:56:39','1','3','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','994.00','993','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174958539534319231023'),(7985,'181749585880','19',1.00,'180','retail','0','2025-06-10 23:04:40','','','','0','Cash',24.41,'180','','','18','16.00','1','2025-06-10 20:04:45','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','713.00','712','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174958588180098420932'),(7986,'181749585963','19',1.00,'180','retail','0','2025-06-10 23:06:03','','','','0','Cash',24.41,'180','','','18','16.00','1','2025-06-10 20:07:02','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','712.00','711','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174958596406322386262'),(7987,'181749585963','19',1.00,'180','retail','0','2025-06-10 23:06:06','','','','0','Cash',24.41,'180','','','18','16.00','1','2025-06-10 20:07:02','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','711.00','710','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174958596728812114923'),(7988,'181749585963','71',1.00,'300','retail','0','2025-06-10 23:06:57','','','','0','Cash',40.68,'300','','','18','16.00','1','2025-06-10 20:07:02','3','10','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','1033.00','1032','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174958601802200032430'),(7989,'181749586068','1',1.00,'50','retail','0','2025-06-10 23:07:48','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-10 20:07:55','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4682.00','4681','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174958606922332283533'),(7990,'181749586068','1',1.00,'50','retail','0','2025-06-10 23:07:51','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-10 20:07:55','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4681.00','4680','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174958607121233133012'),(7991,'181749588394','54',1.00,'50','retail','0','2025-06-10 23:46:34','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-10 20:57:48','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','574.00','573','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174958839542533203393'),(7992,'181749589849','52',1.00,'150','retail','0','2025-06-11 00:10:49','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-10 21:11:10','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','885.00','884','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174958985003032580032'),(7993,'181749589849','6',1.00,'50','retail','0','2025-06-11 00:11:01','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-10 21:11:10','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1110.00','1109','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174958986299892802333'),(7994,'181749589849','6',1.00,'50','retail','0','2025-06-11 00:11:05','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-10 21:11:10','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1109.00','1108','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174958986652285632013'),(7995,'181749609403','54',1.00,'50','retail','0','2025-06-11 05:36:43','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-11 02:36:47','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','573.00','572','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174960940404422633201'),(7996,'181749615896','13',1.00,'100','retail','0','2025-06-11 07:24:56','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-06-11 04:25:28','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','499.00','498','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174961589733918202323'),(7997,'181749615896','1',1.00,'50','retail','0','2025-06-11 07:25:00','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-11 04:25:28','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4680.00','4679','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174961590107313320236'),(7998,'181749615896','6',1.00,'50','retail','0','2025-06-11 07:25:11','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-11 04:25:28','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1108.00','1107','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174961591238233521331'),(7999,'181749615896','6',1.00,'50','retail','0','2025-06-11 07:25:14','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-11 04:25:28','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1107.00','1106','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174961591530301135025'),(8000,'181749615896','6',1.00,'50','retail','0','2025-06-11 07:25:19','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-11 04:25:28','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1106.00','1105','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174961592022233510231'),(8001,'181749615896','6',1.00,'50','retail','0','2025-06-11 07:25:22','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-11 04:25:28','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1105.00','1104','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174961592301023192922'),(8002,'181749616974','13',1.00,'100','retail','0','2025-06-11 07:42:54','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-06-11 04:43:03','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','498.00','497','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174961697502332226637'),(8003,'181749616974','1',1.00,'50','retail','0','2025-06-11 07:42:57','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-11 04:43:03','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4679.00','4678','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174961697800090223321'),(8005,'221749623387','1',1.00,'50','retail','0','2025-06-11 09:29:47','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-11 06:32:03','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4677.00','4676','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174962338838323232330'),(8008,'221749622367','1',1.00,'50','retail','0','2025-06-11 09:12:47','','','','0','Cash',6.78,'50','','','22','','1','2025-06-11 07:35:13','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4678.00','4677','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174962236832222202230'),(8009,'221749622367','1',1.00,'50','retail','0','2025-06-11 10:01:24','','','','0','Cash',6.78,'50','','','22','','1','2025-06-11 07:35:13','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4676.00','4675','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174962528558262391237'),(8010,'221749622367','7',1.00,'20','retail','0','2025-06-11 10:35:07','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-06-11 07:35:13','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','961.00','960','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174962730906122226720'),(8011,'221749627490','12',1.00,'50','retail','0','2025-06-11 10:38:10','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-11 07:38:19','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','583.00','582','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174962749121321312937'),(8018,'221749637307','53',1.00,'100','retail','0','2025-06-11 13:21:47','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-06-11 10:22:03','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','782.00','781','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174963730922233902232'),(8019,'221749637307','59',1.00,'50','retail','0','2025-06-11 13:21:58','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-11 10:22:03','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','689.00','688','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174963731992230206221'),(8020,'221749637354','18',1.00,'150','retail','0','2025-06-11 13:22:34','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-11 10:22:40','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','844.00','843','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174963735535602920533'),(8021,'221749637733','25',1.00,'200','retail','0','2025-06-11 13:28:53','','','','0','Cash',27.12,'200','','','22','16.00','1','2025-06-11 10:29:33','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','561.00','560','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174963773433232323324'),(8022,'221749637733','41',1.00,'100','retail','0','2025-06-11 13:29:23','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-06-11 10:29:33','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','727.00','726','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174963776526322320223'),(8026,'111749635760','10',1.00,'180','retail','0','2025-06-11 12:56:00','','','','0','Cash',24.41,'180','','','11','','1','2025-06-11 10:49:29','1','12','new','1','printed','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','497.00','496','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174963576110211000323'),(8027,'111749635760','10',1.00,'180','retail','0','2025-06-11 12:56:05','','','','0','Cash',24.41,'180','','','11','','1','2025-06-11 10:49:29','1','12','new','1','printed','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','496.00','495','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174963576622353323422'),(8028,'111749635760','95',1.00,'100','retail','0','2025-06-11 12:56:13','','','','01','Cash',13.56,'100','','','11','','1','2025-06-11 10:49:29','1','12','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','278.00','277','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174963577423022022433'),(8029,'111749635760','8',1.00,'30','retail','0','2025-06-11 12:56:17','','','','0','Cash',4.07,'30','','','11','','1','2025-06-11 10:49:29','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1838.00','1837','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174963577838322211822'),(8030,'111749635760','31',1.00,'150','retail','0','2025-06-11 12:56:35','','','','0','Cash',20.34,'150','','','11','','1','2025-06-11 10:49:29','1','3','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1888.00','1887','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174963579691333210323'),(8031,'111749635760','1',1.00,'50','retail','0','2025-06-11 12:56:50','','','','0','Cash',6.78,'50','','','11','','1','2025-06-11 10:49:29','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4675.00','4674','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174963581224362228031'),(8032,'111749635760','55',1.00,'80','retail','0','2025-06-11 13:49:22','','','','0','Cash',10.85,'80','','','11','16.00','1','2025-06-11 10:49:29','3','8','new','1','new','pcs','','','','yes','','1.36','','','VATABLE',67.80,'1','673.00','672','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174963896333132024343'),(8033,'221749639117','38',1.00,'50','retail','0','2025-06-11 13:51:57','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-11 10:52:06','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1007.00','1006','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174963911832309403137'),(8037,'111749638688','38',1.00,'50','retail','0','2025-06-11 13:44:48','','','','0','Cash',6.78,'50','','','11','','1','2025-06-11 11:36:42','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1008.00','1007','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174963868928233320039'),(8038,'111749638688','29',1.00,'100','retail','0','2025-06-11 13:48:27','','','','0','Cash',13.56,'100','','','11','','1','2025-06-11 11:36:42','1','3','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','993.00','992','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174963890831388323227'),(8039,'111749638688','31',1.00,'150','retail','0','2025-06-11 13:48:33','','','','0','Cash',20.34,'150','','','11','','1','2025-06-11 11:36:42','1','3','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1887.00','1886','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174963891508931033280'),(8040,'111749638688','29',1.00,'100','retail','0','2025-06-11 14:36:11','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-06-11 11:36:42','1','3','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','992.00','991','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174964177227372132626'),(8041,'111749638688','31',1.00,'150','retail','0','2025-06-11 14:36:17','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-11 11:36:42','1','3','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1886.00','1885','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174964177801373132222'),(8042,'111749638688','59',1.00,'50','retail','0','2025-06-11 14:36:37','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-11 11:36:42','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','688.00','687','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174964179873312313220'),(8045,'221749642301','98',1.00,'300','retail','0','2025-06-11 14:45:01','','','','0','Cash',40.68,'300','','','22','16.00','1','2025-06-11 11:45:32','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','237.00','236','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174964230222292342019'),(8046,'221749642301','30',1.00,'50','retail','0','2025-06-11 14:45:10','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-11 11:45:32','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','667.00','666','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174964231122202203302'),(8047,'221749642301','30',1.00,'50','retail','0','2025-06-11 14:45:14','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-11 11:45:32','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','666.00','665','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174964231623229433301'),(8048,'221749639167','38',1.00,'50','retail','0','2025-06-11 13:52:47','','','','0','Cash',6.78,'50','','','22','','1','2025-06-11 12:12:01','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1006.00','1005','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174963916926213063963'),(8049,'221749639167','7',1.00,'20','retail','0','2025-06-11 14:20:35','','','','0','Cash',2.71,'20','','','22','','1','2025-06-11 12:12:01','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','960.00','959','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174964083632023323242'),(8050,'221749639167','99',1.00,'150','retail','0','2025-06-11 15:11:53','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-11 12:12:01','1','13','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','607.00','606','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174964391537233133252'),(8051,'221749644018','99',1.00,'150','retail','0','2025-06-11 15:13:38','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-11 12:18:06','1','13','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','606.00','605','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174964401909220242432'),(8052,'221749644018','30',1.00,'50','retail','0','2025-06-11 15:17:59','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-11 12:18:06','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','665.00','664','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174964428020430203242'),(8053,'221749645369','21',1.00,'280','retail','0','2025-06-11 15:36:09','','','','0','Cash',37.97,'280','','','22','16.00','1','2025-06-11 12:39:12','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','598.00','597','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174964537223724242200'),(8054,'221749645369','8',1.00,'30','retail','0','2025-06-11 15:36:40','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-06-11 12:39:12','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1837.00','1836','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174964540290453301200'),(8055,'221749646157','7',1.00,'20','retail','0','2025-06-11 15:49:17','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-06-11 12:50:09','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','959.00','958','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174964615833222024306'),(8056,'221749646157','1',1.00,'50','retail','0','2025-06-11 15:49:35','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-11 12:50:09','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4672.00','4671','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174964617602236273102'),(8057,'221749646157','7',1.00,'20','retail','0','2025-06-11 15:49:57','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-06-11 12:50:09','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','958.00','957','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174964619902006433022'),(8058,'221749646228','1',1.00,'50','retail','0','2025-06-11 15:50:28','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-11 12:50:34','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4671.00','4670','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174964623063242320002'),(8059,'221749642204','1',1.00,'50','retail','0','2025-06-11 14:43:24','','','','0','Cash',6.78,'50','','','22','','1','2025-06-11 13:16:14','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4674.00','4673','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174964220503239302220'),(8060,'221749642204','1',1.00,'50','retail','0','2025-06-11 14:43:28','','','','0','Cash',6.78,'50','','','22','','1','2025-06-11 13:16:14','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4673.00','4672','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174964220992272042202'),(8061,'221749648183','38',1.00,'50','retail','0','2025-06-11 16:23:03','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-11 13:24:29','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1005.00','1004','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174964818473423824036'),(8062,'221749648183','38',1.00,'50','retail','0','2025-06-11 16:23:28','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-11 13:24:29','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1004.00','1003','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174964820908374023022'),(8063,'111749649001','8',1.00,'30','retail','0','2025-06-11 16:36:41','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-06-11 13:36:47','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1836.00','1835','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174964900302207743401'),(8069,'221749651231','59',1.00,'50','retail','0','2025-06-11 17:13:51','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-11 14:13:57','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','687.00','686','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174965123343203221932'),(8073,'221749650622','25',1.00,'200','retail','0','2025-06-11 17:03:42','','','','0','Cash',27.12,'200','','','22','','1','2025-06-11 14:42:38','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','560.00','559','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174965062433212013104'),(8074,'221749650622','55',1.00,'80','retail','0','2025-06-11 17:42:28','','','','0','Cash',10.85,'80','','','22','16.00','1','2025-06-11 14:42:38','3','8','new','1','new','pcs','','','','yes','','1.36','','','VATABLE',67.80,'1','672.00','671','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174965295002332526200'),(8080,'221749654577','44',1.00,'150','retail','0','2025-06-11 18:09:37','','','','0','Cash',20.34,'150','','','22','','1','2025-06-11 15:45:42','3','5','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','920.00','919','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174965457837520267752'),(8081,'221749654577','47',1.00,'50','retail','0','2025-06-11 18:10:06','','','','0','Cash',6.78,'50','','','22','','1','2025-06-11 15:45:42','1','6','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','812.00','811','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174965460775121240462'),(8086,'111749657510','84',1.00,'200','retail','0','2025-06-11 18:58:30','','','','0','Cash',27.12,'200','','','11','16.00','1','2025-06-11 15:58:47','3','10','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','309.00','308','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174965751122910093212'),(8087,'111749657510','85',1.00,'200','retail','0','2025-06-11 18:58:40','','','','0','Cash',27.12,'200','','','11','16.00','1','2025-06-11 15:58:47','3','10','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','512.00','511','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174965752300221223550'),(8090,'111749657592','8',1.00,'30','retail','0','2025-06-11 18:59:52','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-06-11 16:05:22','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1834.00','1833','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174965759533192722350'),(8091,'111749657592','25',1.00,'200','retail','0','2025-06-11 19:04:23','','','','0','Cash',27.12,'200','','','11','16.00','1','2025-06-11 16:05:22','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','559.00','558','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174965786831377323227'),(8092,'111749657592','1',1.00,'50','retail','0','2025-06-11 19:05:05','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-11 16:05:22','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4669.00','4668','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174965790991077061031'),(8093,'111749658160','59',1.00,'50','retail','0','2025-06-11 19:09:20','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-11 16:09:30','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','686.00','685','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174965816338312606329'),(8094,'111749658186','54',1.00,'50','retail','0','2025-06-11 19:09:46','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-11 16:10:00','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','572.00','571','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174965819003028352062'),(8098,'111749650633','88',1.00,'150','retail','0','2025-06-11 17:03:53','','','','0','Cash',20.34,'150','','','11','','1','2025-06-11 16:14:20','3','10','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','541.00','540','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174965063403123002072'),(8099,'111749650633','56',1.00,'60','retail','0','2025-06-11 17:04:57','','','','0','Cash',8.14,'60','','','11','','1','2025-06-11 16:14:20','3','8','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','652.00','651','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174965069832303929230'),(8100,'111749650633','41',1.00,'100','retail','0','2025-06-11 17:50:10','','','','0','Cash',13.56,'100','','','11','','1','2025-06-11 16:14:20','3','4','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','725.00','724','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174965341243222632042'),(8101,'111749650633','38',1.00,'50','retail','0','2025-06-11 19:14:13','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-11 16:14:20','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1002.00','1001','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174965845512007294334'),(8102,'221749658660','28',1.00,'200','retail','0','2025-06-11 19:17:40','','','','0','Cash',27.12,'200','','','22','16.00','1','2025-06-11 16:17:54','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','577.00','576','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174965866424672202260'),(8103,'221749658276','40',1.00,'150','retail','0','2025-06-11 19:11:16','','','','0','Cash',20.34,'150','','','22','','1','2025-06-11 16:25:29','1','13','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','392.00','391','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174965827737220937232'),(8104,'221749658276','30',1.00,'50','retail','0','2025-06-11 19:12:44','','','','0','Cash',6.78,'50','','','22','','1','2025-06-11 16:25:29','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','664.00','663','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174965836533903723229'),(8105,'221749658276','45',1.00,'180','retail','0','2025-06-11 19:13:39','','','','0','Cash',24.41,'180','','','22','','1','2025-06-11 16:25:29','3','5','new','1','printed','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','592.00','591','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174965842120312603221'),(8106,'221749658276','1',1.00,'50','retail','0','2025-06-11 19:25:20','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-11 16:25:29','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4668.00','4667','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174965912222032622232'),(8107,'221749650883','40',1.00,'150','retail','0','2025-06-11 17:08:03','','','','0','Cash',20.34,'150','','','22','','1','2025-06-11 16:36:16','1','13','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','393.00','392','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174965088554803220023'),(8108,'221749650883','8',1.00,'30','retail','0','2025-06-11 17:09:02','','','','0','Cash',4.07,'30','','','22','','1','2025-06-11 16:36:16','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1835.00','1834','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174965094400322023403'),(8109,'221749650883','41',1.00,'100','retail','0','2025-06-11 17:34:27','','','','0','Cash',13.56,'100','','','22','','1','2025-06-11 16:36:16','3','4','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','726.00','725','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174965246932272200370'),(8110,'221749650883','38',1.00,'50','retail','0','2025-06-11 18:46:54','','','','0','Cash',6.78,'50','','','22','','1','2025-06-11 16:36:16','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1003.00','1002','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174965681502222352222'),(8111,'221749650883','38',1.00,'50','retail','0','2025-06-11 19:36:07','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-11 16:36:16','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1001.00','1000','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174965976926322972223'),(8112,'111749660700','8',1.00,'30','retail','0','2025-06-11 19:51:40','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-06-11 16:53:58','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1833.00','1832','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174966070272127202371'),(8113,'111749660700','7',1.00,'20','retail','0','2025-06-11 19:51:47','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-06-11 16:53:58','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','957.00','956','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174966070800312620033'),(8114,'111749660700','1',1.00,'50','retail','0','2025-06-11 19:52:46','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-11 16:53:58','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4667.00','4666','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174966076703221672922'),(8115,'111749660700','1',1.00,'50','retail','0','2025-06-11 19:53:20','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-11 16:53:58','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4666.00','4665','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174966080130086132363'),(8116,'111749657545','1',1.00,'50','retail','0','2025-06-11 18:59:05','','','','0','Cash',6.78,'50','','','11','','1','2025-06-11 16:55:07','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4670.00','4669','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174965754603122220220'),(8117,'111749657545','6',1.00,'50','retail','0','2025-06-11 18:59:23','','','','0','Cash',6.78,'50','','','11','','1','2025-06-11 16:55:07','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1104.00','1103','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174965756633325233227'),(8118,'111749657545','1',1.00,'50','retail','0','2025-06-11 19:54:43','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-11 16:55:07','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4665.00','4664','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174966088438001662301'),(8119,'111749657545','7',1.00,'20','retail','0','2025-06-11 19:54:58','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-06-11 16:55:07','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','956.00','955','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174966089922307390302'),(8120,'111749657545','6',1.00,'50','retail','0','2025-06-11 19:55:02','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-11 16:55:07','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1103.00','1102','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174966090420107102327'),(8125,'111749660922','1',1.00,'50','retail','0','2025-06-11 19:55:22','','','','0','Cash',6.78,'50','','','11','','1','2025-06-11 17:22:38','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4664.00','4663','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174966092312033312222'),(8126,'111749660922','1',1.00,'50','retail','0','2025-06-11 19:55:24','','','','0','Cash',6.78,'50','','','11','','1','2025-06-11 17:22:38','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4663.00','4662','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174966092532120314413'),(8127,'111749660922','1',1.00,'50','retail','0','2025-06-11 19:55:30','','','','0','Cash',6.78,'50','','','11','','1','2025-06-11 17:22:38','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4662.00','4661','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174966093137203362009'),(8128,'111749660922','59',1.00,'50','retail','0','2025-06-11 19:55:40','','','','0','Cash',6.78,'50','','','11','','1','2025-06-11 17:22:38','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','685.00','684','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174966094122313392106'),(8129,'111749660922','25',1.00,'200','retail','0','2025-06-11 20:22:14','','','','0','Cash',27.12,'200','','','11','16.00','1','2025-06-11 17:22:38','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','558.00','557','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174966253502232000235'),(8130,'111749660922','25',1.00,'200','retail','0','2025-06-11 20:22:18','','','','0','Cash',27.12,'200','','','11','16.00','1','2025-06-11 17:22:38','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','557.00','556','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174966253932333223221'),(8131,'111749660922','18',1.00,'150','retail','0','2025-06-11 20:22:32','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-11 17:22:38','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','843.00','842','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174966255335532511325'),(8132,'221749662317','1',1.00,'50','retail','0','2025-06-11 20:18:37','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-11 17:23:32','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4661.00','4660','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174966231913206079200'),(8133,'221749662317','1',1.00,'50','retail','0','2025-06-11 20:18:52','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-11 17:23:32','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4660.00','4659','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174966233322222323103'),(8134,'221749662317','1',1.00,'50','retail','0','2025-06-11 20:19:12','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-11 17:23:32','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4659.00','4658','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174966235433603230330'),(8135,'221749662317','1',1.00,'50','retail','0','2025-06-11 20:19:19','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-11 17:23:32','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4658.00','4657','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174966236036633043316'),(8136,'221749662317','1',1.00,'50','retail','0','2025-06-11 20:19:23','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-11 17:23:32','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4657.00','4656','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174966236722233320372'),(8137,'221749662317','52',1.00,'150','retail','0','2025-06-11 20:19:38','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-11 17:23:32','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','884.00','883','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174966238020032277202'),(8138,'221749662317','38',1.00,'50','retail','0','2025-06-11 20:20:03','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-11 17:23:32','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1000.00','999','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174966240552620255200'),(8139,'221749662317','38',1.00,'50','retail','0','2025-06-11 20:20:06','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-11 17:23:32','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','999.00','998','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174966240872432402233'),(8140,'221749662317','38',1.00,'50','retail','0','2025-06-11 20:20:13','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-11 17:23:32','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','998.00','997','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174966241634273220024'),(8141,'221749662317','38',1.00,'50','retail','0','2025-06-11 20:20:35','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-11 17:23:32','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','997.00','996','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174966243670063200003'),(8142,'221749662317','38',1.00,'50','retail','0','2025-06-11 20:22:06','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-11 17:23:32','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','996.00','995','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174966252833323702241'),(8143,'111749663105','18',1.00,'150','retail','0','2025-06-11 20:31:45','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-11 17:32:32','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','842.00','841','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174966310763161133712'),(8144,'111749663105','18',1.00,'150','retail','0','2025-06-11 20:31:50','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-11 17:32:32','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','841.00','840','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174966311232203236933'),(8145,'111749663105','8',1.00,'30','retail','0','2025-06-11 20:32:01','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-06-11 17:32:32','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1832.00','1831','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174966312272223120330'),(8146,'111749663105','7',1.00,'20','retail','0','2025-06-11 20:32:06','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-06-11 17:32:32','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','955.00','954','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174966312770046412230'),(8147,'111749663105','23',1.00,'350','retail','0','2025-06-11 20:32:18','','','','0','Cash',47.46,'350','','','11','16.00','1','2025-06-11 17:32:32','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','577.00','576','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174966313926723632269'),(8148,'111749663105','23',1.00,'350','retail','0','2025-06-11 20:32:23','','','','0','Cash',47.46,'350','','','11','16.00','1','2025-06-11 17:32:32','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','576.00','575','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174966314431403234136'),(8149,'111749663713','23',1.00,'350','retail','0','2025-06-11 20:41:53','','','','0','Cash',47.46,'350','','','11','16.00','1','2025-06-11 17:42:32','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','575.00','574','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174966371404323333266'),(8150,'111749663713','23',1.00,'350','retail','0','2025-06-11 20:42:03','','','','0','Cash',47.46,'350','','','11','16.00','1','2025-06-11 17:42:32','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','574.00','573','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174966372426222313712'),(8151,'111749663713','18',1.00,'150','retail','0','2025-06-11 20:42:14','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-11 17:42:32','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','840.00','839','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174966373506222132335'),(8152,'221749664922','38',1.00,'50','retail','0','2025-06-11 21:02:02','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-11 18:02:50','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','995.00','994','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174966492332620220033'),(8153,'221749664922','38',1.00,'50','retail','0','2025-06-11 21:02:10','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-11 18:02:50','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','994.00','993','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174966493123334343293'),(8154,'221749664922','38',1.00,'50','retail','0','2025-06-11 21:02:16','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-11 18:02:50','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','993.00','992','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174966493827332230839'),(8155,'221749664922','38',1.00,'50','retail','0','2025-06-11 21:02:23','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-11 18:02:50','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','992.00','991','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174966494563332120904'),(8156,'221749664922','38',1.00,'50','retail','0','2025-06-11 21:02:28','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-11 18:02:50','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','991.00','990','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174966494922239322102'),(8157,'111749665158','44',1.00,'150','retail','0','2025-06-11 21:05:58','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-11 18:06:15','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','919.00','918','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174966515923422332700'),(8158,'111749665158','44',1.00,'150','retail','0','2025-06-11 21:06:06','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-11 18:06:15','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','918.00','917','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174966516800153353220'),(8159,'181749677165','1',1.00,'50','retail','0','2025-06-12 00:26:05','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-11 21:26:25','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4656.00','4655','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174967716631346732791'),(8160,'181749697008','54',1.00,'50','retail','0','2025-06-12 05:56:48','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-12 02:56:53','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','571.00','570','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174969700996093012279'),(8161,'181749704640','1',1.00,'50','retail','0','2025-06-12 08:04:00','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-12 05:04:05','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4655.00','4654','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174970464214033203210'),(8162,'181749704847','7',1.00,'20','retail','0','2025-06-12 08:07:27','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-12 05:07:32','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','954.00','953','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174970484803084220233'),(8163,'181749707542','52',1.00,'150','retail','0','2025-06-12 08:52:22','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-12 05:52:46','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','883.00','882','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174970754338730001372'),(8164,'181749707542','7',1.00,'20','retail','0','2025-06-12 08:52:32','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-12 05:52:46','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','953.00','952','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174970755371903115010'),(8165,'181749707542','7',1.00,'20','retail','0','2025-06-12 08:52:35','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-12 05:52:46','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','952.00','951','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174970755606010003633'),(8166,'181749707542','11',1.00,'60','retail','0','2025-06-12 08:52:41','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-06-12 05:52:46','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','297.00','296','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174970756204813513200'),(8167,'111749709837','7',1.00,'20','retail','0','2025-06-12 09:30:37','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-06-12 06:30:58','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','951.00','950','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174970983809220300923'),(8168,'111749709837','7',1.00,'20','retail','0','2025-06-12 09:30:41','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-06-12 06:30:58','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','950.00','949','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174970984302202213203'),(8169,'111749709837','1',1.00,'50','retail','0','2025-06-12 09:30:54','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-12 06:30:58','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4654.00','4653','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174970985580005330353'),(8170,'111749709869','54',1.00,'50','retail','0','2025-06-12 09:31:09','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-12 06:31:14','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','570.00','569','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174970987022190378793'),(8171,'221749713797','6',1.00,'50','retail','0','2025-06-12 10:36:37','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-12 07:37:38','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1102.00','1101','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174971379832337310300'),(8172,'221749713797','1',1.00,'50','retail','0','2025-06-12 10:37:31','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-12 07:37:38','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4653.00','4652','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174971385313312397713'),(8179,'221749719061','52',1.00,'150','retail','0','2025-06-12 12:04:21','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-12 09:04:30','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','882.00','881','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174971906200702602292'),(8180,'221749719061','52',1.00,'150','retail','0','2025-06-12 12:04:26','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-12 09:04:30','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','881.00','880','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174971906773290123026'),(8181,'221749722664','19',1.00,'180','retail','0','2025-06-12 13:04:24','','','','0','Cash',24.41,'180','','','22','16.00','1','2025-06-12 10:05:36','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','710.00','709','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174972266539032227222'),(8182,'221749722664','19',1.00,'180','retail','0','2025-06-12 13:04:28','','','','0','Cash',24.41,'180','','','22','16.00','1','2025-06-12 10:05:36','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','709.00','708','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174972266903792397320'),(8183,'221749722664','24',1.00,'130','retail','0','2025-06-12 13:04:51','','','','0','Cash',17.63,'130','','','22','16.00','1','2025-06-12 10:05:36','1','3','new','1','new','pcs','','','','yes','','2.20','','','VATABLE',110.17,'1','614.00','613','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174972269206332033322'),(8184,'221749722664','24',1.00,'130','retail','0','2025-06-12 13:04:57','','','','0','Cash',17.63,'130','','','22','16.00','1','2025-06-12 10:05:36','1','3','new','1','new','pcs','','','','yes','','2.20','','','VATABLE',110.17,'1','613.00','612','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174972269900339704370'),(8185,'221749722664','24',1.00,'130','retail','0','2025-06-12 13:05:22','','','','0','Cash',17.63,'130','','','22','16.00','1','2025-06-12 10:05:36','1','3','new','1','new','pcs','','','','yes','','2.20','','','VATABLE',110.17,'1','612.00','611','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174972272323232902220'),(8186,'111749724910','1',1.00,'50','retail','0','2025-06-12 13:41:50','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-12 10:42:22','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4650.00','4649','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174972491402330407279'),(8187,'111749724910','8',1.00,'30','retail','0','2025-06-12 13:42:06','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-06-12 10:42:22','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1831.00','1830','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174972493112323032314'),(8188,'221749727450','28',1.00,'200','retail','0','2025-06-12 14:24:10','','','','0','Cash',27.12,'200','','','22','16.00','1','2025-06-12 11:24:18','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','576.00','575','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174972745225242320433'),(8189,'221749727951','25',1.00,'200','retail','0','2025-06-12 14:32:31','','','','0','Cash',27.12,'200','','','22','16.00','1','2025-06-12 11:32:40','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','556.00','555','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174972795333232720207'),(8190,'221749719010','10',1.00,'180','retail','0','2025-06-12 12:03:30','','','','0','Cash',24.41,'180','','','22','','1','2025-06-12 11:34:14','1','12','new','1','printed','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','495.00','494','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174971901222773313221'),(8191,'221749719010','29',1.00,'100','retail','0','2025-06-12 14:33:38','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-06-12 11:34:14','1','3','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','991.00','990','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174972802020403231003'),(8192,'221749719010','21',1.00,'280','retail','0','2025-06-12 14:33:46','','','','0','Cash',37.97,'280','','','22','16.00','1','2025-06-12 11:34:14','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','597.00','596','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174972802728271904322'),(8193,'221749719010','56',1.00,'60','retail','0','2025-06-12 14:34:07','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-06-12 11:34:14','3','8','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','651.00','650','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174972804923282079043'),(8194,'111749728131','38',1.00,'50','retail','0','2025-06-12 14:35:31','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-12 11:35:46','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','990.00','989','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174972813291223331332'),(8195,'111749728131','38',1.00,'50','retail','0','2025-06-12 14:35:35','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-12 11:35:46','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','989.00','988','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174972813630021323012'),(8196,'111749728131','30',1.00,'50','retail','0','2025-06-12 14:35:42','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-12 11:35:46','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','663.00','662','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174972814328204011232'),(8197,'111749729252','1',1.00,'50','retail','0','2025-06-12 14:54:12','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-12 11:54:34','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4649.00','4648','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174972925332059992352'),(8198,'111749729252','59',1.00,'50','retail','0','2025-06-12 14:54:26','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-12 11:54:34','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','684.00','683','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174972926932392123333'),(8199,'111749730781','1',1.00,'50','retail','0','2025-06-12 15:19:41','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-12 12:20:16','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4648.00','4647','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174973078203783821027'),(8200,'111749730781','7',1.00,'20','retail','0','2025-06-12 15:20:02','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-06-12 12:20:16','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','947.00','946','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174973080432383233202'),(8201,'111749730781','7',1.00,'20','retail','0','2025-06-12 15:20:08','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-06-12 12:20:16','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','946.00','945','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174973081021001310292'),(8202,'221749713949','95',1.00,'100','retail','0','2025-06-12 10:39:09','','','','01','Cash',13.56,'100','','','22','','1','2025-06-12 12:59:01','1','12','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','277.00','276','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174971395433222702322'),(8203,'221749713949','7',1.00,'20','retail','0','2025-06-12 10:39:19','','','','0','Cash',2.71,'20','','','22','','1','2025-06-12 12:59:01','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','949.00','948','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174971396003332320033'),(8204,'221749713949','1',1.00,'50','retail','0','2025-06-12 10:59:54','','','','0','Cash',6.78,'50','','','22','','1','2025-06-12 12:59:01','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4652.00','4651','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174971519522222202333'),(8205,'221749713949','1',1.00,'50','retail','0','2025-06-12 10:59:59','','','','0','Cash',6.78,'50','','','22','','1','2025-06-12 12:59:01','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4651.00','4650','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174971520072322033032'),(8206,'221749713949','7',1.00,'20','retail','0','2025-06-12 11:09:28','','','','0','Cash',2.71,'20','','','22','','1','2025-06-12 12:59:01','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','948.00','947','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174971577005320320513'),(8207,'221749713949','52',1.00,'150','retail','0','2025-06-12 15:58:55','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-12 12:59:01','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','880.00','879','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174973313636711032334'),(8208,'221749733174','25',1.00,'200','retail','0','2025-06-12 15:59:34','','','','0','Cash',27.12,'200','','','22','16.00','1','2025-06-12 12:59:41','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','555.00','554','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174973317633133300603'),(8209,'221749733978','40',1.00,'150','retail','0','2025-06-12 16:12:58','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-12 13:14:00','1','13','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','391.00','390','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174973398092304707123'),(8210,'221749733978','30',1.00,'50','retail','0','2025-06-12 16:13:09','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-12 13:14:00','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','662.00','661','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174973399129930372033'),(8211,'221749733978','88',1.00,'150','retail','0','2025-06-12 16:13:38','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-12 13:14:00','3','10','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','540.00','539','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174973402322243032339'),(8218,'111749734364','43',1.00,'200','retail','0','2025-06-12 16:19:24','','','','0','Cash',27.12,'200','','','11','','1','2025-06-12 13:26:23','3','4','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','513.00','512','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174973436515770220033'); INSERT INTO `sales_order` VALUES (8219,'111749734364','29',1.00,'100','retail','0','2025-06-12 16:19:47','','','','0','Cash',13.56,'100','','','11','','1','2025-06-12 13:26:23','1','3','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','990.00','989','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174973438838303132722'),(8220,'111749734364','21',1.00,'280','retail','0','2025-06-12 16:19:51','','','','0','Cash',37.97,'280','','','11','','1','2025-06-12 13:26:23','1','3','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','596.00','595','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174973439223232333943'),(8221,'111749734364','59',1.00,'50','retail','0','2025-06-12 16:26:04','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-12 13:26:23','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','683.00','682','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174973477230200333041'),(8225,'221749734088','51',1.00,'300','retail','0','2025-06-12 16:14:48','','','','0','Cash',40.68,'300','','','22','','1','2025-06-12 13:34:35','1','6','new','1','printed','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','606.00','605','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174973409023432033030'),(8226,'221749734088','8',1.00,'30','retail','0','2025-06-12 16:16:15','','','','0','Cash',4.07,'30','','','22','','1','2025-06-12 13:34:35','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1830.00','1829','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174973417530370037333'),(8227,'221749734088','87',1.00,'150','retail','0','2025-06-12 16:16:56','','','','0','Cash',20.34,'150','','','22','','1','2025-06-12 13:34:35','3','10','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','409.00','408','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174973421830042910322'),(8228,'221749734088','7',1.00,'20','retail','0','2025-06-12 16:34:22','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-06-12 13:34:35','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','945.00','944','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174973526462242622227'),(8229,'221749736988','19',1.00,'180','retail','0','2025-06-12 17:03:08','','','','0','Cash',24.41,'180','','','22','16.00','1','2025-06-12 14:03:14','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','708.00','707','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174973698976370222226'),(8230,'111749738139','1',1.00,'50','retail','0','2025-06-12 17:22:19','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-12 14:22:53','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4647.00','4646','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174973814112333311134'),(8231,'111749738139','1',1.00,'50','retail','0','2025-06-12 17:22:23','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-12 14:22:53','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4646.00','4645','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174973814431340101314'),(8232,'111749738139','12',1.00,'50','retail','0','2025-06-12 17:22:36','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-12 14:22:53','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','582.00','581','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174973815707323338233'),(8233,'111749738139','6',1.00,'50','retail','0','2025-06-12 17:22:49','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-12 14:22:53','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1101.00','1100','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174973817012300374372'),(8234,'111749739666','29',1.00,'100','retail','0','2025-06-12 17:47:46','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-06-12 14:48:24','1','3','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','989.00','988','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174973966867322219243'),(8235,'111749739666','51',1.00,'300','retail','0','2025-06-12 17:47:54','','','','0','Cash',40.68,'300','','','11','16.00','1','2025-06-12 14:48:24','1','6','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','605.00','604','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174973967507227533023'),(8236,'111749739666','87',1.00,'150','retail','0','2025-06-12 17:48:20','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-12 14:48:24','3','10','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','408.00','407','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174973970127370121302'),(8237,'221749739800','19',1.00,'180','retail','0','2025-06-12 17:50:00','','','','0','Cash',24.41,'180','','','22','16.00','1','2025-06-12 14:50:08','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','707.00','706','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174973980233301137302'),(8241,'221749740715','19',1.00,'180','retail','0','2025-06-12 18:05:16','','','','0','Cash',24.41,'180','','','22','16.00','1','2025-06-12 15:05:34','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','706.00','705','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174974071733234404343'),(8242,'221749742447','1',1.00,'50','retail','0','2025-06-12 18:34:07','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-12 15:40:45','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4643.00','4642','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174974244933203922024'),(8243,'221749742447','1',1.00,'50','retail','0','2025-06-12 18:34:25','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-12 15:40:45','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4642.00','4641','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174974246931332422302'),(8244,'221749743424','52',1.00,'150','retail','0','2025-06-12 18:50:24','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-12 16:10:37','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','879.00','878','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174974342639412674027'),(8245,'221749743424','1',1.00,'50','retail','0','2025-06-12 18:57:34','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-12 16:10:37','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4641.00','4640','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174974386121272237991'),(8246,'221749743424','18',1.00,'150','retail','0','2025-06-12 18:59:15','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-12 16:10:37','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','839.00','838','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174974395672095903263'),(8247,'221749743424','29',1.00,'100','retail','0','2025-06-12 19:09:45','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-06-12 16:10:37','1','3','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','988.00','987','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174974458743227340077'),(8248,'221749743424','23',1.00,'350','retail','0','2025-06-12 19:10:00','','','','0','Cash',47.46,'350','','','22','16.00','1','2025-06-12 16:10:37','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','573.00','572','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174974460103332320062'),(8249,'221749743424','23',1.00,'350','retail','0','2025-06-12 19:10:23','','','','0','Cash',47.46,'350','','','22','16.00','1','2025-06-12 16:10:37','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','572.00','571','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174974462527302240044'),(8250,'111749744241','38',1.00,'50','retail','0','2025-06-12 19:04:02','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-12 16:16:13','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','988.00','987','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174974425303343312350'),(8251,'111749745623','38',1.00,'50','retail','0','2025-06-12 19:27:03','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-12 16:27:18','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','987.00','986','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174974562517330223023'),(8252,'111749745623','38',1.00,'50','retail','0','2025-06-12 19:27:08','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-12 16:27:18','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','986.00','985','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174974563002747003349'),(8253,'221749746454','23',1.00,'350','retail','0','2025-06-12 19:40:55','','','','0','Cash',47.46,'350','','','22','16.00','1','2025-06-12 16:41:37','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','571.00','570','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174974645623226005455'),(8254,'221749746454','18',1.00,'150','retail','0','2025-06-12 19:41:22','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-12 16:41:37','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','838.00','837','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174974648323200224132'),(8255,'221749746454','38',1.00,'50','retail','0','2025-06-12 19:41:31','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-12 16:41:37','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','985.00','984','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174974649267323492223'),(8256,'221749746519','38',1.00,'50','retail','0','2025-06-12 19:41:59','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-12 16:42:16','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','984.00','983','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174974652220123232327'),(8257,'221749746519','8',1.00,'30','retail','0','2025-06-12 19:42:08','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-06-12 16:42:16','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1829.00','1828','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174974653062003323239'),(8258,'221749746552','38',1.00,'50','retail','0','2025-06-12 19:42:32','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-12 16:42:38','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','983.00','982','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174974655427052674170'),(8259,'221749746582','1',1.00,'50','retail','0','2025-06-12 19:43:02','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-12 16:44:26','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4640.00','4639','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174974658303241222232'),(8260,'221749746582','6',1.00,'50','retail','0','2025-06-12 19:43:29','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-12 16:44:26','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1100.00','1099','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174974661063223377024'),(8261,'221749746582','6',1.00,'50','retail','0','2025-06-12 19:43:33','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-12 16:44:26','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1099.00','1098','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174974661506320333133'),(8262,'221749746582','41',1.00,'100','retail','0','2025-06-12 19:44:15','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-06-12 16:44:26','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','724.00','723','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174974665632373032623'),(8263,'111749747151','11',1.00,'60','retail','0','2025-06-12 19:52:31','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-06-12 16:53:38','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','293.00','292','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174974715203027342072'),(8264,'111749747151','11',1.00,'60','retail','0','2025-06-12 19:52:37','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-06-12 16:53:38','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','292.00','291','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174974715839130323243'),(8265,'111749747151','11',1.00,'60','retail','0','2025-06-12 19:52:42','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-06-12 16:53:38','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','291.00','290','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174974716413304292301'),(8266,'111749747151','16',1.00,'150','retail','0','2025-06-12 19:53:04','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-12 16:53:38','3','1','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','449.00','448','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174974718552137784337'),(8267,'111749747151','14',1.00,'100','retail','0','2025-06-12 19:53:09','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-06-12 16:53:38','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','499.00','498','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174974719133321390410'),(8268,'111749747151','18',1.00,'150','retail','0','2025-06-12 19:53:29','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-12 16:53:38','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','836.00','835','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174974721170917412323'),(8271,'221749739857','1',1.00,'50','retail','0','2025-06-12 17:50:57','','','','0','Cash',6.78,'50','','','22','','1','2025-06-12 17:06:11','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4645.00','4644','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174973985837230223183'),(8272,'221749739857','1',1.00,'50','retail','0','2025-06-12 17:51:05','','','','0','Cash',6.78,'50','','','22','','1','2025-06-12 17:06:11','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4644.00','4643','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174973986838302483023'),(8273,'221749739857','7',1.00,'20','retail','0','2025-06-12 17:51:33','','','','0','Cash',2.71,'20','','','22','','1','2025-06-12 17:06:11','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','944.00','943','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174973989402000932409'),(8274,'221749739857','1',1.00,'50','retail','0','2025-06-12 20:05:09','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-12 17:06:11','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4638.00','4637','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174974791334742172229'),(8275,'221749739857','7',1.00,'20','retail','0','2025-06-12 20:05:58','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-06-12 17:06:11','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','943.00','942','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174974796270302722224'),(8276,'111749747971','75',1.00,'100','retail','0','2025-06-12 20:06:11','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-06-12 17:06:21','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','707.00','706','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174974797312997003722'),(8277,'111749748039','38',1.00,'50','retail','0','2025-06-12 20:07:20','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-12 17:07:34','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','982.00','981','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174974804473377042202'),(8278,'111749748063','38',1.00,'50','retail','0','2025-06-12 20:07:43','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-12 17:08:09','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','981.00','980','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174974806420373270234'),(8279,'111749748063','6',1.00,'50','retail','0','2025-06-12 20:08:05','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-12 17:08:09','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1098.00','1097','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174974808633167900222'),(8280,'111749748817','33',1.00,'600','retail','0','2025-06-12 20:20:18','','','','0','Cash',81.36,'600','','','11','16.00','1','2025-06-12 17:21:06','1','13','new','1','new','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','1026.00','1025','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174974882121223382913'),(8281,'111749748817','30',1.00,'50','retail','0','2025-06-12 20:20:48','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-12 17:21:06','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','661.00','660','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174974885030329039010'),(8282,'111749748817','1',1.00,'50','retail','0','2025-06-12 20:21:01','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-12 17:21:06','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4637.00','4636','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174974886232203332733'),(8283,'111749748916','38',1.00,'50','retail','0','2025-06-12 20:21:56','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-12 17:22:12','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','980.00','979','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174974891733070090310'),(8284,'111749748916','25',1.00,'200','retail','0','2025-06-12 20:22:06','','','','0','Cash',27.12,'200','','','11','16.00','1','2025-06-12 17:22:12','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','554.00','553','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174974892713212820214'),(8285,'111749748992','1',1.00,'50','retail','0','2025-06-12 20:23:12','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-12 17:23:19','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4636.00','4635','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174974899333432230033'),(8286,'111749747563','41',1.00,'100','retail','0','2025-06-12 19:59:24','','','','0','Cash',13.56,'100','','','11','','1','2025-06-12 17:38:09','3','4','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','723.00','722','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174974756641766793623'),(8287,'111749747563','1',1.00,'50','retail','0','2025-06-12 19:59:37','','','','0','Cash',6.78,'50','','','11','','1','2025-06-12 17:38:09','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4639.00','4638','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174974757903173733072'),(8288,'111749747563','38',1.00,'50','retail','0','2025-06-12 20:38:04','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-12 17:38:09','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','979.00','978','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174974988633373384323'),(8289,'111749749904','41',1.00,'100','retail','0','2025-06-12 20:38:24','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-06-12 17:38:37','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','722.00','721','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174974990592197522522'),(8290,'111749749904','41',1.00,'100','retail','0','2025-06-12 20:38:28','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-06-12 17:38:37','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','721.00','720','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174974990907932721091'),(8291,'111749749904','41',1.00,'100','retail','0','2025-06-12 20:38:32','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-06-12 17:38:37','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','720.00','719','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174974991323309302343'),(8292,'111749749935','1',1.00,'50','retail','0','2025-06-12 20:38:55','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-12 17:39:48','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4635.00','4634','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174974993623334930203'),(8293,'111749749935','7',1.00,'20','retail','0','2025-06-12 20:39:44','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-06-12 17:39:48','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','942.00','941','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174974998533232237754'),(8294,'111749750012','38',1.00,'50','retail','0','2025-06-12 20:40:12','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-12 17:40:16','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','978.00','977','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174975001339331312011'),(8296,'111749750816','1',1.00,'50','retail','0','2025-06-12 20:53:37','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-12 17:53:55','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4633.00','4632','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174975081810221070112'),(8297,'111749750816','8',1.00,'30','retail','0','2025-06-12 20:53:51','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-06-12 17:53:55','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1828.00','1827','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174975083203333020332'),(8298,'111749750790','1',1.00,'50','retail','0','2025-06-12 20:53:10','','','','0','Cash',6.78,'50','','','11','','1','2025-06-12 17:59:50','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4634.00','4633','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174975079100333000722'),(8299,'111749750790','7',1.00,'20','retail','0','2025-06-12 20:59:43','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-06-12 17:59:50','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','941.00','940','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174975118575121210172'),(8300,'221749751383','38',1.00,'50','retail','0','2025-06-12 21:03:04','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-12 18:03:21','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','977.00','976','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174975138403702249334'),(8301,'221749751383','38',1.00,'50','retail','0','2025-06-12 21:03:07','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-12 18:03:21','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','976.00','975','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174975138932381223323'),(8302,'221749751383','38',1.00,'50','retail','0','2025-06-12 21:03:12','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-12 18:03:21','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','975.00','974','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174975139432040957423'),(8303,'221749751383','38',1.00,'50','retail','0','2025-06-12 21:03:17','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-12 18:03:21','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','974.00','973','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174975139849873203239'),(8304,'181749753601','8',1.00,'30','retail','0','2025-06-12 21:40:01','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-06-12 18:40:07','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1827.00','1826','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174975360347372323202'),(8305,'181749753817','8',1.00,'30','retail','0','2025-06-12 21:43:37','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-06-12 18:43:44','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1826.00','1825','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174975381880235332302'),(8306,'181749788943','1',1.00,'50','retail','0','2025-06-13 07:29:03','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-13 04:29:12','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4632.00','4631','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174978894407033720338'),(8307,'181749788943','1',1.00,'50','retail','0','2025-06-13 07:29:06','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-13 04:29:12','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4631.00','4630','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174978894748020227303'),(8308,'181749792794','3',1.00,'120','retail','0','2025-06-13 08:33:14','','','','0','Cash',16.27,'120','','','18','16.00','1','2025-06-13 05:34:04','1','12','new','1','new','pcs','','','','yes','','2.03','','','VATABLE',101.69,'1','516.00','515','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174979279508820707001'),(8309,'181749792794','11',1.00,'60','retail','0','2025-06-13 08:33:17','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-06-13 05:34:04','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','293.00','292','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174979279882399392030'),(8310,'181749792794','11',1.00,'60','retail','0','2025-06-13 08:33:20','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-06-13 05:34:04','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','292.00','291','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174979280119213223322'),(8311,'181749792794','6',1.00,'50','retail','0','2025-06-13 08:33:24','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-13 05:34:04','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1097.00','1096','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174979280512193232870'),(8312,'181749792794','6',1.00,'50','retail','0','2025-06-13 08:33:37','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-13 05:34:04','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1096.00','1095','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174979281831322233329'),(8313,'181749792794','6',1.00,'50','retail','0','2025-06-13 08:33:47','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-13 05:34:04','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1095.00','1094','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174979282800730032122'),(8314,'181749792794','6',1.00,'50','retail','0','2025-06-13 08:33:51','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-13 05:34:04','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1094.00','1093','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174979283239130323293'),(8315,'181749792866','44',1.00,'150','retail','0','2025-06-13 08:34:26','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-13 05:35:43','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','917.00','916','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174979286718029633391'),(8316,'181749792866','44',1.00,'150','retail','0','2025-06-13 08:34:30','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-13 05:35:43','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','916.00','915','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174979287181237397203'),(8317,'181749792866','41',1.00,'100','retail','0','2025-06-13 08:34:45','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-06-13 05:35:43','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','719.00','718','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174979288634320221923'),(8318,'181749792979','1',1.00,'50','retail','0','2025-06-13 08:36:19','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-13 05:36:25','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4630.00','4629','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174979298131323203993'),(8319,'181749793011','13',1.00,'100','retail','0','2025-06-13 08:36:51','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-06-13 05:36:56','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','497.00','496','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174979301223320320423'),(8320,'221749797970','13',1.00,'100','retail','0','2025-06-13 09:59:30','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-06-13 07:02:50','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','496.00','495','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174979797124717193291'),(8321,'221749797970','3',1.00,'120','retail','0','2025-06-13 09:59:53','','','','0','Cash',16.27,'120','','','22','16.00','1','2025-06-13 07:02:50','1','12','new','1','new','pcs','','','','yes','','2.03','','','VATABLE',101.69,'1','515.00','514','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174979799404203277223'),(8328,'221749804036','13',1.00,'100','retail','0','2025-06-13 11:40:36','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-06-13 08:40:48','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','495.00','494','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174980403723421332004'),(8329,'221749806050','59',1.00,'50','retail','0','2025-06-13 12:14:10','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-13 09:14:16','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','682.00','681','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174980605122203230334'),(8330,'221749807619','56',1.00,'60','retail','0','2025-06-13 12:40:19','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-06-13 09:40:40','3','8','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','650.00','649','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174980762069332303324'),(8331,'221749808602','44',1.00,'150','retail','0','2025-06-13 12:56:42','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-13 09:57:00','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','915.00','914','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174980860332248020230'),(8332,'221749808602','44',1.00,'150','retail','0','2025-06-13 12:56:52','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-13 09:57:00','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','914.00','913','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174980861431322233380'),(8333,'221749808967','59',1.00,'50','retail','0','2025-06-13 13:02:48','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-13 10:06:38','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','681.00','680','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174980897433292033220'),(8334,'221749808967','59',1.00,'50','retail','0','2025-06-13 13:03:16','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-13 10:06:38','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','680.00','679','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174980899724090988273'),(8335,'221749809950','59',1.00,'50','retail','0','2025-06-13 13:19:10','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-13 10:19:14','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','679.00','678','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174980995120272573208'),(8339,'111749801761','102',1.00,'90','retail','0','2025-06-13 11:02:42','','','','65','Cash',12.20,'90','','','11','','1','2025-06-13 10:34:32','3','8','new','1','printed','pcs','','','','yes','','1.53','','','VATABLE',76.27,'1','523.00','522','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174980176433122722212'),(8340,'111749801761','6',1.00,'50','retail','0','2025-06-13 11:02:57','','','','0','Cash',6.78,'50','','','11','','1','2025-06-13 10:34:32','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1093.00','1092','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174980177970300133100'),(8341,'111749801761','7',1.00,'20','retail','0','2025-06-13 11:03:03','','','','0','Cash',2.71,'20','','','11','','1','2025-06-13 10:34:32','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','940.00','939','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174980178421234237092'),(8342,'111749801761','11',1.00,'60','retail','0','2025-06-13 11:03:08','','','','0','Cash',8.14,'60','','','11','','1','2025-06-13 10:34:32','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','291.00','290','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174980178939921030108'),(8343,'111749801761','11',1.00,'60','retail','0','2025-06-13 11:03:11','','','','0','Cash',8.14,'60','','','11','','1','2025-06-13 10:34:32','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','290.00','289','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174980179201323200314'),(8344,'111749801761','18',1.00,'150','retail','0','2025-06-13 11:03:20','','','','0','Cash',20.34,'150','','','11','','1','2025-06-13 10:34:32','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','836.00','835','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174980180203230102243'),(8345,'111749801761','1',1.00,'50','retail','0','2025-06-13 13:33:58','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-13 10:34:32','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4629.00','4628','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174981083900830032122'),(8346,'111749801761','55',1.00,'80','retail','0','2025-06-13 13:34:20','','','','0','Cash',10.85,'80','','','11','16.00','1','2025-06-13 10:34:32','3','8','new','1','new','pcs','','','','yes','','1.36','','','VATABLE',67.80,'1','671.00','670','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174981086133224102437'),(8347,'221749810013','59',1.00,'50','retail','0','2025-06-13 13:20:13','','','','0','Cash',6.78,'50','','','22','','1','2025-06-13 10:38:41','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','678.00','677','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174981001525532203050'),(8348,'221749810013','28',1.00,'200','retail','0','2025-06-13 13:20:27','','','','0','Cash',27.12,'200','','','22','','1','2025-06-13 10:38:41','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','575.00','574','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174981002990399932721'),(8349,'221749810013','18',1.00,'150','retail','0','2025-06-13 13:20:37','','','','0','Cash',20.34,'150','','','22','','1','2025-06-13 10:38:41','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','835.00','834','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174981003922042020002'),(8350,'221749810013','8',1.00,'30','retail','0','2025-06-13 13:38:34','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-06-13 10:38:41','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1825.00','1824','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174981111633122722212'),(8351,'221749811233','28',1.00,'200','retail','0','2025-06-13 13:40:33','','','','0','Cash',27.12,'200','','','22','16.00','1','2025-06-13 10:44:30','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','574.00','573','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174981123521235237192'),(8352,'221749811233','18',1.00,'150','retail','0','2025-06-13 13:43:08','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-13 10:44:30','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','834.00','833','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174981139020220330211'),(8353,'221749811233','8',1.00,'30','retail','0','2025-06-13 13:43:53','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-06-13 10:44:30','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1824.00','1823','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174981143423312303233'),(8354,'221749811233','59',1.00,'50','retail','0','2025-06-13 13:44:13','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-13 10:44:30','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','677.00','676','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174981145402313382312'),(8355,'221749811592','18',1.00,'150','retail','0','2025-06-13 13:46:33','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-13 11:02:10','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','833.00','832','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174981159431233022532'),(8356,'221749812970','8',1.00,'30','retail','0','2025-06-13 14:09:30','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-06-13 11:09:38','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1823.00','1822','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174981297293320094232'),(8357,'221749813244','25',1.00,'200','retail','0','2025-06-13 14:14:04','','','','0','Cash',27.12,'200','','','22','16.00','1','2025-06-13 11:14:52','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','553.00','552','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174981324603313312332'),(8358,'221749813244','11',1.00,'60','retail','0','2025-06-13 14:14:17','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-06-13 11:14:52','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','289.00','288','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174981325832320012033'),(8359,'221749813244','11',1.00,'60','retail','0','2025-06-13 14:14:38','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-06-13 11:14:52','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','288.00','287','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174981328022333729122'),(8360,'111749813439','12',1.00,'50','retail','0','2025-06-13 14:17:20','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-13 11:17:31','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','581.00','580','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174981344137042012293'),(8361,'221749814514','59',1.00,'50','retail','0','2025-06-13 14:35:14','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-13 11:35:36','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','676.00','675','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174981451514033020422'),(8362,'111749816829','41',1.00,'100','retail','0','2025-06-13 15:13:50','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-06-13 12:14:22','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','718.00','717','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174981683122302330331'),(8363,'111749816829','10',1.00,'180','retail','0','2025-06-13 15:14:17','','','','0','Cash',24.41,'180','','','11','16.00','1','2025-06-13 12:14:22','1','12','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','494.00','493','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174981685913130827042'),(8366,'111749816911','1',1.00,'50','retail','0','2025-06-13 15:15:11','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-13 12:15:16','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4628.00','4627','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174981691260246111072'),(8367,'221749817235','7',1.00,'20','retail','0','2025-06-13 15:20:35','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-06-13 12:20:44','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','939.00','938','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174981723638230223123'),(8368,'221749817235','7',1.00,'20','retail','0','2025-06-13 15:20:39','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-06-13 12:20:44','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','938.00','937','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174981724132738310700'),(8369,'111749816881','21',1.00,'280','retail','0','2025-06-13 15:14:41','','','','0','Cash',37.97,'280','','','11','','1','2025-06-13 12:30:38','1','3','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','595.00','594','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174981688222622318081'),(8370,'111749816881','29',1.00,'100','retail','0','2025-06-13 15:14:46','','','','0','Cash',13.56,'100','','','11','','1','2025-06-13 12:30:38','1','3','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','987.00','986','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174981688788120273297'),(8371,'111749816881','85',1.00,'200','retail','0','2025-06-13 15:30:31','','','','0','Cash',27.12,'200','','','11','16.00','1','2025-06-13 12:30:38','3','10','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','511.00','510','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174981783210222733721'),(8372,'111749818682','8',1.00,'30','retail','0','2025-06-13 15:44:42','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-06-13 12:44:48','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1822.00','1821','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174981868306223843320'),(8373,'221749821128','23',1.00,'350','retail','0','2025-06-13 16:25:29','','','','0','Cash',47.46,'350','','','22','16.00','1','2025-06-13 13:27:24','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','570.00','569','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174982113033228003120'),(8374,'221749821128','30',1.00,'50','retail','0','2025-06-13 16:25:36','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-13 13:27:24','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','660.00','659','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174982113823332938394'),(8375,'221749821128','50',1.00,'50','retail','0','2025-06-13 16:25:45','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-13 13:27:24','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','556.00','555','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174982114614033322039'),(8376,'221749821128','1',1.00,'50','retail','0','2025-06-13 16:27:12','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-13 13:27:24','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4627.00','4626','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174982123380312113229'),(8377,'221749821714','34',1.00,'280','retail','0','2025-06-13 16:35:14','','','','0','Cash',37.97,'280','','','22','16.00','1','2025-06-13 13:35:20','1','13','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','500.00','499','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174982171633721284763'),(8378,'111749822366','34',1.00,'280','retail','0','2025-06-13 16:46:06','','','','0','Cash',37.97,'280','','','11','16.00','1','2025-06-13 13:46:23','1','13','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','499.00','498','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174982237101302334003'),(8379,'111749822366','34',1.00,'280','retail','0','2025-06-13 16:46:16','','','','0','Cash',37.97,'280','','','11','16.00','1','2025-06-13 13:46:23','1','13','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','498.00','497','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174982237742303003037'),(8382,'221749825370','1',1.00,'50','retail','0','2025-06-13 17:36:10','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-13 14:40:57','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4625.00','4624','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174982537230723320312'),(8383,'221749825370','1',1.00,'50','retail','0','2025-06-13 17:36:19','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-13 14:40:57','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4624.00','4623','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174982538432022252072'),(8384,'221749825370','7',1.00,'20','retail','0','2025-06-13 17:37:34','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-06-13 14:40:57','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','937.00','936','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174982545738232833073'),(8385,'221749825370','7',1.00,'20','retail','0','2025-06-13 17:37:52','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-06-13 14:40:57','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','936.00','935','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174982547373227323234'),(8386,'111749825790','12',1.00,'50','retail','0','2025-06-13 17:43:10','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-13 14:43:21','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','580.00','579','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174982579121827292232'),(8387,'111749825790','12',1.00,'50','retail','0','2025-06-13 17:43:12','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-13 14:43:21','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','579.00','578','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174982579427939122101'),(8393,'221749826039','38',1.00,'50','retail','0','2025-06-13 17:47:20','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-13 14:48:30','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','973.00','972','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174982604229000924818'),(8394,'221749826039','38',1.00,'50','retail','0','2025-06-13 17:47:27','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-13 14:48:30','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','972.00','971','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174982604907220227202'),(8395,'221749827760','18',1.00,'150','retail','0','2025-06-13 18:16:00','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-13 15:16:06','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','832.00','831','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174982776122020303203'),(8402,'221749824991','13',1.00,'100','retail','0','2025-06-13 17:29:51','','','','0','Cash',13.56,'100','','','22','','1','2025-06-13 15:58:18','3','1','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','494.00','493','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174982499322322213201'),(8403,'221749824991','1',1.00,'50','retail','0','2025-06-13 17:29:58','','','','0','Cash',6.78,'50','','','22','','1','2025-06-13 15:58:18','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4626.00','4625','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174982500043322323004'),(8404,'221749824991','1',1.00,'50','retail','0','2025-06-13 17:42:13','','','','0','Cash',6.78,'50','','','22','','1','2025-06-13 15:58:18','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4623.00','4622','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174982573602029330624'),(8405,'221749824991','11',1.00,'60','retail','0','2025-06-13 17:44:52','','','','0','Cash',8.14,'60','','','22','','1','2025-06-13 15:58:18','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','287.00','286','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174982589322522327000'),(8406,'221749824991','11',1.00,'60','retail','0','2025-06-13 17:45:28','','','','0','Cash',8.14,'60','','','22','','1','2025-06-13 15:58:18','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','286.00','285','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174982593000220202325'),(8407,'221749824991','80',1.00,'20','retail','0','2025-06-13 18:19:32','','','','10','Cash',2.71,'20','','','22','','1','2025-06-13 15:58:18','','14','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','542.00','541','Inclusive','branch','Service','1110','4000','5500','','',NULL,'22174982797403430403022'),(8408,'221749824991','56',1.00,'60','retail','0','2025-06-13 18:56:51','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-06-13 15:58:18','3','8','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','649.00','648','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174983021432330333110'),(8409,'221749824991','56',1.00,'60','retail','0','2025-06-13 18:57:04','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-06-13 15:58:18','3','8','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','648.00','647','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174983022791222323232'),(8410,'221749824991','6',1.00,'50','retail','0','2025-06-13 18:57:33','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-13 15:58:18','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1092.00','1091','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174983025593333202022'),(8411,'221749824991','1',1.00,'50','retail','0','2025-06-13 18:57:57','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-13 15:58:18','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4622.00','4621','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174983027932002232433'),(8412,'111749830348','1',1.00,'50','retail','0','2025-06-13 18:59:09','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-13 16:10:20','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4621.00','4620','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174983035114130210071'),(8413,'111749830348','1',1.00,'50','retail','0','2025-06-13 18:59:50','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-13 16:10:20','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4620.00','4619','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174983039200022232333'),(8414,'111749830348','1',1.00,'50','retail','0','2025-06-13 19:02:04','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-13 16:10:20','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4619.00','4618','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174983054030303082322'),(8415,'221749831806','38',1.00,'50','retail','0','2025-06-13 19:23:26','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-13 16:24:17','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','971.00','970','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174983180822832802882'),(8416,'221749831806','38',1.00,'50','retail','0','2025-06-13 19:23:30','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-13 16:24:17','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','970.00','969','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174983181232731223330'),(8417,'221749831806','8',1.00,'30','retail','0','2025-06-13 19:24:11','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-06-13 16:24:17','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1821.00','1820','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174983185322252389332'),(8418,'111749832681','30',1.00,'50','retail','0','2025-06-13 19:38:01','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-13 16:38:31','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','659.00','658','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174983268222220230033'),(8419,'111749832681','21',1.00,'280','retail','0','2025-06-13 19:38:08','','','','0','Cash',37.97,'280','','','11','16.00','1','2025-06-13 16:38:31','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','594.00','593','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174983269043210233203'),(8420,'111749832681','19',1.00,'180','retail','0','2025-06-13 19:38:20','','','','0','Cash',24.41,'180','','','11','16.00','1','2025-06-13 16:38:31','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','705.00','704','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174983270233883004873'),(8421,'221749833803','93',1.00,'300','retail','0','2025-06-13 19:56:43','','','','0','Cash',40.68,'300','','','22','16.00','1','2025-06-13 16:57:37','1','3','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','398.00','397','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174983380403307033488'),(8422,'221749833803','93',1.00,'300','retail','0','2025-06-13 19:56:52','','','','0','Cash',40.68,'300','','','22','16.00','1','2025-06-13 16:57:37','1','3','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','397.00','396','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174983381632922320727'),(8423,'221749833803','41',1.00,'100','retail','0','2025-06-13 19:57:27','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-06-13 16:57:37','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','717.00','716','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174983385004032022380'),(8424,'221749833967','31',1.00,'150','retail','0','2025-06-13 19:59:27','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-13 16:59:56','1','3','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1885.00','1884','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174983396904338393322'),(8425,'221749833967','25',1.00,'200','retail','0','2025-06-13 19:59:48','','','','0','Cash',27.12,'200','','','22','16.00','1','2025-06-13 16:59:56','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','552.00','551','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174983399020238230333'),(8426,'111749834135','1',1.00,'50','retail','0','2025-06-13 20:02:15','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-13 17:02:58','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4618.00','4617','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174983413730112433202'),(8427,'111749834135','1',1.00,'50','retail','0','2025-06-13 20:02:22','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-13 17:02:58','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4617.00','4616','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174983414443232333443'),(8428,'111749834135','1',1.00,'50','retail','0','2025-06-13 20:02:31','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-13 17:02:58','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4616.00','4615','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174983415222700294530'),(8429,'111749834135','1',1.00,'50','retail','0','2025-06-13 20:02:39','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-13 17:02:58','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4615.00','4614','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174983416138436263103'),(8430,'111749834135','59',1.00,'50','retail','0','2025-06-13 20:02:50','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-13 17:02:58','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','675.00','674','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174983417118324221201'),(8431,'221749834197','44',1.00,'150','retail','0','2025-06-13 20:03:17','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-13 17:04:24','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','913.00','912','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174983419922222702332'),(8432,'221749837318','11',1.00,'60','retail','0','2025-06-13 20:55:18','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-06-13 17:55:32','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','285.00','284','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174983731900902203010'),(8433,'221749837318','11',1.00,'60','retail','0','2025-06-13 20:55:22','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-06-13 17:55:32','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','284.00','283','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174983732393233330022'),(8434,'221749837318','11',1.00,'60','retail','0','2025-06-13 20:55:27','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-06-13 17:55:32','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','283.00','282','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174983732922303223322'),(8435,'181749838631','1',1.00,'50','retail','0','2025-06-13 21:17:11','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-13 18:17:24','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4614.00','4613','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174983863383320834280'),(8436,'181749838631','1',1.00,'50','retail','0','2025-06-13 21:17:15','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-13 18:17:24','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4613.00','4612','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174983863682802419298'),(8437,'181749838631','1',1.00,'50','retail','0','2025-06-13 21:17:19','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-13 18:17:24','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4612.00','4611','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174983864000830032122'),(8438,'181749871044','1',1.00,'50','retail','0','2025-06-14 06:17:24','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-14 03:17:51','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4611.00','4610','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174987104572781172202'),(8439,'181749871044','1',1.00,'50','retail','0','2025-06-14 06:17:27','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-14 03:17:51','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4610.00','4609','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174987104821720213212'),(8440,'181749871044','6',1.00,'50','retail','0','2025-06-14 06:17:36','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-14 03:17:51','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1091.00','1090','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174987105703023793033'),(8441,'181749871044','6',1.00,'50','retail','0','2025-06-14 06:17:39','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-14 03:17:51','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1090.00','1089','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174987106010803683009'),(8442,'181749871044','6',1.00,'50','retail','0','2025-06-14 06:17:43','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-14 03:17:51','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1089.00','1088','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174987106438730001412'),(8443,'181749871044','6',1.00,'50','retail','0','2025-06-14 06:17:46','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-14 03:17:51','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1088.00','1087','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174987106801820313222'),(8444,'181749877832','7',1.00,'20','retail','0','2025-06-14 08:10:32','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-14 05:10:37','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','935.00','934','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174987783327301032378'),(8445,'181749877854','7',1.00,'20','retail','0','2025-06-14 08:10:54','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-14 05:10:59','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','934.00','933','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174987785520013200329'),(8446,'221749882782','1',1.00,'50','retail','0','2025-06-14 09:33:02','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-14 06:33:31','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4609.00','4608','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174988278438824220720'),(8447,'221749882782','7',1.00,'20','retail','0','2025-06-14 09:33:21','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-06-14 06:33:31','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','933.00','932','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174988280283301021021'),(8448,'221749883254','1',1.00,'50','retail','0','2025-06-14 09:40:54','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-14 06:41:00','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4608.00','4607','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174988325500222223820'),(8449,'221749884924','8',1.00,'30','retail','0','2025-06-14 10:08:45','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-06-14 07:08:59','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1820.00','1819','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174988492639222232392'),(8450,'221749887714','1',1.00,'50','retail','0','2025-06-14 10:55:15','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-14 08:02:32','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4607.00','4606','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174988771627113722829'),(8451,'221749887714','7',1.00,'20','retail','0','2025-06-14 10:56:18','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-06-14 08:02:32','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','932.00','931','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174988777922373323422'),(8452,'221749887714','7',1.00,'20','retail','0','2025-06-14 10:56:23','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-06-14 08:02:32','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','931.00','930','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174988778433282122087'),(8453,'221749889200','10',1.00,'180','retail','0','2025-06-14 11:20:00','','','','0','Cash',24.41,'180','','','22','16.00','1','2025-06-14 08:22:01','1','12','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','493.00','492','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174988920388272222202'),(8454,'221749889200','56',1.00,'60','retail','0','2025-06-14 11:20:39','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-06-14 08:22:01','3','8','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','647.00','646','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174988924123202213372'),(8457,'221749890498','85',1.00,'200','retail','0','2025-06-14 11:41:38','','','','0','Cash',27.12,'200','','','22','16.00','1','2025-06-14 08:56:26','3','10','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','510.00','509','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174989050137301291143'),(8458,'221749889699','1',1.00,'50','retail','0','2025-06-14 11:28:19','','','','0','Cash',6.78,'50','','','22','','1','2025-06-14 08:59:31','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4606.00','4605','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174988970020323322820'),(8459,'221749889699','1',1.00,'50','retail','0','2025-06-14 11:28:22','','','','0','Cash',6.78,'50','','','22','','1','2025-06-14 08:59:31','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4605.00','4604','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174988970423223333232'),(8460,'221749889699','23',1.00,'350','retail','0','2025-06-14 11:57:57','','','','0','Cash',47.46,'350','','','22','16.00','1','2025-06-14 08:59:31','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','569.00','568','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174989148000912108334'),(8461,'221749889699','23',1.00,'350','retail','0','2025-06-14 11:58:15','','','','0','Cash',47.46,'350','','','22','16.00','1','2025-06-14 08:59:31','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','568.00','567','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174989149633004023062'),(8462,'221749889699','18',1.00,'150','retail','0','2025-06-14 11:59:07','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-14 08:59:31','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','831.00','830','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174989154922240293231'),(8463,'221749889699','18',1.00,'150','retail','0','2025-06-14 11:59:13','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-14 08:59:31','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','830.00','829','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174989155533510350143'),(8464,'111749892217','25',1.00,'200','retail','0','2025-06-14 12:10:17','','','','0','Cash',27.12,'200','','','11','16.00','1','2025-06-14 09:10:35','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','551.00','550','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174989222523333222232'),(8465,'111749892775','8',1.00,'30','retail','0','2025-06-14 12:19:35','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-06-14 09:19:46','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1819.00','1818','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174989277899293178240'),(8466,'221749894937','34',1.00,'280','retail','0','2025-06-14 12:55:38','','','','0','Cash',37.97,'280','','','22','16.00','1','2025-06-14 10:02:43','1','13','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','497.00','496','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174989494082203410992'),(8467,'221749894937','18',1.00,'150','retail','0','2025-06-14 12:56:03','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-14 10:02:43','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','829.00','828','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174989496603222222220'),(8468,'221749894937','29',1.00,'100','retail','0','2025-06-14 12:56:24','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-06-14 10:02:43','1','3','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','986.00','985','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174989498622029693439'),(8469,'221749894937','21',1.00,'280','retail','0','2025-06-14 12:56:41','','','','0','Cash',37.97,'280','','','22','16.00','1','2025-06-14 10:02:43','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','593.00','592','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174989500223234213300'),(8470,'221749895521','31',1.00,'150','retail','0','2025-06-14 13:05:22','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-14 10:05:38','1','3','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1884.00','1883','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174989552805132393222'),(8471,'221749895790','46',1.00,'180','retail','0','2025-06-14 13:09:50','','','','0','Cash',24.41,'180','','','22','16.00','1','2025-06-14 10:11:12','3','5','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','892.00','891','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174989579329035733230'),(8474,'221749900151','25',1.00,'200','retail','0','2025-06-14 14:22:32','','','','0','Cash',27.12,'200','','','22','','1','2025-06-14 11:27:35','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','550.00','549','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174990015332030320190'),(8475,'221749900151','73',1.00,'300','retail','0','2025-06-14 14:23:44','','','','0','Cash',40.68,'300','','','22','','1','2025-06-14 11:27:35','3','10','new','1','printed','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','529.00','528','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174990022632300233920'),(8476,'221749900151','80',1.00,'20','retail','0','2025-06-14 14:27:17','','','','10','Cash',2.71,'20','','','22','16.00','1','2025-06-14 11:27:35','','14','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','542.00','541','Inclusive','branch','Service','1110','4000','5500','','','','22174990044420202407020'),(8477,'111749901360','25',1.00,'200','retail','0','2025-06-14 14:42:40','','','','0','Cash',27.12,'200','','','11','16.00','1','2025-06-14 11:43:02','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','549.00','548','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174990136200201127227'),(8478,'111749901360','25',1.00,'200','retail','0','2025-06-14 14:42:46','','','','0','Cash',27.12,'200','','','11','16.00','1','2025-06-14 11:43:02','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','548.00','547','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174990136892209632013'),(8479,'111749901360','23',1.00,'350','retail','0','2025-06-14 14:42:55','','','','0','Cash',47.46,'350','','','11','16.00','1','2025-06-14 11:43:02','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','567.00','566','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174990137723423372119'),(8480,'221749901387','40',1.00,'150','retail','0','2025-06-14 14:43:07','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-14 11:45:32','1','13','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','390.00','389','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174990139334392320390'),(8481,'221749901387','8',1.00,'30','retail','0','2025-06-14 14:43:40','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-06-14 11:45:32','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1818.00','1817','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174990142666202930622'),(8482,'221749901387','50',1.00,'50','retail','0','2025-06-14 14:44:00','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-14 11:45:32','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','555.00','554','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174990144124931713240'),(8483,'221749901387','1',1.00,'50','retail','0','2025-06-14 14:44:46','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-14 11:45:32','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4604.00','4603','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174990149721022722193'),(8484,'221749901980','11',1.00,'60','retail','0','2025-06-14 14:53:00','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-06-14 11:54:33','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','282.00','281','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174990198528213083990'),(8485,'221749901980','11',1.00,'60','retail','0','2025-06-14 14:53:31','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-06-14 11:54:33','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','281.00','280','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174990201733223223203'),(8486,'221749901980','18',1.00,'150','retail','0','2025-06-14 14:54:21','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-14 11:54:33','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','828.00','827','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174990206492096903243'),(8487,'111749904570','38',1.00,'50','retail','0','2025-06-14 15:36:11','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-14 12:36:22','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','969.00','968','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174990457372099342511'),(8488,'221749909595','1',1.00,'50','retail','0','2025-06-14 16:59:56','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-14 14:06:40','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4603.00','4602','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174990961030239403333'),(8492,'111749910814','41',1.00,'100','retail','0','2025-06-14 17:20:14','','','','0','Cash',13.56,'100','','','11','','1','2025-06-14 14:38:34','3','4','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','716.00','715','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174991081692113914232'),(8493,'111749910814','41',1.00,'100','retail','0','2025-06-14 17:20:21','','','','0','Cash',13.56,'100','','','11','','1','2025-06-14 14:38:34','3','4','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','715.00','714','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174991082302013292128'),(8494,'111749910814','18',1.00,'150','retail','0','2025-06-14 17:38:11','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-14 14:38:34','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','827.00','826','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174991189493299321293'),(8495,'111749910814','18',1.00,'150','retail','0','2025-06-14 17:38:24','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-14 14:38:34','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','826.00','825','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174991190633333322213'),(8496,'221749911214','44',1.00,'150','retail','0','2025-06-14 17:26:54','','','','0','Cash',20.34,'150','','','22','','1','2025-06-14 15:05:58','3','5','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','912.00','911','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174991122502421029202'),(8497,'221749911214','85',1.00,'200','retail','0','2025-06-14 18:05:35','','','','0','Cash',27.12,'200','','','22','16.00','1','2025-06-14 15:05:58','3','10','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','509.00','508','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174991353730223520224'),(8498,'221749913618','41',1.00,'100','retail','0','2025-06-14 18:06:58','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-06-14 15:09:28','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','714.00','713','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174991362322394333340'),(8499,'221749913618','41',1.00,'100','retail','0','2025-06-14 18:07:11','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-06-14 15:09:28','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','713.00','712','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174991363702009322223'),(8500,'221749913618','6',1.00,'50','retail','0','2025-06-14 18:08:30','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-14 15:09:28','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1087.00','1086','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174991371902307132032'),(8501,'221749914870','3',1.00,'120','retail','0','2025-06-14 18:27:51','','','','0','Cash',16.27,'120','','','22','16.00','1','2025-06-14 15:28:54','1','12','new','1','new','pcs','','','','yes','','2.03','','','VATABLE',101.69,'1','514.00','513','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174991487470320230182'),(8502,'221749914870','6',1.00,'50','retail','0','2025-06-14 18:28:04','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-14 15:28:54','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1086.00','1085','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174991488623333228238'),(8503,'221749914870','1',1.00,'50','retail','0','2025-06-14 18:28:31','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-14 15:28:54','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4602.00','4601','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174991491402023004933'),(8504,'221749914870','1',1.00,'50','retail','0','2025-06-14 18:28:44','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-14 15:28:54','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4601.00','4600','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174991492609022322023'),(8505,'221749914964','38',1.00,'50','retail','0','2025-06-14 18:29:25','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-14 15:29:42','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','968.00','967','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174991496642232202302'),(8506,'221749914964','38',1.00,'50','retail','0','2025-06-14 18:29:32','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-14 15:29:42','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','967.00','966','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174991497429320022322'),(8510,'111749917331','1',1.00,'50','retail','0','2025-06-14 19:08:52','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-14 16:09:29','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4600.00','4599','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174991733330003202021'),(8511,'111749917331','38',1.00,'50','retail','0','2025-06-14 19:09:15','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-14 16:09:29','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','966.00','965','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174991736012322122036'),(8512,'111749917582','1',1.00,'50','retail','0','2025-06-14 19:13:03','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-14 16:14:22','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4599.00','4598','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174991758993923320831'),(8513,'111749917582','1',1.00,'50','retail','0','2025-06-14 19:13:17','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-14 16:14:22','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4598.00','4597','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174991760111333203043'),(8514,'111749917582','44',1.00,'150','retail','0','2025-06-14 19:13:51','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-14 16:14:22','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','911.00','910','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174991763332733912103'),(8515,'111749917582','11',1.00,'60','retail','0','2025-06-14 19:14:14','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-06-14 16:14:22','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','280.00','279','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174991765707732233220'),(8516,'221749918026','53',1.00,'100','retail','0','2025-06-14 19:20:26','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-06-14 16:21:18','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','781.00','780','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174991802721272913943'),(8517,'221749918026','1',1.00,'50','retail','0','2025-06-14 19:20:48','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-14 16:21:18','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4597.00','4596','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174991805022220303302'),(8518,'221749918026','18',1.00,'150','retail','0','2025-06-14 19:21:09','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-14 16:21:18','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','825.00','824','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174991807034423322000'),(8519,'221749918121','1',1.00,'50','retail','0','2025-06-14 19:22:01','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-14 16:22:10','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4596.00','4595','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174991812372822294223'),(8520,'111749916368','32',1.00,'300','retail','0','2025-06-14 18:52:48','','','','0','Cash',40.68,'300','','','11','','1','2025-06-14 16:23:44','1','13','new','1','printed','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','486.00','485','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174991637022040720002'),(8521,'111749916368','32',1.00,'300','retail','0','2025-06-14 18:52:57','','','','0','Cash',40.68,'300','','','11','','1','2025-06-14 16:23:44','1','13','new','1','printed','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','485.00','484','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174991637831139231333'),(8522,'111749916368','30',1.00,'50','retail','0','2025-06-14 18:53:10','','','','0','Cash',6.78,'50','','','11','','1','2025-06-14 16:23:44','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','658.00','657','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174991639229199603022'),(8523,'111749916368','38',1.00,'50','retail','0','2025-06-14 19:23:37','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-14 16:23:44','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','965.00','964','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174991821993377092222'),(8524,'111749919417','1',1.00,'50','retail','0','2025-06-14 19:43:38','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-14 16:43:43','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4595.00','4594','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174991941933193429021'),(8525,'111749920044','18',1.00,'150','retail','0','2025-06-14 19:54:04','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-14 16:54:09','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','824.00','823','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174992004623633312303'),(8530,'221749920323','38',1.00,'50','retail','0','2025-06-14 19:58:43','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-14 16:59:06','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','964.00','963','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174992032433233433323'),(8538,'221749921353','1',1.00,'50','retail','0','2025-06-14 20:15:53','','','','0','Cash',6.78,'50','','','22','','1','2025-06-14 17:30:55','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4591.00','4590','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174992135404203219223'),(8539,'221749921353','1',1.00,'50','retail','0','2025-06-14 20:16:09','','','','0','Cash',6.78,'50','','','22','','1','2025-06-14 17:30:55','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4590.00','4589','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174992137093239233207'),(8540,'111749920068','1',1.00,'50','retail','0','2025-06-14 19:54:28','','','','0','Cash',6.78,'50','','','11','','1','2025-06-14 17:46:06','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4594.00','4593','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174992007020002077200'),(8541,'111749920068','1',1.00,'50','retail','0','2025-06-14 19:54:34','','','','0','Cash',6.78,'50','','','11','','1','2025-06-14 17:46:06','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4593.00','4592','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174992007620236237292'),(8542,'111749920068','8',1.00,'30','retail','0','2025-06-14 19:54:56','','','','0','Cash',4.07,'30','','','11','','1','2025-06-14 17:46:06','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1817.00','1816','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174992009720273102077'),(8543,'111749920068','6',1.00,'50','retail','0','2025-06-14 19:55:03','','','','0','Cash',6.78,'50','','','11','','1','2025-06-14 17:46:06','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1085.00','1084','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174992010534320221203'),(8544,'111749920068','1',1.00,'50','retail','0','2025-06-14 20:07:58','','','','0','Cash',6.78,'50','','','11','','1','2025-06-14 17:46:06','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4592.00','4591','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11174992088032320093100'),(8545,'111749920068','1',1.00,'50','retail','0','2025-06-14 20:45:58','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-14 17:46:06','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4589.00','4588','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174992315933242033094'),(8546,'111749924364','38',1.00,'50','retail','0','2025-06-14 21:06:04','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-14 18:06:39','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','963.00','962','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174992436546322310002'),(8547,'111749924364','32',1.00,'300','retail','0','2025-06-14 21:06:09','','','','0','Cash',40.68,'300','','','11','16.00','1','2025-06-14 18:06:39','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','484.00','483','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174992437022201203302'),(8548,'111749924364','30',1.00,'50','retail','0','2025-06-14 21:06:34','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-14 18:06:39','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','657.00','656','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11174992439530931031217'),(8549,'181749930319','25',1.00,'200','retail','0','2025-06-14 22:45:19','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-06-14 19:45:47','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','547.00','546','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174993032080100931029'),(8550,'181749930319','14',1.00,'100','retail','0','2025-06-14 22:45:42','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-06-14 19:45:47','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','499.00','498','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174993034390240204021'),(8551,'181749930460','28',1.00,'200','retail','0','2025-06-14 22:47:40','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-06-14 19:47:47','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','573.00','572','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174993046039034223000'),(8552,'181749934410','1',1.00,'50','retail','0','2025-06-14 23:53:30','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-14 20:53:46','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4588.00','4587','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174993441112222033730'),(8553,'181749934410','7',1.00,'20','retail','0','2025-06-14 23:53:38','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-14 20:53:46','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','930.00','929','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174993441938103249139'),(8554,'181749934410','7',1.00,'20','retail','0','2025-06-14 23:53:41','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-14 20:53:46','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','929.00','928','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174993442203401233139'),(8555,'181749951949','1',1.00,'50','retail','0','2025-06-15 04:45:49','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-15 01:47:01','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4587.00','4586','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174995195035193923908'),(8556,'181749951949','6',1.00,'50','retail','0','2025-06-15 04:46:56','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-15 01:47:01','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1084.00','1083','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18174995201709313523717'),(8557,'81749968682','18',1.00,'150','retail','0','2025-06-15 09:24:42','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-06-15 06:25:35','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','823.00','822','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174996868300382246370'),(8558,'81749968682','23',1.00,'350','retail','0','2025-06-15 09:25:10','','','','0','Cash',47.46,'350','','','8','16.00','1','2025-06-15 06:25:35','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','566.00','565','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174996871102239229133'),(8559,'81749968682','23',1.00,'350','retail','0','2025-06-15 09:25:18','','','','0','Cash',47.46,'350','','','8','16.00','1','2025-06-15 06:25:35','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','565.00','564','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174996871908973823020'),(8564,'81749969140','14',1.00,'100','retail','0','2025-06-15 09:32:20','','','','0','Cash',13.56,'100','','','8','','1','2025-06-15 06:44:26','3','1','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','498.00','497','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174996914221737992723'),(8565,'81749969140','13',1.00,'100','retail','0','2025-06-15 09:32:25','','','','0','Cash',13.56,'100','','','8','','1','2025-06-15 06:44:26','3','1','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','493.00','492','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174996914600302620220'),(8566,'81749969140','7',1.00,'20','retail','0','2025-06-15 09:32:39','','','','0','Cash',2.71,'20','','','8','','1','2025-06-15 06:44:26','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','928.00','927','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174996916023302939249'),(8567,'81749969140','7',1.00,'20','retail','0','2025-06-15 09:32:41','','','','0','Cash',2.71,'20','','','8','','1','2025-06-15 06:44:26','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','927.00','926','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174996916198320249733'),(8568,'81749969140','7',1.00,'20','retail','0','2025-06-15 09:44:22','','','','0','Cash',2.71,'20','','','8','16.00','1','2025-06-15 06:44:26','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','926.00','925','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174996986346960033020'),(8573,'81749971447','16',1.00,'150','retail','0','2025-06-15 10:10:47','','','','0','Cash',20.34,'150','','','8','','1','2025-06-15 07:26:12','3','1','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','449.00','448','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174997144723287310729'),(8574,'81749971447','95',1.00,'100','retail','0','2025-06-15 10:11:00','','','','01','Cash',13.56,'100','','','8','','1','2025-06-15 07:26:12','1','12','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','276.00','275','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174997146142493630280'),(8575,'81749971447','11',1.00,'60','retail','0','2025-06-15 10:11:05','','','','0','Cash',8.14,'60','','','8','','1','2025-06-15 07:26:12','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','279.00','278','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174997146520422332202'),(8576,'81749971447','7',1.00,'20','retail','0','2025-06-15 10:11:10','','','','0','Cash',2.71,'20','','','8','','1','2025-06-15 07:26:12','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','925.00','924','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174997147142002100327'),(8577,'81749971447','7',1.00,'20','retail','0','2025-06-15 10:26:07','','','','0','Cash',2.71,'20','','','8','16.00','1','2025-06-15 07:26:12','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','924.00','923','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174997236837237030433'),(8578,'81749975124','95',1.00,'100','retail','0','2025-06-15 11:12:04','','','','01','Cash',13.56,'100','','','8','16.00','1','2025-06-15 08:12:08','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','275.00','274','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174997512594233324123'),(8598,'221749978481','18',1.00,'150','retail','0','2025-06-15 12:08:01','','','','0','Cash',20.34,'150','','','22','','1','2025-06-15 09:44:18','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','822.00','821','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174997848232397431708'),(8599,'221749978481','18',1.00,'150','retail','0','2025-06-15 12:08:05','','','','0','Cash',20.34,'150','','','22','','1','2025-06-15 09:44:18','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','821.00','820','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174997848603228343212'),(8600,'221749978481','25',1.00,'200','retail','0','2025-06-15 12:08:21','','','','0','Cash',27.12,'200','','','22','','1','2025-06-15 09:44:18','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','546.00','545','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174997850223832902820'),(8601,'221749978481','25',1.00,'200','retail','0','2025-06-15 12:08:30','','','','0','Cash',27.12,'200','','','22','','1','2025-06-15 09:44:18','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','545.00','544','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174997851133432230033'),(8602,'221749978481','59',1.00,'50','retail','0','2025-06-15 12:09:02','','','','0','Cash',6.78,'50','','','22','','1','2025-06-15 09:44:18','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','674.00','673','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174997854322224373022'),(8603,'221749978481','59',1.00,'50','retail','0','2025-06-15 12:09:06','','','','0','Cash',6.78,'50','','','22','','1','2025-06-15 09:44:18','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','673.00','672','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174997854773318391002'),(8604,'221749978481','74',1.00,'100','retail','0','2025-06-15 12:44:07','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-06-15 09:44:18','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','491.00','490','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174998064830711022690'),(8605,'221749978481','75',1.00,'100','retail','0','2025-06-15 12:44:13','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-06-15 09:44:18','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','706.00','705','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174998065423306042332'),(8608,'221749978655','19',1.00,'180','retail','0','2025-06-15 12:10:55','','','','0','Cash',24.41,'180','','','22','','1','2025-06-15 09:48:45','1','2','new','1','printed','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','704.00','703','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174997865663322882223'),(8609,'221749978655','59',1.00,'50','retail','0','2025-06-15 12:11:25','','','','0','Cash',6.78,'50','','','22','','1','2025-06-15 09:48:45','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','672.00','671','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174997868692234326803'),(8610,'221749978655','54',1.00,'50','retail','0','2025-06-15 12:17:52','','','','0','Cash',6.78,'50','','','22','','1','2025-06-15 09:48:45','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','569.00','568','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174997907497732922731'),(8611,'221749978655','32',1.00,'300','retail','0','2025-06-15 12:48:23','','','','0','Cash',40.68,'300','','','22','16.00','1','2025-06-15 09:48:45','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','482.00','481','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174998090623229232022'),(8612,'81749977820','33',1.00,'600','retail','0','2025-06-15 11:57:00','','','','0','Cash',81.36,'600','','','8','','1','2025-06-15 09:49:07','1','13','new','1','printed','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','1025.00','1024','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174997782184042420228'),(8613,'81749977820','30',1.00,'50','retail','0','2025-06-15 11:57:08','','','','0','Cash',6.78,'50','','','8','','1','2025-06-15 09:49:07','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','656.00','655','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174997782928200240222'),(8614,'81749977820','30',1.00,'50','retail','0','2025-06-15 11:57:10','','','','0','Cash',6.78,'50','','','8','','1','2025-06-15 09:49:07','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','655.00','654','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174997783172042730842'),(8615,'81749977820','32',1.00,'300','retail','0','2025-06-15 12:20:53','','','','0','Cash',40.68,'300','','','8','','1','2025-06-15 09:49:07','1','13','new','1','printed','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','483.00','482','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174997925433830020202'),(8616,'81749977820','30',1.00,'50','retail','0','2025-06-15 12:21:29','','','','0','Cash',6.78,'50','','','8','','1','2025-06-15 09:49:07','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','654.00','653','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174997929139233433923'),(8617,'81749977820','59',1.00,'50','retail','0','2025-06-15 12:22:12','','','','0','Cash',6.78,'50','','','8','','1','2025-06-15 09:49:07','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','671.00','670','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174997933400033723231'),(8618,'81749977820','59',1.00,'50','retail','0','2025-06-15 12:22:24','','','','0','Cash',6.78,'50','','','8','','1','2025-06-15 09:49:07','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','670.00','669','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174997934530249379923'),(8619,'81749977820','59',1.00,'50','retail','0','2025-06-15 12:48:59','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-15 09:49:07','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','669.00','668','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174998094003202293300'),(8624,'81749980879','18',1.00,'150','retail','0','2025-06-15 12:48:00','','','','0','Cash',20.34,'150','','','8','','1','2025-06-15 10:12:24','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','820.00','819','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174998088102322322013'),(8625,'81749980879','18',1.00,'150','retail','0','2025-06-15 12:48:01','','','','0','Cash',20.34,'150','','','8','','1','2025-06-15 10:12:24','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','819.00','818','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174998088284230200323'),(8626,'81749980879','18',1.00,'150','retail','0','2025-06-15 13:12:18','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-06-15 10:12:24','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','816.00','815','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174998233922733327392'),(8627,'221749980975','18',1.00,'150','retail','0','2025-06-15 12:49:35','','','','0','Cash',20.34,'150','','','22','','1','2025-06-15 10:27:02','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','818.00','817','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174998097620223720263'),(8628,'221749980975','18',1.00,'150','retail','0','2025-06-15 12:49:39','','','','0','Cash',20.34,'150','','','22','','1','2025-06-15 10:27:02','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','817.00','816','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174998098172220932220'),(8629,'221749980975','1',1.00,'50','retail','0','2025-06-15 12:50:05','','','','0','Cash',6.78,'50','','','22','','1','2025-06-15 10:27:02','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4586.00','4585','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174998100633420224222'),(8630,'221749980975','71',1.00,'300','retail','0','2025-06-15 12:50:58','','','','0','Cash',40.68,'300','','','22','','1','2025-06-15 10:27:02','3','10','new','1','printed','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','1032.00','1031','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174998105920333228292'),(8631,'221749980975','1',1.00,'50','retail','0','2025-06-15 13:25:25','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-15 10:27:02','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4585.00','4584','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174998312602332230779'),(8632,'221749980975','6',1.00,'50','retail','0','2025-06-15 13:26:05','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-15 10:27:02','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1083.00','1082','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174998316623320324223'),(8633,'221749980975','6',1.00,'50','retail','0','2025-06-15 13:26:23','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-15 10:27:02','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1082.00','1081','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174998318439004843223'),(8634,'81749983724','44',1.00,'150','retail','0','2025-06-15 13:35:24','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-06-15 10:35:32','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','910.00','909','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174998372643283773383'),(8644,'221749986675','19',1.00,'180','retail','0','2025-06-15 14:24:35','','','','0','Cash',24.41,'180','','','22','16.00','1','2025-06-15 11:24:53','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','702.00','701','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174998667760234387292'),(8645,'221749986675','18',1.00,'150','retail','0','2025-06-15 14:24:40','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-15 11:24:53','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','814.00','813','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174998668338204236882'),(8649,'81749986646','54',1.00,'50','retail','0','2025-06-15 14:24:06','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-15 11:26:58','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','568.00','567','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174998664872668463923'),(8650,'81749986646','54',1.00,'50','retail','0','2025-06-15 14:24:09','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-15 11:26:58','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','567.00','566','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174998665233324933062'),(8651,'81749986646','102',1.00,'90','retail','0','2025-06-15 14:24:28','','','','65','Cash',12.20,'90','','','8','16.00','1','2025-06-15 11:26:58','3','8','new','1','new','pcs','','','','yes','','1.53','','','VATABLE',76.27,'1','521.00','520','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174998667003298003212'),(8652,'81749986646','33',1.00,'600','retail','0','2025-06-15 14:25:17','','','','0','Cash',81.36,'600','','','8','16.00','1','2025-06-15 11:26:58','1','13','new','1','new','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','1024.00','1023','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174998671889321039733'),(8653,'81749986646','34',1.00,'280','retail','0','2025-06-15 14:25:28','','','','0','Cash',37.97,'280','','','8','16.00','1','2025-06-15 11:26:58','1','13','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','496.00','495','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174998673080908683402'),(8654,'81749986646','34',1.00,'280','retail','0','2025-06-15 14:25:34','','','','0','Cash',37.97,'280','','','8','16.00','1','2025-06-15 11:26:58','1','13','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','495.00','494','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174998673535230373323'),(8655,'81749986646','18',1.00,'150','retail','0','2025-06-15 14:25:47','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-06-15 11:26:58','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','813.00','812','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174998674840328068032'),(8656,'81749986646','18',1.00,'150','retail','0','2025-06-15 14:25:51','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-06-15 11:26:58','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','812.00','811','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174998675338097378230'),(8657,'81749986646','76',1.00,'100','retail','0','2025-06-15 14:26:10','','','','0','Cash',13.56,'100','','','8','16.00','1','2025-06-15 11:26:58','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','591.00','590','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174998677171376182112'),(8658,'81749986646','74',1.00,'100','retail','0','2025-06-15 14:26:15','','','','0','Cash',13.56,'100','','','8','16.00','1','2025-06-15 11:26:58','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','490.00','489','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174998677710603230274'),(8659,'81749986646','1',1.00,'50','retail','0','2025-06-15 14:26:26','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-15 11:26:58','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4584.00','4583','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174998678702380400849'),(8660,'221749986217','88',1.00,'150','retail','0','2025-06-15 14:16:57','','','','0','Cash',20.34,'150','','','22','','1','2025-06-15 11:41:19','3','10','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','539.00','538','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174998621802920943267'),(8661,'221749986217','19',1.00,'180','retail','0','2025-06-15 14:22:24','','','','0','Cash',24.41,'180','','','22','','1','2025-06-15 11:41:19','1','2','new','1','printed','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','703.00','702','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174998654530340039833'),(8662,'221749984202','18',1.00,'150','retail','0','2025-06-15 13:43:22','','','','0','Cash',20.34,'150','','','22','','1','2025-06-15 11:49:13','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','815.00','814','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174998420372822330903'),(8663,'221749984202','35',1.00,'560','retail','0','2025-06-15 13:45:53','','','','0','Cash',75.93,'560','','','22','','1','2025-06-15 11:49:13','1','13','new','1','printed','pcs','','','','yes','','9.49','','','VATABLE',474.58,'1','513.00','512','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174998435423530329320'),(8664,'221749984202','18',1.00,'150','retail','0','2025-06-15 14:48:51','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-15 11:49:13','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','811.00','810','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174998813292023342332'),(8665,'81749986523','29',1.00,'100','retail','0','2025-06-15 14:22:03','','','','0','Cash',13.56,'100','','','8','','1','2025-06-15 11:53:20','1','3','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','985.00','984','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174998652557032205623'),(8666,'81749986523','31',1.00,'150','retail','0','2025-06-15 14:23:11','','','','0','Cash',20.34,'150','','','8','','1','2025-06-15 11:53:20','1','3','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1883.00','1882','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174998659231299336243'),(8667,'81749986523','31',1.00,'150','retail','0','2025-06-15 14:23:21','','','','0','Cash',20.34,'150','','','8','','1','2025-06-15 11:53:20','1','3','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1882.00','1881','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174998660439906130334'),(8668,'81749986523','8',1.00,'30','retail','0','2025-06-15 14:23:31','','','','0','Cash',4.07,'30','','','8','','1','2025-06-15 11:53:20','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1816.00','1815','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174998661313023131333'),(8669,'81749986523','54',1.00,'50','retail','0','2025-06-15 14:53:15','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-15 11:53:20','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','566.00','565','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174998839732433492709'),(8670,'81749988798','76',1.00,'100','retail','0','2025-06-15 14:59:58','','','','0','Cash',13.56,'100','','','8','16.00','1','2025-06-15 12:03:41','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','590.00','589','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174998879942038933200'),(8671,'81749988798','41',1.00,'100','retail','0','2025-06-15 15:02:17','','','','0','Cash',13.56,'100','','','8','16.00','1','2025-06-15 12:03:41','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','712.00','711','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174998893830339308030'),(8672,'81749988798','6',1.00,'50','retail','0','2025-06-15 15:03:09','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-15 12:03:41','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1081.00','1080','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174998899032822403040'),(8673,'81749988798','93',1.00,'300','retail','0','2025-06-15 15:03:28','','','','0','Cash',40.68,'300','','','8','16.00','1','2025-06-15 12:03:41','1','3','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','396.00','395','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174998900944902249332'),(8674,'81749988798','93',1.00,'300','retail','0','2025-06-15 15:03:33','','','','0','Cash',40.68,'300','','','8','16.00','1','2025-06-15 12:03:41','1','3','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','395.00','394','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174998901429332023992'),(8675,'81749989120','18',1.00,'150','retail','0','2025-06-15 15:05:20','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-06-15 12:05:42','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','810.00','809','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174998912103399933070'),(8676,'81749989120','1',1.00,'50','retail','0','2025-06-15 15:05:37','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-15 12:05:42','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4582.00','4581','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174998913833823020222'),(8677,'221749988979','1',1.00,'50','retail','0','2025-06-15 15:02:59','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-15 12:10:19','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4583.00','4582','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174998898004883220023'),(8678,'221749988979','18',1.00,'150','retail','0','2025-06-15 15:10:13','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-15 12:10:19','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','809.00','808','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174998941574235282222'),(8679,'81749990427','87',1.00,'150','retail','0','2025-06-15 15:27:07','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-06-15 12:27:32','3','10','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','407.00','406','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174999042822222332989'),(8680,'81749990427','87',1.00,'150','retail','0','2025-06-15 15:27:12','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-06-15 12:27:32','3','10','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','406.00','405','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174999043340923033939'),(8681,'81749990427','19',1.00,'180','retail','0','2025-06-15 15:27:24','','','','0','Cash',24.41,'180','','','8','16.00','1','2025-06-15 12:27:32','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','701.00','700','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174999044523237020322'),(8682,'81749990427','19',1.00,'180','retail','0','2025-06-15 15:27:25','','','','0','Cash',24.41,'180','','','8','16.00','1','2025-06-15 12:27:32','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','700.00','699','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174999044738802099444'),(8685,'221749991291','59',1.00,'50','retail','0','2025-06-15 15:41:31','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-15 12:41:36','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','668.00','667','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174999129202327232229'),(8686,'81749990601','8',1.00,'30','retail','0','2025-06-15 15:30:01','','','','0','Cash',4.07,'30','','','8','','1','2025-06-15 12:43:22','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1815.00','1814','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174999060502929223232'),(8687,'81749990601','50',1.00,'50','retail','0','2025-06-15 15:30:41','','','','0','Cash',6.78,'50','','','8','','1','2025-06-15 12:43:22','1','6','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','554.00','553','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174999064739244223193'),(8688,'81749990601','8',1.00,'30','retail','0','2025-06-15 15:43:18','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-06-15 12:43:22','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1814.00','1813','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174999139909389028092'),(8689,'81749991951','1',1.00,'50','retail','0','2025-06-15 15:52:31','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-15 12:53:23','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4581.00','4580','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174999195324072329189'),(8690,'81749991951','1',1.00,'50','retail','0','2025-06-15 15:52:35','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-15 12:53:23','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4580.00','4579','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174999195693353120330'),(8691,'81749991951','7',1.00,'20','retail','0','2025-06-15 15:53:16','','','','0','Cash',2.71,'20','','','8','16.00','1','2025-06-15 12:53:23','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','923.00','922','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174999199922322023023'),(8692,'81749992145','13',1.00,'100','retail','0','2025-06-15 15:55:45','','','','0','Cash',13.56,'100','','','8','16.00','1','2025-06-15 12:55:51','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','492.00','491','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174999214603992926020'),(8709,'221749995310','59',1.00,'50','retail','0','2025-06-15 16:48:30','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-15 13:48:42','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','666.00','665','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174999531243329920223'),(8710,'221749995310','59',1.00,'50','retail','0','2025-06-15 16:48:35','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-15 13:48:42','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','665.00','664','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174999531622059227222'),(8711,'221749995392','18',1.00,'150','retail','0','2025-06-15 16:49:52','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-15 13:49:57','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','806.00','805','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174999539333343033223'),(8712,'81749993061','73',1.00,'300','retail','0','2025-06-15 16:11:01','','','','0','Cash',40.68,'300','','','8','','1','2025-06-15 13:50:21','3','10','new','1','printed','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','528.00','527','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174999306230330333330'),(8713,'81749993061','18',1.00,'150','retail','0','2025-06-15 16:11:12','','','','0','Cash',20.34,'150','','','8','','1','2025-06-15 13:50:21','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','808.00','807','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174999307333320203233'),(8714,'81749993061','18',1.00,'150','retail','0','2025-06-15 16:11:16','','','','0','Cash',20.34,'150','','','8','','1','2025-06-15 13:50:21','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','807.00','806','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174999307742200493230'),(8715,'81749993061','91',1.00,'100','retail','0','2025-06-15 16:11:30','','','','0','Cash',13.56,'100','','','8','','1','2025-06-15 13:50:21','3','16','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','1223.00','1222','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174999309142909302943'),(8716,'81749993061','59',1.00,'50','retail','0','2025-06-15 16:45:04','','','','0','Cash',6.78,'50','','','8','','1','2025-06-15 13:50:21','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','667.00','666','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8174999510543232722133'),(8717,'81749993061','59',1.00,'50','retail','0','2025-06-15 16:50:10','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-15 13:50:21','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','664.00','663','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174999541202403973949'),(8718,'221749995732','1',1.00,'50','retail','0','2025-06-15 16:55:32','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-15 13:55:50','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4579.00','4578','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174999573420233000232'),(8719,'221749995732','1',1.00,'50','retail','0','2025-06-15 16:55:41','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-15 13:55:50','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4578.00','4577','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174999574555320399534'),(8720,'221749986744','33',1.00,'600','retail','0','2025-06-15 14:25:44','','','','0','Cash',81.36,'600','','','22','','1','2025-06-15 14:03:19','1','13','new','1','printed','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','1023.00','1022','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174998674577222382021'),(8721,'221749986744','30',1.00,'50','retail','0','2025-06-15 14:26:05','','','','0','Cash',6.78,'50','','','22','','1','2025-06-15 14:03:19','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','653.00','652','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174998676627032366626'),(8722,'221749986744','30',1.00,'50','retail','0','2025-06-15 14:26:17','','','','0','Cash',6.78,'50','','','22','','1','2025-06-15 14:03:19','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','652.00','651','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174998677979832316022'),(8723,'221749986744','102',1.00,'90','retail','0','2025-06-15 16:42:03','','','','65','Cash',12.20,'90','','','22','','1','2025-06-15 14:03:19','3','8','new','1','printed','pcs','','','','yes','','1.53','','','VATABLE',76.27,'1','521.00','520','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174999492442439002993'),(8724,'221749986744','102',1.00,'90','retail','0','2025-06-15 16:42:08','','','','65','Cash',12.20,'90','','','22','','1','2025-06-15 14:03:19','3','8','new','1','printed','pcs','','','','yes','','1.53','','','VATABLE',76.27,'1','520.00','519','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174999492933233037249'),(8725,'221749986744','21',1.00,'280','retail','0','2025-06-15 16:43:29','','','','0','Cash',37.97,'280','','','22','','1','2025-06-15 14:03:19','1','3','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','592.00','591','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174999501030393752322'),(8726,'221749986744','21',1.00,'280','retail','0','2025-06-15 16:43:38','','','','0','Cash',37.97,'280','','','22','','1','2025-06-15 14:03:19','1','3','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','591.00','590','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174999501930901299393'),(8727,'221749986744','102',1.00,'90','retail','0','2025-06-15 17:03:10','','','','65','Cash',12.20,'90','','','22','16.00','1','2025-06-15 14:03:19','3','8','new','1','new','pcs','','','','yes','','1.53','','','VATABLE',76.27,'1','519.00','518','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174999619222232392933'),(8731,'81749999501','33',1.00,'600','retail','0','2025-06-15 17:58:21','','','','0','Cash',81.36,'600','','','8','16.00','1','2025-06-15 14:58:44','1','13','new','1','new','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','1022.00','1021','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174999950220329452027'),(8732,'81749999501','30',1.00,'50','retail','0','2025-06-15 17:58:35','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-15 14:58:44','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','651.00','650','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174999951620233592923'),(8733,'81749999501','30',1.00,'50','retail','0','2025-06-15 17:58:39','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-15 14:58:44','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','650.00','649','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174999952032339322739'),(8734,'221749998896','18',1.00,'150','retail','0','2025-06-15 17:48:16','','','','0','Cash',20.34,'150','','','22','','1','2025-06-15 15:02:17','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','805.00','804','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174999889803323030339'),(8735,'221749998896','18',1.00,'150','retail','0','2025-06-15 17:48:22','','','','0','Cash',20.34,'150','','','22','','1','2025-06-15 15:02:17','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','804.00','803','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174999890439272029220'),(8736,'221749998896','41',1.00,'100','retail','0','2025-06-15 17:50:12','','','','0','Cash',13.56,'100','','','22','','1','2025-06-15 15:02:17','3','4','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','711.00','710','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22174999901413003232242'),(8737,'221749998896','41',1.00,'100','retail','0','2025-06-15 17:59:58','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-06-15 15:02:17','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','710.00','709','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22174999960033049402330'),(8738,'81749999803','1',1.00,'50','retail','0','2025-06-15 18:03:23','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-15 15:03:50','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4577.00','4576','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174999980933233082902'),(8739,'81749999803','1',1.00,'50','retail','0','2025-06-15 18:03:36','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-15 15:03:50','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4576.00','4575','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174999981733222094374'),(8740,'81749999803','1',1.00,'50','retail','0','2025-06-15 18:03:41','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-15 15:03:50','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4575.00','4574','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8174999982337024330303'),(8741,'221750000842','1',1.00,'50','retail','0','2025-06-15 18:20:42','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-15 15:20:47','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4574.00','4573','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175000084312202201232'),(8742,'81750001095','59',1.00,'50','retail','0','2025-06-15 18:24:55','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-15 15:25:03','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','663.00','662','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175000109791032373090'),(8743,'221750001664','18',1.00,'150','retail','0','2025-06-15 18:34:24','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-15 16:12:21','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','803.00','802','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175000166522323330030'),(8744,'221750001664','18',1.00,'150','retail','0','2025-06-15 18:34:28','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-15 16:12:21','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','802.00','801','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175000166912302333032'),(8745,'221750001664','28',1.00,'200','retail','0','2025-06-15 18:34:50','','','','0','Cash',27.12,'200','','','22','16.00','1','2025-06-15 16:12:21','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','572.00','571','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175000169132036352123'),(8746,'221750001664','21',1.00,'280','retail','0','2025-06-15 18:34:58','','','','0','Cash',37.97,'280','','','22','16.00','1','2025-06-15 16:12:21','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','590.00','589','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175000169993353570303'),(8747,'221750001664','29',1.00,'100','retail','0','2025-06-15 18:35:05','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-06-15 16:12:21','1','3','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','984.00','983','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175000170633003073332'),(8748,'221750001664','11',1.00,'60','retail','0','2025-06-15 18:41:28','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-06-15 16:12:21','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','278.00','277','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175000209023200022230'),(8749,'221750001664','38',1.00,'50','retail','0','2025-06-15 19:07:58','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-15 16:12:21','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','962.00','961','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175000367930230303530'),(8750,'221750001664','38',1.00,'50','retail','0','2025-06-15 19:10:00','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-15 16:12:21','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','961.00','960','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175000380120033313037'),(8751,'221750001664','38',1.00,'50','retail','0','2025-06-15 19:10:13','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-15 16:12:21','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','960.00','959','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175000381525222303133'),(8752,'221750004840','18',1.00,'150','retail','0','2025-06-15 19:27:20','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-15 16:28:38','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','801.00','800','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175000484112723344232'),(8753,'221750004840','1',1.00,'50','retail','0','2025-06-15 19:28:20','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-15 16:28:38','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4573.00','4572','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175000490223720002230'),(8754,'221750004964','38',1.00,'50','retail','0','2025-06-15 19:29:24','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-15 16:29:29','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','959.00','958','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175000496502000033022'),(8755,'221750004998','38',1.00,'50','retail','0','2025-06-15 19:29:58','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-15 16:32:31','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','958.00','957','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175000499923234224222'),(8756,'81750009276','1',1.00,'50','retail','0','2025-06-15 20:41:16','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-15 17:44:08','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4572.00','4571','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175000927720023283318'),(8757,'81750009276','1',1.00,'50','retail','0','2025-06-15 20:41:20','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-15 17:44:08','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4571.00','4570','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175000928129822222020'),(8758,'81750009276','1',1.00,'50','retail','0','2025-06-15 20:41:23','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-15 17:44:08','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4570.00','4569','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175000928429353430330'),(8759,'81750009276','1',1.00,'50','retail','0','2025-06-15 20:41:26','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-15 17:44:08','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4569.00','4568','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175000928889332305020'),(8760,'81750009276','1',1.00,'50','retail','0','2025-06-15 20:41:31','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-15 17:44:08','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4568.00','4567','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175000929220230325033'),(8761,'81750009276','1',1.00,'50','retail','0','2025-06-15 20:41:35','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-15 17:44:08','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4567.00','4566','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175000929620327280302'),(8762,'81750009276','1',1.00,'50','retail','0','2025-06-15 20:41:38','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-15 17:44:08','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4566.00','4565','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175000930009500440540'),(8763,'81750009276','1',1.00,'50','retail','0','2025-06-15 20:42:34','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-15 17:44:08','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4565.00','4564','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175000935582881293200'),(8764,'81750009276','59',1.00,'50','retail','0','2025-06-15 20:42:48','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-15 17:44:08','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','662.00','661','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175000936930300372930'),(8765,'81750009276','59',1.00,'50','retail','0','2025-06-15 20:42:52','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-15 17:44:08','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','661.00','660','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175000937400220202032'),(8766,'81750009276','59',1.00,'50','retail','0','2025-06-15 20:42:57','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-15 17:44:08','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','660.00','659','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175000937833423237330'),(8767,'81750009276','59',1.00,'50','retail','0','2025-06-15 20:43:01','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-15 17:44:08','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','659.00','658','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175000938233144232203'),(8768,'81750009276','54',1.00,'50','retail','0','2025-06-15 20:43:07','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-15 17:44:08','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','565.00','564','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175000938823200373300'),(8769,'81750009276','12',1.00,'50','retail','0','2025-06-15 20:43:21','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-15 17:44:08','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','578.00','577','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175000940244780323427'),(8770,'81750009276','11',1.00,'60','retail','0','2025-06-15 20:43:40','','','','0','Cash',8.14,'60','','','8','16.00','1','2025-06-15 17:44:08','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','277.00','276','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175000942117330830221'),(8771,'81750009276','11',1.00,'60','retail','0','2025-06-15 20:43:43','','','','0','Cash',8.14,'60','','','8','16.00','1','2025-06-15 17:44:08','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','276.00','275','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175000942425230344205'),(8772,'81750009276','8',1.00,'30','retail','0','2025-06-15 20:43:50','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-06-15 17:44:08','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1813.00','1812','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175000943120130200533'),(8773,'81750009276','8',1.00,'30','retail','0','2025-06-15 20:43:53','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-06-15 17:44:08','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1812.00','1811','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175000943407394038204'),(8774,'221750009437','26',1.00,'600','retail','0','2025-06-15 20:43:57','','','','0','Cash',81.36,'600','','','22','16.00','1','2025-06-15 17:46:56','1','3','new','1','new','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','401.00','400','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175000943802223330043'),(8775,'221750009437','25',1.00,'200','retail','0','2025-06-15 20:45:07','','','','0','Cash',27.12,'200','','','22','16.00','1','2025-06-15 17:46:56','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','544.00','543','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175000950822032320225'),(8776,'221750009437','29',1.00,'100','retail','0','2025-06-15 20:45:31','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-06-15 17:46:56','1','3','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','983.00','982','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175000953100225320235'),(8777,'221750009437','59',1.00,'50','retail','0','2025-06-15 20:45:49','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-15 17:46:56','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','658.00','657','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175000955022150357021'),(8778,'221750009437','88',1.00,'150','retail','0','2025-06-15 20:46:48','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-15 17:46:56','3','10','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','538.00','537','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175000960933303023322'),(8779,'81750010290','18',1.00,'150','retail','0','2025-06-15 20:58:10','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-06-15 17:58:14','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','800.00','799','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175001029101332331422'),(8782,'81750010568','1',1.00,'50','retail','0','2025-06-15 21:02:48','','','','0','Cash',6.78,'50','','','8','','1','2025-06-15 18:08:28','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4564.00','4563','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175001056950852234305'),(8783,'81750010568','6',1.00,'50','retail','0','2025-06-15 21:03:04','','','','0','Cash',6.78,'50','','','8','','1','2025-06-15 18:08:28','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1080.00','1079','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175001058610072200020'),(8784,'81750010568','6',1.00,'50','retail','0','2025-06-15 21:08:24','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-15 18:08:28','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1079.00','1078','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175001090532820332320'),(8785,'181750012287','8',1.00,'30','retail','0','2025-06-15 21:31:27','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-06-15 18:31:39','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1811.00','1810','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175001228828002233113'),(8786,'181750012287','8',1.00,'30','retail','0','2025-06-15 21:31:30','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-06-15 18:31:39','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1810.00','1809','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175001229301820131970'),(8787,'181750012321','18',1.00,'150','retail','0','2025-06-15 21:32:01','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-15 18:32:07','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','799.00','798','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175001232102313107380'),(8788,'181750013414','14',1.00,'100','retail','0','2025-06-15 21:50:14','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-06-15 18:50:19','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','497.00','496','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175001341515770220013'),(8789,'181750014357','6',1.00,'50','retail','0','2025-06-15 22:05:57','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-15 19:06:06','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1078.00','1077','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175001435883015332300'),(8790,'181750014357','6',1.00,'50','retail','0','2025-06-15 22:06:00','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-15 19:06:06','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1077.00','1076','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175001436103648203334'),(8791,'181750014850','25',1.00,'200','retail','0','2025-06-15 22:14:10','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-06-15 19:14:39','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','543.00','542','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175001485132523142521'),(8792,'181750014850','34',1.00,'280','retail','0','2025-06-15 22:14:28','','','','0','Cash',37.97,'280','','','18','16.00','1','2025-06-15 19:14:39','1','13','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','494.00','493','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175001486921012030682'),(8793,'111750057785','1',1.00,'50','retail','0','2025-06-16 10:09:45','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-16 07:10:00','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4563.00','4562','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175005778602223130073'),(8794,'111750057785','7',1.00,'20','retail','0','2025-06-16 10:09:53','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-06-16 07:10:00','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','922.00','921','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175005779430077223223'),(8795,'111750057785','7',1.00,'20','retail','0','2025-06-16 10:09:56','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-06-16 07:10:00','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','921.00','920','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175005779730019503232'),(8799,'111750059555','1',1.00,'50','retail','0','2025-06-16 10:39:15','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-16 07:39:20','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4562.00','4561','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175005955635220932002'),(8800,'111750063905','8',1.00,'30','retail','0','2025-06-16 11:51:45','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-06-16 08:52:00','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1806.00','1805','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175006390635139303217'),(8801,'111750063905','38',1.00,'50','retail','0','2025-06-16 11:51:55','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-16 08:52:00','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','957.00','956','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175006391633100101503'),(8802,'111750066093','19',1.00,'180','retail','0','2025-06-16 12:28:13','','','','0','Cash',24.41,'180','','','11','16.00','1','2025-06-16 09:28:22','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','699.00','698','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175006609603023002223'),(8803,'111750066752','8',1.00,'30','retail','0','2025-06-16 12:39:12','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-06-16 09:41:41','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1805.00','1804','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175006675422763263703'),(8804,'111750066752','8',1.00,'30','retail','0','2025-06-16 12:39:18','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-06-16 09:41:41','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1804.00','1803','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175006675952326332710'),(8805,'111750066752','1',1.00,'50','retail','0','2025-06-16 12:39:37','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-16 09:41:41','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4561.00','4560','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175006677838233737830'),(8806,'111750066752','29',1.00,'100','retail','0','2025-06-16 12:39:54','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-06-16 09:41:41','1','3','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','982.00','981','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175006679537156633071'),(8807,'111750066752','50',1.00,'50','retail','0','2025-06-16 12:40:05','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-16 09:41:41','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','553.00','552','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175006680622270203030'),(8808,'111750066752','50',1.00,'50','retail','0','2025-06-16 12:40:12','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-16 09:41:41','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','552.00','551','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175006681302133303261'),(8809,'111750066752','30',1.00,'50','retail','0','2025-06-16 12:40:54','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-16 09:41:41','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','649.00','648','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175006685530215203652'),(8810,'111750066752','21',1.00,'280','retail','0','2025-06-16 12:41:16','','','','0','Cash',37.97,'280','','','11','16.00','1','2025-06-16 09:41:41','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','589.00','588','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175006687922060227222'),(8811,'111750066929','18',1.00,'150','retail','0','2025-06-16 12:42:09','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-16 09:42:55','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','798.00','797','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175006693020003037323'),(8812,'111750066929','18',1.00,'150','retail','0','2025-06-16 12:42:13','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-16 09:42:55','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','797.00','796','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175006693431233333320'),(8813,'111750066929','74',1.00,'100','retail','0','2025-06-16 12:42:32','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-06-16 09:42:55','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','489.00','488','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175006695367201000311'),(8814,'111750066929','1',1.00,'50','retail','0','2025-06-16 12:42:48','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-16 09:42:55','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4560.00','4559','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175006697012393236030'),(8815,'111750067288','1',1.00,'50','retail','0','2025-06-16 12:48:08','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-16 09:48:21','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4559.00','4558','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175006728909332200383'),(8820,'111750069229','41',1.00,'100','retail','0','2025-06-16 13:20:30','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-06-16 10:23:25','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','708.00','707','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175006923122322313001'),(8821,'111750068766','29',1.00,'100','retail','0','2025-06-16 13:12:47','','','','0','Cash',13.56,'100','','','11','','1','2025-06-16 10:25:21','1','3','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','981.00','980','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11175006876963312322516'),(8822,'111750068766','31',1.00,'150','retail','0','2025-06-16 13:12:58','','','','0','Cash',20.34,'150','','','11','','1','2025-06-16 10:25:21','1','3','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1881.00','1880','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11175006878123553202013'),(8823,'111750068766','41',1.00,'100','retail','0','2025-06-16 13:13:20','','','','0','Cash',13.56,'100','','','11','','1','2025-06-16 10:25:21','3','4','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','709.00','708','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11175006880335215023028'),(8824,'111750068766','25',1.00,'200','retail','0','2025-06-16 13:14:05','','','','0','Cash',27.12,'200','','','11','','1','2025-06-16 10:25:21','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','542.00','541','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11175006884832300231333'),(8825,'111750068766','41',1.00,'100','retail','0','2025-06-16 13:25:11','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-06-16 10:25:21','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','707.00','706','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175006951393013121025'),(8826,'111750069726','30',1.00,'50','retail','0','2025-06-16 13:28:46','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-16 10:29:20','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','648.00','647','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175006972772226032237'),(8827,'111750069726','50',1.00,'50','retail','0','2025-06-16 13:28:56','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-16 10:29:20','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','551.00','550','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175006973897220000113'),(8828,'111750069726','40',1.00,'150','retail','0','2025-06-16 13:29:10','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-16 10:29:20','1','13','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','389.00','388','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175006975465113713200'),(8829,'111750069914','8',1.00,'30','retail','0','2025-06-16 13:31:54','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-06-16 10:32:39','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1803.00','1802','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175006991521391292700'),(8830,'111750069914','31',1.00,'150','retail','0','2025-06-16 13:32:31','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-16 10:32:39','1','3','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1880.00','1879','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175006995223502720370'),(8831,'111750071883','41',1.00,'100','retail','0','2025-06-16 14:04:43','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-06-16 11:04:59','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','706.00','705','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175007188470013233300'),(8832,'111750071883','41',1.00,'100','retail','0','2025-06-16 14:04:51','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-06-16 11:04:59','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','705.00','704','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175007189335308232213'),(8833,'111750072699','28',1.00,'200','retail','0','2025-06-16 14:18:19','','','','0','Cash',27.12,'200','','','11','16.00','1','2025-06-16 11:18:28','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','571.00','570','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175007270132202311131'),(8834,'111750073709','30',1.00,'50','retail','0','2025-06-16 14:35:09','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-16 11:37:02','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','647.00','646','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175007371170222023213'),(8835,'111750073709','32',1.00,'300','retail','0','2025-06-16 14:36:35','','','','0','Cash',40.68,'300','','','11','16.00','1','2025-06-16 11:37:02','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','481.00','480','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175007379873029930735'),(8837,'111750075499','50',1.00,'50','retail','0','2025-06-16 15:04:59','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-16 12:05:21','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','550.00','549','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175007550130003100302'),(8841,'111750074999','101',1.00,'50','retail','0','2025-06-16 14:56:39','','','','30','Cash',6.78,'50','','','11','','1','2025-06-16 12:08:46','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','438.00','437','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11175007500031303333000'),(8842,'111750074999','59',1.00,'50','retail','0','2025-06-16 15:08:42','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-16 12:08:46','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','655.00','654','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175007572320200203317'),(8846,'111750075628','38',1.00,'50','retail','0','2025-06-16 15:07:08','','','','0','Cash',6.78,'50','','','11','','1','2025-06-16 12:27:23','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','956.00','955','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11175007562903092122123'),(8847,'111750075628','59',1.00,'50','retail','0','2025-06-16 15:07:37','','','','0','Cash',6.78,'50','','','11','','1','2025-06-16 12:27:23','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','657.00','656','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11175007565832360233635'),(8848,'111750075628','59',1.00,'50','retail','0','2025-06-16 15:07:41','','','','0','Cash',6.78,'50','','','11','','1','2025-06-16 12:27:23','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','656.00','655','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11175007566261103360573'),(8849,'111750075628','59',1.00,'50','retail','0','2025-06-16 15:27:15','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-16 12:27:23','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','654.00','653','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175007683728320022322'),(8850,'111750076284','25',1.00,'200','retail','0','2025-06-16 15:18:04','','','','0','Cash',27.12,'200','','','11','','1','2025-06-16 12:46:46','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','541.00','540','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11175007628630371231520'),(8851,'111750076284','23',1.00,'350','retail','0','2025-06-16 15:18:10','','','','0','Cash',47.46,'350','','','11','','1','2025-06-16 12:46:46','1','3','new','1','printed','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','564.00','563','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11175007629220322033322'),(8852,'111750076284','18',1.00,'150','retail','0','2025-06-16 15:18:21','','','','0','Cash',20.34,'150','','','11','','1','2025-06-16 12:46:46','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','796.00','795','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11175007630377132330030'),(8853,'111750076284','55',1.00,'80','retail','0','2025-06-16 15:46:41','','','','0','Cash',10.85,'80','','','11','16.00','1','2025-06-16 12:46:46','3','8','new','1','new','pcs','','','','yes','','1.36','','','VATABLE',67.80,'1','670.00','669','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175007800237200803212'),(8854,'111750059525','8',1.00,'30','retail','0','2025-06-16 10:38:45','','','','0','Cash',4.07,'30','','','11','','1','2025-06-16 12:50:57','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1809.00','1808','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11175005952633903352611'),(8855,'111750059525','8',1.00,'30','retail','0','2025-06-16 10:38:50','','','','0','Cash',4.07,'30','','','11','','1','2025-06-16 12:50:57','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1808.00','1807','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11175005953109307033505'),(8856,'111750059525','8',1.00,'30','retail','0','2025-06-16 10:38:54','','','','0','Cash',4.07,'30','','','11','','1','2025-06-16 12:50:57','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1807.00','1806','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11175005953533057352203'),(8857,'111750059525','56',1.00,'60','retail','0','2025-06-16 15:50:49','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-06-16 12:50:57','3','8','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','646.00','645','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175007825022313052023'),(8858,'111750079142','41',1.00,'100','retail','0','2025-06-16 16:05:42','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-06-16 13:05:51','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','704.00','703','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175007914332353722022'),(8859,'111750079142','41',1.00,'100','retail','0','2025-06-16 16:05:47','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-06-16 13:05:51','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','703.00','702','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175007914720134220522'),(8860,'111750080858','18',1.00,'150','retail','0','2025-06-16 16:34:18','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-16 13:34:39','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','795.00','794','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175008085982530029701'),(8861,'111750082600','38',1.00,'50','retail','0','2025-06-16 17:03:20','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-16 14:03:45','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','955.00','954','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175008260323332322230'),(8863,'111750083443','52',1.00,'150','retail','0','2025-06-16 17:18:06','','','','0','Cash',20.34,'150','','','11','','1','2025-06-16 14:33:22','3','7','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','877.00','876','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11175008348902122005122'),(8864,'111750083443','6',1.00,'50','retail','0','2025-06-16 17:32:53','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-16 14:33:22','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1076.00','1075','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175008437530013702020'),(8865,'111750083443','6',1.00,'50','retail','0','2025-06-16 17:33:03','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-16 14:33:22','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1075.00','1074','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175008438503103823028'),(8866,'111750086634','19',1.00,'180','retail','0','2025-06-16 18:10:34','','','','0','Cash',24.41,'180','','','11','16.00','1','2025-06-16 15:17:52','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','698.00','697','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175008663901853220272'),(8867,'111750086634','30',1.00,'50','retail','0','2025-06-16 18:11:13','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-16 15:17:52','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','646.00','645','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175008667533213330330'),(8868,'111750086634','40',1.00,'150','retail','0','2025-06-16 18:12:26','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-16 15:17:52','1','13','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','388.00','387','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175008674700203322120'),(8869,'111750086634','1',1.00,'50','retail','0','2025-06-16 18:12:40','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-16 15:17:52','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4558.00','4557','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175008676113020388202'),(8870,'111750086634','61',1.00,'100','retail','0','2025-06-16 18:17:34','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-06-16 15:17:52','3','8','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','66.00','65','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175008705520805300101'),(8871,'111750087597','1',1.00,'50','retail','0','2025-06-16 18:26:37','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-16 15:28:03','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4557.00','4556','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175008760072003032300'),(8872,'111750087597','8',1.00,'30','retail','0','2025-06-16 18:27:56','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-06-16 15:28:03','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1802.00','1801','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175008767723222707122'),(8873,'111750088020','1',1.00,'50','retail','0','2025-06-16 18:33:40','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-16 15:34:31','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4556.00','4555','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175008802182830002003'),(8874,'111750088020','1',1.00,'50','retail','0','2025-06-16 18:33:47','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-16 15:34:31','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4555.00','4554','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175008803027023102213'),(8875,'111750088020','6',1.00,'50','retail','0','2025-06-16 18:34:22','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-16 15:34:31','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1074.00','1073','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175008806431122533423'),(8876,'111750089532','1',1.00,'50','retail','0','2025-06-16 18:58:52','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-16 15:58:57','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4554.00','4553','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175008953303333300228'),(8877,'111750089749','1',1.00,'50','retail','0','2025-06-16 19:02:30','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-16 16:03:45','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4553.00','4552','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175008975212337312332'),(8878,'111750089749','11',1.00,'60','retail','0','2025-06-16 19:02:59','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-06-16 16:03:45','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','275.00','274','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175008978323330000033'),(8879,'111750089749','59',1.00,'50','retail','0','2025-06-16 19:03:29','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-16 16:03:45','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','653.00','652','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175008981233313702951'),(8880,'111750089917','11',1.00,'60','retail','0','2025-06-16 19:05:18','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-06-16 16:06:54','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','274.00','273','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175008991919033302021'),(8881,'111750089917','1',1.00,'50','retail','0','2025-06-16 19:05:59','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-16 16:06:54','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4552.00','4551','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175008996219022272003'),(8882,'111750089917','59',1.00,'50','retail','0','2025-06-16 19:06:40','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-16 16:06:54','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','652.00','651','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175009000432230252921'),(8883,'111750090120','11',1.00,'60','retail','0','2025-06-16 19:08:40','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-06-16 16:10:28','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','273.00','272','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175009012233223237310'),(8884,'111750090120','1',1.00,'50','retail','0','2025-06-16 19:09:03','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-16 16:10:28','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4551.00','4550','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175009014831200123378'),(8885,'111750090120','59',1.00,'50','retail','0','2025-06-16 19:10:10','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-16 16:10:28','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','651.00','650','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175009021231322153303'),(8886,'111750091000','18',1.00,'150','retail','0','2025-06-16 19:23:20','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-16 16:28:26','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','794.00','793','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175009100179121210102'),(8887,'111750091000','18',1.00,'150','retail','0','2025-06-16 19:23:24','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-16 16:28:26','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','793.00','792','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175009100535010201023'),(8888,'111750091000','30',1.00,'50','retail','0','2025-06-16 19:23:38','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-16 16:28:26','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','645.00','644','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175009101900122373223'),(8889,'111750091000','30',1.00,'50','retail','0','2025-06-16 19:23:42','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-16 16:28:26','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','644.00','643','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175009102393373112213'),(8890,'111750091000','50',1.00,'50','retail','0','2025-06-16 19:23:53','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-16 16:28:26','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','549.00','548','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175009103403023003003'),(8891,'111750091000','23',1.00,'350','retail','0','2025-06-16 19:24:08','','','','0','Cash',47.46,'350','','','11','16.00','1','2025-06-16 16:28:26','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','563.00','562','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175009104923192323320'),(8892,'111750091000','53',1.00,'100','retail','0','2025-06-16 19:24:29','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-06-16 16:28:26','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','780.00','779','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175009107012337312330'),(8893,'111750091000','53',1.00,'100','retail','0','2025-06-16 19:24:33','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-06-16 16:28:26','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','779.00','778','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175009107512220912102'),(8894,'111750091000','52',1.00,'150','retail','0','2025-06-16 19:24:40','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-16 16:28:26','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','877.00','876','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175009108100323132012'),(8895,'111750091000','52',1.00,'150','retail','0','2025-06-16 19:24:47','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-16 16:28:26','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','876.00','875','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175009108931012303325'),(8896,'111750091000','52',1.00,'150','retail','0','2025-06-16 19:24:55','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-16 16:28:26','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','875.00','874','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175009109709009330393'),(8897,'111750091000','52',1.00,'150','retail','0','2025-06-16 19:25:03','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-16 16:28:26','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','874.00','873','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175009110522201300123'),(8898,'111750091000','52',1.00,'150','retail','0','2025-06-16 19:27:52','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-16 16:28:26','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','873.00','872','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175009127400131330223'),(8899,'111750091363','12',1.00,'50','retail','0','2025-06-16 19:29:23','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-16 16:29:32','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','577.00','576','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175009136533263300303'),(8900,'111750091363','1',1.00,'50','retail','0','2025-06-16 19:29:28','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-16 16:29:32','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4550.00','4549','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175009137002021027332'),(8901,'111750091363','11',1.00,'60','retail','0','2025-06-16 19:29:29','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-06-16 16:29:32','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','272.00','271','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175009137021332232310'),(8902,'111750091443','11',1.00,'60','retail','0','2025-06-16 19:30:43','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-06-16 16:32:32','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','271.00','270','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175009144522002122024'),(8903,'111750091443','1',1.00,'50','retail','0','2025-06-16 19:31:20','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-16 16:32:32','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4549.00','4548','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175009148333033035232'),(8904,'111750091443','1',1.00,'50','retail','0','2025-06-16 19:31:39','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-16 16:32:32','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4548.00','4547','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175009150432334123001'),(8905,'111750091443','1',1.00,'50','retail','0','2025-06-16 19:31:51','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-16 16:32:32','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4547.00','4546','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175009151510305223215'),(8906,'111750091443','18',1.00,'150','retail','0','2025-06-16 19:32:15','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-16 16:32:32','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','792.00','791','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175009153602315339103'),(8907,'111750091561','1',1.00,'50','retail','0','2025-06-16 19:32:41','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-16 16:32:56','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4546.00','4545','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175009156313109073200'),(8908,'111750091561','12',1.00,'50','retail','0','2025-06-16 19:32:48','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-16 16:32:56','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','576.00','575','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175009157013000230200'),(8909,'111750091675','1',1.00,'50','retail','0','2025-06-16 19:34:35','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-16 16:34:43','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4545.00','4544','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175009167632757030301'),(8910,'111750091755','32',1.00,'300','retail','0','2025-06-16 19:35:55','','','','0','Cash',40.68,'300','','','11','16.00','1','2025-06-16 16:37:11','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','480.00','479','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175009175637362050309'),(8911,'111750091755','30',1.00,'50','retail','0','2025-06-16 19:36:20','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-16 16:37:11','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','643.00','642','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175009178220033003283'),(8912,'111750091755','59',1.00,'50','retail','0','2025-06-16 19:36:43','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-16 16:37:11','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','650.00','649','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175009180572325511320'),(8913,'111750091755','57',1.00,'100','retail','0','2025-06-16 19:36:57','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-06-16 16:37:11','3','8','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','650.00','649','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175009181922213328393'),(8914,'111750092508','1',1.00,'50','retail','0','2025-06-16 19:48:28','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-16 16:48:33','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4544.00','4543','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175009250903022303332'),(8915,'111750093405','1',1.00,'50','retail','0','2025-06-16 20:03:25','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-16 17:03:54','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4543.00','4542','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175009340725102302033'),(8916,'111750093405','57',1.00,'100','retail','0','2025-06-16 20:03:44','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-06-16 17:03:54','3','8','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','649.00','648','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175009342609032037023'),(8917,'111750095449','1',1.00,'50','retail','0','2025-06-16 20:37:29','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-16 17:37:35','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4542.00','4541','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175009545035004202300'),(8918,'111750095468','1',1.00,'50','retail','0','2025-06-16 20:37:48','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-16 17:37:54','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4541.00','4540','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175009546932120315513'),(8919,'111750095619','1',1.00,'50','retail','0','2025-06-16 20:40:19','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-16 17:40:37','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4540.00','4539','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175009562023225002307'),(8920,'111750095619','18',1.00,'150','retail','0','2025-06-16 20:40:32','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-16 17:40:37','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','791.00','790','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175009563333901133730'),(8921,'181750099979','30',1.00,'50','retail','0','2025-06-16 21:52:59','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-16 18:53:57','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','642.00','641','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175009998013020399202'),(8922,'181750099979','50',1.00,'50','retail','0','2025-06-16 21:53:06','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-16 18:53:57','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','548.00','547','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175009998720020229223'),(8923,'181750099979','50',1.00,'50','retail','0','2025-06-16 21:53:15','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-16 18:53:57','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','547.00','546','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175009999630290396293'),(8924,'181750099979','30',1.00,'50','retail','0','2025-06-16 21:53:38','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-16 18:53:57','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','641.00','640','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175010001921122312033'),(8925,'181750099979','18',1.00,'150','retail','0','2025-06-16 21:53:45','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-16 18:53:57','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','790.00','789','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175010002620323223201'),(8926,'181750103894','28',1.00,'200','retail','0','2025-06-16 22:58:14','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-06-16 19:58:20','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','570.00','569','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175010389532118220232'),(8930,'181750109516','21',1.00,'280','retail','0','2025-06-17 00:31:56','','','','0','Cash',37.97,'280','','','18','','1','2025-06-16 22:22:33','1','3','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','588.00','587','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18175010951707321250031'),(8931,'181750109516','30',1.00,'50','retail','0','2025-06-17 00:31:59','','','','0','Cash',6.78,'50','','','18','','1','2025-06-16 22:22:33','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','640.00','639','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18175010952121220305271'),(8932,'181750109516','1',1.00,'50','retail','0','2025-06-17 00:32:14','','','','0','Cash',6.78,'50','','','18','','1','2025-06-16 22:22:33','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4539.00','4538','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18175010953432933012003'),(8933,'181750109516','1',1.00,'50','retail','0','2025-06-17 01:22:21','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-16 22:22:33','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4538.00','4537','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175011254203203522330'),(8934,'111750144739','7',1.00,'20','retail','0','2025-06-17 10:18:59','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-06-17 07:19:08','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','920.00','919','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175014474053433452112'),(8935,'111750144739','7',1.00,'20','retail','0','2025-06-17 10:19:04','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-06-17 07:19:08','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','919.00','918','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175014474523122310052'),(8936,'221750145504','1',1.00,'50','retail','0','2025-06-17 10:31:44','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-17 07:31:48','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4537.00','4536','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175014550542230230223'),(8940,'111750146271','7',1.00,'20','retail','0','2025-06-17 10:44:31','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-06-17 07:45:22','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','918.00','917','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175014627273373022512'),(8941,'111750146271','7',1.00,'20','retail','0','2025-06-17 10:44:35','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-06-17 07:45:22','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','917.00','916','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175014627665173323246'),(8942,'111750146271','1',1.00,'50','retail','0','2025-06-17 10:45:18','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-17 07:45:22','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4535.00','4534','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175014631911331231201'),(8943,'221750147349','7',1.00,'20','retail','0','2025-06-17 11:02:29','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-06-17 08:02:46','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','916.00','915','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175014735021522373320'),(8944,'221750147349','7',1.00,'20','retail','0','2025-06-17 11:02:33','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-06-17 08:02:46','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','915.00','914','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175014735533727332303'),(8948,'111750150595','25',1.00,'200','retail','0','2025-06-17 11:56:35','','','','0','Cash',27.12,'200','','','11','16.00','1','2025-06-17 08:56:42','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','540.00','539','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175015059627511523522'),(8949,'111750150714','12',1.00,'50','retail','0','2025-06-17 11:58:34','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-17 08:58:47','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','575.00','574','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175015071502122032700'),(8950,'111750150714','12',1.00,'50','retail','0','2025-06-17 11:58:41','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-17 08:58:47','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','574.00','573','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175015072322201022052'),(8951,'221750152058','1',1.00,'50','retail','0','2025-06-17 12:20:58','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-17 09:22:09','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4534.00','4533','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175015205933215322271'),(8952,'221750152058','1',1.00,'50','retail','0','2025-06-17 12:21:13','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-17 09:22:09','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4533.00','4532','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175015207433033035232'),(8953,'221750152058','11',1.00,'60','retail','0','2025-06-17 12:21:45','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-06-17 09:22:09','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','270.00','269','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175015210632202221202'),(8954,'221750152058','11',1.00,'60','retail','0','2025-06-17 12:21:50','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-06-17 09:22:09','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','269.00','268','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175015211122325102511'),(8955,'221750152058','18',1.00,'150','retail','0','2025-06-17 12:22:00','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-17 09:22:09','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','789.00','788','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175015212100332523320'),(8961,'221750155019','7',1.00,'20','retail','0','2025-06-17 13:10:19','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-06-17 10:10:32','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','912.00','911','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175015502107322200031'),(8962,'221750155019','8',1.00,'30','retail','0','2025-06-17 13:10:23','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-06-17 10:10:32','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1801.00','1800','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175015502801303230230'),(8963,'111750155030','95',1.00,'100','retail','0','2025-06-17 13:10:30','','','','01','Cash',13.56,'100','','','11','16.00','1','2025-06-17 10:10:46','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','273.00','272','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175015503123231205227'),(8964,'191750155445','10',1.00,'180','retail','0','2025-06-17 13:17:25','','','','0','Cash',24.41,'180','','','19','16.00','1','2025-06-17 10:17:36','1','12','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','492.00','491','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175015544632195502023'),(8965,'111750146169','55',1.00,'80','retail','0','2025-06-17 10:42:49','','','','0','Cash',10.85,'80','','','11','','1','2025-06-17 10:47:04','3','8','new','1','printed','pcs','','','','yes','','1.36','','','VATABLE',67.80,'1','669.00','668','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11175014617011325232202'),(8966,'111750146169','1',1.00,'50','retail','0','2025-06-17 10:43:30','','','','0','Cash',6.78,'50','','','11','','1','2025-06-17 10:47:04','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4536.00','4535','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11175014621111013112261'),(8967,'111750146169','95',1.00,'100','retail','0','2025-06-17 10:43:46','','','','01','Cash',13.56,'100','','','11','','1','2025-06-17 10:47:04','1','12','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','274.00','273','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11175014622703417171322'),(8968,'111750146169','7',1.00,'20','retail','0','2025-06-17 13:09:38','','','','0','Cash',2.71,'20','','','11','','1','2025-06-17 10:47:04','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','914.00','913','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11175015498002527033043'),(8969,'111750146169','7',1.00,'20','retail','0','2025-06-17 13:09:45','','','','0','Cash',2.71,'20','','','11','','1','2025-06-17 10:47:04','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','913.00','912','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11175015498610223222323'),(8972,'191750157295','26',1.00,'600','retail','0','2025-06-17 13:48:15','','','','0','Cash',81.36,'600','','','19','','1','2025-06-17 10:50:23','1','3','new','1','printed','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','400.00','399','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175015729755213720203'),(8973,'191750157295','30',1.00,'50','retail','0','2025-06-17 13:48:47','','','','0','Cash',6.78,'50','','','19','','1','2025-06-17 10:50:23','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','639.00','638','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175015732803332033312'),(8974,'191750157295','59',1.00,'50','retail','0','2025-06-17 13:49:55','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-17 10:50:23','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','649.00','648','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175015739671200903233'),(8975,'191750157295','59',1.00,'50','retail','0','2025-06-17 13:50:01','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-17 10:50:23','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','648.00','647','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175015740402022033024'),(8976,'221750161585','44',1.00,'150','retail','0','2025-06-17 14:59:45','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-17 11:59:52','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','909.00','908','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175016158633212202532'),(8977,'191750162177','38',1.00,'50','retail','0','2025-06-17 15:09:37','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-17 12:10:32','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','954.00','953','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175016217800010223326'),(8978,'191750162177','38',1.00,'50','retail','0','2025-06-17 15:09:43','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-17 12:10:32','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','953.00','952','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175016218520200031932'),(8979,'191750162177','8',1.00,'30','retail','0','2025-06-17 15:10:16','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-17 12:10:32','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1800.00','1799','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175016221723029339611'),(8980,'191750162177','8',1.00,'30','retail','0','2025-06-17 15:10:21','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-17 12:10:32','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1799.00','1798','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175016222303633151323'),(8981,'221750162995','40',1.00,'150','retail','0','2025-06-17 15:23:17','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-17 12:34:59','1','13','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','387.00','386','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175016299820212132202'),(8982,'221750162995','1',1.00,'50','retail','0','2025-06-17 15:23:44','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-17 12:34:59','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4532.00','4531','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175016302532333012603'),(8983,'221750162995','50',1.00,'50','retail','0','2025-06-17 15:31:16','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-17 12:34:59','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','546.00','545','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175016349119623223342'),(8984,'221750162995','8',1.00,'30','retail','0','2025-06-17 15:32:00','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-06-17 12:34:59','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1798.00','1797','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175016352452642322372'),(8988,'221750164011','33',1.00,'600','retail','0','2025-06-17 15:40:11','','','','0','Cash',81.36,'600','','','22','','1','2025-06-17 12:59:23','1','13','new','1','printed','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','1021.00','1020','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175016401202000322223'),(8989,'221750164011','30',1.00,'50','retail','0','2025-06-17 15:40:32','','','','0','Cash',6.78,'50','','','22','','1','2025-06-17 12:59:23','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','638.00','637','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175016403422333011233'),(8990,'221750164011','30',1.00,'50','retail','0','2025-06-17 15:40:37','','','','0','Cash',6.78,'50','','','22','','1','2025-06-17 12:59:23','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','637.00','636','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175016403800531330222'),(8991,'221750164011','1',1.00,'50','retail','0','2025-06-17 15:59:08','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-17 12:59:23','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4531.00','4530','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175016514975192390073'),(8992,'191750166621','25',1.00,'200','retail','0','2025-06-17 16:23:41','','','','0','Cash',27.12,'200','','','19','16.00','1','2025-06-17 13:23:49','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','539.00','538','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175016662337001639713'),(8993,'191750167599','13',1.00,'100','retail','0','2025-06-17 16:39:59','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-17 13:40:07','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','491.00','490','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175016760056211500527'),(8994,'191750170305','1',1.00,'50','retail','0','2025-06-17 17:25:05','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-17 14:25:16','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4530.00','4529','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175017030632023203020'),(8995,'191750170305','1',1.00,'50','retail','0','2025-06-17 17:25:10','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-17 14:25:16','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4529.00','4528','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175017031172791172232'),(8996,'221750170029','52',1.00,'150','retail','0','2025-06-17 17:20:29','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-17 14:32:05','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','872.00','871','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175017004120203037203'),(8999,'191750171375','1',1.00,'50','retail','0','2025-06-17 17:42:55','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-17 14:45:09','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4528.00','4527','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175017137712220330305'),(9000,'191750171375','8',1.00,'30','retail','0','2025-06-17 17:45:05','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-17 14:45:09','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1797.00','1796','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175017150662372103120'),(9007,'191750171604','1',1.00,'50','retail','0','2025-06-17 17:46:44','','','','0','Cash',6.78,'50','','','19','','1','2025-06-17 14:51:05','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4527.00','4526','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175017160512223130073'),(9008,'191750171604','6',1.00,'50','retail','0','2025-06-17 17:48:16','','','','0','Cash',6.78,'50','','','19','','1','2025-06-17 14:51:05','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1073.00','1072','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175017169701375923022'),(9009,'191750171604','6',1.00,'50','retail','0','2025-06-17 17:48:20','','','','0','Cash',6.78,'50','','','19','','1','2025-06-17 14:51:05','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1072.00','1071','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175017170273379720131'),(9010,'191750171604','38',1.00,'50','retail','0','2025-06-17 17:48:30','','','','0','Cash',6.78,'50','','','19','','1','2025-06-17 14:51:05','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','950.00','949','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175017171251723722302'),(9011,'191750171604','38',1.00,'50','retail','0','2025-06-17 17:48:35','','','','0','Cash',6.78,'50','','','19','','1','2025-06-17 14:51:05','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','949.00','948','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175017171633067032022'),(9012,'191750171604','30',1.00,'50','retail','0','2025-06-17 17:48:47','','','','0','Cash',6.78,'50','','','19','','1','2025-06-17 14:51:05','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','636.00','635','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175017172807531320122'),(9013,'191750171604','1',1.00,'50','retail','0','2025-06-17 17:51:00','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-17 14:51:05','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4526.00','4525','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175017186100213033072'),(9014,'221750171376','38',1.00,'50','retail','0','2025-06-17 17:42:56','','','','0','Cash',6.78,'50','','','22','','1','2025-06-17 14:58:41','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','952.00','951','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175017137730027233012'),(9015,'221750171376','38',1.00,'50','retail','0','2025-06-17 17:43:01','','','','0','Cash',6.78,'50','','','22','','1','2025-06-17 14:58:41','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','951.00','950','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175017138232322033577'),(9016,'221750171376','18',1.00,'150','retail','0','2025-06-17 17:57:45','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-17 14:58:41','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','788.00','787','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175017226723202370320'),(9017,'221750171376','8',1.00,'30','retail','0','2025-06-17 17:58:00','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-06-17 14:58:41','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1796.00','1795','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175017228227030222032'),(9020,'191750176905','1',1.00,'50','retail','0','2025-06-17 19:15:05','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-17 16:16:24','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4523.00','4522','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175017690693233232253'),(9021,'191750176905','1',1.00,'50','retail','0','2025-06-17 19:15:09','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-17 16:16:24','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4522.00','4521','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175017691030212966200'),(9022,'191750176905','1',1.00,'50','retail','0','2025-06-17 19:15:13','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-17 16:16:24','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4521.00','4520','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175017691579203235109'),(9023,'191750176905','3',1.00,'120','retail','0','2025-06-17 19:15:37','','','','0','Cash',16.27,'120','','','19','16.00','1','2025-06-17 16:16:24','1','12','new','1','new','pcs','','','','yes','','2.03','','','VATABLE',101.69,'1','513.00','512','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175017693939913023313'),(9024,'191750176905','3',1.00,'120','retail','0','2025-06-17 19:15:41','','','','0','Cash',16.27,'120','','','19','16.00','1','2025-06-17 16:16:24','1','12','new','1','new','pcs','','','','yes','','2.03','','','VATABLE',101.69,'1','512.00','511','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175017694271232035100'),(9025,'191750176905','3',1.00,'120','retail','0','2025-06-17 19:15:51','','','','0','Cash',16.27,'120','','','19','16.00','1','2025-06-17 16:16:24','1','12','new','1','new','pcs','','','','yes','','2.03','','','VATABLE',101.69,'1','511.00','510','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175017695201025951332'),(9026,'191750176905','11',1.00,'60','retail','0','2025-06-17 19:15:56','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-06-17 16:16:24','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','268.00','267','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175017695733002223020'),(9027,'191750176905','6',1.00,'50','retail','0','2025-06-17 19:16:12','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-17 16:16:24','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1071.00','1070','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175017697337021532333'),(9028,'221750176964','8',1.00,'30','retail','0','2025-06-17 19:16:04','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-06-17 16:17:11','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1795.00','1794','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175017696539302593023'),(9029,'221750176964','38',1.00,'50','retail','0','2025-06-17 19:16:16','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-17 16:17:11','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','948.00','947','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175017697722216223731'),(9030,'221750176964','38',1.00,'50','retail','0','2025-06-17 19:16:31','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-17 16:17:11','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','947.00','946','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175017699235270923127'),(9031,'221750176964','18',1.00,'150','retail','0','2025-06-17 19:16:57','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-17 16:17:11','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','787.00','786','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175017701821020217802'),(9032,'221750177060','13',1.00,'100','retail','0','2025-06-17 19:17:41','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-06-17 16:18:16','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','490.00','489','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175017706227000302023'),(9033,'221750177060','6',1.00,'50','retail','0','2025-06-17 19:18:04','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-17 16:18:16','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1070.00','1069','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175017708622227335330'),(9034,'221750177060','6',1.00,'50','retail','0','2025-06-17 19:18:09','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-17 16:18:16','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1069.00','1068','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175017709177030331172'),(9035,'191750177107','1',1.00,'50','retail','0','2025-06-17 19:18:27','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-17 16:18:34','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4520.00','4519','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175017710823229702353'),(9036,'221750177117','53',1.00,'100','retail','0','2025-06-17 19:18:37','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-06-17 16:19:11','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','778.00','777','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175017711910353330013'),(9037,'221750177117','53',1.00,'100','retail','0','2025-06-17 19:18:44','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-06-17 16:19:11','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','777.00','776','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175017712523030332330'),(9038,'221750177117','38',1.00,'50','retail','0','2025-06-17 19:18:59','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-17 16:19:11','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','946.00','945','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175017714023220232133'),(9039,'221750177117','38',1.00,'50','retail','0','2025-06-17 19:19:04','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-17 16:19:11','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','945.00','944','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175017714532300232333'),(9042,'221750177307','1',1.00,'50','retail','0','2025-06-17 19:21:47','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-17 16:22:10','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4517.00','4516','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175017730832023003272'),(9043,'221750177307','1',1.00,'50','retail','0','2025-06-17 19:21:56','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-17 16:22:10','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4516.00','4515','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175017731703222772022'),(9044,'221750177307','1',1.00,'50','retail','0','2025-06-17 19:22:00','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-17 16:22:10','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4515.00','4514','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175017732100707537103'),(9045,'221750177307','1',1.00,'50','retail','0','2025-06-17 19:22:04','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-17 16:22:10','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4514.00','4513','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175017732512723302222'),(9046,'191750177647','1',1.00,'50','retail','0','2025-06-17 19:27:27','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-17 16:28:06','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4513.00','4512','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175017764842212330011'),(9047,'191750177647','25',1.00,'200','retail','0','2025-06-17 19:27:50','','','','0','Cash',27.12,'200','','','19','16.00','1','2025-06-17 16:28:06','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','538.00','537','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175017767222602720312'),(9048,'221750177770','12',1.00,'50','retail','0','2025-06-17 19:29:31','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-17 16:30:51','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','573.00','572','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175017777332720212215'),(9049,'221750177770','1',1.00,'50','retail','0','2025-06-17 19:29:40','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-17 16:30:51','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4512.00','4511','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175017778272230203325'),(9050,'221750177770','6',1.00,'50','retail','0','2025-06-17 19:30:03','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-17 16:30:51','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1068.00','1067','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175017781077802528303'),(9051,'221750177770','11',1.00,'60','retail','0','2025-06-17 19:30:17','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-06-17 16:30:51','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','267.00','266','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175017782832755372320'),(9052,'221750177770','11',1.00,'60','retail','0','2025-06-17 19:30:37','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-06-17 16:30:51','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','266.00','265','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175017784524223353310'),(9053,'191750177871','38',1.00,'50','retail','0','2025-06-17 19:31:11','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-17 16:31:28','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','944.00','943','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175017787777290055372'),(9054,'191750177954','53',1.00,'100','retail','0','2025-06-17 19:32:34','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-17 16:32:43','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','776.00','775','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175017795607527121233'),(9055,'191750179083','1',1.00,'50','retail','0','2025-06-17 19:51:23','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-17 16:52:43','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4511.00','4510','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175017908627320250219'),(9056,'191750179083','1',1.00,'50','retail','0','2025-06-17 19:51:34','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-17 16:52:43','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4510.00','4509','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175017909622922370019'),(9057,'191750179083','1',1.00,'50','retail','0','2025-06-17 19:51:41','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-17 16:52:43','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4509.00','4508','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175017910231331121932'),(9058,'191750179083','1',1.00,'50','retail','0','2025-06-17 19:51:48','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-17 16:52:43','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4508.00','4507','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175017910992093701390'),(9059,'191750179083','1',1.00,'50','retail','0','2025-06-17 19:51:53','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-17 16:52:43','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4507.00','4506','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175017911522307319302'),(9060,'191750179083','11',1.00,'60','retail','0','2025-06-17 19:52:26','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-06-17 16:52:43','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','265.00','264','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175017914790903493000'),(9061,'221750179470','1',1.00,'50','retail','0','2025-06-17 19:57:50','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-17 16:58:03','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4506.00','4505','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175017947120222001005'),(9062,'221750179470','1',1.00,'50','retail','0','2025-06-17 19:57:54','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-17 16:58:03','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4505.00','4504','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175017947522293331422'),(9063,'221750179809','25',1.00,'200','retail','0','2025-06-17 20:03:29','','','','0','Cash',27.12,'200','','','22','16.00','1','2025-06-17 17:04:09','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','537.00','536','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175017981182323012282'),(9064,'221750179809','38',1.00,'50','retail','0','2025-06-17 20:04:01','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-17 17:04:09','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','943.00','942','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175017984222913203523'),(9065,'191750180109','38',1.00,'50','retail','0','2025-06-17 20:08:29','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-17 17:08:33','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','942.00','941','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175018011030211210230'),(9066,'191750180672','1',1.00,'50','retail','0','2025-06-17 20:17:52','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-17 17:17:57','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4504.00','4503','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175018067321127390322'),(9067,'221750181084','1',1.00,'50','retail','0','2025-06-17 20:24:44','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-17 17:25:48','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4503.00','4502','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175018108585033012280'),(9068,'221750181084','1',1.00,'50','retail','0','2025-06-17 20:24:58','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-17 17:25:48','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4502.00','4501','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175018109933090032022'),(9069,'221750181084','11',1.00,'60','retail','0','2025-06-17 20:25:36','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-06-17 17:25:48','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','264.00','263','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175018113737217322711'),(9070,'221750181084','6',1.00,'50','retail','0','2025-06-17 20:25:43','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-17 17:25:48','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1067.00','1066','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175018114422011032100'),(9071,'221750181186','38',1.00,'50','retail','0','2025-06-17 20:26:26','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-17 17:26:31','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','941.00','940','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175018118710302127225'),(9076,'191750182511','18',1.00,'150','retail','0','2025-06-17 20:48:31','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-17 17:49:01','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','786.00','785','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175018251350033332232'),(9077,'191750182511','18',1.00,'150','retail','0','2025-06-17 20:48:36','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-17 17:49:01','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','785.00','784','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175018251623310222503'),(9078,'191750182511','1',1.00,'50','retail','0','2025-06-17 20:48:50','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-17 17:49:01','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4501.00','4500','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175018253101333733330'),(9079,'191750182511','1',1.00,'50','retail','0','2025-06-17 20:48:56','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-17 17:49:01','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4500.00','4499','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175018253710328113220'),(9080,'221750181617','46',1.00,'180','retail','0','2025-06-17 20:33:37','','','','0','Cash',24.41,'180','','','22','','1','2025-06-17 17:53:05','3','5','new','1','printed','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','891.00','890','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175018161912130323001'),(9081,'221750181617','15',1.00,'150','retail','0','2025-06-17 20:33:52','','','','0','Cash',20.34,'150','','','22','','1','2025-06-17 17:53:05','3','1','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','603.00','602','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175018163320002312252'),(9082,'221750181617','11',1.00,'60','retail','0','2025-06-17 20:34:23','','','','0','Cash',8.14,'60','','','22','','1','2025-06-17 17:53:05','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','263.00','262','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175018166420260342230'),(9083,'221750181617','11',1.00,'60','retail','0','2025-06-17 20:34:27','','','','0','Cash',8.14,'60','','','22','','1','2025-06-17 17:53:05','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','262.00','261','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175018166863312313220'),(9084,'221750181617','18',1.00,'150','retail','0','2025-06-17 20:52:58','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-17 17:53:05','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','784.00','783','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175018277903222872022'),(9085,'221750172348','1',1.00,'50','retail','0','2025-06-17 17:59:08','','','','0','Cash',6.78,'50','','','22','','1','2025-06-17 18:06:10','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4525.00','4524','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175017234903302030232'),(9086,'221750172348','1',1.00,'50','retail','0','2025-06-17 17:59:12','','','','0','Cash',6.78,'50','','','22','','1','2025-06-17 18:06:10','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4524.00','4523','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175017235425225235003'),(9087,'221750172348','95',1.00,'100','retail','0','2025-06-17 21:05:10','','','','01','Cash',13.56,'100','','','22','16.00','1','2025-06-17 18:06:10','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','272.00','271','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175018351133280525223'),(9088,'221750172348','95',1.00,'100','retail','0','2025-06-17 21:05:15','','','','01','Cash',13.56,'100','','','22','16.00','1','2025-06-17 18:06:10','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','271.00','270','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175018351625032363126'),(9089,'221750172348','8',1.00,'30','retail','0','2025-06-17 21:05:21','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-06-17 18:06:10','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1794.00','1793','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175018352321222323712'),(9090,'221750172348','1',1.00,'50','retail','0','2025-06-17 21:05:53','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-17 18:06:10','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4499.00','4498','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175018355420203870343'),(9091,'191750177198','1',1.00,'50','retail','0','2025-06-17 19:19:58','','','','0','Cash',6.78,'50','','','19','','1','2025-06-17 18:08:44','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4519.00','4518','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175017719939220390207'),(9092,'191750177198','1',1.00,'50','retail','0','2025-06-17 19:20:08','','','','0','Cash',6.78,'50','','','19','','1','2025-06-17 18:08:44','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4518.00','4517','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175017720939231003200'),(9093,'181750186411','1',1.00,'50','retail','0','2025-06-17 21:53:31','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-17 18:54:43','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4498.00','4497','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175018641236003223538'),(9094,'181750186411','12',1.00,'50','retail','0','2025-06-17 21:53:53','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-17 18:54:43','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','572.00','571','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175018643333823223332'),(9095,'181750186411','48',1.00,'20','retail','0','2025-06-17 21:54:15','','','','20','Cash',2.71,'20','','','18','16.00','1','2025-06-17 18:54:43','1','6','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','1084.00','1083','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175018645612230226062'),(9096,'181750186411','101',1.00,'50','retail','0','2025-06-17 21:54:35','','','','30','Cash',6.78,'50','','','18','16.00','1','2025-06-17 18:54:43','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','437.00','436','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175018647603768203436'),(9097,'181750187597','74',1.00,'100.00','retail','0','2025-06-17 22:13:31','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-06-17 19:14:15','3','11','new','1','new','pcs','','','','','','1.69','','','VATABLE',84.75,'','488.00','487','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175018761203131210228'),(9098,'181750187597','25',1.00,'200','retail','0','2025-06-17 22:13:54','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-06-17 19:14:15','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','536.00','535','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175018763536332137533'),(9099,'181750187597','52',1.00,'150','retail','0','2025-06-17 22:14:10','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-17 19:14:15','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','871.00','870','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175018765122320033322'),(9100,'181750187717','7',1.00,'20','retail','0','2025-06-17 22:15:17','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-17 19:15:22','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','911.00','910','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175018771837322330007'),(9101,'181750187734','7',1.00,'20','retail','0','2025-06-17 22:15:34','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-17 19:15:42','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','910.00','909','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175018773531723223075'),(9102,'181750187734','7',1.00,'20','retail','0','2025-06-17 22:15:38','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-17 19:15:42','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','909.00','908','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175018773933312091389'),(9103,'181750188759','25',1.00,'200','retail','0','2025-06-17 22:32:39','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-06-17 19:33:06','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','535.00','534','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175018876007033720338'),(9104,'181750188759','21',1.00,'280','retail','0','2025-06-17 22:32:43','','','','0','Cash',37.97,'280','','','18','16.00','1','2025-06-17 19:33:06','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','587.00','586','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175018876400008322300'),(9105,'181750188759','29',1.00,'100','retail','0','2025-06-17 22:33:02','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-06-17 19:33:06','1','3','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','980.00','979','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175018878323182202323'),(9106,'181750204109','1',1.00,'50','retail','0','2025-06-18 02:48:29','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-17 23:48:49','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4497.00','4496','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175020411020330321020'),(9107,'181750204109','1',1.00,'50','retail','0','2025-06-18 02:48:33','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-17 23:48:49','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4496.00','4495','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175020411432531210103'),(9108,'181750204109','1',1.00,'50','retail','0','2025-06-18 02:48:42','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-17 23:48:49','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4495.00','4494','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175020412273070372512'),(9109,'181750221452','1',1.00,'50','retail','0','2025-06-18 07:37:32','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-18 04:37:48','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4494.00','4493','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175022145321501032374'),(9110,'181750221452','7',1.00,'20','retail','0','2025-06-18 07:37:44','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-18 04:37:48','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','908.00','907','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175022146500230032122'),(9111,'181750226629','1',1.00,'50','retail','0','2025-06-18 09:03:49','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-18 06:03:54','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4493.00','4492','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175022663061352622323'),(9112,'191750241996','59',1.00,'50','retail','0','2025-06-18 13:19:57','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-18 10:20:55','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','647.00','646','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175024199812022829223'),(9113,'191750241996','11',1.00,'60','retail','0','2025-06-18 13:20:27','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-06-18 10:20:55','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','261.00','260','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175024202892320287902'),(9114,'191750241996','18',1.00,'150','retail','0','2025-06-18 13:20:36','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-18 10:20:55','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','783.00','782','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175024203732323303320'),(9116,'221750242274','7',1.00,'20','retail','0','2025-06-18 13:24:34','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-06-18 10:27:28','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','907.00','906','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175024227522502022025'),(9117,'221750241974','1',1.00,'50','retail','0','2025-06-18 13:19:34','','','','0','Cash',6.78,'50','','','22','','1','2025-06-18 10:36:07','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4492.00','4491','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175024197672322633032'),(9118,'221750241974','25',1.00,'200','retail','0','2025-06-18 13:35:51','','','','0','Cash',27.12,'200','','','22','16.00','1','2025-06-18 10:36:07','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','534.00','533','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175024295223020730320'),(9119,'191750243658','30',1.00,'50','retail','0','2025-06-18 13:47:38','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-18 10:48:01','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','635.00','634','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175024365907213239633'),(9120,'191750243658','31',1.00,'150','retail','0','2025-06-18 13:47:47','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-18 10:48:01','1','3','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1879.00','1878','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175024366863223327024'),(9122,'221750246768','7',1.00,'20','retail','0','2025-06-18 14:39:28','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-06-18 11:40:11','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','906.00','905','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175024677032272002022'),(9123,'221750246768','7',1.00,'20','retail','0','2025-06-18 14:39:36','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-06-18 11:40:11','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','905.00','904','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175024677723322223223'),(9124,'221750246768','7',1.00,'20','retail','0','2025-06-18 14:39:59','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-06-18 11:40:11','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','904.00','903','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175024680073032200333'),(9127,'191750246323','38',1.00,'50','retail','0','2025-06-18 14:32:03','','','','0','Cash',6.78,'50','','','19','','1','2025-06-18 12:43:57','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','940.00','939','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175024632490333224202'),(9128,'191750246323','28',1.00,'200','retail','0','2025-06-18 15:23:38','','','','0','Cash',27.12,'200','','','19','','1','2025-06-18 12:43:57','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','569.00','568','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175024941902034900992'),(9129,'191750246323','18',1.00,'150','retail','0','2025-06-18 15:43:45','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-18 12:43:57','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','782.00','781','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175025062632132323203'),(9130,'191750252761','1',1.00,'50','retail','0','2025-06-18 16:19:21','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-18 13:19:28','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4491.00','4490','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175025276332312132635'),(9131,'191750253403','103',1.00,'50','retail','0','2025-06-18 16:30:04','','','','20','Cash',6.78,'50','','','19','16.00','1','2025-06-18 13:30:25','3','1','new','1','new','ltr','','','','yes','','0.85','','','VATABLE',42.37,'1','600.00','599','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175025341831333220323'),(9132,'221750253515','16',1.00,'150','retail','0','2025-06-18 16:31:55','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-18 13:33:18','3','1','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','448.00','447','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175025351653265022023'),(9133,'221750253515','74',1.00,'100','retail','0','2025-06-18 16:32:39','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-06-18 13:33:18','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','487.00','486','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175025356251332322230'),(9134,'221750255188','8',1.00,'30','retail','0','2025-06-18 16:59:49','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-06-18 14:03:22','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1793.00','1792','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175025519022232222292'),(9135,'221750255188','1',1.00,'50','retail','0','2025-06-18 17:03:14','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-18 14:03:22','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4490.00','4489','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175025539622239020300'),(9136,'221750255537','59',1.00,'50','retail','0','2025-06-18 17:05:37','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-18 14:06:32','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','646.00','645','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175025553993052932020'),(9137,'221750255537','59',1.00,'50','retail','0','2025-06-18 17:05:41','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-18 14:06:32','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','645.00','644','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175025554303222273520'),(9138,'221750255537','10',1.00,'180','retail','0','2025-06-18 17:06:06','','','','0','Cash',24.41,'180','','','22','16.00','1','2025-06-18 14:06:32','1','12','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','491.00','490','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175025556722337322337'),(9139,'221750256276','40',1.00,'150','retail','0','2025-06-18 17:17:56','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-18 14:18:01','1','13','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','386.00','385','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175025627703200222232'),(9140,'221750256658','41',1.00,'100','retail','0','2025-06-18 17:24:18','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-06-18 14:26:49','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','702.00','701','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175025665922500303053'),(9141,'221750256658','11',1.00,'60','retail','0','2025-06-18 17:25:03','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-06-18 14:26:49','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','260.00','259','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175025670533622722212'),(9142,'221750256658','11',1.00,'60','retail','0','2025-06-18 17:25:15','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-06-18 14:26:49','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','259.00','258','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175025671603026020227'),(9143,'221750256658','6',1.00,'50','retail','0','2025-06-18 17:25:45','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-18 14:26:49','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1066.00','1065','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175025674722313330202'),(9144,'221750256658','13',1.00,'100','retail','0','2025-06-18 17:26:03','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-06-18 14:26:49','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','489.00','488','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175025676437260673222'),(9145,'191750257126','1',1.00,'50','retail','0','2025-06-18 17:32:06','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-18 14:32:24','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4489.00','4488','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175025712723332372732'),(9146,'191750257126','14',1.00,'100','retail','0','2025-06-18 17:32:12','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-18 14:32:24','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','496.00','495','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175025713433027904030'),(9147,'191750258174','1',1.00,'50','retail','0','2025-06-18 17:49:34','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-18 14:49:50','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4488.00','4487','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175025817633093003323'),(9148,'191750258174','1',1.00,'50','retail','0','2025-06-18 17:49:40','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-18 14:49:50','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4487.00','4486','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175025818100233533322'),(9150,'221750258546','13',1.00,'100','retail','0','2025-06-18 17:55:46','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-06-18 14:55:57','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','488.00','487','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175025854820323838303'),(9151,'221750259411','6',1.00,'50','retail','0','2025-06-18 18:10:11','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-18 15:12:17','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1065.00','1064','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175025941622312293320'),(9152,'221750259411','6',1.00,'50','retail','0','2025-06-18 18:10:20','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-18 15:12:17','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1064.00','1063','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175025942172022032722'),(9153,'221750259411','6',1.00,'50','retail','0','2025-06-18 18:10:38','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-18 15:12:17','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1063.00','1062','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175025944023207353523'),(9154,'221750259411','6',1.00,'50','retail','0','2025-06-18 18:10:47','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-18 15:12:17','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1062.00','1061','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175025945003053393032'),(9155,'221750259411','1',1.00,'50','retail','0','2025-06-18 18:11:51','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-18 15:12:17','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4486.00','4485','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175025951319922320332'),(9156,'221750259411','1',1.00,'50','retail','0','2025-06-18 18:12:08','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-18 15:12:17','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4485.00','4484','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175025952925331232250'),(9157,'221750258385','18',1.00,'150','retail','0','2025-06-18 17:53:05','','','','0','Cash',20.34,'150','','','22','','1','2025-06-18 15:25:43','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','781.00','780','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175025838620220122202'),(9158,'221750258385','12',1.00,'50','retail','0','2025-06-18 18:25:34','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-18 15:25:43','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','571.00','570','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175026033637233203206'),(9165,'191750261375','1',1.00,'50','retail','0','2025-06-18 18:42:56','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-18 15:43:03','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4482.00','4481','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175026137820312201023'),(9181,'221750264006','8',1.00,'30','retail','0','2025-06-18 19:26:47','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-06-18 16:27:46','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1789.00','1788','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175026400872620223023'),(9182,'221750264006','8',1.00,'30','retail','0','2025-06-18 19:26:57','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-06-18 16:27:46','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1788.00','1787','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175026401832307031704'),(9183,'221750264006','1',1.00,'50','retail','0','2025-06-18 19:27:18','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-18 16:27:46','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4481.00','4480','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175026404022202220235'),(9184,'221750264006','1',1.00,'50','retail','0','2025-06-18 19:27:36','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-18 16:27:46','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4480.00','4479','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175026405722076232172'),(9185,'221750260845','38',1.00,'50','retail','0','2025-06-18 18:34:26','','','','0','Cash',6.78,'50','','','22','','1','2025-06-18 16:40:05','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','939.00','938','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175026086808832225832'),(9186,'221750260845','1',1.00,'50','retail','0','2025-06-18 18:36:50','','','','0','Cash',6.78,'50','','','22','','1','2025-06-18 16:40:05','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4484.00','4483','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175026101202220322023'),(9187,'221750260845','1',1.00,'50','retail','0','2025-06-18 18:36:57','','','','0','Cash',6.78,'50','','','22','','1','2025-06-18 16:40:05','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4483.00','4482','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175026101902036371705'),(9188,'221750260845','8',1.00,'30','retail','0','2025-06-18 18:37:39','','','','0','Cash',4.07,'30','','','22','','1','2025-06-18 16:40:05','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1792.00','1791','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175026106026300631362'),(9189,'221750260845','8',1.00,'30','retail','0','2025-06-18 18:37:49','','','','0','Cash',4.07,'30','','','22','','1','2025-06-18 16:40:05','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1791.00','1790','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175026107120302200132'),(9190,'221750260845','8',1.00,'30','retail','0','2025-06-18 18:37:58','','','','0','Cash',4.07,'30','','','22','','1','2025-06-18 16:40:05','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1790.00','1789','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175026108023220305882'),(9191,'221750260845','38',1.00,'50','retail','0','2025-06-18 19:03:02','','','','0','Cash',6.78,'50','','','22','','1','2025-06-18 16:40:05','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','938.00','937','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175026258420021530232'),(9192,'221750260845','38',1.00,'50','retail','0','2025-06-18 19:20:59','','','','0','Cash',6.78,'50','','','22','','1','2025-06-18 16:40:05','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','937.00','936','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175026366120323322620'),(9193,'191750264863','1',1.00,'50','retail','0','2025-06-18 19:41:03','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-18 16:44:19','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4479.00','4478','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175026486423307200830'),(9194,'191750264863','1',1.00,'50','retail','0','2025-06-18 19:41:08','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-18 16:44:19','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4478.00','4477','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175026486930222201833'),(9195,'191750264863','1',1.00,'50','retail','0','2025-06-18 19:41:12','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-18 16:44:19','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4477.00','4476','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175026487202203241866'),(9196,'191750264863','1',1.00,'50','retail','0','2025-06-18 19:41:16','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-18 16:44:19','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4476.00','4475','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175026487852333172331'),(9197,'191750264863','1',1.00,'50','retail','0','2025-06-18 19:41:28','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-18 16:44:19','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4475.00','4474','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175026489030300992330'),(9198,'191750264863','1',1.00,'50','retail','0','2025-06-18 19:41:34','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-18 16:44:19','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4474.00','4473','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175026489632632461034'),(9199,'191750264863','38',1.00,'50','retail','0','2025-06-18 19:42:30','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-18 16:44:19','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','936.00','935','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175026495136027130202'),(9200,'191750264863','38',1.00,'50','retail','0','2025-06-18 19:42:35','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-18 16:44:19','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','935.00','934','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175026495791539102003'),(9201,'191750264863','38',1.00,'50','retail','0','2025-06-18 19:42:46','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-18 16:44:19','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','934.00','933','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175026496809202113202'),(9202,'191750264863','38',1.00,'50','retail','0','2025-06-18 19:42:56','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-18 16:44:19','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','933.00','932','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175026497730903549332'),(9203,'191750264863','38',1.00,'50','retail','0','2025-06-18 19:43:02','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-18 16:44:19','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','932.00','931','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175026498323232312413'),(9204,'191750264863','38',1.00,'50','retail','0','2025-06-18 19:43:10','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-18 16:44:19','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','931.00','930','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175026499192043602340'),(9205,'191750264863','8',1.00,'30','retail','0','2025-06-18 19:43:46','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-18 16:44:19','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1787.00','1786','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175026502725052055625'),(9206,'191750264863','59',1.00,'50','retail','0','2025-06-18 19:44:08','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-18 16:44:19','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','644.00','643','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175026505020230237305'),(9207,'221750265527','38',1.00,'50','retail','0','2025-06-18 19:52:07','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-18 16:53:00','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','930.00','929','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175026552862165532352'),(9208,'221750265527','38',1.00,'50','retail','0','2025-06-18 19:52:13','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-18 16:53:00','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','929.00','928','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175026553552222722332'),(9209,'221750265527','38',1.00,'50','retail','0','2025-06-18 19:52:22','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-18 16:53:00','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','928.00','927','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175026554302503232032'),(9210,'221750265527','38',1.00,'50','retail','0','2025-06-18 19:52:29','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-18 16:53:00','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','927.00','926','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175026555103621211325'),(9211,'221750265527','38',1.00,'50','retail','0','2025-06-18 19:52:36','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-18 16:53:00','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','926.00','925','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175026555807062655225'),(9212,'221750265527','38',1.00,'50','retail','0','2025-06-18 19:52:55','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-18 16:53:00','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','925.00','924','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175026557627037035522'),(9213,'221750265895','1',1.00,'50','retail','0','2025-06-18 19:58:15','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-18 16:58:21','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4473.00','4472','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175026589603238133052'),(9214,'191750266369','44',1.00,'150','retail','0','2025-06-18 20:06:09','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-18 17:06:20','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','908.00','907','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175026637053210063335'),(9215,'191750268101','8',1.00,'30','retail','0','2025-06-18 20:35:02','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-18 17:35:36','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1786.00','1785','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175026810571112536230'),(9216,'191750268101','50',1.00,'50','retail','0','2025-06-18 20:35:20','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-18 17:35:36','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','545.00','544','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175026812120393831303'),(9217,'221750268391','91',1.00,'100','retail','0','2025-06-18 20:39:51','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-06-18 17:39:56','3','16','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','1222.00','1221','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175026839130269203322'),(9226,'221750270062','18',1.00,'150','retail','0','2025-06-18 21:07:43','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-18 18:08:00','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','780.00','779','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175027006432000370522'),(9227,'221750270062','18',1.00,'150','retail','0','2025-06-18 21:07:46','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-18 18:08:00','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','779.00','778','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175027006702333227233'),(9228,'221750270062','7',1.00,'20','retail','0','2025-06-18 21:07:56','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-06-18 18:08:00','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','903.00','902','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175027007732020270023'),(9234,'221750269454','23',1.00,'350','retail','0','2025-06-18 20:57:34','','','','0','Cash',47.46,'350','','','22','','1','2025-06-18 18:20:23','1','3','new','1','printed','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','562.00','561','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175026945532252213323'),(9235,'221750269454','30',1.00,'50','retail','0','2025-06-18 20:57:39','','','','0','Cash',6.78,'50','','','22','','1','2025-06-18 18:20:23','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','634.00','633','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175026946067032722001'),(9236,'221750269454','50',1.00,'50','retail','0','2025-06-18 20:57:49','','','','0','Cash',6.78,'50','','','22','','1','2025-06-18 18:20:23','1','6','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','544.00','543','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175026947009990236532'),(9237,'221750269454','23',1.00,'350','retail','0','2025-06-18 21:05:46','','','','0','Cash',47.46,'350','','','22','','1','2025-06-18 18:20:23','1','3','new','1','printed','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','561.00','560','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175026994722220733133'),(9238,'221750269454','50',1.00,'50','retail','0','2025-06-18 21:06:04','','','','0','Cash',6.78,'50','','','22','','1','2025-06-18 18:20:23','1','6','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','543.00','542','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175026996530050253331'),(9239,'181750272928','8',1.00,'30','retail','0','2025-06-18 21:55:28','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-06-18 18:55:46','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1785.00','1784','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175027292932022310727'),(9240,'181750272928','8',1.00,'30','retail','0','2025-06-18 21:55:31','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-06-18 18:55:46','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1784.00','1783','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175027293323232270322'),(9241,'181750272928','8',1.00,'30','retail','0','2025-06-18 21:55:35','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-06-18 18:55:46','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1783.00','1782','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175027293610353330093'),(9242,'181750272928','8',1.00,'30','retail','0','2025-06-18 21:55:40','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-06-18 18:55:46','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1782.00','1781','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175027294229042270533'),(9243,'181750273342','18',1.00,'150','retail','0','2025-06-18 22:02:22','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-18 19:02:26','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','778.00','777','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175027334377220302322'),(9244,'181750275430','18',1.00,'150','retail','0','2025-06-18 22:37:10','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-18 19:37:15','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','777.00','776','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175027543270203315282'),(9245,'181750275463','7',1.00,'20','retail','0','2025-06-18 22:37:43','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-18 19:38:30','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','902.00','901','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175027546422013135426'),(9246,'181750275463','7',1.00,'20','retail','0','2025-06-18 22:37:46','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-18 19:38:30','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','901.00','900','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175027546722302230363'),(9247,'181750275463','7',1.00,'20','retail','0','2025-06-18 22:37:50','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-18 19:38:30','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','900.00','899','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175027547177323233773'),(9248,'181750275463','7',1.00,'20','retail','0','2025-06-18 22:37:53','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-18 19:38:30','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','899.00','898','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175027547424038345724'),(9249,'181750275463','7',1.00,'20','retail','0','2025-06-18 22:38:11','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-18 19:38:30','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','898.00','897','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175027549132301100200'),(9250,'181750275463','7',1.00,'20','retail','0','2025-06-18 22:38:14','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-18 19:38:30','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','897.00','896','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175027549522235324903'),(9251,'181750275463','7',1.00,'20','retail','0','2025-06-18 22:38:22','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-18 19:38:30','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','896.00','895','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175027550325052555725'),(9252,'181750275463','7',1.00,'20','retail','0','2025-06-18 22:38:26','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-18 19:38:30','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','895.00','894','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175027550625035600500'),(9253,'181750275623','7',1.00,'20','retail','0','2025-06-18 22:40:23','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-18 19:40:32','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','894.00','893','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175027562333063755208'),(9254,'181750275623','7',1.00,'20','retail','0','2025-06-18 22:40:28','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-18 19:40:32','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','893.00','892','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175027562932320673630'),(9255,'181750305532','1',1.00,'50','retail','0','2025-06-19 06:58:52','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-19 03:59:40','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4472.00','4471','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175030553333322250832'),(9256,'181750305532','1',1.00,'50','retail','0','2025-06-19 06:59:18','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-19 03:59:40','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4471.00','4470','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175030555935201552223'),(9257,'181750305532','7',1.00,'20','retail','0','2025-06-19 06:59:29','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-19 03:59:40','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','892.00','891','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175030557023330013522'),(9258,'181750305532','7',1.00,'20','retail','0','2025-06-19 06:59:32','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-19 03:59:40','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','891.00','890','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175030557317553032232'),(9259,'181750305532','8',1.00,'30','retail','0','2025-06-19 06:59:35','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-06-19 03:59:40','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1781.00','1780','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175030557623585820302'),(9260,'181750309685','7',1.00,'20','retail','0','2025-06-19 08:08:05','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-19 05:08:10','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','890.00','889','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175030968620236113301'),(9261,'181750312560','1',1.00,'50','retail','0','2025-06-19 08:56:00','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-19 05:56:04','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4470.00','4469','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175031256100830222252'),(9262,'191750317974','8',1.00,'30','retail','0','2025-06-19 10:26:14','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-19 07:26:34','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1780.00','1779','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175031797591723352092'),(9263,'221750318557','8',1.00,'30','retail','0','2025-06-19 10:35:57','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-06-19 07:36:03','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1779.00','1778','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175031855873132822230'),(9264,'191750318679','8',1.00,'30','retail','0','2025-06-19 10:37:59','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-19 07:38:21','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1778.00','1777','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175031868101331033038'),(9267,'191750322902','15',1.00,'150','retail','0','2025-06-19 11:48:22','','','','0','Cash',20.34,'150','','','19','','1','2025-06-19 08:58:52','3','1','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','602.00','601','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175032290323151222332'),(9268,'191750322902','8',1.00,'30','retail','0','2025-06-19 11:58:46','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-19 08:58:52','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1777.00','1776','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175032352855222000833'),(9269,'191750323726','95',1.00,'100','retail','0','2025-06-19 12:02:06','','','','01','Cash',13.56,'100','','','19','16.00','1','2025-06-19 09:02:50','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','270.00','269','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175032373833223005012'),(9270,'191750323726','1',1.00,'50','retail','0','2025-06-19 12:02:43','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-19 09:02:50','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4468.00','4467','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175032376523330223372'),(9271,'191750323790','1',1.00,'50','retail','0','2025-06-19 12:03:10','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-19 09:03:42','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4467.00','4466','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175032379223302371329'),(9272,'191750323790','95',1.00,'100','retail','0','2025-06-19 12:03:30','','','','01','Cash',13.56,'100','','','19','16.00','1','2025-06-19 09:03:42','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','269.00','268','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175032381178012700200'),(9273,'191750324042','54',1.00,'50','retail','0','2025-06-19 12:07:22','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-19 09:07:33','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','564.00','563','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175032404300233233322'),(9274,'191750324095','1',1.00,'50','retail','0','2025-06-19 12:08:15','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-19 09:08:33','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4466.00','4465','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175032409773003342230'),(9275,'191750325384','1',1.00,'50','retail','0','2025-06-19 12:29:44','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-19 09:29:50','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4465.00','4464','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175032538683273020522'),(9276,'191750323249','1',1.00,'50','retail','0','2025-06-19 11:54:09','','','','0','Cash',6.78,'50','','','19','','1','2025-06-19 09:38:06','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4469.00','4468','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175032325023301091001'),(9277,'191750325932','59',1.00,'50','retail','0','2025-06-19 12:38:52','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-19 09:39:05','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','643.00','642','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175032593332213923593'),(9278,'191750329025','54',1.00,'50','retail','0','2025-06-19 13:30:25','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-19 10:30:49','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','563.00','562','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175032902892783913353'),(9279,'191750329184','25',1.00,'200','retail','0','2025-06-19 13:33:04','','','','0','Cash',27.12,'200','','','19','16.00','1','2025-06-19 10:33:20','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','533.00','532','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175032918615633922233'),(9280,'191750329184','25',1.00,'200','retail','0','2025-06-19 13:33:13','','','','0','Cash',27.12,'200','','','19','16.00','1','2025-06-19 10:33:20','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','532.00','531','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175032919419009300243'),(9289,'221750329547','25',1.00,'200','retail','0','2025-06-19 13:39:07','','','','0','Cash',27.12,'200','','','22','','1','2025-06-19 11:19:10','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','531.00','530','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175032954923230502531'),(9290,'221750329547','25',1.00,'200','retail','0','2025-06-19 13:39:14','','','','0','Cash',27.12,'200','','','22','','1','2025-06-19 11:19:10','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','530.00','529','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175032955520072225230'),(9291,'221750329547','38',1.00,'50','retail','0','2025-06-19 14:18:41','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-19 11:19:10','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','924.00','923','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175033192200223332333'),(9292,'191750332082','18',1.00,'150','retail','0','2025-06-19 14:21:22','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-19 11:22:18','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','776.00','775','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175033208442310244200'),(9293,'191750332082','18',1.00,'150','retail','0','2025-06-19 14:21:27','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-19 11:22:18','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','775.00','774','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175033208830233323200'),(9294,'191750332082','75',1.00,'100','retail','0','2025-06-19 14:21:41','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-19 11:22:18','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','705.00','704','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175033210302302222239'),(9295,'191750332082','41',1.00,'100','retail','0','2025-06-19 14:22:12','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-19 11:22:18','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','701.00','700','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175033213302327330033'),(9299,'221750330719','32',1.00,'300','retail','0','2025-06-19 13:58:39','','','','0','Cash',40.68,'300','','','22','','1','2025-06-19 11:47:28','1','13','new','1','printed','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','479.00','478','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175033072030032227222'),(9300,'221750330719','30',1.00,'50','retail','0','2025-06-19 13:58:49','','','','0','Cash',6.78,'50','','','22','','1','2025-06-19 11:47:28','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','633.00','632','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175033073002307232200'),(9301,'221750330719','23',1.00,'350','retail','0','2025-06-19 14:17:40','','','','0','Cash',47.46,'350','','','22','','1','2025-06-19 11:47:28','1','3','new','1','printed','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','560.00','559','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175033186282212302213'),(9302,'221750330719','8',1.00,'30','retail','0','2025-06-19 14:18:06','','','','0','Cash',4.07,'30','','','22','','1','2025-06-19 11:47:28','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1776.00','1775','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175033188703322323230'),(9303,'221750330719','41',1.00,'100','retail','0','2025-06-19 14:47:03','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-06-19 11:47:28','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','700.00','699','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175033362430302323202'),(9304,'191750333378','26',1.00,'600','retail','0','2025-06-19 14:42:58','','','','0','Cash',81.36,'600','','','19','','1','2025-06-19 11:49:26','1','3','new','1','printed','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','399.00','398','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175033338030003039028'),(9305,'191750333378','30',1.00,'50','retail','0','2025-06-19 14:43:03','','','','0','Cash',6.78,'50','','','19','','1','2025-06-19 11:49:26','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','632.00','631','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175033338437325321000'),(9306,'191750333378','43',1.00,'200','retail','0','2025-06-19 14:43:14','','','','0','Cash',27.12,'200','','','19','','1','2025-06-19 11:49:26','3','4','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','512.00','511','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175033339522320320322'),(9307,'191750333378','41',1.00,'100','retail','0','2025-06-19 14:49:02','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-19 11:49:26','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','699.00','698','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175033374302023023394'),(9308,'191750333378','41',1.00,'100','retail','0','2025-06-19 14:49:06','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-19 11:49:26','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','698.00','697','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175033374733773912233'),(9309,'191750334187','18',1.00,'150','retail','0','2025-06-19 14:56:27','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-19 11:57:42','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','774.00','773','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175033418903533323039'),(9310,'191750334187','23',1.00,'350','retail','0','2025-06-19 14:56:39','','','','0','Cash',47.46,'350','','','19','16.00','1','2025-06-19 11:57:42','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','559.00','558','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175033420013333233092'),(9311,'191750334187','29',1.00,'100','retail','0','2025-06-19 14:56:50','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-19 11:57:42','1','3','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','979.00','978','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175033421233202522303'),(9312,'191750334187','21',1.00,'280','retail','0','2025-06-19 14:57:05','','','','0','Cash',37.97,'280','','','19','16.00','1','2025-06-19 11:57:42','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','586.00','585','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175033422602303219233'),(9313,'191750335174','18',1.00,'150','retail','0','2025-06-19 15:12:54','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-19 12:13:39','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','773.00','772','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175033517663202132322'),(9314,'191750335174','23',1.00,'350','retail','0','2025-06-19 15:13:08','','','','0','Cash',47.46,'350','','','19','16.00','1','2025-06-19 12:13:39','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','558.00','557','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175033519032330911005'),(9315,'191750335174','41',1.00,'100','retail','0','2025-06-19 15:13:24','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-19 12:13:39','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','697.00','696','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175033520612333209037'),(9316,'191750335571','68',1.00,'250','retail','0','2025-06-19 15:19:31','','','','0','Cash',33.90,'250','','','19','16.00','1','2025-06-19 12:20:07','3','10','new','1','new','pcs','','','','yes','','4.24','','','VATABLE',211.86,'1','503.00','502','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175033557325330022322'),(9317,'191750335571','69',1.00,'250','retail','0','2025-06-19 15:19:45','','','','0','Cash',33.90,'250','','','19','16.00','1','2025-06-19 12:20:07','3','10','new','1','new','pcs','','','','yes','','4.24','','','VATABLE',211.86,'1','565.00','564','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175033558681325036503'),(9318,'221750335632','101',1.00,'50','retail','0','2025-06-19 15:20:32','','','','30','Cash',6.78,'50','','','22','16.00','1','2025-06-19 12:20:37','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','436.00','435','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175033563322125533323'),(9319,'191750335837','85',1.00,'200','retail','0','2025-06-19 15:23:57','','','','0','Cash',27.12,'200','','','19','16.00','1','2025-06-19 12:24:07','3','10','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','508.00','507','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175033583850819010388'),(9320,'221750338497','1',1.00,'50','retail','0','2025-06-19 16:08:17','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-19 13:09:04','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4464.00','4463','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175033849822033223384'),(9321,'221750338497','7',1.00,'20','retail','0','2025-06-19 16:08:50','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-06-19 13:09:04','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','889.00','888','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175033853153052333033'),(9322,'221750338805','8',1.00,'30','retail','0','2025-06-19 16:13:25','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-06-19 13:13:51','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1775.00','1774','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175033880633063300303'),(9323,'221750338805','1',1.00,'50','retail','0','2025-06-19 16:13:43','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-19 13:13:51','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4463.00','4462','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175033882733273722777'),(9324,'221750338936','44',1.00,'150','retail','0','2025-06-19 16:15:37','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-19 13:15:57','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','907.00','906','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175033893880323252530'),(9325,'221750338936','44',1.00,'150','retail','0','2025-06-19 16:15:44','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-19 13:15:57','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','906.00','905','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175033894533239223223'),(9326,'191750340942','38',1.00,'50','retail','0','2025-06-19 16:49:02','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-19 13:49:09','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','923.00','922','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175034094429139300009'),(9327,'221750341297','8',1.00,'30','retail','0','2025-06-19 16:54:58','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-06-19 13:55:02','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1774.00','1773','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175034129991302230202'),(9329,'221750342409','52',1.00,'150','retail','0','2025-06-19 17:13:29','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-19 14:14:08','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','870.00','869','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175034241022143033452'),(9330,'221750342409','14',1.00,'100','retail','0','2025-06-19 17:13:43','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-06-19 14:14:08','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','495.00','494','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175034242423022207247'),(9331,'191750342732','6',1.00,'50','retail','0','2025-06-19 17:18:52','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-19 14:24:21','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1061.00','1060','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175034273332392552232'),(9332,'191750342732','11',1.00,'60','retail','0','2025-06-19 17:19:03','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-06-19 14:24:21','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','258.00','257','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175034274502235322523'),(9333,'191750342732','11',1.00,'60','retail','0','2025-06-19 17:23:03','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-06-19 14:24:21','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','257.00','256','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175034298503333020382'),(9334,'191750342732','11',1.00,'60','retail','0','2025-06-19 17:23:13','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-06-19 14:24:21','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','256.00','255','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175034299550432433311'),(9335,'191750342732','53',1.00,'100','retail','0','2025-06-19 17:23:43','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-19 14:24:21','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','775.00','774','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175034302534932920392'),(9336,'191750342732','53',1.00,'100','retail','0','2025-06-19 17:23:51','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-19 14:24:21','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','774.00','773','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175034303233322722212'),(9337,'221750343130','1',1.00,'50','retail','0','2025-06-19 17:25:30','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-19 14:25:39','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4461.00','4460','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175034313100000243331'),(9338,'221750343130','1',1.00,'50','retail','0','2025-06-19 17:25:35','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-19 14:25:39','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4460.00','4459','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175034313602320700100'),(9343,'221750343899','1',1.00,'50','retail','0','2025-06-19 17:38:19','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-19 14:38:42','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4458.00','4457','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175034390020593231093'),(9344,'221750343899','8',1.00,'30','retail','0','2025-06-19 17:38:37','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-06-19 14:38:42','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1773.00','1772','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175034391851070133233'),(9345,'221750342099','1',1.00,'50','retail','0','2025-06-19 17:08:19','','','','0','Cash',6.78,'50','','','22','','1','2025-06-19 14:56:03','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4462.00','4461','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175034210130342132520'),(9346,'221750342099','6',1.00,'50','retail','0','2025-06-19 17:34:15','','','','0','Cash',6.78,'50','','','22','','1','2025-06-19 14:56:03','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1060.00','1059','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175034365600322373223'),(9347,'221750342099','6',1.00,'50','retail','0','2025-06-19 17:34:37','','','','0','Cash',6.78,'50','','','22','','1','2025-06-19 14:56:03','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1059.00','1058','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175034367803123222030'),(9348,'221750342099','1',1.00,'50','retail','0','2025-06-19 17:35:00','','','','0','Cash',6.78,'50','','','22','','1','2025-06-19 14:56:03','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4459.00','4458','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175034370222352200323'),(9349,'221750342099','1',1.00,'50','retail','0','2025-06-19 17:55:41','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-19 14:56:03','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4457.00','4456','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175034494334209330132'),(9351,'221750345078','44',1.00,'150','retail','0','2025-06-19 17:57:58','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-19 15:03:26','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','905.00','904','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175034508138135002083'),(9352,'221750345078','1',1.00,'50','retail','0','2025-06-19 17:58:12','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-19 15:03:26','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4456.00','4455','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175034509423372331342'),(9353,'221750345078','59',1.00,'50','retail','0','2025-06-19 17:58:44','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-19 15:03:26','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','642.00','641','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175034512553323102223'),(9354,'221750345078','38',1.00,'50','retail','0','2025-06-19 18:02:28','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-19 15:03:26','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','922.00','921','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175034534920220423323'),(9355,'221750345078','38',1.00,'50','retail','0','2025-06-19 18:02:34','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-19 15:03:26','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','921.00','920','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175034535533033230335'),(9356,'221750345078','38',1.00,'50','retail','0','2025-06-19 18:02:40','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-19 15:03:26','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','920.00','919','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175034536130205300413'),(9357,'221750346752','1',1.00,'50','retail','0','2025-06-19 18:25:52','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-19 15:28:49','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4455.00','4454','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175034675300222230027'),(9358,'221750346752','38',1.00,'50','retail','0','2025-06-19 18:26:35','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-19 15:28:49','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','919.00','918','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175034679752057735232'),(9359,'221750346752','11',1.00,'60','retail','0','2025-06-19 18:27:32','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-06-19 15:28:49','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','255.00','254','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175034685433028038343'),(9360,'191750347365','18',1.00,'150','retail','0','2025-06-19 18:36:05','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-19 15:38:39','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','772.00','771','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175034736629232601232'),(9361,'191750347365','18',1.00,'150','retail','0','2025-06-19 18:36:08','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-19 15:38:39','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','771.00','770','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175034736935313235932'),(9362,'191750347365','50',1.00,'50','retail','0','2025-06-19 18:36:54','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-19 15:38:39','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','542.00','541','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175034741601960123420'),(9363,'191750347365','30',1.00,'50','retail','0','2025-06-19 18:37:31','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-19 15:38:39','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','631.00','630','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175034745233233032433'),(9364,'191750347365','38',1.00,'50','retail','0','2025-06-19 18:37:44','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-19 15:38:39','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','918.00','917','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175034746730933924307'),(9365,'191750347365','38',1.00,'50','retail','0','2025-06-19 18:37:55','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-19 15:38:39','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','917.00','916','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175034747943103330733'),(9366,'191750347365','38',1.00,'50','retail','0','2025-06-19 18:38:07','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-19 15:38:39','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','916.00','915','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175034748934247320403'),(9367,'191750347365','8',1.00,'30','retail','0','2025-06-19 18:38:29','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-19 15:38:39','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1772.00','1771','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175034751153202130507'),(9368,'221750345011','52',1.00,'150','retail','0','2025-06-19 17:56:51','','','','0','Cash',20.34,'150','','','22','','1','2025-06-19 15:42:26','3','7','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','869.00','868','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175034501332202202020'),(9369,'221750345011','38',1.00,'50','retail','0','2025-06-19 18:42:16','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-19 15:42:26','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','915.00','914','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175034773727273727333'),(9370,'221750345011','38',1.00,'50','retail','0','2025-06-19 18:42:20','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-19 15:42:26','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','914.00','913','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175034774127113323035'),(9374,'221750348668','38',1.00,'50','retail','0','2025-06-19 18:57:48','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-19 15:57:56','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','913.00','912','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175034867008371373320'),(9378,'221750349471','45',1.00,'180','retail','0','2025-06-19 19:11:11','','','','0','Cash',24.41,'180','','','22','16.00','1','2025-06-19 16:11:23','3','5','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','591.00','590','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175034947330245935307'),(9379,'221750347933','12',1.00,'50','retail','0','2025-06-19 18:45:33','','','','0','Cash',6.78,'50','','','22','','1','2025-06-19 16:17:52','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','570.00','569','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175034793633300030133'),(9380,'221750347933','13',1.00,'100','retail','0','2025-06-19 18:45:41','','','','0','Cash',13.56,'100','','','22','','1','2025-06-19 16:17:52','3','1','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','487.00','486','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175034794342322032253'),(9381,'221750347933','11',1.00,'60','retail','0','2025-06-19 18:46:00','','','','0','Cash',8.14,'60','','','22','','1','2025-06-19 16:17:52','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','254.00','253','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175034796272232202302'),(9382,'221750347933','54',1.00,'50','retail','0','2025-06-19 19:17:46','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-19 16:17:52','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','562.00','561','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175034986752800033283'),(9383,'221750349067','25',1.00,'200','retail','0','2025-06-19 19:04:27','','','','0','Cash',27.12,'200','','','22','','1','2025-06-19 16:21:12','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','529.00','528','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175034906822033203002'),(9384,'221750349067','87',1.00,'150','retail','0','2025-06-19 19:06:30','','','','0','Cash',20.34,'150','','','22','','1','2025-06-19 16:21:12','3','10','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','405.00','404','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175034919227320030222'),(9385,'221750349067','1',1.00,'50','retail','0','2025-06-19 19:08:48','','','','0','Cash',6.78,'50','','','22','','1','2025-06-19 16:21:12','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4454.00','4453','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175034932927033005033'),(9386,'221750349067','10',1.00,'180','retail','0','2025-06-19 19:21:07','','','','0','Cash',24.41,'180','','','22','16.00','1','2025-06-19 16:21:12','1','12','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','490.00','489','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175035006822303323522'),(9387,'221750350116','7',1.00,'20','retail','0','2025-06-19 19:21:56','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-06-19 16:22:06','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','888.00','887','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175035011727232237001'),(9388,'221750350116','7',1.00,'20','retail','0','2025-06-19 19:22:01','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-06-19 16:22:06','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','887.00','886','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175035012223005505322'),(9389,'221750353056','38',1.00,'50','retail','0','2025-06-19 20:10:56','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-19 17:12:48','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','912.00','911','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175035305852333053252'),(9390,'221750353056','32',1.00,'300','retail','0','2025-06-19 20:11:06','','','','0','Cash',40.68,'300','','','22','16.00','1','2025-06-19 17:12:48','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','478.00','477','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175035306733032630006'),(9391,'221750353056','23',1.00,'350','retail','0','2025-06-19 20:11:31','','','','0','Cash',47.46,'350','','','22','16.00','1','2025-06-19 17:12:48','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','557.00','556','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175035309322032522222'),(9392,'221750353056','8',1.00,'30','retail','0','2025-06-19 20:11:49','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-06-19 17:12:48','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1771.00','1770','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175035311122220733133'),(9393,'221750353056','1',1.00,'50','retail','0','2025-06-19 20:12:41','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-19 17:12:48','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4453.00','4452','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175035316300337003022'),(9395,'221750353551','11',1.00,'60','retail','0','2025-06-19 20:19:11','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-06-19 17:20:19','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','253.00','252','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175035355222020232503'),(9396,'221750353551','1',1.00,'50','retail','0','2025-06-19 20:20:07','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-19 17:20:19','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4452.00','4451','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175035361200332523310'),(9398,'191750353517','52',1.00,'150','retail','0','2025-06-19 20:18:37','','','','0','Cash',20.34,'150','','','19','','1','2025-06-19 17:41:50','3','7','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','868.00','867','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175035351932222221102'),(9399,'191750353517','1',1.00,'50','retail','0','2025-06-19 20:41:30','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-19 17:41:50','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4451.00','4450','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175035489103330232322'),(9400,'191750353517','59',1.00,'50','retail','0','2025-06-19 20:41:45','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-19 17:41:50','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','641.00','640','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175035490606352029533'),(9404,'191750354966','1',1.00,'50','retail','0','2025-06-19 20:42:46','','','','0','Cash',6.78,'50','','','19','','1','2025-06-19 17:59:44','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4450.00','4449','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175035496842530317312'),(9405,'191750354966','52',1.00,'150','retail','0','2025-06-19 20:42:56','','','','0','Cash',20.34,'150','','','19','','1','2025-06-19 17:59:44','3','7','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','867.00','866','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175035497714033377334'),(9406,'221750354119','25',1.00,'200','retail','0','2025-06-19 20:28:39','','','','0','Cash',27.12,'200','','','22','','1','2025-06-19 18:05:40','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','528.00','527','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175035412002207753501'),(9407,'221750354119','24',1.00,'130','retail','0','2025-06-19 21:04:45','','','','0','Cash',17.63,'130','','','22','16.00','1','2025-06-19 18:05:40','1','3','new','1','new','pcs','','','','yes','','2.20','','','VATABLE',110.17,'1','611.00','610','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175035628623060226320'),(9408,'221750354119','52',1.00,'150','retail','0','2025-06-19 21:05:20','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-19 18:05:40','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','866.00','865','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175035632121027301223'),(9409,'191750355093','54',1.00,'50','retail','0','2025-06-19 20:44:53','','','','0','Cash',6.78,'50','','','19','','1','2025-06-19 18:15:07','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','561.00','560','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175035509427303307300'),(9410,'191750355093','54',1.00,'50','retail','0','2025-06-19 21:15:00','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-19 18:15:07','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','560.00','559','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175035690220272073203'),(9411,'221750356962','10',1.00,'180','retail','0','2025-06-19 21:16:02','','','','0','Cash',24.41,'180','','','22','16.00','1','2025-06-19 18:16:06','1','12','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','489.00','488','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175035696390032332303'),(9412,'221750357211','7',1.00,'20','retail','0','2025-06-19 21:20:11','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-06-19 18:20:16','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','886.00','885','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175035721331201235331'),(9413,'181750358797','8',1.00,'30','retail','0','2025-06-19 21:46:37','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-06-19 18:46:46','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1770.00','1769','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175035879813883233285'),(9414,'181750358797','8',1.00,'30','retail','0','2025-06-19 21:46:41','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-06-19 18:46:46','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1769.00','1768','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175035880232830250003'),(9415,'181750358951','59',1.00,'50','retail','0','2025-06-19 21:49:11','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-19 18:49:40','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','640.00','639','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175035895252230830823'),(9416,'181750358951','7',1.00,'20','retail','0','2025-06-19 21:49:23','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-19 18:49:40','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','885.00','884','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175035896420704223300'),(9417,'181750358951','7',1.00,'20','retail','0','2025-06-19 21:49:26','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-19 18:49:40','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','884.00','883','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175035896723209953003'),(9418,'181750358951','7',1.00,'20','retail','0','2025-06-19 21:49:30','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-19 18:49:40','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','883.00','882','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175035897123503283227'),(9419,'181750358951','7',1.00,'20','retail','0','2025-06-19 21:49:34','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-19 18:49:40','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','882.00','881','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175035897533132328502'),(9420,'181750361289','7',1.00,'20','retail','0','2025-06-19 22:28:09','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-19 19:28:25','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','881.00','880','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175036129012009132220'),(9421,'181750361289','7',1.00,'20','retail','0','2025-06-19 22:28:12','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-19 19:28:25','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','880.00','879','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175036129320283361613'),(9422,'181750361289','7',1.00,'20','retail','0','2025-06-19 22:28:15','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-19 19:28:25','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','879.00','878','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175036129692231323332'),(9423,'181750361439','28',1.00,'200','retail','0','2025-06-19 22:30:39','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-06-19 19:31:35','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','568.00','567','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175036144023233335332'),(9424,'181750361439','28',1.00,'200','retail','0','2025-06-19 22:30:43','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-06-19 19:31:35','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','567.00','566','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175036144432230032201'),(9425,'181750361439','28',1.00,'200','retail','0','2025-06-19 22:30:46','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-06-19 19:31:35','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','566.00','565','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175036144712203153622'),(9426,'181750361439','1',1.00,'50','retail','0','2025-06-19 22:31:23','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-19 19:31:35','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4449.00','4448','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175036148433212202432'),(9427,'181750361439','1',1.00,'50','retail','0','2025-06-19 22:31:26','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-19 19:31:35','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4448.00','4447','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175036148703731120130'),(9428,'181750361439','1',1.00,'50','retail','0','2025-06-19 22:31:30','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-19 19:31:35','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4447.00','4446','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175036149122360726113'),(9429,'181750361547','7',1.00,'20','retail','0','2025-06-19 22:32:27','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-19 19:32:36','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','878.00','877','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175036154852823333230'),(9430,'181750362757','55',1.00,'80','retail','0','2025-06-19 22:52:37','','','','0','Cash',10.85,'80','','','18','16.00','1','2025-06-19 19:52:41','3','8','new','1','new','pcs','','','','yes','','1.36','','','VATABLE',67.80,'1','668.00','667','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175036275833125363301'),(9431,'181750362783','21',1.00,'280','retail','0','2025-06-19 22:53:03','','','','0','Cash',37.97,'280','','','18','16.00','1','2025-06-19 19:53:16','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','585.00','584','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175036278535120322833'),(9432,'181750362783','30',1.00,'50','retail','0','2025-06-19 22:53:07','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-19 19:53:16','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','630.00','629','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175036278703122220220'),(9433,'181750362783','25',1.00,'200','retail','0','2025-06-19 22:53:11','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-06-19 19:53:16','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','527.00','526','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175036279102022033027'),(9434,'181750366226','21',1.00,'280','retail','0','2025-06-19 23:50:26','','','','0','Cash',37.97,'280','','','18','16.00','1','2025-06-19 20:50:33','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','584.00','583','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175036622701322062321'),(9435,'181750366226','29',1.00,'100','retail','0','2025-06-19 23:50:30','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-06-19 20:50:33','1','3','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','978.00','977','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175036623076332333322'),(9436,'181750377090','8',1.00,'30','retail','0','2025-06-20 02:51:30','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-06-19 23:52:02','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1768.00','1767','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175037709133132711037'),(9437,'181750377090','8',1.00,'30','retail','0','2025-06-20 02:51:33','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-06-19 23:52:02','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1767.00','1766','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175037709353382323005'),(9438,'181750377090','50',1.00,'50','retail','0','2025-06-20 02:51:41','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-19 23:52:02','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','541.00','540','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175037710213270102027'),(9439,'181750377090','1',1.00,'50','retail','0','2025-06-20 02:51:58','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-19 23:52:02','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4446.00','4445','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175037711908753220272'),(9440,'181750393945','1',1.00,'50','retail','0','2025-06-20 07:32:25','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-20 04:32:49','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4445.00','4444','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175039394633112242331'),(9441,'181750393945','1',1.00,'50','retail','0','2025-06-20 07:32:28','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-20 04:32:49','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4444.00','4443','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175039394802307202212'),(9442,'181750393945','7',1.00,'20','retail','0','2025-06-20 07:32:37','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-20 04:32:49','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','877.00','876','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175039395833112252331'),(9443,'181750393945','7',1.00,'20','retail','0','2025-06-20 07:32:40','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-20 04:32:49','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','876.00','875','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175039396162319322920'),(9444,'181750393945','7',1.00,'20','retail','0','2025-06-20 07:32:44','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-20 04:32:49','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','875.00','874','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175039396530225003739'),(9445,'181750394703','7',1.00,'20','retail','0','2025-06-20 07:45:03','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-20 04:45:08','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','874.00','873','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175039470403143733072'),(9446,'191750405355','1',1.00,'50','retail','0','2025-06-20 10:42:35','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-20 07:42:43','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4443.00','4442','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175040535720330032270'),(9448,'191750407071','8',1.00,'30','retail','0','2025-06-20 11:11:11','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-20 08:11:16','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1765.00','1764','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175040707172232100203'),(9449,'191750407057','8',1.00,'30','retail','0','2025-06-20 11:10:57','','','','0','Cash',4.07,'30','','','19','','1','2025-06-20 08:12:57','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1766.00','1765','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175040705812002033509'),(9450,'191750407057','8',1.00,'30','retail','0','2025-06-20 11:12:50','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-20 08:12:57','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1764.00','1763','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175040717131377323227'),(9451,'191750407348','8',1.00,'30','retail','0','2025-06-20 11:15:48','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-20 08:17:14','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1763.00','1762','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175040734901042312302'),(9452,'191750407348','1',1.00,'50','retail','0','2025-06-20 11:17:03','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-20 08:17:14','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4442.00','4441','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175040742433202043421'),(9454,'191750407520','44',1.00,'150','retail','0','2025-06-20 11:18:40','','','','0','Cash',20.34,'150','','','19','','1','2025-06-20 08:23:42','3','5','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','904.00','903','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175040752147500232321'),(9455,'191750407520','11',1.00,'60','retail','0','2025-06-20 11:23:37','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-06-20 08:23:42','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','252.00','251','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175040781832833221003'),(9456,'191750411029','1',1.00,'50','retail','0','2025-06-20 12:17:09','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-20 09:17:38','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4441.00','4440','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175041103029234222232'),(9457,'191750411029','1',1.00,'50','retail','0','2025-06-20 12:17:13','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-20 09:17:38','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4440.00','4439','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175041103425013313325'),(9458,'191750411029','95',1.00,'100','retail','0','2025-06-20 12:17:25','','','','01','Cash',13.56,'100','','','19','16.00','1','2025-06-20 09:17:38','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','268.00','267','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175041104722723007003'),(9459,'191750411029','95',1.00,'100','retail','0','2025-06-20 12:17:31','','','','01','Cash',13.56,'100','','','19','16.00','1','2025-06-20 09:17:38','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','267.00','266','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175041105225322000230'),(9460,'191750414159','50',1.00,'50','retail','0','2025-06-20 13:09:19','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-20 10:09:30','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','540.00','539','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175041416040930320330'),(9461,'191750415200','59',1.00,'50','retail','0','2025-06-20 13:26:40','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-20 10:26:49','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','639.00','638','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175041520332230220220'),(9462,'81750417372','8',1.00,'30','retail','0','2025-06-20 14:02:52','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-06-20 11:02:59','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1762.00','1761','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175041737331232743332'),(9463,'81750417781','59',1.00,'50','retail','0','2025-06-20 14:09:41','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-20 11:09:46','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','638.00','637','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175041778308000233302'),(9472,'81750423637','43',1.00,'200','retail','0','2025-06-20 15:47:17','','','','0','Cash',27.12,'200','','','8','16.00','1','2025-06-20 12:47:22','3','4','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','511.00','510','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175042363823342313223'),(9473,'81750423971','1',1.00,'50','retail','0','2025-06-20 15:52:51','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-20 12:53:00','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4439.00','4438','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175042397334257223143'),(9474,'81750423971','1',1.00,'50','retail','0','2025-06-20 15:52:53','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-20 12:53:00','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4438.00','4437','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175042397657280542342'),(9475,'191750424148','70',1.00,'250','retail','0','2025-06-20 15:55:48','','','','0','Cash',33.90,'250','','','19','16.00','1','2025-06-20 12:56:43','3','10','new','1','new','pcs','','','','yes','','4.24','','','VATABLE',211.86,'1','836.00','835','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175042414902305404124'),(9476,'191750424148','59',1.00,'50','retail','0','2025-06-20 15:55:58','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-20 12:56:43','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','637.00','636','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175042415920932233255'),(9477,'191750424148','25',1.00,'200','retail','0','2025-06-20 15:56:15','','','','0','Cash',27.12,'200','','','19','16.00','1','2025-06-20 12:56:43','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','526.00','525','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175042417633060000310'),(9478,'191750424148','21',1.00,'280','retail','0','2025-06-20 15:56:23','','','','0','Cash',37.97,'280','','','19','16.00','1','2025-06-20 12:56:43','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','583.00','582','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175042418447042192534'),(9479,'191750424148','29',1.00,'100','retail','0','2025-06-20 15:56:27','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-20 12:56:43','1','3','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','977.00','976','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175042418932909303913'),(9480,'191750424503','25',1.00,'200','retail','0','2025-06-20 16:01:43','','','','0','Cash',27.12,'200','','','19','16.00','1','2025-06-20 13:01:54','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','525.00','524','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175042450441520342732'),(9481,'81750422850','19',1.00,'180','retail','0','2025-06-20 15:34:10','','','','0','Cash',24.41,'180','','','8','','1','2025-06-20 13:13:40','1','2','new','1','printed','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','697.00','696','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175042285120220512350'),(9482,'81750422850','34',1.00,'280','retail','0','2025-06-20 15:34:20','','','','0','Cash',37.97,'280','','','8','','1','2025-06-20 13:13:40','1','13','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','492.00','491','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175042286122621225632'),(9483,'81750422850','59',1.00,'50','retail','0','2025-06-20 16:13:34','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-20 13:13:40','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','636.00','635','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175042521530033423222'),(9484,'81750422029','28',1.00,'200','retail','0','2025-06-20 15:20:29','','','','0','Cash',27.12,'200','','','8','','1','2025-06-20 13:14:32','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','565.00','564','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175042203022233238233'),(9485,'81750422029','28',1.00,'200','retail','0','2025-06-20 15:20:34','','','','0','Cash',27.12,'200','','','8','','1','2025-06-20 13:14:32','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','564.00','563','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175042203622332623317'),(9486,'81750422029','34',1.00,'280','retail','0','2025-06-20 15:32:09','','','','0','Cash',37.97,'280','','','8','','1','2025-06-20 13:14:32','1','13','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','493.00','492','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175042273002217430502'),(9487,'81750422029','54',1.00,'50','retail','0','2025-06-20 15:32:24','','','','0','Cash',6.78,'50','','','8','','1','2025-06-20 13:14:32','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','559.00','558','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175042274638342303573'),(9488,'81750422029','34',1.00,'280','retail','0','2025-06-20 16:14:24','','','','0','Cash',37.97,'280','','','8','16.00','1','2025-06-20 13:14:32','1','13','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','491.00','490','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175042526552252003020'),(9489,'191750425748','38',1.00,'50','retail','0','2025-06-20 16:22:28','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-20 13:22:42','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','911.00','910','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175042574932520207720'),(9490,'191750425748','38',1.00,'50','retail','0','2025-06-20 16:22:36','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-20 13:22:42','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','910.00','909','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175042575823307200730'),(9491,'191750426288','38',1.00,'50','retail','0','2025-06-20 16:31:28','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-20 13:31:35','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','909.00','908','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175042628995863220023'),(9492,'191750426546','21',1.00,'280','retail','0','2025-06-20 16:35:46','','','','0','Cash',37.97,'280','','','19','16.00','1','2025-06-20 13:36:03','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','582.00','581','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175042654730323762322'),(9493,'191750426546','30',1.00,'50','retail','0','2025-06-20 16:35:52','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-20 13:36:03','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','629.00','628','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175042655332027022426'),(9494,'191750428628','1',1.00,'50','retail','0','2025-06-20 17:10:28','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-20 14:10:53','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4437.00','4436','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175042862922303014504'),(9495,'191750428628','1',1.00,'50','retail','0','2025-06-20 17:10:33','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-20 14:10:53','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4436.00','4435','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175042863443202152872'),(9496,'191750428628','8',1.00,'30','retail','0','2025-06-20 17:10:45','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-20 14:10:53','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1761.00','1760','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175042864623633302400'),(9497,'81750431060','1',1.00,'50','retail','0','2025-06-20 17:51:00','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-20 14:51:10','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4435.00','4434','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175043106208226042112'),(9498,'81750431060','1',1.00,'50','retail','0','2025-06-20 17:51:02','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-20 14:51:10','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4434.00','4433','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175043106474330520202'),(9499,'81750431122','101',1.00,'50','retail','0','2025-06-20 17:52:02','','','','30','Cash',6.78,'50','','','8','16.00','1','2025-06-20 14:52:09','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','435.00','434','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175043112404111331233'),(9502,'81750431741','18',1.00,'150','retail','0','2025-06-20 18:02:21','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-06-20 15:02:32','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','770.00','769','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175043174413321400033'),(9503,'81750432677','38',1.00,'50','retail','0','2025-06-20 18:17:57','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-20 15:18:12','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','908.00','907','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175043267922303203930'),(9504,'81750432677','38',1.00,'50','retail','0','2025-06-20 18:18:03','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-20 15:18:12','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','907.00','906','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175043268612230020030'),(9505,'81750432731','38',1.00,'50','retail','0','2025-06-20 18:18:51','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-20 15:19:12','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','906.00','905','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175043273522333333483'),(9506,'81750432731','38',1.00,'50','retail','0','2025-06-20 18:19:00','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-20 15:19:12','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','905.00','904','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175043274133483233213'),(9507,'81750432731','38',1.00,'50','retail','0','2025-06-20 18:19:05','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-20 15:19:12','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','904.00','903','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175043274632333234222'),(9508,'191750431460','52',1.00,'150','retail','0','2025-06-20 17:57:40','','','','0','Cash',20.34,'150','','','19','','1','2025-06-20 15:27:58','3','7','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','865.00','864','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175043146122192327000'),(9509,'191750431460','84',1.00,'200','retail','0','2025-06-20 17:57:57','','','','0','Cash',27.12,'200','','','19','','1','2025-06-20 15:27:58','3','10','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','308.00','307','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175043148223221072303'),(9510,'191750431460','84',1.00,'200','retail','0','2025-06-20 18:27:36','','','','0','Cash',27.12,'200','','','19','16.00','1','2025-06-20 15:27:58','3','10','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','307.00','306','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175043326003307290063'),(9511,'191750431460','52',1.00,'150','retail','0','2025-06-20 18:27:48','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-20 15:27:58','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','864.00','863','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175043326932399330020'),(9512,'191750435659','71',1.00,'300','retail','0','2025-06-20 19:07:39','','','','0','Cash',40.68,'300','','','19','16.00','1','2025-06-20 16:11:16','3','10','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','1031.00','1030','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175043566004262520909'),(9513,'191750435659','10',1.00,'180','retail','0','2025-06-20 19:10:29','','','','0','Cash',24.41,'180','','','19','16.00','1','2025-06-20 16:11:16','1','12','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','488.00','487','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175043583130323251002'),(9514,'191750439144','18',1.00,'150','retail','0','2025-06-20 20:05:44','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-20 17:05:55','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','769.00','768','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175043914533303110331'),(9515,'81750439772','38',1.00,'50','retail','0','2025-06-20 20:16:12','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-20 17:18:02','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','903.00','902','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175043977422037022823'),(9516,'81750439772','38',1.00,'50','retail','0','2025-06-20 20:16:22','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-20 17:18:02','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','902.00','901','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175043978395700938003'),(9517,'81750439772','38',1.00,'50','retail','0','2025-06-20 20:16:33','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-20 17:18:02','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','901.00','900','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175043979509273310133'),(9518,'81750439772','38',1.00,'50','retail','0','2025-06-20 20:16:50','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-20 17:18:02','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','900.00','899','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175043981113202383213'),(9519,'81750439772','38',1.00,'50','retail','0','2025-06-20 20:17:01','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-20 17:18:02','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','899.00','898','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175043982472129250303'),(9520,'81750439772','38',1.00,'50','retail','0','2025-06-20 20:17:39','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-20 17:18:02','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','898.00','897','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175043986213032323324'),(9521,'81750439772','38',1.00,'50','retail','0','2025-06-20 20:17:50','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-20 17:18:02','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','897.00','896','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175043987393324233782'),(9525,'81750439932','21',1.00,'280','retail','0','2025-06-20 20:18:52','','','','0','Cash',37.97,'280','','','8','','1','2025-06-20 17:28:04','1','3','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','581.00','580','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175043993322724902232'),(9526,'81750439932','30',1.00,'50','retail','0','2025-06-20 20:18:57','','','','0','Cash',6.78,'50','','','8','','1','2025-06-20 17:28:04','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','628.00','627','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175043994032273333342'),(9527,'81750439932','13',1.00,'100','retail','0','2025-06-20 20:19:14','','','','0','Cash',13.56,'100','','','8','','1','2025-06-20 17:28:04','3','1','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','486.00','485','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175043995613333223399'),(9528,'81750439932','11',1.00,'60','retail','0','2025-06-20 20:27:53','','','','0','Cash',8.14,'60','','','8','16.00','1','2025-06-20 17:28:04','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','251.00','250','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175044047444740203212'),(9529,'81750439932','11',1.00,'60','retail','0','2025-06-20 20:27:56','','','','0','Cash',8.14,'60','','','8','16.00','1','2025-06-20 17:28:04','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','250.00','249','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175044047721142425227'),(9534,'191750441485','18',1.00,'150','retail','0','2025-06-20 20:44:45','','','','0','Cash',20.34,'150','','','19','','1','2025-06-20 17:51:34','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','768.00','767','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175044148613806142313'),(9535,'191750441485','18',1.00,'150','retail','0','2025-06-20 20:44:51','','','','0','Cash',20.34,'150','','','19','','1','2025-06-20 17:51:34','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','767.00','766','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175044149203423443003'),(9536,'191750441485','1',1.00,'50','retail','0','2025-06-20 20:51:26','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-20 17:51:34','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4433.00','4432','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175044188720929324017'),(9537,'191750442532','8',1.00,'30','retail','0','2025-06-20 21:02:12','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-20 18:03:07','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1760.00','1759','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175044253400332033022'),(9538,'191750442532','8',1.00,'30','retail','0','2025-06-20 21:02:27','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-20 18:03:07','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1759.00','1758','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175044254833371003231'),(9539,'191750442532','8',1.00,'30','retail','0','2025-06-20 21:02:35','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-20 18:03:07','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1758.00','1757','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175044255600523353220'),(9540,'191750442532','7',1.00,'20','retail','0','2025-06-20 21:02:41','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-06-20 18:03:07','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','873.00','872','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175044256231543227272'),(9541,'191750442532','7',1.00,'20','retail','0','2025-06-20 21:02:48','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-06-20 18:03:07','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','872.00','871','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175044256910211000323'),(9542,'191750442532','7',1.00,'20','retail','0','2025-06-20 21:02:55','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-06-20 18:03:07','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','871.00','870','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175044257712330322410'),(9543,'81750441560','74',1.00,'100','retail','0','2025-06-20 20:46:00','','','','0','Cash',13.56,'100','','','8','','1','2025-06-20 18:07:29','3','11','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','486.00','485','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175044156175224305006'),(9544,'81750441560','75',1.00,'100','retail','0','2025-06-20 20:46:02','','','','0','Cash',13.56,'100','','','8','','1','2025-06-20 18:07:29','3','11','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','704.00','703','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175044156304738313243'),(9545,'81750441560','24',1.00,'130','retail','0','2025-06-20 21:07:08','','','','0','Cash',17.63,'130','','','8','16.00','1','2025-06-20 18:07:29','1','3','new','1','new','pcs','','','','yes','','2.20','','','VATABLE',110.17,'1','610.00','609','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175044282928323340423'),(9546,'81750441560','24',1.00,'130','retail','0','2025-06-20 21:07:10','','','','0','Cash',17.63,'130','','','8','16.00','1','2025-06-20 18:07:29','1','3','new','1','new','pcs','','','','yes','','2.20','','','VATABLE',110.17,'1','609.00','608','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175044283143232530720'),(9547,'81750441560','18',1.00,'150','retail','0','2025-06-20 21:07:16','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-06-20 18:07:29','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','766.00','765','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175044283723323030802'),(9548,'81750441560','19',1.00,'180','retail','0','2025-06-20 21:07:21','','','','0','Cash',24.41,'180','','','8','16.00','1','2025-06-20 18:07:29','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','696.00','695','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175044284218053247223'),(9549,'181750444207','53',1.00,'100','retail','0','2025-06-20 21:30:07','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-06-20 18:30:49','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','773.00','772','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175044420823432002410'),(9550,'181750444207','6',1.00,'50','retail','0','2025-06-20 21:30:22','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-20 18:30:49','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1058.00','1057','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175044422440822213310'),(9551,'181750444207','11',1.00,'60','retail','0','2025-06-20 21:30:31','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-06-20 18:30:49','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','249.00','248','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175044423203435223428'),(9552,'181750444207','8',1.00,'30','retail','0','2025-06-20 21:30:38','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-06-20 18:30:49','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1757.00','1756','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175044423947522023334'),(9553,'181750445354','41',1.00,'100','retail','0','2025-06-20 21:49:14','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-06-20 18:49:34','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','696.00','695','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175044535515334032232'),(9554,'181750445354','54',1.00,'50','retail','0','2025-06-20 21:49:27','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-20 18:49:34','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','558.00','557','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175044536883733222243'),(9555,'181750447092','29',1.00,'100','retail','0','2025-06-20 22:18:12','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-06-20 19:18:24','1','3','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','976.00','975','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175044709320977320290'),(9556,'181750447092','50',1.00,'50','retail','0','2025-06-20 22:18:18','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-20 19:18:24','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','539.00','538','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175044710000700302231'),(9557,'191750487617','1',1.00,'50','retail','0','2025-06-21 09:33:37','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-21 06:33:42','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4432.00','4431','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175048761771350280302'),(9558,'191750487648','8',1.00,'30','retail','0','2025-06-21 09:34:08','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-21 06:34:14','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1756.00','1755','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175048764933433300933'),(9559,'191750489613','8',1.00,'30','retail','0','2025-06-21 10:06:54','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-21 07:06:59','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1755.00','1754','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175048961523237300105'),(9560,'191750490045','8',1.00,'30','retail','0','2025-06-21 10:14:05','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-21 07:14:11','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1754.00','1753','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175049004603222360229'),(9561,'191750491988','52',1.00,'150','retail','0','2025-06-21 10:46:28','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-21 07:48:01','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','863.00','862','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175049198910304120259'),(9562,'191750491988','6',1.00,'50','retail','0','2025-06-21 10:46:59','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-21 07:48:01','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1057.00','1056','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175049202020003003321'),(9563,'191750491988','6',1.00,'50','retail','0','2025-06-21 10:47:02','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-21 07:48:01','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1056.00','1055','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175049202403124301023'),(9564,'81750495668','18',1.00,'150','retail','0','2025-06-21 11:47:48','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-06-21 08:48:33','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','765.00','764','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175049567020002203345'),(9565,'81750495668','24',1.00,'130','retail','0','2025-06-21 11:48:23','','','','0','Cash',17.63,'130','','','8','16.00','1','2025-06-21 08:48:33','1','3','new','1','new','pcs','','','','yes','','2.20','','','VATABLE',110.17,'1','608.00','607','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175049570520320303538'),(9566,'191750497170','33',1.00,'600','retail','0','2025-06-21 12:12:50','','','','0','Cash',81.36,'600','','','19','16.00','1','2025-06-21 09:14:57','1','13','new','1','new','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','1020.00','1019','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175049717273750233220'),(9567,'191750497170','35',1.00,'560','retail','0','2025-06-21 12:13:08','','','','0','Cash',75.93,'560','','','19','16.00','1','2025-06-21 09:14:57','1','13','new','1','new','pcs','','','','yes','','9.49','','','VATABLE',474.58,'1','512.00','511','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175049718932033958012'),(9568,'191750497170','30',1.00,'50','retail','0','2025-06-21 12:13:30','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-21 09:14:57','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','627.00','626','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175049721403421339530'),(9569,'191750497170','30',1.00,'50','retail','0','2025-06-21 12:13:38','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-21 09:14:57','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','626.00','625','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175049721903223443003'),(9570,'191750497170','18',1.00,'150','retail','0','2025-06-21 12:13:57','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-21 09:14:57','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','764.00','763','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175049724244122203172'),(9571,'191750497170','59',1.00,'50','retail','0','2025-06-21 12:14:29','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-21 09:14:57','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','635.00','634','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175049727200449350352'),(9572,'191750497170','59',1.00,'50','retail','0','2025-06-21 12:14:41','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-21 09:14:57','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','634.00','633','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175049728220229125243'),(9573,'191750497170','59',1.00,'50','retail','0','2025-06-21 12:14:48','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-21 09:14:57','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','633.00','632','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175049729032250022315'),(9574,'191750497511','18',1.00,'150','retail','0','2025-06-21 12:18:32','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-21 09:18:52','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','763.00','762','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175049751537509033222'),(9575,'191750497511','11',1.00,'60','retail','0','2025-06-21 12:18:46','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-06-21 09:18:52','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','248.00','247','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175049752733053977209'),(9576,'81750500892','8',1.00,'30','retail','0','2025-06-21 13:14:52','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-06-21 10:15:25','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1753.00','1752','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175050089422093020803'),(9577,'81750500892','1',1.00,'50','retail','0','2025-06-21 13:15:14','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-21 10:15:25','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4431.00','4430','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175050091620330723620'),(9578,'191750501619','43',1.00,'200','retail','0','2025-06-21 13:26:59','','','','0','Cash',27.12,'200','','','19','16.00','1','2025-06-21 10:27:27','3','4','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','510.00','509','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175050162432230221793'),(9579,'191750502790','18',1.00,'150','retail','0','2025-06-21 13:46:30','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-21 10:46:42','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','762.00','761','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175050279237220001002'),(9580,'191750503562','54',1.00,'50','retail','0','2025-06-21 13:59:22','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-21 10:59:32','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','557.00','556','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175050356450604320300'),(9581,'81750504890','32',1.00,'300','retail','0','2025-06-21 14:21:31','','','','0','Cash',40.68,'300','','','8','16.00','1','2025-06-21 11:21:48','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','477.00','476','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175050489352403044322'),(9582,'81750504890','30',1.00,'50','retail','0','2025-06-21 14:21:42','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-21 11:21:48','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','625.00','624','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175050490420353329822'),(9583,'191750505602','31',1.00,'150','retail','0','2025-06-21 14:33:22','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-21 11:34:46','1','3','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1878.00','1877','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175050560492055202172'),(9584,'191750505602','29',1.00,'100','retail','0','2025-06-21 14:33:36','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-21 11:34:46','1','3','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','975.00','974','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175050561732360233635'),(9585,'191750505602','1',1.00,'50','retail','0','2025-06-21 14:34:07','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-21 11:34:46','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4430.00','4429','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175050564800253230503'),(9586,'191750505602','7',1.00,'20','retail','0','2025-06-21 14:34:36','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-06-21 11:34:46','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','870.00','869','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175050567776007321903'),(9587,'191750509796','25',1.00,'200','retail','0','2025-06-21 15:43:17','','','','0','Cash',27.12,'200','','','19','16.00','1','2025-06-21 12:44:00','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','524.00','523','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175050981125039000305'),(9588,'81750510727','1',1.00,'50','retail','0','2025-06-21 15:58:48','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-21 13:07:00','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4429.00','4428','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175051073380328228135'),(9589,'81750510727','41',1.00,'100','retail','0','2025-06-21 15:59:12','','','','0','Cash',13.56,'100','','','8','16.00','1','2025-06-21 13:07:00','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','695.00','694','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175051075753122305702'),(9590,'81750510727','11',1.00,'60','retail','0','2025-06-21 15:59:44','','','','0','Cash',8.14,'60','','','8','16.00','1','2025-06-21 13:07:00','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','247.00','246','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175051078823053807302'),(9591,'81750510727','11',1.00,'60','retail','0','2025-06-21 15:59:53','','','','0','Cash',8.14,'60','','','8','16.00','1','2025-06-21 13:07:00','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','246.00','245','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175051080005042330001'),(9592,'81750510727','11',1.00,'60','retail','0','2025-06-21 16:05:28','','','','0','Cash',8.14,'60','','','8','16.00','1','2025-06-21 13:07:00','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','245.00','244','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175051114773304305321'),(9593,'81750512398','8',1.00,'30','retail','0','2025-06-21 16:26:39','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-06-21 13:32:19','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1752.00','1751','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175051240673234030332'),(9594,'81750512398','1',1.00,'50','retail','0','2025-06-21 16:28:11','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-21 13:32:19','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4428.00','4427','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175051249812028202230'),(9595,'81750513521','54',1.00,'50','retail','0','2025-06-21 16:45:21','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-21 13:45:30','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','556.00','555','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175051352483530338332'),(9596,'191750516110','6',1.00,'50','retail','0','2025-06-21 17:28:30','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-21 14:28:51','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1055.00','1054','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175051611133132326102'),(9597,'191750516110','1',1.00,'50','retail','0','2025-06-21 17:28:45','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-21 14:28:51','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4427.00','4426','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175051612753322203021'),(9598,'81750516721','1',1.00,'50','retail','0','2025-06-21 17:38:41','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-21 14:38:54','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4426.00','4425','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175051672242254426232'),(9599,'191750517050','1',1.00,'50','retail','0','2025-06-21 17:44:10','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-21 14:44:27','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4425.00','4424','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175051705473352020310'),(9602,'81750517526','18',1.00,'150','retail','0','2025-06-21 17:52:06','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-06-21 14:52:54','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','759.00','758','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175051753132841233303'),(9603,'81750517526','11',1.00,'60','retail','0','2025-06-21 17:52:21','','','','0','Cash',8.14,'60','','','8','16.00','1','2025-06-21 14:52:54','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','244.00','243','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175051754631327302026'),(9604,'81750517319','18',1.00,'150','retail','0','2025-06-21 17:48:39','','','','0','Cash',20.34,'150','','','8','','1','2025-06-21 15:14:31','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','761.00','760','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175051732220330302030'),(9605,'81750517319','18',1.00,'150','retail','0','2025-06-21 17:48:50','','','','0','Cash',20.34,'150','','','8','','1','2025-06-21 15:14:31','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','760.00','759','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175051733222025320200'),(9606,'81750517319','59',1.00,'50','retail','0','2025-06-21 18:14:02','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-21 15:14:31','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','632.00','631','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175051884533041340332'),(9607,'81750517319','59',1.00,'50','retail','0','2025-06-21 18:14:18','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-21 15:14:31','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','631.00','630','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175051886552502020835'),(9608,'81750518938','6',1.00,'50','retail','0','2025-06-21 18:15:38','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-21 15:17:31','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1054.00','1053','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175051894132932183519'),(9609,'81750518938','6',1.00,'50','retail','0','2025-06-21 18:15:51','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-21 15:17:31','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1053.00','1052','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175051895233123227213'),(9610,'81750518938','7',1.00,'20','retail','0','2025-06-21 18:16:01','','','','0','Cash',2.71,'20','','','8','16.00','1','2025-06-21 15:17:31','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','869.00','868','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175051896260202231225'),(9611,'81750518938','95',1.00,'100','retail','0','2025-06-21 18:16:09','','','','01','Cash',13.56,'100','','','8','16.00','1','2025-06-21 15:17:31','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','266.00','265','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175051897132437303122'),(9612,'81750518938','95',1.00,'100','retail','0','2025-06-21 18:16:16','','','','01','Cash',13.56,'100','','','8','16.00','1','2025-06-21 15:17:31','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','265.00','264','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175051897823320883290'),(9613,'81750518938','53',1.00,'100','retail','0','2025-06-21 18:16:47','','','','0','Cash',13.56,'100','','','8','16.00','1','2025-06-21 15:17:31','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','772.00','771','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175051901110302951203'),(9614,'81750518938','1',1.00,'50','retail','0','2025-06-21 18:17:16','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-21 15:17:31','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4424.00','4423','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175051903800182831033'),(9615,'191750519486','12',1.00,'50','retail','0','2025-06-21 18:24:46','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-21 15:25:15','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','569.00','568','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175051948780200024133'),(9616,'191750519486','59',1.00,'50','retail','0','2025-06-21 18:24:58','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-21 15:25:15','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','630.00','629','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175051949979495337291'),(9617,'191750519486','59',1.00,'50','retail','0','2025-06-21 18:25:03','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-21 15:25:15','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','629.00','628','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175051950590223099253'),(9618,'191750519595','53',1.00,'100','retail','0','2025-06-21 18:26:35','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-21 15:26:50','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','771.00','770','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175051959620072225230'),(9619,'191750521377','1',1.00,'50','retail','0','2025-06-21 18:56:17','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-21 15:56:39','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4423.00','4422','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175052137921701032373'),(9620,'191750521377','8',1.00,'30','retail','0','2025-06-21 18:56:33','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-21 15:56:39','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1751.00','1750','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175052139513223025303'),(9621,'81750521782','1',1.00,'50','retail','0','2025-06-21 19:03:02','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-21 16:03:32','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4422.00','4421','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175052179021903027393'),(9624,'81750522431','32',1.00,'300','retail','0','2025-06-21 19:13:52','','','','0','Cash',40.68,'300','','','8','','1','2025-06-21 16:32:12','1','13','new','1','printed','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','476.00','475','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175052243413303030242'),(9625,'81750522431','30',1.00,'50','retail','0','2025-06-21 19:14:10','','','','0','Cash',6.78,'50','','','8','','1','2025-06-21 16:32:12','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','624.00','623','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175052245320220282022'),(9626,'81750522431','50',1.00,'50','retail','0','2025-06-21 19:32:04','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-21 16:32:12','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','538.00','537','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175052352850222512005'),(9627,'81750524517','38',1.00,'50','retail','0','2025-06-21 19:48:37','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-21 16:51:34','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','896.00','895','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175052452223830050137'),(9628,'81750524517','38',1.00,'50','retail','0','2025-06-21 19:48:54','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-21 16:51:34','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','895.00','894','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175052453842232037223'),(9629,'81750524517','38',1.00,'50','retail','0','2025-06-21 19:50:00','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-21 16:51:34','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','894.00','893','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175052460933529643200'),(9630,'81750524517','38',1.00,'50','retail','0','2025-06-21 19:50:24','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-21 16:51:34','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','893.00','892','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175052462855002023220'),(9631,'81750524517','38',1.00,'50','retail','0','2025-06-21 19:50:42','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-21 16:51:34','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','892.00','891','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175052464852420033020'),(9632,'81750524517','38',1.00,'50','retail','0','2025-06-21 19:51:03','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-21 16:51:34','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','891.00','890','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175052466645523332233'),(9633,'81750524517','38',1.00,'50','retail','0','2025-06-21 19:51:13','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-21 16:51:34','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','890.00','889','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175052467570323204331'),(9634,'81750524517','38',1.00,'50','retail','0','2025-06-21 19:51:27','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-21 16:51:34','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','889.00','888','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175052468827303300732'),(9635,'191750524971','19',1.00,'180','retail','0','2025-06-21 19:56:12','','','','0','Cash',24.41,'180','','','19','16.00','1','2025-06-21 16:56:52','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','695.00','694','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175052497722252302022'),(9636,'191750524971','19',1.00,'180','retail','0','2025-06-21 19:56:30','','','','0','Cash',24.41,'180','','','19','16.00','1','2025-06-21 16:56:52','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','694.00','693','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175052499325331337020'),(9637,'191750526753','1',1.00,'50','retail','0','2025-06-21 20:25:53','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-21 17:26:24','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4421.00','4420','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175052675551025225330'),(9638,'191750526753','1',1.00,'50','retail','0','2025-06-21 20:26:00','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-21 17:26:24','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4420.00','4419','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175052676123936202633'),(9639,'191750526753','8',1.00,'30','retail','0','2025-06-21 20:26:15','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-21 17:26:24','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1750.00','1749','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175052677610230612303'),(9640,'81750526833','38',1.00,'50','retail','0','2025-06-21 20:27:13','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-21 17:27:22','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','888.00','887','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175052683430680107234'),(9641,'81750526833','38',1.00,'50','retail','0','2025-06-21 20:27:17','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-21 17:27:22','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','887.00','886','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175052683910443533702'),(9642,'81750527184','53',1.00,'100','retail','0','2025-06-21 20:33:04','','','','0','Cash',13.56,'100','','','8','16.00','1','2025-06-21 17:33:12','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','770.00','769','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175052718630752354253'),(9643,'191750528270','1',1.00,'50','retail','0','2025-06-21 20:51:10','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-21 17:51:56','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4419.00','4418','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175052827178003222230'),(9644,'191750528270','1',1.00,'50','retail','0','2025-06-21 20:51:18','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-21 17:51:56','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4418.00','4417','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175052827922202213203'),(9645,'191750528270','7',1.00,'20','retail','0','2025-06-21 20:51:33','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-06-21 17:51:56','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','868.00','867','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175052829424753220250'),(9646,'191750528270','8',1.00,'30','retail','0','2025-06-21 20:51:39','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-21 17:51:56','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1749.00','1748','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175052830121523290932'),(9647,'81750528944','23',1.00,'350','retail','0','2025-06-21 21:02:24','','','','0','Cash',47.46,'350','','','8','16.00','1','2025-06-21 18:03:03','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','556.00','555','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175052894602853228000'),(9648,'81750528944','23',1.00,'350','retail','0','2025-06-21 21:02:31','','','','0','Cash',47.46,'350','','','8','16.00','1','2025-06-21 18:03:03','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','555.00','554','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175052895325238541582'),(9649,'81750528944','23',1.00,'350','retail','0','2025-06-21 21:02:42','','','','0','Cash',47.46,'350','','','8','16.00','1','2025-06-21 18:03:03','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','554.00','553','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175052896322423333380'),(9650,'81750528944','18',1.00,'150','retail','0','2025-06-21 21:02:55','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-06-21 18:03:03','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','758.00','757','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175052897723338030283'),(9651,'81750530430','38',1.00,'50','retail','0','2025-06-21 21:27:10','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-21 18:27:15','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','886.00','885','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175053043103331253322'),(9652,'191750530753','70',1.00,'250','retail','0','2025-06-21 21:32:33','','','','0','Cash',33.90,'250','','','19','16.00','1','2025-06-21 18:32:43','3','10','new','1','new','pcs','','','','yes','','4.24','','','VATABLE',211.86,'1','835.00','834','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175053075402522730325'),(9653,'191750531180','1',1.00,'50','retail','0','2025-06-21 21:39:41','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-21 18:39:48','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4417.00','4416','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175053118290823332307'),(9654,'121750532202','44',1.00,'150','retail','0','2025-06-21 21:56:42','','','','0','Cash',20.34,'150','','','12','16.00','1','2025-06-21 19:34:20','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','903.00','902','Inclusive','branch','Inventory','1110','4000','5500','yes','','','12175053220257102222005'),(9655,'121750532202','18',2.00,'300','retail','0','2025-06-21 21:57:03','','','','0','Cash',40.68,'150','','','12','16.00','1','2025-06-21 19:34:20','1','2','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'2','757.00','755','Inclusive','branch','Inventory','1110','4000','5500','yes','','','12175053222447234200233'),(9656,'121750532202','11',2.00,'120','retail','0','2025-06-21 21:57:24','','','','0','Cash',16.27,'60','','','12','16.00','1','2025-06-21 19:34:20','1','12','new','1','new','pcs','','','','yes','','2.03','','','VATABLE',101.69,'2','243.00','241','Inclusive','branch','Inventory','1110','4000','5500','yes','','','12175053224532032022222'),(9657,'121750536149','52',1.00,'150','retail','0','2025-06-21 23:02:29','','','','0','Cash',20.34,'150','','','12','16.00','1','2025-06-21 20:02:42','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','862.00','861','Inclusive','branch','Inventory','1110','4000','5500','yes','','','12175053615022307356302'),(9658,'221750573791','7',1.00,'20','retail','0','2025-06-22 09:29:51','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-06-22 06:30:13','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','867.00','866','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175057379232335310300'),(9661,'221750573871','8',1.00,'30','retail','0','2025-06-22 09:31:11','','','','0','Cash',4.07,'30','','','22','','1','2025-06-22 06:37:16','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1748.00','1747','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175057387232223227330'),(9662,'221750573871','8',1.00,'30','retail','0','2025-06-22 09:31:15','','','','0','Cash',4.07,'30','','','22','','1','2025-06-22 06:37:16','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1747.00','1746','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175057387673333222833'),(9663,'221750573871','25',1.00,'200','retail','0','2025-06-22 09:36:53','','','','0','Cash',27.12,'200','','','22','16.00','1','2025-06-22 06:37:16','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','523.00','522','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175057421420323223202'),(9664,'221750577431','1',1.00,'50','retail','0','2025-06-22 10:30:31','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-22 07:32:18','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4416.00','4415','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175057743450301350407'),(9665,'221750577431','7',1.00,'20','retail','0','2025-06-22 10:32:04','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-06-22 07:32:18','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','866.00','865','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175057752552230522253'),(9666,'221750577431','7',1.00,'20','retail','0','2025-06-22 10:32:13','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-06-22 07:32:18','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','865.00','864','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175057753430232313122'),(9667,'111750579406','7',1.00,'20','retail','0','2025-06-22 11:03:26','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-06-22 08:03:30','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','864.00','863','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175057940722013139720'),(9669,'111750584012','19',1.00,'180','retail','0','2025-06-22 12:20:12','','','','0','Cash',24.41,'180','','','11','','1','2025-06-22 09:31:16','1','2','new','1','printed','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','693.00','692','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11175058401331102312350'),(9670,'111750584012','102',1.00,'90','retail','0','2025-06-22 12:31:09','','','','65','Cash',12.20,'90','','','11','16.00','1','2025-06-22 09:31:16','3','8','new','1','new','pcs','','','','yes','','1.53','','','VATABLE',76.27,'1','518.00','517','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175058467075120203207'),(9673,'111750586008','8',1.00,'30','retail','0','2025-06-22 12:53:28','','','','0','Cash',4.07,'30','','','11','','1','2025-06-22 09:56:16','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1746.00','1745','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11175058600916020322373'),(9674,'111750586008','1',1.00,'50','retail','0','2025-06-22 12:53:39','','','','0','Cash',6.78,'50','','','11','','1','2025-06-22 09:56:16','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4415.00','4414','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11175058602021500152233'),(9675,'111750586008','7',1.00,'20','retail','0','2025-06-22 12:56:11','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-06-22 09:56:16','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','863.00','862','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175058617313301233023'),(9676,'111750586695','8',1.00,'30','retail','0','2025-06-22 13:04:55','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-06-22 10:05:02','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1745.00','1744','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175058669612322286313'),(9677,'111750586695','8',1.00,'30','retail','0','2025-06-22 13:04:59','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-06-22 10:05:02','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1744.00','1743','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175058670005200730003'),(9680,'191750588426','32',1.00,'300','retail','0','2025-06-22 13:33:46','','','','0','Cash',40.68,'300','','','19','16.00','1','2025-06-22 10:35:02','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','475.00','474','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175058842842233230332'),(9681,'191750588426','25',1.00,'200','retail','0','2025-06-22 13:34:02','','','','0','Cash',27.12,'200','','','19','16.00','1','2025-06-22 10:35:02','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','522.00','521','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175058844415532102422'),(9682,'191750588426','19',1.00,'180','retail','0','2025-06-22 13:34:16','','','','0','Cash',24.41,'180','','','19','16.00','1','2025-06-22 10:35:02','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','692.00','691','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175058845703123292030'),(9683,'191750588426','74',1.00,'100','retail','0','2025-06-22 13:34:35','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-22 10:35:02','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','485.00','484','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175058847630135632203'),(9684,'191750588426','10',1.00,'180','retail','0','2025-06-22 13:34:52','','','','0','Cash',24.41,'180','','','19','16.00','1','2025-06-22 10:35:02','1','12','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','487.00','486','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175058849452303307531'),(9685,'191750588589','8',1.00,'30','retail','0','2025-06-22 13:36:29','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-22 10:36:38','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1742.00','1741','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175058859038223013808'),(9686,'191750588589','8',1.00,'30','retail','0','2025-06-22 13:36:33','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-22 10:36:38','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1741.00','1740','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175058859421003333882'),(9687,'111750588571','38',1.00,'50','retail','0','2025-06-22 13:36:11','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-22 10:36:39','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','885.00','884','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175058857202532327013'),(9688,'111750588571','41',1.00,'100','retail','0','2025-06-22 13:36:20','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-06-22 10:36:39','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','694.00','693','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175058858137820257882'),(9689,'111750588571','53',1.00,'100','retail','0','2025-06-22 13:36:32','','','','0','Cash',13.56,'100','','','11','16.00','1','2025-06-22 10:36:39','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','769.00','768','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175058859380233238312'),(9692,'111750588338','1',1.00,'50','retail','0','2025-06-22 13:32:18','','','','0','Cash',6.78,'50','','','11','','1','2025-06-22 11:04:55','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4414.00','4413','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11175058834000352232330'),(9693,'111750588338','8',1.00,'30','retail','0','2025-06-22 13:32:32','','','','0','Cash',4.07,'30','','','11','','1','2025-06-22 11:04:55','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1743.00','1742','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11175058835333827332303'),(9694,'111750588338','18',1.00,'150','retail','0','2025-06-22 14:04:51','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-22 11:04:55','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','754.00','753','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175059029120227230527'),(9695,'111750589210','19',1.00,'180','retail','0','2025-06-22 13:46:50','','','','0','Cash',24.41,'180','','','11','','1','2025-06-22 11:05:38','1','2','new','1','printed','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','691.00','690','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11175058921122172730222'),(9696,'111750589210','18',1.00,'150','retail','0','2025-06-22 13:46:54','','','','0','Cash',20.34,'150','','','11','','1','2025-06-22 11:05:38','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','755.00','754','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11175058921532521232321'),(9697,'111750589210','19',1.00,'180','retail','0','2025-06-22 14:05:19','','','','0','Cash',24.41,'180','','','11','16.00','1','2025-06-22 11:05:38','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','690.00','689','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175059032023000000003'),(9698,'111750589210','54',1.00,'50','retail','0','2025-06-22 14:05:32','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-22 11:05:38','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','555.00','554','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175059033352501222311'),(9699,'111750590692','27',1.00,'600','retail','0','2025-06-22 14:11:32','','','','0','Cash',81.36,'600','','','11','16.00','1','2025-06-22 11:11:44','1','3','new','1','new','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','501.00','500','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175059069303501233135'),(9700,'111750590692','38',1.00,'50','retail','0','2025-06-22 14:11:40','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-22 11:11:44','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','884.00','883','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175059070132031122335'),(9701,'191750590790','25',1.00,'200','retail','0','2025-06-22 14:13:10','','','','0','Cash',27.12,'200','','','19','16.00','1','2025-06-22 11:14:03','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','521.00','520','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175059079102239327350'),(9702,'191750590790','18',1.00,'150','retail','0','2025-06-22 14:13:17','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-22 11:14:03','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','753.00','752','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175059079820732702118'),(9703,'191750590790','18',1.00,'150','retail','0','2025-06-22 14:13:31','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-22 11:14:03','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','752.00','751','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175059081231810231033'),(9704,'191750590790','74',1.00,'100','retail','0','2025-06-22 14:13:45','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-22 11:14:03','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','484.00','483','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175059082696030036831'),(9705,'191750590790','74',1.00,'100','retail','0','2025-06-22 14:13:50','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-22 11:14:03','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','483.00','482','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175059083173373022551'),(9706,'191750590918','18',1.00,'150','retail','0','2025-06-22 14:15:18','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-22 11:15:25','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','751.00','750','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175059091992539321202'),(9707,'191750592917','8',1.00,'30','retail','0','2025-06-22 14:48:37','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-22 11:48:41','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1740.00','1739','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175059291828333053309'),(9708,'191750593032','7',1.00,'20','retail','0','2025-06-22 14:50:32','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-06-22 11:50:41','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','862.00','861','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175059303422035237353'),(9709,'111750593458','11',1.00,'60','retail','0','2025-06-22 14:57:38','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-06-22 11:57:50','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','241.00','240','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175059345922255005332'),(9717,'191750595164','30',1.00,'50','retail','0','2025-06-22 15:26:04','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-22 12:26:19','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','623.00','622','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175059516537920257692'),(9718,'191750595164','50',1.00,'50','retail','0','2025-06-22 15:26:13','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-22 12:26:19','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','537.00','536','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175059517533503230330'),(9727,'191750594361','34',1.00,'280','retail','0','2025-06-22 15:12:41','','','','0','Cash',37.97,'280','','','19','','1','2025-06-22 12:34:18','1','13','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','490.00','489','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175059436233213330330'),(9728,'191750594361','34',1.00,'280','retail','0','2025-06-22 15:12:45','','','','0','Cash',37.97,'280','','','19','','1','2025-06-22 12:34:18','1','13','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','489.00','488','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175059436702432353525'),(9729,'191750594361','34',1.00,'280','retail','0','2025-06-22 15:12:49','','','','0','Cash',37.97,'280','','','19','','1','2025-06-22 12:34:18','1','13','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','488.00','487','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175059437022203223999'),(9730,'191750594361','18',1.00,'150','retail','0','2025-06-22 15:12:57','','','','0','Cash',20.34,'150','','','19','','1','2025-06-22 12:34:18','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','750.00','749','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175059437810211000323'),(9731,'191750594361','18',1.00,'150','retail','0','2025-06-22 15:13:01','','','','0','Cash',20.34,'150','','','19','','1','2025-06-22 12:34:18','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','749.00','748','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175059438222053508230'),(9732,'191750594361','76',1.00,'100','retail','0','2025-06-22 15:13:23','','','','0','Cash',13.56,'100','','','19','','1','2025-06-22 12:34:18','3','11','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','589.00','588','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175059440492323272055'),(9733,'191750594361','97',1.00,'50','retail','0','2025-06-22 15:13:28','','','','0','Cash',6.78,'50','','','19','','1','2025-06-22 12:34:18','3','11','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','412.00','411','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175059440930323403020'),(9734,'191750594361','76',1.00,'100','retail','0','2025-06-22 15:29:59','','','','0','Cash',13.56,'100','','','19','','1','2025-06-22 12:34:18','3','11','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','588.00','587','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175059540103205332030'),(9735,'191750594361','97',1.00,'50','retail','0','2025-06-22 15:34:08','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-22 12:34:18','3','11','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','411.00','410','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175059564913522652030'),(9736,'111750596093','1',1.00,'50','retail','0','2025-06-22 15:41:33','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-22 12:41:56','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4413.00','4412','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175059609425705502000'),(9737,'111750596093','1',1.00,'50','retail','0','2025-06-22 15:41:38','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-22 12:41:56','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4412.00','4411','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175059610001916102300'),(9738,'111750596093','8',1.00,'30','retail','0','2025-06-22 15:41:51','','','','0','Cash',4.07,'30','','','11','16.00','1','2025-06-22 12:41:56','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1739.00','1738','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175059611503377323301'),(9739,'191750596764','41',1.00,'100','retail','0','2025-06-22 15:52:44','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-22 12:52:57','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','693.00','692','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175059676533503302502'),(9740,'111750597387','18',1.00,'150','retail','0','2025-06-22 16:03:07','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-22 13:03:15','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','748.00','747','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175059738932300231333'),(9742,'191750597704','8',1.00,'30','retail','0','2025-06-22 16:08:24','','','','0','Cash',4.07,'30','','','19','','1','2025-06-22 13:09:42','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1738.00','1737','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175059770515233027321'),(9743,'191750597704','38',1.00,'50','retail','0','2025-06-22 16:09:35','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-22 13:09:42','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','883.00','882','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175059777607365026902'),(9744,'111750601779','1',1.00,'50','retail','0','2025-06-22 17:16:19','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-22 14:16:43','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4411.00','4410','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175060178000736363302'),(9745,'111750601779','52',1.00,'150','retail','0','2025-06-22 17:16:38','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-22 14:16:43','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','861.00','860','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175060179921912100300'),(9748,'111750603571','21',1.00,'280','retail','0','2025-06-22 17:46:11','','','','0','Cash',37.97,'280','','','11','16.00','1','2025-06-22 14:46:15','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','580.00','579','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175060357337333333320'),(9749,'111750602816','1',1.00,'50','retail','0','2025-06-22 17:33:36','','','','0','Cash',6.78,'50','','','11','','1','2025-06-22 14:48:11','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4410.00','4409','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11175060281733123516230'),(9750,'111750602816','14',1.00,'100','retail','0','2025-06-22 17:33:40','','','','0','Cash',13.56,'100','','','11','','1','2025-06-22 14:48:11','3','1','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','494.00','493','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11175060282251012273026'),(9751,'111750602816','6',1.00,'50','retail','0','2025-06-22 17:48:06','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-22 14:48:11','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1052.00','1051','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175060368833783208801'),(9752,'111750603709','59',1.00,'50','retail','0','2025-06-22 17:48:29','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-22 14:48:41','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','628.00','627','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175060371100013302221'),(9753,'111750603709','59',1.00,'50','retail','0','2025-06-22 17:48:34','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-22 14:48:41','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','627.00','626','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175060371660317332063'),(9759,'191750604318','38',1.00,'50','retail','0','2025-06-22 17:58:38','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-22 14:58:46','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','882.00','881','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175060432022332133332'),(9760,'191750605038','38',1.00,'50','retail','0','2025-06-22 18:10:38','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-22 15:10:48','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','881.00','880','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175060504035303562322'),(9761,'191750603887','1',1.00,'50','retail','0','2025-06-22 17:51:27','','','','0','Cash',6.78,'50','','','19','','1','2025-06-22 15:12:27','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4409.00','4408','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175060388893082023387'),(9762,'191750603887','7',1.00,'20','retail','0','2025-06-22 17:52:51','','','','0','Cash',2.71,'20','','','19','','1','2025-06-22 15:12:27','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','861.00','860','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175060397230023039027'),(9763,'191750603887','1',1.00,'50','retail','0','2025-06-22 17:54:53','','','','0','Cash',6.78,'50','','','19','','1','2025-06-22 15:12:27','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4408.00','4407','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175060409433022702320'),(9764,'191750603887','7',1.00,'20','retail','0','2025-06-22 18:12:06','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-06-22 15:12:27','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','860.00','859','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175060512722030023033'),(9765,'191750603887','38',1.00,'50','retail','0','2025-06-22 18:12:19','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-22 15:12:27','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','880.00','879','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175060514000390333232'),(9766,'191750605463','24',1.00,'130','retail','0','2025-06-22 18:17:43','','','','0','Cash',17.63,'130','','','19','16.00','1','2025-06-22 15:17:48','1','3','new','1','new','pcs','','','','yes','','2.20','','','VATABLE',110.17,'1','607.00','606','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175060546423202213372'),(9767,'191750606091','12',1.00,'50','retail','0','2025-06-22 18:28:12','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-22 15:28:38','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','568.00','567','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175060609430036272210'),(9768,'191750606091','8',1.00,'30','retail','0','2025-06-22 18:28:29','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-22 15:28:38','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1737.00','1736','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175060611002233200133'),(9770,'111750606648','38',1.00,'50','retail','0','2025-06-22 18:37:29','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-22 15:37:35','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','878.00','877','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175060665001360222020'),(9777,'111750607021','1',1.00,'50','retail','0','2025-06-22 18:43:41','','','','0','Cash',6.78,'50','','','11','','1','2025-06-22 16:14:22','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4407.00','4406','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11175060702333530023002'),(9778,'111750607021','1',1.00,'50','retail','0','2025-06-22 18:43:46','','','','0','Cash',6.78,'50','','','11','','1','2025-06-22 16:14:22','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4406.00','4405','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11175060702830000502082'),(9779,'111750607021','1',1.00,'50','retail','0','2025-06-22 18:43:53','','','','0','Cash',6.78,'50','','','11','','1','2025-06-22 16:14:22','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4405.00','4404','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11175060703431130231333'),(9780,'111750607021','1',1.00,'50','retail','0','2025-06-22 18:44:03','','','','0','Cash',6.78,'50','','','11','','1','2025-06-22 16:14:22','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4404.00','4403','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11175060704432300233037'),(9781,'111750607021','1',1.00,'50','retail','0','2025-06-22 18:44:13','','','','0','Cash',6.78,'50','','','11','','1','2025-06-22 16:14:22','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4403.00','4402','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11175060705621331301016'),(9782,'111750607021','1',1.00,'50','retail','0','2025-06-22 18:44:26','','','','0','Cash',6.78,'50','','','11','','1','2025-06-22 16:14:22','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4402.00','4401','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11175060706833112262731'),(9783,'111750607021','7',1.00,'20','retail','0','2025-06-22 19:14:05','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-06-22 16:14:22','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','859.00','858','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175060884708103003221'),(9784,'111750607021','7',1.00,'20','retail','0','2025-06-22 19:14:10','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-06-22 16:14:22','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','858.00','857','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175060885138332137133'),(9785,'191750609041','44',1.00,'150','retail','0','2025-06-22 19:17:21','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-22 16:17:30','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','902.00','901','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175060904222022222290'),(9789,'191750610296','1',1.00,'50','retail','0','2025-06-22 19:38:16','','','','0','Cash',6.78,'50','','','19','','1','2025-06-22 16:44:19','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4401.00','4400','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175061029710200002220'),(9790,'191750610296','38',1.00,'50','retail','0','2025-06-22 19:38:47','','','','0','Cash',6.78,'50','','','19','','1','2025-06-22 16:44:19','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','877.00','876','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175061032833822522060'),(9791,'191750610296','48',1.00,'20','retail','0','2025-06-22 19:43:29','','','','20','Cash',2.71,'20','','','19','','1','2025-06-22 16:44:19','1','6','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','1083.00','1082','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175061061202333733330'),(9792,'191750610296','7',1.00,'20','retail','0','2025-06-22 19:44:14','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-06-22 16:44:19','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','857.00','856','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175061065513901075200'),(9795,'111750611115','1',1.00,'50','retail','0','2025-06-22 19:51:56','','','','0','Cash',6.78,'50','','','11','','1','2025-06-22 17:06:25','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4400.00','4399','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11175061111763260321203'),(9796,'111750611115','7',1.00,'20','retail','0','2025-06-22 19:52:13','','','','0','Cash',2.71,'20','','','11','','1','2025-06-22 17:06:25','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','856.00','855','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11175061113401132225432'),(9797,'111750611115','7',1.00,'20','retail','0','2025-06-22 20:06:11','','','','0','Cash',2.71,'20','','','11','16.00','1','2025-06-22 17:06:25','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','855.00','854','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175061197692233202123'),(9798,'111750612326','1',1.00,'50','retail','0','2025-06-22 20:12:06','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-22 17:12:12','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4399.00','4398','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175061232736205302100'),(9799,'191750612488','19',1.00,'180','retail','0','2025-06-22 20:14:48','','','','0','Cash',24.41,'180','','','19','16.00','1','2025-06-22 17:15:31','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','689.00','688','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175061249033002223020'),(9800,'191750612488','18',1.00,'150','retail','0','2025-06-22 20:14:54','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-22 17:15:31','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','747.00','746','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175061249523379303945'),(9801,'191750612488','11',1.00,'60','retail','0','2025-06-22 20:15:09','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-06-22 17:15:31','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','240.00','239','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175061251022031302133'),(9802,'191750612488','11',1.00,'60','retail','0','2025-06-22 20:15:14','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-06-22 17:15:31','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','239.00','238','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175061251535523329005'),(9805,'111750613023','25',1.00,'200','retail','0','2025-06-22 20:23:43','','','','0','Cash',27.12,'200','','','11','16.00','1','2025-06-22 17:24:02','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','520.00','519','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175061302502520201231'),(9807,'191750606143','38',1.00,'50','retail','0','2025-06-22 18:29:03','','','','0','Cash',6.78,'50','','','19','','1','2025-06-22 18:07:35','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','879.00','878','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175060614423001002123'),(9808,'191750606143','38',1.00,'50','retail','0','2025-06-22 21:03:46','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-22 18:07:35','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','874.00','873','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175061542822027020001'),(9809,'191750606143','38',1.00,'50','retail','0','2025-06-22 21:03:52','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-22 18:07:35','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','873.00','872','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175061543392352200033'),(9810,'191750606143','38',1.00,'50','retail','0','2025-06-22 21:03:58','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-22 18:07:35','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','872.00','871','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175061543939033062210'),(9811,'191750606143','7',1.00,'20','retail','0','2025-06-22 21:04:16','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-06-22 18:07:35','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','853.00','852','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175061545804332023051'),(9812,'191750606143','7',1.00,'20','retail','0','2025-06-22 21:04:21','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-06-22 18:07:35','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','852.00','851','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175061546234221630353'),(9813,'191750606143','7',1.00,'20','retail','0','2025-06-22 21:04:27','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-06-22 18:07:35','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','851.00','850','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175061546892323032315'),(9814,'191750606143','7',1.00,'20','retail','0','2025-06-22 21:04:33','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-06-22 18:07:35','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','850.00','849','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175061547422370622723'),(9815,'191750606143','6',1.00,'50','retail','0','2025-06-22 21:04:52','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-22 18:07:35','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1051.00','1050','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175061549322326433373'),(9816,'191750606143','1',1.00,'50','retail','0','2025-06-22 21:05:15','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-22 18:07:35','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4397.00','4396','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175061551701112311135'),(9817,'191750606143','1',1.00,'50','retail','0','2025-06-22 21:05:19','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-22 18:07:35','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4396.00','4395','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175061552199033293320'),(9818,'191750606143','1',1.00,'50','retail','0','2025-06-22 21:05:27','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-22 18:07:35','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4395.00','4394','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175061552851605620163'),(9819,'191750606143','1',1.00,'50','retail','0','2025-06-22 21:05:32','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-22 18:07:35','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4394.00','4393','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175061553421033500240'),(9820,'191750606143','1',1.00,'50','retail','0','2025-06-22 21:05:39','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-22 18:07:35','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4393.00','4392','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175061554139003351502'),(9821,'191750606143','1',1.00,'50','retail','0','2025-06-22 21:05:44','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-22 18:07:35','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4392.00','4391','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175061554540200025133'),(9822,'191750606143','1',1.00,'50','retail','0','2025-06-22 21:05:53','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-22 18:07:35','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4391.00','4390','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175061555422353954335'),(9823,'191750606143','54',1.00,'50','retail','0','2025-06-22 21:06:13','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-22 18:07:35','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','554.00','553','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175061557426723632210'),(9824,'111750615916','19',1.00,'180','retail','0','2025-06-22 21:11:56','','','','0','Cash',24.41,'180','','','11','16.00','1','2025-06-22 18:12:13','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','688.00','687','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175061591710035322360'),(9825,'111750615916','11',1.00,'60','retail','0','2025-06-22 21:12:03','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-06-22 18:12:13','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','238.00','237','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175061592405392246232'),(9826,'111750615916','10',1.00,'180','retail','0','2025-06-22 21:12:07','','','','0','Cash',24.41,'180','','','11','16.00','1','2025-06-22 18:12:13','1','12','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','486.00','485','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175061592820303015220'),(9827,'111750615945','25',1.00,'200','retail','0','2025-06-22 21:12:25','','','','0','Cash',27.12,'200','','','11','16.00','1','2025-06-22 18:12:57','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','519.00','518','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175061594670221022326'),(9828,'111750615945','18',1.00,'150','retail','0','2025-06-22 21:12:33','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-22 18:12:57','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','746.00','745','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175061595365313550253'),(9829,'111750615945','59',1.00,'50','retail','0','2025-06-22 21:12:45','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-22 18:12:57','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','626.00','625','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175061596600002237373'),(9830,'111750615945','59',1.00,'50','retail','0','2025-06-22 21:12:48','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-22 18:12:57','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','625.00','624','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175061596961392031033'),(9831,'111750616377','18',1.00,'150','retail','0','2025-06-22 21:19:37','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-22 18:19:48','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','745.00','744','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175061637813228372013'),(9832,'111750616377','11',1.00,'60','retail','0','2025-06-22 21:19:44','','','','0','Cash',8.14,'60','','','11','16.00','1','2025-06-22 18:19:48','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','237.00','236','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175061638435183206333'),(9833,'111750617143','25',1.00,'200','retail','0','2025-06-22 21:32:23','','','','0','Cash',27.12,'200','','','11','16.00','1','2025-06-22 18:32:36','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','518.00','517','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175061714422523220222'),(9834,'111750617143','18',1.00,'150','retail','0','2025-06-22 21:32:32','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-22 18:32:36','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','744.00','743','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175061715321023210200'),(9840,'111750612519','1',1.00,'50','retail','0','2025-06-22 20:15:19','','','','0','Cash',6.78,'50','','','11','','1','2025-06-22 18:38:14','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4398.00','4397','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11175061252002013230353'),(9841,'111750612519','7',1.00,'20','retail','0','2025-06-22 20:15:34','','','','0','Cash',2.71,'20','','','11','','1','2025-06-22 18:38:14','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','854.00','853','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11175061253636231303200'),(9842,'111750612519','59',1.00,'50','retail','0','2025-06-22 21:37:46','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-22 18:38:14','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','624.00','623','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175061746763434217213'),(9843,'111750612519','18',1.00,'150','retail','0','2025-06-22 21:38:03','','','','0','Cash',20.34,'150','','','11','16.00','1','2025-06-22 18:38:14','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','743.00','742','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175061748423073070023'),(9844,'111750614238','38',1.00,'50','retail','0','2025-06-22 20:43:58','','','','0','Cash',6.78,'50','','','11','','1','2025-06-22 18:43:10','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','876.00','875','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11175061423933212202232'),(9845,'111750614238','19',1.00,'180','retail','0','2025-06-22 21:36:22','','','','0','Cash',24.41,'180','','','11','','1','2025-06-22 18:43:10','1','2','new','1','printed','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','687.00','686','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11175061738312622333303'),(9846,'111750614238','23',1.00,'350','retail','0','2025-06-22 21:36:32','','','','0','Cash',47.46,'350','','','11','','1','2025-06-22 18:43:10','1','3','new','1','printed','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','553.00','552','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11175061739311312273320'),(9847,'111750614238','53',1.00,'100','retail','0','2025-06-22 21:36:47','','','','0','Cash',13.56,'100','','','11','','1','2025-06-22 18:43:10','3','7','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','768.00','767','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11175061740873230332221'),(9848,'111750614238','38',1.00,'50','retail','0','2025-06-22 21:37:00','','','','0','Cash',6.78,'50','','','11','','1','2025-06-22 18:43:10','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','872.00','871','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'11175061742103300500127'),(9849,'111750614238','38',1.00,'50','retail','0','2025-06-22 21:43:02','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-22 18:43:10','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','871.00','870','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175061778320103031173'),(9850,'111750614238','38',1.00,'50','retail','0','2025-06-22 21:43:06','','','','0','Cash',6.78,'50','','','11','16.00','1','2025-06-22 18:43:10','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','870.00','869','Inclusive','branch','Inventory','1110','4000','5500','yes','','','11175061778732051023223'),(9851,'181750621548','8',1.00,'30','retail','0','2025-06-22 22:45:48','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-06-22 19:45:57','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1736.00','1735','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175062154825402171252'),(9852,'181750621548','7',1.00,'20','retail','0','2025-06-22 22:45:51','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-22 19:45:57','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','849.00','848','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175062155220353223202'),(9853,'181750622768','7',1.00,'20','retail','0','2025-06-22 23:06:08','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-22 20:06:47','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','848.00','847','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175062276805838075020'),(9854,'181750622768','7',1.00,'20','retail','0','2025-06-22 23:06:11','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-22 20:06:47','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','847.00','846','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175062277272233707222'),(9855,'181750622768','29',1.00,'100','retail','0','2025-06-22 23:06:32','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-06-22 20:06:47','1','3','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','974.00','973','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175062279392238223332'),(9856,'181750622768','50',1.00,'50','retail','0','2025-06-22 23:06:39','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-22 20:06:47','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','536.00','535','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175062280022021312720'),(9857,'181750654049','95',1.00,'100','retail','0','2025-06-23 07:47:29','','','','01','Cash',13.56,'100','','','18','16.00','1','2025-06-23 04:47:47','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','264.00','263','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175065405062051032205'),(9858,'181750654049','1',1.00,'50','retail','0','2025-06-23 07:47:39','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-23 04:47:47','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4390.00','4389','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175065406000203000033'),(9859,'181750654501','7',1.00,'20','retail','0','2025-06-23 07:55:01','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-23 04:55:15','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','846.00','845','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175065450226020003203'),(9860,'181750654501','7',1.00,'20','retail','0','2025-06-23 07:55:05','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-23 04:55:15','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','845.00','844','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175065450613220832533'),(9861,'181750655934','25',1.00,'200','retail','0','2025-06-23 08:18:54','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-06-23 05:19:01','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','517.00','516','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175065593518552039001'),(9862,'181750657732','1',1.00,'50','retail','0','2025-06-23 08:48:52','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-23 05:49:00','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4389.00','4388','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175065773432232037002'),(9863,'191750659389','18',1.00,'150','retail','0','2025-06-23 09:16:29','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-23 06:17:09','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','742.00','741','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175065939012029323200'),(9864,'191750659389','7',1.00,'20','retail','0','2025-06-23 09:16:41','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-06-23 06:17:09','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','844.00','843','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175065940312220624319'),(9865,'191750659389','7',1.00,'20','retail','0','2025-06-23 09:16:52','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-06-23 06:17:09','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','843.00','842','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175065941432316142135'),(9868,'81750662801','95',1.00,'100','retail','0','2025-06-23 10:13:21','','','','01','Cash',13.56,'100','','','8','','1','2025-06-23 07:21:45','1','12','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','263.00','262','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175066280326323030123'),(9869,'81750662801','53',1.00,'100','retail','0','2025-06-23 10:13:41','','','','0','Cash',13.56,'100','','','8','','1','2025-06-23 07:21:45','3','7','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','767.00','766','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175066282222032203203'),(9870,'81750662801','7',1.00,'20','retail','0','2025-06-23 10:21:35','','','','0','Cash',2.71,'20','','','8','16.00','1','2025-06-23 07:21:45','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','842.00','841','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175066329662663206000'),(9871,'81750666844','7',1.00,'20','retail','0','2025-06-23 11:20:44','','','','0','Cash',2.71,'20','','','8','16.00','1','2025-06-23 08:21:05','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','841.00','840','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175066684522373323420'),(9872,'81750666844','95',1.00,'100','retail','0','2025-06-23 11:20:48','','','','01','Cash',13.56,'100','','','8','16.00','1','2025-06-23 08:21:05','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','262.00','261','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175066684984226810733'),(9873,'81750666844','1',1.00,'50','retail','0','2025-06-23 11:21:00','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-23 08:21:05','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4388.00','4387','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175066686102333361322'),(9878,'81750667299','1',1.00,'50','retail','0','2025-06-23 11:28:19','','','','0','Cash',6.78,'50','','','8','','1','2025-06-23 08:39:50','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4387.00','4386','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175066730000075732302'),(9879,'81750667299','1',1.00,'50','retail','0','2025-06-23 11:28:22','','','','0','Cash',6.78,'50','','','8','','1','2025-06-23 08:39:50','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4386.00','4385','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175066730323304632631'),(9880,'81750667299','8',1.00,'30','retail','0','2025-06-23 11:28:31','','','','0','Cash',4.07,'30','','','8','','1','2025-06-23 08:39:50','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1735.00','1734','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175066731223222226722'),(9881,'81750667299','8',1.00,'30','retail','0','2025-06-23 11:28:40','','','','0','Cash',4.07,'30','','','8','','1','2025-06-23 08:39:50','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1734.00','1733','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175066732224832270250'),(9882,'81750667299','8',1.00,'30','retail','0','2025-06-23 11:39:45','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-06-23 08:39:50','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1733.00','1732','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175066798637272223603'),(9889,'81750669645','1',1.00,'50','retail','0','2025-06-23 12:07:25','','','','0','Cash',6.78,'50','','','8','','1','2025-06-23 09:14:56','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4385.00','4384','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175066964768920309330'),(9890,'81750669645','1',1.00,'50','retail','0','2025-06-23 12:07:30','','','','0','Cash',6.78,'50','','','8','','1','2025-06-23 09:14:56','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4384.00','4383','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175066965113425483000'),(9891,'81750669645','25',1.00,'200','retail','0','2025-06-23 12:14:40','','','','0','Cash',27.12,'200','','','8','16.00','1','2025-06-23 09:14:56','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','516.00','515','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175067008282300372222'),(9892,'81750669645','11',1.00,'60','retail','0','2025-06-23 12:14:50','','','','0','Cash',8.14,'60','','','8','16.00','1','2025-06-23 09:14:56','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','236.00','235','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175067009110107000853'),(9895,'191750669753','13',1.00,'100','retail','0','2025-06-23 12:09:13','','','','0','Cash',13.56,'100','','','19','','1','2025-06-23 09:48:25','3','1','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','485.00','484','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175066975432637352123'),(9896,'191750669753','1',1.00,'50','retail','0','2025-06-23 12:09:27','','','','0','Cash',6.78,'50','','','19','','1','2025-06-23 09:48:25','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4383.00','4382','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175066976800936932803'),(9897,'191750669753','6',1.00,'50','retail','0','2025-06-23 12:12:36','','','','0','Cash',6.78,'50','','','19','','1','2025-06-23 09:48:25','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1050.00','1049','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175066995700609502792'),(9898,'191750669753','6',1.00,'50','retail','0','2025-06-23 12:12:42','','','','0','Cash',6.78,'50','','','19','','1','2025-06-23 09:48:25','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1049.00','1048','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175066996322320332266'),(9899,'191750669753','1',1.00,'50','retail','0','2025-06-23 12:48:00','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-23 09:48:25','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4382.00','4381','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175067208191572001330'),(9900,'191750669753','13',1.00,'100','retail','0','2025-06-23 12:48:06','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-23 09:48:25','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','484.00','483','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175067208723007707382'),(9910,'191750677464','38',1.00,'50','retail','0','2025-06-23 14:17:44','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-23 11:17:50','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','869.00','868','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175067746622060003262'),(9911,'81750674122','1',1.00,'50','retail','0','2025-06-23 13:22:02','','','','0','Cash',6.78,'50','','','8','','1','2025-06-23 11:41:54','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4381.00','4380','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175067412423232020233'),(9912,'81750674122','1',1.00,'50','retail','0','2025-06-23 13:22:08','','','','0','Cash',6.78,'50','','','8','','1','2025-06-23 11:41:54','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4380.00','4379','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175067412937905027331'),(9913,'81750674122','1',1.00,'50','retail','0','2025-06-23 14:41:45','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-23 11:41:54','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4379.00','4378','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175067890663205323383'),(9914,'191750680196','1',1.00,'50','retail','0','2025-06-23 15:03:17','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-23 12:03:50','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4378.00','4377','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175068020002003032300'),(9915,'191750680196','1',1.00,'50','retail','0','2025-06-23 15:03:24','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-23 12:03:50','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4377.00','4376','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175068020620322700190'),(9924,'81750680529','18',1.00,'150','retail','0','2025-06-23 15:08:49','','','','0','Cash',20.34,'150','','','8','','1','2025-06-23 12:32:57','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','740.00','739','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175068053115322322227'),(9925,'81750680529','21',1.00,'280','retail','0','2025-06-23 15:09:03','','','','0','Cash',37.97,'280','','','8','','1','2025-06-23 12:32:57','1','3','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','579.00','578','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175068054568240333552'),(9926,'81750680529','30',1.00,'50','retail','0','2025-06-23 15:09:08','','','','0','Cash',6.78,'50','','','8','','1','2025-06-23 12:32:57','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','622.00','621','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175068055075633023356'),(9927,'81750680529','21',1.00,'280','retail','0','2025-06-23 15:25:53','','','','0','Cash',37.97,'280','','','8','','1','2025-06-23 12:32:57','1','3','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','578.00','577','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175068155480220712625'),(9928,'81750680529','30',1.00,'50','retail','0','2025-06-23 15:26:01','','','','0','Cash',6.78,'50','','','8','','1','2025-06-23 12:32:57','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','621.00','620','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175068156321333200013'),(9929,'81750680529','13',1.00,'100','retail','0','2025-06-23 15:32:43','','','','0','Cash',13.56,'100','','','8','16.00','1','2025-06-23 12:32:57','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','483.00','482','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175068196683020233052'),(9931,'191750683559','92',1.00,'30','retail','0','2025-06-23 15:59:19','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-23 12:59:54','1','13','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','194.00','193','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175068356433320520301'),(9932,'191750683559','92',1.00,'30','retail','0','2025-06-23 15:59:42','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-23 12:59:54','1','13','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','193.00','192','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175068358422700205830'),(9933,'81750683137','1',1.00,'50','retail','0','2025-06-23 15:52:17','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-23 13:05:36','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4376.00','4375','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175068314036320233248'),(9934,'81750683137','95',1.00,'100','retail','0','2025-06-23 16:05:29','','','','01','Cash',13.56,'100','','','8','16.00','1','2025-06-23 13:05:36','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','261.00','260','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175068393131303353233'),(9935,'191750683489','41',1.00,'100','retail','0','2025-06-23 15:58:09','','','','0','Cash',13.56,'100','','','19','','1','2025-06-23 13:53:03','3','4','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','692.00','691','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175068349139000203302'),(9936,'191750683489','38',1.00,'50','retail','0','2025-06-23 16:52:53','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-23 13:53:03','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','868.00','867','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175068677523222703132'),(9937,'191750686841','38',1.00,'50','retail','0','2025-06-23 16:54:01','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-23 13:54:18','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','867.00','866','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175068684446262130222'),(9938,'191750686841','38',1.00,'50','retail','0','2025-06-23 16:54:06','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-23 13:54:18','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','866.00','865','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175068684802332030409'),(9939,'191750687520','18',1.00,'150','retail','0','2025-06-23 17:05:20','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-23 14:06:07','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','739.00','738','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175068752632105330131'),(9940,'191750687520','18',1.00,'150','retail','0','2025-06-23 17:05:52','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-23 14:06:07','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','738.00','737','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175068755923005052129'),(9941,'191750670161','62',1.00,'100','retail','0','2025-06-23 12:16:01','','','','0','Cash',13.56,'100','','','19','','1','2025-06-23 14:08:00','3','8','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','509.00','508','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175067016220732102112'),(9942,'191750670161','54',1.00,'50','retail','0','2025-06-23 12:16:06','','','','0','Cash',6.78,'50','','','19','','1','2025-06-23 14:08:00','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','553.00','552','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175067016770333700302'),(9943,'191750670161','18',1.00,'150','retail','0','2025-06-23 13:04:36','','','','0','Cash',20.34,'150','','','19','','1','2025-06-23 14:08:00','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','741.00','740','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175067307751770313720'),(9944,'191750670161','54',1.00,'50','retail','0','2025-06-23 13:13:29','','','','0','Cash',6.78,'50','','','19','','1','2025-06-23 14:08:00','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','552.00','551','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175067361037062357192'),(9945,'191750670161','25',1.00,'200','retail','0','2025-06-23 17:07:46','','','','0','Cash',27.12,'200','','','19','16.00','1','2025-06-23 14:08:00','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','515.00','514','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175068766963236228223'),(9946,'81750687825','1',1.00,'50','retail','0','2025-06-23 17:10:25','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-23 14:10:41','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4375.00','4374','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175068782762320333741'),(9947,'191750688408','1',1.00,'50','retail','0','2025-06-23 17:20:09','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-23 14:20:20','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4374.00','4373','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175068841084020433223'),(9948,'191750688408','1',1.00,'50','retail','0','2025-06-23 17:20:13','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-23 14:20:20','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4373.00','4372','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175068841433033035232'),(9949,'81750688522','14',1.00,'100','retail','0','2025-06-23 17:22:02','','','','0','Cash',13.56,'100','','','8','16.00','1','2025-06-23 14:22:13','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','493.00','492','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175068852420230382852'),(9950,'81750688522','14',1.00,'100','retail','0','2025-06-23 17:22:07','','','','0','Cash',13.56,'100','','','8','16.00','1','2025-06-23 14:22:13','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','492.00','491','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175068852808325000283'),(9951,'191750692397','6',1.00,'50','retail','0','2025-06-23 18:26:37','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-23 15:27:39','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1048.00','1047','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175069239839220232602'),(9952,'191750692397','6',1.00,'50','retail','0','2025-06-23 18:26:44','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-23 15:27:39','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1047.00','1046','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175069240591301255222'),(9953,'191750692397','11',1.00,'60','retail','0','2025-06-23 18:26:54','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-06-23 15:27:39','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','235.00','234','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175069241570924222022'),(9954,'191750692397','11',1.00,'60','retail','0','2025-06-23 18:26:59','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-06-23 15:27:39','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','234.00','233','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175069242120293056503'),(9955,'191750692397','1',1.00,'50','retail','0','2025-06-23 18:27:26','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-23 15:27:39','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4372.00','4371','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175069244720092022233'),(9956,'191750692397','1',1.00,'50','retail','0','2025-06-23 18:27:33','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-23 15:27:39','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4371.00','4370','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175069245523653529024'),(9964,'191750693723','1',1.00,'50','retail','0','2025-06-23 18:48:43','','','','0','Cash',6.78,'50','','','19','','1','2025-06-23 15:53:18','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4370.00','4369','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175069372522333000037'),(9965,'191750693723','1',1.00,'50','retail','0','2025-06-23 18:49:04','','','','0','Cash',6.78,'50','','','19','','1','2025-06-23 15:53:18','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4369.00','4368','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175069374630030332762'),(9966,'191750693723','10',1.00,'180','retail','0','2025-06-23 18:49:56','','','','0','Cash',24.41,'180','','','19','','1','2025-06-23 15:53:18','1','12','new','1','printed','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','485.00','484','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175069379901902003992'),(9967,'191750693723','10',1.00,'180','retail','0','2025-06-23 18:53:02','','','','0','Cash',24.41,'180','','','19','16.00','1','2025-06-23 15:53:18','1','12','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','484.00','483','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175069398322252302022'),(9968,'191750693723','10',1.00,'180','retail','0','2025-06-23 18:53:09','','','','0','Cash',24.41,'180','','','19','16.00','1','2025-06-23 15:53:18','1','12','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','483.00','482','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175069399009632032030'),(9975,'191750694831','1',1.00,'50','retail','0','2025-06-23 19:07:11','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-23 16:07:26','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4368.00','4367','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175069483337220033232'),(9976,'191750694831','1',1.00,'50','retail','0','2025-06-23 19:07:20','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-23 16:07:26','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4367.00','4366','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175069484109382032100'),(9977,'191750695782','1',1.00,'50','retail','0','2025-06-23 19:23:02','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-23 16:23:29','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4366.00','4365','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175069578390292050133'),(9978,'191750695782','8',1.00,'30','retail','0','2025-06-23 19:23:21','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-23 16:23:29','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1732.00','1731','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175069580333820053313'),(9979,'81750696007','52',1.00,'150','retail','0','2025-06-23 19:26:47','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-06-23 16:27:59','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','860.00','859','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175069600933206220356'),(9980,'81750696007','52',1.00,'150','retail','0','2025-06-23 19:26:56','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-06-23 16:27:59','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','859.00','858','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175069601923917006230'),(9981,'81750696007','11',1.00,'60','retail','0','2025-06-23 19:27:17','','','','0','Cash',8.14,'60','','','8','16.00','1','2025-06-23 16:27:59','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','233.00','232','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175069603818053237223'),(9982,'81750696007','11',1.00,'60','retail','0','2025-06-23 19:27:22','','','','0','Cash',8.14,'60','','','8','16.00','1','2025-06-23 16:27:59','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','232.00','231','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175069604443302503220'),(9983,'81750696007','6',1.00,'50','retail','0','2025-06-23 19:27:30','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-23 16:27:59','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1046.00','1045','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175069605426563403005'),(9984,'81750696007','6',1.00,'50','retail','0','2025-06-23 19:27:43','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-23 16:27:59','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1045.00','1044','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175069606423124633203'),(9985,'191750697166','8',1.00,'30','retail','0','2025-06-23 19:46:06','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-23 16:46:29','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1731.00','1730','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175069716822327202036'),(9986,'191750697166','7',1.00,'20','retail','0','2025-06-23 19:46:20','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-06-23 16:46:29','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','840.00','839','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175069718120132923239'),(9987,'81750697698','92',1.00,'30','retail','0','2025-06-23 19:54:58','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-06-23 16:56:39','1','13','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','192.00','191','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175069769960273032370'),(9988,'81750697698','92',1.00,'30','retail','0','2025-06-23 19:55:04','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-06-23 16:56:39','1','13','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','191.00','190','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175069770513425483000'),(9989,'81750697698','38',1.00,'50','retail','0','2025-06-23 19:55:41','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-23 16:56:39','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','862.00','861','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175069774253356223006'),(9990,'81750697698','38',1.00,'50','retail','0','2025-06-23 19:55:45','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-23 16:56:39','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','861.00','860','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175069774743438200002'),(9991,'81750697698','38',1.00,'50','retail','0','2025-06-23 19:55:51','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-23 16:56:39','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','860.00','859','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175069775342005023825'),(9992,'81750697698','38',1.00,'50','retail','0','2025-06-23 19:56:05','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-23 16:56:39','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','859.00','858','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175069776539505067331'),(9993,'81750692692','44',1.00,'150','retail','0','2025-06-23 18:31:32','','','','0','Cash',20.34,'150','','','8','','1','2025-06-23 17:10:56','3','5','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','901.00','900','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175069269332302252263'),(9994,'81750692692','33',1.00,'600','retail','0','2025-06-23 18:39:04','','','','0','Cash',81.36,'600','','','8','','1','2025-06-23 17:10:56','1','13','new','1','printed','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','1019.00','1018','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175069315127329033221'),(9995,'81750692692','30',1.00,'50','retail','0','2025-06-23 18:39:29','','','','0','Cash',6.78,'50','','','8','','1','2025-06-23 17:10:56','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','620.00','619','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175069317230332013108'),(9996,'81750692692','38',1.00,'50','retail','0','2025-06-23 18:55:35','','','','0','Cash',6.78,'50','','','8','','1','2025-06-23 17:10:56','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','865.00','864','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175069413901323939333'),(9997,'81750692692','38',1.00,'50','retail','0','2025-06-23 18:55:49','','','','0','Cash',6.78,'50','','','8','','1','2025-06-23 17:10:56','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','864.00','863','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175069415302223324003'),(9998,'81750692692','38',1.00,'50','retail','0','2025-06-23 18:56:07','','','','0','Cash',6.78,'50','','','8','','1','2025-06-23 17:10:56','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','863.00','862','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175069417373120126230'),(9999,'81750692692','38',1.00,'50','retail','0','2025-06-23 20:10:40','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-23 17:10:56','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','858.00','857','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175069864222039002289'),(10000,'81750692692','38',1.00,'50','retail','0','2025-06-23 20:10:46','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-23 17:10:56','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','857.00','856','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175069864860527232007'),(10002,'191750699642','53',1.00,'100','retail','0','2025-06-23 20:27:22','','','','0','Cash',13.56,'100','','','19','','1','2025-06-23 17:41:13','3','7','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','766.00','765','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175069964523940679266'),(10003,'191750699642','13',1.00,'100','retail','0','2025-06-23 20:40:48','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-23 17:41:13','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','482.00','481','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175070045835120322533'),(10004,'191750702290','40',1.00,'150','retail','0','2025-06-23 21:11:30','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-23 18:12:00','1','13','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','385.00','384','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175070229102275313923'),(10005,'191750702290','40',1.00,'150','retail','0','2025-06-23 21:11:37','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-23 18:12:00','1','13','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','384.00','383','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175070229833730812700'),(10006,'191750702290','30',1.00,'50','retail','0','2025-06-23 21:11:49','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-23 18:12:00','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','619.00','618','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175070231002223532223'),(10007,'191750702290','30',1.00,'50','retail','0','2025-06-23 21:11:55','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-23 18:12:00','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','618.00','617','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175070231573903023021'),(10008,'181750730107','25',1.00,'200','retail','0','2025-06-24 04:55:07','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-06-24 01:56:07','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','514.00','513','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175073010920032323038'),(10009,'181750730107','50',1.00,'50','retail','0','2025-06-24 04:55:14','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-24 01:56:07','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','535.00','534','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175073011523203105201'),(10010,'181750730107','7',1.00,'20','retail','0','2025-06-24 04:55:28','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-24 01:56:07','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','839.00','838','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175073012922223023823'),(10011,'181750730107','7',1.00,'20','retail','0','2025-06-24 04:55:35','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-24 01:56:07','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','838.00','837','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175073013637001138713'),(10012,'181750730107','7',1.00,'20','retail','0','2025-06-24 04:55:40','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-24 01:56:07','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','837.00','836','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175073014100320332412'),(10013,'181750730107','1',1.00,'50','retail','0','2025-06-24 04:56:01','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-24 01:56:07','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4365.00','4364','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175073016223322072053'),(10014,'181750736810','7',1.00,'20','retail','0','2025-06-24 06:46:50','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-24 03:47:24','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','836.00','835','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175073681128131322102'),(10015,'181750736810','7',1.00,'20','retail','0','2025-06-24 06:46:54','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-24 03:47:24','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','835.00','834','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175073681500101525258'),(10016,'181750736810','7',1.00,'20','retail','0','2025-06-24 06:46:57','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-24 03:47:24','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','834.00','833','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175073681873311063320'),(10017,'181750736810','11',1.00,'60','retail','0','2025-06-24 06:47:02','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-06-24 03:47:24','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','231.00','230','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175073682322038232527'),(10018,'181750736810','8',1.00,'30','retail','0','2025-06-24 06:47:06','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-06-24 03:47:24','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1730.00','1729','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175073682727022331370'),(10019,'181750736810','8',1.00,'30','retail','0','2025-06-24 06:47:09','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-06-24 03:47:24','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1729.00','1728','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175073683170720232300'),(10020,'181750736873','6',1.00,'50','retail','0','2025-06-24 06:47:53','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-24 03:48:30','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1044.00','1043','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175073687408353220272'),(10021,'181750736873','7',1.00,'20','retail','0','2025-06-24 06:47:58','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-24 03:48:30','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','833.00','832','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175073687972072230707'),(10022,'181750736873','7',1.00,'20','retail','0','2025-06-24 06:48:01','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-24 03:48:30','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','832.00','831','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175073688233112282631'),(10023,'181750736873','7',1.00,'20','retail','0','2025-06-24 06:48:05','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-24 03:48:30','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','831.00','830','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175073688623030020820'),(10024,'181750736873','7',1.00,'20','retail','0','2025-06-24 06:48:20','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-24 03:48:30','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','830.00','829','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175073690137092353082'),(10025,'181750737946','7',1.00,'20','retail','0','2025-06-24 07:05:46','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-24 04:05:51','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','829.00','828','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175073794730027005230'),(10032,'181750744510','1',1.00,'50','retail','0','2025-06-24 08:55:10','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-24 05:55:17','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4363.00','4362','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175074451130103574213'),(10033,'181750744076','14',1.00,'100','retail','0','2025-06-24 08:47:57','','','','0','Cash',13.56,'100','','','18','','1','2025-06-24 05:57:44','3','1','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','491.00','490','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18175074407802030842831'),(10034,'181750744076','1',1.00,'50','retail','0','2025-06-24 08:48:02','','','','0','Cash',6.78,'50','','','18','','1','2025-06-24 05:57:44','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4364.00','4363','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18175074408333212822202'),(10035,'181750744076','7',1.00,'20','retail','0','2025-06-24 08:48:16','','','','0','Cash',2.71,'20','','','18','','1','2025-06-24 05:57:44','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','828.00','827','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18175074409727082032023'),(10036,'181750744076','7',1.00,'20','retail','0','2025-06-24 08:48:20','','','','0','Cash',2.71,'20','','','18','','1','2025-06-24 05:57:44','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','827.00','826','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18175074410103530103021'),(10037,'181750744076','7',1.00,'20','retail','0','2025-06-24 08:48:23','','','','0','Cash',2.71,'20','','','18','','1','2025-06-24 05:57:44','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','826.00','825','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18175074410407222242323'),(10038,'181750744076','7',1.00,'20','retail','0','2025-06-24 08:48:29','','','','0','Cash',2.71,'20','','','18','','1','2025-06-24 05:57:44','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','825.00','824','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'18175074410900302733223'),(10039,'181750744076','7',1.00,'20','retail','0','2025-06-24 08:57:26','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-24 05:57:44','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','824.00','823','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175074464722337001730'),(10040,'181750744076','7',1.00,'20','retail','0','2025-06-24 08:57:30','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-24 05:57:44','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','823.00','822','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175074465172230221042'),(10042,'191750747938','6',1.00,'50','retail','0','2025-06-24 09:52:18','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-24 06:52:51','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1043.00','1042','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175074793923323227257'),(10043,'191750747938','11',1.00,'60','retail','0','2025-06-24 09:52:22','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-06-24 06:52:51','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','230.00','229','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175074794339322522070'),(10044,'191750747938','7',1.00,'20','retail','0','2025-06-24 09:52:26','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-06-24 06:52:51','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','822.00','821','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175074794703252227729'),(10045,'191750747938','1',1.00,'50','retail','0','2025-06-24 09:52:39','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-24 06:52:51','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4361.00','4360','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175074796053202653920'),(10046,'181750748143','8',1.00,'30','retail','0','2025-06-24 09:55:43','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-06-24 06:55:49','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1728.00','1727','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175074814427383210202'),(10049,'81750750073','8',1.00,'30','retail','0','2025-06-24 10:27:53','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-06-24 07:28:22','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1727.00','1726','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175075007402077018703'),(10050,'81750750073','1',1.00,'50','retail','0','2025-06-24 10:28:16','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-24 07:28:22','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4360.00','4359','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175075009730007700007'),(10054,'191750753222','11',1.00,'60','retail','0','2025-06-24 11:20:22','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-06-24 08:21:00','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','229.00','228','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175075322400233033052'),(10055,'191750753222','11',1.00,'60','retail','0','2025-06-24 11:20:28','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-06-24 08:21:00','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','228.00','227','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175075322920222720270'),(10056,'191750753222','11',1.00,'60','retail','0','2025-06-24 11:20:34','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-06-24 08:21:00','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','227.00','226','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175075323630552602333'),(10057,'191750753222','11',1.00,'60','retail','0','2025-06-24 11:20:40','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-06-24 08:21:00','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','226.00','225','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175075324233093307223'),(10066,'191750753977','53',1.00,'100','retail','0','2025-06-24 11:32:57','','','','0','Cash',13.56,'100','','','19','','1','2025-06-24 08:41:36','3','7','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','765.00','764','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175075397810331152283'),(10067,'191750753977','7',1.00,'20','retail','0','2025-06-24 11:33:13','','','','0','Cash',2.71,'20','','','19','','1','2025-06-24 08:41:36','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','821.00','820','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175075399427443323035'),(10068,'191750753977','7',1.00,'20','retail','0','2025-06-24 11:33:22','','','','0','Cash',2.71,'20','','','19','','1','2025-06-24 08:41:36','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','820.00','819','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175075400403223377025'),(10069,'191750753977','11',1.00,'60','retail','0','2025-06-24 11:33:31','','','','0','Cash',8.14,'60','','','19','','1','2025-06-24 08:41:36','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','225.00','224','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175075401209202113202'),(10070,'191750753977','7',1.00,'20','retail','0','2025-06-24 11:37:47','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-06-24 08:41:36','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','819.00','818','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175075426924222022597'),(10071,'191750753977','11',1.00,'60','retail','0','2025-06-24 11:37:53','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-06-24 08:41:36','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','224.00','223','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175075427530317255700'),(10072,'191750753977','7',1.00,'20','retail','0','2025-06-24 11:41:02','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-06-24 08:41:36','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','818.00','817','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175075446302502127363'),(10073,'191750753977','8',1.00,'30','retail','0','2025-06-24 11:41:18','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-24 08:41:36','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1726.00','1725','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175075447922350725913'),(10074,'191750753977','8',1.00,'30','retail','0','2025-06-24 11:41:23','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-24 08:41:36','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1725.00','1724','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175075448543030722333'),(10080,'191750756234','88',1.00,'150','retail','0','2025-06-24 12:10:35','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-24 09:19:02','3','10','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','537.00','536','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175075623632723220230'),(10081,'191750756234','25',1.00,'200','retail','0','2025-06-24 12:13:21','','','','0','Cash',27.12,'200','','','19','16.00','1','2025-06-24 09:19:02','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','513.00','512','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175075640273733071275'),(10082,'191750756234','24',1.00,'130','retail','0','2025-06-24 12:13:40','','','','0','Cash',17.63,'130','','','19','16.00','1','2025-06-24 09:19:02','1','3','new','1','new','pcs','','','','yes','','2.20','','','VATABLE',110.17,'1','606.00','605','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175075642224732242222'),(10083,'191750756787','18',1.00,'150','retail','0','2025-06-24 12:19:47','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-24 09:20:18','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','737.00','736','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175075679029261030553'),(10084,'191750756973','1',1.00,'50','retail','0','2025-06-24 12:22:53','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-24 09:23:05','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4359.00','4358','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175075697402302302009'),(10085,'81750745944','1',1.00,'50','retail','0','2025-06-24 09:19:04','','','','0','Cash',6.78,'50','','','8','','1','2025-06-24 09:25:02','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4362.00','4361','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175074594622235437523'),(10086,'81750745944','8',1.00,'30','retail','0','2025-06-24 12:24:50','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-06-24 09:25:02','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1724.00','1723','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175075709393223525307'),(10087,'81750758874','31',1.00,'150','retail','0','2025-06-24 12:54:34','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-06-24 09:54:55','1','3','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1877.00','1876','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175075887633087335333'),(10088,'81750758874','28',1.00,'200','retail','0','2025-06-24 12:54:42','','','','0','Cash',27.12,'200','','','8','16.00','1','2025-06-24 09:54:55','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','563.00','562','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175075888430507582808'),(10089,'81750758874','8',1.00,'30','retail','0','2025-06-24 12:54:50','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-06-24 09:54:55','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1723.00','1722','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175075889253232932503'),(10100,'191750760458','98',1.00,'300','retail','0','2025-06-24 13:20:58','','','','0','Cash',40.68,'300','','','19','16.00','1','2025-06-24 10:21:47','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','236.00','235','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175076045920000233307'),(10101,'191750760458','30',1.00,'50','retail','0','2025-06-24 13:21:11','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-24 10:21:47','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','616.00','615','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175076047430373372321'),(10102,'191750760458','30',1.00,'50','retail','0','2025-06-24 13:21:23','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-24 10:21:47','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','615.00','614','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175076048527228393712'),(10103,'81750748766','21',1.00,'280','retail','0','2025-06-24 10:06:06','','','','0','Cash',37.97,'280','','','8','','1','2025-06-24 10:24:15','1','3','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','577.00','576','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175074876741000373253'),(10104,'81750748766','29',1.00,'100','retail','0','2025-06-24 10:06:10','','','','0','Cash',13.56,'100','','','8','','1','2025-06-24 10:24:15','1','3','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','973.00','972','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175074877130337221737'),(10105,'81750748766','14',1.00,'100','retail','0','2025-06-24 10:31:39','','','','0','Cash',13.56,'100','','','8','','1','2025-06-24 10:24:15','3','1','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','490.00','489','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175075030012202140372'),(10106,'81750748766','14',1.00,'100','retail','0','2025-06-24 11:34:04','','','','0','Cash',13.56,'100','','','8','','1','2025-06-24 10:24:15','3','1','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','489.00','488','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175075404520230720055'),(10107,'81750748766','54',1.00,'50','retail','0','2025-06-24 12:12:47','','','','0','Cash',6.78,'50','','','8','','1','2025-06-24 10:24:15','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','551.00','550','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175075636905332331422'),(10108,'81750748766','33',1.00,'600','retail','0','2025-06-24 13:13:05','','','','0','Cash',81.36,'600','','','8','','1','2025-06-24 10:24:15','1','13','new','1','printed','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','1018.00','1017','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175075998937322022083'),(10109,'81750748766','50',1.00,'50','retail','0','2025-06-24 13:14:06','','','','0','Cash',6.78,'50','','','8','','1','2025-06-24 10:24:15','1','6','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','534.00','533','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175076005080302632030'),(10110,'81750748766','50',1.00,'50','retail','0','2025-06-24 13:15:14','','','','0','Cash',6.78,'50','','','8','','1','2025-06-24 10:24:15','1','6','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','533.00','532','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175076011822237027323'),(10111,'81750748766','30',1.00,'50','retail','0','2025-06-24 13:15:35','','','','0','Cash',6.78,'50','','','8','','1','2025-06-24 10:24:15','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','617.00','616','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175076013773333333033'),(10112,'81750748766','38',1.00,'50','retail','0','2025-06-24 13:23:59','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-24 10:24:15','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','856.00','855','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175076064111222314233'),(10113,'81750748766','38',1.00,'50','retail','0','2025-06-24 13:24:06','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-24 10:24:15','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','855.00','854','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175076064702230322035'),(10117,'191750760684','21',1.00,'280','retail','0','2025-06-24 13:24:44','','','','0','Cash',37.97,'280','','','19','16.00','1','2025-06-24 10:25:42','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','576.00','575','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175076068602032130332'),(10118,'191750760684','30',1.00,'50','retail','0','2025-06-24 13:24:48','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-24 10:25:42','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','614.00','613','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175076069007030692003'),(10119,'191750760684','15',1.00,'150','retail','0','2025-06-24 13:25:06','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-24 10:25:42','3','1','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','601.00','600','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175076070707029023700'),(10120,'191750760684','59',1.00,'50','retail','0','2025-06-24 13:25:19','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-24 10:25:42','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','623.00','622','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175076072277353731260'),(10122,'191750759529','1',1.00,'50','retail','0','2025-06-24 13:05:30','','','','0','Cash',6.78,'50','','','19','','1','2025-06-24 10:35:00','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4358.00','4357','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175075953112321313122'),(10123,'191750759529','1',1.00,'50','retail','0','2025-06-24 13:34:42','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-24 10:35:00','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4357.00','4356','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175076128923061002123'),(10124,'81750760682','38',1.00,'50','retail','0','2025-06-24 13:24:42','','','','0','Cash',6.78,'50','','','8','','1','2025-06-24 10:56:16','1','13','printed','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','854.00','853','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175076068473460373733'),(10125,'81750760682','23',1.00,'350','retail','0','2025-06-24 13:24:55','','','','0','Cash',47.46,'350','','','8','','1','2025-06-24 10:56:16','1','3','printed','1','printed','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','552.00','551','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175076069762073332320'),(10126,'81750760682','18',1.00,'150','retail','0','2025-06-24 13:25:08','','','','0','Cash',20.34,'150','','','8','','1','2025-06-24 10:56:16','1','2','printed','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','736.00','735','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175076071072232228072'),(10127,'81750760682','23',1.00,'350','retail','0','2025-06-24 13:39:18','','','','0','Cash',47.46,'350','','','8','16.00','1','2025-06-24 10:56:16','1','3','printed','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','551.00','550','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175076156306262033003'),(10128,'81750760682','18',1.00,'150','retail','0','2025-06-24 13:39:49','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-06-24 10:56:16','1','2','printed','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','735.00','734','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175076159451351162142'),(10129,'81750761084','55',1.00,'80','retail','0','2025-06-24 13:31:24','','','','0','Cash',10.85,'80','','','8','','1','2025-06-24 10:49:58','3','8','new','1','printed','pcs','','','','yes','','1.36','','','VATABLE',67.80,'1','667.00','666','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175076108510302732232'),(10130,'81750761084','52',1.00,'150','retail','0','2025-06-24 13:49:35','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-06-24 10:49:58','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','858.00','857','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175076217830717107230'),(10131,'81750761084','52',1.00,'150','retail','0','2025-06-24 13:49:45','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-06-24 10:49:58','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','857.00','856','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175076218807233842363'),(10133,'191750763433','19',1.00,'180','retail','0','2025-06-24 14:10:33','','','','0','Cash',24.41,'180','','','19','16.00','1','2025-06-24 11:10:57','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','686.00','685','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175076343400003322300'),(10134,'191750763433','34',1.00,'280','retail','0','2025-06-24 14:10:47','','','','0','Cash',37.97,'280','','','19','16.00','1','2025-06-24 11:10:57','1','13','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','487.00','486','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175076344953032290352'),(10135,'191750763747','44',1.00,'150','retail','0','2025-06-24 14:15:56','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-24 11:16:48','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','899.00','898','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175076375730223215653'),(10136,'191750763747','11',1.00,'60','retail','0','2025-06-24 14:16:15','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-06-24 11:16:48','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','223.00','222','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175076377721020276702'),(10137,'191750763747','11',1.00,'60','retail','0','2025-06-24 14:16:22','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-06-24 11:16:48','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','222.00','221','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175076378424242312313'),(10138,'191750763838','6',1.00,'50','retail','0','2025-06-24 14:17:18','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-24 11:17:43','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1042.00','1041','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175076384002309763232'),(10139,'191750763838','11',1.00,'60','retail','0','2025-06-24 14:17:33','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-06-24 11:17:43','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','221.00','220','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175076385530302202750'),(10140,'191750763898','18',1.00,'150','retail','0','2025-06-24 14:18:19','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-24 11:19:23','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','734.00','733','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175076390091312233320'),(10141,'191750763898','24',1.00,'130','retail','0','2025-06-24 14:18:40','','','','0','Cash',17.63,'130','','','19','16.00','1','2025-06-24 11:19:23','1','3','new','1','new','pcs','','','','yes','','2.20','','','VATABLE',110.17,'1','605.00','604','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175076392233920679003'),(10142,'191750763898','59',1.00,'50','retail','0','2025-06-24 14:19:15','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-24 11:19:23','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','622.00','621','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175076395723633332335'),(10143,'81750764040','18',1.00,'150','retail','0','2025-06-24 14:20:40','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-06-24 11:20:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','733.00','732','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175076404324035022333'),(10144,'81750764040','19',1.00,'180','retail','0','2025-06-24 14:20:47','','','','0','Cash',24.41,'180','','','8','16.00','1','2025-06-24 11:20:56','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','685.00','684','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175076405020022638250'),(10145,'81750764076','23',1.00,'350','retail','0','2025-06-24 14:21:16','','','','0','Cash',47.46,'350','','','8','16.00','1','2025-06-24 11:22:07','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','550.00','549','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175076407702470234203'),(10146,'81750764076','29',1.00,'100','retail','0','2025-06-24 14:21:21','','','','0','Cash',13.56,'100','','','8','16.00','1','2025-06-24 11:22:07','1','3','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','972.00','971','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175076408323231004232'),(10147,'81750764076','30',1.00,'50','retail','0','2025-06-24 14:21:26','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-24 11:22:07','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','613.00','612','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175076408830330333330'),(10148,'81750764076','34',1.00,'280','retail','0','2025-06-24 14:21:40','','','','0','Cash',37.97,'280','','','8','16.00','1','2025-06-24 11:22:07','1','13','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','486.00','485','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175076410200210230205'),(10149,'81750764076','50',1.00,'50','retail','0','2025-06-24 14:21:51','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-24 11:22:07','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','532.00','531','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175076411302240513233'),(10150,'81750764076','50',1.00,'50','retail','0','2025-06-24 14:21:57','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-24 11:22:07','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','531.00','530','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175076411933223248232'),(10151,'191750764244','34',1.00,'280','retail','0','2025-06-24 14:24:04','','','','0','Cash',37.97,'280','','','19','16.00','1','2025-06-24 11:24:35','1','13','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','485.00','484','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175076424532212270030'),(10152,'191750764244','30',1.00,'50','retail','0','2025-06-24 14:24:27','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-24 11:24:35','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','612.00','611','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175076426909222392292'),(10153,'191750764309','18',1.00,'150','retail','0','2025-06-24 14:25:09','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-24 11:25:17','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','732.00','731','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175076431002329923303'),(10154,'191750784178','18',1.00,'150','retail','0','2025-06-24 19:56:18','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-24 16:56:36','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','731.00','730','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175078417929300028772'),(10155,'191750784178','11',1.00,'60','retail','0','2025-06-24 19:56:25','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-06-24 16:56:36','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','220.00','219','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175078418680038037222'),(10156,'81750784775','1',1.00,'50','retail','0','2025-06-24 20:06:15','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-24 17:06:41','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4356.00','4355','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175078477642723032837'),(10157,'81750784775','6',1.00,'50','retail','0','2025-06-24 20:06:27','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-24 17:06:41','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1041.00','1040','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175078478838748820802'),(10158,'81750784775','6',1.00,'50','retail','0','2025-06-24 20:06:33','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-24 17:06:41','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1040.00','1039','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175078479453242344723'),(10159,'81750784821','23',1.00,'350','retail','0','2025-06-24 20:07:01','','','','0','Cash',47.46,'350','','','8','16.00','1','2025-06-24 17:09:10','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','549.00','548','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175078482312074370038'),(10160,'81750784821','18',1.00,'150','retail','0','2025-06-24 20:07:12','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-06-24 17:09:10','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','730.00','729','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175078483434234320105'),(10161,'81750784821','41',1.00,'100','retail','0','2025-06-24 20:08:54','','','','0','Cash',13.56,'100','','','8','16.00','1','2025-06-24 17:09:10','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','691.00','690','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175078493672025424282'),(10162,'81750784821','41',1.00,'100','retail','0','2025-06-24 20:09:02','','','','0','Cash',13.56,'100','','','8','16.00','1','2025-06-24 17:09:10','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','690.00','689','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175078494434748820802'),(10163,'191750785310','14',1.00,'100','retail','0','2025-06-24 20:15:10','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-24 17:16:01','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','488.00','487','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175078531122730202030'),(10164,'191750785310','14',1.00,'100','retail','0','2025-06-24 20:15:16','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-24 17:16:01','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','487.00','486','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175078531783032055222'),(10165,'191750785310','14',1.00,'100','retail','0','2025-06-24 20:15:23','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-24 17:16:01','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','486.00','485','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175078533058310300250'),(10166,'191750785310','1',1.00,'50','retail','0','2025-06-24 20:15:40','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-24 17:16:01','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4350.00','4349','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175078534235317235972'),(10167,'191750785489','18',1.00,'150','retail','0','2025-06-24 20:18:09','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-24 17:19:30','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','729.00','728','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175078549103224024213'),(10168,'191750785489','1',1.00,'50','retail','0','2025-06-24 20:18:41','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-24 17:19:30','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4349.00','4348','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175078553250700325032'),(10175,'81750786244','53',1.00,'100','retail','0','2025-06-24 20:30:44','','','','0','Cash',13.56,'100','','','8','16.00','1','2025-06-24 17:30:51','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','764.00','763','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175078624531604333353'),(10176,'81750786077','1',1.00,'50','retail','0','2025-06-24 20:27:57','','','','0','Cash',6.78,'50','','','8','','1','2025-06-24 17:35:58','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4348.00','4347','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175078607903227250022'),(10177,'81750786077','1',1.00,'50','retail','0','2025-06-24 20:35:50','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-24 17:35:58','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4347.00','4346','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175078655103507360322'),(10178,'191750787295','1',1.00,'50','retail','0','2025-06-24 20:48:15','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-24 17:48:27','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4346.00','4345','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175078729931273953700'),(10179,'81750785214','1',1.00,'50','retail','0','2025-06-24 20:13:34','','','','0','Cash',6.78,'50','','','8','','1','2025-06-24 17:59:03','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4355.00','4354','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175078521623028350025'),(10180,'81750785214','1',1.00,'50','retail','0','2025-06-24 20:13:40','','','','0','Cash',6.78,'50','','','8','','1','2025-06-24 17:59:03','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4354.00','4353','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175078522223272222323'),(10181,'81750785214','1',1.00,'50','retail','0','2025-06-24 20:13:47','','','','0','Cash',6.78,'50','','','8','','1','2025-06-24 17:59:03','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4353.00','4352','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175078522932212220222'),(10182,'81750785214','1',1.00,'50','retail','0','2025-06-24 20:13:55','','','','0','Cash',6.78,'50','','','8','','1','2025-06-24 17:59:03','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4352.00','4351','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175078523801533282282'),(10183,'81750785214','1',1.00,'50','retail','0','2025-06-24 20:14:07','','','','0','Cash',6.78,'50','','','8','','1','2025-06-24 17:59:03','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4351.00','4350','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175078524940725225232'),(10184,'81750785214','13',1.00,'100','retail','0','2025-06-24 20:42:57','','','','0','Cash',13.56,'100','','','8','16.00','1','2025-06-24 17:59:03','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','481.00','480','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175078697820034431227'),(10185,'81750785214','14',1.00,'100','retail','0','2025-06-24 20:43:03','','','','0','Cash',13.56,'100','','','8','16.00','1','2025-06-24 17:59:03','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','485.00','484','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175078698413833077379'),(10186,'81750785214','41',1.00,'100','retail','0','2025-06-24 20:43:25','','','','0','Cash',13.56,'100','','','8','16.00','1','2025-06-24 17:59:03','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','689.00','688','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175078700722322217057'),(10187,'81750785214','41',1.00,'100','retail','0','2025-06-24 20:43:32','','','','0','Cash',13.56,'100','','','8','16.00','1','2025-06-24 17:59:03','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','688.00','687','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175078701580142737534'),(10188,'81750785214','41',1.00,'100','retail','0','2025-06-24 20:43:39','','','','0','Cash',13.56,'100','','','8','16.00','1','2025-06-24 17:59:03','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','687.00','686','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175078702102022321402'),(10189,'81750785214','41',1.00,'100','retail','0','2025-06-24 20:43:44','','','','0','Cash',13.56,'100','','','8','16.00','1','2025-06-24 17:59:03','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','686.00','685','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175078702535720547754'),(10190,'81750785214','43',1.00,'200','retail','0','2025-06-24 20:45:56','','','','0','Cash',27.12,'200','','','8','16.00','1','2025-06-24 17:59:03','3','4','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','509.00','508','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175078715833222315883'),(10191,'81750785214','43',1.00,'200','retail','0','2025-06-24 20:46:01','','','','0','Cash',27.12,'200','','','8','16.00','1','2025-06-24 17:59:03','3','4','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','508.00','507','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175078716322330318783'),(10192,'81750785214','59',1.00,'50','retail','0','2025-06-24 20:46:23','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-24 17:59:03','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','621.00','620','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175078718582008307803'),(10193,'81750785214','59',1.00,'50','retail','0','2025-06-24 20:46:28','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-24 17:59:03','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','620.00','619','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175078718991888203200'),(10194,'81750785214','59',1.00,'50','retail','0','2025-06-24 20:46:33','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-24 17:59:03','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','619.00','618','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175078719532522518033'),(10195,'81750785214','30',1.00,'50','retail','0','2025-06-24 20:47:09','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-24 17:59:03','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','611.00','610','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175078723233203377032'),(10196,'81750785214','30',1.00,'50','retail','0','2025-06-24 20:47:23','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-24 17:59:03','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','610.00','609','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175078724433333343322'),(10197,'81750785214','26',1.00,'600','retail','0','2025-06-24 20:48:15','','','','0','Cash',81.36,'600','','','8','16.00','1','2025-06-24 17:59:03','1','3','new','1','new','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','398.00','397','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175078729701432928203'),(10198,'81750785214','26',1.00,'600','retail','0','2025-06-24 20:48:46','','','','0','Cash',81.36,'600','','','8','16.00','1','2025-06-24 17:59:03','1','3','new','1','new','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','397.00','396','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175078733273341772803'),(10199,'81750785214','25',1.00,'200','retail','0','2025-06-24 20:49:01','','','','0','Cash',27.12,'200','','','8','16.00','1','2025-06-24 17:59:03','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','512.00','511','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175078734243027830507'),(10200,'81750785214','28',1.00,'200','retail','0','2025-06-24 20:49:10','','','','0','Cash',27.12,'200','','','8','16.00','1','2025-06-24 17:59:03','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','562.00','561','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175078735335523330023'),(10201,'81750785214','21',1.00,'280','retail','0','2025-06-24 20:49:22','','','','0','Cash',37.97,'280','','','8','16.00','1','2025-06-24 17:59:03','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','575.00','574','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175078736543285323750'),(10202,'81750785214','19',1.00,'180','retail','0','2025-06-24 20:49:57','','','','0','Cash',24.41,'180','','','8','16.00','1','2025-06-24 17:59:03','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','684.00','683','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175078739803313203008'),(10203,'81750785214','19',1.00,'180','retail','0','2025-06-24 20:50:03','','','','0','Cash',24.41,'180','','','8','16.00','1','2025-06-24 17:59:03','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','683.00','682','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175078740683380202786'),(10204,'81750785214','18',1.00,'150','retail','0','2025-06-24 20:50:11','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-06-24 17:59:03','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','728.00','727','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175078741422008042713'),(10205,'81750785214','34',1.00,'280','retail','0','2025-06-24 20:50:43','','','','0','Cash',37.97,'280','','','8','16.00','1','2025-06-24 17:59:03','1','13','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','484.00','483','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175078744522024022244'),(10206,'81750785214','38',1.00,'50','retail','0','2025-06-24 20:52:59','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-24 17:59:03','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','853.00','852','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175078758070002330222'),(10207,'81750785214','38',1.00,'50','retail','0','2025-06-24 20:53:04','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-24 17:59:03','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','852.00','851','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175078758507702700227'),(10208,'81750785214','38',1.00,'50','retail','0','2025-06-24 20:53:08','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-24 17:59:03','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','851.00','850','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175078758923387458203'),(10209,'81750785214','8',1.00,'30','retail','0','2025-06-24 20:53:29','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-06-24 17:59:03','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1722.00','1721','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175078761263705323723'),(10210,'81750785214','8',1.00,'30','retail','0','2025-06-24 20:53:36','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-06-24 17:59:03','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1721.00','1720','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175078761703235332222'),(10211,'81750785214','8',1.00,'30','retail','0','2025-06-24 20:53:43','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-06-24 17:59:03','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1720.00','1719','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175078762532632873716'),(10212,'81750785214','6',1.00,'50','retail','0','2025-06-24 20:53:51','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-24 17:59:03','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1039.00','1038','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175078763320336373333'),(10213,'81750785214','11',1.00,'60','retail','0','2025-06-24 20:54:07','','','','0','Cash',8.14,'60','','','8','16.00','1','2025-06-24 17:59:03','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','219.00','218','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175078765053122377602'),(10214,'81750785214','11',1.00,'60','retail','0','2025-06-24 20:54:17','','','','0','Cash',8.14,'60','','','8','16.00','1','2025-06-24 17:59:03','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','218.00','217','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175078766030602270670'),(10215,'81750785214','7',1.00,'20','retail','0','2025-06-24 20:54:26','','','','0','Cash',2.71,'20','','','8','16.00','1','2025-06-24 17:59:03','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','817.00','816','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175078766920326864702'),(10216,'81750785214','7',1.00,'20','retail','0','2025-06-24 20:54:33','','','','0','Cash',2.71,'20','','','8','16.00','1','2025-06-24 17:59:03','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','816.00','815','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175078767528733000362'),(10217,'81750785214','95',1.00,'100','retail','0','2025-06-24 20:54:42','','','','01','Cash',13.56,'100','','','8','16.00','1','2025-06-24 17:59:03','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','260.00','259','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175078768432742851088'),(10218,'81750785214','104',1.00,'100','retail','0','2025-06-24 20:58:02','','','','00','Cash',13.56,'100','','','8','16.00','1','2025-06-24 17:59:03','1','13','new','1','new','16','','','','yes','','1.69','','','VATABLE',84.75,'1','10009.00','10008','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175078788313250532801'),(10219,'81750785214','104',1.00,'100','retail','0','2025-06-24 20:58:08','','','','00','Cash',13.56,'100','','','8','16.00','1','2025-06-24 17:59:03','1','13','new','1','new','16','','','','yes','','1.69','','','VATABLE',84.75,'1','10008.00','10007','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175078788922832882322'),(10220,'81750785214','80',1.00,'20','retail','0','2025-06-24 20:58:57','','','','10','Cash',2.71,'20','','','8','16.00','1','2025-06-24 17:59:03','','14','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','542.00','541','Inclusive','branch','Service','1110','4000','5500','yes','','','8175078793830355717878'),(10221,'81750788319','38',1.00,'50','retail','0','2025-06-24 21:05:19','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-24 18:06:06','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','850.00','849','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175078832018053227223'),(10222,'81750788319','38',1.00,'50','retail','0','2025-06-24 21:05:24','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-24 18:06:06','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','849.00','848','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175078832632232323330'),(10223,'81750788319','38',1.00,'50','retail','0','2025-06-24 21:05:31','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-24 18:06:06','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','848.00','847','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175078833228100123813'),(10224,'81750788319','38',1.00,'50','retail','0','2025-06-24 21:05:37','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-24 18:06:06','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','847.00','846','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175078833833700302838'),(10225,'81750788319','38',1.00,'50','retail','0','2025-06-24 21:05:41','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-24 18:06:06','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','846.00','845','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175078834220428220732'),(10226,'81750788319','38',1.00,'50','retail','0','2025-06-24 21:05:45','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-24 18:06:06','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','845.00','844','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175078834673333813130'),(10227,'81750788319','38',1.00,'50','retail','0','2025-06-24 21:05:49','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-24 18:06:06','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','844.00','843','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175078835022823232022'),(10228,'81750788319','38',1.00,'50','retail','0','2025-06-24 21:05:53','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-24 18:06:06','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','843.00','842','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175078835422433500025'),(10229,'81750788319','38',1.00,'50','retail','0','2025-06-24 21:05:57','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-24 18:06:06','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','842.00','841','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175078835823020822423'),(10230,'81750788319','38',1.00,'50','retail','0','2025-06-24 21:06:01','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-24 18:06:06','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','841.00','840','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175078836348267402538'),(10231,'191750789117','55',1.00,'80','retail','0','2025-06-24 21:18:37','','','','0','Cash',10.85,'80','','','19','16.00','1','2025-06-24 18:29:36','3','8','new','1','new','pcs','','','','yes','','1.36','','','VATABLE',67.80,'1','666.00','665','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175078911833087802001'),(10232,'191750789117','54',1.00,'50','retail','0','2025-06-24 21:18:51','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-24 18:29:36','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','550.00','549','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175078913232201033193'),(10233,'191750789117','68',1.00,'250','retail','0','2025-06-24 21:20:35','','','','0','Cash',33.90,'250','','','19','16.00','1','2025-06-24 18:29:36','3','10','new','1','new','pcs','','','','yes','','4.24','','','VATABLE',211.86,'1','502.00','501','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175078923783795732727'),(10234,'191750789117','1',1.00,'50','retail','0','2025-06-24 21:21:52','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-24 18:29:36','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4345.00','4344','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175078931303029382072'),(10235,'191750789117','1',1.00,'50','retail','0','2025-06-24 21:21:58','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-24 18:29:36','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4344.00','4343','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175078931990031930038'),(10236,'191750789117','7',1.00,'20','retail','0','2025-06-24 21:22:22','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-06-24 18:29:36','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','815.00','814','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175078934421033832933'),(10237,'191750789117','7',1.00,'20','retail','0','2025-06-24 21:22:27','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-06-24 18:29:36','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','814.00','813','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175078934801223002177'),(10238,'191750789117','30',1.00,'50','retail','0','2025-06-24 21:22:48','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-24 18:29:36','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','609.00','608','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175078937010328321217'),(10239,'191750789117','34',1.00,'280','retail','0','2025-06-24 21:23:18','','','','0','Cash',37.97,'280','','','19','16.00','1','2025-06-24 18:29:36','1','13','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','483.00','482','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175078939922993322039'),(10240,'191750789117','41',1.00,'100','retail','0','2025-06-24 21:23:50','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-24 18:29:36','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','685.00','684','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175078943190930320330'),(10241,'191750789117','59',1.00,'50','retail','0','2025-06-24 21:24:17','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-24 18:29:36','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','618.00','617','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175078945809580109980'),(10242,'191750789117','59',1.00,'50','retail','0','2025-06-24 21:24:23','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-24 18:29:36','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','617.00','616','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175078946492093807390'),(10243,'191750789117','59',1.00,'50','retail','0','2025-06-24 21:24:32','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-24 18:29:36','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','616.00','615','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175078947347230230101'),(10244,'191750789117','1',1.00,'50','retail','0','2025-06-24 21:24:58','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-24 18:29:36','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4343.00','4342','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175078950022232007371'),(10245,'191750789117','1',1.00,'50','retail','0','2025-06-24 21:25:04','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-24 18:29:36','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4342.00','4341','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175078950551232335350'),(10246,'191750789117','13',1.00,'100','retail','0','2025-06-24 21:25:12','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-24 18:29:36','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','480.00','479','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175078951232057302277'),(10247,'191750789117','53',1.00,'100','retail','0','2025-06-24 21:25:55','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-24 18:29:36','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','763.00','762','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175078955625002535302'),(10248,'191750789117','8',1.00,'30','retail','0','2025-06-24 21:26:44','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-24 18:29:36','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1719.00','1718','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175078960503307015293'),(10249,'191750789117','38',1.00,'50','retail','0','2025-06-24 21:26:54','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-24 18:29:36','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','840.00','839','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175078961507213235633'),(10250,'191750789117','1',1.00,'50','retail','0','2025-06-24 21:27:08','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-24 18:29:36','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4341.00','4340','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175078962930303336330'),(10251,'191750789117','1',1.00,'50','retail','0','2025-06-24 21:27:13','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-24 18:29:36','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4340.00','4339','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175078963498131207026'),(10252,'191750789117','18',1.00,'150','retail','0','2025-06-24 21:27:48','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-24 18:29:36','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','727.00','726','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175078966925337069990'),(10253,'191750789117','18',1.00,'150','retail','0','2025-06-24 21:28:31','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-24 18:29:36','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','726.00','725','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175078971302737921121'),(10254,'191750789117','11',1.00,'60','retail','0','2025-06-24 21:28:45','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-06-24 18:29:36','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','217.00','216','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175078972672532722133'),(10255,'191750789117','18',1.00,'150','retail','0','2025-06-24 21:29:05','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-24 18:29:36','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','725.00','724','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175078974731032277732'),(10256,'191750789117','34',1.00,'280','retail','0','2025-06-24 21:29:21','','','','0','Cash',37.97,'280','','','19','16.00','1','2025-06-24 18:29:36','1','13','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','482.00','481','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175078976207006327132'),(10257,'191750790014','10',1.00,'180','retail','0','2025-06-24 21:33:34','','','','0','Cash',24.41,'180','','','19','16.00','1','2025-06-24 18:34:06','1','12','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','482.00','481','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175079001505203032503'),(10258,'191750790014','10',1.00,'180','retail','0','2025-06-24 21:33:38','','','','0','Cash',24.41,'180','','','19','16.00','1','2025-06-24 18:34:06','1','12','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','481.00','480','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175079001999333203153'),(10259,'191750790014','32',1.00,'300','retail','0','2025-06-24 21:33:52','','','','0','Cash',40.68,'300','','','19','16.00','1','2025-06-24 18:34:06','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','474.00','473','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175079003309222332292'),(10260,'191750790014','30',1.00,'50','retail','0','2025-06-24 21:34:01','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-24 18:34:06','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','608.00','607','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175079004232000272737'),(10261,'181750790070','8',1.00,'30','retail','0','2025-06-24 21:34:30','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-06-24 18:34:42','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1718.00','1717','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175079007112322290313'),(10262,'181750790070','8',1.00,'30','retail','0','2025-06-24 21:34:35','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-06-24 18:34:42','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1717.00','1716','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175079007673926223332'),(10263,'191750790200','38',1.00,'50','retail','0','2025-06-24 21:36:40','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-24 18:36:45','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','839.00','838','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175079020133372011391'),(10264,'181750790535','8',1.00,'30','retail','0','2025-06-24 21:42:15','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-06-24 18:42:47','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1716.00','1715','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175079053658308603522'),(10265,'181750790535','8',1.00,'30','retail','0','2025-06-24 21:42:22','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-06-24 18:42:47','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1715.00','1714','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175079054370093000003'),(10269,'191750839361','6',1.00,'50','retail','0','2025-06-25 11:16:01','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-25 08:16:12','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1038.00','1037','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175083936220333220120'),(10270,'191750839361','6',1.00,'50','retail','0','2025-06-25 11:16:06','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-25 08:16:12','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1037.00','1036','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175083936701270033599'),(10271,'81750839088','74',1.00,'100','retail','0','2025-06-25 11:11:28','','','','0','Cash',13.56,'100','','','8','','1','2025-06-25 08:37:01','3','11','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','482.00','481','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175083909032232502370'),(10272,'81750839088','76',1.00,'100','retail','0','2025-06-25 11:36:51','','','','0','Cash',13.56,'100','','','8','16.00','1','2025-06-25 08:37:01','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','587.00','586','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175084061236700602438'),(10274,'191750839282','1',1.00,'50','retail','0','2025-06-25 11:14:42','','','','0','Cash',6.78,'50','','','19','','1','2025-06-25 09:32:43','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4339.00','4338','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175083928492023234332'),(10275,'191750839282','8',1.00,'30','retail','0','2025-06-25 11:15:09','','','','0','Cash',4.07,'30','','','19','','1','2025-06-25 09:32:43','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1714.00','1713','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175083931003283131330'),(10276,'191750839282','7',1.00,'20','retail','0','2025-06-25 12:32:31','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-06-25 09:32:43','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','813.00','812','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175084395201025951332'),(10277,'191750839282','7',1.00,'20','retail','0','2025-06-25 12:32:35','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-06-25 09:32:43','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','812.00','811','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175084395703373392532'),(10278,'191750844074','1',1.00,'50','retail','0','2025-06-25 12:34:34','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-25 09:35:10','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4338.00','4337','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175084407503392398230'),(10279,'191750844074','11',1.00,'60','retail','0','2025-06-25 12:34:47','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-06-25 09:35:10','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','216.00','215','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175084408983492939213'),(10280,'191750844074','11',1.00,'60','retail','0','2025-06-25 12:34:54','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-06-25 09:35:10','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','215.00','214','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175084409550213210022'),(10281,'81750843466','14',1.00,'100','retail','0','2025-06-25 12:24:26','','','','0','Cash',13.56,'100','','','8','','1','2025-06-25 09:45:51','3','1','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','484.00','483','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175084346827800333363'),(10282,'81750843466','11',1.00,'60','retail','0','2025-06-25 12:44:11','','','','0','Cash',8.14,'60','','','8','16.00','1','2025-06-25 09:45:51','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','214.00','213','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175084465123242243238'),(10283,'191750844865','7',1.00,'20','retail','0','2025-06-25 12:47:45','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-06-25 09:47:58','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','811.00','810','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175084486664283930364'),(10284,'191750847810','74',1.00,'100','retail','0','2025-06-25 13:36:50','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-25 10:37:51','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','481.00','480','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175084781132903820574'),(10285,'191750847810','1',1.00,'50','retail','0','2025-06-25 13:36:59','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-25 10:37:51','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4337.00','4336','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175084782132302720050'),(10286,'191750847810','1',1.00,'50','retail','0','2025-06-25 13:37:05','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-25 10:37:51','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4336.00','4335','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175084782612222420030'),(10287,'191750847810','59',1.00,'50','retail','0','2025-06-25 13:37:17','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-25 10:37:51','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','615.00','614','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175084783922091232022'),(10288,'81750847854','53',1.00,'100','retail','0','2025-06-25 13:37:34','','','','0','Cash',13.56,'100','','','8','16.00','1','2025-06-25 10:37:54','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','762.00','761','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175084785503207010484'),(10289,'81750847854','53',1.00,'100','retail','0','2025-06-25 13:37:39','','','','0','Cash',13.56,'100','','','8','16.00','1','2025-06-25 10:37:54','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','761.00','760','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175084786037010334033'),(10290,'191750848637','25',1.00,'200','retail','0','2025-06-25 13:50:37','','','','0','Cash',27.12,'200','','','19','16.00','1','2025-06-25 10:50:46','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','511.00','510','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175084863952622302223'),(10291,'191750848742','54',1.00,'50','retail','0','2025-06-25 13:52:22','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-25 10:52:36','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','549.00','548','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175084874530500737340'),(10292,'81750849339','53',1.00,'100','retail','0','2025-06-25 14:02:19','','','','0','Cash',13.56,'100','','','8','16.00','1','2025-06-25 11:02:25','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','760.00','759','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175084934033423134341'),(10293,'191750849484','18',1.00,'150','retail','0','2025-06-25 14:04:44','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-25 11:05:39','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','724.00','723','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175084948721380030002'),(10296,'81750850429','6',1.00,'50','retail','0','2025-06-25 14:20:29','','','','0','Cash',6.78,'50','','','8','','1','2025-06-25 11:49:47','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1036.00','1035','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175085043030325303203'),(10297,'81750850429','1',1.00,'50','retail','0','2025-06-25 14:20:42','','','','0','Cash',6.78,'50','','','8','','1','2025-06-25 11:49:47','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4335.00','4334','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175085044322283330527'),(10298,'81750850429','34',1.00,'280','retail','0','2025-06-25 14:49:08','','','','0','Cash',37.97,'280','','','8','16.00','1','2025-06-25 11:49:47','1','13','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','481.00','480','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175085215025281883515'),(10299,'81750850429','50',1.00,'50','retail','0','2025-06-25 14:49:17','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-25 11:49:47','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','530.00','529','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175085215913425483000'),(10300,'81750850429','30',1.00,'50','retail','0','2025-06-25 14:49:30','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-25 11:49:47','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','607.00','606','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175085217233235221230'),(10306,'81750852207','30',1.00,'50','retail','0','2025-06-25 14:50:07','','','','0','Cash',6.78,'50','','','8','','1','2025-06-25 12:02:18','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','606.00','605','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175085220902822205010'),(10307,'81750852207','23',1.00,'350','retail','0','2025-06-25 14:50:14','','','','0','Cash',47.46,'350','','','8','','1','2025-06-25 12:02:18','1','3','new','1','printed','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','548.00','547','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175085221640002101252'),(10308,'81750852207','50',1.00,'50','retail','0','2025-06-25 14:50:23','','','','0','Cash',6.78,'50','','','8','','1','2025-06-25 12:02:18','1','6','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','529.00','528','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175085222523212432103'),(10309,'81750852207','38',1.00,'50','retail','0','2025-06-25 15:02:12','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-25 12:02:18','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','838.00','837','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175085293482102223238'),(10310,'191750852695','30',1.00,'50','retail','0','2025-06-25 14:58:15','','','','0','Cash',6.78,'50','','','19','','1','2025-06-25 12:19:40','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','605.00','604','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175085269705253221602'),(10311,'191750852695','21',1.00,'280','retail','0','2025-06-25 14:58:18','','','','0','Cash',37.97,'280','','','19','','1','2025-06-25 12:19:40','1','3','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','574.00','573','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175085270030393381201'),(10312,'191750852695','1',1.00,'50','retail','0','2025-06-25 15:19:32','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-25 12:19:40','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4334.00','4333','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175085397435917291023'),(10313,'191750855447','38',1.00,'50','retail','0','2025-06-25 15:44:08','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-25 12:44:13','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','837.00','836','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175085545075030923052'),(10314,'81750855516','38',1.00,'50','retail','0','2025-06-25 15:45:16','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-25 12:45:22','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','836.00','835','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175085551870020332730'),(10319,'191750856394','8',1.00,'30','retail','0','2025-06-25 15:59:54','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-25 13:02:26','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1713.00','1712','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175085639723225590058'),(10320,'191750856394','8',1.00,'30','retail','0','2025-06-25 16:02:05','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-25 13:02:26','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1712.00','1711','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175085652730230325532'),(10321,'191750857869','13',1.00,'100','retail','0','2025-06-25 16:24:29','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-25 13:25:10','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','479.00','478','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175085787023829330052'),(10322,'191750857869','11',1.00,'60','retail','0','2025-06-25 16:24:57','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-06-25 13:25:10','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','213.00','212','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175085789921783203523'),(10323,'191750857869','11',1.00,'60','retail','0','2025-06-25 16:25:04','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-06-25 13:25:10','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','212.00','211','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175085790503331033928'),(10324,'191750857952','1',1.00,'50','retail','0','2025-06-25 16:25:52','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-25 13:26:25','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4333.00','4332','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175085795420303119210'),(10325,'191750857952','1',1.00,'50','retail','0','2025-06-25 16:26:02','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-25 13:26:25','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4332.00','4331','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175085796353592220532'),(10326,'191750857952','59',1.00,'50','retail','0','2025-06-25 16:26:17','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-25 13:26:25','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','614.00','613','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175085797830033390270'),(10327,'81750855883','29',1.00,'100','retail','0','2025-06-25 15:51:23','','','','0','Cash',13.56,'100','','','8','','1','2025-06-25 13:29:33','1','3','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','971.00','970','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175085588530188228520'),(10328,'81750855883','29',1.00,'100','retail','0','2025-06-25 15:51:30','','','','0','Cash',13.56,'100','','','8','','1','2025-06-25 13:29:33','1','3','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','970.00','969','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175085589332350320323'),(10329,'81750855883','21',1.00,'280','retail','0','2025-06-25 15:51:41','','','','0','Cash',37.97,'280','','','8','','1','2025-06-25 13:29:33','1','3','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','573.00','572','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175085590301034112004'),(10330,'81750855883','21',1.00,'280','retail','0','2025-06-25 15:51:47','','','','0','Cash',37.97,'280','','','8','','1','2025-06-25 13:29:33','1','3','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','572.00','571','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175085591055383285933'),(10331,'81750855883','1',1.00,'50','retail','0','2025-06-25 16:29:08','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-25 13:29:33','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4331.00','4330','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175085814933032534301'),(10332,'81750855883','38',1.00,'50','retail','0','2025-06-25 16:29:22','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-25 13:29:33','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','835.00','834','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175085816383323282652'),(10334,'81750858528','1',1.00,'50','retail','0','2025-06-25 16:35:28','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-25 13:35:35','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4330.00','4329','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175085853033080000218'),(10335,'81750858191','38',1.00,'50','retail','0','2025-06-25 16:30:03','','','','0','Cash',6.78,'50','','','8','','1','2025-06-25 13:42:27','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','834.00','833','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175085820523035320231'),(10336,'81750858191','1',1.00,'50','retail','0','2025-06-25 16:42:18','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-25 13:42:27','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4329.00','4328','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175085893933323832752'),(10337,'81750859492','38',1.00,'50','retail','0','2025-06-25 16:51:32','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-25 13:51:43','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','833.00','832','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175085949393233320422'),(10338,'81750859492','38',1.00,'50','retail','0','2025-06-25 16:51:39','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-25 13:51:43','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','832.00','831','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175085950020522332202'),(10339,'81750859625','44',1.00,'150','retail','0','2025-06-25 16:53:45','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-06-25 13:53:54','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','899.00','898','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175085962533045340332'),(10340,'81750860950','18',1.00,'150','retail','0','2025-06-25 17:15:50','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-06-25 14:15:57','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','723.00','722','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175086095193353120330'),(10341,'81750862500','18',1.00,'150','retail','0','2025-06-25 17:41:40','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-06-25 14:41:58','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','722.00','721','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175086250123222722232'),(10342,'81750862500','11',1.00,'60','retail','0','2025-06-25 17:41:51','','','','0','Cash',8.14,'60','','','8','16.00','1','2025-06-25 14:41:58','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','211.00','210','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175086251320223223133'),(10343,'191750862744','38',1.00,'50','retail','0','2025-06-25 17:45:44','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-25 14:45:54','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','831.00','830','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175086274541200022630'),(10344,'191750862744','38',1.00,'50','retail','0','2025-06-25 17:45:49','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-25 14:45:54','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','830.00','829','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175086275087223302222'),(10345,'191750862766','38',1.00,'50','retail','0','2025-06-25 17:46:06','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-25 14:46:31','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','829.00','828','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175086276808006327132'),(10346,'191750862766','38',1.00,'50','retail','0','2025-06-25 17:46:11','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-25 14:46:31','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','828.00','827','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175086277407322367272'),(10347,'191750862766','30',1.00,'50','retail','0','2025-06-25 17:46:25','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-25 14:46:31','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','604.00','603','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175086278626902820220'),(10357,'81750864991','7',1.00,'20','retail','0','2025-06-25 18:23:11','','','','0','Cash',2.71,'20','','','8','','1','2025-06-25 15:45:37','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','810.00','809','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175086499235203015233'),(10358,'81750864991','1',1.00,'50','retail','0','2025-06-25 18:23:24','','','','0','Cash',6.78,'50','','','8','','1','2025-06-25 15:45:37','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4328.00','4327','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175086500623333272265'),(10359,'81750864991','1',1.00,'50','retail','0','2025-06-25 18:45:14','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-25 15:45:37','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4325.00','4324','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175086631520232563638'),(10360,'81750864991','6',1.00,'50','retail','0','2025-06-25 18:45:24','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-25 15:45:37','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1035.00','1034','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175086632553302305224'),(10361,'81750864991','11',1.00,'60','retail','0','2025-06-25 18:45:27','','','','0','Cash',8.14,'60','','','8','16.00','1','2025-06-25 15:45:37','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','206.00','205','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175086632903623032203'),(10362,'81750865747','11',1.00,'60','retail','0','2025-06-25 18:35:47','','','','0','Cash',8.14,'60','','','8','','1','2025-06-25 15:46:29','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','210.00','209','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175086574838007032233'),(10363,'81750865747','11',1.00,'60','retail','0','2025-06-25 18:35:51','','','','0','Cash',8.14,'60','','','8','','1','2025-06-25 15:46:29','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','209.00','208','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175086575252376220002'),(10364,'81750865747','11',1.00,'60','retail','0','2025-06-25 18:35:54','','','','0','Cash',8.14,'60','','','8','','1','2025-06-25 15:46:29','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','208.00','207','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175086575625230344205'),(10365,'81750865747','11',1.00,'60','retail','0','2025-06-25 18:35:58','','','','0','Cash',8.14,'60','','','8','','1','2025-06-25 15:46:29','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','207.00','206','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175086575913502186202'),(10366,'81750865747','95',1.00,'100','retail','0','2025-06-25 18:36:01','','','','01','Cash',13.56,'100','','','8','','1','2025-06-25 15:46:29','1','12','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','259.00','258','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175086576206331553037'),(10367,'81750865747','1',1.00,'50','retail','0','2025-06-25 18:36:10','','','','0','Cash',6.78,'50','','','8','','1','2025-06-25 15:46:29','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4327.00','4326','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175086577157503202830'),(10368,'81750865747','1',1.00,'50','retail','0','2025-06-25 18:36:14','','','','0','Cash',6.78,'50','','','8','','1','2025-06-25 15:46:29','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4326.00','4325','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175086577563320572788'),(10369,'81750865747','1',1.00,'50','retail','0','2025-06-25 18:46:19','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-25 15:46:29','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4324.00','4323','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175086638180530308303'),(10370,'81750866754','8',1.00,'30','retail','0','2025-06-25 18:52:34','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-06-25 15:52:46','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1711.00','1710','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175086675507220230122'),(10371,'191750867754','6',1.00,'50','retail','0','2025-06-25 19:09:14','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-25 16:09:46','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1034.00','1033','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175086775531257206520'),(10372,'191750867754','6',1.00,'50','retail','0','2025-06-25 19:09:16','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-25 16:09:46','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1033.00','1032','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175086775718708527072'),(10373,'191750867754','6',1.00,'50','retail','0','2025-06-25 19:09:20','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-25 16:09:46','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1032.00','1031','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175086776272223120330'),(10374,'191750867754','41',1.00,'100','retail','0','2025-06-25 19:09:41','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-25 16:09:46','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','684.00','683','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175086778223307302353'),(10375,'81750867682','23',1.00,'350','retail','0','2025-06-25 19:08:02','','','','0','Cash',47.46,'350','','','8','16.00','1','2025-06-25 16:14:09','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','547.00','546','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175086768423827333063'),(10376,'81750867682','30',1.00,'50','retail','0','2025-06-25 19:13:16','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-25 16:14:09','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','603.00','602','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175086799727309845222'),(10377,'81750867682','30',1.00,'50','retail','0','2025-06-25 19:13:21','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-25 16:14:09','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','602.00','601','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175086800360438228300'),(10378,'81750867682','32',1.00,'300','retail','0','2025-06-25 19:13:32','','','','0','Cash',40.68,'300','','','8','16.00','1','2025-06-25 16:14:09','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','473.00','472','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175086801434145133235'),(10379,'81750867682','50',1.00,'50','retail','0','2025-06-25 19:13:59','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-25 16:14:09','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','528.00','527','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175086804000822283030'),(10380,'81750867682','50',1.00,'50','retail','0','2025-06-25 19:14:03','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-25 16:14:09','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','527.00','526','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175086804432304343831'),(10384,'81750868698','53',1.00,'100','retail','0','2025-06-25 19:24:58','','','','0','Cash',13.56,'100','','','8','16.00','1','2025-06-25 16:25:04','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','759.00','758','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175086870083003830303'),(10385,'81750868740','1',1.00,'50','retail','0','2025-06-25 19:25:40','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-25 16:25:45','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4322.00','4321','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175086874133833832005'),(10386,'191750868945','12',1.00,'50','retail','0','2025-06-25 19:29:05','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-25 16:29:14','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','567.00','566','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175086894623404086422'),(10387,'191750868945','12',1.00,'50','retail','0','2025-06-25 19:29:09','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-25 16:29:14','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','566.00','565','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175086895029223010352'),(10388,'191750869005','41',1.00,'100','retail','0','2025-06-25 19:30:05','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-25 16:30:16','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','683.00','682','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175086901102331132000'),(10389,'81750868097','23',1.00,'350','retail','0','2025-06-25 19:14:57','','','','0','Cash',47.46,'350','','','8','','1','2025-06-25 16:32:01','1','3','new','1','printed','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','546.00','545','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175086809880302305224'),(10390,'81750868097','30',1.00,'50','retail','0','2025-06-25 19:15:06','','','','0','Cash',6.78,'50','','','8','','1','2025-06-25 16:32:01','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','601.00','600','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175086810737073830233'),(10391,'81750868097','1',1.00,'50','retail','0','2025-06-25 19:15:17','','','','0','Cash',6.78,'50','','','8','','1','2025-06-25 16:32:01','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4323.00','4322','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175086811823013321383'),(10392,'81750868097','1',1.00,'50','retail','0','2025-06-25 19:31:57','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-25 16:32:01','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4321.00','4320','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175086911704577002650'),(10403,'191750869665','38',1.00,'50','retail','0','2025-06-25 19:41:05','','','','0','Cash',6.78,'50','','','19','','1','2025-06-25 16:44:30','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','827.00','826','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175086966733313833302'),(10404,'191750869665','38',1.00,'50','retail','0','2025-06-25 19:41:09','','','','0','Cash',6.78,'50','','','19','','1','2025-06-25 16:44:30','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','826.00','825','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175086967009222302292'),(10405,'191750869665','38',1.00,'50','retail','0','2025-06-25 19:41:26','','','','0','Cash',6.78,'50','','','19','','1','2025-06-25 16:44:30','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','825.00','824','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175086969033133603323'),(10406,'191750869665','38',1.00,'50','retail','0','2025-06-25 19:41:33','','','','0','Cash',6.78,'50','','','19','','1','2025-06-25 16:44:30','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','824.00','823','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175086969773523220123'),(10407,'191750869665','6',1.00,'50','retail','0','2025-06-25 19:42:04','','','','0','Cash',6.78,'50','','','19','','1','2025-06-25 16:44:30','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1031.00','1030','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175086972802912323303'),(10408,'191750869665','1',1.00,'50','retail','0','2025-06-25 19:42:26','','','','0','Cash',6.78,'50','','','19','','1','2025-06-25 16:44:30','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4320.00','4319','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175086974742332273203'),(10409,'191750869665','1',1.00,'50','retail','0','2025-06-25 19:42:31','','','','0','Cash',6.78,'50','','','19','','1','2025-06-25 16:44:30','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4319.00','4318','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175086975253257323320'),(10410,'191750869665','1',1.00,'50','retail','0','2025-06-25 19:42:49','','','','0','Cash',6.78,'50','','','19','','1','2025-06-25 16:44:30','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4318.00','4317','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175086977093873729027'),(10411,'191750869665','12',1.00,'50','retail','0','2025-06-25 19:42:58','','','','0','Cash',6.78,'50','','','19','','1','2025-06-25 16:44:30','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','565.00','564','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175086978009027223027'),(10412,'191750869665','54',1.00,'50','retail','0','2025-06-25 19:43:14','','','','0','Cash',6.78,'50','','','19','','1','2025-06-25 16:44:30','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','548.00','547','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175086979522707722093'),(10413,'191750869665','59',1.00,'50','retail','0','2025-06-25 19:44:25','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-25 16:44:30','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','613.00','612','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175086986703222370226'),(10414,'81750870408','18',1.00,'150','retail','0','2025-06-25 19:53:28','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-06-25 16:53:49','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','721.00','720','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175087040929233022240'),(10415,'81750870408','18',1.00,'150','retail','0','2025-06-25 19:53:31','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-06-25 16:53:49','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','720.00','719','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175087041321030020422'),(10416,'81750870408','18',1.00,'150','retail','0','2025-06-25 19:53:35','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-06-25 16:53:49','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','719.00','718','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175087041640823237022'),(10417,'81750870408','21',1.00,'280','retail','0','2025-06-25 19:53:43','','','','0','Cash',37.97,'280','','','8','16.00','1','2025-06-25 16:53:49','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','571.00','570','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175087042427300522832'),(10418,'81750871211','53',1.00,'100','retail','0','2025-06-25 20:06:51','','','','0','Cash',13.56,'100','','','8','16.00','1','2025-06-25 17:07:08','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','758.00','757','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175087121232025332122'),(10419,'81750871211','32',1.00,'300','retail','0','2025-06-25 20:07:02','','','','0','Cash',40.68,'300','','','8','16.00','1','2025-06-25 17:07:08','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','472.00','471','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175087122333325842203'),(10420,'191750871559','41',1.00,'100','retail','0','2025-06-25 20:12:39','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-25 17:12:43','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','682.00','681','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175087156053232090873'),(10421,'191750872407','38',1.00,'50','retail','0','2025-06-25 20:26:47','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-25 17:27:07','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','823.00','822','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175087240883743222283'),(10422,'191750872407','38',1.00,'50','retail','0','2025-06-25 20:26:52','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-25 17:27:07','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','822.00','821','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175087241392303303424'),(10423,'191750872407','38',1.00,'50','retail','0','2025-06-25 20:26:56','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-25 17:27:07','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','821.00','820','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175087241801909350231'),(10424,'191750872572','28',1.00,'200','retail','0','2025-06-25 20:29:32','','','','0','Cash',27.12,'200','','','19','16.00','1','2025-06-25 17:29:39','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','561.00','560','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175087257325903023230'),(10431,'191750874822','25',1.00,'200','retail','0','2025-06-25 21:07:02','','','','0','Cash',27.12,'200','','','19','16.00','1','2025-06-25 18:07:13','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','510.00','509','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175087482313902203000'),(10432,'191750875108','25',1.00,'200','retail','0','2025-06-25 21:11:48','','','','0','Cash',27.12,'200','','','19','16.00','1','2025-06-25 18:12:09','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','509.00','508','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175087511320233020213'),(10433,'191750875108','25',1.00,'200','retail','0','2025-06-25 21:12:04','','','','0','Cash',27.12,'200','','','19','16.00','1','2025-06-25 18:12:09','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','508.00','507','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175087512425715413211'),(10434,'191750872597','1',1.00,'50','retail','0','2025-06-25 20:29:57','','','','0','Cash',6.78,'50','','','19','','1','2025-06-25 18:31:27','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4317.00','4316','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175087259883280321203'),(10435,'191750872597','44',1.00,'150','retail','0','2025-06-25 20:30:10','','','','0','Cash',20.34,'150','','','19','','1','2025-06-25 18:31:27','3','5','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','898.00','897','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175087262536006232533'),(10436,'191750872597','1',1.00,'50','retail','0','2025-06-25 21:04:15','','','','0','Cash',6.78,'50','','','19','','1','2025-06-25 18:31:27','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4316.00','4315','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175087465683323150273'),(10437,'191750872597','1',1.00,'50','retail','0','2025-06-25 21:04:27','','','','0','Cash',6.78,'50','','','19','','1','2025-06-25 18:31:27','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4315.00','4314','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175087466972202300222'),(10438,'191750872597','1',1.00,'50','retail','0','2025-06-25 21:31:22','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-25 18:31:27','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4314.00','4313','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175087628403405202303'),(10439,'181750876456','18',1.00,'150','retail','0','2025-06-25 21:34:16','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-25 18:34:46','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','718.00','717','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175087645730711022480'),(10440,'181750876456','25',1.00,'200','retail','0','2025-06-25 21:34:25','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-06-25 18:34:46','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','507.00','506','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175087646622703333302'),(10441,'181750876456','25',1.00,'200','retail','0','2025-06-25 21:34:28','','','','0','Cash',27.12,'200','','','18','16.00','1','2025-06-25 18:34:46','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','506.00','505','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175087646902301236684'),(10442,'181750876456','11',1.00,'60','retail','0','2025-06-25 21:34:36','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-06-25 18:34:46','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','205.00','204','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175087647718233038322'),(10443,'181750876456','11',1.00,'60','retail','0','2025-06-25 21:34:40','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-06-25 18:34:46','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','204.00','203','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175087648107020371300'),(10444,'191750918281','1',1.00,'50','retail','0','2025-06-26 09:11:21','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-26 06:12:00','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4313.00','4312','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175091828379192322230'),(10445,'191750918281','43',1.00,'200','retail','0','2025-06-26 09:11:30','','','','0','Cash',27.12,'200','','','19','16.00','1','2025-06-26 06:12:00','3','4','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','507.00','506','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175091829103222222220'),(10446,'191750918281','11',1.00,'60','retail','0','2025-06-26 09:11:52','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-06-26 06:12:00','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','203.00','202','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175091831301203332033'),(10447,'191750918933','1',1.00,'50','retail','0','2025-06-26 09:22:13','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-26 06:22:19','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4312.00','4311','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175091893402282732233'),(10448,'191750919245','1',1.00,'50','retail','0','2025-06-26 09:27:25','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-26 06:27:31','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4311.00','4310','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175091924633302942332'),(10449,'81750920618','8',1.00,'30','retail','0','2025-06-26 09:50:18','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-06-26 06:51:52','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1710.00','1709','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175092062607033330393'),(10450,'81750920618','8',1.00,'30','retail','0','2025-06-26 09:51:44','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-06-26 06:51:52','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1709.00','1708','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175092070520353539330'),(10451,'81750920965','8',1.00,'30','retail','0','2025-06-26 09:56:05','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-06-26 06:56:09','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1708.00','1707','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175092096626064321629'),(10452,'191750921447','8',1.00,'30','retail','0','2025-06-26 10:04:07','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-26 07:04:16','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1707.00','1706','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175092144803239144207'),(10453,'191750921447','8',1.00,'30','retail','0','2025-06-26 10:04:11','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-26 07:04:16','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1706.00','1705','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175092145239131293319'),(10454,'81750925406','8',1.00,'30','retail','0','2025-06-26 11:10:06','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-06-26 08:10:14','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1705.00','1704','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175092540703122359402'),(10458,'191750927468','11',1.00,'60','retail','0','2025-06-26 11:44:28','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-06-26 08:47:33','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','202.00','201','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175092747103422292072'),(10459,'191750927468','11',1.00,'60','retail','0','2025-06-26 11:44:37','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-06-26 08:47:33','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','201.00','200','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175092747822407422073'),(10460,'191750927468','7',1.00,'20','retail','0','2025-06-26 11:45:09','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-06-26 08:47:33','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','809.00','808','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175092751023203105201'),(10461,'191750927468','7',1.00,'20','retail','0','2025-06-26 11:45:15','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-06-26 08:47:33','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','808.00','807','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175092751790223102291'),(10462,'191750927468','7',1.00,'20','retail','0','2025-06-26 11:45:23','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-06-26 08:47:33','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','807.00','806','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175092752403330955323'),(10463,'191750927468','1',1.00,'50','retail','0','2025-06-26 11:46:33','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-26 08:47:33','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4309.00','4308','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175092759403339993230'),(10464,'191750927468','1',1.00,'50','retail','0','2025-06-26 11:46:42','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-26 08:47:33','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4308.00','4307','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175092760333652203662'),(10465,'191750927468','1',1.00,'50','retail','0','2025-06-26 11:47:15','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-26 08:47:33','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4307.00','4306','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175092763622070227222'),(10466,'81750927095','12',1.00,'50','retail','0','2025-06-26 11:38:15','','','','0','Cash',6.78,'50','','','8','','1','2025-06-26 08:54:47','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','564.00','563','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175092709676330520202'),(10467,'81750927095','1',1.00,'50','retail','0','2025-06-26 11:42:59','','','','0','Cash',6.78,'50','','','8','','1','2025-06-26 08:54:47','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4310.00','4309','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175092738080322303203'),(10468,'81750927095','11',1.00,'60','retail','0','2025-06-26 11:54:35','','','','0','Cash',8.14,'60','','','8','16.00','1','2025-06-26 08:54:47','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','200.00','199','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175092807722228220300'),(10469,'81750927095','11',1.00,'60','retail','0','2025-06-26 11:54:40','','','','0','Cash',8.14,'60','','','8','16.00','1','2025-06-26 08:54:47','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','199.00','198','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175092808128372130012'),(10470,'191750932248','44',1.00,'150','retail','0','2025-06-26 13:04:08','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-26 10:04:16','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','897.00','896','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175093225030192020309'),(10471,'191750933380','6',1.00,'50','retail','0','2025-06-26 13:23:00','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-26 10:24:25','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1030.00','1029','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175093338212332592230'),(10472,'191750933380','11',1.00,'60','retail','0','2025-06-26 13:23:24','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-06-26 10:24:25','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','198.00','197','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175093340910230312303'),(10473,'191750933380','1',1.00,'50','retail','0','2025-06-26 13:23:59','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-26 10:24:25','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4306.00','4305','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175093344523340232403'),(10474,'191750933380','1',1.00,'50','retail','0','2025-06-26 13:24:12','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-26 10:24:25','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4305.00','4304','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175093345620905223247'),(10475,'81750934385','25',1.00,'200','retail','0','2025-06-26 13:39:45','','','','0','Cash',27.12,'200','','','8','16.00','1','2025-06-26 10:39:55','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','505.00','504','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175093438640044852203'),(10482,'81750937477','18',1.00,'150','retail','0','2025-06-26 14:31:17','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-06-26 11:31:33','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','717.00','716','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175093747883233222831'),(10483,'81750937477','1',1.00,'50','retail','0','2025-06-26 14:31:28','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-26 11:31:33','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4302.00','4301','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175093748942227289053'),(10489,'81750936915','1',1.00,'50','retail','0','2025-06-26 14:21:55','','','','0','Cash',6.78,'50','','','8','','1','2025-06-26 11:56:15','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4304.00','4303','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175093691633290203923'),(10490,'81750936915','1',1.00,'50','retail','0','2025-06-26 14:21:59','','','','0','Cash',6.78,'50','','','8','','1','2025-06-26 11:56:15','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4303.00','4302','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175093692031402233332'),(10491,'81750936915','8',1.00,'30','retail','0','2025-06-26 14:26:00','','','','0','Cash',4.07,'30','','','8','','1','2025-06-26 11:56:15','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1704.00','1703','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175093716230033933222'),(10492,'81750936915','8',1.00,'30','retail','0','2025-06-26 14:26:06','','','','0','Cash',4.07,'30','','','8','','1','2025-06-26 11:56:15','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1703.00','1702','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175093716834126603278'),(10493,'81750936915','3',1.00,'120','retail','0','2025-06-26 14:44:01','','','','0','Cash',16.27,'120','','','8','','1','2025-06-26 11:56:15','1','12','new','1','printed','pcs','','','','yes','','2.03','','','VATABLE',101.69,'1','510.00','509','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175093824232223223223'),(10494,'81750936915','3',1.00,'120','retail','0','2025-06-26 14:56:09','','','','0','Cash',16.27,'120','','','8','16.00','1','2025-06-26 11:56:15','1','12','new','1','new','pcs','','','','yes','','2.03','','','VATABLE',101.69,'1','509.00','508','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175093897059382123903'),(10497,'191750940679','25',1.00,'200','retail','0','2025-06-26 15:24:39','','','','0','Cash',27.12,'200','','','19','16.00','1','2025-06-26 12:24:50','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','504.00','503','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175094068112008192261'),(10498,'191750940704','21',1.00,'280','retail','0','2025-06-26 15:25:05','','','','0','Cash',37.97,'280','','','19','16.00','1','2025-06-26 12:25:40','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','570.00','569','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175094070773019022232'),(10499,'191750940704','30',1.00,'50','retail','0','2025-06-26 15:25:13','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-26 12:25:40','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','600.00','599','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175094071520393035303'),(10500,'191750940704','21',1.00,'280','retail','0','2025-06-26 15:25:21','','','','0','Cash',37.97,'280','','','19','16.00','1','2025-06-26 12:25:40','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','569.00','568','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175094072300300152035'),(10501,'191750940704','30',1.00,'50','retail','0','2025-06-26 15:25:30','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-26 12:25:40','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','599.00','598','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175094073203130037333'),(10502,'191750940753','21',1.00,'280','retail','0','2025-06-26 15:25:53','','','','0','Cash',37.97,'280','','','19','16.00','1','2025-06-26 12:26:51','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','568.00','567','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175094075509030452003'),(10503,'191750940753','29',1.00,'100','retail','0','2025-06-26 15:26:00','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-26 12:26:51','1','3','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','969.00','968','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175094076253073230704'),(10504,'191750940753','29',1.00,'100','retail','0','2025-06-26 15:26:07','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-26 12:26:51','1','3','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','968.00','967','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175094076970939229030'),(10505,'191750940753','50',1.00,'50','retail','0','2025-06-26 15:26:18','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-26 12:26:51','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','526.00','525','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175094077933029329071'),(10506,'191750940753','1',1.00,'50','retail','0','2025-06-26 15:26:34','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-26 12:26:51','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4300.00','4299','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175094079633223237370'),(10507,'191750940753','1',1.00,'50','retail','0','2025-06-26 15:26:43','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-26 12:26:51','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4299.00','4298','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175094080585232204320'),(10508,'81750940952','52',1.00,'150','retail','0','2025-06-26 15:29:12','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-06-26 12:29:33','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','856.00','855','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175094095379942435429'),(10509,'81750940952','1',1.00,'50','retail','0','2025-06-26 15:29:25','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-26 12:29:33','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4298.00','4297','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175094096702337233233'),(10510,'81750939948','11',1.00,'60','retail','0','2025-06-26 15:12:28','','','','0','Cash',8.14,'60','','','8','','1','2025-06-26 12:41:02','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','197.00','196','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175093994990233350222'),(10511,'81750939948','1',1.00,'50','retail','0','2025-06-26 15:12:49','','','','0','Cash',6.78,'50','','','8','','1','2025-06-26 12:41:02','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4301.00','4300','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175093997120030322322'),(10512,'81750939948','25',1.00,'200','retail','0','2025-06-26 15:40:53','','','','0','Cash',27.12,'200','','','8','16.00','1','2025-06-26 12:41:02','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','503.00','502','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175094165460235222300'),(10513,'191750941695','30',1.00,'50','retail','0','2025-06-26 15:41:35','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-26 12:43:18','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','598.00','597','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175094169726002636302'),(10514,'191750941695','21',1.00,'280','retail','0','2025-06-26 15:41:39','','','','0','Cash',37.97,'280','','','19','16.00','1','2025-06-26 12:43:18','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','567.00','566','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175094170197102222009'),(10515,'191750941695','28',1.00,'200','retail','0','2025-06-26 15:41:55','','','','0','Cash',27.12,'200','','','19','16.00','1','2025-06-26 12:43:18','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','560.00','559','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175094171616320399135'),(10516,'191750941695','50',1.00,'50','retail','0','2025-06-26 15:42:18','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-26 12:43:18','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','525.00','524','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175094173930313237222'),(10517,'191750941695','8',1.00,'30','retail','0','2025-06-26 15:42:35','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-26 12:43:18','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1702.00','1701','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175094175722234303312'),(10518,'191750941695','8',1.00,'30','retail','0','2025-06-26 15:42:40','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-26 12:43:18','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1701.00','1700','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175094176290172223202'),(10519,'191750941695','69',1.00,'250','retail','0','2025-06-26 15:43:05','','','','0','Cash',33.90,'250','','','19','16.00','1','2025-06-26 12:43:18','3','10','new','1','new','pcs','','','','yes','','4.24','','','VATABLE',211.86,'1','564.00','563','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175094178632233984012'),(10520,'191750943519','8',1.00,'30','retail','0','2025-06-26 16:11:59','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-26 13:12:41','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1700.00','1699','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175094352103232000235'),(10521,'191750943519','8',1.00,'30','retail','0','2025-06-26 16:12:11','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-26 13:12:41','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1699.00','1698','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175094353231130223325'),(10522,'81750943625','18',1.00,'150','retail','0','2025-06-26 16:13:45','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-06-26 13:13:50','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','716.00','715','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175094362743833131327'),(10523,'191750945191','52',1.00,'150','retail','0','2025-06-26 16:39:51','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-26 13:40:00','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','855.00','854','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175094519301532123030'),(10524,'191750945961','68',1.00,'250','retail','0','2025-06-26 16:52:42','','','','0','Cash',33.90,'250','','','19','16.00','1','2025-06-26 13:53:22','3','10','new','1','new','pcs','','','','yes','','4.24','','','VATABLE',211.86,'1','501.00','500','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175094596373032200333'),(10525,'191750945961','68',1.00,'250','retail','0','2025-06-26 16:52:49','','','','0','Cash',33.90,'250','','','19','16.00','1','2025-06-26 13:53:22','3','10','new','1','new','pcs','','','','yes','','4.24','','','VATABLE',211.86,'1','500.00','499','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175094597112323330321'),(10532,'191750946637','3',1.00,'120','retail','0','2025-06-26 17:03:58','','','','0','Cash',16.27,'120','','','19','','1','2025-06-26 14:27:17','1','12','new','1','printed','pcs','','','','yes','','2.03','','','VATABLE',101.69,'1','508.00','507','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175094668603302230223'),(10533,'191750946637','3',1.00,'120','retail','0','2025-06-26 17:07:41','','','','0','Cash',16.27,'120','','','19','','1','2025-06-26 14:27:17','1','12','new','1','printed','pcs','','','','yes','','2.03','','','VATABLE',101.69,'1','507.00','506','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175094686532233322622'),(10534,'191750946637','3',1.00,'120','retail','0','2025-06-26 17:08:06','','','','0','Cash',16.27,'120','','','19','','1','2025-06-26 14:27:17','1','12','new','1','printed','pcs','','','','yes','','2.03','','','VATABLE',101.69,'1','506.00','505','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175094688882208209204'),(10535,'191750946637','1',1.00,'50','retail','0','2025-06-26 17:08:44','','','','0','Cash',6.78,'50','','','19','','1','2025-06-26 14:27:17','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4297.00','4296','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175094692627225413323'),(10536,'191750946637','1',1.00,'50','retail','0','2025-06-26 17:08:52','','','','0','Cash',6.78,'50','','','19','','1','2025-06-26 14:27:17','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4296.00','4295','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175094693401292312123'),(10537,'191750946637','1',1.00,'50','retail','0','2025-06-26 17:09:02','','','','0','Cash',6.78,'50','','','19','','1','2025-06-26 14:27:17','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4295.00','4294','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175094694419333233492'),(10538,'191750946637','7',1.00,'20','retail','0','2025-06-26 17:27:13','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-06-26 14:27:17','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','806.00','805','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175094803423393073372'),(10539,'191750948783','1',1.00,'50','retail','0','2025-06-26 17:39:43','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-26 14:39:51','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4294.00','4293','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175094878592902510208'),(10540,'81750948891','1',1.00,'50','retail','0','2025-06-26 17:41:31','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-26 14:50:18','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4293.00','4292','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175094890033830020922'),(10541,'81750948891','1',1.00,'50','retail','0','2025-06-26 17:41:52','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-26 14:50:18','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4292.00','4291','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175094891821207434923'),(10542,'81750948891','1',1.00,'50','retail','0','2025-06-26 17:42:13','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-26 14:50:18','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4291.00','4290','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175094894292222492222'),(10543,'81750948891','52',1.00,'150','retail','0','2025-06-26 17:43:11','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-06-26 14:50:18','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','854.00','853','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175094900292032244343'),(10544,'81750948891','8',1.00,'30','retail','0','2025-06-26 17:44:47','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-06-26 14:50:18','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1698.00','1697','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175094909779382332433'),(10545,'81750948891','8',1.00,'30','retail','0','2025-06-26 17:48:29','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-06-26 14:50:18','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1697.00','1696','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175094931131223204000'),(10546,'81750948891','6',1.00,'50','retail','0','2025-06-26 17:48:38','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-26 14:50:18','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1029.00','1028','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175094932022202002322'),(10547,'81750948891','6',1.00,'50','retail','0','2025-06-26 17:48:48','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-26 14:50:18','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1028.00','1027','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175094933033122399302'),(10548,'81750948891','25',1.00,'200','retail','0','2025-06-26 17:49:04','','','','0','Cash',27.12,'200','','','8','16.00','1','2025-06-26 14:50:18','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','502.00','501','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175094934780003037432'),(10549,'81750948891','25',1.00,'200','retail','0','2025-06-26 17:49:15','','','','0','Cash',27.12,'200','','','8','16.00','1','2025-06-26 14:50:18','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','501.00','500','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175094935699945340520'),(10550,'81750948891','21',1.00,'280','retail','0','2025-06-26 17:49:23','','','','0','Cash',37.97,'280','','','8','16.00','1','2025-06-26 14:50:18','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','566.00','565','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175094936532203339332'),(10551,'81750948891','18',1.00,'150','retail','0','2025-06-26 17:49:56','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-06-26 14:50:18','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','715.00','714','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175094939990030227439'),(10552,'81750949793','1',1.00,'50','retail','0','2025-06-26 17:56:34','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-26 14:56:43','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4290.00','4289','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175094979523304322382'),(10553,'81750950188','52',1.00,'150','retail','0','2025-06-26 18:03:08','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-06-26 15:06:13','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','853.00','852','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175095019008353209032'),(10554,'81750950188','52',1.00,'150','retail','0','2025-06-26 18:03:21','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-06-26 15:06:13','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','852.00','851','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175095020623723330532'),(10555,'81750950188','11',1.00,'60','retail','0','2025-06-26 18:04:56','','','','0','Cash',8.14,'60','','','8','16.00','1','2025-06-26 15:06:13','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','196.00','195','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175095029822332203050'),(10556,'81750950188','11',1.00,'60','retail','0','2025-06-26 18:05:34','','','','0','Cash',8.14,'60','','','8','16.00','1','2025-06-26 15:06:13','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','195.00','194','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175095033676330520202'),(10557,'81750950188','11',1.00,'60','retail','0','2025-06-26 18:05:45','','','','0','Cash',8.14,'60','','','8','16.00','1','2025-06-26 15:06:13','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','194.00','193','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175095034732203232357'),(10558,'81750950188','11',1.00,'60','retail','0','2025-06-26 18:05:59','','','','0','Cash',8.14,'60','','','8','16.00','1','2025-06-26 15:06:13','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','193.00','192','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175095036425338283240'),(10559,'81750950412','38',1.00,'50','retail','0','2025-06-26 18:06:52','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-26 15:08:13','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','820.00','819','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175095041420332545915'),(10560,'81750950412','38',1.00,'50','retail','0','2025-06-26 18:07:29','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-26 15:08:13','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','819.00','818','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175095045003431500257'),(10561,'81750950412','11',1.00,'60','retail','0','2025-06-26 18:07:46','','','','0','Cash',8.14,'60','','','8','16.00','1','2025-06-26 15:08:13','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','192.00','191','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175095046800634032889'),(10562,'81750950412','11',1.00,'60','retail','0','2025-06-26 18:07:53','','','','0','Cash',8.14,'60','','','8','16.00','1','2025-06-26 15:08:13','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','191.00','190','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175095047522250033054'),(10563,'81750950590','6',1.00,'50','retail','0','2025-06-26 18:09:50','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-26 15:10:25','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1027.00','1026','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175095059122530323223'),(10564,'81750950590','6',1.00,'50','retail','0','2025-06-26 18:09:54','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-26 15:10:25','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1026.00','1025','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175095059673992032035'),(10565,'81750950590','1',1.00,'50','retail','0','2025-06-26 18:10:15','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-26 15:10:25','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4289.00','4288','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175095061620610333122'),(10566,'81750950655','28',1.00,'200','retail','0','2025-06-26 18:10:55','','','','0','Cash',27.12,'200','','','8','16.00','1','2025-06-26 15:11:01','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','559.00','558','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175095065793231132202'),(10567,'81750950686','25',1.00,'200','retail','0','2025-06-26 18:11:26','','','','0','Cash',27.12,'200','','','8','16.00','1','2025-06-26 15:11:39','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','500.00','499','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175095068802014222088'),(10568,'81750950686','25',1.00,'200','retail','0','2025-06-26 18:11:31','','','','0','Cash',27.12,'200','','','8','16.00','1','2025-06-26 15:11:39','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','499.00','498','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175095069330359900382'),(10569,'81750950941','18',1.00,'150','retail','0','2025-06-26 18:15:41','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-06-26 15:16:03','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','714.00','713','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175095094230582052002'),(10570,'81750950941','95',1.00,'100','retail','0','2025-06-26 18:15:54','','','','01','Cash',13.56,'100','','','8','16.00','1','2025-06-26 15:16:03','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','258.00','257','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175095095670233006820'),(10571,'191750950962','11',1.00,'60','retail','0','2025-06-26 18:16:02','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-06-26 15:17:10','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','190.00','189','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175095096465312599020'),(10572,'191750950962','18',1.00,'150','retail','0','2025-06-26 18:16:15','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-26 15:17:10','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','713.00','712','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175095097770221070912'),(10573,'191750950962','1',1.00,'50','retail','0','2025-06-26 18:16:38','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-26 15:17:10','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4288.00','4287','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175095100299255337302'),(10574,'191750950962','1',1.00,'50','retail','0','2025-06-26 18:16:56','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-26 15:17:10','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4287.00','4286','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175095101805002301001'),(10575,'191750951504','15',1.00,'150','retail','0','2025-06-26 18:25:04','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-26 15:25:45','3','1','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','600.00','599','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175095150731292350503'),(10576,'191750951504','11',1.00,'60','retail','0','2025-06-26 18:25:37','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-06-26 15:25:45','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','189.00','188','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175095153993535032320'),(10577,'81750951995','29',1.00,'100','retail','0','2025-06-26 18:33:15','','','','0','Cash',13.56,'100','','','8','16.00','1','2025-06-26 15:34:00','1','3','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','967.00','966','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175095199732330592020'),(10578,'81750951995','21',1.00,'280','retail','0','2025-06-26 18:33:23','','','','0','Cash',37.97,'280','','','8','16.00','1','2025-06-26 15:34:00','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','565.00','564','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175095200533000252238'),(10579,'81750951995','54',1.00,'50','retail','0','2025-06-26 18:33:50','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-26 15:34:00','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','547.00','546','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175095203433200213253'),(10580,'191750952941','53',1.00,'100','retail','0','2025-06-26 18:49:01','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-26 15:49:11','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','757.00','756','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175095294337042012203'),(10581,'81750954188','8',1.00,'30','retail','0','2025-06-26 19:09:48','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-06-26 16:09:59','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1696.00','1695','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175095418909032321430'),(10582,'81750954188','8',1.00,'30','retail','0','2025-06-26 19:09:54','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-06-26 16:09:59','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1695.00','1694','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175095419524430993305'),(10583,'191750954425','38',1.00,'50','retail','0','2025-06-26 19:13:45','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-26 16:16:40','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','818.00','817','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175095442622300022523'),(10584,'191750954425','38',1.00,'50','retail','0','2025-06-26 19:16:06','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-26 16:16:40','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','817.00','816','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175095457150320221335'),(10585,'191750954425','38',1.00,'50','retail','0','2025-06-26 19:16:23','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-26 16:16:40','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','816.00','815','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175095458530921352325'),(10586,'191750954660','8',1.00,'30','retail','0','2025-06-26 19:17:40','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-26 16:19:12','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1694.00','1693','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175095466843963629026'),(10587,'191750954660','8',1.00,'30','retail','0','2025-06-26 19:18:08','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-26 16:19:12','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1693.00','1692','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175095469020491932102'),(10588,'191750954660','1',1.00,'50','retail','0','2025-06-26 19:18:52','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-26 16:19:12','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4286.00','4285','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175095473312221332029'),(10589,'191750954660','1',1.00,'50','retail','0','2025-06-26 19:18:58','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-26 16:19:12','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4285.00','4284','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175095473922232204739'),(10590,'81750954762','54',1.00,'50','retail','0','2025-06-26 19:19:22','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-26 16:19:34','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','546.00','545','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175095476333433329704'),(10591,'81750956219','1',1.00,'50','retail','0','2025-06-26 19:43:39','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-26 16:43:45','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4284.00','4283','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175095622183601022238'),(10592,'191750956930','38',1.00,'50','retail','0','2025-06-26 19:55:30','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-26 17:06:22','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','815.00','814','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175095693103021020929'),(10593,'191750956930','38',1.00,'50','retail','0','2025-06-26 20:05:59','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-26 17:06:22','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','814.00','813','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175095756153136300022'),(10594,'191750956930','38',1.00,'50','retail','0','2025-06-26 20:06:06','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-26 17:06:22','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','813.00','812','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175095756752230933229'),(10595,'191750956930','38',1.00,'50','retail','0','2025-06-26 20:06:11','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-26 17:06:22','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','812.00','811','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175095757322713233377'),(10596,'191750957593','38',1.00,'50','retail','0','2025-06-26 20:06:34','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-26 17:07:17','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','811.00','810','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175095759530550502559'),(10597,'191750957593','38',1.00,'50','retail','0','2025-06-26 20:06:41','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-26 17:07:17','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','810.00','809','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175095760503562305352'),(10598,'191750957593','44',1.00,'150','retail','0','2025-06-26 20:07:09','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-26 17:07:17','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','896.00','895','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175095763003205232032'),(10599,'191750959489','18',1.00,'150','retail','0','2025-06-26 20:38:09','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-26 17:38:31','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','712.00','711','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175095949122322317047'),(10600,'191750959489','62',1.00,'100','retail','0','2025-06-26 20:38:26','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-26 17:38:31','3','8','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','508.00','507','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175095950730352030132'),(10601,'191750959528','15',1.00,'150','retail','0','2025-06-26 20:38:48','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-26 17:38:55','3','1','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','599.00','598','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175095952932210355003'),(10602,'81750962486','38',1.00,'50','retail','0','2025-06-26 21:28:06','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-26 18:28:20','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','809.00','808','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175096248724522290493'),(10603,'81750962486','38',1.00,'50','retail','0','2025-06-26 21:28:12','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-26 18:28:20','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','808.00','807','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175096249326947230733'),(10604,'81750962542','44',1.00,'150','retail','0','2025-06-26 21:29:02','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-06-26 18:29:07','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','895.00','894','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175096254332635093053'),(10605,'181750962573','18',1.00,'150','retail','0','2025-06-26 21:29:33','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-26 18:29:56','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','711.00','710','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175096257505226083160'),(10606,'181750962573','8',1.00,'30','retail','0','2025-06-26 21:29:45','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-06-26 18:29:56','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1692.00','1691','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175096258608681333303'),(10607,'181750962573','8',1.00,'30','retail','0','2025-06-26 21:29:49','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-06-26 18:29:56','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1691.00','1690','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175096259035182626222'),(10608,'181750962631','1',1.00,'50','retail','0','2025-06-26 21:30:31','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-26 18:30:37','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4283.00','4282','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175096263220030029322'),(10609,'81750963244','38',1.00,'50','retail','0','2025-06-26 21:40:44','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-26 18:40:48','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','807.00','806','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175096324543228300363'),(10610,'191751003611','1',1.00,'50','retail','0','2025-06-27 08:53:31','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-27 05:53:38','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4282.00','4281','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175100361321121115003'),(10611,'81751004758','1',1.00,'50','retail','0','2025-06-27 09:12:38','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-27 06:12:56','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4281.00','4280','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175100476022020043043'),(10612,'81751004758','95',1.00,'100','retail','0','2025-06-27 09:12:50','','','','01','Cash',13.56,'100','','','8','16.00','1','2025-06-27 06:12:56','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','257.00','256','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175100477211703320872'),(10620,'81751009038','8',1.00,'30','retail','0','2025-06-27 10:23:58','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-06-27 07:24:06','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1690.00','1689','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175100903902122033220'),(10621,'191751006514','11',1.00,'60','retail','0','2025-06-27 09:41:55','','','','0','Cash',8.14,'60','','','19','','1','2025-06-27 07:26:46','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','188.00','187','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175100651622022023367'),(10622,'191751006514','11',1.00,'60','retail','0','2025-06-27 09:42:02','','','','0','Cash',8.14,'60','','','19','','1','2025-06-27 07:26:46','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','187.00','186','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175100652326223532336'),(10623,'191751006514','11',1.00,'60','retail','0','2025-06-27 09:42:06','','','','0','Cash',8.14,'60','','','19','','1','2025-06-27 07:26:46','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','186.00','185','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175100652835125207573'),(10624,'191751006514','11',1.00,'60','retail','0','2025-06-27 09:42:12','','','','0','Cash',8.14,'60','','','19','','1','2025-06-27 07:26:46','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','185.00','184','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175100653302230522953'),(10625,'191751006514','1',1.00,'50','retail','0','2025-06-27 09:42:40','','','','0','Cash',6.78,'50','','','19','','1','2025-06-27 07:26:46','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4280.00','4279','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175100656110210023620'),(10626,'191751006514','1',1.00,'50','retail','0','2025-06-27 09:42:52','','','','0','Cash',6.78,'50','','','19','','1','2025-06-27 07:26:46','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4279.00','4278','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175100657414003231123'),(10627,'191751006514','1',1.00,'50','retail','0','2025-06-27 09:43:00','','','','0','Cash',6.78,'50','','','19','','1','2025-06-27 07:26:46','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4278.00','4277','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175100658132521028233'),(10628,'191751006514','1',1.00,'50','retail','0','2025-06-27 10:26:05','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-27 07:26:46','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4277.00','4276','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175100916696221221236'),(10629,'191751006514','53',1.00,'100','retail','0','2025-06-27 10:26:34','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-27 07:26:46','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','756.00','755','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175100919520329002539'),(10630,'81751010456','52',1.00,'150','retail','0','2025-06-27 10:47:36','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-06-27 07:47:43','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','851.00','850','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175101045774302305224'),(10631,'191751010793','8',1.00,'30','retail','0','2025-06-27 10:53:13','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-27 07:53:19','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1689.00','1688','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175101079413901074200'),(10632,'81751010867','7',1.00,'20','retail','0','2025-06-27 10:54:27','','','','0','Cash',2.71,'20','','','8','16.00','1','2025-06-27 07:55:17','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','805.00','804','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175101086930330039833'),(10633,'81751010867','7',1.00,'20','retail','0','2025-06-27 10:54:36','','','','0','Cash',2.71,'20','','','8','16.00','1','2025-06-27 07:55:17','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','804.00','803','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175101087812303814733'),(10634,'81751010867','11',1.00,'60','retail','0','2025-06-27 10:54:43','','','','0','Cash',8.14,'60','','','8','16.00','1','2025-06-27 07:55:17','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','184.00','183','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175101088442721023302'),(10635,'81751010867','1',1.00,'50','retail','0','2025-06-27 10:55:06','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-27 07:55:17','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4276.00','4275','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175101090822231412023'),(10636,'191751012112','14',1.00,'100','retail','0','2025-06-27 11:15:12','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-27 08:18:28','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','483.00','482','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175101211322233223999'),(10637,'191751012112','11',1.00,'60','retail','0','2025-06-27 11:18:09','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-06-27 08:18:28','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','183.00','182','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175101229607002239177'),(10638,'191751012112','11',1.00,'60','retail','0','2025-06-27 11:18:21','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-06-27 08:18:28','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','182.00','181','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175101230202303031022'),(10639,'191751012334','3',1.00,'120','retail','0','2025-06-27 11:18:54','','','','0','Cash',16.27,'120','','','19','16.00','1','2025-06-27 08:19:37','1','12','new','1','new','pcs','','','','yes','','2.03','','','VATABLE',101.69,'1','505.00','504','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175101233522020532302'),(10640,'191751012334','1',1.00,'50','retail','0','2025-06-27 11:19:12','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-27 08:19:37','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4275.00','4274','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175101235432319230552'),(10641,'81751013315','11',1.00,'60','retail','0','2025-06-27 11:35:15','','','','0','Cash',8.14,'60','','','8','16.00','1','2025-06-27 08:35:54','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','181.00','180','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175101331603321211320'),(10642,'81751013315','1',1.00,'50','retail','0','2025-06-27 11:35:37','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-27 08:35:54','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4274.00','4273','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175101333825230344215'),(10643,'81751013447','102',1.00,'90','retail','0','2025-06-27 11:38:25','','','','65','Cash',12.20,'90','','','8','16.00','1','2025-06-27 08:38:39','3','8','new','1','new','pcs','','','','yes','','1.53','','','VATABLE',76.27,'1','517.00','516','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175101350633272020012'),(10644,'81751015109','18',1.00,'150','retail','0','2025-06-27 12:05:09','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-06-27 09:13:05','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','710.00','709','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175101511133012112143'),(10645,'81751015109','11',1.00,'60','retail','0','2025-06-27 12:05:24','','','','0','Cash',8.14,'60','','','8','16.00','1','2025-06-27 09:13:05','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','180.00','179','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175101512932130335133'),(10649,'81751015638','52',1.00,'150','retail','0','2025-06-27 12:13:58','','','','0','Cash',20.34,'150','','','8','','1','2025-06-27 09:39:56','3','7','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','850.00','849','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175101564303221350733'),(10650,'81751015638','30',1.00,'50','retail','0','2025-06-27 12:18:41','','','','0','Cash',6.78,'50','','','8','','1','2025-06-27 09:39:56','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','597.00','596','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175101592351733341203'),(10651,'81751015638','32',1.00,'300','retail','0','2025-06-27 12:19:00','','','','0','Cash',40.68,'300','','','8','','1','2025-06-27 09:39:56','1','13','new','1','printed','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','471.00','470','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175101594373043202533'),(10652,'81751015638','32',1.00,'300','retail','0','2025-06-27 12:39:46','','','','0','Cash',40.68,'300','','','8','16.00','1','2025-06-27 09:39:56','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','470.00','469','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175101719020337323132'),(10653,'81751020159','1',1.00,'50','retail','0','2025-06-27 13:29:19','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-27 10:29:29','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4273.00','4272','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175102016132320168230'),(10654,'81751021842','59',1.00,'50','retail','0','2025-06-27 13:57:22','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-27 10:57:36','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','612.00','611','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175102184472312031122'),(10655,'81751021842','59',1.00,'50','retail','0','2025-06-27 13:57:30','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-27 10:57:36','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','611.00','610','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175102185100218233042'),(10656,'191751022214','40',1.00,'150','retail','0','2025-06-27 14:03:35','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-27 11:04:54','1','13','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','383.00','382','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175102222122100005022'),(10657,'191751022214','18',1.00,'150','retail','0','2025-06-27 14:03:49','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-27 11:04:54','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','709.00','708','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175102223120303202171'),(10658,'191751022214','30',1.00,'50','retail','0','2025-06-27 14:04:06','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-27 11:04:54','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','596.00','595','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175102224823227402200'),(10659,'191751022214','25',1.00,'200','retail','0','2025-06-27 14:04:15','','','','0','Cash',27.12,'200','','','19','16.00','1','2025-06-27 11:04:54','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','498.00','497','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175102226002223230022'),(10660,'81751022596','25',1.00,'200','retail','0','2025-06-27 14:09:56','','','','0','Cash',27.12,'200','','','8','16.00','1','2025-06-27 11:10:17','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','497.00','496','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175102259802023803203'),(10661,'81751022596','18',1.00,'150','retail','0','2025-06-27 14:10:07','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-06-27 11:10:17','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','708.00','707','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175102261132223263622'),(10662,'81751023044','7',1.00,'20','retail','0','2025-06-27 14:17:24','','','','0','Cash',2.71,'20','','','8','16.00','1','2025-06-27 11:17:45','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','803.00','802','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175102304545302253703'),(10663,'81751023044','7',1.00,'20','retail','0','2025-06-27 14:17:27','','','','0','Cash',2.71,'20','','','8','16.00','1','2025-06-27 11:17:45','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','802.00','801','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175102304922133083322'),(10664,'81751023044','1',1.00,'50','retail','0','2025-06-27 14:17:40','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-27 11:17:45','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4272.00','4271','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175102306230303733282'),(10665,'81751023080','18',1.00,'150','retail','0','2025-06-27 14:18:00','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-06-27 11:18:33','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','707.00','706','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175102308182233020020'),(10666,'81751023080','18',1.00,'150','retail','0','2025-06-27 14:18:07','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-06-27 11:18:33','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','706.00','705','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175102308808273310133'),(10667,'81751023080','25',1.00,'200','retail','0','2025-06-27 14:18:25','','','','0','Cash',27.12,'200','','','8','16.00','1','2025-06-27 11:18:33','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','496.00','495','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175102310711273533233'),(10671,'191751023126','25',1.00,'200','retail','0','2025-06-27 14:18:46','','','','0','Cash',27.12,'200','','','19','','1','2025-06-27 11:26:45','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','495.00','494','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175102312832223132312'),(10672,'191751023126','88',1.00,'150','retail','0','2025-06-27 14:20:07','','','','0','Cash',20.34,'150','','','19','','1','2025-06-27 11:26:45','3','10','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','536.00','535','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175102321010202323323'),(10673,'191751023126','87',1.00,'150','retail','0','2025-06-27 14:20:34','','','','0','Cash',20.34,'150','','','19','','1','2025-06-27 11:26:45','3','10','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','404.00','403','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175102323533302321572'),(10674,'191751023126','6',1.00,'50','retail','0','2025-06-27 14:25:45','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-27 11:26:45','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1025.00','1024','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175102355022773522251'),(10675,'191751023126','6',1.00,'50','retail','0','2025-06-27 14:26:02','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-27 11:26:45','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1024.00','1023','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175102357432322227702'),(10676,'191751023126','6',1.00,'50','retail','0','2025-06-27 14:26:23','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-27 11:26:45','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1023.00','1022','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175102359993353335209'),(10677,'81751023681','18',1.00,'150','retail','0','2025-06-27 14:28:01','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-06-27 11:28:08','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','705.00','704','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175102368223320233730'),(10678,'81751023748','7',1.00,'20','retail','0','2025-06-27 14:29:08','','','','0','Cash',2.71,'20','','','8','16.00','1','2025-06-27 11:29:31','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','801.00','800','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175102374923034493711'),(10679,'81751023748','7',1.00,'20','retail','0','2025-06-27 14:29:18','','','','0','Cash',2.71,'20','','','8','16.00','1','2025-06-27 11:29:31','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','800.00','799','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175102376203127727338'),(10680,'81751024650','85',1.00,'200','retail','0','2025-06-27 14:44:10','','','','0','Cash',27.12,'200','','','8','16.00','1','2025-06-27 11:44:31','3','10','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','507.00','506','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175102465942213382222'),(10681,'81751026201','85',1.00,'200','retail','0','2025-06-27 15:10:02','','','','0','Cash',27.12,'200','','','8','16.00','1','2025-06-27 12:10:13','3','10','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','506.00','505','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175102620402337233233'),(10682,'191751026378','59',1.00,'50','retail','0','2025-06-27 15:12:58','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-27 12:13:14','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','610.00','609','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175102637995271013031'),(10683,'191751030000','34',1.00,'280','retail','0','2025-06-27 16:13:20','','','','0','Cash',37.97,'280','','','19','16.00','1','2025-06-27 13:13:44','1','13','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','480.00','479','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175103000220332203353'),(10684,'191751030000','18',1.00,'150','retail','0','2025-06-27 16:13:34','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-27 13:13:44','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','704.00','703','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175103001600320162130'),(10685,'191751030106','25',1.00,'200','retail','0','2025-06-27 16:15:06','','','','0','Cash',27.12,'200','','','19','16.00','1','2025-06-27 13:15:46','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','494.00','493','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175103010820803192233'),(10686,'191751030106','25',1.00,'200','retail','0','2025-06-27 16:15:20','','','','0','Cash',27.12,'200','','','19','16.00','1','2025-06-27 13:15:46','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','493.00','492','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175103012133032005222'),(10687,'81751031611','10',1.00,'180','retail','0','2025-06-27 16:40:11','','','','0','Cash',24.41,'180','','','8','16.00','1','2025-06-27 13:40:31','1','12','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','480.00','479','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175103161660300001122'),(10688,'81751031611','11',1.00,'60','retail','0','2025-06-27 16:40:17','','','','0','Cash',8.14,'60','','','8','16.00','1','2025-06-27 13:40:31','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','179.00','178','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175103161900332920193'),(10689,'81751031611','11',1.00,'60','retail','0','2025-06-27 16:40:23','','','','0','Cash',8.14,'60','','','8','16.00','1','2025-06-27 13:40:31','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','178.00','177','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175103162405374020222'),(10690,'81751031692','71',1.00,'300','retail','0','2025-06-27 16:41:32','','','','0','Cash',40.68,'300','','','8','16.00','1','2025-06-27 13:41:44','3','10','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','1030.00','1029','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175103169863120285273'),(10691,'81751033841','8',1.00,'30','retail','0','2025-06-27 17:17:21','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-06-27 14:18:03','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1688.00','1687','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175103384323844032031'),(10692,'81751033841','95',1.00,'100','retail','0','2025-06-27 17:17:29','','','','01','Cash',13.56,'100','','','8','16.00','1','2025-06-27 14:18:03','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','256.00','255','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175103385030520032232'),(10693,'81751033841','1',1.00,'50','retail','0','2025-06-27 17:17:54','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-27 14:18:03','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4271.00','4270','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175103387605330378337'),(10694,'81751035131','8',1.00,'30','retail','0','2025-06-27 17:38:52','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-06-27 14:39:13','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1687.00','1686','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175103513532200330333'),(10695,'81751035131','8',1.00,'30','retail','0','2025-06-27 17:39:05','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-06-27 14:39:13','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1686.00','1685','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175103514803082143348'),(10696,'191751035455','8',1.00,'30','retail','0','2025-06-27 17:44:15','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-27 14:45:51','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1685.00','1684','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175103545753434295213'),(10697,'191751035455','1',1.00,'50','retail','0','2025-06-27 17:45:45','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-27 14:45:51','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4270.00','4269','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175103554623513312000'),(10698,'191751035604','1',1.00,'50','retail','0','2025-06-27 17:46:45','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-27 14:47:52','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4269.00','4268','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175103560623350270631'),(10699,'191751035604','11',1.00,'60','retail','0','2025-06-27 17:47:29','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-06-27 14:47:52','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','177.00','176','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175103565323160951363'),(10700,'191751035604','11',1.00,'60','retail','0','2025-06-27 17:47:44','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-06-27 14:47:52','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','176.00','175','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175103566603916323026'),(10701,'191751036806','38',1.00,'50','retail','0','2025-06-27 18:06:46','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-27 15:07:16','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','806.00','805','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175103681002330112000'),(10702,'191751036806','38',1.00,'50','retail','0','2025-06-27 18:07:01','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-27 15:07:16','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','805.00','804','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175103682432236310502'),(10703,'81751038614','23',1.00,'350','retail','0','2025-06-27 18:36:54','','','','0','Cash',47.46,'350','','','8','16.00','1','2025-06-27 15:37:23','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','545.00','544','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175103861680220000128'),(10704,'81751038614','18',1.00,'150','retail','0','2025-06-27 18:37:11','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-06-27 15:37:23','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','703.00','702','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175103863702520242302'),(10705,'191751038808','1',1.00,'50','retail','0','2025-06-27 18:40:08','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-27 15:40:26','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4268.00','4267','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175103881102900331390'),(10709,'191751041008','25',1.00,'200','retail','0','2025-06-27 19:16:48','','','','0','Cash',27.12,'200','','','19','16.00','1','2025-06-27 16:18:38','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','492.00','491','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175104101022303071373'),(10710,'191751041008','51',1.00,'300','retail','0','2025-06-27 19:17:49','','','','0','Cash',40.68,'300','','','19','16.00','1','2025-06-27 16:18:38','1','6','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','604.00','603','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175104107103374320031'),(10711,'191751041008','44',1.00,'150','retail','0','2025-06-27 19:18:17','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-27 16:18:38','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','894.00','893','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175104109829123113129'),(10712,'191751041008','1',1.00,'50','retail','0','2025-06-27 19:18:30','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-27 16:18:38','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4266.00','4265','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175104111120313123202'),(10713,'81751040144','1',1.00,'50','retail','0','2025-06-27 19:02:24','','','','0','Cash',6.78,'50','','','8','','1','2025-06-27 16:22:49','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4267.00','4266','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175104014702000220224'),(10714,'81751040144','53',1.00,'100','retail','0','2025-06-27 19:02:42','','','','0','Cash',13.56,'100','','','8','','1','2025-06-27 16:22:49','3','7','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','755.00','754','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175104016400332004421'),(10715,'81751040144','11',1.00,'60','retail','0','2025-06-27 19:07:27','','','','0','Cash',8.14,'60','','','8','','1','2025-06-27 16:22:49','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','175.00','174','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175104045243058001220'),(10716,'81751040144','8',1.00,'30','retail','0','2025-06-27 19:22:41','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-06-27 16:22:49','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1684.00','1683','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175104136332173332320'),(10725,'81751041749','1',1.00,'50','retail','0','2025-06-27 19:29:09','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-27 16:29:15','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4260.00','4259','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175104175128371070102'),(10726,'191751041736','11',1.00,'60','retail','0','2025-06-27 19:28:57','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-06-27 16:39:31','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','174.00','173','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175104173922301210329'),(10731,'81751041605','1',1.00,'50','retail','0','2025-06-27 19:26:45','','','','0','Cash',6.78,'50','','','8','','1','2025-06-27 16:50:00','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4263.00','4262','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175104160781017132243'),(10732,'81751041605','1',1.00,'50','retail','0','2025-06-27 19:26:54','','','','0','Cash',6.78,'50','','','8','','1','2025-06-27 16:50:00','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4262.00','4261','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175104161622131023722'),(10733,'81751041605','6',1.00,'50','retail','0','2025-06-27 19:49:28','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-27 16:50:00','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1022.00','1021','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175104297211222314233'),(10734,'81751041605','6',1.00,'50','retail','0','2025-06-27 19:49:44','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-27 16:50:00','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1021.00','1020','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175104298900314082728'),(10735,'81751041542','1',1.00,'50','retail','0','2025-06-27 19:25:42','','','','0','Cash',6.78,'50','','','8','','1','2025-06-27 16:52:22','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4265.00','4264','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175104154434251201144'),(10736,'81751041542','1',1.00,'50','retail','0','2025-06-27 19:25:51','','','','0','Cash',6.78,'50','','','8','','1','2025-06-27 16:52:22','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4264.00','4263','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175104155302210553233'),(10737,'81751041542','8',1.00,'30','retail','0','2025-06-27 19:26:05','','','','0','Cash',4.07,'30','','','8','','1','2025-06-27 16:52:22','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1683.00','1682','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175104156633214113503'),(10738,'81751041542','8',1.00,'30','retail','0','2025-06-27 19:26:14','','','','0','Cash',4.07,'30','','','8','','1','2025-06-27 16:52:22','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1682.00','1681','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175104157533310233033'),(10739,'81751041542','1',1.00,'50','retail','0','2025-06-27 19:52:08','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-27 16:52:22','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4259.00','4258','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175104312932002233323'),(10740,'81751041542','1',1.00,'50','retail','0','2025-06-27 19:52:14','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-27 16:52:22','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4258.00','4257','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175104313608224205012'),(10741,'81751043163','1',1.00,'50','retail','0','2025-06-27 19:52:43','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-27 16:53:26','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4257.00','4256','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175104316433282463823'),(10742,'81751043163','3',1.00,'120','retail','0','2025-06-27 19:53:02','','','','0','Cash',16.27,'120','','','8','16.00','1','2025-06-27 16:53:26','1','12','new','1','new','pcs','','','','yes','','2.03','','','VATABLE',101.69,'1','504.00','503','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175104318403322433437'),(10743,'81751043163','38',1.00,'50','retail','0','2025-06-27 19:53:18','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-27 16:53:26','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','804.00','803','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175104320008222232212'),(10744,'81751041644','1',1.00,'50','retail','0','2025-06-27 19:27:24','','','','0','Cash',6.78,'50','','','8','','1','2025-06-27 17:14:58','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4261.00','4260','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175104164632000204633'),(10745,'81751041644','54',1.00,'50','retail','0','2025-06-27 19:28:34','','','','0','Cash',6.78,'50','','','8','','1','2025-06-27 17:14:58','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','545.00','544','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175104171502132881723'),(10746,'81751041644','12',1.00,'50','retail','0','2025-06-27 19:47:58','','','','0','Cash',6.78,'50','','','8','','1','2025-06-27 17:14:58','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','563.00','562','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175104288122433800028'),(10747,'81751041644','12',1.00,'50','retail','0','2025-06-27 19:48:09','','','','0','Cash',6.78,'50','','','8','','1','2025-06-27 17:14:58','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','562.00','561','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175104289223292532210'),(10748,'81751041644','13',1.00,'100','retail','0','2025-06-27 20:14:52','','','','0','Cash',13.56,'100','','','8','16.00','1','2025-06-27 17:14:58','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','478.00','477','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175104449324270442530'),(10749,'81751044536','38',1.00,'50','retail','0','2025-06-27 20:15:36','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-27 17:16:07','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','803.00','802','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175104453733338330333'),(10750,'81751044536','8',1.00,'30','retail','0','2025-06-27 20:15:45','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-06-27 17:16:07','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1681.00','1680','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175104454602533203042'),(10751,'81751044601','1',1.00,'50','retail','0','2025-06-27 20:16:41','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-27 17:17:06','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4256.00','4255','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175104460331050073420'),(10752,'81751044601','1',1.00,'50','retail','0','2025-06-27 20:16:47','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-27 17:17:06','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4254.00','4253','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175104460923463020322'),(10753,'81751044601','1',1.00,'50','retail','0','2025-06-27 20:16:52','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-27 17:17:06','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4253.00','4252','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175104461342230003273'),(10754,'81751044601','1',1.00,'50','retail','0','2025-06-27 20:16:56','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-27 17:17:06','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4252.00','4251','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175104461727333024033'),(10755,'81751044601','13',1.00,'100','retail','0','2025-06-27 20:16:59','','','','0','Cash',13.56,'100','','','8','16.00','1','2025-06-27 17:17:06','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','477.00','476','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175104462132230003030'),(10756,'191751044601','1',1.00,'50','retail','0','2025-06-27 20:16:41','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-27 17:17:38','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4255.00','4254','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175104460333301220023'),(10757,'191751044601','1',1.00,'50','retail','0','2025-06-27 20:16:56','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-27 17:17:38','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4251.00','4250','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175104461823902442573'),(10758,'191751044601','25',1.00,'200','retail','0','2025-06-27 20:17:12','','','','0','Cash',27.12,'200','','','19','16.00','1','2025-06-27 17:17:38','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','491.00','490','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175104463410341152243'),(10759,'81751044714','1',1.00,'50','retail','0','2025-06-27 20:18:34','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-27 17:20:12','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4250.00','4249','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175104471554222023331'),(10760,'81751044714','59',1.00,'50','retail','0','2025-06-27 20:19:08','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-27 17:20:12','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','609.00','608','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175104475032034321233'),(10761,'81751044714','29',1.00,'100','retail','0','2025-06-27 20:19:31','','','','0','Cash',13.56,'100','','','8','16.00','1','2025-06-27 17:20:12','1','3','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','966.00','965','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175104477232332372324'),(10762,'81751044714','23',1.00,'350','retail','0','2025-06-27 20:19:36','','','','0','Cash',47.46,'350','','','8','16.00','1','2025-06-27 17:20:12','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','544.00','543','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175104477773307132003'),(10763,'81751044714','19',1.00,'180','retail','0','2025-06-27 20:19:45','','','','0','Cash',24.41,'180','','','8','16.00','1','2025-06-27 17:20:12','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','682.00','681','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175104478721038827330'),(10764,'191751044906','8',1.00,'30','retail','0','2025-06-27 20:21:46','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-27 17:22:32','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1680.00','1679','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175104490820221210730'),(10765,'191751044906','8',1.00,'30','retail','0','2025-06-27 20:21:52','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-27 17:22:32','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1679.00','1678','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175104491320252333237'),(10766,'191751044906','8',1.00,'30','retail','0','2025-06-27 20:21:57','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-27 17:22:32','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1678.00','1677','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175104491913322232212'),(10767,'191751044906','1',1.00,'50','retail','0','2025-06-27 20:22:20','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-27 17:22:32','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4249.00','4248','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175104494115032102922'),(10768,'191751044906','1',1.00,'50','retail','0','2025-06-27 20:22:22','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-27 17:22:32','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4248.00','4247','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175104494330133303323'),(10769,'191751044906','1',1.00,'50','retail','0','2025-06-27 20:22:26','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-27 17:22:32','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4247.00','4246','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175104494732232207420'),(10770,'191751046809','6',1.00,'50','retail','0','2025-06-27 20:53:29','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-27 17:54:09','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1020.00','1019','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175104681003922300328'),(10771,'191751046809','6',1.00,'50','retail','0','2025-06-27 20:53:37','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-27 17:54:09','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1019.00','1018','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175104681822913912150'),(10772,'191751046988','18',1.00,'150','retail','0','2025-06-27 20:56:28','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-27 17:57:03','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','702.00','701','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175104698926222310282'),(10773,'191751046988','34',1.00,'280','retail','0','2025-06-27 20:56:47','','','','0','Cash',37.97,'280','','','19','16.00','1','2025-06-27 17:57:03','1','13','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','479.00','478','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175104700920200020023'),(10774,'81751046994','1',1.00,'50','retail','0','2025-06-27 20:56:34','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-27 17:57:08','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4246.00','4245','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175104699530422323911'),(10775,'81751046994','18',1.00,'150','retail','0','2025-06-27 20:56:43','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-06-27 17:57:08','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','701.00','700','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175104700423343338032'),(10776,'81751046994','8',1.00,'30','retail','0','2025-06-27 20:56:49','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-06-27 17:57:08','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1677.00','1676','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175104701020102320302'),(10777,'81751046994','8',1.00,'30','retail','0','2025-06-27 20:56:53','','','','0','Cash',4.07,'30','','','8','16.00','1','2025-06-27 17:57:08','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1676.00','1675','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175104701505332332223'),(10778,'81751046994','50',1.00,'50','retail','0','2025-06-27 20:57:02','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-27 17:57:08','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','524.00','523','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175104702320233120321'),(10779,'81751047043','80',1.00,'20','retail','0','2025-06-27 20:57:23','','','','10','Cash',2.71,'20','','','8','16.00','1','2025-06-27 17:57:28','','14','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','542.00','541','Inclusive','branch','Service','1110','4000','5500','','','','8175104704585428331032'),(10780,'191751047080','1',1.00,'50','retail','0','2025-06-27 20:58:00','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-27 18:00:38','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4245.00','4244','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175104708119002253000'),(10781,'191751047080','1',1.00,'50','retail','0','2025-06-27 20:58:05','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-27 18:00:38','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4244.00','4243','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175104708623523362110'),(10782,'191751047080','1',1.00,'50','retail','0','2025-06-27 20:58:12','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-27 18:00:38','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4243.00','4242','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175104709433253337703'),(10783,'191751047080','1',1.00,'50','retail','0','2025-06-27 20:58:19','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-27 18:00:38','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4242.00','4241','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175104710031317131707'),(10784,'191751047080','1',1.00,'50','retail','0','2025-06-27 20:58:23','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-27 18:00:38','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4241.00','4240','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175104710413422010202'),(10785,'191751047080','1',1.00,'50','retail','0','2025-06-27 20:58:27','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-27 18:00:38','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4240.00','4239','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175104710873781223303'),(10786,'191751047080','1',1.00,'50','retail','0','2025-06-27 20:58:32','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-27 18:00:38','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4239.00','4238','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175104711392314317030'),(10787,'191751047080','13',1.00,'100','retail','0','2025-06-27 20:58:45','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-27 18:00:38','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','476.00','475','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175104712700701512123'),(10788,'191751047080','13',1.00,'100','retail','0','2025-06-27 20:58:52','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-27 18:00:38','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','475.00','474','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175104713333322233374'),(10789,'191751047080','59',1.00,'50','retail','0','2025-06-27 20:59:10','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-27 18:00:38','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','608.00','607','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175104715127393210202'),(10790,'191751047080','54',1.00,'50','retail','0','2025-06-27 20:59:16','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-27 18:00:38','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','544.00','543','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175104715733339153731'),(10791,'191751047080','11',1.00,'60','retail','0','2025-06-27 20:59:50','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-06-27 18:00:38','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','173.00','172','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175104719133111077512'),(10792,'191751047080','11',1.00,'60','retail','0','2025-06-27 20:59:53','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-06-27 18:00:38','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','172.00','171','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175104719527120222073'),(10793,'191751047080','11',1.00,'60','retail','0','2025-06-27 20:59:58','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-06-27 18:00:38','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','171.00','170','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175104719942732133093'),(10794,'191751047080','11',1.00,'60','retail','0','2025-06-27 21:00:04','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-06-27 18:00:38','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','170.00','169','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175104720870432317021'),(10795,'191751047080','7',1.00,'20','retail','0','2025-06-27 21:00:17','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-06-27 18:00:38','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','799.00','798','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175104721852833202313'),(10796,'181751048976','52',1.00,'150','retail','0','2025-06-27 21:29:37','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-27 18:29:53','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','849.00','848','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175104897830308313028'),(10797,'181751048976','6',1.00,'50','retail','0','2025-06-27 21:29:48','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-27 18:29:53','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1018.00','1017','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175104898903383312380'),(10798,'181751049462','54',1.00,'50','retail','0','2025-06-27 21:37:42','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-27 18:37:55','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','543.00','542','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175104946320320616028'),(10799,'181751049621','21',1.00,'280','retail','0','2025-06-27 21:40:21','','','','0','Cash',37.97,'280','','','18','16.00','1','2025-06-27 18:40:38','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','564.00','563','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175104962187320030222'),(10800,'181751049621','30',1.00,'50','retail','0','2025-06-27 21:40:33','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-27 18:40:38','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','595.00','594','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175104963423086328042'),(10801,'181751049739','18',1.00,'150','retail','0','2025-06-27 21:42:19','','','','0','Cash',20.34,'150','','','18','16.00','1','2025-06-27 18:43:32','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','700.00','699','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175104974023440778207'),(10802,'181751049739','21',1.00,'280','retail','0','2025-06-27 21:43:26','','','','0','Cash',37.97,'280','','','18','16.00','1','2025-06-27 18:43:32','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','563.00','562','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175104980730084732343'),(10803,'191751050374','38',1.00,'50','retail','0','2025-06-27 21:52:54','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-27 18:53:21','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','802.00','801','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175105037523723220257'),(10804,'191751050374','38',1.00,'50','retail','0','2025-06-27 21:52:58','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-27 18:53:21','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','801.00','800','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175105037923313507200'),(10805,'191751050374','38',1.00,'50','retail','0','2025-06-27 21:53:02','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-27 18:53:21','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','800.00','799','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175105038302023333533'),(10806,'191751050374','38',1.00,'50','retail','0','2025-06-27 21:53:06','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-27 18:53:21','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','799.00','798','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175105038732522303320'),(10807,'191751050374','38',1.00,'50','retail','0','2025-06-27 21:53:10','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-27 18:53:21','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','798.00','797','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175105039193133220033'),(10808,'191751050374','38',1.00,'50','retail','0','2025-06-27 21:53:13','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-27 18:53:21','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','797.00','796','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175105039402323921300'),(10809,'181751050908','30',1.00,'50','retail','0','2025-06-27 22:01:49','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-27 19:02:04','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','594.00','593','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175105091080910725323'),(10810,'181751050908','32',1.00,'300','retail','0','2025-06-27 22:01:57','','','','0','Cash',40.68,'300','','','18','16.00','1','2025-06-27 19:02:04','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','469.00','468','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175105091830873227132'),(10811,'181751053993','7',1.00,'20','retail','0','2025-06-27 22:53:13','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-27 19:53:19','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','798.00','797','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175105399528022903223'),(10812,'181751082627','11',1.00,'60','retail','0','2025-06-28 06:50:27','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-06-28 03:51:23','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','169.00','168','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175108262830221022322'),(10813,'181751082627','11',1.00,'60','retail','0','2025-06-28 06:50:30','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-06-28 03:51:23','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','168.00','167','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175108263121321720230'),(10814,'181751082627','6',1.00,'50','retail','0','2025-06-28 06:50:33','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-28 03:51:23','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1017.00','1016','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175108263421333202032'),(10815,'181751082627','6',1.00,'50','retail','0','2025-06-28 06:50:36','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-28 03:51:23','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1016.00','1015','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175108263725712763261'),(10816,'181751082627','6',1.00,'50','retail','0','2025-06-28 06:50:40','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-28 03:51:23','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1015.00','1014','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175108264131121030200'),(10817,'181751082627','11',1.00,'60','retail','0','2025-06-28 06:50:47','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-06-28 03:51:23','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','167.00','166','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175108264767232208324'),(10818,'181751082627','8',1.00,'30','retail','0','2025-06-28 06:50:57','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-06-28 03:51:23','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1675.00','1674','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175108265832885302336'),(10819,'181751082627','1',1.00,'50','retail','0','2025-06-28 06:51:13','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-28 03:51:23','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4238.00','4237','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175108267483381223033'),(10820,'181751082627','1',1.00,'50','retail','0','2025-06-28 06:51:16','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-28 03:51:23','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4237.00','4236','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175108267731312313387'),(10821,'181751084161','8',1.00,'30','retail','0','2025-06-28 07:16:01','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-06-28 04:16:34','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1674.00','1673','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175108416231812121154'),(10822,'181751084161','8',1.00,'30','retail','0','2025-06-28 07:16:05','','','','0','Cash',4.07,'30','','','18','16.00','1','2025-06-28 04:16:34','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1673.00','1672','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175108416632002803201'),(10823,'181751084161','1',1.00,'50','retail','0','2025-06-28 07:16:24','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-28 04:16:34','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4236.00','4235','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175108418533282122084'),(10824,'181751084161','1',1.00,'50','retail','0','2025-06-28 07:16:28','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-28 04:16:34','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4235.00','4234','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175108418913342523253'),(10825,'181751088911','95',1.00,'100','retail','0','2025-06-28 08:35:11','','','','01','Cash',13.56,'100','','','18','16.00','1','2025-06-28 05:35:41','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','255.00','254','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175108891232233018182'),(10826,'181751088911','6',1.00,'50','retail','0','2025-06-28 08:35:16','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-28 05:35:41','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1014.00','1013','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175108891729320022322'),(10827,'181751088911','6',1.00,'50','retail','0','2025-06-28 08:35:23','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-28 05:35:41','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1013.00','1012','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175108892408428080892'),(10828,'181751088911','1',1.00,'50','retail','0','2025-06-28 08:35:34','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-28 05:35:41','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4234.00','4233','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175108893629139010109'),(10829,'181751089203','95',1.00,'100','retail','0','2025-06-28 08:40:03','','','','01','Cash',13.56,'100','','','18','16.00','1','2025-06-28 05:40:24','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','254.00','253','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175108920433703204001'),(10830,'181751089203','1',1.00,'50','retail','0','2025-06-28 08:40:16','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-28 05:40:24','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4233.00','4232','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175108921703251212272'),(10831,'181751089634','1',1.00,'50','retail','0','2025-06-28 08:47:14','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-28 05:47:20','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4232.00','4231','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175108963633310302223'),(10832,'191751091079','1',1.00,'50','retail','0','2025-06-28 09:11:19','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-28 06:11:23','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4231.00','4230','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175109108023000829303'),(10833,'191751092601','1',1.00,'50','retail','0','2025-06-28 09:36:41','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-28 06:37:22','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4230.00','4229','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175109260237231302326'),(10834,'191751092601','7',1.00,'20','retail','0','2025-06-28 09:37:13','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-06-28 06:37:22','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','797.00','796','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175109263460133399432'),(10835,'191751092601','7',1.00,'20','retail','0','2025-06-28 09:37:17','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-06-28 06:37:22','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','796.00','795','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175109263820009233833'),(10838,'191751095171','25',1.00,'200','retail','0','2025-06-28 10:19:31','','','','0','Cash',27.12,'200','','','19','16.00','1','2025-06-28 07:19:57','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','490.00','489','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175109517233213223229'),(10839,'191751095171','1',1.00,'50','retail','0','2025-06-28 10:19:50','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-28 07:19:57','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4228.00','4227','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175109519132333907900'),(10840,'81751094468','1',1.00,'50','retail','0','2025-06-28 10:07:48','','','','0','Cash',6.78,'50','','','8','','1','2025-06-28 07:32:23','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4229.00','4228','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175109446936232512243'),(10841,'81751094468','95',1.00,'100','retail','0','2025-06-28 10:07:58','','','','01','Cash',13.56,'100','','','8','','1','2025-06-28 07:32:23','1','12','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','253.00','252','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175109447839380402101'),(10842,'81751094468','1',1.00,'50','retail','0','2025-06-28 10:32:16','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-28 07:32:23','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4227.00','4226','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175109593802292283282'),(10843,'81751096302','1',1.00,'50','retail','0','2025-06-28 10:38:23','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-28 07:38:27','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4226.00','4225','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175109630402332495236'),(10844,'191751097810','1',1.00,'50','retail','0','2025-06-28 11:03:30','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-28 08:03:35','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4225.00','4224','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175109781111025951332'),(10845,'191751097895','7',1.00,'20','retail','0','2025-06-28 11:04:56','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-06-28 08:05:57','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','795.00','794','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175109789803293920932'),(10846,'191751097895','7',1.00,'20','retail','0','2025-06-28 11:05:04','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-06-28 08:05:57','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','794.00','793','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175109790530393772322'),(10847,'191751098055','95',1.00,'100','retail','0','2025-06-28 11:07:35','','','','01','Cash',13.56,'100','','','19','16.00','1','2025-06-28 08:08:20','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','252.00','251','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175109805739302001207'),(10848,'191751098055','8',1.00,'30','retail','0','2025-06-28 11:07:40','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-28 08:08:20','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1672.00','1671','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175109806123020221201'),(10849,'191751098055','1',1.00,'50','retail','0','2025-06-28 11:08:02','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-28 08:08:20','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4224.00','4223','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175109808332201339223'),(10850,'191751103016','3',1.00,'120','retail','0','2025-06-28 12:30:16','','','','0','Cash',16.27,'120','','','19','16.00','1','2025-06-28 09:30:30','1','12','new','1','new','pcs','','','','yes','','2.03','','','VATABLE',101.69,'1','503.00','502','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175110301820093022233'),(10851,'81751107247','32',1.00,'300','retail','0','2025-06-28 13:40:48','','','','0','Cash',40.68,'300','','','8','16.00','1','2025-06-28 10:41:00','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','468.00','467','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175110725223028103023'),(10852,'191751107962','25',1.00,'200','retail','0','2025-06-28 13:52:42','','','','0','Cash',27.12,'200','','','19','16.00','1','2025-06-28 10:52:51','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','489.00','488','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175110796535331032120'),(10853,'191751108275','1',1.00,'50','retail','0','2025-06-28 13:57:55','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-28 10:58:20','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4223.00','4222','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175110827630322031132'),(10854,'191751108275','8',1.00,'30','retail','0','2025-06-28 13:58:14','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-28 10:58:20','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1671.00','1670','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175110829620931032752'),(10855,'81751108546','7',1.00,'20','retail','0','2025-06-28 14:02:26','','','','0','Cash',2.71,'20','','','8','16.00','1','2025-06-28 11:02:33','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','793.00','792','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175110854778283213113'),(10856,'81751108546','7',1.00,'20','retail','0','2025-06-28 14:02:29','','','','0','Cash',2.71,'20','','','8','16.00','1','2025-06-28 11:02:33','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','792.00','791','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175110855033350022243'),(10857,'81751108640','13',1.00,'100','retail','0','2025-06-28 14:04:00','','','','0','Cash',13.56,'100','','','8','16.00','1','2025-06-28 11:04:51','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','474.00','473','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175110864102323226333'),(10858,'81751108640','13',1.00,'100','retail','0','2025-06-28 14:04:04','','','','0','Cash',13.56,'100','','','8','16.00','1','2025-06-28 11:04:51','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','473.00','472','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175110864611225310333'),(10859,'81751108640','18',1.00,'150','retail','0','2025-06-28 14:04:19','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-06-28 11:04:51','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','699.00','698','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175110866002313320333'),(10860,'81751108640','18',1.00,'150','retail','0','2025-06-28 14:04:25','','','','0','Cash',20.34,'150','','','8','16.00','1','2025-06-28 11:04:51','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','698.00','697','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175110866602258200328'),(10861,'81751108640','34',1.00,'280','retail','0','2025-06-28 14:04:38','','','','0','Cash',37.97,'280','','','8','16.00','1','2025-06-28 11:04:51','1','13','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','478.00','477','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175110867922132850839'),(10862,'81751108640','34',1.00,'280','retail','0','2025-06-28 14:04:43','','','','0','Cash',37.97,'280','','','8','16.00','1','2025-06-28 11:04:51','1','13','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','477.00','476','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175110868437088383120'),(10869,'191751108827','40',1.00,'150','retail','0','2025-06-28 14:07:08','','','','0','Cash',20.34,'150','','','19','','1','2025-06-28 11:36:35','1','13','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','382.00','381','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175110882933011813712'),(10870,'191751108827','50',1.00,'50','retail','0','2025-06-28 14:08:23','','','','0','Cash',6.78,'50','','','19','','1','2025-06-28 11:36:35','1','6','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','523.00','522','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175110890502018233012'),(10871,'191751108827','30',1.00,'50','retail','0','2025-06-28 14:09:02','','','','0','Cash',6.78,'50','','','19','','1','2025-06-28 11:36:35','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','593.00','592','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175110894435323324003'),(10872,'191751108827','1',1.00,'50','retail','0','2025-06-28 14:36:30','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-28 11:36:35','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4222.00','4221','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175111059291310132101'),(10877,'81751110489','38',1.00,'50','retail','0','2025-06-28 14:34:49','','','','0','Cash',6.78,'50','','','8','','1','2025-06-28 12:17:01','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','796.00','795','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175111049112232713302'),(10878,'81751110489','6',1.00,'50','retail','0','2025-06-28 14:35:01','','','','0','Cash',6.78,'50','','','8','','1','2025-06-28 12:17:01','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1012.00','1011','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175111050321013104312'),(10879,'81751110489','6',1.00,'50','retail','0','2025-06-28 14:35:08','','','','0','Cash',6.78,'50','','','8','','1','2025-06-28 12:17:01','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1011.00','1010','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175111051020010201351'),(10880,'81751110489','1',1.00,'50','retail','0','2025-06-28 15:16:54','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-28 12:17:01','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4221.00','4220','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175111301612202023273'),(10881,'81751112080','52',1.00,'150','retail','0','2025-06-28 15:01:20','','','','0','Cash',20.34,'150','','','8','','1','2025-06-28 12:19:10','3','7','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','848.00','847','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175111208302334333132'),(10882,'81751112080','52',1.00,'150','retail','0','2025-06-28 15:01:26','','','','0','Cash',20.34,'150','','','8','','1','2025-06-28 12:19:10','3','7','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','847.00','846','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175111209011313820032'),(10883,'81751112080','52',1.00,'150','retail','0','2025-06-28 15:01:38','','','','0','Cash',20.34,'150','','','8','','1','2025-06-28 12:19:10','3','7','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','846.00','845','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175111209912320333241'),(10884,'81751112080','30',1.00,'50','retail','0','2025-06-28 15:02:54','','','','0','Cash',6.78,'50','','','8','','1','2025-06-28 12:19:10','1','3','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','592.00','591','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175111217833472170427'),(10885,'81751112080','30',1.00,'50','retail','0','2025-06-28 15:17:49','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-28 12:19:10','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','591.00','590','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175111307241222227220'),(10886,'81751112080','30',1.00,'50','retail','0','2025-06-28 15:18:00','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-28 12:19:10','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','590.00','589','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175111308733224373821'),(10887,'81751112080','21',1.00,'280','retail','0','2025-06-28 15:18:22','','','','0','Cash',37.97,'280','','','8','16.00','1','2025-06-28 12:19:10','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','562.00','561','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175111311323231210320'),(10888,'81751112080','21',1.00,'280','retail','0','2025-06-28 15:18:50','','','','0','Cash',37.97,'280','','','8','16.00','1','2025-06-28 12:19:10','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','561.00','560','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175111313322300320202'),(10889,'81751112080','21',1.00,'280','retail','0','2025-06-28 15:19:02','','','','0','Cash',37.97,'280','','','8','16.00','1','2025-06-28 12:19:10','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','560.00','559','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175111314325000013324'),(10890,'191751115441','18',1.00,'150','retail','0','2025-06-28 15:57:22','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-28 12:57:42','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','697.00','696','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175111545131345100932'),(10891,'191751117369','38',1.00,'50','retail','0','2025-06-28 16:29:29','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-28 13:29:46','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','795.00','794','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175111737113502122112'),(10892,'81751119087','1',1.00,'50','retail','0','2025-06-28 16:58:07','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-28 13:58:17','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4220.00','4219','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175111909103322000210'),(10893,'81751119164','38',1.00,'50','retail','0','2025-06-28 16:59:24','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-28 13:59:30','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','794.00','793','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175111916623389111015'),(10895,'191751121358','1',1.00,'50','retail','0','2025-06-28 17:35:58','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-28 14:36:17','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4218.00','4217','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175112135933222533221'),(10896,'191751121358','1',1.00,'50','retail','0','2025-06-28 17:36:05','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-28 14:36:17','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4217.00','4216','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175112136622223163923'),(10897,'191751121746','19',1.00,'180','retail','0','2025-06-28 17:42:26','','','','0','Cash',24.41,'180','','','19','16.00','1','2025-06-28 14:44:32','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','681.00','680','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175112174893323937113'),(10898,'191751121746','19',1.00,'180','retail','0','2025-06-28 17:42:35','','','','0','Cash',24.41,'180','','','19','16.00','1','2025-06-28 14:44:32','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','680.00','679','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175112175737123259211'),(10899,'191751121746','59',1.00,'50','retail','0','2025-06-28 17:43:22','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-28 14:44:32','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','607.00','606','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175112180422112005281'),(10900,'191751121746','59',1.00,'50','retail','0','2025-06-28 17:43:30','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-28 14:44:32','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','606.00','605','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175112181412133303221'),(10901,'191751121746','13',1.00,'100','retail','0','2025-06-28 17:43:56','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-28 14:44:32','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','472.00','471','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175112183803331122330'),(10902,'81751120538','1',1.00,'50','retail','0','2025-06-28 17:22:18','','','','0','Cash',6.78,'50','','','8','','1','2025-06-28 14:57:02','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4219.00','4218','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'8175112054030323335521'),(10903,'81751120538','1',1.00,'50','retail','0','2025-06-28 17:56:48','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-28 14:57:02','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4216.00','4215','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175112261223330278012'),(10905,'191751126518','1',1.00,'50','retail','0','2025-06-28 19:01:58','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-28 16:02:05','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4215.00','4214','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175112652029500222329'),(10906,'191751126976','11',1.00,'60','retail','0','2025-06-28 19:09:36','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-06-28 16:13:28','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','166.00','165','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175112697723203731375'),(10907,'191751126976','11',1.00,'60','retail','0','2025-06-28 19:09:41','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-06-28 16:13:28','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','165.00','164','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175112698213220635210'),(10908,'191751126976','11',1.00,'60','retail','0','2025-06-28 19:09:49','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-06-28 16:13:28','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','164.00','163','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175112699029322032203'),(10909,'191751126976','11',1.00,'60','retail','0','2025-06-28 19:09:56','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-06-28 16:13:28','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','163.00','162','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175112699722303292135'),(10910,'191751126976','6',1.00,'50','retail','0','2025-06-28 19:10:27','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-28 16:13:28','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1010.00','1009','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175112702830033391271'),(10911,'191751126976','6',1.00,'50','retail','0','2025-06-28 19:10:32','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-28 16:13:28','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1009.00','1008','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175112703329003222339'),(10912,'191751126976','6',1.00,'50','retail','0','2025-06-28 19:10:36','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-28 16:13:28','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1008.00','1007','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175112703723203105213'),(10913,'191751126976','6',1.00,'50','retail','0','2025-06-28 19:10:42','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-28 16:13:28','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1007.00','1006','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175112704335327321253'),(10914,'191751126976','52',1.00,'150','retail','0','2025-06-28 19:12:52','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-28 16:13:28','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','845.00','844','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175112717410323123102'),(10915,'191751126976','52',1.00,'150','retail','0','2025-06-28 19:12:57','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-28 16:13:28','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','844.00','843','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175112717970221077912'),(10916,'191751126976','52',1.00,'150','retail','0','2025-06-28 19:13:09','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-28 16:13:28','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','843.00','842','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175112719001321120302'),(10917,'191751124616','13',1.00,'100','retail','0','2025-06-28 18:30:16','','','','0','Cash',13.56,'100','','','19','','1','2025-06-28 16:25:59','3','1','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','471.00','470','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175112461700101223347'),(10918,'191751124616','13',1.00,'100','retail','0','2025-06-28 19:24:43','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-28 16:25:59','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','470.00','469','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175112788422034199232'),(10919,'191751124616','13',1.00,'100','retail','0','2025-06-28 19:24:48','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-28 16:25:59','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','469.00','468','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175112788978012710210'),(10920,'191751124616','29',1.00,'100','retail','0','2025-06-28 19:25:11','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-28 16:25:59','1','3','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','965.00','964','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175112791321222139119'),(10921,'191751124616','21',1.00,'280','retail','0','2025-06-28 19:25:18','','','','0','Cash',37.97,'280','','','19','16.00','1','2025-06-28 16:25:59','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','559.00','558','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175112791922301333933'),(10922,'81751130279','1',1.00,'50','retail','0','2025-06-28 20:04:39','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-28 17:04:45','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4214.00','4213','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175113028028720317202'),(10923,'81751132221','12',1.00,'50','retail','0','2025-06-28 20:37:02','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-28 17:37:10','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','561.00','560','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175113222322034321222'),(10924,'81751132221','12',1.00,'50','retail','0','2025-06-28 20:37:05','','','','0','Cash',6.78,'50','','','8','16.00','1','2025-06-28 17:37:10','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','560.00','559','Inclusive','branch','Inventory','1110','4000','5500','yes','','','8175113222720231233210'),(10925,'191751132266','38',1.00,'50','retail','0','2025-06-28 20:37:46','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-28 17:38:54','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','793.00','792','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175113226720060021322'),(10926,'191751132266','38',1.00,'50','retail','0','2025-06-28 20:38:04','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-28 17:38:54','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','792.00','791','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175113228522231252382'),(10927,'191751132266','38',1.00,'50','retail','0','2025-06-28 20:38:32','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-28 17:38:54','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','791.00','790','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175113231311210302023'),(10928,'191751132266','38',1.00,'50','retail','0','2025-06-28 20:38:40','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-28 17:38:54','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','790.00','789','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175113232192303303323'),(10929,'191751132266','38',1.00,'50','retail','0','2025-06-28 20:38:45','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-28 17:38:54','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','789.00','788','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175113232622227231127'),(10930,'61751135248','7',1.00,'20','retail','0','2025-06-28 21:27:28','','','','0','Cash',2.71,'20','','','6','16.00','1','2025-06-28 18:28:16','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','791.00','790','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6175113524922360331432'),(10931,'61751135248','7',1.00,'20','retail','0','2025-06-28 21:27:48','','','','0','Cash',2.71,'20','','','6','16.00','1','2025-06-28 18:28:16','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','790.00','789','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6175113526923032203622'),(10932,'61751135248','7',1.00,'20','retail','0','2025-06-28 21:27:53','','','','0','Cash',2.71,'20','','','6','16.00','1','2025-06-28 18:28:16','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','789.00','788','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6175113527423273603425'),(10933,'61751135248','7',1.00,'20','retail','0','2025-06-28 21:27:58','','','','0','Cash',2.71,'20','','','6','16.00','1','2025-06-28 18:28:16','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','788.00','787','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6175113527942255203322'),(10935,'61751137746','1',1.00,'50','retail','0','2025-06-28 22:09:06','','','','0','Cash',6.78,'50','','','6','','1','2025-06-28 19:36:06','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4213.00','4212','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'6175113774722633077227'),(10936,'61751137746','1',1.00,'50','retail','0','2025-06-28 22:36:01','','','','0','Cash',6.78,'50','','','6','16.00','1','2025-06-28 19:36:06','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4212.00','4211','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6175113936222423223022'),(10937,'61751139900','18',1.00,'150','retail','0','2025-06-28 22:45:00','','','','0','Cash',20.34,'150','','','6','16.00','1','2025-06-28 19:45:10','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','696.00','695','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6175113990242749200224'),(10938,'61751141000','7',1.00,'20','retail','0','2025-06-28 23:03:20','','','','0','Cash',2.71,'20','','','6','16.00','1','2025-06-28 20:03:29','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','787.00','786','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6175114100124730003333'),(10939,'61751141000','7',1.00,'20','retail','0','2025-06-28 23:03:23','','','','0','Cash',2.71,'20','','','6','16.00','1','2025-06-28 20:03:29','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','786.00','785','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6175114100541122030022'),(10940,'61751145542','18',1.00,'150','retail','0','2025-06-29 00:19:02','','','','0','Cash',20.34,'150','','','6','16.00','1','2025-06-28 21:19:09','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','695.00','694','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6175114554312434007532'),(10941,'61751176092','1',1.00,'50','retail','0','2025-06-29 08:48:12','','','','0','Cash',6.78,'50','','','6','16.00','1','2025-06-29 05:48:18','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4211.00','4210','Inclusive','branch','Inventory','1110','4000','5500','yes','','','6175117609320953733323'),(10942,'221751179188','7',1.00,'20','retail','0','2025-06-29 09:39:48','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-06-29 06:39:53','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','785.00','784','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175117918922131823313'),(10943,'221751179213','7',1.00,'20','retail','0','2025-06-29 09:40:13','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-06-29 06:40:17','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','784.00','783','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175117921531333332323'),(10944,'221751181465','52',1.00,'150','retail','0','2025-06-29 10:17:45','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-29 07:17:50','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','842.00','841','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175118146623010337203'),(10945,'221751182968','7',1.00,'20','retail','0','2025-06-29 10:42:48','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-06-29 07:48:26','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','783.00','782','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175118296939963202932'),(10946,'221751182968','16',1.00,'150','retail','0','2025-06-29 10:43:16','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-29 07:48:26','3','1','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','447.00','446','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175118299752922312223'),(10948,'221751183340','12',1.00,'50','retail','0','2025-06-29 10:49:00','','','','0','Cash',6.78,'50','','','22','','1','2025-06-29 07:55:49','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','559.00','558','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175118334173122003432'),(10949,'221751183340','7',1.00,'20','retail','0','2025-06-29 10:55:34','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-06-29 07:55:49','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','782.00','781','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175118373572820733323'),(10950,'191751186827','14',1.00,'100','retail','0','2025-06-29 11:47:07','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-29 08:51:13','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','482.00','481','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175118682822033203102'),(10951,'191751186827','8',1.00,'30','retail','0','2025-06-29 11:50:56','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-29 08:51:13','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1670.00','1669','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175118705603023713033'),(10952,'191751186827','8',1.00,'30','retail','0','2025-06-29 11:51:00','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-29 08:51:13','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1669.00','1668','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175118706132036731322'),(10953,'191751186827','8',1.00,'30','retail','0','2025-06-29 11:51:03','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-29 08:51:13','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1668.00','1667','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175118706432102902730'),(10954,'191751187105','62',1.00,'100','retail','0','2025-06-29 11:51:45','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-29 08:51:51','3','8','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','507.00','506','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175118710620913003118'),(10955,'191751187133','8',1.00,'30','retail','0','2025-06-29 11:52:17','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-29 08:52:55','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1666.00','1665','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175118713929223312113'),(10956,'191751187133','8',1.00,'30','retail','0','2025-06-29 11:52:21','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-29 08:52:55','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1665.00','1664','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175118714232111033333'),(10960,'221751188108','29',1.00,'100','retail','0','2025-06-29 12:08:28','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-06-29 09:08:57','1','3','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','964.00','963','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175118810900010223328'),(10961,'221751188108','21',1.00,'280','retail','0','2025-06-29 12:08:36','','','','0','Cash',37.97,'280','','','22','16.00','1','2025-06-29 09:08:57','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','558.00','557','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175118811880282183022'),(10962,'221751188016','14',1.00,'100','retail','0','2025-06-29 12:06:56','','','','0','Cash',13.56,'100','','','22','','1','2025-06-29 09:19:18','3','1','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','481.00','480','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175118801782310352027'),(10963,'221751188016','7',1.00,'20','retail','0','2025-06-29 12:07:11','','','','0','Cash',2.71,'20','','','22','','1','2025-06-29 09:19:18','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','781.00','780','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175118803122182232381'),(10964,'221751188016','7',1.00,'20','retail','0','2025-06-29 12:07:34','','','','0','Cash',2.71,'20','','','22','','1','2025-06-29 09:19:18','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','780.00','779','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175118805633202037110'),(10965,'221751188016','50',1.00,'50','retail','0','2025-06-29 12:18:17','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-29 09:19:18','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','522.00','521','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175118869808332327723'),(10968,'221751189958','18',1.00,'150','retail','0','2025-06-29 12:39:18','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-29 09:39:23','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','694.00','693','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175118995931580222822'),(10972,'191751190797','6',1.00,'50','retail','0','2025-06-29 12:53:17','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-29 09:53:49','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1006.00','1005','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175119079812230228102'),(10973,'191751190797','25',1.00,'200','retail','0','2025-06-29 12:53:25','','','','0','Cash',27.12,'200','','','19','16.00','1','2025-06-29 09:53:49','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','488.00','487','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175119080710900112923'),(10974,'191751190797','1',1.00,'50','retail','0','2025-06-29 12:53:39','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-29 09:53:49','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4210.00','4209','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175119082133209513951'),(10975,'191751190859','21',1.00,'280','retail','0','2025-06-29 12:54:19','','','','0','Cash',37.97,'280','','','19','16.00','1','2025-06-29 09:54:28','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','556.00','555','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175119086022307360302'),(10976,'191751190859','30',1.00,'50','retail','0','2025-06-29 12:54:23','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-29 09:54:28','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','589.00','588','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175119086421294213232'),(10977,'191751190876','21',1.00,'280','retail','0','2025-06-29 12:54:36','','','','0','Cash',37.97,'280','','','19','16.00','1','2025-06-29 09:54:45','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','555.00','554','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175119087733071233213'),(10978,'191751190876','30',1.00,'50','retail','0','2025-06-29 12:54:39','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-29 09:54:45','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','588.00','587','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175119088092302200033'),(10979,'191751190902','21',1.00,'280','retail','0','2025-06-29 12:55:02','','','','0','Cash',37.97,'280','','','19','16.00','1','2025-06-29 09:55:15','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','554.00','553','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175119090302302333032'),(10980,'191751190902','30',1.00,'50','retail','0','2025-06-29 12:55:06','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-29 09:55:15','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','587.00','586','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175119090602320332910'),(10981,'191751190928','28',1.00,'200','retail','0','2025-06-29 12:55:28','','','','0','Cash',27.12,'200','','','19','16.00','1','2025-06-29 09:55:46','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','558.00','557','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175119092937203312009'),(10982,'191751190928','1',1.00,'50','retail','0','2025-06-29 12:55:42','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-29 09:55:46','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4209.00','4208','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175119094333393337330'),(10983,'191751190970','28',1.00,'200','retail','0','2025-06-29 12:56:10','','','','0','Cash',27.12,'200','','','19','16.00','1','2025-06-29 09:56:14','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','557.00','556','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175119097132132273039'),(10984,'221751188967','29',1.00,'100','retail','0','2025-06-29 12:22:47','','','','0','Cash',13.56,'100','','','22','','1','2025-06-29 09:58:27','1','3','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','963.00','962','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175118896732332013312'),(10985,'221751188967','31',1.00,'150','retail','0','2025-06-29 12:22:54','','','','0','Cash',20.34,'150','','','22','','1','2025-06-29 09:58:27','1','3','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1876.00','1875','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175118897502327530077'),(10986,'221751188967','21',1.00,'280','retail','0','2025-06-29 12:40:01','','','','0','Cash',37.97,'280','','','22','','1','2025-06-29 09:58:27','1','3','new','1','printed','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','557.00','556','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175119000292233200233'),(10987,'221751188967','1',1.00,'50','retail','0','2025-06-29 12:58:18','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-29 09:58:27','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4208.00','4207','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175119109920120220223'),(10988,'221751191519','18',1.00,'150','retail','0','2025-06-29 13:05:19','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-29 10:09:51','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','693.00','692','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175119152030051302217'),(10989,'221751191519','18',1.00,'150','retail','0','2025-06-29 13:05:24','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-29 10:09:51','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','692.00','691','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175119152525032332127'),(10990,'221751191519','18',1.00,'150','retail','0','2025-06-29 13:05:28','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-29 10:09:51','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','691.00','690','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175119152923252392222'),(10991,'191751192809','7',1.00,'20','retail','0','2025-06-29 13:26:49','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-06-29 10:27:16','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','779.00','778','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175119281000382033328'),(10992,'191751192809','7',1.00,'20','retail','0','2025-06-29 13:26:58','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-06-29 10:27:16','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','778.00','777','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175119281929283023580'),(10993,'191751192809','1',1.00,'50','retail','0','2025-06-29 13:27:08','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-29 10:27:16','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4207.00','4206','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175119282932220923923'),(10994,'191751194424','18',1.00,'150','retail','0','2025-06-29 13:53:44','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-29 10:53:50','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','690.00','689','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175119442590341223219'),(10995,'191751194853','18',1.00,'150','retail','0','2025-06-29 14:00:53','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-29 11:03:12','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','689.00','688','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175119485322113134325'),(10996,'191751194853','95',1.00,'100','retail','0','2025-06-29 14:01:05','','','','01','Cash',13.56,'100','','','19','16.00','1','2025-06-29 11:03:12','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','251.00','250','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175119486622139232527'),(10997,'191751194853','52',1.00,'150','retail','0','2025-06-29 14:02:37','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-29 11:03:12','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','841.00','840','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175119495872233139424'),(10998,'191751194853','41',1.00,'100','retail','0','2025-06-29 14:02:59','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-29 11:03:12','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','681.00','680','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175119498070123431300'),(10999,'191751195243','8',1.00,'30','retail','0','2025-06-29 14:07:23','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-29 11:07:27','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1665.00','1664','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175119524332092391033'),(11000,'191751196664','75',1.00,'100','retail','0','2025-06-29 14:31:04','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-29 11:31:10','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','703.00','702','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175119666521627233212'),(11001,'191751199861','19',1.00,'180','retail','0','2025-06-29 15:24:21','','','','0','Cash',24.41,'180','','','19','16.00','1','2025-06-29 12:24:32','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','679.00','678','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175119986230103203220'),(11002,'221751201409','1',1.00,'50','retail','0','2025-06-29 15:50:09','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-29 12:50:42','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4206.00','4205','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175120141112231113323'),(11003,'221751201409','6',1.00,'50','retail','0','2025-06-29 15:50:29','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-29 12:50:42','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1005.00','1004','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175120143033322233310'),(11004,'221751201409','11',1.00,'60','retail','0','2025-06-29 15:50:34','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-06-29 12:50:42','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','162.00','161','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175120143502230323322'),(11020,'221751204255','40',1.00,'150','retail','0','2025-06-29 16:37:35','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-29 13:37:41','1','13','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','381.00','380','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175120425722022023377'),(11021,'221751205086','18',1.00,'150','retail','0','2025-06-29 16:51:26','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-29 13:51:51','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','685.00','684','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175120508738000203302'),(11022,'221751205596','1',1.00,'50','retail','0','2025-06-29 16:59:56','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-29 14:00:10','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4205.00','4204','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175120559832853830220'),(11023,'191751207915','6',1.00,'50','retail','0','2025-06-29 17:38:35','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-29 14:40:03','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1004.00','1003','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175120791600090223320'),(11024,'191751207915','6',1.00,'50','retail','0','2025-06-29 17:38:39','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-29 14:40:03','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1003.00','1002','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175120792033212222292'),(11025,'191751207915','6',1.00,'50','retail','0','2025-06-29 17:38:43','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-29 14:40:03','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1002.00','1001','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175120792432001222973'),(11026,'191751207915','6',1.00,'50','retail','0','2025-06-29 17:38:47','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-29 14:40:03','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1001.00','1000','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175120792901299339211'),(11027,'191751207915','6',1.00,'50','retail','0','2025-06-29 17:38:52','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-29 14:40:03','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1000.00','999','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175120793337322330009'),(11028,'191751207915','6',1.00,'50','retail','0','2025-06-29 17:38:57','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-29 14:40:03','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','999.00','998','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175120793837303722322'),(11029,'191751207915','53',1.00,'100','retail','0','2025-06-29 17:39:29','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-29 14:40:03','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','754.00','753','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175120797123009092129'),(11030,'191751207915','53',1.00,'100','retail','0','2025-06-29 17:39:34','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-29 14:40:03','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','753.00','752','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175120797532292323335'),(11031,'191751207915','53',1.00,'100','retail','0','2025-06-29 17:39:38','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-29 14:40:03','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','752.00','751','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175120797900002220022'),(11032,'191751202794','18',1.00,'150','retail','0','2025-06-29 16:13:14','','','','0','Cash',20.34,'150','','','19','','1','2025-06-29 14:43:23','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','688.00','687','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175120279532730130303'),(11033,'191751202794','18',1.00,'150','retail','0','2025-06-29 16:13:19','','','','0','Cash',20.34,'150','','','19','','1','2025-06-29 14:43:23','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','687.00','686','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175120280132323087233'),(11034,'191751202794','18',1.00,'150','retail','0','2025-06-29 16:13:24','','','','0','Cash',20.34,'150','','','19','','1','2025-06-29 14:43:23','1','2','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','686.00','685','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175120280612221010035'),(11035,'191751202794','19',1.00,'180','retail','0','2025-06-29 16:13:29','','','','0','Cash',24.41,'180','','','19','','1','2025-06-29 14:43:23','1','2','new','1','printed','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','678.00','677','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175120281022223023335'),(11036,'191751202794','75',1.00,'100','retail','0','2025-06-29 16:13:57','','','','0','Cash',13.56,'100','','','19','','1','2025-06-29 14:43:23','3','11','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','702.00','701','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175120283832022383293'),(11037,'191751202794','75',1.00,'100','retail','0','2025-06-29 16:14:03','','','','0','Cash',13.56,'100','','','19','','1','2025-06-29 14:43:23','3','11','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','701.00','700','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175120284431312313307'),(11038,'191751202794','76',1.00,'100.00','retail','0','2025-06-29 16:14:54','','','','0','Cash',13.56,'100','','','19','','1','2025-06-29 14:43:23','3','11','new','1','printed','pcs','','','','','','1.69','','','VATABLE',84.75,'','586.00','585','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175120289522238002183'),(11039,'191751202794','38',1.00,'50','retail','0','2025-06-29 16:17:14','','','','0','Cash',6.78,'50','','','19','','1','2025-06-29 14:43:23','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','788.00','787','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175120303792023023723'),(11040,'191751202794','101',1.00,'50','retail','0','2025-06-29 17:42:51','','','','30','Cash',6.78,'50','','','19','16.00','1','2025-06-29 14:43:23','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','434.00','433','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175120817223222332302'),(11041,'191751202794','101',1.00,'50','retail','0','2025-06-29 17:42:58','','','','30','Cash',6.78,'50','','','19','16.00','1','2025-06-29 14:43:23','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','433.00','432','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175120818011232000183'),(11042,'191751202794','101',1.00,'50','retail','0','2025-06-29 17:43:03','','','','30','Cash',6.78,'50','','','19','16.00','1','2025-06-29 14:43:23','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','432.00','431','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175120818420211472000'),(11043,'191751202794','101',1.00,'50','retail','0','2025-06-29 17:43:09','','','','30','Cash',6.78,'50','','','19','16.00','1','2025-06-29 14:43:23','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','431.00','430','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175120819213733081923'),(11044,'191751209860','1',1.00,'50','retail','0','2025-06-29 18:11:00','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-29 15:11:21','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4204.00','4203','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175120986220033352333'),(11045,'191751209860','6',1.00,'50','retail','0','2025-06-29 18:11:12','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-29 15:11:21','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','998.00','997','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175120987422203902703'),(11046,'221751211800','41',1.00,'100','retail','0','2025-06-29 18:43:20','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-06-29 15:43:29','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','680.00','679','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175121180123323238113'),(11050,'221751212387','12',1.00,'50','retail','0','2025-06-29 18:53:07','','','','0','Cash',6.78,'50','','','22','','1','2025-06-29 16:02:20','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','558.00','557','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175121238932320331031'),(11051,'221751212387','102',1.00,'90','retail','0','2025-06-29 19:02:14','','','','65','Cash',12.20,'90','','','22','16.00','1','2025-06-29 16:02:20','3','8','new','1','new','pcs','','','','yes','','1.53','','','VATABLE',76.27,'1','516.00','515','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175121293552222313232'),(11052,'221751212476','7',1.00,'20','retail','0','2025-06-29 18:54:36','','','','0','Cash',2.71,'20','','','22','','1','2025-06-29 16:09:34','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','777.00','776','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175121247702503232032'),(11053,'221751212476','1',1.00,'50','retail','0','2025-06-29 18:54:57','','','','0','Cash',6.78,'50','','','22','','1','2025-06-29 16:09:34','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4203.00','4202','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175121249832240003543'),(11054,'221751212476','7',1.00,'20','retail','0','2025-06-29 19:09:28','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-06-29 16:09:34','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','776.00','775','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175121337001033122323'),(11055,'221751214171','1',1.00,'50','retail','0','2025-06-29 19:22:51','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-29 16:24:37','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4202.00','4201','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175121417123502720370'),(11056,'221751214171','1',1.00,'50','retail','0','2025-06-29 19:22:58','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-29 16:24:37','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4201.00','4200','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175121418012323143120'),(11057,'221751214362','1',1.00,'50','retail','0','2025-06-29 19:26:02','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-29 16:27:11','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4200.00','4199','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175121436423205022663'),(11058,'221751214362','6',1.00,'50','retail','0','2025-06-29 19:26:29','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-29 16:27:11','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','997.00','996','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175121439133233232253'),(11059,'221751214362','6',1.00,'50','retail','0','2025-06-29 19:26:37','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-29 16:27:11','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','996.00','995','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175121440014320441272'),(11060,'221751214362','44',1.00,'150','retail','0','2025-06-29 19:27:02','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-29 16:27:11','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','893.00','892','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175121442431430330435'),(11062,'221751215422','11',1.00,'60','retail','0','2025-06-29 19:43:42','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-06-29 16:43:55','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','161.00','160','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175121542353220233203'),(11063,'221751215628','23',1.00,'350','retail','0','2025-06-29 19:47:08','','','','0','Cash',47.46,'350','','','22','16.00','1','2025-06-29 16:47:45','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','543.00','542','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175121563031112012222'),(11064,'221751215628','30',1.00,'50','retail','0','2025-06-29 19:47:15','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-29 16:47:45','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','586.00','585','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175121563625023320612'),(11065,'221751215851','44',1.00,'150','retail','0','2025-06-29 19:50:51','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-29 16:51:56','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','892.00','891','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175121585328217153225'),(11066,'221751215851','25',1.00,'200','retail','0','2025-06-29 19:51:45','','','','0','Cash',27.12,'200','','','22','16.00','1','2025-06-29 16:51:56','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','487.00','486','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175121590633233037259'),(11067,'191751216052','1',1.00,'50','retail','0','2025-06-29 19:54:12','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-29 16:57:08','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4198.00','4197','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175121605312103372302'),(11068,'191751216052','1',1.00,'50','retail','0','2025-06-29 19:54:16','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-29 16:57:08','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4197.00','4196','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175121605730102022321'),(11069,'191751216052','1',1.00,'50','retail','0','2025-06-29 19:54:20','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-29 16:57:08','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4196.00','4195','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175121606102612323113'),(11070,'191751216052','38',1.00,'50','retail','0','2025-06-29 19:54:38','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-29 16:57:08','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','787.00','786','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175121607962020030232'),(11071,'191751216052','38',1.00,'50','retail','0','2025-06-29 19:54:44','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-29 16:57:08','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','786.00','785','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175121608527133005033'),(11072,'191751216052','38',1.00,'50','retail','0','2025-06-29 19:54:48','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-29 16:57:08','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','785.00','784','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175121608923562131256'),(11073,'191751216052','38',1.00,'50','retail','0','2025-06-29 19:54:52','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-29 16:57:08','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','784.00','783','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175121609302123253013'),(11074,'191751216052','38',1.00,'50','retail','0','2025-06-29 19:55:01','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-29 16:57:08','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','783.00','782','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175121610231331312001'),(11075,'191751216052','38',1.00,'50','retail','0','2025-06-29 19:56:22','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-29 16:57:08','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','782.00','781','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175121618322203810111'),(11076,'191751216052','8',1.00,'30','retail','0','2025-06-29 19:56:36','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-29 16:57:08','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1664.00','1663','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175121619701033122393'),(11077,'191751216052','8',1.00,'30','retail','0','2025-06-29 19:56:42','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-29 16:57:08','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1663.00','1662','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175121620493921222009'),(11078,'191751216052','8',1.00,'30','retail','0','2025-06-29 19:56:56','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-29 16:57:08','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1662.00','1661','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175121621821330021228'),(11079,'191751216336','1',1.00,'50','retail','0','2025-06-29 19:58:56','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-29 16:59:01','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4195.00','4194','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175121633729232222232'),(11080,'221751214849','1',1.00,'50','retail','0','2025-06-29 19:34:09','','','','0','Cash',6.78,'50','','','22','','1','2025-06-29 17:17:38','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4199.00','4198','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175121485028221521012'),(11081,'221751214849','38',1.00,'50','retail','0','2025-06-29 20:17:33','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-29 17:17:38','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','781.00','780','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175121745425322231200'),(11101,'191751217591','38',1.00,'50','retail','0','2025-06-29 20:19:51','','','','0','Cash',6.78,'50','','','19','','1','2025-06-29 17:50:19','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','780.00','779','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175121759223923210331'),(11102,'191751217591','11',1.00,'60','retail','0','2025-06-29 20:19:59','','','','0','Cash',8.14,'60','','','19','','1','2025-06-29 17:50:19','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','160.00','159','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175121760022010103903'),(11103,'191751217591','1',1.00,'50','retail','0','2025-06-29 20:20:12','','','','0','Cash',6.78,'50','','','19','','1','2025-06-29 17:50:19','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4194.00','4193','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175121761431331522302'),(11104,'191751217591','1',1.00,'50','retail','0','2025-06-29 20:20:17','','','','0','Cash',6.78,'50','','','19','','1','2025-06-29 17:50:19','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4193.00','4192','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175121761885173220023'),(11105,'191751217591','44',1.00,'150','retail','0','2025-06-29 20:20:28','','','','0','Cash',20.34,'150','','','19','','1','2025-06-29 17:50:19','3','5','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','891.00','890','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175121762932732291722'),(11106,'191751217591','38',1.00,'50','retail','0','2025-06-29 20:50:13','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-29 17:50:19','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','772.00','771','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175121941400223230903'),(11107,'191751219929','1',1.00,'50','retail','0','2025-06-29 20:58:49','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-29 17:58:53','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4191.00','4190','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175121993132911322210'),(11108,'221751218107','3',1.00,'120','retail','0','2025-06-29 20:28:27','','','','0','Cash',16.27,'120','','','22','','1','2025-06-29 18:01:49','1','12','new','1','printed','pcs','','','','yes','','2.03','','','VATABLE',101.69,'1','502.00','501','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175121810832333223282'),(11109,'221751218107','6',1.00,'50','retail','0','2025-06-29 20:28:47','','','','0','Cash',6.78,'50','','','22','','1','2025-06-29 18:01:49','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','995.00','994','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175121812923030282322'),(11110,'221751218107','6',1.00,'50','retail','0','2025-06-29 20:29:09','','','','0','Cash',6.78,'50','','','22','','1','2025-06-29 18:01:49','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','994.00','993','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175121815030301023282'),(11111,'221751218107','11',1.00,'60','retail','0','2025-06-29 20:29:17','','','','0','Cash',8.14,'60','','','22','','1','2025-06-29 18:01:49','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','159.00','158','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175121815932202223323'),(11112,'221751218107','38',1.00,'50','retail','0','2025-06-29 20:30:24','','','','0','Cash',6.78,'50','','','22','','1','2025-06-29 18:01:49','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','779.00','778','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175121822522133832322'),(11113,'221751218107','38',1.00,'50','retail','0','2025-06-29 20:30:29','','','','0','Cash',6.78,'50','','','22','','1','2025-06-29 18:01:49','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','778.00','777','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175121823033323002012'),(11114,'221751218107','38',1.00,'50','retail','0','2025-06-29 20:30:35','','','','0','Cash',6.78,'50','','','22','','1','2025-06-29 18:01:49','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','777.00','776','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175121823622082283322'),(11115,'221751218107','38',1.00,'50','retail','0','2025-06-29 20:32:00','','','','0','Cash',6.78,'50','','','22','','1','2025-06-29 18:01:49','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','776.00','775','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175121832111223332331'),(11116,'221751218107','38',1.00,'50','retail','0','2025-06-29 20:32:06','','','','0','Cash',6.78,'50','','','22','','1','2025-06-29 18:01:49','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','775.00','774','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175121832723235213300'),(11117,'221751218107','38',1.00,'50','retail','0','2025-06-29 20:33:22','','','','0','Cash',6.78,'50','','','22','','1','2025-06-29 18:01:49','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','774.00','773','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175121840320223223231'),(11118,'221751218107','38',1.00,'50','retail','0','2025-06-29 20:33:33','','','','0','Cash',6.78,'50','','','22','','1','2025-06-29 18:01:49','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','773.00','772','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175121841443202431407'),(11119,'221751218107','6',1.00,'50','retail','0','2025-06-29 20:36:46','','','','0','Cash',6.78,'50','','','22','','1','2025-06-29 18:01:49','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','993.00','992','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175121860822002033002'),(11120,'221751218107','6',1.00,'50','retail','0','2025-06-29 20:36:53','','','','0','Cash',6.78,'50','','','22','','1','2025-06-29 18:01:49','1','12','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','992.00','991','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175121861412320538337'),(11121,'221751218107','1',1.00,'50','retail','0','2025-06-29 20:40:23','','','','0','Cash',6.78,'50','','','22','','1','2025-06-29 18:01:49','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4192.00','4191','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175121882522102231173'),(11122,'221751218107','61',1.00,'100','retail','0','2025-06-29 21:01:32','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-06-29 18:01:49','3','8','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','65.00','64','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175122009312320220022'),(11123,'221751220382','18',1.00,'150','retail','0','2025-06-29 21:06:22','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-29 18:06:36','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','684.00','683','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175122038323833700387'),(11124,'221751220382','18',1.00,'150','retail','0','2025-06-29 21:06:31','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-29 18:06:36','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','683.00','682','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175122039232210501202'),(11125,'221751220438','28',1.00,'200','retail','0','2025-06-29 21:07:18','','','','0','Cash',27.12,'200','','','22','16.00','1','2025-06-29 18:08:02','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','556.00','555','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175122044022347202377'),(11126,'221751220438','38',1.00,'50','retail','0','2025-06-29 21:07:41','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-29 18:08:02','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','771.00','770','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175122046232222200030'),(11127,'221751220438','38',1.00,'50','retail','0','2025-06-29 21:07:50','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-29 18:08:02','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','770.00','769','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175122047122035277753'),(11128,'221751220438','38',1.00,'50','retail','0','2025-06-29 21:07:55','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-29 18:08:02','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','769.00','768','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175122047632227573270'),(11129,'221751221338','25',1.00,'200','retail','0','2025-06-29 21:22:18','','','','0','Cash',27.12,'200','','','22','16.00','1','2025-06-29 18:31:57','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','486.00','485','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175122133812233023222'),(11130,'221751221338','30',1.00,'50','retail','0','2025-06-29 21:22:23','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-29 18:31:57','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','585.00','584','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175122134440332033323'),(11131,'221751221338','21',1.00,'280','retail','0','2025-06-29 21:22:28','','','','0','Cash',37.97,'280','','','22','16.00','1','2025-06-29 18:31:57','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','553.00','552','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175122134930232242312'),(11132,'221751221338','41',1.00,'100','retail','0','2025-06-29 21:31:47','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-06-29 18:31:57','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','679.00','678','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175122190833322300220'),(11150,'191751222077','38',1.00,'50','retail','0','2025-06-29 21:34:37','','','','0','Cash',6.78,'50','','','19','','1','2025-06-29 18:39:31','1','13','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','768.00','767','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175122207933533033170'),(11151,'191751222077','1',1.00,'50','retail','0','2025-06-29 21:36:25','','','','0','Cash',6.78,'50','','','19','','1','2025-06-29 18:39:31','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4190.00','4189','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175122218722752332731'),(11152,'191751222077','1',1.00,'50','retail','0','2025-06-29 21:36:29','','','','0','Cash',6.78,'50','','','19','','1','2025-06-29 18:39:31','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4189.00','4188','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175122219020522332209'),(11153,'191751222077','1',1.00,'50','retail','0','2025-06-29 21:36:32','','','','0','Cash',6.78,'50','','','19','','1','2025-06-29 18:39:31','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4188.00','4187','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175122219309229923293'),(11154,'191751222077','1',1.00,'50','retail','0','2025-06-29 21:36:35','','','','0','Cash',6.78,'50','','','19','','1','2025-06-29 18:39:31','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4187.00','4186','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175122219621123290200'),(11155,'191751222077','1',1.00,'50','retail','0','2025-06-29 21:36:39','','','','0','Cash',6.78,'50','','','19','','1','2025-06-29 18:39:31','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4186.00','4185','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175122219912230233229'),(11156,'191751222077','1',1.00,'50','retail','0','2025-06-29 21:36:43','','','','0','Cash',6.78,'50','','','19','','1','2025-06-29 18:39:31','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4185.00','4184','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175122220422222223192'),(11157,'191751222077','1',1.00,'50','retail','0','2025-06-29 21:36:46','','','','0','Cash',6.78,'50','','','19','','1','2025-06-29 18:39:31','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4184.00','4183','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175122220722223223335'),(11158,'191751222077','1',1.00,'50','retail','0','2025-06-29 21:36:49','','','','0','Cash',6.78,'50','','','19','','1','2025-06-29 18:39:31','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4183.00','4182','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175122221133230202772'),(11159,'191751222077','59',1.00,'50','retail','0','2025-06-29 21:37:11','','','','0','Cash',6.78,'50','','','19','','1','2025-06-29 18:39:31','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','605.00','604','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175122223232202012033'),(11160,'191751222077','59',1.00,'50','retail','0','2025-06-29 21:37:32','','','','0','Cash',6.78,'50','','','19','','1','2025-06-29 18:39:31','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','604.00','603','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175122225300222320235'),(11161,'191751222077','59',1.00,'50','retail','0','2025-06-29 21:37:36','','','','0','Cash',6.78,'50','','','19','','1','2025-06-29 18:39:31','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','603.00','602','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175122225770023200003'),(11162,'191751222077','54',1.00,'50','retail','0','2025-06-29 21:37:44','','','','0','Cash',6.78,'50','','','19','','1','2025-06-29 18:39:31','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','542.00','541','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175122226533122231213'),(11163,'191751222077','7',1.00,'20','retail','0','2025-06-29 21:37:57','','','','0','Cash',2.71,'20','','','19','','1','2025-06-29 18:39:31','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','775.00','774','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175122227802307832787'),(11164,'191751222077','7',1.00,'20','retail','0','2025-06-29 21:38:01','','','','0','Cash',2.71,'20','','','19','','1','2025-06-29 18:39:31','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','774.00','773','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175122228122223201173'),(11165,'191751222077','7',1.00,'20','retail','0','2025-06-29 21:38:05','','','','0','Cash',2.71,'20','','','19','','1','2025-06-29 18:39:31','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','773.00','772','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175122228620333220120'),(11166,'191751222077','7',1.00,'20','retail','0','2025-06-29 21:38:09','','','','0','Cash',2.71,'20','','','19','','1','2025-06-29 18:39:31','1','12','new','1','printed','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','772.00','771','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175122229033022320221'),(11167,'191751222077','1',1.00,'50','retail','0','2025-06-29 21:39:25','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-29 18:39:31','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4182.00','4181','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175122236632323531262'),(11168,'221751222400','23',1.00,'350','retail','0','2025-06-29 21:40:00','','','','0','Cash',47.46,'350','','','22','16.00','1','2025-06-29 18:42:08','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','542.00','541','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175122240123322020222'),(11169,'221751222400','23',1.00,'350','retail','0','2025-06-29 21:40:04','','','','0','Cash',47.46,'350','','','22','16.00','1','2025-06-29 18:42:08','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','541.00','540','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175122240533022325242'),(11170,'221751222400','18',1.00,'150','retail','0','2025-06-29 21:40:43','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-29 18:42:08','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','682.00','681','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175122244422432122721'),(11171,'221751222400','59',1.00,'50','retail','0','2025-06-29 21:41:29','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-29 18:42:08','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','602.00','601','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175122249033310030252'),(11172,'221751222400','38',1.00,'50','retail','0','2025-06-29 21:41:50','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-29 18:42:08','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','767.00','766','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175122251123302003275'),(11173,'181751222558','11',1.00,'60','retail','0','2025-06-29 21:42:38','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-06-29 18:42:48','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','158.00','157','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175122255950032232303'),(11174,'181751222558','11',1.00,'60','retail','0','2025-06-29 21:42:43','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-06-29 18:42:48','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','157.00','156','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175122256405122132143'),(11175,'181751222828','21',1.00,'280','retail','0','2025-06-29 21:47:08','','','','0','Cash',37.97,'280','','','18','16.00','1','2025-06-29 18:47:19','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','552.00','551','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175122282912333281233'),(11176,'181751222828','30',1.00,'50','retail','0','2025-06-29 21:47:11','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-29 18:47:19','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','584.00','583','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175122283232210321027'),(11177,'221751223011','25',1.00,'200','retail','0','2025-06-29 21:50:11','','','','0','Cash',27.12,'200','','','22','16.00','1','2025-06-29 18:50:52','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','485.00','484','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175122301230052110222'),(11178,'221751223011','7',1.00,'20','retail','0','2025-06-29 21:50:25','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-06-29 18:50:52','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','771.00','770','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175122302622233330322'),(11179,'221751223011','7',1.00,'20','retail','0','2025-06-29 21:50:29','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-06-29 18:50:52','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','770.00','769','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175122302912720033329'),(11180,'221751223011','7',1.00,'20','retail','0','2025-06-29 21:50:34','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-06-29 18:50:52','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','769.00','768','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175122303423323302315'),(11181,'221751223011','1',1.00,'50','retail','0','2025-06-29 21:50:48','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-29 18:50:52','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4181.00','4180','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175122304932009012033'),(11182,'181751263914','1',1.00,'50','retail','0','2025-06-30 09:11:54','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-30 06:13:25','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4180.00','4179','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175126391523025236233'),(11183,'181751263914','1',1.00,'50','retail','0','2025-06-30 09:11:55','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-30 06:13:25','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4179.00','4178','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175126391623112272363'),(11184,'181751263914','1',1.00,'50','retail','0','2025-06-30 09:11:58','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-30 06:13:25','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4178.00','4177','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175126392028232303321'),(11185,'181751263914','13',1.00,'100','retail','0','2025-06-30 09:12:19','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-06-30 06:13:25','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','468.00','467','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175126394041200023630'),(11186,'181751263914','13',1.00,'100','retail','0','2025-06-30 09:12:27','','','','0','Cash',13.56,'100','','','18','16.00','1','2025-06-30 06:13:25','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','467.00','466','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175126394932931260003'),(11187,'181751263914','3',1.00,'120','retail','0','2025-06-30 09:12:51','','','','0','Cash',16.27,'120','','','18','16.00','1','2025-06-30 06:13:25','1','12','new','1','new','pcs','','','','yes','','2.03','','','VATABLE',101.69,'1','501.00','500','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175126397232201033133'),(11188,'181751263914','3',1.00,'120','retail','0','2025-06-30 09:12:54','','','','0','Cash',16.27,'120','','','18','16.00','1','2025-06-30 06:13:25','1','12','new','1','new','pcs','','','','yes','','2.03','','','VATABLE',101.69,'1','500.00','499','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175126397606060013726'),(11189,'181751263914','11',1.00,'60','retail','0','2025-06-30 09:13:04','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-06-30 06:13:25','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','156.00','155','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175126398582333331393'),(11190,'181751263914','11',1.00,'60','retail','0','2025-06-30 09:13:08','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-06-30 06:13:25','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','155.00','154','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175126398938292300000'),(11191,'181751263914','11',1.00,'60','retail','0','2025-06-30 09:13:12','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-06-30 06:13:25','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','154.00','153','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175126399409123230657'),(11192,'181751263914','11',1.00,'60','retail','0','2025-06-30 09:13:18','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-06-30 06:13:25','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','153.00','152','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175126399932152926230'),(11193,'181751264027','1',1.00,'50','retail','0','2025-06-30 09:13:47','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-30 06:14:25','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4177.00','4176','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175126402836332272322'),(11194,'181751264027','1',1.00,'50','retail','0','2025-06-30 09:13:54','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-30 06:14:25','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4176.00','4175','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175126403531023227275'),(11195,'181751264027','7',1.00,'20','retail','0','2025-06-30 09:14:07','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-30 06:14:25','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','768.00','767','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175126404852302106001'),(11196,'181751264027','7',1.00,'20','retail','0','2025-06-30 09:14:10','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-30 06:14:25','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','767.00','766','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175126405131012125012'),(11197,'181751264027','7',1.00,'20','retail','0','2025-06-30 09:14:16','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-30 06:14:25','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','766.00','765','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175126405737332032120'),(11198,'181751264027','7',1.00,'20','retail','0','2025-06-30 09:14:20','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-30 06:14:25','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','765.00','764','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175126406130132132203'),(11199,'181751264108','1',1.00,'50','retail','0','2025-06-30 09:15:08','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-30 06:18:23','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4175.00','4174','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175126410920239340300'),(11200,'181751264108','1',1.00,'50','retail','0','2025-06-30 09:17:56','','','','0','Cash',6.78,'50','','','18','16.00','1','2025-06-30 06:18:23','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4174.00','4173','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175126427774203233031'),(11201,'181751264108','11',1.00,'60','retail','0','2025-06-30 09:18:11','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-06-30 06:18:23','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','152.00','151','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175126429232121030402'),(11202,'181751264108','11',1.00,'60','retail','0','2025-06-30 09:18:15','','','','0','Cash',8.14,'60','','','18','16.00','1','2025-06-30 06:18:23','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','151.00','150','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175126429630019613232'),(11203,'181751264343','7',1.00,'20','retail','0','2025-06-30 09:19:03','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-30 06:19:20','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','764.00','763','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175126434420828326014'),(11204,'181751264343','7',1.00,'20','retail','0','2025-06-30 09:19:10','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-30 06:19:20','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','763.00','762','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175126435253023253522'),(11205,'181751264343','7',1.00,'20','retail','0','2025-06-30 09:19:14','','','','0','Cash',2.71,'20','','','18','16.00','1','2025-06-30 06:19:20','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','762.00','761','Inclusive','branch','Inventory','1110','4000','5500','yes','','','18175126435532035431322'),(11206,'191751264638','1',1.00,'50','retail','0','2025-06-30 09:23:58','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-30 06:24:02','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4173.00','4172','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175126463909273333220'),(11207,'191751265144','8',1.00,'30','retail','0','2025-06-30 09:32:24','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-30 06:32:30','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1661.00','1660','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175126514509230422221'),(11208,'221751265480','7',1.00,'20','retail','0','2025-06-30 09:38:00','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-06-30 06:38:06','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','761.00','760','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175126548133310231323'),(11209,'191751266833','28',1.00,'200','retail','0','2025-06-30 10:00:33','','','','0','Cash',27.12,'200','','','19','16.00','1','2025-06-30 07:01:00','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','555.00','554','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175126683593200633522'),(11210,'191751266833','1',1.00,'50','retail','0','2025-06-30 10:00:52','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-30 07:01:00','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4172.00','4171','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175126685353311303152'),(11211,'221751267238','7',1.00,'20','retail','0','2025-06-30 10:07:18','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-06-30 07:07:24','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','760.00','759','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175126723920605310101'),(11212,'221751267601','13',1.00,'100','retail','0','2025-06-30 10:13:21','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-06-30 07:13:26','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','466.00','465','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175126760206607322263'),(11213,'191751269570','1',1.00,'50','retail','0','2025-06-30 10:46:10','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-30 07:46:24','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4171.00','4170','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175126957135302553023'),(11214,'191751269570','7',1.00,'20','retail','0','2025-06-30 10:46:18','','','','0','Cash',2.71,'20','','','19','16.00','1','2025-06-30 07:46:24','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','759.00','758','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175126957903323277327'),(11215,'221751269284','11',1.00,'60','retail','0','2025-06-30 10:41:24','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-06-30 07:53:20','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','150.00','149','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175126928625210232623'),(11216,'221751269284','95',1.00,'100','retail','0','2025-06-30 10:41:29','','','','01','Cash',13.56,'100','','','22','16.00','1','2025-06-30 07:53:20','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','250.00','249','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175126929122323232352'),(11217,'221751269284','15',1.00,'150','retail','0','2025-06-30 10:42:22','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-30 07:53:20','3','1','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','598.00','597','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175126934320263353333'),(11218,'221751269284','12',1.00,'50','retail','0','2025-06-30 10:42:50','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-30 07:53:20','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','557.00','556','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175126937133223130222'),(11219,'221751270241','1',1.00,'50','retail','0','2025-06-30 10:57:21','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-30 07:57:48','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4170.00','4169','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175127024232423003272'),(11220,'221751270241','7',1.00,'20','retail','0','2025-06-30 10:57:42','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-06-30 07:57:48','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','758.00','757','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175127026322037022322'),(11234,'191751275531','53',1.00,'100','retail','0','2025-06-30 12:25:31','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-30 09:25:49','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','751.00','750','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175127553303073023233'),(11235,'191751275531','1',1.00,'50','retail','0','2025-06-30 12:25:44','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-30 09:25:49','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4168.00','4167','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175127554530230722592'),(11236,'221751275364','25',1.00,'200','retail','0','2025-06-30 12:22:44','','','','0','Cash',27.12,'200','','','22','16.00','1','2025-06-30 09:36:02','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','484.00','483','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175127536522253323233'),(11237,'221751275364','21',1.00,'280','retail','0','2025-06-30 12:33:29','','','','0','Cash',37.97,'280','','','22','16.00','1','2025-06-30 09:36:02','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','551.00','550','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175127601075072031202'),(11238,'221751275364','8',1.00,'30','retail','0','2025-06-30 12:33:57','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-06-30 09:36:02','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1659.00','1658','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175127603802230322220'),(11239,'221751270690','11',1.00,'60','retail','0','2025-06-30 11:04:50','','','','0','Cash',8.14,'60','','','22','','1','2025-06-30 10:07:10','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','149.00','148','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175127069132330026322'),(11240,'221751270690','11',1.00,'60','retail','0','2025-06-30 11:04:56','','','','0','Cash',8.14,'60','','','22','','1','2025-06-30 10:07:10','1','12','new','1','printed','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','148.00','147','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175127069833923512237'),(11241,'221751270690','1',1.00,'50','retail','0','2025-06-30 11:05:22','','','','0','Cash',6.78,'50','','','22','','1','2025-06-30 10:07:10','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4169.00','4168','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175127072410242737203'),(11242,'221751270690','13',1.00,'100','retail','0','2025-06-30 11:09:59','','','','0','Cash',13.56,'100','','','22','','1','2025-06-30 10:07:10','3','1','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','465.00','464','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175127100123235213300'),(11243,'221751270690','95',1.00,'100','retail','0','2025-06-30 11:39:26','','','','01','Cash',13.56,'100','','','22','','1','2025-06-30 10:07:10','1','12','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','249.00','248','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175127276871333712302'),(11244,'221751270690','8',1.00,'30','retail','0','2025-06-30 11:39:54','','','','0','Cash',4.07,'30','','','22','','1','2025-06-30 10:07:10','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1660.00','1659','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175127279637203029303'),(11245,'221751270690','32',1.00,'300','retail','0','2025-06-30 13:05:00','','','','0','Cash',40.68,'300','','','22','16.00','1','2025-06-30 10:07:10','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','467.00','466','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175127790132100239371'),(11246,'221751270690','30',1.00,'50','retail','0','2025-06-30 13:05:12','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-30 10:07:10','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','583.00','582','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175127791323929221302'),(11247,'191751277534','23',1.00,'350','retail','0','2025-06-30 12:58:54','','','','0','Cash',47.46,'350','','','19','16.00','1','2025-06-30 10:08:15','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','540.00','539','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175127753502250730103'),(11248,'191751277534','29',1.00,'100','retail','0','2025-06-30 12:59:01','','','','0','Cash',13.56,'100','','','19','16.00','1','2025-06-30 10:08:15','1','3','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','962.00','961','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175127754473201132324'),(11250,'221751278199','18',1.00,'150','retail','0','2025-06-30 13:09:59','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-30 10:10:06','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','681.00','680','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175127820107232277720'),(11253,'191751278649','25',1.00,'200','retail','0','2025-06-30 13:17:29','','','','0','Cash',27.12,'200','','','19','16.00','1','2025-06-30 10:17:46','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','482.00','481','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175127865235327372253'),(11254,'191751278649','25',1.00,'200','retail','0','2025-06-30 13:17:38','','','','0','Cash',27.12,'200','','','19','16.00','1','2025-06-30 10:17:46','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','481.00','480','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175127866022013753031'),(11256,'221751280468','19',1.00,'180','retail','0','2025-06-30 13:47:48','','','','0','Cash',24.41,'180','','','22','16.00','1','2025-06-30 10:48:03','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','677.00','676','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175128046902320620635'),(11257,'191751281484','34',1.00,'280','retail','0','2025-06-30 14:05:05','','','','0','Cash',37.97,'280','','','19','16.00','1','2025-06-30 11:06:01','1','13','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','476.00','475','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175128150731523333230'),(11258,'191751281484','34',1.00,'280','retail','0','2025-06-30 14:05:35','','','','0','Cash',37.97,'280','','','19','16.00','1','2025-06-30 11:06:01','1','13','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','475.00','474','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175128153650830103215'),(11259,'191751281484','18',1.00,'150','retail','0','2025-06-30 14:05:50','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-30 11:06:01','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','680.00','679','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175128155223331353253'),(11260,'221751279841','32',1.00,'300','retail','0','2025-06-30 13:37:22','','','','0','Cash',40.68,'300','','','22','','1','2025-06-30 11:08:04','1','13','new','1','printed','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','466.00','465','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175127984322331223123'),(11261,'221751279841','59',1.00,'50','retail','0','2025-06-30 14:03:09','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-30 11:08:04','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','601.00','600','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175128139127013312331'),(11262,'191751282247','11',1.00,'60','retail','0','2025-06-30 14:17:27','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-06-30 11:18:02','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','147.00','146','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175128224903210222103'),(11263,'191751282247','11',1.00,'60','retail','0','2025-06-30 14:17:29','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-06-30 11:18:02','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','146.00','145','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175128225127232221251'),(11264,'191751282247','11',1.00,'60','retail','0','2025-06-30 14:17:32','','','','0','Cash',8.14,'60','','','19','16.00','1','2025-06-30 11:18:02','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','145.00','144','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175128225322022132200'),(11265,'191751282247','1',1.00,'50','retail','0','2025-06-30 14:17:49','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-30 11:18:02','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4167.00','4166','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175128227009332212702'),(11266,'191751282247','1',1.00,'50','retail','0','2025-06-30 14:17:53','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-30 11:18:02','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4166.00','4165','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175128227430220913739'),(11269,'221751283259','29',1.00,'100','retail','0','2025-06-30 14:34:19','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-06-30 11:35:59','1','3','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','961.00','960','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175128326022202021370'),(11270,'221751283259','62',1.00,'100','retail','0','2025-06-30 14:34:48','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-06-30 11:35:59','3','8','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','506.00','505','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175128328922897221202'),(11271,'221751283259','34',1.00,'280','retail','0','2025-06-30 14:35:11','','','','0','Cash',37.97,'280','','','22','16.00','1','2025-06-30 11:35:59','1','13','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','474.00','473','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175128331232730132321'),(11272,'191751283583','38',1.00,'50','retail','0','2025-06-30 14:39:43','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-30 11:39:57','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','766.00','765','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175128358458203247431'),(11273,'221751283157','25',1.00,'200','retail','0','2025-06-30 14:32:37','','','','0','Cash',27.12,'200','','','22','','1','2025-06-30 11:47:11','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','480.00','479','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175128315821321832312'),(11274,'221751283157','41',1.00,'100','retail','0','2025-06-30 14:33:10','','','','0','Cash',13.56,'100','','','22','','1','2025-06-30 11:47:11','3','4','new','1','printed','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','678.00','677','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175128319132821220120'),(11275,'221751283157','1',1.00,'50','retail','0','2025-06-30 14:46:59','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-30 11:47:11','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4165.00','4164','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175128402032000203302'),(11276,'191751285001','31',1.00,'150','retail','0','2025-06-30 15:03:21','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-30 12:04:02','1','3','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1875.00','1874','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175128500332032212222'),(11277,'191751285001','28',1.00,'200','retail','0','2025-06-30 15:03:28','','','','0','Cash',27.12,'200','','','19','16.00','1','2025-06-30 12:04:02','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','554.00','553','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175128501012231323332'),(11278,'191751285001','8',1.00,'30','retail','0','2025-06-30 15:03:48','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-30 12:04:02','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1658.00','1657','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175128502992320597905'),(11279,'191751285001','8',1.00,'30','retail','0','2025-06-30 15:03:55','','','','0','Cash',4.07,'30','','','19','16.00','1','2025-06-30 12:04:02','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1657.00','1656','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175128503685229323122'),(11284,'191751286552','10',1.00,'180','retail','0','2025-06-30 15:29:12','','','','0','Cash',24.41,'180','','','19','','1','2025-06-30 12:31:15','1','12','new','1','printed','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','479.00','478','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175128655333233037265'),(11285,'191751286552','10',1.00,'180','retail','0','2025-06-30 15:29:18','','','','0','Cash',24.41,'180','','','19','','1','2025-06-30 12:31:15','1','12','new','1','printed','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','478.00','477','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175128655969225221235'),(11286,'191751286552','26',1.00,'600','retail','0','2025-06-30 15:29:33','','','','0','Cash',81.36,'600','','','19','','1','2025-06-30 12:31:15','1','3','new','1','printed','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','396.00','395','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175128657629000820672'),(11287,'191751286552','84',1.00,'200','retail','0','2025-06-30 15:29:58','','','','0','Cash',27.12,'200','','','19','','1','2025-06-30 12:31:15','3','10','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','306.00','305','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175128659921929709332'),(11288,'191751286552','54',1.00,'50','retail','0','2025-06-30 15:31:04','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-30 12:31:15','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','540.00','539','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175128666516112226325'),(11289,'221751284228','53',1.00,'100','retail','0','2025-06-30 14:50:28','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-06-30 12:35:53','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','750.00','749','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175128422909025022242'),(11290,'221751284228','1',1.00,'50','retail','0','2025-06-30 14:50:50','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-30 12:35:53','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4164.00','4163','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175128425113233823212'),(11291,'221751284228','23',1.00,'350','retail','0','2025-06-30 14:53:26','','','','0','Cash',47.46,'350','','','22','16.00','1','2025-06-30 12:35:53','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','539.00','538','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175128440752234203022'),(11292,'221751284228','30',1.00,'50','retail','0','2025-06-30 14:53:33','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-30 12:35:53','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','582.00','581','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175128441403432220130'),(11293,'221751284228','50',1.00,'50','retail','0','2025-06-30 15:13:43','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-30 12:35:53','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','521.00','520','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175128562424242020362'),(11294,'221751288568','18',1.00,'150','retail','0','2025-06-30 16:02:48','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-30 13:02:59','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','679.00','678','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175128857200332733272'),(11295,'221751289615','8',1.00,'30','retail','0','2025-06-30 16:20:15','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-06-30 13:21:06','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1656.00','1655','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175128963629320320832'),(11296,'221751290398','41',1.00,'100','retail','0','2025-06-30 16:33:18','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-06-30 13:33:36','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','677.00','676','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175129040030021202040'),(11299,'191751291055','52',1.00,'150','retail','0','2025-06-30 16:44:15','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-30 13:44:22','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','840.00','839','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175129105722292232311'),(11300,'191751278122','54',1.00,'50','retail','0','2025-06-30 13:08:42','','','','0','Cash',6.78,'50','','','19','','1','2025-06-30 13:45:40','3','8','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','541.00','540','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175127812400243203721'),(11301,'191751278122','25',1.00,'200','retail','0','2025-06-30 13:12:33','','','','0','Cash',27.12,'200','','','19','','1','2025-06-30 13:45:40','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','483.00','482','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175127835401203221913'),(11302,'191751278122','38',1.00,'50','retail','0','2025-06-30 16:45:32','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-30 13:45:40','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','765.00','764','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175129113313211300311'),(11303,'221751291665','1',1.00,'50','retail','0','2025-06-30 16:54:25','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-30 13:54:43','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4163.00','4162','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175129166707009167225'),(11304,'221751292091','7',1.00,'20','retail','0','2025-06-30 17:01:31','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-06-30 14:18:51','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','757.00','756','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175129209630027360061'),(11305,'221751292091','1',1.00,'50','retail','0','2025-06-30 17:01:57','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-30 14:18:51','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4162.00','4161','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175129212222022232232'),(11306,'221751292091','18',1.00,'150','retail','0','2025-06-30 17:18:13','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-30 14:18:51','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','678.00','677','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175129309402302032200'),(11307,'221751292091','23',1.00,'350','retail','0','2025-06-30 17:18:44','','','','0','Cash',47.46,'350','','','22','16.00','1','2025-06-30 14:18:51','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','538.00','537','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175129312535523322001'),(11308,'191751293625','34',1.00,'280','retail','0','2025-06-30 17:27:05','','','','0','Cash',37.97,'280','','','19','16.00','1','2025-06-30 14:27:34','1','13','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','473.00','472','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175129362732756373213'),(11309,'191751293625','44',1.00,'150','retail','0','2025-06-30 17:27:24','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-30 14:27:34','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','890.00','889','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175129364532360233633'),(11310,'221751293760','59',1.00,'50','retail','0','2025-06-30 17:29:20','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-30 14:29:50','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','600.00','599','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175129376233920266632'),(11311,'221751293760','59',1.00,'50','retail','0','2025-06-30 17:29:26','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-30 14:29:50','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','599.00','598','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175129376733232232275'),(11312,'221751293760','59',1.00,'50','retail','0','2025-06-30 17:29:37','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-30 14:29:50','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','598.00','597','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175129377887070072733'),(11313,'221751293821','52',1.00,'150','retail','0','2025-06-30 17:30:21','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-30 14:30:27','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','839.00','838','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175129382232303223322'),(11314,'191751293775','23',1.00,'350','retail','0','2025-06-30 17:29:35','','','','0','Cash',47.46,'350','','','19','16.00','1','2025-06-30 14:30:33','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','537.00','536','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175129377600902220022'),(11315,'191751293775','44',1.00,'150','retail','0','2025-06-30 17:30:04','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-30 14:30:33','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','889.00','888','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175129380511339210323'),(11316,'191751290993','25',1.00,'200','retail','0','2025-06-30 16:43:13','','','','0','Cash',27.12,'200','','','19','','1','2025-06-30 14:37:22','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','479.00','478','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175129099522039092312'),(11317,'191751290993','25',1.00,'200','retail','0','2025-06-30 16:43:20','','','','0','Cash',27.12,'200','','','19','','1','2025-06-30 14:37:22','1','3','new','1','printed','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','478.00','477','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'19175129100222311933219'),(11318,'191751290993','69',1.00,'250','retail','0','2025-06-30 17:35:04','','','','0','Cash',33.90,'250','','','19','16.00','1','2025-06-30 14:37:22','3','10','new','1','new','pcs','','','','yes','','4.24','','','VATABLE',211.86,'1','563.00','562','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175129410513452133903'),(11319,'191751290993','38',1.00,'50','retail','0','2025-06-30 17:35:21','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-30 14:37:22','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','764.00','763','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175129412333279532534'),(11320,'191751295561','44',1.00,'150','retail','0','2025-06-30 17:59:22','','','','0','Cash',20.34,'150','','','19','16.00','1','2025-06-30 14:59:55','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','888.00','887','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175129556303035390303'),(11321,'191751295561','1',1.00,'50','retail','0','2025-06-30 17:59:40','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-30 14:59:55','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4161.00','4160','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175129558193253528922'),(11322,'191751295561','1',1.00,'50','retail','0','2025-06-30 17:59:45','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-30 14:59:55','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4160.00','4159','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175129558608720233813'),(11325,'221751297307','41',1.00,'100','retail','0','2025-06-30 18:28:27','','','','0','Cash',13.56,'100','','','22','16.00','1','2025-06-30 15:28:48','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','676.00','675','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175129730920292270322'),(11326,'221751297435','7',1.00,'20','retail','0','2025-06-30 18:30:35','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-06-30 15:35:13','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','756.00','755','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175129743722232207732'),(11327,'221751297435','11',1.00,'60','retail','0','2025-06-30 18:30:55','','','','0','Cash',8.14,'60','','','22','16.00','1','2025-06-30 15:35:13','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','144.00','143','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175129745731222237103'),(11328,'221751297435','1',1.00,'50','retail','0','2025-06-30 18:33:17','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-30 15:35:13','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4159.00','4158','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175129760172233236727'),(11329,'221751297435','1',1.00,'50','retail','0','2025-06-30 18:33:30','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-30 15:35:13','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4158.00','4157','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175129761322371200223'),(11330,'191751298134','38',1.00,'50','retail','0','2025-06-30 18:42:14','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-30 15:42:23','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','763.00','762','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175129813622610317323'),(11331,'191751298180','1',1.00,'50','retail','0','2025-06-30 18:43:00','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-30 15:43:21','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4157.00','4156','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175129818221729952822'),(11332,'191751298180','1',1.00,'50','retail','0','2025-06-30 18:43:08','','','','0','Cash',6.78,'50','','','19','16.00','1','2025-06-30 15:43:21','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4156.00','4155','Inclusive','branch','Inventory','1110','4000','5500','yes','','','19175129819030292322329'),(11333,'221751295862','31',1.00,'150','retail','0','2025-06-30 18:04:22','','','','0','Cash',20.34,'150','','','22','','1','2025-06-30 15:49:30','1','3','new','1','printed','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1874.00','1873','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175129587131523132229'),(11334,'221751295862','8',1.00,'30','retail','0','2025-06-30 18:05:05','','','','0','Cash',4.07,'30','','','22','','1','2025-06-30 15:49:30','1','12','new','1','printed','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1655.00','1654','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175129590633122202531'),(11335,'221751295862','8',1.00,'30','retail','0','2025-06-30 18:49:00','','','','0','Cash',4.07,'30','','','22','16.00','1','2025-06-30 15:49:30','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1654.00','1653','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175129854633222029302'),(11338,'221751299958','1',1.00,'50','retail','0','2025-06-30 19:12:38','','','','0','Cash',6.78,'50','','','22','','1','2025-06-30 16:40:23','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4155.00','4154','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175129996029022362213'),(11339,'221751299958','1',1.00,'50','retail','0','2025-06-30 19:12:46','','','','0','Cash',6.78,'50','','','22','','1','2025-06-30 16:40:23','3','1','new','1','printed','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4154.00','4153','Inclusive','branch','Inventory','1110','4000','5500','','',NULL,'22175129996732090390522'),(11340,'221751299958','1',1.00,'50','retail','0','2025-06-30 19:32:36','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-30 16:40:23','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4153.00','4152','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175130115830123330232'),(11341,'221751299958','1',1.00,'50','retail','0','2025-06-30 19:32:43','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-30 16:40:23','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4152.00','4151','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175130116533373302300'),(11342,'221751299958','7',1.00,'20','retail','0','2025-06-30 19:39:42','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-06-30 16:40:23','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','755.00','754','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175130158310201123331'),(11343,'221751299958','7',1.00,'20','retail','0','2025-06-30 19:39:52','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-06-30 16:40:23','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','754.00','753','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175130159473313222533'),(11344,'221751299958','52',1.00,'150','retail','0','2025-06-30 19:40:16','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-30 16:40:23','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','838.00','837','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175130161873373022538'),(11345,'221751301656','38',1.00,'50','retail','0','2025-06-30 19:40:56','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-30 16:44:43','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','762.00','761','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175130165866262533033'),(11346,'221751301656','38',1.00,'50','retail','0','2025-06-30 19:41:01','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-30 16:44:43','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','761.00','760','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175130166232300372217'),(11347,'221751301656','38',1.00,'50','retail','0','2025-06-30 19:41:10','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-30 16:44:43','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','760.00','759','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175130167303321252232'),(11348,'221751301656','7',1.00,'20','retail','0','2025-06-30 19:43:34','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-06-30 16:44:43','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','753.00','752','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175130181582202123173'),(11349,'221751301656','7',1.00,'20','retail','0','2025-06-30 19:43:41','','','','0','Cash',2.71,'20','','','22','16.00','1','2025-06-30 16:44:43','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','752.00','751','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175130182333138131572'),(11350,'221751301656','1',1.00,'50','retail','0','2025-06-30 19:44:10','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-30 16:44:43','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4151.00','4150','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175130185333230203722'),(11351,'221751301656','1',1.00,'50','retail','0','2025-06-30 19:44:18','','','','0','Cash',6.78,'50','','','22','16.00','1','2025-06-30 16:44:43','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4150.00','4149','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175130186020230213301'),(11352,'221751301656','18',1.00,'150','retail','0','2025-06-30 19:44:36','','','','0','Cash',20.34,'150','','','22','16.00','1','2025-06-30 16:44:43','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','677.00','676','Inclusive','branch','Inventory','1110','4000','5500','yes','','','22175130187821722373328'); /*!40000 ALTER TABLE `sales_order` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_ordercancelled` -- DROP TABLE IF EXISTS `sales_ordercancelled`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `sales_ordercancelled` ( `myinvoice` varchar(50) DEFAULT NULL, `id` int(11) NOT NULL AUTO_INCREMENT, `invoice` varchar(100) NOT NULL, `code` varchar(100) NOT NULL, `qty` decimal(10,2) NOT NULL, `amount` varchar(100) NOT NULL, `salestype` varchar(100) NOT NULL, `discount` varchar(100) NOT NULL, `dateposted` varchar(50) NOT NULL, `address` text NOT NULL, `description` text NOT NULL, `user` varchar(50) NOT NULL, `bprice` varchar(50) NOT NULL, `type` varchar(50) NOT NULL DEFAULT 'cash', `tax` decimal(10,2) NOT NULL, `sprice` varchar(100) NOT NULL, `balance` varchar(50) NOT NULL, `customer` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `mode` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `maincategory` varchar(50) NOT NULL, `category` varchar(50) NOT NULL, `status` varchar(30) DEFAULT 'new', `branch` varchar(30) NOT NULL, `ordersales` varchar(20) NOT NULL DEFAULT 'new', `uom` varchar(30) NOT NULL, `sales` varchar(30) NOT NULL, `updatedat` varchar(50) NOT NULL, `updatedby` varchar(10) NOT NULL, `taxindicator` varchar(10) NOT NULL DEFAULT 'yes', `serial` varchar(50) DEFAULT NULL, `tax2` varchar(20) NOT NULL, `discountype` varchar(20) NOT NULL, `discountvalue` varchar(20) NOT NULL, `vattype` varchar(20) NOT NULL, `taxable` decimal(10,2) NOT NULL, `uomqty` varchar(30) NOT NULL DEFAULT '0', `stockbefore` varchar(30) NOT NULL, `stockafter` varchar(30) NOT NULL, `taxtype` varchar(30) NOT NULL DEFAULT 'Inclusive', `stock` varchar(20) NOT NULL DEFAULT 'branch', `producttype` varchar(30) NOT NULL, `assetaccount` varchar(30) NOT NULL, `salesaccount` varchar(30) NOT NULL, `expenseaccount` varchar(30) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `myinvoice` (`myinvoice`) ) ENGINE=InnoDB AUTO_INCREMENT=368 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sales_ordercancelled` -- LOCK TABLES `sales_ordercancelled` WRITE; /*!40000 ALTER TABLE `sales_ordercancelled` DISABLE KEYS */; INSERT INTO `sales_ordercancelled` VALUES ('1174540195242204323334',1,'11745401948','1',1.00,'50','retail','0','2025-04-23 12:52:28','','','','0','Cash',6.90,'50','','','1','','1','2025-04-23 09:54:52','3','1','new','1','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500'),('1174556827542504323335',2,'11745568151','74',1.00,'100','retail','0','2025-04-25 11:02:31','','','','0','Cash',13.79,'100','','','1','','1','2025-04-25 08:25:14','3','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500'),('1174557313242204323335',3,'11745573120','51',1.00,'0','retail','0','2025-04-25 12:25:20','','','','0','Cash',0.00,'0','','','1','','1','2025-04-25 09:26:02','1','6','new','1','new','pcs','','','','yes','','0','','','VATABLE',0.00,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500'),('8174557768142104323335',4,'81745577407','76',1.00,'100','retail','0','2025-04-25 13:41:19','','','','0','Cash',13.79,'100','','','8','','1','2025-04-25 10:42:11','3','11','new','1','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500'),('12174559292073237030225',5,'121745591638','39',1.00,'0.00','retail','0','2025-04-25 17:54:55','','','','0','Cash',0.00,'0','','','12','','1','2025-04-25 14:56:15','1','13','new','1','new','pcs','','','','','','0','','','VATABLE',0.00,'','9.00','8','Inclusive','branch','Inventory','1110','4000','5500'),('12174559300673037030225',6,'121745591638','39',1.00,'0','retail','0','2025-04-25 17:56:18','','','','0','Cash',0.00,'0','','','12','','1','2025-04-25 14:56:52','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',0.00,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500'),('12174559311673137030225',7,'121745591638','39',1.00,'0','retail','0','2025-04-25 17:57:29','','','','0','Cash',0.00,'0','','','12','','1','2025-04-25 14:58:45','1','13','new','1','new','pcs','','','','yes','','0','','','VATABLE',0.00,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500'),('8174565105242204323336',8,'81745651050','7',1.00,'20','retail','0','2025-04-26 10:04:10','','','','0','Cash',2.76,'20','','','8','','1','2025-04-26 07:04:35','1','12','new','1','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','35.00','34','Inclusive','branch','Inventory','1110','4000','5500'),('12174566514723023473301',9,'121745665146','8',1.00,'30','retail','0','2025-04-26 13:59:06','','','','0','Cash',4.07,'30','','','12','','1','2025-04-26 10:59:57','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500'),('12174566546622620303230',10,'121745665425','31',1.00,'150','retail','0','2025-04-26 14:04:19','','','','0','Cash',20.34,'150','','','12','','1','2025-04-26 11:04:35','1','3','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('8174567262282330340362',11,'81745672619','35',1.00,'560','retail','0','2025-04-26 16:03:40','','','','0','Cash',75.93,'560','','','8','','1','2025-04-26 13:03:54','1','13','new','1','new','pcs','','','','yes','','9.49','','','VATABLE',474.58,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500'),('8174567700423602303847',12,'81745677000','10',1.00,'100','retail','0','2025-04-26 17:16:40','','','','0','Cash',13.56,'100','','','8','','1','2025-04-26 14:17:18','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500'),('8174567709222200002390',13,'81745677075','10',1.00,'100','retail','0','2025-04-26 17:18:08','','','','0','Cash',13.56,'100','','','8','','1','2025-04-26 14:22:25','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500'),('8174567708350224743227',14,'81745677075','10',1.00,'100','retail','0','2025-04-26 17:17:56','','','','0','Cash',13.56,'100','','','8','','1','2025-04-26 14:22:44','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500'),('12174568538253683822023',15,'121745685381','12',1.00,'50','retail','0','2025-04-26 19:36:21','','','','0','Cash',6.78,'50','','','12','','1','2025-04-26 16:36:58','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500'),('12174568625900331332000',16,'121745686254','1',1.00,'50','retail','0','2025-04-26 19:50:54','','','','0','Cash',6.78,'50','','','12','','1','2025-04-26 16:51:38','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500'),('12174568762633267500222',17,'121745687625','1',1.00,'50','retail','0','2025-04-26 20:13:45','','','','0','Cash',6.78,'50','','','12','','1','2025-04-26 17:13:54','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500'),('12174574056932502212237',18,'121745740568','8',1.00,'30','retail','0','2025-04-27 10:56:08','','','','0','Cash',4.07,'30','','','12','','1','2025-04-27 07:56:21','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500'),('8174575021120241023132',19,'81745749564','23',1.00,'350','retail','0','2025-04-27 13:36:50','','','','0','Cash',47.46,'350','','','8','','1','2025-04-27 10:37:07','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('12174575263553375010056',20,'121745752634','18',1.00,'150','retail','0','2025-04-27 14:17:14','','','','0','Cash',20.34,'150','','','12','','1','2025-04-27 11:17:20','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','23.00','22','Inclusive','branch','Inventory','1110','4000','5500'),('8174575630642043430203',21,'81745756305','1',1.00,'50','retail','0','2025-04-27 15:18:25','','','','0','Cash',6.78,'50','','','8','','1','2025-04-27 12:18:32','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500'),('8174577228232272248222',22,'81745772280','32',1.00,'300','retail','0','2025-04-27 19:44:40','','','','0','Cash',40.68,'300','','','8','','1','2025-04-27 16:45:07','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500'),('18174577445173723042223',23,'181745735938','18',1.00,'150','retail','0','2025-04-27 20:20:50','','','','0','Cash',20.34,'150','','','18','','1','2025-04-27 17:25:25','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500'),('18174577446221341242700',24,'181745735938','18',1.00,'150','retail','0','2025-04-27 20:21:01','','','','0','Cash',20.34,'150','','','18','','1','2025-04-27 17:25:25','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500'),('18174582917472043332328',25,'181745829173','1',1.00,'50','retail','0','2025-04-28 11:32:53','','','','0','Cash',6.78,'50','','','18','','1','2025-04-28 08:44:35','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','49.00','48','Inclusive','branch','Inventory','1110','4000','5500'),('18174584550228027251208',26,'181745845370','59',2.00,'100','retail','0','2025-04-28 16:05:00','','','','0','Cash',13.56,'50','','','18','','1','2025-04-28 13:05:41','3','8','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'2','62.00','60','Inclusive','branch','Inventory','1110','4000','5500'),('18174584585838002303323',27,'181745845370','40',1.00,'150','retail','0','2025-04-28 16:10:30','','','','0','Cash',20.34,'150','','','18','','1','2025-04-28 13:11:47','1','13','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500'),('18174584589004423734233',28,'181745845370','30',1.00,'50','retail','0','2025-04-28 16:11:02','','','','0','Cash',6.78,'50','','','18','','1','2025-04-28 13:12:04','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500'),('18174585450000225320234',29,'181745854498','19',1.00,'180','retail','0','2025-04-28 18:34:59','','','','0','Cash',24.41,'180','','','18','','1','2025-04-28 15:35:37','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500'),('18174585488102202702330',30,'181745854498','25',1.00,'200','retail','0','2025-04-28 18:41:17','','','','0','Cash',27.12,'200','','','18','','1','2025-04-28 15:41:44','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500'),('18174586095223312023000',31,'181745860949','44',1.00,'150','retail','0','2025-04-28 20:22:30','','','','0','Cash',20.34,'150','','','18','','1','2025-04-28 17:22:50','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500'),('18174591244132233224120',32,'181745912440','53',1.00,'100','retail','0','2025-04-29 10:40:40','','','','0','Cash',13.56,'100','','','18','','1','2025-04-29 07:41:02','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500'),('18174592226730700333028',33,'181745921004','28',1.00,'200','retail','0','2025-04-29 13:24:26','','','','0','Cash',27.12,'200','','','18','','1','2025-04-29 10:24:53','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500'),('18174592509203100220232',34,'181745925091','23',1.00,'350','retail','0','2025-04-29 14:11:31','','','','0','Cash',47.46,'350','','','18','','1','2025-04-29 11:11:56','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('18174592759039753523508',35,'181745927589','18',1.00,'150','retail','0','2025-04-29 14:53:09','','','','0','Cash',20.34,'150','','','18','','1','2025-04-29 11:54:21','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500'),('18174592762233032012923',36,'181745927589','18',1.00,'150','retail','0','2025-04-29 14:53:41','','','','0','Cash',20.34,'150','','','18','','1','2025-04-29 11:54:24','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('18174593612232226132312',37,'181745936119','11',1.00,'60','retail','0','2025-04-29 17:15:20','','','','0','Cash',8.14,'60','','','18','','1','2025-04-29 14:17:00','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500'),('18174594264483133220233',38,'181745942642','57',1.00,'100','retail','0','2025-04-29 19:04:02','','','','0','Cash',13.56,'100','','','18','','1','2025-04-29 16:04:59','3','8','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('18174594489732023227420',39,'181745944782','73',1.00,'300','retail','0','2025-04-29 19:41:35','','','','0','Cash',40.68,'300','','','18','','1','2025-04-29 16:41:41','3','10','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','30.00','29','Inclusive','branch','Inventory','1110','4000','5500'),('10174596312830662802333',40,'101745672061','6',1.00,'50','retail','0','2025-04-30 00:44:11','','','','0','Cash',6.78,'50','','','10','','1','2025-04-29 21:45:37','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','23.00','22','Inclusive','branch','Inventory','1110','4000','5500'),('18174599867302937822339',41,'181745998671','11',1.00,'60','retail','0','2025-04-30 10:37:51','','','','0','Cash',8.14,'60','','','18','','1','2025-04-30 07:38:24','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500'),('1174594471840345748221',42,'11745944691','46',1.00,'0','wholesale','0','2025-04-29 19:38:11','','','','0','Cash',0.00,'0','','','1','','1','2025-04-30 07:49:35','3','5','new','1','new','pcs','','','','yes','','0.00','','','VATABLE',0.00,'1','49.00','48','Inclusive','branch','Inventory','1110','4000','5500'),('18174600350133220022053',43,'181746003490','11',1.00,'60','retail','0','2025-04-30 11:58:19','','','','0','Cash',8.14,'60','','','18','','1','2025-04-30 08:58:30','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('18174600935104921302300',44,'181746009349','8',1.00,'30','retail','0','2025-04-30 13:35:49','','','','0','Cash',4.07,'30','','','18','','1','2025-04-30 10:46:35','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('11174603437647060627201',45,'111746034358','16',1.00,'150','retail','0','2025-04-30 20:32:38','','','','0','Cash',20.34,'150','','','11','','1','2025-04-30 17:33:45','3','1','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500'),('11174603533423002233113',46,'111746035318','1',2.00,'100','retail','0','2025-04-30 20:48:53','','','','0','Cash',13.56,'50','','','11','','1','2025-04-30 17:49:11','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'2','31.00','29','Inclusive','branch','Inventory','1110','4000','5500'),('11174603532336607232333',47,'111746035318','1',1.00,'50','retail','0','2025-04-30 20:48:42','','','','0','Cash',6.78,'50','','','11','','1','2025-04-30 17:49:11','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','32.00','31','Inclusive','branch','Inventory','1110','4000','5500'),('11174603531900340752125',48,'111746035318','1',1.00,'50','retail','0','2025-04-30 20:48:38','','','','0','Cash',6.78,'50','','','11','','1','2025-04-30 17:49:11','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','33.00','32','Inclusive','branch','Inventory','1110','4000','5500'),('21174603557700432323300',49,'211746035574','6',1.00,'50','retail','0','2025-04-30 20:52:54','','','','0','Cash',6.78,'50','','','21','','1','2025-04-30 17:53:20','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500'),('10174604263732362360334',50,'101745672061','11',1.00,'60','retail','0','2025-04-30 22:49:38','','','','0','Cash',8.14,'60','','','10','','1','2025-04-30 19:50:58','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500'),('18174611386733320822038',51,'181746113774','29',1.00,'150','retail','0','2025-05-01 18:37:42','','','','0','Cash',20.34,'150','','','18','','1','2025-05-01 15:56:19','1','3','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500'),('18174612217542302602001',52,'181746122169','16',1.00,'150','retail','0','2025-05-01 20:56:14','','','','0','Cash',20.34,'150','','','18','','1','2025-05-01 17:56:20','3','1','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500'),('18174616750433013231622',53,'181746167503','11',1.00,'60','retail','0','2025-05-02 09:31:43','','','','0','Cash',8.14,'60','','','18','','1','2025-05-02 06:31:48','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500'),('23174617744020333037132',54,'231746177438','1',1.00,'50','retail','0','2025-05-02 12:17:19','','','','0','Cash',6.78,'50','','','23','','1','2025-05-02 09:17:42','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','25.00','24','Inclusive','branch','Inventory','1110','4000','5500'),('22174618148122222032120',55,'221746181478','1',1.00,'50','retail','0','2025-05-02 13:24:38','','','','0','Cash',6.78,'50','','','22','','1','2025-05-02 10:27:52','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500'),('1174618215620112516317',56,'11746182128','1',1.00,'50','retail','0','2025-05-02 13:35:28','','','','0','Cash',6.78,'50','','','1','','1','2025-05-02 10:36:51','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','74.00','73','Inclusive','branch','Inventory','1110','4000','5500'),('18174618370522306333833',57,'181746183703','22',1.00,'180','retail','0','2025-05-02 14:01:43','','','','0','Cash',24.41,'180','','','18','','1','2025-05-02 11:01:56','1','3','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('18174618489632082381033',58,'181746184518','54',1.00,'50','retail','0','2025-05-02 14:21:34','','','','0','Cash',6.78,'50','','','18','','1','2025-05-02 11:21:57','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','22.00','21','Inclusive','branch','Inventory','1110','4000','5500'),('18174618577322022230323',59,'181746183942','31',1.00,'150','retail','0','2025-05-02 14:36:11','','','','0','Cash',20.34,'150','','','18','','1','2025-05-02 11:36:59','1','3','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500'),('21174619337310022232002',60,'211746191968','32',1.00,'300','retail','0','2025-05-02 16:42:49','','','','0','Cash',40.68,'300','','','21','','1','2025-05-02 13:43:24','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('18174619953633097902005',61,'181746199532','74',1.00,'100','retail','0','2025-05-02 18:25:33','','','','0','Cash',13.56,'100','','','18','','1','2025-05-02 15:25:51','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500'),('18174627556573573033335',62,'181746275564','30',1.00,'50','retail','0','2025-05-03 15:32:44','','','','0','Cash',6.78,'50','','','18','','1','2025-05-03 12:47:58','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('1174629777242972372743',63,'11746297770','85',1.00,'200','retail','0','2025-05-03 21:42:50','','','','0','Cash',27.12,'200','','','1','','1','2025-05-03 19:26:59','3','10','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500'),('22174636672722007267337',64,'221746366723','30',1.00,'50','retail','0','2025-05-04 16:52:03','','','','0','Cash',6.78,'50','','','22','','1','2025-05-04 13:56:30','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('22174636808133202338222',65,'221746368077','59',1.00,'50','retail','0','2025-05-04 17:14:37','','','','0','Cash',6.78,'50','','','22','','1','2025-05-04 14:19:12','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','56.00','55','Inclusive','branch','Inventory','1110','4000','5500'),('22174636842424323720082',66,'221746368420','84',1.00,'200','retail','0','2025-05-04 17:20:20','','','','0','Cash',27.12,'200','','','22','','1','2025-05-04 14:20:29','3','10','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500'),('22174637577432333223213',67,'221746373331','6',2.00,'100','retail','0','2025-05-04 19:22:28','','','','0','Cash',13.56,'50','','','22','','1','2025-05-04 16:23:05','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'2','8.00','6','Inclusive','branch','Inventory','1110','4000','5500'),('10174639299732260371027',68,'101746392970','54',1.00,'50','retail','0','2025-05-05 00:09:30','','','','0','Cash',6.78,'50','','','10','','1','2025-05-04 21:10:32','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500'),('18174642674302432721602',69,'181746426703','16',1.00,'150','retail','0','2025-05-05 09:32:22','','','','0','Cash',20.34,'150','','','18','','1','2025-05-05 06:32:26','3','1','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500'),('18174645346424022230143',70,'181746453453','93',1.00,'300','retail','0','2025-05-05 16:57:42','','','','0','Cash',40.68,'300','','','18','','1','2025-05-05 13:57:55','1','3','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500'),('8174651607920271623837',71,'81746516078','8',1.00,'30','retail','0','2025-05-06 10:21:18','','','','0','Cash',4.07,'30','','','8','','1','2025-05-06 08:15:46','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('8174653245323332635242',72,'81746532451','84',1.00,'200','retail','0','2025-05-06 14:54:11','','','','0','Cash',27.12,'200','','','8','','1','2025-05-06 11:54:18','3','10','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500'),('8174653682202336203466',73,'81746536821','1',1.00,'50','retail','0','2025-05-06 16:07:01','','','','0','Cash',6.78,'50','','','8','','1','2025-05-06 13:07:08','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500'),('8174663271433236128403',74,'81746632685','11',1.00,'60','retail','0','2025-05-07 18:45:08','','','','0','Cash',8.14,'60','','','8','','1','2025-05-07 15:58:22','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('8174663269398803233230',75,'81746632685','11',1.00,'60','retail','0','2025-05-07 18:44:50','','','','0','Cash',8.14,'60','','','8','','1','2025-05-07 15:58:23','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500'),('8174663268713402183262',76,'81746632685','11',1.00,'60','retail','0','2025-05-07 18:44:45','','','','0','Cash',8.14,'60','','','8','','1','2025-05-07 15:58:24','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500'),('8174668835228270832420',77,'81746688351','8',1.00,'30','retail','0','2025-05-08 10:12:31','','','','0','Cash',4.07,'30','','','8','','1','2025-05-08 07:12:36','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('22174669210791203333223',78,'221746692086','38',2.00,'100','retail','0','2025-05-08 11:15:07','','','','0','Cash',13.56,'50','','','22','','1','2025-05-08 08:15:15','1','13','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'2','5.00','3','Inclusive','branch','Inventory','1110','4000','5500'),('22174669208720323337206',79,'221746692086','38',1.00,'50','retail','0','2025-05-08 11:14:46','','','','0','Cash',6.78,'50','','','22','','1','2025-05-08 08:15:15','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500'),('22174669231000220320323',80,'221746692309','38',1.00,'50','retail','0','2025-05-08 11:18:29','','','','0','Cash',6.78,'50','','','22','','1','2025-05-08 08:19:02','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500'),('22174669241096402122207',81,'221746692383','6',2.00,'100','retail','0','2025-05-08 11:19:45','','','','0','Cash',13.56,'50','','','22','','1','2025-05-08 08:20:15','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'2','10.00','8','Inclusive','branch','Inventory','1110','4000','5500'),('22174669238426706424032',82,'221746692383','38',1.00,'50','retail','0','2025-05-08 11:19:43','','','','0','Cash',6.78,'50','','','22','','1','2025-05-08 08:20:15','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500'),('22174670046733633300233',83,'221746700466','28',1.00,'200','retail','0','2025-05-08 13:34:26','','','','0','Cash',27.12,'200','','','22','','1','2025-05-08 10:34:31','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500'),('22174670713423022702272',84,'221746707129','54',1.00,'50','retail','0','2025-05-08 15:25:29','','','','0','Cash',6.78,'50','','','22','','1','2025-05-08 12:25:42','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500'),('22174670713132227362223',85,'221746707129','54',1.00,'50','retail','0','2025-05-08 15:25:29','','','','0','Cash',6.78,'50','','','22','','1','2025-05-08 12:25:42','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500'),('21174680330930013002020',86,'211746803260','10',1.00,'100','retail','0','2025-05-09 18:08:28','','','','0','Cash',13.56,'100','','','21','','1','2025-05-09 15:08:36','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('21174680326132326312332',87,'211746803260','14',1.00,'100','retail','0','2025-05-09 18:07:40','','','','0','Cash',13.56,'100','','','21','','1','2025-05-09 15:08:36','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500'),('8174687659672444200393',88,'81746875065','1',1.00,'50','retail','0','2025-05-10 14:29:42','','','','0','Cash',6.78,'50','','','8','','1','2025-05-10 11:31:59','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500'),('5174691624112222236645',89,'51746916238','63',1.00,'100','retail','0','2025-05-11 01:30:38','','','','0','Cash',13.56,'100','','','5','','1','2025-05-10 22:42:28','3','8','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500'),('23174698787718223223322',90,'231746987876','53',1.00,'100','retail','0','2025-05-11 21:24:36','','','','0','Cash',13.56,'100','','','23','','1','2025-05-11 18:24:45','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500'),('23174698790500930032122',91,'231746987904','53',1.00,'100','retail','0','2025-05-11 21:25:04','','','','0','Cash',13.56,'100','','','23','','1','2025-05-11 18:25:37','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500'),('22174701673032302026023',92,'221747016725','1',1.00,'50','retail','0','2025-05-12 05:25:29','','','','0','Cash',6.78,'50','','','22','','1','2025-05-12 02:26:19','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('22174701672623202000312',93,'221747016725','1',1.00,'50','retail','0','2025-05-12 05:25:25','','','','0','Cash',6.78,'50','','','22','','1','2025-05-12 02:26:19','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500'),('8174703622231203003223',94,'81747034473','54',1.00,'50','retail','0','2025-05-12 10:50:22','','','','0','Cash',6.78,'50','','','8','','1','2025-05-12 07:51:17','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('8174704036070022408202',95,'81747040032','48',1.00,'20','retail','0','2025-05-12 11:59:18','','','','20','Cash',2.71,'20','','','8','','1','2025-05-12 08:59:48','1','6','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','145.00','144','Inclusive','branch','Inventory','1110','4000','5500'),('12174704659550043323233',96,'121747046594','23',1.00,'350','retail','0','2025-05-12 13:43:14','','','','0','Cash',47.46,'350','','','12','','1','2025-05-12 10:44:08','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('8174706031164377122032',97,'81747060309','1',1.00,'50','retail','0','2025-05-12 17:31:50','','','','0','Cash',6.78,'50','','','8','','1','2025-05-12 14:31:56','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500'),('18174713903403333391302',98,'181747139032','28',1.00,'200','retail','0','2025-05-13 15:23:52','','','','0','Cash',27.12,'200','','','18','','1','2025-05-13 12:24:12','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500'),('8174715861853280222320',99,'81747154986','6',1.00,'50','retail','0','2025-05-13 20:50:17','','','','0','Cash',6.78,'50','','','8','','1','2025-05-13 17:50:26','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','29.00','28','Inclusive','branch','Inventory','1110','4000','5500'),('8174716338480003034632',100,'81747163383','51',1.00,'400','retail','0','2025-05-13 22:09:43','','','','0','Cash',54.24,'400','','','8','','1','2025-05-13 19:09:48','1','6','new','1','new','pcs','','','','yes','','6.78','','','VATABLE',338.98,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500'),('22174720256130204300013',101,'221747202538','7',1.00,'20','retail','0','2025-05-14 09:02:40','','','','0','Cash',2.71,'20','','','22','','1','2025-05-14 06:02:47','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500'),('22174720255237222225202',102,'221747202538','7',1.00,'20','retail','0','2025-05-14 09:02:30','','','','0','Cash',2.71,'20','','','22','','1','2025-05-14 06:02:47','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500'),('22174720254722033023422',103,'221747202538','7',1.00,'20','retail','0','2025-05-14 09:02:25','','','','0','Cash',2.71,'20','','','22','','1','2025-05-14 06:02:47','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500'),('22174720253923224002327',104,'221747202538','7',1.00,'20','retail','0','2025-05-14 09:02:18','','','','0','Cash',2.71,'20','','','22','','1','2025-05-14 06:02:47','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500'),('8174722423630302262130',105,'81747224235','1',1.00,'50','retail','0','2025-05-14 15:03:55','','','','0','Cash',6.78,'50','','','8','','1','2025-05-14 12:05:02','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500'),('8174723093123232233238',106,'81747230922','97',1.00,'50','retail','0','2025-05-14 16:55:29','','','','0','Cash',6.78,'50','','','8','','1','2025-05-14 13:55:59','3','11','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500'),('8174723092800220200228',107,'81747230922','97',1.00,'50','retail','0','2025-05-14 16:55:27','','','','0','Cash',6.78,'50','','','8','','1','2025-05-14 13:56:11','3','11','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500'),('8174723488222430302220',108,'81747234881','12',1.00,'50','retail','0','2025-05-14 18:01:21','','','','0','Cash',6.78,'50','','','8','','1','2025-05-14 15:01:29','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('18174723897333333321202',109,'181747238944','40',1.00,'150','retail','0','2025-05-14 19:09:30','','','','0','Cash',20.34,'150','','','18','','1','2025-05-14 16:09:49','1','13','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500'),('18174724655323704404352',110,'181747246552','6',1.00,'50','retail','0','2025-05-14 21:15:52','','','','0','Cash',6.78,'50','','','18','','1','2025-05-14 18:16:02','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500'),('18174729582732404322222',111,'181747295825','1',1.00,'50','retail','0','2025-05-15 10:57:05','','','','0','Cash',6.78,'50','','','18','','1','2025-05-15 07:57:31','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500'),('18174729586630326233202',112,'181747295825','6',1.00,'50','retail','0','2025-05-15 10:57:44','','','','0','Cash',6.78,'50','','','18','','1','2025-05-15 07:57:54','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500'),('18174730448232271200370',113,'181747304481','39',1.00,'600','retail','0','2025-05-15 13:21:21','','','','0','Cash',81.36,'600','','','18','','1','2025-05-15 10:22:22','1','13','new','1','new','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('18174731334633330837320',114,'181747313344','59',1.00,'50','retail','0','2025-05-15 15:49:04','','','','0','Cash',6.78,'50','','','18','','1','2025-05-15 12:49:09','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','55.00','54','Inclusive','branch','Inventory','1110','4000','5500'),('8174732627400400333430',115,'81747326273','99',1.00,'150','retail','0','2025-05-15 19:24:33','','','','0','Cash',20.34,'150','','','8','','1','2025-05-15 16:24:39','1','13','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('18174738466232270321027',116,'181747384661','1',1.00,'50','retail','0','2025-05-16 11:37:41','','','','0','Cash',6.78,'50','','','18','','1','2025-05-16 08:38:28','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','54.00','53','Inclusive','branch','Inventory','1110','4000','5500'),('8174738796403702343022',117,'81747387963','32',1.00,'300','retail','0','2025-05-16 12:32:43','','','','0','Cash',40.68,'300','','','8','','1','2025-05-16 09:32:50','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','27.00','26','Inclusive','branch','Inventory','1110','4000','5500'),('6174746927123017720197',118,'61747464771','80',1.00,'20','retail','0','2025-05-17 11:07:49','','','','10','Cash',2.71,'20','','','6','','1','2025-05-17 08:08:00','','14','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','40.00','39','Inclusive','branch','Service','1110','4000','5500'),('21174747634912402417276',119,'211746986081','93',1.00,'300','retail','0','2025-05-17 13:05:47','','','','0','Cash',40.68,'300','','','21','','1','2025-05-17 10:05:57','1','3','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500'),('6174747557633230027027',120,'61747475571','50',1.00,'50','retail','0','2025-05-17 12:52:51','','','','0','Cash',6.78,'50','','','6','','1','2025-05-17 10:07:42','1','6','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('6174747799143737003731',121,'61747477519','71',1.00,'300','retail','0','2025-05-17 13:33:05','','','','0','Cash',40.68,'300','','','6','','1','2025-05-17 10:36:58','3','10','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','41.00','40','Inclusive','branch','Inventory','1110','4000','5500'),('6174747797601332473462',122,'61747477519','71',1.00,'300','retail','0','2025-05-17 13:32:53','','','','0','Cash',40.68,'300','','','6','','1','2025-05-17 10:37:04','3','10','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','42.00','41','Inclusive','branch','Inventory','1110','4000','5500'),('6174749427323723334432',123,'61747494225','38',1.00,'50','retail','0','2025-05-17 18:04:31','','','','0','Cash',6.78,'50','','','6','','1','2025-05-17 15:05:20','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','78.00','77','Inclusive','branch','Inventory','1110','4000','5500'),('6174749423344332220333',124,'61747494225','38',1.00,'50','retail','0','2025-05-17 18:03:45','','','','0','Cash',6.78,'50','','','6','','1','2025-05-17 15:05:42','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','81.00','80','Inclusive','branch','Inventory','1110','4000','5500'),('6174750142224363233023',125,'61747501175','18',1.00,'150','retail','0','2025-05-17 20:03:41','','','','0','Cash',20.34,'150','','','6','','1','2025-05-17 17:04:15','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','93.00','92','Inclusive','branch','Inventory','1110','4000','5500'),('6174750152625422257553',126,'61747501175','11',1.00,'60','retail','0','2025-05-17 20:05:24','','','','0','Cash',8.14,'60','','','6','','1','2025-05-17 17:05:39','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','23.00','22','Inclusive','branch','Inventory','1110','4000','5500'),('12174750271212322332710',127,'121747502680','11',1.00,'60','retail','0','2025-05-17 20:25:11','','','','0','Cash',8.14,'60','','','12','','1','2025-05-17 17:25:18','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500'),('12174750312422712257022',128,'121747503069','8',1.00,'30','retail','0','2025-05-17 20:32:02','','','','0','Cash',4.07,'30','','','12','','1','2025-05-17 17:33:32','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('12174750309403222072722',129,'121747503069','1',1.00,'50','retail','0','2025-05-17 20:31:32','','','','0','Cash',6.78,'50','','','12','','1','2025-05-17 17:33:36','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','23.00','22','Inclusive','branch','Inventory','1110','4000','5500'),('12174750308532323752507',130,'121747503069','1',1.00,'50','retail','0','2025-05-17 20:31:23','','','','0','Cash',6.78,'50','','','12','','1','2025-05-17 17:33:40','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500'),('12174750307772100332330',131,'121747503069','1',1.00,'50','retail','0','2025-05-17 20:31:16','','','','0','Cash',6.78,'50','','','12','','1','2025-05-17 17:33:54','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','25.00','24','Inclusive','branch','Inventory','1110','4000','5500'),('12174750307132271200370',132,'121747503069','1',1.00,'50','retail','0','2025-05-17 20:31:09','','','','0','Cash',6.78,'50','','','12','','1','2025-05-17 17:33:57','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','26.00','25','Inclusive','branch','Inventory','1110','4000','5500'),('12174750326632233322223',133,'121747502680','7',1.00,'20','retail','0','2025-05-17 20:34:08','','','','0','Cash',2.71,'20','','','12','','1','2025-05-17 17:34:31','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','92.00','91','Inclusive','branch','Inventory','1110','4000','5500'),('6174750339900403334552',134,'61747503397','8',1.00,'30','retail','0','2025-05-17 20:36:37','','','','0','Cash',4.07,'30','','','6','','1','2025-05-17 17:36:48','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('6174750360522324353501',135,'61747503603','7',3.00,'60','retail','0','2025-05-17 20:40:03','','','','0','Cash',8.14,'20','','','6','','1','2025-05-17 17:40:18','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'3','91.00','88','Inclusive','branch','Inventory','1110','4000','5500'),('6174750364847343207133',136,'61747503646','8',1.00,'30','retail','0','2025-05-17 20:40:46','','','','0','Cash',4.07,'30','','','6','','1','2025-05-17 17:40:54','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('11174750402120403030040',137,'111747504019','16',1.00,'150','retail','0','2025-05-17 20:46:59','','','','0','Cash',20.34,'150','','','11','','1','2025-05-17 17:47:28','3','1','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500'),('6174750387532233033022',138,'61747503852','8',3.00,'90','retail','0','2025-05-17 20:44:34','','','','0','Cash',12.20,'30','','','6','','1','2025-05-17 18:30:14','1','12','new','1','new','pcs','','','','yes','','1.53','','','VATABLE',76.27,'3','45.00','42','Inclusive','branch','Inventory','1110','4000','5500'),('18174758589935520529103',139,'181747585863','28',1.00,'200','retail','0','2025-05-18 19:31:37','','','','0','Cash',27.12,'200','','','18','','1','2025-05-18 16:32:01','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500'),('18174758589237422231288',140,'181747585863','28',1.00,'200','retail','0','2025-05-18 19:31:30','','','','0','Cash',27.12,'200','','','18','','1','2025-05-18 16:32:07','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500'),('18174758886713278013328',141,'181747588825','1',1.00,'50','retail','0','2025-05-18 20:21:05','','','','0','Cash',6.78,'50','','','18','','1','2025-05-18 17:21:17','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500'),('18174764264560222031606',142,'181747642644','34',1.00,'280','retail','0','2025-05-19 11:17:24','','','','0','Cash',37.97,'280','','','18','','1','2025-05-19 08:26:02','1','13','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('18174764744146833307031',143,'181747646249','87',1.00,'150','retail','0','2025-05-19 12:37:08','','','','0','Cash',20.34,'150','','','18','','1','2025-05-19 09:37:50','3','10','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('18174765740606332206303',144,'181747657403','25',1.00,'200','retail','0','2025-05-19 15:23:24','','','','0','Cash',27.12,'200','','','18','','1','2025-05-19 12:29:47','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('18174767288337270383283',145,'181747672830','7',1.00,'20','retail','0','2025-05-19 19:41:21','','','','0','Cash',2.71,'20','','','18','','1','2025-05-19 16:42:11','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','64.00','63','Inclusive','branch','Inventory','1110','4000','5500'),('18174767754902002733227',146,'181747677458','21',1.00,'280','retail','0','2025-05-19 20:59:08','','','','0','Cash',37.97,'280','','','18','','1','2025-05-19 17:59:15','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('18174767753933270425823',147,'181747677458','21',1.00,'280','retail','0','2025-05-19 20:58:58','','','','0','Cash',37.97,'280','','','18','','1','2025-05-19 17:59:21','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500'),('18174774201102022223010',148,'181747740588','60',1.00,'70','retail','0','2025-05-20 14:53:29','','','','0','Cash',9.49,'70','','','18','','1','2025-05-20 11:53:52','3','8','new','1','new','pcs','','','','yes','','1.19','','','VATABLE',59.32,'1','50.00','49','Inclusive','branch','Inventory','1110','4000','5500'),('22174775393604337363322',149,'221747753932','8',1.00,'30','retail','0','2025-05-20 18:12:12','','','','0','Cash',4.07,'30','','','22','','1','2025-05-20 15:12:30','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500'),('22174775732422370022423',150,'221747757322','23',1.00,'350','retail','0','2025-05-20 19:08:42','','','','0','Cash',47.46,'350','','','22','','1','2025-05-20 16:08:55','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500'),('18174775824773720054322',151,'181747758007','8',1.00,'30','retail','0','2025-05-20 19:24:05','','','','0','Cash',4.07,'30','','','18','','1','2025-05-20 16:24:24','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500'),('18174775974827224833278',152,'181747759745','8',1.00,'30','retail','0','2025-05-20 19:49:05','','','','0','Cash',4.07,'30','','','18','','1','2025-05-20 16:49:20','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500'),('22174784306900003322300',153,'221747843061','16',1.00,'150','retail','0','2025-05-21 18:57:42','','','','0','Cash',20.34,'150','','','22','','1','2025-05-21 15:58:17','3','1','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('22174784321721237222433',154,'221747841791','16',1.00,'150','retail','0','2025-05-21 19:00:01','','','','0','Cash',20.34,'150','','','22','','1','2025-05-21 16:01:01','3','1','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('18174784745520877337832',155,'181747837370','23',1.00,'350','retail','0','2025-05-21 20:10:54','','','','0','Cash',47.46,'350','','','18','','1','2025-05-21 17:11:30','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500'),('18174784735442743405230',156,'181747837370','30',1.00,'50','retail','0','2025-05-21 20:09:12','','','','0','Cash',6.78,'50','','','18','','1','2025-05-21 17:11:36','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500'),('18174784744037732003802',157,'181747837370','23',1.00,'350','retail','0','2025-05-21 20:10:38','','','','0','Cash',47.46,'350','','','18','','1','2025-05-21 17:11:47','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('19174786207233023377222',158,'191747862071','74',1.00,'100','retail','0','2025-05-22 00:14:31','','','','0','Cash',13.56,'100','','','19','','1','2025-05-21 21:14:37','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500'),('19174786429637326233047',159,'191747864295','19',1.00,'180','retail','0','2025-05-22 00:51:35','','','','0','Cash',24.41,'180','','','19','','1','2025-05-21 21:54:22','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','39.00','38','Inclusive','branch','Inventory','1110','4000','5500'),('18174791258022013283223',160,'181747912579','70',1.00,'250','retail','0','2025-05-22 14:16:19','','','','0','Cash',33.90,'250','','','18','','1','2025-05-22 11:16:44','3','10','new','1','new','pcs','','','','yes','','4.24','','','VATABLE',211.86,'1','39.00','38','Inclusive','branch','Inventory','1110','4000','5500'),('18174791263323212023003',161,'181747912630','97',1.00,'50','retail','0','2025-05-22 14:17:10','','','','0','Cash',6.78,'50','','','18','','1','2025-05-22 11:17:34','3','11','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500'),('19174796659292027232600',162,'191747966567','16',1.00,'150.00','retail','0','2025-05-23 05:16:30','','','','0','Cash',20.34,'150','','','19','','1','2025-05-23 02:17:49','3','1','new','1','new','pcs','','','','','','2.54','','','VATABLE',127.12,'','7.00','6','Inclusive','branch','Inventory','1110','4000','5500'),('22174800487830832482034',163,'221748004865','10',1.00,'100','retail','0','2025-05-23 15:54:25','','','','0','Cash',13.56,'100','','','22','','1','2025-05-23 12:55:04','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500'),('11174801136623033303233',164,'111748011328','8',1.00,'30','retail','0','2025-05-23 17:42:44','','','','0','Cash',4.07,'30','','','11','','1','2025-05-23 14:42:55','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500'),('11174801135934315231023',165,'111748011328','8',1.00,'30','retail','0','2025-05-23 17:42:32','','','','0','Cash',4.07,'30','','','11','','1','2025-05-23 14:43:10','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500'),('11174801765450200122218',166,'111748017626','38',1.00,'50','retail','0','2025-05-23 19:27:32','','','','0','Cash',6.78,'50','','','11','','1','2025-05-23 16:27:44','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('22174802371600302326224',167,'221748023637','10',1.00,'180','retail','0','2025-05-23 21:08:35','','','','0','Cash',24.41,'180','','','22','','1','2025-05-23 18:09:06','1','12','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500'),('22174807468912374220622',168,'221748074688','6',1.00,'50','retail','0','2025-05-24 11:18:08','','','','0','Cash',6.78,'50','','','22','','1','2025-05-24 08:18:17','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','42.00','41','Inclusive','branch','Inventory','1110','4000','5500'),('11174809242021323230072',169,'111748092418','29',1.00,'100','retail','0','2025-05-24 16:13:38','','','','0','Cash',13.56,'100','','','11','','1','2025-05-24 13:13:58','1','3','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500'),('11174809246520223215231',170,'111748092463','31',1.00,'150','retail','0','2025-05-24 16:14:23','','','','0','Cash',20.34,'150','','','11','','1','2025-05-24 13:15:37','1','3','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500'),('11174809247902234322423',171,'111748092463','8',1.00,'30','retail','0','2025-05-24 16:14:38','','','','0','Cash',4.07,'30','','','11','','1','2025-05-24 13:15:45','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500'),('11174809360303623003003',172,'111748093601','16',1.00,'150','retail','0','2025-05-24 16:33:21','','','','0','Cash',20.34,'150','','','11','','1','2025-05-24 13:34:01','3','1','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500'),('11174809906691823010261',173,'111748099056','16',1.00,'150','retail','0','2025-05-24 18:04:24','','','','0','Cash',20.34,'150','','','11','','1','2025-05-24 15:04:33','3','1','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500'),('11174810252733273428021',174,'111748102525','11',1.00,'60','retail','0','2025-05-24 19:02:06','','','','0','Cash',8.14,'60','','','11','','1','2025-05-24 16:02:24','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','84.00','83','Inclusive','branch','Inventory','1110','4000','5500'),('19174815266822222310262',175,'191748152667','1',1.00,'50','retail','0','2025-05-25 08:57:47','','','','0','Cash',6.78,'50','','','19','','1','2025-05-25 06:13:25','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','45.00','44','Inclusive','branch','Inventory','1110','4000','5500'),('11174816945288271122450',176,'111748169431','76',1.00,'100','retail','0','2025-05-25 13:37:31','','','','0','Cash',13.56,'100','','','11','','1','2025-05-25 10:37:42','3','11','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('11174818121421237221321',177,'111748181213','8',1.00,'30','retail','0','2025-05-25 16:53:33','','','','0','Cash',4.07,'30','','','11','','1','2025-05-25 13:53:39','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500'),('11174826784123724831003',178,'111748261662','6',1.00,'50','retail','0','2025-05-26 16:57:12','','','','0','Cash',6.78,'50','','','11','','1','2025-05-26 13:57:43','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','29.00','28','Inclusive','branch','Inventory','1110','4000','5500'),('11174834345022002232042',179,'111748343408','6',1.00,'50','retail','0','2025-05-27 13:57:29','','','','0','Cash',6.78,'50','','','11','','1','2025-05-27 10:57:35','1','12','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','518.00','517','Inclusive','branch','Inventory','1110','4000','5500'),('11174835753722313233337',180,'111748357536','30',1.00,'50','retail','0','2025-05-27 17:52:16','','','','0','Cash',6.78,'50','','','11','','1','2025-05-27 14:52:36','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','746.00','745','Inclusive','branch','Inventory','1110','4000','5500'),('11174836541931132031230',181,'111748365142','34',1.00,'280','retail','0','2025-05-27 20:03:37','','','','0','Cash',37.97,'280','','','11','','1','2025-05-27 17:04:48','1','13','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','511.00','510','Inclusive','branch','Inventory','1110','4000','5500'),('11174836541422327023330',182,'111748365142','34',1.00,'280','retail','0','2025-05-27 20:03:32','','','','0','Cash',37.97,'280','','','11','','1','2025-05-27 17:04:55','1','13','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','512.00','511','Inclusive','branch','Inventory','1110','4000','5500'),('22174842836622033203802',183,'221748426964','8',1.00,'30','retail','0','2025-05-28 13:32:45','','','','0','Cash',4.07,'30','','','22','','1','2025-05-28 10:33:07','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1999.00','1998','Inclusive','branch','Inventory','1110','4000','5500'),('19174843794022020032407',184,'191748437938','39',1.00,'600','retail','0','2025-05-28 16:12:18','','','','0','Cash',81.36,'600','','','19','','1','2025-05-28 13:36:10','1','13','new','1','new','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','51.00','50','Inclusive','branch','Inventory','1110','4000','5500'),('19174843940139082392340',185,'191748439400','39',1.00,'600','retail','0','2025-05-28 16:36:40','','','','0','Cash',81.36,'600','','','19','','1','2025-05-28 13:36:46','1','13','new','1','new','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','51.00','50','Inclusive','branch','Inventory','1110','4000','5500'),('19174843999934279200323',186,'191748439967','30',1.00,'50.00','retail','0','2025-05-28 16:46:38','','','','0','Cash',6.78,'50','','','19','','1','2025-05-28 13:47:01','1','3','new','1','new','pcs','','','','','','0.85','','','VATABLE',42.37,'','741.00','740','Inclusive','branch','Inventory','1110','4000','5500'),('19174843999370949322430',187,'191748439967','30',1.00,'50','retail','0','2025-05-28 16:46:31','','','','0','Cash',6.78,'50','','','19','','1','2025-05-28 13:47:01','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','742.00','741','Inclusive','branch','Inventory','1110','4000','5500'),('19174843997024000949733',188,'191748439967','18',1.00,'150','retail','0','2025-05-28 16:46:07','','','','0','Cash',20.34,'150','','','19','','1','2025-05-28 13:47:01','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1016.00','1015','Inclusive','branch','Inventory','1110','4000','5500'),('5174844014503402000411',189,'51748440140','39',1.00,'800','retail','0','2025-05-28 16:49:00','','','','0','Cash',108.47,'800','','','5','','1','2025-05-28 13:49:12','1','13','new','1','new','pcs','','','','yes','','13.56','','','VATABLE',677.97,'1','51.00','50','Inclusive','branch','Inventory','1110','4000','5500'),('19174845510123392331313',190,'191748448857','98',1.00,'300','retail','0','2025-05-28 20:58:20','','','','0','Cash',40.68,'300','','','19','','1','2025-05-28 17:58:49','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','237.00','236','Inclusive','branch','Inventory','1110','4000','5500'),('18174845731153473232140',191,'181748456915','69',1.00,'250','retail','0','2025-05-28 21:35:09','','','','0','Cash',33.90,'250','','','18','','1','2025-05-28 18:35:27','3','10','new','1','new','pcs','','','','yes','','4.24','','','VATABLE',211.86,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500'),('18174846307733634222037',192,'181748463075','33',1.00,'600','retail','0','2025-05-28 23:11:15','','','','0','Cash',81.36,'600','','','18','','1','2025-05-28 20:11:34','1','13','new','1','new','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','1033.00','1032','Inclusive','branch','Inventory','1110','4000','5500'),('18174846325023040138203',193,'181748463214','38',1.00,'50','retail','0','2025-05-28 23:14:08','','','','0','Cash',6.78,'50','','','18','','1','2025-05-28 20:14:18','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','398.00','397','Inclusive','branch','Inventory','1110','4000','5500'),('11174852964631138231333',194,'111748529629','1',1.00,'50','retail','0','2025-05-29 17:40:44','','','','0','Cash',6.78,'50','','','11','','1','2025-05-29 14:41:02','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4932.00','4931','Inclusive','branch','Inventory','1110','4000','5500'),('22174859791017853317537',195,'221748597909','1',1.00,'50','retail','0','2025-05-30 12:38:29','','','','0','Cash',6.78,'50','','','22','','1','2025-05-30 09:39:19','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4929.00','4928','Inclusive','branch','Inventory','1110','4000','5500'),('22174859793122032329224',196,'221748597909','93',1.00,'300','retail','0','2025-05-30 12:38:49','','','','0','Cash',40.68,'300','','','22','','1','2025-05-30 09:39:41','1','3','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','402.00','401','Inclusive','branch','Inventory','1110','4000','5500'),('11174861660200621001236',197,'111748616600','8',1.00,'30','retail','0','2025-05-30 17:50:00','','','','0','Cash',4.07,'30','','','11','','1','2025-05-30 14:50:37','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1969.00','1968','Inclusive','branch','Inventory','1110','4000','5500'),('11174861743132242001012',198,'111748617380','97',1.00,'50','retail','0','2025-05-30 18:03:44','','','','0','Cash',6.78,'50','','','11','','1','2025-05-30 15:04:24','3','11','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','412.00','411','Inclusive','branch','Inventory','1110','4000','5500'),('11174862051003302230636',199,'111748620503','44',1.00,'150','retail','0','2025-05-30 18:55:03','','','','0','Cash',20.34,'150','','','11','','1','2025-05-30 16:57:48','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','194.00','193','Inclusive','branch','Inventory','1110','4000','5500'),('18174863003260362332380',200,'181748630030','59',1.00,'50','retail','0','2025-05-30 21:33:51','','','','0','Cash',6.78,'50','','','18','','1','2025-05-30 18:34:00','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','764.00','763','Inclusive','branch','Inventory','1110','4000','5500'),('11174869271902026028177',201,'111748692718','18',1.00,'150','retail','0','2025-05-31 14:58:38','','','','0','Cash',20.34,'150','','','11','','1','2025-05-31 11:58:45','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1005.00','1004','Inclusive','branch','Inventory','1110','4000','5500'),('22174870464120074770222',202,'221748703941','1',1.00,'50','retail','0','2025-05-31 18:17:19','','','','0','Cash',6.78,'50','','','22','','1','2025-05-31 15:19:53','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4905.00','4904','Inclusive','branch','Inventory','1110','4000','5500'),('22174870463340743327223',203,'221748703941','1',1.00,'50','retail','0','2025-05-31 18:17:11','','','','0','Cash',6.78,'50','','','22','','1','2025-05-31 15:19:53','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4906.00','4905','Inclusive','branch','Inventory','1110','4000','5500'),('22174870394442902320372',204,'221748703941','11',1.00,'60','retail','0','2025-05-31 18:05:42','','','','0','Cash',8.14,'60','','','22','','1','2025-05-31 15:19:53','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','36.00','35','Inclusive','branch','Inventory','1110','4000','5500'),('11174870802430010202020',205,'111748708019','14',1.00,'100','retail','0','2025-05-31 19:13:39','','','','0','Cash',13.56,'100','','','11','','1','2025-05-31 16:13:55','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','511.00','510','Inclusive','branch','Inventory','1110','4000','5500'),('19174871627731327390732',206,'191748715931','53',1.00,'100.00','retail','0','2025-05-31 21:31:16','','','','0','Cash',13.56,'100','','','19','','1','2025-05-31 18:31:59','3','7','new','1','new','pcs','','','','','','1.69','','','VATABLE',84.75,'','791.00','790','Inclusive','branch','Inventory','1110','4000','5500'),('19174871626182427033163',207,'191748715931','53',1.00,'100','retail','0','2025-05-31 21:31:00','','','','0','Cash',13.56,'100','','','19','','1','2025-05-31 18:31:59','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','792.00','791','Inclusive','branch','Inventory','1110','4000','5500'),('11174877758102130227723',208,'111748777580','22',1.00,'180','retail','0','2025-06-01 14:33:00','','','','0','Cash',24.41,'180','','','11','','1','2025-06-01 11:33:15','1','3','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','500.00','499','Inclusive','branch','Inventory','1110','4000','5500'),('11174877763422047622072',209,'111748777632','37',1.00,'1120','retail','0','2025-06-01 14:33:52','','','','0','Cash',151.86,'1120','','','11','','1','2025-06-01 11:34:01','1','13','new','1','new','pcs','','','','yes','','18.98','','','VATABLE',949.15,'1','200.00','199','Inclusive','branch','Inventory','1110','4000','5500'),('18174879226803080322802',210,'181748792266','21',1.00,'280','retail','0','2025-06-01 18:37:46','','','','0','Cash',37.97,'280','','','18','','1','2025-06-01 15:37:56','1','3','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','620.00','619','Inclusive','branch','Inventory','1110','4000','5500'),('11174879529422330321223',211,'111748795274','1',1.00,'50','retail','0','2025-06-01 19:28:12','','','','0','Cash',6.78,'50','','','11','','1','2025-06-01 16:28:20','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4888.00','4887','Inclusive','branch','Inventory','1110','4000','5500'),('19174886250325002535302',212,'191748862450','35',1.00,'560','retail','0','2025-06-02 14:08:22','','','','0','Cash',75.93,'560','','','19','','1','2025-06-02 11:08:43','1','13','new','1','new','pcs','','','','yes','','9.49','','','VATABLE',474.58,'1','515.00','514','Inclusive','branch','Inventory','1110','4000','5500'),('19174886247312824021220',213,'191748862450','18',1.00,'150','retail','0','2025-06-02 14:07:51','','','','0','Cash',20.34,'150','','','19','','1','2025-06-02 11:08:43','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','915.00','914','Inclusive','branch','Inventory','1110','4000','5500'),('19174886245443303214252',214,'191748862450','30',1.00,'50','retail','0','2025-06-02 14:07:30','','','','0','Cash',6.78,'50','','','19','','1','2025-06-02 11:08:43','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','714.00','713','Inclusive','branch','Inventory','1110','4000','5500'),('19174886260328273933622',215,'191748862599','22',1.00,'180','retail','0','2025-06-02 14:09:59','','','','0','Cash',24.41,'180','','','19','','1','2025-06-02 11:10:41','1','3','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','500.00','499','Inclusive','branch','Inventory','1110','4000','5500'),('19174886620180886348342',216,'191748866122','87',1.00,'150','retail','0','2025-06-02 15:10:00','','','','0','Cash',20.34,'150','','','19','','1','2025-06-02 12:10:12','3','10','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','412.00','411','Inclusive','branch','Inventory','1110','4000','5500'),('19174886612470322946631',217,'191748866122','87',1.00,'150','retail','0','2025-06-02 15:08:42','','','','0','Cash',20.34,'150','','','19','','1','2025-06-02 12:10:12','3','10','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','413.00','412','Inclusive','branch','Inventory','1110','4000','5500'),('19174886728388239823971',218,'191748867273','85',1.00,'200','retail','0','2025-06-02 15:28:01','','','','0','Cash',27.12,'200','','','19','','1','2025-06-02 12:28:09','3','10','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','514.00','513','Inclusive','branch','Inventory','1110','4000','5500'),('19174886727543759221373',219,'191748867273','85',1.00,'200','retail','0','2025-06-02 15:27:53','','','','0','Cash',27.12,'200','','','19','','1','2025-06-02 12:28:09','3','10','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','515.00','514','Inclusive','branch','Inventory','1110','4000','5500'),('19174886730303332208303',220,'191748867301','68',1.00,'250','retail','0','2025-06-02 15:28:21','','','','0','Cash',33.90,'250','','','19','','1','2025-06-02 12:28:53','3','10','new','1','new','pcs','','','','yes','','4.24','','','VATABLE',211.86,'1','507.00','506','Inclusive','branch','Inventory','1110','4000','5500'),('19174886740930802438797',221,'191748867405','85',1.00,'200','retail','0','2025-06-02 15:30:05','','','','0','Cash',27.12,'200','','','19','','1','2025-06-02 13:02:30','3','10','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','514.00','513','Inclusive','branch','Inventory','1110','4000','5500'),('19174887136722040720072',222,'191748871358','18',1.00,'150.00','retail','0','2025-06-02 16:36:05','','','','0','Cash',20.34,'150','','','19','','1','2025-06-02 13:36:30','1','2','new','1','new','pcs','','','','','','2.54','','','VATABLE',127.12,'','913.00','912','Inclusive','branch','Inventory','1110','4000','5500'),('19174887136133220222812',223,'191748871358','18',1.00,'150','retail','0','2025-06-02 16:35:58','','','','0','Cash',20.34,'150','','','19','','1','2025-06-02 13:36:30','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','914.00','913','Inclusive','branch','Inventory','1110','4000','5500'),('18174887603408843000223',224,'181748876032','1',1.00,'50','retail','0','2025-06-02 17:53:52','','','','0','Cash',6.78,'50','','','18','','1','2025-06-02 14:54:06','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4871.00','4870','Inclusive','branch','Inventory','1110','4000','5500'),('19174888854522220733133',225,'191748888535','54',1.00,'50','retail','0','2025-06-02 21:22:24','','','','0','Cash',6.78,'50','','','19','','1','2025-06-02 18:22:30','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','584.00','583','Inclusive','branch','Inventory','1110','4000','5500'),('19174888853613206788322',226,'191748888535','54',1.00,'50','retail','0','2025-06-02 21:22:15','','','','0','Cash',6.78,'50','','','19','','1','2025-06-02 18:22:30','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','585.00','584','Inclusive','branch','Inventory','1110','4000','5500'),('11174895192033213231522',227,'111748951918','28',1.00,'200','retail','0','2025-06-03 14:58:38','','','','0','Cash',27.12,'200','','','11','','1','2025-06-03 11:58:52','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','585.00','584','Inclusive','branch','Inventory','1110','4000','5500'),('19174903404222320033273',228,'191749034019','51',1.00,'300','retail','0','2025-06-04 13:46:59','','','','0','Cash',40.68,'300','','','19','','1','2025-06-04 10:47:28','1','6','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','609.00','608','Inclusive','branch','Inventory','1110','4000','5500'),('12174905688022825002032',229,'121749056685','99',1.00,'150','retail','0','2025-06-04 20:07:59','','','','0','Cash',20.34,'150','','','12','','1','2025-06-04 17:08:33','1','13','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','607.00','606','Inclusive','branch','Inventory','1110','4000','5500'),('11174904965203122220220',230,'111749049625','8',1.00,'30','retail','0','2025-06-04 18:07:06','','','','0','Cash',4.07,'30','','','11','','1','2025-06-04 17:10:59','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1908.00','1907','Inclusive','branch','Inventory','1110','4000','5500'),('11174905771143000043220',231,'111749057671','43',1.00,'200','retail','0','2025-06-04 20:21:49','','','','0','Cash',27.12,'200','','','11','','1','2025-06-04 17:21:56','3','4','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','513.00','512','Inclusive','branch','Inventory','1110','4000','5500'),('11174905768878025603830',232,'111749057671','89',1.00,'80','retail','0','2025-06-04 20:21:26','','','','0','Cash',10.85,'80','','','11','','1','2025-06-04 17:21:56','3','16','new','1','new','pcs','','','','yes','','1.36','','','VATABLE',67.80,'1','700.00','699','Inclusive','branch','Inventory','1110','4000','5500'),('11174905767973913700293',233,'111749057671','91',1.00,'100','retail','0','2025-06-04 20:21:11','','','','0','Cash',13.56,'100','','','11','','1','2025-06-04 17:21:56','3','16','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','1228.00','1227','Inclusive','branch','Inventory','1110','4000','5500'),('11174905794021223010342',234,'111749057936','12',1.00,'50','retail','0','2025-06-04 20:25:39','','','','0','Cash',6.78,'50','','','11','','1','2025-06-04 17:25:49','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','592.00','591','Inclusive','branch','Inventory','1110','4000','5500'),('11174905793702009929223',235,'111749057936','13',1.00,'100','retail','0','2025-06-04 20:25:36','','','','0','Cash',13.56,'100','','','11','','1','2025-06-04 17:25:49','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','502.00','501','Inclusive','branch','Inventory','1110','4000','5500'),('5174905875103237525300',236,'51749058729','91',1.00,'100','retail','0','2025-06-04 20:39:09','','','','0','Cash',13.56,'100','','','5','','1','2025-06-04 17:39:46','3','16','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','1228.00','1227','Inclusive','branch','Inventory','1110','4000','5500'),('5174905874620034232320',237,'51749058729','90',1.00,'50','retail','0','2025-06-04 20:39:05','','','','0','Cash',6.78,'50','','','5','','1','2025-06-04 17:39:46','3','16','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','450.00','449','Inclusive','branch','Inventory','1110','4000','5500'),('5174905873003330030722',238,'51749058729','80',1.00,'20','retail','0','2025-06-04 20:38:49','','','','10','Cash',2.71,'20','','','5','','1','2025-06-04 17:39:46','','14','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','541.00','540','Inclusive','branch','Service','1110','4000','5500'),('11174906128306912037083',239,'111749061282','99',1.00,'150','retail','0','2025-06-04 21:21:22','','','','0','Cash',20.34,'150','','','11','','1','2025-06-04 18:21:33','1','13','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','607.00','606','Inclusive','branch','Inventory','1110','4000','5500'),('18174907259832953229579',240,'181749072596','59',1.00,'50','retail','0','2025-06-05 00:29:56','','','','0','Cash',6.78,'50','','','18','','1','2025-06-04 21:30:08','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','726.00','725','Inclusive','branch','Inventory','1110','4000','5500'),('22174920314723401032371',241,'221749203145','95',1.00,'100','retail','0','2025-06-06 12:45:45','','','','01','Cash',13.56,'100','','','22','','1','2025-06-06 09:47:21','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','281.00','280','Inclusive','branch','Inventory','1110','4000','5500'),('22174922111729392232221',242,'221749220763','102',1.00,'90','retail','0','2025-06-06 17:39:30','','','','65','Cash',12.20,'90','','','22','','1','2025-06-06 14:45:34','3','8','new','1','new','pcs','','','','yes','','1.53','','','VATABLE',76.27,'1','524.00','523','Inclusive','branch','Inventory','1110','4000','5500'),('22174922076423112272343',243,'221749220763','101',1.00,'50','retail','0','2025-06-06 17:39:23','','','','30','Cash',6.78,'50','','','22','','1','2025-06-06 14:45:34','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','444.00','443','Inclusive','branch','Inventory','1110','4000','5500'),('22174922126432204322220',244,'221749221263','101',1.00,'50','retail','0','2025-06-06 17:47:43','','','','30','Cash',6.78,'50','','','22','','1','2025-06-06 14:47:51','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','444.00','443','Inclusive','branch','Inventory','1110','4000','5500'),('11174922213222032202339',245,'111749222126','102',1.00,'90','retail','0','2025-06-06 18:02:06','','','','65','Cash',12.20,'90','','','11','','1','2025-06-06 15:13:00','3','8','new','1','new','pcs','','','','yes','','1.53','','','VATABLE',76.27,'1','524.00','523','Inclusive','branch','Inventory','1110','4000','5500'),('11174922282933323902012',246,'111749222795','60',1.00,'70','retail','0','2025-06-06 18:13:48','','','','0','Cash',9.49,'70','','','11','','1','2025-06-06 15:17:44','3','8','new','1','new','pcs','','','','yes','','1.19','','','VATABLE',59.32,'1','650.00','649','Inclusive','branch','Inventory','1110','4000','5500'),('11174922320232222020233',247,'111749222795','101',1.00,'50','retail','0','2025-06-06 18:20:00','','','','30','Cash',6.78,'50','','','11','','1','2025-06-06 15:20:17','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','442.00','441','Inclusive','branch','Inventory','1110','4000','5500'),('11174922352720123323733',248,'111749223515','99',1.00,'150','retail','0','2025-06-06 18:25:25','','','','0','Cash',20.34,'150','','','11','','1','2025-06-06 15:25:40','1','13','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','607.00','606','Inclusive','branch','Inventory','1110','4000','5500'),('22174923162236223230313',249,'221749231621','61',1.00,'100','retail','0','2025-06-06 20:40:21','','','','0','Cash',13.56,'100','','','22','','1','2025-06-06 17:40:30','3','8','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','66.00','65','Inclusive','branch','Inventory','1110','4000','5500'),('11174923168738680238033',250,'111749231652','22',1.00,'180','retail','0','2025-06-06 20:41:26','','','','0','Cash',24.41,'180','','','11','','1','2025-06-06 17:41:32','1','3','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','500.00','499','Inclusive','branch','Inventory','1110','4000','5500'),('11174923180332132323003',251,'111749231802','30',1.00,'50','retail','0','2025-06-06 20:43:22','','','','0','Cash',6.78,'50','','','11','','1','2025-06-06 17:43:36','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','702.00','701','Inclusive','branch','Inventory','1110','4000','5500'),('11174923317841332322130',252,'111749233160','38',1.00,'50','retail','0','2025-06-06 21:06:17','','','','0','Cash',6.78,'50','','','11','','1','2025-06-06 18:06:30','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1063.00','1062','Inclusive','branch','Inventory','1110','4000','5500'),('11174923421302302222231',253,'111749234212','32',1.00,'300','retail','0','2025-06-06 21:23:32','','','','0','Cash',40.68,'300','','','11','','1','2025-06-06 18:23:49','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','497.00','496','Inclusive','branch','Inventory','1110','4000','5500'),('11174929987021303292122',254,'111749299868','38',1.00,'50','retail','0','2025-06-07 15:37:48','','','','0','Cash',6.78,'50','','','11','','1','2025-06-07 12:38:44','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','1051.00','1050','Inclusive','branch','Inventory','1110','4000','5500'),('22174930634623020229209',255,'221749306344','102',1.00,'90','retail','0','2025-06-07 17:25:44','','','','65','Cash',12.20,'90','','','22','','1','2025-06-07 14:25:57','3','8','new','1','new','pcs','','','','yes','','1.53','','','VATABLE',76.27,'1','524.00','523','Inclusive','branch','Inventory','1110','4000','5500'),('11174931304300334320302',256,'111749313013','101',1.00,'50','retail','0','2025-06-07 19:17:14','','','','30','Cash',6.78,'50','','','11','','1','2025-06-07 16:18:42','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','441.00','440','Inclusive','branch','Inventory','1110','4000','5500'),('22174938700320733323333',257,'221749381421','30',1.00,'50','retail','0','2025-06-08 15:50:01','','','','0','Cash',6.78,'50','','','22','','1','2025-06-08 12:50:09','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','688.00','687','Inclusive','branch','Inventory','1110','4000','5500'),('22174938781830303832472',258,'221749385955','68',1.00,'250','retail','0','2025-06-08 16:03:36','','','','0','Cash',33.90,'250','','','22','','1','2025-06-08 13:07:25','3','10','new','1','new','pcs','','','','yes','','4.24','','','VATABLE',211.86,'1','505.00','504','Inclusive','branch','Inventory','1110','4000','5500'),('22174938908120330320021',259,'221749381421','54',1.00,'50.00','retail','0','2025-06-08 16:24:40','','','','0','Cash',6.78,'50','','','22','','1','2025-06-08 13:25:27','3','8','new','1','new','pcs','','','','','','0.85','','','VATABLE',42.37,'','578.00','577','Inclusive','branch','Inventory','1110','4000','5500'),('11174939504239393221200',260,'111749395020','101',1.00,'50','retail','0','2025-06-08 18:04:00','','','','30','Cash',6.78,'50','','','11','','1','2025-06-08 15:04:11','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','439.00','438','Inclusive','branch','Inventory','1110','4000','5500'),('11174940097330303720020',261,'111749388774','25',1.00,'200','retail','0','2025-06-08 19:42:52','','','','0','Cash',27.12,'200','','','11','','1','2025-06-08 16:43:12','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','568.00','567','Inclusive','branch','Inventory','1110','4000','5500'),('22174940503520403392033',262,'221749378331','102',1.00,'90','retail','0','2025-06-08 20:50:34','','','','65','Cash',12.20,'90','','','22','','1','2025-06-08 17:52:18','3','8','new','1','new','pcs','','','','yes','','1.53','','','VATABLE',76.27,'1','523.00','522','Inclusive','branch','Inventory','1110','4000','5500'),('18174946617003230233073',263,'181749466169','102',1.00,'90','retail','0','2025-06-09 13:49:29','','','','65','Cash',12.20,'90','','','18','','1','2025-06-09 10:49:38','3','8','new','1','new','pcs','','','','yes','','1.53','','','VATABLE',76.27,'1','523.00','522','Inclusive','branch','Inventory','1110','4000','5500'),('11174947699222223312232',264,'111749476933','71',1.00,'300','retail','0','2025-06-09 16:49:50','','','','0','Cash',40.68,'300','','','11','','1','2025-06-09 13:49:59','3','10','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','1033.00','1032','Inclusive','branch','Inventory','1110','4000','5500'),('18174948708893004330334',265,'181749484313','31',1.00,'150','retail','0','2025-06-09 19:38:05','','','','0','Cash',20.34,'150','','','18','','1','2025-06-09 16:38:31','1','3','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1889.00','1888','Inclusive','branch','Inventory','1110','4000','5500'),('18174948724200080331228',266,'181749487240','85',1.00,'200','retail','0','2025-06-09 19:40:40','','','','0','Cash',27.12,'200','','','18','','1','2025-06-09 16:40:52','3','10','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','513.00','512','Inclusive','branch','Inventory','1110','4000','5500'),('22174955151331533223003',267,'221749550880','22',1.00,'180','retail','0','2025-06-10 13:31:52','','','','0','Cash',24.41,'180','','','22','','1','2025-06-10 10:32:09','1','3','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','500.00','499','Inclusive','branch','Inventory','1110','4000','5500'),('11174956897925319236715',268,'111749568187','35',1.00,'560','retail','0','2025-06-10 18:22:57','','','','0','Cash',75.93,'560','','','11','','1','2025-06-10 15:24:12','1','13','new','1','new','pcs','','','','yes','','9.49','','','VATABLE',474.58,'1','514.00','513','Inclusive','branch','Inventory','1110','4000','5500'),('22174957135143322323004',269,'221749570551','99',1.00,'150','retail','0','2025-06-10 19:02:26','','','','0','Cash',20.34,'150','','','22','','1','2025-06-10 16:02:42','1','13','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','607.00','606','Inclusive','branch','Inventory','1110','4000','5500'),('11174957271327210745335',270,'111749572712','69',1.00,'250','retail','0','2025-06-10 19:25:12','','','','0','Cash',33.90,'250','','','11','','1','2025-06-10 16:25:18','3','10','new','1','new','pcs','','','','yes','','4.24','','','VATABLE',211.86,'1','565.00','564','Inclusive','branch','Inventory','1110','4000','5500'),('18174958520923122402220',271,'181749585162','8',1.00,'30','retail','0','2025-06-10 22:53:29','','','','0','Cash',4.07,'30','','','18','','1','2025-06-10 19:53:33','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1839.00','1838','Inclusive','branch','Inventory','1110','4000','5500'),('18174958598485820243297',272,'181749585963','68',1.00,'250','retail','0','2025-06-10 23:06:24','','','','0','Cash',33.90,'250','','','18','','1','2025-06-10 20:06:39','3','10','new','1','new','pcs','','','','yes','','4.24','','','VATABLE',211.86,'1','503.00','502','Inclusive','branch','Inventory','1110','4000','5500'),('11174964197130042970412',273,'111749641971','99',1.00,'150','retail','0','2025-06-11 14:39:31','','','','0','Cash',20.34,'150','','','11','','1','2025-06-11 11:39:37','1','13','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','607.00','606','Inclusive','branch','Inventory','1110','4000','5500'),('11174964198920392331234',274,'111749641988','98',1.00,'300','retail','0','2025-06-11 14:39:48','','','','0','Cash',40.68,'300','','','11','','1','2025-06-11 11:40:11','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','237.00','236','Inclusive','branch','Inventory','1110','4000','5500'),('11174966073713301277923',275,'111749660700','7',1.00,'20','retail','0','2025-06-11 19:52:16','','','','0','Cash',2.71,'20','','','11','','1','2025-06-11 16:53:51','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','956.00','955','Inclusive','branch','Inventory','1110','4000','5500'),('22174974658926230105221',276,'221749746582','1',1.00,'50','retail','0','2025-06-12 19:43:07','','','','0','Cash',6.78,'50','','','22','','1','2025-06-12 16:43:58','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4639.00','4638','Inclusive','branch','Inventory','1110','4000','5500'),('22174974682140320221338',277,'221749746778','11',1.00,'60','retail','0','2025-06-12 19:46:59','','','','0','Cash',8.14,'60','','','22','','1','2025-06-12 16:55:26','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','294.00','293','Inclusive','branch','Inventory','1110','4000','5500'),('22174974681437264322461',278,'221749746778','11',1.00,'60','retail','0','2025-06-12 19:46:52','','','','0','Cash',8.14,'60','','','22','','1','2025-06-12 16:55:26','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','295.00','294','Inclusive','branch','Inventory','1110','4000','5500'),('22174974680933202419323',279,'221749746778','11',1.00,'60','retail','0','2025-06-12 19:46:48','','','','0','Cash',8.14,'60','','','22','','1','2025-06-12 16:55:26','1','12','new','1','new','pcs','','','','yes','','1.02','','','VATABLE',50.85,'1','296.00','295','Inclusive','branch','Inventory','1110','4000','5500'),('22174974680023208232213',280,'221749746778','18',1.00,'150','retail','0','2025-06-12 19:46:39','','','','0','Cash',20.34,'150','','','22','','1','2025-06-12 16:55:26','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','837.00','836','Inclusive','branch','Inventory','1110','4000','5500'),('22174974678586033020422',281,'221749746778','14',1.00,'100','retail','0','2025-06-12 19:46:23','','','','0','Cash',13.56,'100','','','22','','1','2025-06-12 16:55:26','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','500.00','499','Inclusive','branch','Inventory','1110','4000','5500'),('22174974677922703392232',282,'221749746778','16',1.00,'150','retail','0','2025-06-12 19:46:18','','','','0','Cash',20.34,'150','','','22','','1','2025-06-12 16:55:26','3','1','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','450.00','449','Inclusive','branch','Inventory','1110','4000','5500'),('11174974878432301292333',283,'111749748782','35',1.00,'560','retail','0','2025-06-12 20:19:42','','','','0','Cash',75.93,'560','','','11','','1','2025-06-12 17:19:47','1','13','new','1','new','pcs','','','','yes','','9.49','','','VATABLE',474.58,'1','513.00','512','Inclusive','branch','Inventory','1110','4000','5500'),('22174980757903220220333',284,'221749807578','57',1.00,'100','retail','0','2025-06-13 12:39:38','','','','0','Cash',13.56,'100','','','22','','1','2025-06-13 09:39:54','3','8','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','650.00','649','Inclusive','branch','Inventory','1110','4000','5500'),('22174980878709402122207',285,'221749808786','7',1.00,'20','retail','0','2025-06-13 12:59:46','','','','0','Cash',2.71,'20','','','22','','1','2025-06-13 10:02:08','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','939.00','938','Inclusive','branch','Inventory','1110','4000','5500'),('11174983036022800323322',286,'111749830348','16',1.00,'150','retail','0','2025-06-13 18:59:18','','','','0','Cash',20.34,'150','','','11','','1','2025-06-13 15:59:27','3','1','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','449.00','448','Inclusive','branch','Inventory','1110','4000','5500'),('22174989488382328383230',287,'221749894877','98',1.00,'300','retail','0','2025-06-14 12:54:38','','','','0','Cash',40.68,'300','','','22','','1','2025-06-14 09:54:58','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','236.00','235','Inclusive','branch','Inventory','1110','4000','5500'),('11174991625822321032333',288,'111749916245','38',1.00,'50','retail','0','2025-06-14 18:50:54','','','','0','Cash',6.78,'50','','','11','','1','2025-06-14 15:51:12','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','965.00','964','Inclusive','branch','Inventory','1110','4000','5500'),('11174991625030421232133',289,'111749916245','38',1.00,'50','retail','0','2025-06-14 18:50:45','','','','0','Cash',6.78,'50','','','11','','1','2025-06-14 15:51:20','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','966.00','965','Inclusive','branch','Inventory','1110','4000','5500'),('8174997926623967293232',290,'81749977820','22',1.00,'180','retail','0','2025-06-15 12:21:05','','','','0','Cash',24.41,'180','','','8','','1','2025-06-15 09:21:17','1','3','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','500.00','499','Inclusive','branch','Inventory','1110','4000','5500'),('8174998653482342264222',291,'81749986523','24',1.00,'130','retail','0','2025-06-15 14:22:12','','','','0','Cash',17.63,'130','','','8','','1','2025-06-15 11:22:25','1','3','new','1','new','pcs','','','','yes','','2.20','','','VATABLE',110.17,'1','611.00','610','Inclusive','branch','Inventory','1110','4000','5500'),('8174998665802402269300',292,'81749986646','102',1.00,'90','retail','0','2025-06-15 14:24:17','','','','65','Cash',12.20,'90','','','8','','1','2025-06-15 11:24:45','3','8','new','1','new','pcs','','','','yes','','1.53','','','VATABLE',76.27,'1','522.00','521','Inclusive','branch','Inventory','1110','4000','5500'),('11175007064551212373230',293,'111750070614','31',1.00,'150','retail','0','2025-06-16 13:44:05','','','','0','Cash',20.34,'150','','','11','','1','2025-06-16 10:44:35','1','3','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','1879.00','1878','Inclusive','branch','Inventory','1110','4000','5500'),('11175007062212302322300',294,'111750070614','8',1.00,'30','retail','0','2025-06-16 13:43:40','','','','0','Cash',4.07,'30','','','11','','1','2025-06-16 10:44:45','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1801.00','1800','Inclusive','branch','Inventory','1110','4000','5500'),('11175007061535612023253',295,'111750070614','8',1.00,'30','retail','0','2025-06-16 13:43:34','','','','0','Cash',4.07,'30','','','11','','1','2025-06-16 10:45:08','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1802.00','1801','Inclusive','branch','Inventory','1110','4000','5500'),('11175007563432032001132',296,'111750075628','38',1.00,'50','retail','0','2025-06-16 15:07:13','','','','0','Cash',6.78,'50','','','11','','1','2025-06-16 12:07:18','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','955.00','954','Inclusive','branch','Inventory','1110','4000','5500'),('11175008344522303242135',297,'111750083443','52',1.00,'150','retail','0','2025-06-16 17:17:23','','','','0','Cash',20.34,'150','','','11','','1','2025-06-16 14:18:21','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','878.00','877','Inclusive','branch','Inventory','1110','4000','5500'),('11175008679020100023230',298,'111750086634','62',1.00,'100','retail','0','2025-06-16 18:13:09','','','','0','Cash',13.56,'100','','','11','','1','2025-06-16 15:16:58','3','8','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','509.00','508','Inclusive','branch','Inventory','1110','4000','5500'),('11175008956700200823059',299,'111750089566','1',1.00,'50','retail','0','2025-06-16 18:59:26','','','','0','Cash',6.78,'50','','','11','','1','2025-06-16 16:02:14','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4553.00','4552','Inclusive','branch','Inventory','1110','4000','5500'),('11175014582233058232137',300,'111750145810','8',1.00,'30','retail','0','2025-06-17 10:37:00','','','','0','Cash',4.07,'30','','','11','','1','2025-06-17 07:37:07','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1801.00','1800','Inclusive','branch','Inventory','1110','4000','5500'),('11175014581134111252827',301,'111750145810','1',1.00,'50','retail','0','2025-06-17 10:36:50','','','','0','Cash',6.78,'50','','','11','','1','2025-06-17 07:41:31','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4536.00','4535','Inclusive','branch','Inventory','1110','4000','5500'),('11175014619002032130332',302,'111750146169','12',1.00,'50','retail','0','2025-06-17 10:43:09','','','','0','Cash',6.78,'50','','','11','','1','2025-06-17 07:43:17','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','575.00','574','Inclusive','branch','Inventory','1110','4000','5500'),('11175015048334311311012',303,'111750146169','25',1.00,'200','retail','0','2025-06-17 11:54:41','','','','0','Cash',27.12,'200','','','11','','1','2025-06-17 08:55:10','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','540.00','539','Inclusive','branch','Inventory','1110','4000','5500'),('11175015050402502022025',304,'111750146169','25',1.00,'200','retail','0','2025-06-17 11:55:03','','','','0','Cash',27.12,'200','','','11','','1','2025-06-17 08:55:17','1','3','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','539.00','538','Inclusive','branch','Inventory','1110','4000','5500'),('11175015066820030733230',305,'111750150667','13',1.00,'100','retail','0','2025-06-17 11:57:47','','','','0','Cash',13.56,'100','','','11','','1','2025-06-17 08:57:59','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','491.00','490','Inclusive','branch','Inventory','1110','4000','5500'),('22175016299602531111202',306,'221750162995','99',1.00,'150','retail','0','2025-06-17 15:23:15','','','','0','Cash',20.34,'150','','','22','','1','2025-06-17 12:23:27','1','13','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','605.00','604','Inclusive','branch','Inventory','1110','4000','5500'),('19175016902332239300202',307,'191750169022','90',1.00,'50','retail','0','2025-06-17 17:03:42','','','','0','Cash',6.78,'50','','','19','','1','2025-06-17 14:03:50','3','16','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','450.00','449','Inclusive','branch','Inventory','1110','4000','5500'),('18175018641530210361332',308,'181750186411','1',1.00,'50','retail','0','2025-06-17 21:53:34','','','','0','Cash',6.78,'50','','','18','','1','2025-06-17 18:53:44','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','4497.00','4496','Inclusive','branch','Inventory','1110','4000','5500'),('18175018759821330283028',309,'181750187597','17',1.00,'100','retail','0','2025-06-17 22:13:17','','','','0','Cash',13.56,'100','','','18','','1','2025-06-17 19:13:44','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','305.00','304','Inclusive','branch','Inventory','1110','4000','5500'),('19175024199731240713222',310,'191750241996','102',1.00,'90','retail','0','2025-06-18 13:19:56','','','','65','Cash',12.20,'90','','','19','','1','2025-06-18 10:20:16','3','8','new','1','new','pcs','','','','yes','','1.53','','','VATABLE',76.27,'1','518.00','517','Inclusive','branch','Inventory','1110','4000','5500'),('22175025511922222333323',311,'221750255117','103',1.00,'50','retail','0','2025-06-18 16:58:37','','','','20','Cash',6.78,'50','','','22','','1','2025-06-18 13:58:44','3','1','new','1','new','ltr','','','','yes','','0.85','','','VATABLE',42.37,'1','599.00','598','Inclusive','branch','Inventory','1110','4000','5500'),('22175025660322222513622',312,'221750256602','14',1.00,'100','retail','0','2025-06-18 17:23:22','','','','0','Cash',13.56,'100','','','22','','1','2025-06-18 14:23:37','3','1','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','496.00','495','Inclusive','branch','Inventory','1110','4000','5500'),('22175026084820333200140',313,'221750260845','18',1.00,'150','retail','0','2025-06-18 18:34:06','','','','0','Cash',20.34,'150','','','22','','1','2025-06-18 15:36:28','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','780.00','779','Inclusive','branch','Inventory','1110','4000','5500'),('18175030553623050022320',314,'181750305532','16',1.00,'150.00','retail','0','2025-06-19 06:58:56','','','','0','Cash',20.34,'150','','','18','','1','2025-06-19 03:59:10','3','1','new','1','new','pcs','','','','','','2.54','','','VATABLE',127.12,'','447.00','446','Inclusive','branch','Inventory','1110','4000','5500'),('19175032586513201300358',315,'191750323249','59',1.00,'50','retail','0','2025-06-19 12:37:44','','','','0','Cash',6.78,'50','','','19','','1','2025-06-19 09:38:01','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','643.00','642','Inclusive','branch','Inventory','1110','4000','5500'),('19175033328822087022233',316,'191750333287','30',1.00,'50','retail','0','2025-06-19 14:41:27','','','','0','Cash',6.78,'50','','','19','','1','2025-06-19 11:41:35','1','3','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','632.00','631','Inclusive','branch','Inventory','1110','4000','5500'),('19175033367132133221033',317,'191750333378','41',1.00,'100','retail','0','2025-06-19 14:47:49','','','','0','Cash',13.56,'100','','','19','','1','2025-06-19 11:48:12','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','699.00','698','Inclusive','branch','Inventory','1110','4000','5500'),('19175034738323343300033',318,'191750347365','22',1.00,'180','retail','0','2025-06-19 18:36:20','','','','0','Cash',24.41,'180','','','19','','1','2025-06-19 15:36:32','1','3','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','500.00','499','Inclusive','branch','Inventory','1110','4000','5500'),('19175034742666202330622',319,'191750347365','22',1.00,'180','retail','0','2025-06-19 18:37:05','','','','0','Cash',24.41,'180','','','19','','1','2025-06-19 15:37:10','1','3','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','500.00','499','Inclusive','branch','Inventory','1110','4000','5500'),('19175041420032520333020',320,'191750414198','51',1.00,'300','retail','0','2025-06-20 13:09:58','','','','0','Cash',40.68,'300','','','19','','1','2025-06-20 10:10:10','1','6','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','604.00','603','Inclusive','branch','Inventory','1110','4000','5500'),('19175041512440305014122',321,'191750415123','55',1.00,'80','retail','0','2025-06-20 13:25:23','','','','0','Cash',10.85,'80','','','19','','1','2025-06-20 10:25:34','3','8','new','1','new','pcs','','','','yes','','1.36','','','VATABLE',67.80,'1','667.00','666','Inclusive','branch','Inventory','1110','4000','5500'),('19175041515692025213233',322,'191750415154','55',1.00,'80','retail','0','2025-06-20 13:25:54','','','','0','Cash',10.85,'80','','','19','','1','2025-06-20 10:26:00','3','8','new','1','new','pcs','','','','yes','','1.36','','','VATABLE',67.80,'1','667.00','666','Inclusive','branch','Inventory','1110','4000','5500'),('19175042289920009322592',323,'191750422898','70',1.00,'250','retail','0','2025-06-20 15:34:58','','','','0','Cash',33.90,'250','','','19','','1','2025-06-20 12:35:38','3','10','new','1','new','pcs','','','','yes','','4.24','','','VATABLE',211.86,'1','836.00','835','Inclusive','branch','Inventory','1110','4000','5500'),('19175042291453334325002',324,'191750422898','59',1.00,'50','retail','0','2025-06-20 15:35:13','','','','0','Cash',6.78,'50','','','19','','1','2025-06-20 12:35:42','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','637.00','636','Inclusive','branch','Inventory','1110','4000','5500'),('8175043109781231222302',325,'81750431091','102',1.00,'90','retail','0','2025-06-20 17:51:32','','','','65','Cash',12.20,'90','','','8','','1','2025-06-20 14:51:51','3','8','new','1','new','pcs','','','','yes','','1.53','','','VATABLE',76.27,'1','518.00','517','Inclusive','branch','Inventory','1110','4000','5500'),('19175043318821233300300',326,'191750433186','84',1.00,'200','retail','0','2025-06-20 18:26:26','','','','0','Cash',27.12,'200','','','19','','1','2025-06-20 15:26:38','3','10','new','1','new','pcs','','','','yes','','3.39','','','VATABLE',169.49,'1','307.00','306','Inclusive','branch','Inventory','1110','4000','5500'),('8175043980803230838823',327,'81750439772','99',1.00,'150','retail','0','2025-06-20 20:16:46','','','','0','Cash',20.34,'150','','','8','','1','2025-06-20 17:17:08','1','13','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','605.00','604','Inclusive','branch','Inventory','1110','4000','5500'),('8175044267921628342284',328,'81750442678','18',1.00,'150','retail','0','2025-06-20 21:04:38','','','','0','Cash',20.34,'150','','','8','','1','2025-06-20 18:05:33','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','766.00','765','Inclusive','branch','Inventory','1110','4000','5500'),('8175044272323002233322',329,'81750442678','24',1.00,'130','retail','0','2025-06-20 21:05:22','','','','0','Cash',17.63,'130','','','8','','1','2025-06-20 18:05:45','1','3','new','1','new','pcs','','','','yes','','2.20','','','VATABLE',110.17,'1','610.00','609','Inclusive','branch','Inventory','1110','4000','5500'),('8175044272700703382773',330,'81750442678','24',1.00,'130','retail','0','2025-06-20 21:05:26','','','','0','Cash',17.63,'130','','','8','','1','2025-06-20 18:05:52','1','3','new','1','new','pcs','','','','yes','','2.20','','','VATABLE',110.17,'1','609.00','608','Inclusive','branch','Inventory','1110','4000','5500'),('8175044268313073023221',331,'81750442678','19',1.00,'180','retail','0','2025-06-20 21:04:41','','','','0','Cash',24.41,'180','','','8','','1','2025-06-20 18:06:10','1','2','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','696.00','695','Inclusive','branch','Inventory','1110','4000','5500'),('19175050562932106330131',332,'191750505602','8',1.00,'30','retail','0','2025-06-21 14:33:48','','','','0','Cash',4.07,'30','','','19','','1','2025-06-21 11:34:20','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1752.00','1751','Inclusive','branch','Inventory','1110','4000','5500'),('8175052456633203325026',333,'81750524517','99',2.00,'300','retail','0','2025-06-21 19:49:23','','','','0','Cash',40.68,'150','','','8','','1','2025-06-21 16:49:34','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'2','605.00','603','Inclusive','branch','Inventory','1110','4000','5500'),('11175058424221325421725',334,'111750584012','102',1.00,'90','retail','0','2025-06-22 12:24:01','','','','65','Cash',12.20,'90','','','11','','1','2025-06-22 09:24:15','3','8','new','1','new','pcs','','','','yes','','1.53','','','VATABLE',76.27,'1','518.00','517','Inclusive','branch','Inventory','1110','4000','5500'),('19175058426832202391931',335,'191750584267','61',1.00,'100','retail','0','2025-06-22 12:24:27','','','','0','Cash',13.56,'100','','','19','','1','2025-06-22 09:24:36','3','8','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','65.00','64','Inclusive','branch','Inventory','1110','4000','5500'),('11175058427385113213200',336,'111750584012','61',1.00,'100','retail','0','2025-06-22 12:24:32','','','','0','Cash',13.56,'100','','','11','','1','2025-06-22 09:31:00','3','8','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','64.00','63','Inclusive','branch','Inventory','1110','4000','5500'),('11175059612225000156733',337,'111750596122','8',1.00,'30','retail','0','2025-06-22 15:42:02','','','','0','Cash',4.07,'30','','','11','','1','2025-06-22 13:02:51','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1738.00','1737','Inclusive','branch','Inventory','1110','4000','5500'),('19175061541923122504220',338,'191750606143','38',1.00,'50','retail','0','2025-06-22 21:03:38','','','','0','Cash',6.78,'50','','','19','','1','2025-06-22 18:06:58','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','875.00','874','Inclusive','branch','Inventory','1110','4000','5500'),('19175066308931015209030',339,'191750663088','7',1.00,'20','retail','0','2025-06-23 10:18:08','','','','0','Cash',2.71,'20','','','19','','1','2025-06-23 07:18:21','1','12','new','1','new','pcs','','','','yes','','0.34','','','VATABLE',16.95,'1','842.00','841','Inclusive','branch','Inventory','1110','4000','5500'),('19175067355792391331250',340,'191750673555','54',1.00,'50','retail','0','2025-06-23 13:12:36','','','','0','Cash',6.78,'50','','','19','','1','2025-06-23 10:12:51','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','552.00','551','Inclusive','branch','Inventory','1110','4000','5500'),('8175075633823323852333',341,'81750756336','54',1.00,'50','retail','0','2025-06-24 12:12:17','','','','0','Cash',6.78,'50','','','8','','1','2025-06-24 09:12:27','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','551.00','550','Inclusive','branch','Inventory','1110','4000','5500'),('19175076374923263523307',342,'191750763747','44',1.00,'150','retail','0','2025-06-24 14:15:48','','','','0','Cash',20.34,'150','','','19','','1','2025-06-24 11:16:40','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','900.00','899','Inclusive','branch','Inventory','1110','4000','5500'),('8175078746752332203280',343,'81750785214','99',1.00,'150','retail','0','2025-06-24 20:51:05','','','','0','Cash',20.34,'150','','','8','','1','2025-06-24 17:51:45','1','13','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','605.00','604','Inclusive','branch','Inventory','1110','4000','5500'),('8175078753820883323033',344,'81750785214','35',1.00,'560','retail','0','2025-06-24 20:52:16','','','','0','Cash',75.93,'560','','','8','','1','2025-06-24 17:52:42','1','13','new','1','new','pcs','','','','yes','','9.49','','','VATABLE',474.58,'1','511.00','510','Inclusive','branch','Inventory','1110','4000','5500'),('8175078787532128722025',345,'81750785214','35',1.00,'560','retail','0','2025-06-24 20:57:54','','','','0','Cash',75.93,'560','','','8','','1','2025-06-24 17:58:15','1','13','new','1','new','pcs','','','','yes','','9.49','','','VATABLE',474.58,'1','511.00','510','Inclusive','branch','Inventory','1110','4000','5500'),('8175078786834737730357',346,'81750785214','38',1.00,'50','retail','0','2025-06-24 20:57:47','','','','0','Cash',6.78,'50','','','8','','1','2025-06-24 17:58:28','1','13','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','850.00','849','Inclusive','branch','Inventory','1110','4000','5500'),('8175085819838132232223',347,'81750858191','34',1.00,'280','retail','0','2025-06-25 16:29:57','','','','0','Cash',37.97,'280','','','8','','1','2025-06-25 13:30:08','1','13','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','479.00','478','Inclusive','branch','Inventory','1110','4000','5500'),('8175085819322502253332',348,'81750858191','34',1.00,'280','retail','0','2025-06-25 16:29:51','','','','0','Cash',37.97,'280','','','8','','1','2025-06-25 13:30:11','1','13','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','480.00','479','Inclusive','branch','Inventory','1110','4000','5500'),('8175086799104431433970',349,'81750867682','26',1.00,'600','retail','0','2025-06-25 19:13:10','','','','0','Cash',81.36,'600','','','8','','1','2025-06-25 16:13:46','1','3','new','1','new','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','396.00','395','Inclusive','branch','Inventory','1110','4000','5500'),('19175095672021020075102',350,'191750956718','44',1.00,'150','retail','0','2025-06-26 19:51:58','','','','0','Cash',20.34,'150','','','19','','1','2025-06-26 16:54:21','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','896.00','895','Inclusive','branch','Inventory','1110','4000','5500'),('8175101344834330283372',351,'81751013447','101',1.00,'50','retail','0','2025-06-27 11:37:27','','','','30','Cash',6.78,'50','','','8','','1','2025-06-27 08:38:32','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,'1','434.00','433','Inclusive','branch','Inventory','1110','4000','5500'),('19175104700241322023332',352,'191751046988','32',1.00,'300','retail','0','2025-06-27 20:56:41','','','','0','Cash',40.68,'300','','','19','','1','2025-06-27 17:56:59','1','13','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','469.00','468','Inclusive','branch','Inventory','1110','4000','5500'),('19175112170231317731701',353,'191751121701','18',1.00,'150','retail','0','2025-06-28 17:41:41','','','','0','Cash',20.34,'150','','','19','','1','2025-06-28 14:41:46','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','696.00','695','Inclusive','branch','Inventory','1110','4000','5500'),('19175112793133793123109',354,'191751124616','93',1.00,'300','retail','0','2025-06-28 19:25:30','','','','0','Cash',40.68,'300','','','19','','1','2025-06-28 16:25:49','1','3','new','1','new','pcs','','','','yes','','5.08','','','VATABLE',254.24,'1','394.00','393','Inclusive','branch','Inventory','1110','4000','5500'),('19175118713412532001127',355,'191751187133','8',1.00,'30','retail','0','2025-06-29 11:52:13','','','','0','Cash',4.07,'30','','','19','','1','2025-06-29 08:52:43','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1667.00','1666','Inclusive','branch','Inventory','1110','4000','5500'),('19175120798300002730280',356,'191751207915','53',1.00,'100','retail','0','2025-06-29 17:39:41','','','','0','Cash',13.56,'100','','','19','','1','2025-06-29 14:39:52','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,'1','751.00','750','Inclusive','branch','Inventory','1110','4000','5500'),('19175120815113230123332',357,'191751202794','102',1.00,'90','retail','0','2025-06-29 17:42:30','','','','65','Cash',12.20,'90','','','19','','1','2025-06-29 14:42:39','3','8','new','1','new','pcs','','','','yes','','1.53','','','VATABLE',76.27,'1','516.00','515','Inclusive','branch','Inventory','1110','4000','5500'),('19175122223510035322320',358,'191751222077','60',1.00,'70','retail','0','2025-06-29 21:37:14','','','','0','Cash',9.49,'70','','','19','','1','2025-06-29 18:37:23','3','8','new','1','new','pcs','','','','yes','','1.19','','','VATABLE',59.32,'1','650.00','649','Inclusive','branch','Inventory','1110','4000','5500'),('19175128148620022220200',359,'191751281484','23',1.00,'350','retail','0','2025-06-30 14:04:44','','','','0','Cash',47.46,'350','','','19','','1','2025-06-30 11:05:14','1','3','new','1','new','pcs','','','','yes','','5.93','','','VATABLE',296.61,'1','539.00','538','Inclusive','branch','Inventory','1110','4000','5500'),('19175128643439104332330',360,'191751286413','10',1.00,'180','retail','0','2025-06-30 15:27:13','','','','0','Cash',24.41,'180','','','19','','1','2025-06-30 12:27:39','1','12','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','479.00','478','Inclusive','branch','Inventory','1110','4000','5500'),('19175128643951780313920',361,'191751286413','10',1.00,'180','retail','0','2025-06-30 15:27:18','','','','0','Cash',24.41,'180','','','19','','1','2025-06-30 12:27:43','1','12','new','1','new','pcs','','','','yes','','3.05','','','VATABLE',152.54,'1','478.00','477','Inclusive','branch','Inventory','1110','4000','5500'),('19175128641432058023223',362,'191751286413','26',1.00,'600','retail','0','2025-06-30 15:26:53','','','','0','Cash',81.36,'600','','','19','','1','2025-06-30 12:27:47','1','3','new','1','new','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','396.00','395','Inclusive','branch','Inventory','1110','4000','5500'),('22175128964432319932001',363,'221751289615','8',1.00,'30','retail','0','2025-06-30 16:20:40','','','','0','Cash',4.07,'30','','','22','','1','2025-06-30 13:20:57','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,'1','1655.00','1654','Inclusive','branch','Inventory','1110','4000','5500'),('19175129342622333323522',364,'191751293293','36',1.00,'840','retail','0','2025-06-30 17:23:45','','','','0','Cash',113.90,'840','','','19','','1','2025-06-30 14:24:01','1','13','new','1','new','pcs','','','','yes','','14.24','','','VATABLE',711.86,'1','1059.00','1058','Inclusive','branch','Inventory','1110','4000','5500'),('19175129343213339293943',365,'191751293293','34',1.00,'280','retail','0','2025-06-30 17:23:50','','','','0','Cash',37.97,'280','','','19','','1','2025-06-30 14:24:30','1','13','new','1','new','pcs','','','','yes','','4.75','','','VATABLE',237.29,'1','473.00','472','Inclusive','branch','Inventory','1110','4000','5500'),('19175129329415720000312',366,'191751293293','18',1.00,'150','retail','0','2025-06-30 17:21:33','','','','0','Cash',20.34,'150','','','19','','1','2025-06-30 14:25:29','1','2','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,'1','677.00','676','Inclusive','branch','Inventory','1110','4000','5500'),('22175129588522232205732',367,'221751295862','26',1.00,'600','retail','0','2025-06-30 18:04:37','','','','0','Cash',81.36,'600','','','22','','1','2025-06-30 15:05:24','1','3','new','1','new','pcs','','','','yes','','10.17','','','VATABLE',508.47,'1','395.00','394','Inclusive','branch','Inventory','1110','4000','5500'); /*!40000 ALTER TABLE `sales_ordercancelled` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_orderholding` -- DROP TABLE IF EXISTS `sales_orderholding`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `sales_orderholding` ( `myinvoice` varchar(50) NOT NULL, `id` int(11) NOT NULL AUTO_INCREMENT, `invoice` varchar(100) NOT NULL, `code` varchar(100) NOT NULL, `qty` decimal(10,2) NOT NULL, `amount` varchar(100) NOT NULL, `salestype` varchar(100) NOT NULL, `discount` varchar(100) NOT NULL, `dateposted` varchar(50) NOT NULL, `address` text NOT NULL, `description` text NOT NULL, `user` varchar(50) NOT NULL, `bprice` varchar(50) NOT NULL, `type` varchar(50) NOT NULL DEFAULT 'cash', `sprice` varchar(100) NOT NULL, `balance` varchar(50) NOT NULL, `customer` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `mode` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `maincategory` varchar(50) NOT NULL, `category` varchar(50) NOT NULL, `status` varchar(30) DEFAULT 'new', `branch` varchar(30) NOT NULL, `ordersales` varchar(20) NOT NULL DEFAULT 'new', `uom` varchar(30) NOT NULL, `sales` varchar(30) NOT NULL, `updatedat` varchar(50) NOT NULL, `updatedby` varchar(10) NOT NULL, `taxindicator` varchar(10) NOT NULL DEFAULT 'yes', `serial` varchar(50) DEFAULT NULL, `tax2` varchar(20) NOT NULL, `discountype` varchar(20) NOT NULL, `discountvalue` varchar(20) NOT NULL, `vattype` varchar(20) NOT NULL, `taxable` decimal(10,2) NOT NULL, `tax` decimal(10,2) NOT NULL, `uomqty` varchar(30) NOT NULL DEFAULT '0', `stockbefore` varchar(30) NOT NULL, `stockafter` varchar(30) NOT NULL, `taxtype` varchar(30) NOT NULL DEFAULT 'Inclusive', `stock` varchar(20) NOT NULL DEFAULT 'branch', `producttype` varchar(30) NOT NULL, `assetaccount` varchar(30) NOT NULL, `salesaccount` varchar(30) NOT NULL, `expenseaccount` varchar(30) DEFAULT NULL, `taxcode` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`), KEY `id` (`id`,`invoice`,`code`,`userid`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sales_orderholding` -- LOCK TABLES `sales_orderholding` WRITE; /*!40000 ALTER TABLE `sales_orderholding` DISABLE KEYS */; INSERT INTO `sales_orderholding` VALUES ('1174566336660223723232',1,'11745663180','77',1.00,'2','retail','0','2025-04-26 13:26:20','','','','1','Cash','2','','','1','16.00','1','2025-04-26 10:29:43','1','2','Hold','1','new','pcs','','','','yes','','0.03','','','VATABLE',1.69,0.27,'1','35.00','34','Inclusive','branch','Service','1110','4000','5500',''); /*!40000 ALTER TABLE `sales_orderholding` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_orderkitchen` -- DROP TABLE IF EXISTS `sales_orderkitchen`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `sales_orderkitchen` ( `myinvoice` varchar(50) DEFAULT NULL, `id` int(11) NOT NULL AUTO_INCREMENT, `invoice` varchar(100) NOT NULL, `code` varchar(100) NOT NULL, `qty` decimal(10,2) NOT NULL, `amount` varchar(100) NOT NULL, `salestype` varchar(100) NOT NULL, `discount` varchar(100) NOT NULL, `dateposted` varchar(50) NOT NULL, `address` varchar(50) NOT NULL, `description` text NOT NULL, `user` varchar(50) NOT NULL, `bprice` varchar(50) NOT NULL, `type` varchar(50) NOT NULL DEFAULT 'cash', `tax` decimal(10,2) NOT NULL, `sprice` varchar(100) NOT NULL, `balance` varchar(50) NOT NULL, `customer` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `mode` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `maincategory` varchar(50) NOT NULL, `category` varchar(50) NOT NULL, `status` varchar(30) DEFAULT 'new', `branch` varchar(30) NOT NULL, `ordersales` varchar(20) NOT NULL DEFAULT 'new', `uom` varchar(30) NOT NULL, `sales` varchar(30) NOT NULL, `updatedat` varchar(50) NOT NULL, `updatedby` varchar(10) NOT NULL, `taxindicator` varchar(10) NOT NULL DEFAULT 'yes', `serial` varchar(50) DEFAULT NULL, `tax2` varchar(20) NOT NULL, `discountype` varchar(20) NOT NULL, `discountvalue` varchar(20) NOT NULL, `vattype` varchar(20) NOT NULL, `taxable` varchar(50) NOT NULL, `uomqty` varchar(30) NOT NULL DEFAULT '0', `stockbefore` varchar(30) NOT NULL, `stockafter` varchar(30) NOT NULL, `taxtype` varchar(30) NOT NULL DEFAULT 'Inclusive', `stock` varchar(20) NOT NULL DEFAULT 'branch', `producttype` varchar(30) NOT NULL, `assetaccount` varchar(30) NOT NULL, `salesaccount` varchar(30) NOT NULL, `expenseaccount` varchar(30) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `myinvoice` (`myinvoice`) ) ENGINE=InnoDB AUTO_INCREMENT=8550 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 */; INSERT INTO `sales_orderkitchen` VALUES ('22175128139127013312331',8472,'221751279841','59',1.00,'50','retail','0','2025-06-30 14:03:09','','','','0','Cash',6.78,'50','','','22','','1','2025-06-30 11:08:04','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE','42.37','1','601.00','600','Inclusive','branch','Inventory','1110','4000','5500'),('19175128227009332212702',8476,'191751282247','1',1.00,'50','retail','0','2025-06-30 14:17:49','','','','0','Cash',6.78,'50','','','19','','1','2025-06-30 11:18:02','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE','42.37','1','4167.00','4166','Inclusive','branch','Inventory','1110','4000','5500'),('19175128227430220913739',8477,'191751282247','1',1.00,'50','retail','0','2025-06-30 14:17:53','','','','0','Cash',6.78,'50','','','19','','1','2025-06-30 11:18:02','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE','42.37','1','4166.00','4165','Inclusive','branch','Inventory','1110','4000','5500'),('22175128319132821220120',8479,'221751283157','41',1.00,'100','retail','0','2025-06-30 14:33:10','','','','0','Cash',13.56,'100','','','22','','1','2025-06-30 11:33:23','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE','84.75','1','678.00','677','Inclusive','branch','Inventory','1110','4000','5500'),('22175128328922897221202',8481,'221751283259','62',1.00,'100','retail','0','2025-06-30 14:34:48','','','','0','Cash',13.56,'100','','','22','','1','2025-06-30 11:35:59','3','8','new','1','new','pcs','','','','yes','','1.69','','','VATABLE','84.75','1','506.00','505','Inclusive','branch','Inventory','1110','4000','5500'),('22175128402032000203302',8484,'221751283157','1',1.00,'50','retail','0','2025-06-30 14:46:59','','','','0','Cash',6.78,'50','','','22','','1','2025-06-30 11:47:11','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE','42.37','1','4165.00','4164','Inclusive','branch','Inventory','1110','4000','5500'),('19175128659921929709332',8492,'191751286552','84',1.00,'200','retail','0','2025-06-30 15:29:58','','','','0','Cash',27.12,'200','','','19','','1','2025-06-30 12:30:11','3','10','new','1','new','pcs','','','','yes','','3.39','','','VATABLE','169.49','1','306.00','305','Inclusive','branch','Inventory','1110','4000','5500'),('19175128666516112226325',8493,'191751286552','54',1.00,'50','retail','0','2025-06-30 15:31:04','','','','0','Cash',6.78,'50','','','19','','1','2025-06-30 12:31:15','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE','42.37','1','540.00','539','Inclusive','branch','Inventory','1110','4000','5500'),('22175128422909025022242',8494,'221751284228','53',1.00,'100','retail','0','2025-06-30 14:50:28','','','','0','Cash',13.56,'100','','','22','','1','2025-06-30 12:35:53','3','7','new','1','new','pcs','','','','yes','','1.69','','','VATABLE','84.75','1','750.00','749','Inclusive','branch','Inventory','1110','4000','5500'),('22175128425113233823212',8495,'221751284228','1',1.00,'50','retail','0','2025-06-30 14:50:50','','','','0','Cash',6.78,'50','','','22','','1','2025-06-30 12:35:53','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE','42.37','1','4164.00','4163','Inclusive','branch','Inventory','1110','4000','5500'),('22175129040030021202040',8501,'221751290398','41',1.00,'100','retail','0','2025-06-30 16:33:18','','','','0','Cash',13.56,'100','','','22','','1','2025-06-30 13:33:36','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE','84.75','1','677.00','676','Inclusive','branch','Inventory','1110','4000','5500'),('19175129105722292232311',8504,'191751291055','52',1.00,'150','retail','0','2025-06-30 16:44:15','','','','0','Cash',20.34,'150','','','19','','1','2025-06-30 13:44:22','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE','127.12','1','840.00','839','Inclusive','branch','Inventory','1110','4000','5500'),('22175129166707009167225',8506,'221751291665','1',1.00,'50','retail','0','2025-06-30 16:54:25','','','','0','Cash',6.78,'50','','','22','','1','2025-06-30 13:54:43','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE','42.37','1','4163.00','4162','Inclusive','branch','Inventory','1110','4000','5500'),('22175129212222022232232',8508,'221751292091','1',1.00,'50','retail','0','2025-06-30 17:01:57','','','','0','Cash',6.78,'50','','','22','','1','2025-06-30 14:18:51','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE','42.37','1','4162.00','4161','Inclusive','branch','Inventory','1110','4000','5500'),('19175129364532360233633',8512,'191751293625','44',1.00,'150','retail','0','2025-06-30 17:27:24','','','','0','Cash',20.34,'150','','','19','','1','2025-06-30 14:27:34','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE','127.12','1','890.00','889','Inclusive','branch','Inventory','1110','4000','5500'),('22175129376233920266632',8513,'221751293760','59',1.00,'50','retail','0','2025-06-30 17:29:20','','','','0','Cash',6.78,'50','','','22','','1','2025-06-30 14:29:50','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE','42.37','1','600.00','599','Inclusive','branch','Inventory','1110','4000','5500'),('22175129376733232232275',8514,'221751293760','59',1.00,'50','retail','0','2025-06-30 17:29:26','','','','0','Cash',6.78,'50','','','22','','1','2025-06-30 14:29:50','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE','42.37','1','599.00','598','Inclusive','branch','Inventory','1110','4000','5500'),('22175129377887070072733',8515,'221751293760','59',1.00,'50','retail','0','2025-06-30 17:29:37','','','','0','Cash',6.78,'50','','','22','','1','2025-06-30 14:29:50','3','8','new','1','new','pcs','','','','yes','','0.85','','','VATABLE','42.37','1','598.00','597','Inclusive','branch','Inventory','1110','4000','5500'),('22175129382232303223322',8516,'221751293821','52',1.00,'150','retail','0','2025-06-30 17:30:21','','','','0','Cash',20.34,'150','','','22','','1','2025-06-30 14:30:27','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE','127.12','1','839.00','838','Inclusive','branch','Inventory','1110','4000','5500'),('19175129380511339210323',8518,'191751293775','44',1.00,'150','retail','0','2025-06-30 17:30:04','','','','0','Cash',20.34,'150','','','19','','1','2025-06-30 14:30:33','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE','127.12','1','889.00','888','Inclusive','branch','Inventory','1110','4000','5500'),('19175129410513452133903',8519,'191751290993','69',1.00,'250','retail','0','2025-06-30 17:35:04','','','','0','Cash',33.90,'250','','','19','','1','2025-06-30 14:37:22','3','10','new','1','new','pcs','','','','yes','','4.24','','','VATABLE','211.86','1','563.00','562','Inclusive','branch','Inventory','1110','4000','5500'),('19175129556303035390303',8521,'191751295561','44',1.00,'150','retail','0','2025-06-30 17:59:22','','','','0','Cash',20.34,'150','','','19','','1','2025-06-30 14:59:55','3','5','new','1','new','pcs','','','','yes','','2.54','','','VATABLE','127.12','1','888.00','887','Inclusive','branch','Inventory','1110','4000','5500'),('19175129558193253528922',8522,'191751295561','1',1.00,'50','retail','0','2025-06-30 17:59:40','','','','0','Cash',6.78,'50','','','19','','1','2025-06-30 14:59:55','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE','42.37','1','4161.00','4160','Inclusive','branch','Inventory','1110','4000','5500'),('19175129558608720233813',8523,'191751295561','1',1.00,'50','retail','0','2025-06-30 17:59:45','','','','0','Cash',6.78,'50','','','19','','1','2025-06-30 14:59:55','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE','42.37','1','4160.00','4159','Inclusive','branch','Inventory','1110','4000','5500'),('22175129730920292270322',8526,'221751297307','41',1.00,'100','retail','0','2025-06-30 18:28:27','','','','0','Cash',13.56,'100','','','22','','1','2025-06-30 15:28:49','3','4','new','1','new','pcs','','','','yes','','1.69','','','VATABLE','84.75','1','676.00','675','Inclusive','branch','Inventory','1110','4000','5500'),('22175129760172233236727',8529,'221751297435','1',1.00,'50','retail','0','2025-06-30 18:33:17','','','','0','Cash',6.78,'50','','','22','','1','2025-06-30 15:35:13','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE','42.37','1','4159.00','4158','Inclusive','branch','Inventory','1110','4000','5500'),('22175129761322371200223',8530,'221751297435','1',1.00,'50','retail','0','2025-06-30 18:33:30','','','','0','Cash',6.78,'50','','','22','','1','2025-06-30 15:35:13','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE','42.37','1','4158.00','4157','Inclusive','branch','Inventory','1110','4000','5500'),('19175129818221729952822',8532,'191751298180','1',1.00,'50','retail','0','2025-06-30 18:43:00','','','','0','Cash',6.78,'50','','','19','','1','2025-06-30 15:43:22','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE','42.37','1','4157.00','4156','Inclusive','branch','Inventory','1110','4000','5500'),('19175129819030292322329',8533,'191751298180','1',1.00,'50','retail','0','2025-06-30 18:43:08','','','','0','Cash',6.78,'50','','','19','','1','2025-06-30 15:43:22','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE','42.37','1','4156.00','4155','Inclusive','branch','Inventory','1110','4000','5500'),('22175129996029022362213',8535,'221751299958','1',1.00,'50','retail','0','2025-06-30 19:12:38','','','','0','Cash',6.78,'50','','','22','','1','2025-06-30 16:12:52','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE','42.37','1','4155.00','4154','Inclusive','branch','Inventory','1110','4000','5500'),('22175129996732090390522',8536,'221751299958','1',1.00,'50','retail','0','2025-06-30 19:12:46','','','','0','Cash',6.78,'50','','','22','','1','2025-06-30 16:12:52','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE','42.37','1','4154.00','4153','Inclusive','branch','Inventory','1110','4000','5500'),('22175130115830123330232',8537,'221751299958','1',1.00,'50','retail','0','2025-06-30 19:32:36','','','','0','Cash',6.78,'50','','','22','','1','2025-06-30 16:40:23','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE','42.37','1','4153.00','4152','Inclusive','branch','Inventory','1110','4000','5500'),('22175130116533373302300',8538,'221751299958','1',1.00,'50','retail','0','2025-06-30 19:32:43','','','','0','Cash',6.78,'50','','','22','','1','2025-06-30 16:40:23','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE','42.37','1','4152.00','4151','Inclusive','branch','Inventory','1110','4000','5500'),('22175130161873373022538',8541,'221751299958','52',1.00,'150','retail','0','2025-06-30 19:40:16','','','','0','Cash',20.34,'150','','','22','','1','2025-06-30 16:40:23','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE','127.12','1','838.00','837','Inclusive','branch','Inventory','1110','4000','5500'),('22175130185333230203722',8547,'221751301656','1',1.00,'50','retail','0','2025-06-30 19:44:10','','','','0','Cash',6.78,'50','','','22','','1','2025-06-30 16:44:43','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE','42.37','1','4151.00','4150','Inclusive','branch','Inventory','1110','4000','5500'),('22175130186020230213301',8548,'221751301656','1',1.00,'50','retail','0','2025-06-30 19:44:18','','','','0','Cash',6.78,'50','','','22','','1','2025-06-30 16:44:43','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE','42.37','1','4150.00','4149','Inclusive','branch','Inventory','1110','4000','5500'); /*!40000 ALTER TABLE `sales_orderkitchen` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_orderraw` -- DROP TABLE IF EXISTS `sales_orderraw`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `sales_orderraw` ( `myinvoice` varchar(50) NOT NULL, `id` int(11) NOT NULL AUTO_INCREMENT, `invoice` varchar(100) NOT NULL, `code` varchar(100) NOT NULL, `qty` decimal(10,2) NOT NULL, `amount` varchar(100) NOT NULL, `salestype` varchar(100) NOT NULL, `discount` varchar(100) NOT NULL, `dateposted` varchar(50) NOT NULL, `address` text NOT NULL, `description` text NOT NULL, `user` varchar(50) NOT NULL, `bprice` varchar(50) NOT NULL, `type` varchar(50) NOT NULL DEFAULT 'cash', `sprice` varchar(100) NOT NULL, `balance` varchar(50) NOT NULL, `customer` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `mode` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `maincategory` varchar(50) NOT NULL, `category` varchar(50) NOT NULL, `status` varchar(30) DEFAULT 'new', `branch` varchar(30) NOT NULL, `ordersales` varchar(20) NOT NULL DEFAULT 'new', `uom` varchar(30) NOT NULL, `sales` varchar(30) NOT NULL, `updatedat` varchar(50) NOT NULL, `updatedby` varchar(10) NOT NULL, `taxindicator` varchar(10) NOT NULL DEFAULT 'yes', `serial` varchar(50) DEFAULT NULL, `tax2` varchar(20) NOT NULL, `discountype` varchar(20) NOT NULL, `discountvalue` varchar(20) NOT NULL, `vattype` varchar(20) NOT NULL, `taxable` decimal(10,2) NOT NULL, `tax` decimal(10,2) NOT NULL, `uomqty` varchar(30) NOT NULL DEFAULT '0', `stockbefore` varchar(30) NOT NULL, `stockafter` varchar(30) NOT NULL, `taxtype` varchar(30) NOT NULL DEFAULT 'Inclusive', `stock` varchar(20) NOT NULL DEFAULT 'branch', `producttype` varchar(30) NOT NULL, `assetaccount` varchar(30) NOT NULL, `salesaccount` varchar(30) NOT NULL, `expenseaccount` varchar(30) DEFAULT NULL, `taxcode` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`), KEY `id` (`id`,`invoice`,`code`,`userid`) ) ENGINE=InnoDB AUTO_INCREMENT=11503 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sales_orderraw` -- LOCK TABLES `sales_orderraw` WRITE; /*!40000 ALTER TABLE `sales_orderraw` DISABLE KEYS */; INSERT INTO `sales_orderraw` VALUES ('20174592556355222322021',430,'201745925559','32',1.00,'300.00','retail','0','2025-04-29 14:19:19','','','','0','Cash','300','','','20','16.00','1','2025-04-29 14:17:10','1','13','new','1','printed','pcs','','','','','','5.08','','','VATABLE',254.24,40.68,'','5.00','4','Inclusive','branch','Inventory','1110','4000','5500',''),('21174842288983082423892',5460,'211748422886','1',1.00,'50','retail','0','2025-05-28 12:01:26','','','','0','Cash','50','','','21','16.00','1','2025-05-28 09:01:29','3','1','new','1','new','pcs','','','','yes','','0.85','','','VATABLE',42.37,6.78,'1','4978.00','4977','Inclusive','branch','Inventory','1110','4000','5500',''),('21174842290637122860324',5461,'211748422886','52',1.00,'150','retail','0','2025-05-28 12:01:40','','','','0','Cash','150','','','21','16.00','1','2025-05-28 09:01:46','3','7','new','1','new','pcs','','','','yes','','2.54','','','VATABLE',127.12,20.34,'1','917.00','916','Inclusive','branch','Inventory','1110','4000','5500',''),('21174842292414202003030',5462,'211748422886','95',1.00,'100','retail','0','2025-05-28 12:02:02','','','','01','Cash','100','','','21','16.00','1','2025-05-28 09:02:05','1','12','new','1','new','pcs','','','','yes','','1.69','','','VATABLE',84.75,13.56,'1','296.00','295','Inclusive','branch','Inventory','1110','4000','5500',''),('21174842293922702234320',5463,'211748422886','8',1.00,'30','retail','0','2025-05-28 12:02:15','','','','0','Cash','30','','','21','16.00','1','2025-05-28 09:02:19','1','12','new','1','new','pcs','','','','yes','','0.51','','','VATABLE',25.42,4.07,'1','2000.00','1999','Inclusive','branch','Inventory','1110','4000','5500',''); /*!40000 ALTER TABLE `sales_orderraw` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_reading` -- DROP TABLE IF EXISTS `sales_reading`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `sales_reading` ( `invoice` varchar(100) NOT NULL, `code` varchar(100) NOT NULL, `qty` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `salestype` varchar(100) NOT NULL, `sprice` varchar(100) NOT NULL, `discount` varchar(100) NOT NULL, `dateposted` varchar(50) NOT NULL, `address` varchar(50) NOT NULL, `description` text NOT NULL, `user` varchar(50) NOT NULL, `bprice` varchar(50) NOT NULL, `type` varchar(50) NOT NULL DEFAULT 'cash', `tax` varchar(50) NOT NULL, `balance` varchar(50) NOT NULL, `customer` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `mode` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `id` int(30) NOT NULL AUTO_INCREMENT, `status` varchar(30) NOT NULL DEFAULT 'new', `category` varchar(30) NOT NULL, `maincategory` varchar(10) NOT NULL, `start` varchar(100) NOT NULL, `close` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sales_reading` -- LOCK TABLES `sales_reading` WRITE; /*!40000 ALTER TABLE `sales_reading` DISABLE KEYS */; /*!40000 ALTER TABLE `sales_reading` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `salesreading` -- DROP TABLE IF EXISTS `salesreading`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `salesreading` ( `id` int(11) NOT NULL AUTO_INCREMENT, `invoice` varchar(100) NOT NULL, `cashier` varchar(100) NOT NULL, `type` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `due_date` varchar(100) NOT NULL, `name` varchar(100) NOT NULL, `balance` varchar(20) NOT NULL DEFAULT '0', `userid` varchar(50) NOT NULL, `dateposted` varchar(50) NOT NULL, `customer` varchar(50) NOT NULL, `cash` varchar(50) NOT NULL, `total` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `salestype` varchar(50) NOT NULL, `maindiscount` varchar(20) DEFAULT NULL, `discountedtotal` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `salesreading` -- LOCK TABLES `salesreading` WRITE; /*!40000 ALTER TABLE `salesreading` DISABLE KEYS */; /*!40000 ALTER TABLE `salesreading` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `salesreport` -- DROP TABLE IF EXISTS `salesreport`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `salesreport` ( `id` int(50) NOT NULL, `type` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `title` varchar(50) NOT NULL, `description` text NOT NULL, `dateposted` varchar(50) NOT NULL, `user` varchar(100) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `reportdate` varchar(50) NOT NULL, `recommendation` text NOT NULL, `controller` varchar(40) NOT NULL, `companyid` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `salesreport` -- LOCK TABLES `salesreport` WRITE; /*!40000 ALTER TABLE `salesreport` DISABLE KEYS */; /*!40000 ALTER TABLE `salesreport` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `salestatuscodes` -- DROP TABLE IF EXISTS `salestatuscodes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `salestatuscodes` ( `id` int(50) NOT NULL AUTO_INCREMENT, `code` varchar(50) NOT NULL, `description` text DEFAULT NULL, `status` varchar(50) NOT NULL, `name` text NOT NULL, `sort_order` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `salestatuscodes` -- LOCK TABLES `salestatuscodes` WRITE; /*!40000 ALTER TABLE `salestatuscodes` DISABLE KEYS */; INSERT INTO `salestatuscodes` VALUES (1,'01',NULL,'Y','Wait for Approval','1'),(2,'02',NULL,'Y','Approved','2'),(3,'03',NULL,'Y','Cancel Requested','3'),(4,'04',NULL,'Y','Canceled','4'),(5,'05',NULL,'Y','Refunded','5'),(6,'06',NULL,'Y','Transferred','6'); /*!40000 ALTER TABLE `salestatuscodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `serials` -- DROP TABLE IF EXISTS `serials`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `serials` ( `id` int(11) NOT NULL AUTO_INCREMENT, `itemid` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'new', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `code` varchar(30) NOT NULL, `branch` varchar(30) NOT NULL, `qty` decimal(10,4) NOT NULL, `buyingprice` decimal(10,2) NOT NULL, `sellingprice` decimal(10,2) NOT NULL, `invoice` varchar(50) DEFAULT NULL, `serial` varchar(50) NOT NULL, `otherserial` varchar(50) NOT NULL, `name` text NOT NULL, `description` text NOT NULL, `batchno` int(11) NOT NULL, `myid` int(50) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `serial` (`serial`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `serials` -- LOCK TABLES `serials` WRITE; /*!40000 ALTER TABLE `serials` DISABLE KEYS */; /*!40000 ALTER TABLE `serials` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `serialstocktaking` -- DROP TABLE IF EXISTS `serialstocktaking`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `serialstocktaking` ( `id` int(10) NOT NULL AUTO_INCREMENT, `code` varchar(50) NOT NULL, `open` decimal(10,2) NOT NULL, `added` decimal(10,2) NOT NULL, `balance` decimal(10,2) NOT NULL, `branchid` int(10) NOT NULL, `type` varchar(30) NOT NULL DEFAULT 'open', `userid` int(30) NOT NULL, `companyid` int(30) NOT NULL, `startdate` varchar(30) NOT NULL, `closedate` varchar(10) NOT NULL, `updatedby` int(10) NOT NULL, `postedtime` varchar(30) NOT NULL, `status` varchar(10) NOT NULL DEFAULT 'open', `maincategory` int(11) NOT NULL, `serial` varchar(50) NOT NULL, `sellingprice` varchar(20) NOT NULL, `buyingprice` varchar(20) NOT NULL, `name` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `serialstocktaking` -- LOCK TABLES `serialstocktaking` WRITE; /*!40000 ALTER TABLE `serialstocktaking` DISABLE KEYS */; /*!40000 ALTER TABLE `serialstocktaking` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `setting` -- DROP TABLE IF EXISTS `setting`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `setting` ( `name` varchar(255) NOT NULL, `value` text NOT NULL, PRIMARY KEY (`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `setting` -- LOCK TABLES `setting` WRITE; /*!40000 ALTER TABLE `setting` DISABLE KEYS */; /*!40000 ALTER TABLE `setting` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sms` -- DROP TABLE IF EXISTS `sms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `sms` ( `id` int(30) NOT NULL AUTO_INCREMENT, `contact` varchar(60) NOT NULL, `postedtime` varchar(40) NOT NULL, `message` text NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `smscount` int(11) NOT NULL, `messageId` int(11) NOT NULL, `response` text NOT NULL, `cost` int(11) NOT NULL, `bulkId` varchar(100) NOT NULL, `qty` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sms` -- LOCK TABLES `sms` WRITE; /*!40000 ALTER TABLE `sms` DISABLE KEYS */; /*!40000 ALTER TABLE `sms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sms_in` -- DROP TABLE IF EXISTS `sms_in`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `sms_in` ( `id` int(11) NOT NULL AUTO_INCREMENT, `sms_text` varchar(1600) DEFAULT NULL, `sender_number` varchar(50) DEFAULT NULL, `sent_dt` datetime DEFAULT NULL, `code` varchar(15) NOT NULL, `amount` decimal(10,2) NOT NULL DEFAULT 0.00, `firstname` varchar(15) DEFAULT NULL, `lastname` varchar(15) DEFAULT NULL, `msisdn` varchar(50) DEFAULT '0', `used` int(5) NOT NULL DEFAULT 0, `exactime` datetime NOT NULL, `txn_time` varchar(50) DEFAULT NULL, `middlename` varchar(50) DEFAULT NULL, `account_number` varchar(50) DEFAULT NULL, `business_shortcode` varchar(50) DEFAULT NULL, `transactionType` varchar(30) DEFAULT NULL, `printed` int(5) NOT NULL DEFAULT 0, `OrgAccountBalance` decimal(10,2) NOT NULL, `branchid` int(11) DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=35 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sms_in` -- LOCK TABLES `sms_in` WRITE; /*!40000 ALTER TABLE `sms_in` DISABLE KEYS */; INSERT INTO `sms_in` VALUES (1,NULL,'defdae5349d9d357c2772 ***** 83066d423fe45cd075ff05','2025-03-24 18:59:26','TCM9PEJR09',95000.00,'DAVID',NULL,'0',2,'2025-03-24 18:59:26','2025-03-24 18:59:26',NULL,'','398732','Customer Merchant Payment',0,95000.00,1),(2,NULL,'c7faf7e140eba2c37bca05aa377b362e7d35572e0ea9532d64','2025-03-24 19:15:54','TCM4PIOU5W',56000.00,'susan',NULL,'0',2,'2025-03-24 19:15:54','2025-03-24 19:15:54',NULL,'','398931','Customer Merchant Payment',0,56000.00,1),(3,NULL,'e8e5501037016c4dedb2dffb22bd9b7f44a1de6e2b8b16b66d','2025-03-22 19:33:35','TCM7PN9PXH',81000.00,'Dennis',NULL,'0',2,'2025-03-22 19:33:35','2025-03-22 19:33:35',NULL,'','398732','Customer Merchant Payment',0,176000.00,1),(4,NULL,'6d9c2e4e21cb97f0a7c5dbdc23024343e242c0cf495de78be8','2025-03-22 19:44:16','TCM5PQ2QL5',400.00,'Ruth',NULL,'0',2,'2025-03-22 19:44:16','2025-03-22 19:44:16',NULL,'','398732','Customer Merchant Payment',0,176400.00,1),(5,NULL,'a1ceaaccf633a07114054c7ab196dfd7c3d266d28c88b5c6e8','2025-03-22 20:58:17','TCM3Q6GO47',48920.00,'JULIET',NULL,'0',2,'2025-03-22 20:58:17','2025-03-22 20:58:17',NULL,'','398931','Customer Merchant Payment',0,104920.00,1),(6,NULL,'8535019f5dd5453df466c0d793a39d63556d709ccd640d798c','2025-03-22 21:50:40','TCM4QEWW7I',50000.00,'Teresa',NULL,'0',2,'2025-03-22 21:50:40','2025-03-22 21:50:40',NULL,'','398904','Customer Merchant Payment',0,50000.00,1),(7,NULL,'bfcfcb0be8f9e00c0355ff56b6162c405fae57596cbd63c55b','2025-03-23 11:39:02','TCN8RSZG2K',71000.00,'boniface',NULL,'0',2,'2025-03-23 11:39:02','2025-03-23 11:39:02',NULL,'','398931','Customer Merchant Payment',0,71000.00,1),(8,NULL,'52d8f6040687d7134c51f5bb7caffef8e28adc2828a1ee9848','2025-03-23 11:43:24','TCN0RTJ7EE',30000.00,'Fredrick',NULL,'0',2,'2025-03-23 11:43:24','2025-03-23 11:43:24',NULL,'','398931','Customer Merchant Payment',0,101000.00,1),(9,NULL,'84b6c5ae8c2bc5c92b4672 ***** 5218d83a667d8487cc0f1','2025-03-23 12:04:16','TCN5RW5J11',52000.00,'juliet',NULL,'0',2,'2025-03-23 12:04:16','2025-03-23 12:04:16',NULL,'','398931','Customer Merchant Payment',0,153000.00,1),(10,NULL,'e2898e8f8fa8bc2c3a60a51ef11750d9794232e1928c3127a0','2025-03-23 12:17:09','TCN8RXRFD8',52000.00,'charles',NULL,'0',2,'2025-03-23 12:17:09','2025-03-23 12:17:09',NULL,'','398732','Customer Merchant Payment',0,52000.00,1),(11,NULL,'c5ee6fbc01cec773bfd165f099a7f5183735533a973e1a4dcc','2025-03-23 12:20:02','TCN7RY4K8T',45000.00,'PAUL',NULL,'0',2,'2025-03-23 12:20:02','2025-03-23 12:20:02',NULL,'','398732','Customer Merchant Payment',0,97000.00,1),(12,NULL,'77a1dcc384efecfa3590ea1d7f77832cb153192bc4f027b738','2025-03-23 12:34:05','TCN2RZX66K',51500.00,'jedidah',NULL,'0',2,'2025-03-23 12:34:05','2025-03-23 12:34:05',NULL,'','398931','Customer Merchant Payment',0,204500.00,1),(13,NULL,'c7faf7e140eba2c37bca05aa377b362e7d35572e0ea9532d64','2025-03-23 13:52:16','TCN6SAGPVG',54000.00,'susan',NULL,'0',2,'2025-03-23 13:52:16','2025-03-23 13:52:16',NULL,'','398931','Customer Merchant Payment',0,258500.00,1),(14,NULL,'30761dfe23e90a5cd584a90c1596c910739cbcc0d43cf6a823','2025-03-23 13:56:01','TCN5SB0GP5',47000.00,'STEPHEN',NULL,'0',2,'2025-03-23 13:56:01','2025-03-23 13:56:01',NULL,'','398931','Customer Merchant Payment',0,305500.00,1),(15,NULL,'20e616496f80099dce58ca3038709afc862b183c7ddf3ebf1a','2025-03-23 14:46:17','TCN8SI8WT8',72000.00,'PRISCA',NULL,'0',2,'2025-03-23 14:46:17','2025-03-23 14:46:17',NULL,'','398931','Customer Merchant Payment',0,72000.00,1),(16,NULL,'da777734345e862544b32e85f8f737ded98ae3862966d3597d','2025-03-23 15:07:49','TCN3SLCHXH',25000.00,'Meshak',NULL,'0',2,'2025-03-23 15:07:49','2025-03-23 15:07:49',NULL,'','398931','Customer Merchant Payment',0,97000.00,1),(17,NULL,'1e44e7d7415 ***** 3461b6d262d8de0e27f4e7d5bb9014fe','2025-03-23 15:13:00','TCN5SM3HQJ',73000.00,'RUTH',NULL,'0',2,'2025-03-23 15:13:00','2025-03-23 15:13:00',NULL,'','398732','Customer Merchant Payment',0,73000.00,1),(18,NULL,'b94e03f9e2ce6fa33eec9fddace09aa14bb26f716f06c2f2b5','2025-03-23 16:18:27','TCN5SVPO3T',51000.00,'assiah',NULL,'0',2,'2025-03-23 16:18:27','2025-03-23 16:18:27',NULL,'','398931','Customer Merchant Payment',0,148000.00,1),(19,NULL,'6d9c2e4e21cb97f0a7c5dbdc23024343e242c0cf495de78be8','2025-03-23 16:44:40','TCN8SZNPFW',61000.00,'Ruth',NULL,'0',2,'2025-03-23 16:44:40','2025-03-23 16:44:40',NULL,'','398732','Customer Merchant Payment',0,134000.00,1),(20,NULL,'a1ceaaccf633a07114054c7ab196dfd7c3d266d28c88b5c6e8','2025-03-23 16:57:04','TCN8T1KOE0',54000.00,'JULIET',NULL,'0',2,'2025-03-23 16:57:04','2025-03-23 16:57:04',NULL,'','398931','Customer Merchant Payment',0,54000.00,1),(21,NULL,'3673 ***** 952e5c86fe4335cebeaa9960da2c7fdd638bd06','2025-03-23 16:59:42','TCN5T1ZQ59',53000.00,'DORCAS',NULL,'0',2,'2025-03-23 16:59:42','2025-03-23 16:59:42',NULL,'','398732','Customer Merchant Payment',0,53000.00,1),(22,NULL,'1813813e8803d6f9cb7f59c143798970c1662f2fc2d30e0e96','2025-03-23 17:35:28','TCN4T7RE20',71100.00,'teresa',NULL,'0',2,'2025-03-23 17:35:28','2025-03-23 17:35:28',NULL,'','398931','Customer Merchant Payment',0,125100.00,1),(23,NULL,'a3b35ca1c9978fa5a2c62d2df9606cb68274ac019c569d9079','2025-03-23 17:55:58','TCN9TB77SR',30000.00,'MILKAH',NULL,'0',2,'2025-03-23 17:55:58','2025-03-23 17:55:58',NULL,'','398931','Customer Merchant Payment',0,155100.00,1),(24,NULL,'81a51d75d6f2684a767a61ced139fb1152f7af5774b07780e0','2025-03-23 18:38:58','TCN8TJB0CC',79000.00,'ISAAC',NULL,'0',2,'2025-03-23 18:38:58','2025-03-23 18:38:58',NULL,'','398732','Customer Merchant Payment',0,132000.00,1),(25,NULL,'996a152d37c6b07392572174dc502772f5e7dd227e1daca32c','2025-03-23 18:44:33','TCN1TKFM3H',68000.00,'BRIAN',NULL,'0',2,'2025-03-23 18:44:33','2025-03-23 18:44:33',NULL,'','398732','Customer Merchant Payment',0,200000.00,1),(26,NULL,'3673 ***** 952e5c86fe4335cebeaa9960da2c7fdd638bd06','2025-03-23 18:44:44','TCN7TKGVR9',54000.00,'DORCAS',NULL,'0',2,'2025-03-23 18:44:44','2025-03-23 18:44:44',NULL,'','398732','Customer Merchant Payment',0,254000.00,1),(27,NULL,'be970f11324dcf34bf9a9bf879784460d29830e5fabe1ee4fd','2025-03-23 18:46:32','TCN8TKUGOY',52120.00,'john',NULL,'0',2,'2025-03-23 18:46:32','2025-03-23 18:46:32',NULL,'','398931','Customer Merchant Payment',0,207220.00,1),(28,NULL,'e7c4fc296c8802d8ff8928244ccadbc8788e70564a76491028','2025-03-23 19:00:11','TCN9TNSABX',46000.00,'Simon',NULL,'0',2,'2025-03-23 19:00:11','2025-03-23 19:00:11',NULL,'','398931','Customer Merchant Payment',0,253220.00,1),(29,NULL,'9b01fa3f4c661872666b71dd28af2150a56016a5adb59a3001','2025-03-23 19:20:22','TCN9TSHC35',31500.00,'Patrick',NULL,'0',2,'2025-03-23 19:20:22','2025-03-23 19:20:22',NULL,'','398931','Customer Merchant Payment',0,284720.00,1),(30,NULL,'9b01fa3f4c661872666b71dd28af2150a56016a5adb59a3001','2025-03-23 19:23:25','TCN8TT7D96',150.00,'Patrick',NULL,'0',2,'2025-03-23 19:23:25','2025-03-23 19:23:25',NULL,'','398931','Customer Merchant Payment',0,284870.00,1),(31,NULL,'92c3d9751 ***** 9716a92670e582eb5a87717e1cc08699e0','2025-03-23 20:50:40','TCN0UB87V8',32890.00,'FREDRICK',NULL,'0',2,'2025-03-23 20:50:40','2025-03-23 20:50:40',NULL,'','398931','Customer Merchant Payment',0,317760.00,1),(32,NULL,'d5084e6edb7a955f6f481b208b76ab4c3631 ***** 134ac35','2025-03-23 20:54:06','TCN5UBST57',40070.00,'hellen',NULL,'0',2,'2025-03-23 20:54:06','2025-03-23 20:54:06',NULL,'','398931','Customer Merchant Payment',0,357830.00,1),(33,NULL,'0d30f83ea84f34965ee86660221c8053efbf0a70f06a42b971','2025-03-23 21:20:53','TCN5UFU9U1',108.00,'JOSEPH',NULL,'0',2,'2025-03-23 21:20:53','2025-03-23 21:20:53',NULL,'','398732','Customer Merchant Payment',0,254108.00,1),(34,NULL,'6d9c2e4e21cb97f0a7c5dbdc23024343e242c0cf495de78be8','2025-03-23 22:18:45','TCN1UML3O1',40000.00,'Ruth',NULL,'0',2,'2025-03-23 22:18:45','2025-03-23 22:18:45',NULL,'','398732','Customer Merchant Payment',0,294108.00,1); /*!40000 ALTER TABLE `sms_in` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `smsconfig` -- DROP TABLE IF EXISTS `smsconfig`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `smsconfig` ( `id` int(30) NOT NULL, `username` text NOT NULL, `apikey` text NOT NULL, `from` varchar(50) NOT NULL, `link` text NOT NULL, `businessname` text NOT NULL, `contact` varchar(100) NOT NULL, `location` varchar(100) NOT NULL, `email` varchar(100) NOT NULL, `code` varchar(50) NOT NULL, `description` text NOT NULL, `contactperson` varchar(100) NOT NULL, `password` varchar(50) NOT NULL, `contact2` varchar(50) NOT NULL, `address` varchar(50) NOT NULL, `currencysymbol` varchar(100) NOT NULL, `tax1` varchar(100) NOT NULL, `tax1rate` varchar(100) NOT NULL, `tax2` varchar(100) NOT NULL, `tax2rate` varchar(100) NOT NULL, `website` varchar(100) NOT NULL, `returnpolicy` text NOT NULL, `logo` text NOT NULL, `paymenttypes` text NOT NULL, `country` varchar(50) NOT NULL, `totalsms` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `updatedat` varchar(50) NOT NULL, `display1` varchar(5) NOT NULL, `display2` varchar(5) NOT NULL, `maindiscount` varchar(10) NOT NULL DEFAULT 'no', `receiptdescription` varchar(5) NOT NULL DEFAULT 'yes', `deadline` text NOT NULL, `tillno` text NOT NULL, `invoicedetails` text NOT NULL, `barcode` varchar(3) NOT NULL DEFAULT 'no', `deadlinedetails` text NOT NULL, `businesskey` text NOT NULL, `display` varchar(30) NOT NULL, `fromdate` varchar(30) NOT NULL, `todate` varchar(30) NOT NULL, `starttime` varchar(30) NOT NULL, `duetime` varchar(30) NOT NULL, `view` text NOT NULL, `receipt` varchar(50) NOT NULL, `mode` varchar(30) NOT NULL, `feedback` text NOT NULL, `sendfeedback` varchar(10) NOT NULL, `dublicate` varchar(10) NOT NULL, `smscompany` varchar(30) NOT NULL DEFAULT 'Infobip', `newuser` varchar(30) NOT NULL, `newpassword` varchar(30) NOT NULL, `senderid` varchar(30) NOT NULL, `leftoverview` text NOT NULL, `rightoverview` text NOT NULL, `assetaccount` varchar(50) NOT NULL, `salesaccount` varchar(50) NOT NULL, `expenseaccount` varchar(50) NOT NULL, `starthappyhour` varchar(20) NOT NULL, `endhappyhourse` varchar(20) NOT NULL, `statushappyhour` varchar(20) NOT NULL, `salesmethod` varchar(20) NOT NULL, `plot` int(11) NOT NULL DEFAULT 10, `defautpage` varchar(255) NOT NULL DEFAULT 'user/home', `ecommerce` varchar(10) NOT NULL DEFAULT 'deactivate', `landingpage` varchar(40) NOT NULL DEFAULT 'products', `path` text NOT NULL, `shortcode` text NOT NULL, `confirmationurl` text NOT NULL, `validationurl` text NOT NULL, `responseType` text NOT NULL, `consumer_key` text NOT NULL, `consumer_secret` text NOT NULL, `signature` text DEFAULT NULL, `kitchen` varchar(30) NOT NULL DEFAULT 'no', `kitchenid` int(11) DEFAULT NULL, `receiptlogo` varchar(10) NOT NULL DEFAULT 'no', `bankcode` varchar(20) NOT NULL DEFAULT 'no', `menutype` varchar(50) NOT NULL DEFAULT 'Left', `hscode` varchar(20) NOT NULL DEFAULT 'YES', `smslogin` varchar(50) NOT NULL DEFAULT 'no', `servicecharge` varchar(20) NOT NULL DEFAULT '3', `displayservicecharge` varchar(20) NOT NULL DEFAULT 'no', `restricttill` varchar(20) DEFAULT 'no', `currency` varchar(20) NOT NULL DEFAULT 'no', `etims` varchar(20) NOT NULL DEFAULT 'no', `etimsonline` varchar(5) NOT NULL DEFAULT 'no', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `smsconfig` -- LOCK TABLES `smsconfig` WRITE; /*!40000 ALTER TABLE `smsconfig` DISABLE KEYS */; INSERT INTO `smsconfig` VALUES (1,'76','c8d1ec0b9d21d199d6d7514ce002b85fd3022037d31141cecf5ea57902320994f885c92064cc2bee019f87df642212ac30505551','Robisearch','','<H2 style=\"margin:0px;color:blue\">STERLING COFFEE HSE LTD\r\n</BR>BIASHARA STREET BRANCH KITUI, </BR>,0716778841,\r\n</BR>COMPANY PIN: P051931361E\r\n</BR>PAYBILL 522533 ACC 7985707</H2>\r\n\r\n','254718667391','Nairobi Ngara','support@robisearch.com','ROBISEARCHPOS','Pay within 30days <br>\r\n','Robisearch Admin','e7bd1efe6cee0b56cf3b31d7fb5d01c7','254708325411','','KES','VAT','16','levy','2','RO0001','','2024-07-241721832816.png','1','116 ','','1','2025-05-24 13:39:20','yes','yes','no','no','SDzIKYaYtATpfo/EVFraDIMElgxm/eUKz0a0klDAj0P+A/5YZ5yTrQWev2ai8fPM1orwdAvt52eA7684zE6GEQ==','','<B> INVOICE TERMS</B></BR>\r\n1. This invoice is payable on demand unless terms specified.<br>\r\n2. Good once sold are not returnable<br>\r\n3. Ownership of the above good will be vested in Dimetrica limited until fully paid\r\n','yes','You have not paid your pending balance or you have not paid your annual maintenance fees. Kindly send the payment through our Playbill no:522522 and Acc No:1171211120 for you to continue enjoying our services.','PD4lUv2nBrCSeG146bOMD33yvbl7ayZv4O9MesNKBYLSWOc+Ds2OnRAHd0DNMiu0lm+odD0oPP+rcwrG24dWa04SXH5dsnpvBrYHJJKaGQkw+85jnSeO2I/1iWzwPc6z','100','Current','Current','00:00','23:59','CompleteTouch','Two With Automatic Logout','Before Receipt','thank you for shopping with us. ','yes','yes','Advanta','ROBISEARCHLTD','Robisearch@2018','SMSCHAPCHAP','<b>About Robisearch Ltd</b><br>\r\nRobisearch Ltd is an ICT youth based company that begun in 2011 as a result of innovations that transform lives globally. We are innovator behind Biometric lands system and digital birth card system that could help fight terrorisms. We are a member of the Nairobi Chambers (KNCCI) organization and AGPO. We offer attachment /internships opportunity to 60 students on annual basis as a way of creating job opportunity to youths in Kenya. We have great experience in dealing with customers having handled over 500 customers’ country wide. Some of services are:<p class=\"text-center\">\r\n<h3>OUR SERVICES</h3>\r\nBelow are some of our services and solutions:<br>\r\n• Biometric system for schools and business : Price= From Ksh.50,000<br>\r\n• Bulk Sms services(Bulksms ChapChap) : Price= From Ksh.5,000<br>\r\n• Best Erp/Point of Sale/ Inventory Control Software : Price= From Ksh.50,000<br>\r\n• Property Management software that conforms to the Big 4 government agenda. : Price= From Ksh.100,000<br>\r\n\r\nNOTE: You can give discount upto 20% of the above selling price.\r\n</p>\r\n\r\n<p>\r\nOur Vision<br>\r\nTransforming the world through innovation<br>\r\nOur Mission<br>\r\nTo be the best ICT company offering innovate services globally.\r\nBiometric Systems rely mostly on information about a person to identify the person in such a way that specific data about unique biological traits are relied upon to work effectively.\r\nThe biometric School attendance system. This is an innovative system which is used by schools to track student movements. The system sends sms alert to the parents whenever students checks in and out of the schools. The system is also used as digital register to record students and staff attendances instead of manual signing of class register as well as managing payroll based on attendance. The system is also being used by business owners to get sms alert whenever employees checks in and out of the office. There are so many schools using this system and we recommend the same to any school and business. Some of them are JKUAT,Pumwani Hosiptal, Loreto Girls Kiambu,Mandera boys, Kwale boys, Kipsigis girls. Kericho TTC etc.\r\n<br>\r\n\r\n<br>Point of Sale(ROBIPOS) manages sales for any sales related businesses. This system helps business owners to track their daily sales and profit using their phones wherever they are. It has Lipa Na MPESA real time and sms alert. Sms is automatically sends to the computer whenever customer pays through any mobile payment. Also the customer gets automatic thank you message upon payment.\r\nThis system has been integrated with many modules that manages day to day transactions in our client’s business. The system has many functionalities but not limited to the following: Inventory tracking, sales management, customer management, products management, receipting, human resource, accounting module and can real-time Lipa na Mpesa module. \r\nThe sales management system can be used in diverse businesses like wholesales, boutiques, electrical and electronics, minimarts, supermarkets, cosmetic shops, jeweler shops and any retail businesses.\r\nOur POS system helps <br>\r\n? Improve our customer’s experience by serving them in a fast and convenient way<br>\r\n? Management of stock<br>\r\n? Presentable documents such as receipts, orders and reports are issued to customers of our clients.<br>\r\n? Storage and retrieval of documents is made easier<br>\r\n? Accuracy; scanning is more accurate than punching in numbers from a sticker or expecting the cashier to manually remember what each item costs.\r\n? Analysis ;<br>\r\n? POS let our clients manage inventory, flag items for reorder and analyze sales patterns.<br>\r\nBulksms ChapChap is a bulk sms software which can be used to send sms/reminders to customers. It’s the most feasible and essential strategy to target a mass audience as a marketing and communication tool. Whether launching a new product or would like a nationwide announcement, or whether you want to remind people of a certain meeting or deal, our bulk sms manages all the requirements from start to finish. The system can be used by anybody to manage their dairies since you can store all your appointments and activities then system will send you sms whenever that time reaches. \r\nOur bulk sms comes with advantages such as;<br>\r\n? Instant delivery of messages<br>\r\n? Flexible platform that can send over 10,000 sms once<br>\r\n? The systems comes with a reminder to notify one of any pending deals<br>\r\n? Sms can be stored, easily forwarded or tracked using delivery reports<br>\r\n? Lower cost and time to be delivered than a phone call.<br>\r\n? It is more reliable than emailing as the chances of the recipient reading the message is very high<br>\r\n? Limitless market potential<br>\r\nOur clients include;Bulk sms: JKUAT, Elimu TV, Uwezo Fund, Moi forces Academy<br>\r\nBiometric: JKUAT, Orero Boys, Kayole High school<br>\r\nPoint of sale: Luna Park, Victoria Falls, Garrison Teachers College, Ndumia Group<br>\r\nwww.robisearch.com<br>\r\nhttp://www.bulksmschapchap.com/<br>\r\n\r\n\r\n</p>\r\n<p>\r\nFeel free to contact us: <br>\r\n<a href=\"http://www.robisearch.com/\">www.robisearch.com</a> <br>\r\nEmail :info@robisearch.com<br>\r\nPhone: 0780655987<br>\r\nPhone: 0716413386<br>\r\nOur Offices are Nairobi-Nara and Juja town<br>\r\n Experiencing any problem? Send an email to <a href=\"mailto:info@robisearch.com\">info@robisearch.com</a> or <a href=\"mailto:robisearch@gmail.com\">robisearch@gmail.com</a> or follow us on <a href=\"https://www.facebook.com/Robiearch?fref=ts\">Facebook</a> or on <a href=\"https://twitter.com/robisearch\">Twitter.</a> . You can also view more on <a href=\"http://www.robisearch.com/\"> our website</a>\r\n\r\n</p></b>\r\n ','<B> Reseller/Agent Benefits</b>\r\n <br>\r\n1. Earn Commisiions <br>\r\n2. Get best offers <br>\r\n3. Get Incentives <br>\r\n \r\n <B> Reseller/Agent Categories</b>\r\n We pay according to your effort hence it is based on commission.<br>\r\n 1. You will get 10% of what you sell on Monthly basis if you make between 1-5 sales per month.<br>\r\n 2. You will get 20% of what you sell on Monthly basis if you make between 6-20 sales per month.<br>\r\n 3. You will get 30% of what you sell on Monthly basis if you make above 21 sales per month.<br>\r\n','1110','4000','5500','08:00','10:00','no','General',10,'user/viewsales','deactivate','products','D:\\\\xampp\\\\htdocs\\\\ATT2000.mdb','5017639','http://erp.robisearch.com/getpayment','http://erp.robisearch.com/getpayment/verifypayment','763987b5a070372631fe9610e3a6c45ad96be9110f9390caa29b1db3983d0e8f','Ek12dMymcl3AtHSQIy4BAhUK5QLelZm2','mDIef2sGIDMqjcLv','From Robisearch LTD','yes',0,'no','no','Both','no','no','3','no','no','no','no','yes'); /*!40000 ALTER TABLE `smsconfig` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `smslogin` -- DROP TABLE IF EXISTS `smslogin`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `smslogin` ( `id` int(10) NOT NULL, `date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `code` varchar(20) NOT NULL, `phone` varchar(20) NOT NULL, `status` varchar(10) NOT NULL DEFAULT 'active', `userid` int(10) NOT NULL, `fromtime` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `totime` datetime NOT NULL, `duration` varchar(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `smslogin` -- LOCK TABLES `smslogin` WRITE; /*!40000 ALTER TABLE `smslogin` DISABLE KEYS */; /*!40000 ALTER TABLE `smslogin` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `smstemplate` -- DROP TABLE IF EXISTS `smstemplate`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `smstemplate` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `smstemplate` -- LOCK TABLES `smstemplate` WRITE; /*!40000 ALTER TABLE `smstemplate` DISABLE KEYS */; INSERT INTO `smstemplate` VALUES (1,'Closing Day1','Your daughter has been released for December holiday today.1','2020-04-25 09:20:01am','active','1','','1'),(2,'Opening Day','Your Daughter Has Just Arrived To School ','2019-02-23 10:17:16am','active','1','','1'),(3,'Closing Day','Your daughter has been released for December holiday today.','2018-10-24 05:51:21pm','active','1','','1'),(4,'MIDTERM','Parents/Guardians who came for Thanks Giving day will be allowed to leave with their daughters for half-term, others will leave on 17/02/19.','2023-08-31 06:03:22am','active','1','','1'),(5,'Opening Day','Almost all the students turned up from April Holiday recess','2019-04-30 04:30:08pm','active','1','','1'),(6,'visitor sms','Wow! Thank you for visiting Robisearch LTD table at Mombasa SK Show.For POS,Biometrics,Digital Visitor book and Marketing:0716413386/ robisearch.com\r\n','2023-09-09 04:59:01am','visitor','1','','1'),(7,'GATEPASS','Thank for visiting us ..click here to give us any suggestion/complains :https://bijouhotel.robisearch.com/box','2025-03-13 02:25:31pm','active','1','','1'); /*!40000 ALTER TABLE `smstemplate` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `splitbill` -- DROP TABLE IF EXISTS `splitbill`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `splitbill` ( `id` int(30) NOT NULL AUTO_INCREMENT, `type` varchar(30) NOT NULL, `userid` varchar(30) NOT NULL, `dateposted` varchar(50) NOT NULL, `batchid` varchar(50) NOT NULL, `invoice` varchar(30) NOT NULL, `companyid` int(11) NOT NULL, `branchid` int(11) NOT NULL, `batchno` int(11) NOT NULL, `description` text NOT NULL, `salesid` int(11) NOT NULL, `qty` decimal(10,2) DEFAULT NULL, `price` decimal(10,2) DEFAULT NULL, `originalinvoice` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=17 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','21','2025-04-30 18:21:55','','211746026433',1,1,0,'',791,1.00,50.00,'211746020354'),(2,'split','11','2025-04-30 21:55:29','','111746039303',1,1,0,'',881,1.00,50.00,'111746037120'),(3,'split','11','2025-04-30 22:04:36','','111746039815',1,1,0,'',885,1.00,50.00,'111746037120'),(4,'split','11','2025-04-30 22:04:36','','111746039815',1,1,0,'',886,2.00,50.00,'111746037120'),(5,'split','11','2025-04-30 22:04:36','','111746039815',1,1,0,'',887,1.00,300.00,'111746037120'),(6,'split','11','2025-04-30 22:04:36','','111746039815',1,1,0,'',888,1.00,300.00,'111746037120'),(7,'split','11','2025-04-30 22:04:36','','111746039815',1,1,0,'',889,1.00,300.00,'111746037120'),(8,'split','11','2025-04-30 22:04:36','','111746039815',1,1,0,'',890,1.00,300.00,'111746037120'),(9,'split','11','2025-04-30 22:04:36','','111746039815',1,1,0,'',891,1.00,30.00,'111746037120'),(10,'split','11','2025-04-30 22:04:36','','111746039815',1,1,0,'',892,1.00,50.00,'111746037120'),(11,'split','11','2025-04-30 22:04:36','','111746039815',1,1,0,'',895,1.00,50.00,'111746037120'),(12,'split','8','2025-05-06 16:42:00','','81746538898',1,1,0,'',1882,1.00,600.00,'81746535560'),(13,'split','8','2025-05-06 16:42:00','','81746538898',1,1,0,'',1883,1.00,50.00,'81746535560'),(14,'split','8','2025-05-06 16:42:00','','81746538898',1,1,0,'',1885,1.00,50.00,'81746535560'),(15,'split','8','2025-05-06 16:42:00','','81746538898',1,1,0,'',1886,1.00,200.00,'81746535560'),(16,'split','8','2025-05-06 16:42:19','','81746538931',1,1,0,'',1884,1.00,600.00,'81746535560'); /*!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=7 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `splitbillmaster` -- LOCK TABLES `splitbillmaster` WRITE; /*!40000 ALTER TABLE `splitbillmaster` DISABLE KEYS */; INSERT INTO `splitbillmaster` VALUES (1,'merge','1','2025-02-17 15:07:40','11739793924',1,1,0,'',NULL),(2,'split','21','2025-04-30 18:21:55','211746026433',1,1,0,'','211746020354'),(3,'split','11','2025-04-30 21:55:29','111746039303',1,1,0,'','111746037120'),(4,'split','11','2025-04-30 22:04:36','111746039815',1,1,0,'','111746037120'),(5,'split','8','2025-05-06 16:42:00','81746538898',1,1,0,'','81746535560'),(6,'split','8','2025-05-06 16:42:19','81746538931',1,1,0,'','81746535560'); /*!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=5 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,'5900','0','31745579173','2025-04-25 14:07:44',0.00,0.00,'','3','1','n/a','market supplies','997','1','','','N/A','0','0','EXEMPTED'),(2,'5510','0','31745579173','2025-04-25 14:07:44',0.00,0.00,'','3','1','n/a','muli mall to biashara branch','100','1','','','N/A','0','0','EXEMPTED'),(3,'5250','0','31745579173','2025-04-25 14:07:44',0.00,0.00,'','3','1','n/a','staff lunch expenses','1000','1','','','N/A','0','0','EXEMPTED'),(4,'5900','0','31745667457','2025-04-26 14:39:15',0.00,0.00,'','3','1','n/a','market expenses','2280','1','','','N/A','0','0','EXEMPTED'); /*!40000 ALTER TABLE `statement` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `status` -- DROP TABLE IF EXISTS `status`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `status` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(45) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `status` -- LOCK TABLES `status` WRITE; /*!40000 ALTER TABLE `status` DISABLE KEYS */; INSERT INTO `status` VALUES (1,'New'),(2,'Waiting Approval'),(3,'Approved'),(4,'Rejected'),(5,'Pending'),(6,'Returned'); /*!40000 ALTER TABLE `status` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `stock` -- DROP TABLE IF EXISTS `stock`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `stock` ( `id` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(50) NOT NULL, `open` decimal(10,2) NOT NULL, `added` decimal(10,2) NOT NULL, `total` decimal(10,2) NOT NULL, `sold` decimal(10,2) NOT NULL, `balance` decimal(10,2) NOT NULL, `price` decimal(10,2) NOT NULL, `totalamount` decimal(10,2) NOT NULL, `branchid` varchar(20) NOT NULL, `type` varchar(30) NOT NULL DEFAULT 'open', `userid` int(30) NOT NULL, `companyid` int(30) NOT NULL, `startdate` varchar(30) NOT NULL, `closedate` varchar(10) NOT NULL, `updatedby` int(10) NOT NULL, `postedtime` varchar(30) NOT NULL, `unsold` varchar(50) NOT NULL, `returned` varchar(30) NOT NULL, `shift` varchar(5) DEFAULT '1', `bprice` varchar(20) NOT NULL, `profit` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `stock` -- LOCK TABLES `stock` WRITE; /*!40000 ALTER TABLE `stock` DISABLE KEYS */; /*!40000 ALTER TABLE `stock` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `stocktaking` -- DROP TABLE IF EXISTS `stocktaking`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `stocktaking` ( `id` int(10) NOT NULL AUTO_INCREMENT, `code` varchar(50) NOT NULL, `open` decimal(10,2) NOT NULL, `added` decimal(10,2) NOT NULL, `balance` decimal(10,2) NOT NULL, `branchid` int(10) NOT NULL, `type` varchar(30) NOT NULL DEFAULT 'open', `userid` int(30) NOT NULL, `companyid` int(30) NOT NULL, `startdate` varchar(30) NOT NULL, `closedate` varchar(10) NOT NULL, `updatedby` int(10) NOT NULL, `postedtime` varchar(30) NOT NULL, `status` varchar(10) NOT NULL DEFAULT 'open', `maincategory` int(11) NOT NULL, `description` text NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `code` (`code`,`branchid`,`startdate`) ) ENGINE=InnoDB AUTO_INCREMENT=80 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `stocktaking` -- LOCK TABLES `stocktaking` WRITE; /*!40000 ALTER TABLE `stocktaking` DISABLE KEYS */; INSERT INTO `stocktaking` VALUES (1,'81',0.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',0,''),(2,'79',0.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',0,''),(3,'78',0.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',0,''),(4,'76',5.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',3,''),(5,'75',0.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',3,''),(6,'74',0.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',3,''),(7,'73',0.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',3,''),(8,'72',0.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',3,''),(9,'71',0.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',3,''),(10,'70',0.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',3,''),(11,'69',0.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',3,''),(12,'68',0.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',3,''),(13,'67',10.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',1,''),(14,'66',24.00,0.00,-24.00,1,'branch',3,1,'2025-04-26','2025-04-26',3,'13:50:39','open',1,''),(15,'65',0.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',3,''),(16,'64',2.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',3,''),(17,'63',23.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',3,''),(18,'62',144.00,72.00,-72.00,1,'branch',3,1,'2025-04-26','2025-04-26',3,'13:50:39','open',3,''),(19,'61',24.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',3,''),(20,'60',0.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',3,''),(21,'59',522.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',3,''),(22,'58',0.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',3,''),(23,'57',20.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',3,''),(24,'56',12.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',3,''),(25,'55',12.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',3,''),(26,'54',35.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',3,''),(27,'53',25.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',3,''),(28,'52',50.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',3,''),(29,'51',13.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',1,''),(30,'50',10.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',1,''),(31,'49',0.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',1,''),(32,'48',50.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',1,''),(33,'47',0.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',1,''),(34,'46',50.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',3,''),(35,'45',0.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',3,''),(36,'44',0.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',3,''),(37,'43',0.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',3,''),(38,'42',0.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',3,''),(39,'41',4.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',3,''),(40,'40',5.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',1,''),(41,'39',15.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',1,''),(42,'38',6.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',1,''),(43,'37',5.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',1,''),(44,'36',5.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',1,''),(45,'35',2.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',1,''),(46,'34',12.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',1,''),(47,'33',9.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',1,''),(48,'32',4.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',1,''),(49,'31',5.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',1,''),(50,'30',2.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',1,''),(51,'29',5.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',1,''),(52,'28',5.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',1,''),(53,'27',5.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',1,''),(54,'26',4.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',1,''),(55,'25',5.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',1,''),(56,'24',5.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',1,''),(57,'23',5.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',1,''),(58,'22',5.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',1,''),(59,'21',5.00,5.00,0.00,1,'branch',3,1,'2025-04-26','2025-04-26',3,'13:50:39','open',1,''),(60,'20',10.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',1,''),(61,'19',15.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',1,''),(62,'18',30.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',1,''),(63,'17',10.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',3,''),(64,'16',10.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',3,''),(65,'15',15.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',3,''),(66,'14',15.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',3,''),(67,'13',15.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',3,''),(68,'12',15.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',3,''),(69,'11',22.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',1,''),(70,'10',15.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',1,''),(71,'9',10.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',1,''),(72,'8',20.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',1,''),(73,'7',35.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',1,''),(74,'6',30.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',1,''),(75,'5',30.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',1,''),(76,'4',19.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',1,''),(77,'3',20.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',1,''),(78,'2',10.00,0.00,0.00,1,'branch',3,1,'2025-04-26','',0,'13:50:39','open',1,''),(79,'1',29.00,29.00,0.00,1,'branch',3,1,'2025-04-26','2025-04-26',3,'13:50:39','open',3,''); /*!40000 ALTER TABLE `stocktaking` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `stocktakingstatus` -- DROP TABLE IF EXISTS `stocktakingstatus`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `stocktakingstatus` ( `id` int(30) NOT NULL AUTO_INCREMENT, `userid` varchar(30) NOT NULL, `timedone` varchar(50) NOT NULL, `ip` text NOT NULL, `companyid` int(11) NOT NULL, `startdate` date NOT NULL, `closedate` date NOT NULL, `updatedby` int(11) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'open', `maincategory` int(11) NOT NULL, `level` varchar(20) NOT NULL DEFAULT 'one', `type` varchar(20) NOT NULL DEFAULT 'branch', `branchid` int(5) NOT NULL DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `stocktakingstatus` -- LOCK TABLES `stocktakingstatus` WRITE; /*!40000 ALTER TABLE `stocktakingstatus` DISABLE KEYS */; /*!40000 ALTER TABLE `stocktakingstatus` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `stocktypecodes` -- DROP TABLE IF EXISTS `stocktypecodes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `stocktypecodes` ( `id` int(50) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `code` varchar(50) NOT NULL, `description` text DEFAULT NULL, `status` varchar(50) NOT NULL, `sort_order` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `stocktypecodes` -- LOCK TABLES `stocktypecodes` WRITE; /*!40000 ALTER TABLE `stocktypecodes` DISABLE KEYS */; INSERT INTO `stocktypecodes` VALUES (1,'Import','01',NULL,'Y','1'),(2,'Purchase','02',NULL,'Y','2'),(3,'Return','03',NULL,'Y','3'),(4,'Stock Movement','04',NULL,'Y','4'),(5,'Processing','05',NULL,'Y','5'),(6,'Adjustment','06',NULL,'Y','6'),(7,'Sale','11',NULL,'Y','11'),(8,'Return','12',NULL,'Y','12'),(9,'Stock Movement','13',NULL,'Y','13'),(10,'Processing','14',NULL,'Y','14'),(11,'Discarding','15',NULL,'Y','15'),(12,'Adjustment','16',NULL,'Y','16'); /*!40000 ALTER TABLE `stocktypecodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `store` -- DROP TABLE IF EXISTS `store`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `store` ( `id` int(30) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `category` varchar(50) NOT NULL, `supplier` varchar(50) DEFAULT NULL, `code` varchar(255) DEFAULT NULL, `description` varchar(255) NOT NULL, `tax_included` int(1) NOT NULL DEFAULT 0, `buyingprice` varchar(50) NOT NULL, `sellingprice` varchar(50) NOT NULL DEFAULT '0.00', `promoprice` varchar(50) DEFAULT NULL, `wholesaleprice` varchar(50) NOT NULL, `start_date` date DEFAULT NULL, `end_date` date DEFAULT NULL, `reorderevel` int(50) DEFAULT NULL, `allow_alt_description` tinyint(1) NOT NULL, `is_serialized` tinyint(1) NOT NULL, `imgid` varchar(255) DEFAULT NULL, `override_default_tax` int(1) NOT NULL DEFAULT 0, `is_service` int(1) NOT NULL DEFAULT 0, `deleted` int(1) NOT NULL DEFAULT 0, `qty` varchar(50) NOT NULL, `dateposted` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `store` varchar(50) NOT NULL, `expdate` varchar(50) NOT NULL, `orderamount` text NOT NULL, `shortname` varchar(50) NOT NULL, `status` varchar(30) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `item_number` (`code`), KEY `phppos_items_ibfk_1` (`supplier`), KEY `name` (`name`), KEY `deleted` (`deleted`), KEY `phppos_items_ibfk_2` (`imgid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `store` -- LOCK TABLES `store` WRITE; /*!40000 ALTER TABLE `store` DISABLE KEYS */; /*!40000 ALTER TABLE `store` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `subcategory` -- DROP TABLE IF EXISTS `subcategory`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `subcategory` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `maincategory` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `subcategory` -- LOCK TABLES `subcategory` WRITE; /*!40000 ALTER TABLE `subcategory` DISABLE KEYS */; /*!40000 ALTER TABLE `subcategory` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `suggestions` -- DROP TABLE IF EXISTS `suggestions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `suggestions` ( `id` int(50) NOT NULL AUTO_INCREMENT, `title` varchar(60) NOT NULL, `description` text NOT NULL, `postedtime` varchar(60) NOT NULL, `userid` varchar(60) NOT NULL, `img_id` varchar(60) NOT NULL, `updatedtime` varchar(40) NOT NULL, `status` varchar(40) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `suggestions` -- LOCK TABLES `suggestions` WRITE; /*!40000 ALTER TABLE `suggestions` DISABLE KEYS */; /*!40000 ALTER TABLE `suggestions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `supervisor` -- DROP TABLE IF EXISTS `supervisor`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `supervisor` ( `id` int(30) NOT NULL AUTO_INCREMENT, `title` varchar(30) NOT NULL, `department` varchar(50) NOT NULL, `startdate` varchar(30) NOT NULL, `enddate` varchar(30) NOT NULL, `description` text NOT NULL, `employeeno` int(30) NOT NULL, `createdate` varchar(30) NOT NULL, `userid` int(30) NOT NULL, `status` varchar(30) NOT NULL DEFAULT 'active', `companyid` int(11) NOT NULL DEFAULT 1, `branchid` int(11) NOT NULL DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=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,'2','1','2025-01-23','2025-01-23','',1,'2025-01-23 05:38:16am',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` text NOT NULL, `fromdate` varchar(100) NOT NULL, `todate` varchar(100) NOT NULL, `contact` text NOT NULL, `status` varchar(100) NOT NULL, `controller` varchar(100) NOT NULL, `priority` text NOT NULL, `notification` varchar(100) NOT NULL DEFAULT 'yes', `repeated` varchar(100) NOT NULL DEFAULT 'no', `comments` text DEFAULT NULL, `dateposted` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `category` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `branchid` int(11) NOT NULL, `updatedat` varchar(30) NOT NULL, `updatedby` int(11) NOT NULL, `measurements` varchar(30) NOT NULL DEFAULT 'Pc', `target` varchar(30) NOT NULL, `achived` varchar(30) NOT NULL, `exactdate` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB 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, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `mode` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB 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 `taxcodes` -- DROP TABLE IF EXISTS `taxcodes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `taxcodes` ( `id` int(50) NOT NULL AUTO_INCREMENT, `company_id` varchar(50) NOT NULL, `name` varchar(70) NOT NULL, `tax_code` varchar(50) NOT NULL, `sort_order` varchar(50) NOT NULL, `rate` varchar(50) NOT NULL, `rate_code2` varchar(50) NOT NULL, `description` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `taxcodes` -- LOCK TABLES `taxcodes` WRITE; /*!40000 ALTER TABLE `taxcodes` DISABLE KEYS */; INSERT INTO `taxcodes` VALUES (1,'1','A-Exempt','A','1','0','A-EX','A-Exempt'),(2,'1','B-VAT 16%','B','2','16','B-16%','B-VAT 16%'),(3,'1','C-Zero Rated','C','3','0','TAX C','C-Zero Rated'),(4,'1','E-VAT 8%','E','4','8','E-8%','E-VAT 8%'),(5,'1','D-Non VAT','D','5','0','TAX D','D-Non VAT'); /*!40000 ALTER TABLE `taxcodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tillcollection` -- DROP TABLE IF EXISTS `tillcollection`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `tillcollection` ( `id` int(11) NOT NULL AUTO_INCREMENT, `dateposted` varchar(100) NOT NULL, `addedby` int(100) NOT NULL, `approvedby` int(30) NOT NULL, `amount` decimal(10,2) NOT NULL, `description` text NOT NULL, `userid` int(20) NOT NULL, `companyid` int(20) NOT NULL, `branch` int(11) NOT NULL, `collecteddate` varchar(30) NOT NULL, `short` decimal(10,2) NOT NULL, `mode` varchar(20) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'Submitted', `remarks` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tillcollection` -- LOCK TABLES `tillcollection` WRITE; /*!40000 ALTER TABLE `tillcollection` DISABLE KEYS */; /*!40000 ALTER TABLE `tillcollection` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tills` -- DROP TABLE IF EXISTS `tills`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `tills` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `branchid` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tills` -- LOCK TABLES `tills` WRITE; /*!40000 ALTER TABLE `tills` DISABLE KEYS */; /*!40000 ALTER TABLE `tills` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `timer` -- DROP TABLE IF EXISTS `timer`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `timer` ( `id` int(11) NOT NULL AUTO_INCREMENT, `startdate` varchar(30) NOT NULL, `enddate` varchar(50) NOT NULL, `amount` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `createdat` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `hour` varchar(50) NOT NULL, `station` varchar(20) NOT NULL, `description` text NOT NULL, `product` varchar(50) NOT NULL, `unit` varchar(20) NOT NULL, `duration` varchar(50) DEFAULT NULL, `customer` varchar(50) NOT NULL, `invoice` varchar(50) DEFAULT NULL, `branchid` int(11) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `invoice` (`invoice`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `timer` -- LOCK TABLES `timer` WRITE; /*!40000 ALTER TABLE `timer` DISABLE KEYS */; /*!40000 ALTER TABLE `timer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `towns` -- DROP TABLE IF EXISTS `towns`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `towns` ( `id` int(20) NOT NULL, `code` varchar(40) NOT NULL, `name` varchar(255) DEFAULT NULL, `description` text DEFAULT NULL, `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `towns` -- LOCK TABLES `towns` WRITE; /*!40000 ALTER TABLE `towns` DISABLE KEYS */; INSERT INTO `towns` VALUES (1,'1','Central','Central','0000-00-00 00:00:00','0000-00-00 00:00:00'),(2,'2','Coast','Coast','0000-00-00 00:00:00','0000-00-00 00:00:00'),(3,'3','Eastern','Eastern','0000-00-00 00:00:00','0000-00-00 00:00:00'),(4,'4','Nairobi','Nairobi','0000-00-00 00:00:00','0000-00-00 00:00:00'),(5,'5','North Eastern','North Eastern','0000-00-00 00:00:00','0000-00-00 00:00:00'),(6,'6','Nyanza','Nyanza','0000-00-00 00:00:00','0000-00-00 00:00:00'),(7,'7','Rift valley','Rift valley','0000-00-00 00:00:00','0000-00-00 00:00:00'),(8,'8','Western','Western','0000-00-00 00:00:00','0000-00-00 00:00:00'); /*!40000 ALTER TABLE `towns` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `traffic` -- DROP TABLE IF EXISTS `traffic`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `traffic` ( `id` int(11) NOT NULL AUTO_INCREMENT, `postedtime` varchar(30) NOT NULL, `link` text NOT NULL, `ip` varchar(50) NOT NULL, `description` text DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `traffic` -- LOCK TABLES `traffic` WRITE; /*!40000 ALTER TABLE `traffic` DISABLE KEYS */; /*!40000 ALTER TABLE `traffic` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `transtypecodes` -- DROP TABLE IF EXISTS `transtypecodes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `transtypecodes` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `code` varchar(50) NOT NULL, `description` text DEFAULT NULL, `status` varchar(20) NOT NULL, `sort_order` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `transtypecodes` -- LOCK TABLES `transtypecodes` WRITE; /*!40000 ALTER TABLE `transtypecodes` DISABLE KEYS */; INSERT INTO `transtypecodes` VALUES (1,'Copy','C','Copy','Y','1'),(2,'Normal','N','Normal','Y','2'),(3,'Proforma','P','Proforma','Y','3'),(4,'Training','T','Training','Y','4'); /*!40000 ALTER TABLE `transtypecodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `types` -- DROP TABLE IF EXISTS `types`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `types` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `types` -- LOCK TABLES `types` WRITE; /*!40000 ALTER TABLE `types` DISABLE KEYS */; /*!40000 ALTER TABLE `types` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `uom` -- DROP TABLE IF EXISTS `uom`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `uom` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `code` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=23 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `uom` -- LOCK TABLES `uom` WRITE; /*!40000 ALTER TABLE `uom` DISABLE KEYS */; INSERT INTO `uom` VALUES (1,'Piece','pc','2020-06-22 06:18:43','active','1','','1','pcs'),(2,'No Units','No Units','2018-03-29 06:40:47am','active','1','','1','NOU'),(3,'Dozen','Dozen','2018-03-29 06:42:29am','active','1','','1','dz'),(4,'Bar','Bar','2018-03-29 06:43:15am','active','1','','1','BR'),(5,'Packets','Packets','2018-03-29 06:36:08am','active','1','','1','pcks'),(6,'Kilograms','Kilograms','2018-03-29 07:14:40am','active','1','','1','Kg'),(7,'Litre','Litre','2018-03-29 07:14:57am','active','1','','1','ltr'),(8,'Half ','hlf','2018-03-30 12:34:29pm','active','1','','1','hlf'),(9,'sheet','','2018-03-30 12:35:21pm','active','1','','1','sht'),(10,'Bale','','2018-03-30 12:40:40pm','active','1','','1','BL'),(11,'Box','','2018-03-30 12:40:58pm','active','1','','1','bx'),(12,'full','','2018-08-04 11:35:29am','active','1','','1','full'),(13,'refill','','2018-08-04 11:36:06am','active','1','','1','ref'),(14,'1/4','','2018-11-20 09:14:48','active','1','','1','16'),(15,'Feet','','2020-06-09 10:21:14','active','1','','1','ft'),(16,'PIPES','','2020-06-09 19:12:05','active','1','','1','PIPES'),(17,'Monthly','','2020-06-26 07:19:19','active','1','','1','Monthly'),(18,'Daily','','2020-06-26 07:19:31','active','1','','1','Daily'),(19,'Weekly','','2020-06-26 07:19:44','active','1','','1','Weekly'),(20,'Yearly','','2020-06-26 07:19:56','active','1','','1','Yearly'),(21,'Roll','Roll','2020-06-26 07:19:56','active','1','','1','roll'),(22,'Meters','Meters','2020-06-26 07:19:56','active','1','','1','mtr'); /*!40000 ALTER TABLE `uom` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `uomproducts` -- DROP TABLE IF EXISTS `uomproducts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `uomproducts` ( `id` int(11) NOT NULL AUTO_INCREMENT, `uom` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `code` varchar(30) NOT NULL, `branch` varchar(30) NOT NULL, `qty` decimal(10,4) NOT NULL, `price` varchar(30) NOT NULL, `brice` varchar(30) NOT NULL, `unitprice` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `uomproducts` -- LOCK TABLES `uomproducts` WRITE; /*!40000 ALTER TABLE `uomproducts` DISABLE KEYS */; /*!40000 ALTER TABLE `uomproducts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `upgrade` -- DROP TABLE IF EXISTS `upgrade`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `upgrade` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(45) DEFAULT NULL, `companyid` int(11) NOT NULL DEFAULT 1, `description` text NOT NULL, `version` varchar(50) NOT NULL, `package` varchar(50) NOT NULL, `exactdate` varchar(50) NOT NULL, `status` varchar(30) NOT NULL DEFAULT 'active', `userid` int(10) DEFAULT NULL, `entrydate` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `upgrade` -- LOCK TABLES `upgrade` WRITE; /*!40000 ALTER TABLE `upgrade` DISABLE KEYS */; /*!40000 ALTER TABLE `upgrade` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `utilityinvoice` -- DROP TABLE IF EXISTS `utilityinvoice`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `utilityinvoice` ( `id` int(40) NOT NULL AUTO_INCREMENT, `plotno` varchar(60) NOT NULL, `houseno` varchar(40) NOT NULL, `tenantid` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `type` varchar(100) NOT NULL, `description` varchar(100) NOT NULL, `month` varchar(100) NOT NULL, `year` varchar(100) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `duedate` varchar(40) NOT NULL, `paymentstatus` varchar(40) NOT NULL DEFAULT 'receipt', `paymentmode` varchar(40) NOT NULL, `paymentcode` varchar(100) NOT NULL, `transactioncode` varchar(100) NOT NULL, `approval` varchar(30) NOT NULL DEFAULT 'new', `paid` varchar(40) NOT NULL, `balance` varchar(40) NOT NULL DEFAULT '0', `companyid` varchar(100) NOT NULL DEFAULT '1', `commission` decimal(10,2) NOT NULL, `vat` decimal(10,2) NOT NULL, `paymentdate` varchar(30) NOT NULL, `branchid` int(11) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `utilityinvoice` -- LOCK TABLES `utilityinvoice` WRITE; /*!40000 ALTER TABLE `utilityinvoice` DISABLE KEYS */; /*!40000 ALTER TABLE `utilityinvoice` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `voucher` -- DROP TABLE IF EXISTS `voucher`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `voucher` ( `id` int(30) NOT NULL AUTO_INCREMENT, `value` decimal(10,2) NOT NULL, `customer` varchar(100) DEFAULT NULL, `deleted` int(1) NOT NULL DEFAULT 0, `status` varchar(50) NOT NULL, `description` text NOT NULL, `userid` varchar(50) NOT NULL, `dateposted` varchar(50) NOT NULL, `dateupdated` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `cardnumber` varchar(100) NOT NULL, `type` varchar(30) NOT NULL, `branchid` int(11) NOT NULL, `amount` decimal(10,2) NOT NULL, `mode` varchar(30) NOT NULL, `invoice` varchar(30) NOT NULL, `originalamount` decimal(10,2) NOT NULL, `fromdate` varchar(20) DEFAULT NULL, `business` text NOT NULL, `todate` varchar(30) DEFAULT NULL, PRIMARY KEY (`id`), KEY `deleted` (`deleted`), KEY `phppos_giftcards_ibfk_1` (`customer`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `voucher` -- LOCK TABLES `voucher` WRITE; /*!40000 ALTER TABLE `voucher` DISABLE KEYS */; /*!40000 ALTER TABLE `voucher` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `waterrates` -- DROP TABLE IF EXISTS `waterrates`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `waterrates` ( `id` int(11) NOT NULL AUTO_INCREMENT, `start` decimal(10,2) NOT NULL, `end` decimal(10,2) NOT NULL, `amount` decimal(10,2) NOT NULL, `branchid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'active', `category` varchar(20) NOT NULL, `userid` int(11) NOT NULL, `flatrate` varchar(50) NOT NULL DEFAULT 'no', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=34 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `waterrates` -- LOCK TABLES `waterrates` WRITE; /*!40000 ALTER TABLE `waterrates` DISABLE KEYS */; INSERT INTO `waterrates` VALUES (1,0.00,6.00,450.00,1,1,'active','residential',1,'yes'),(2,6.00,20.00,115.00,1,1,'active','residential',1,'no'),(3,20.00,50.00,150.00,1,1,'active','residential',1,'no'),(4,50.00,100.00,185.00,1,1,'active','residential',1,'no'),(5,100.00,300.00,230.00,1,1,'active','residential',1,'no'),(6,300.00,1000000.00,300.00,1,1,'active','residential',1,'no'),(11,0.00,6.00,450.00,1,1,'active','commercial',1,'yes'),(12,6.00,20.00,115.00,1,1,'active','commercial',1,'no'),(13,20.00,50.00,150.00,1,1,'active','commercial',1,'no'),(14,50.00,100.00,185.00,1,1,'active','commercial',1,'no'),(15,100.00,300.00,230.00,1,1,'active','commercial',1,'no'),(16,300.00,1000000.00,300.00,1,1,'active','commercial',1,'no'),(21,0.00,1000000.00,35.00,1,1,'active','standpipes',1,'no'),(31,0.00,600.00,90.00,1,1,'active','schools',1,'no'),(32,600.00,1200.00,115.00,1,1,'active','schools',1,'no'),(33,1200.00,1000000.00,130.00,1,1,'active','schools',1,'no'); /*!40000 ALTER TABLE `waterrates` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `waterresidentialgovernment` -- DROP TABLE IF EXISTS `waterresidentialgovernment`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `waterresidentialgovernment` ( `id` int(11) NOT NULL AUTO_INCREMENT, `start` decimal(10,2) NOT NULL, `end` decimal(10,2) NOT NULL, `amount` decimal(10,2) NOT NULL, `branchid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'active', `category` varchar(20) NOT NULL, `userid` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=34 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `waterresidentialgovernment` -- LOCK TABLES `waterresidentialgovernment` WRITE; /*!40000 ALTER TABLE `waterresidentialgovernment` DISABLE KEYS */; INSERT INTO `waterresidentialgovernment` VALUES (1,0.00,6.00,450.00,1,1,'active','residential',1),(2,7.00,20.00,115.00,1,1,'active','residential',1),(3,21.00,50.00,150.00,1,1,'active','residential',1),(4,51.00,100.00,185.00,1,1,'active','residential',1),(5,101.00,300.00,230.00,1,1,'active','residential',1),(6,301.00,1000000.00,300.00,1,1,'active','residential',1),(11,0.00,6.00,450.00,1,1,'active','commercial',1),(12,7.00,20.00,115.00,1,1,'active','commercial',1),(13,21.00,50.00,150.00,1,1,'active','commercial',1),(14,51.00,100.00,185.00,1,1,'active','commercial',1),(15,101.00,300.00,230.00,1,1,'active','commercial',1),(16,301.00,1000000.00,300.00,1,1,'active','commercial',1),(21,0.00,1000000.00,35.00,1,1,'active','standpipes',1),(31,0.00,600.00,90.00,1,1,'active','schools',1),(32,601.00,1200.00,115.00,1,1,'active','schools',1),(33,1201.00,1000000.00,130.00,1,1,'active','schools',1); /*!40000 ALTER TABLE `waterresidentialgovernment` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2025-06-30 18:46:50
.
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